
/* COMMON CSS */

.menu-item, .menu-item a {
  text-transform: capitalize;
}

.__404-page .content {
  height: 90vh;
  position: relative;
  z-index: 1;
  background-color: #d2e1ec;
  background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%);
  overflow: hidden;
}

.slick-dots li button:before {
  text-indent: -1000px;
  background-color: #1B3AAD;
  border-radius: 50%;
  width: 16px;
  height: 16px
}

.__404-page .snow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

.__404-page .main-text {
  padding: 20vh 20px 0 20px;
  text-align: center;
  line-height: 2em;
  font-size: 5vh;
}

.__404-page .home-link {
  font-size: 0.6em;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  border-bottom: 1px dashed rgba(93, 115, 153, 0.5);
}
.__404-page .home-link:hover {
  opacity: 1;
}

.__404-page .ground {
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f9fa;
  box-shadow: 0 0 10px 10px #f6f9fa;
}
.__404-page .ground:before, .ground:after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -62.5px;
  z-index: -1;
  background: transparent;
  transform: scaleX(0.2) rotate(45deg);
}
.__404-page .ground:after {
  left: 50%;
  margin-left: -166.6666666667px;
  box-shadow: -270px 330px 15px #8a9bb8, -575px 625px 15px #a7b4c9, -865px 935px 15px #b0bccf, -1165px 1235px 15px #8e9eba, -1470px 1530px 15px #a4b1c8, -1820px 1780px 15px #9aa9c2, -2100px 2100px 15px #8496b4, -2440px 2360px 15px #b0bccf, -2730px 2670px 15px #a4b1c8, -2965px 3035px 15px #a7b4c9, -3315px 3285px 15px #7e90b0, -3635px 3565px 15px #94a3be, -3885px 3915px 15px #adb9cd, -4205px 4195px 15px #8798b6, -4460px 4540px 15px #adb9cd, -4835px 4765px 15px #7e90b0;
}
.__404-page .ground:before {
  right: 50%;
  margin-right: -166.6666666667px;
  box-shadow: 255px -345px 15px #8798b6, 585px -615px 15px #91a1bc, 870px -930px 15px #adb9cd, 1205px -1195px 15px #bac4d5, 1510px -1490px 15px #8193b2, 1825px -1775px 15px #9aa9c2, 2055px -2145px 15px #b4bed1, 2370px -2430px 15px #94a3be, 2670px -2730px 15px #8e9eba, 3010px -2990px 15px #8798b6, 3330px -3270px 15px #7e90b0, 3610px -3590px 15px #b4bed1, 3900px -3900px 15px #94a3be, 4175px -4225px 15px #97a6c0, 4545px -4455px 15px #94a3be, 4840px -4760px 15px #b4bed1;
}

.__404-page .mound {
  margin-top: -80px;
  font-weight: 800;
  font-size: 180px;
  text-align: center;
  color: #dd4040;
  pointer-events: none;
}
.__404-page .mound:before {
  content: "";
  display: block;
  width: 600px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50px;
  z-index: 1;
  border-radius: 100%;
  background-color: #e8f2f6;
  background-image: linear-gradient(to bottom, #dee8f1, #f6f9fa 60px);
}
.__404-page .mound:after {
  content: "";
  display: block;
  width: 28px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 68px;
  z-index: 2;
  background: #dd4040;
  border-radius: 100%;
  transform: rotate(-15deg);
  box-shadow: -56px 12px 0 1px #dd4040, -126px 6px 0 2px #dd4040, -196px 24px 0 3px #dd4040;
}

.__404-page .mound_text {
  transform: rotate(6deg);
}

.__404-page .mound_spade {
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 50%;
  top: 42%;
  margin-right: -250px;
  z-index: 0;
  transform: rotate(35deg);
  background: #dd4040;
}
.__404-page .mound_spade:before, .mound_spade:after {
  content: "";
  display: block;
  position: absolute;
}
.__404-page .mound_spade:before {
  width: 40%;
  height: 30px;
  bottom: 98%;
  left: 50%;
  margin-left: -20%;
  background: #dd4040;
}
.__404-page .mound_spade:after {
  width: 100%;
  height: 30px;
  top: -55px;
  left: 0%;
  box-sizing: border-box;
  border: 10px solid #dd4040;
  border-radius: 4px 4px 20px 20px;
}

.__hide-on-both {
  display: none !important;
}

.__common-title {
  color: #189FE0;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  margin-bottom: 16px;
}

.__common-radius {
  border-radius: 6px;
  overflow: hidden;
}

a:not([href]) {
  cursor: default !important;
}

.__border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.__color-white {
  color: white !important;
}

.__bg-white {
  background: white !important;
}

.__color-dark {
  color: black !important;
}

.__color-primary-button {
  background-color: #00BBE4 !important;
}

.__section-padding {
  padding: 50px 0;
}

.__section-bg {
  background: #F6F9FC;
}

.__common-title::before {
  content: '';
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #189FE0;
  bottom: 0;
  left: 0;
}

.__common-title.__color-white::before {
  border-bottom-color: white;
}
.position-relative-pc {
  position: relative;
}

.position-unset-pc {
  position: unset!important;
}

/* END COMMON CSS */

.__custom-slider {
  position: relative;
}

.__custom-slider-content {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
.__slider-content-wrapper {
  color: white;
  width: 48%;
  position: relative;
}

.__slider-swing-image {
  position: absolute;
}

.__slider-swing-image-1 {
  width: 224px;
  height: auto;
  top: 30%;
  right: -16%;
  animation: moving ease-in-out 6s infinite alternate;
}

.__slider-swing-image-2 {
  width: 150px;
  height: auto;
  top: 70%;
  right: 32%;
  animation: moving ease-in-out 4s infinite alternate;
}


@keyframes moving {
  0% { transform: translateX(0) scale(0.95); }
  100% { transform: translateX(-16px) scale(1.05); }
}
.__custom-slider-title {
  font-size: 84px;
  line-height: 95px;
  font-weight: 500;
}

.__custom-slider-description {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.__slider-link-wrapper {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.__common-button {
  background-color: #00BBE4;
  border-radius: 6px;
  font-size: 15px;
  border: none;
  color: #fff;
  padding: 0 16px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.__common-button:hover {
  text-decoration: none;
  color: white;
}
.__slider-button {
  background-color: #00BBE4;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.__slider-button a{
  color: white;
}

:root {
  --text-color: rgb(245, 245, 245);
  --shadow-color: hsla(210, 40%, 52%, .4);
  --btn-color: hsl(210, 80%, 42%);
  --bg-color: #141218;
}



@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
@keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -100%);
  }
}

.__slider-button::before {
  content: '';
  background: linear-gradient(45deg, #25aae1, #4481eb, #04befe, #3f86ed);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -100;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}
.__slider-button-animation:after {
  z-index: -1;
  content: '';
  position: absolute;
}

.__slider-button:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 0 15px 0 rgba(49, 196, 190, 0.75);
}

.__slider-button:active {
  color: #000
}

.__slider-button:active:after {
  background: transparent;
}

.__slider-button:hover:before {
  opacity: 1;
}

.__custom-carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 46%;
}



.__common-button.__view-all {
  background-color: #0A2540;
  height: 40px;
  transition: all .2s ease-in-out;
}

.__common-button.__view-all.__in-content-post {
  background-color: #00BBE4;
  justify-content: start;
  z-index: 1000000;
}

.__common-button.__view-all:hover {
  background-position: 100% 0;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #364b61, #4481eb, #04befe, #174c81);
  box-shadow: 0 0 15px 0 rgba(49, 196, 190, 0.75);
}

.__slider-link {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  z-index: 99;
  color: white;
  height: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  transition: all .1s ease-in-out;
}

.__slider-link > img {
  margin-right: 16px;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.__slider-link-icon-wrapper .__arrow.right {
  margin-top: 0;
}

.__slider-link:hover {
  text-decoration: none;
  color: white;
  opacity: .8;
}

.__slider-link-icon-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  width: 30px;
  padding: 0 10px;
}

.__slider-link:hover .fa-arrow-right {
  margin-left: 0;
  opacity: 1;
}

.__slider-link:hover img {
  opacity: 0;
}

__slider-link:hover eicon-chevron-right {
  opacity: 0;
}

.__slider-link .fa-arrow-right {
  transition: all .2s ease-in-out;
  margin-left: -25px;
  opacity: 0;
}


.__arrow {
  width: 12px;
  height: 12px;
  color: white;
  margin-top: -1px;
}

.__arrow.right {
  margin-left: 14px;
  margin-top: 1px;
}


/* Partner slides */

.__partner-slide-item {
  margin: 40px 16px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 50px !important;
  background-size: contain;
  cursor: default;
}

.slick-arrow {
  height: 14px;
  width: 14px;
  z-index: 10000;
}
.__partners-slider .slick-arrow {
  display: block!important;
}
.__about-us-content--awards:hover .slick-arrow,
.__about-us-content--certificates:hover .slick-arrow,
.__about-us-content--achievement:hover .slick-arrow,
.__case-studies:hover .slick-arrow {
  display: block !important;
}

.slick-arrow:hover {
  opacity: .7;
}

.part-pd {
  padding: 0 20px;
}

.slick-prev {
  background-image: url('../img/common/slick-arrow-left.svg') !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: -2px !important;
}

.slick-next {
  background-image: url('../img/common/slick-arrow-right.svg') !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  right: -2px !important;
}

.autoplay.__in-about-us .slick-prev {
  left: -16px !important;
}
.autoplay.__in-about-us .slick-next {
  right: -16px !important;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.__in-homepage.__about-us-slide-item {
  height: 80px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* SOLUTION */
.__solution, .__awards, .__certificates, .__partners, .__testimonials {
  background: #F6F9FC;
}

.__solution-post-title.__solution-main-post-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 9px;
}
.__solution-post-description {
  font-size: 15px;
  line-height: 29px;
  justify-content: start !important;
}

.__let-talk {
  background-color: #0A2540;
  transition: all .2s ease-in-out;
  margin-top: 16px;
}

.__let-talk:hover {
  color: white;
  background-position: 100% 0;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: linear-gradient(to right, #1f3d5c, #80a4c7, #57a1eb, #203f5e);
  box-shadow: 0 0 20px 0 rgba(64, 80, 136, 0.952);
}

.__solution-list-sub-posts {
  cursor: -webkit-grab;
  cursor: grab;
  height: 550px;
  direction: rtl;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  padding-left: 30px;
  user-select: none;
}

.__solution-post-title {
  font-weight: 700;
  font-size: 18px;
  padding: 16px 0;
}

.__solution-sub-post {
  margin-bottom: 40px;
  direction:ltr;
}

.__solution-post-thumbnail {
  width: 100%;
  margin-top: 20px;
}

.__solution-list-sub-posts::-webkit-scrollbar-track
{
  background-color: #F6F9FC;
  background-image: url(../img/common/line.svg);
  background-position: center center;
  background-size: 18px 394px;
  background-repeat: no-repeat;
}

.__solution-list-sub-posts::-webkit-scrollbar
{
	width: 48px;
	background-color: transparent;
}

.__solution-list-sub-posts::-webkit-scrollbar-thumb
{
  background: url('../img/common/scroll-thumb.svg') center center / 46px 46px no-repeat;
  border-radius: 16px;
}

/* Why choose us */

.__why-choose-us {
  background-color: #0a2540;
  padding-top: 240px;
  position: relative;
  overflow: hidden;
}

.__statistical-block {
  width: 20%;
}

.__why-choose-us::before {
  content: '';
  display: block;
  position: absolute;
  width: 198%;
  height: 160px;
  top: -10px;
  z-index: 999;
  right: -18px;
  background-color: #F6F9FC;
  transform: rotate3d(1, 1, 1, -8deg);
}

.__statistical-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.__statistical-number {
  font-size: 56px;
  font-weight: 700;
  color: #189FE0;
  margin: 0;
  line-height: 64px;
}

.__statistical-description {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 4px;
  line-height: 24px;
}

.__statistical-wrapper.__in-about-us {
  margin-top: 60px;
}

.__statistical-wrapper.__in-about-us .__statistical-block {
  width: 19%;
  border-radius: 6px;
  background-color: #F3F7FE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 20px;
}

.__statistical-wrapper.__in-about-us .__statistical-number {
  font-size: 36px;
  line-height: 58px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.__statistical-wrapper.__in-about-us .__statistical-description {
  text-align: center;
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Case studies */
.__case-studies {
  background-color: white;
}

.__case-studies-header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.__case-studies-post {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  transition: all .2s ease-in-out;
  border: 1px solid #EAEAEA;
}

.__case-studies-post:hover {
  box-shadow: 0px 24px 56px rgba(0, 0, 0, 0.14);
}

.__case-studies-post-thumbnail-wrapper {
  height: 171px;
  background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
}

.__case-studies-post-thumbnail-wrapper > img {
  height: 171px;
  width: 100%;
  object-fit: cover;
}

.__case-studies-post-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.__case-studies-post-content {
  padding: 24px;
  font-size: 15px;
  line-height: 29px;
  text-transform: capitalize;
  flex: 1;
}

.__case-studies-post-content.out-side {
  /* box-shadow: inset 3px -1px 30px #eeeeee; */
}

.__case-studies-post-masked > .__case-studies-post-content,
.__case-studies-post-masked .__case-studies-post-title {
  color: white;
  padding: 0;
}

.__case-studies-post-masked {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 105%;
  left: 0;
  background-color: #0A2540;
  transition: all .45s ease-in-out;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.__case-studies-post:hover >.__case-studies-post-masked {
  top: 0;
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

/* Awards */
.__awards {
  padding-top: 50px;
}

.__awards, .__certificates, .__partners {
  padding-bottom: 20px;
}

.__partners {
  padding-bottom: 50px;
}

.__awards-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7%;
  margin-right: -0.7%;
}

.__award-block {
  width: 18.6%;
  position: relative;
  display: flex;
  height: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
  padding: 0 12px;
  margin-bottom: 16px;
  box-shadow: rgb(0 0 0 / 7%) 0px 1px 16px;
  margin: 0 0.7%;
  margin-bottom: 1.4%;
  background-color: #fff;
  border: 1px solid #CBCBCB ;
}

.__award-block > img {
  border-radius: 6px;
  object-fit: cover;
}

/* Media */
.__media-title {
  padding-bottom: 30px;
}

.__media-brands-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.__media-brands-wrapper.__testimonials {
  padding: 10px 0;
}

.__media-brand {
  height: 60px;
  display: flex;
  align-items: center;
  margin: 12px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.__media-brand > img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  user-select: none;
}

.__media-main-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.__media-list-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.__media-main-img-link {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  padding-top: 68.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s ease-in-out;
}

.__media-main-img-link:hover {
  transform: scale(1.03);
}

.autoplay {
  cursor: pointer;
}

.__media-main-img {
  width: 100%;
  border-radius: 6px;
  transition: all .2s linear;
}

.__media-main-title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  color: #2E2D31;
  transition: all .15s ease-in-out;
}

.__media-main-title.__in-blog {
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

.__media-main-title a {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  color: #2E2D31;
  transition: all .15s ease-in-out;
}

.__media-main-title:hover {
  color: #189FE0;
  text-decoration: none;
}

.__media-main-title:hover a {
  color: #189FE0;
  text-decoration: none;
}

.__media-slides-wrapper {
  margin: 30px 0;
}

.__media-main-published {
  font-size: 12px;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 0;
}

 .__media-main-content {
  color: #585858;
}
.__media-main-published {
  color: #898989;
}
.__media-main-content {
  font-size: 15px;
  text-transform: capitalize;
}

canvas {
  display: block;
  z-index: relative;
  transform: translateZ(-1000px);
  transform-style: preserve-3d;
}

#test {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30%;
  top: 0%;
  transform: translateZ(-1000px);
  transform-style: preserve-3d;
}

@media screen and (max-width: 1436px) {
  #test {
    top: 6%;
  }
}

/* Testimonials */
.slick-slide.__slide-for-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 390px;
}
.slick-slide.__slide-nav-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 87px;
  transition: all .1s ease-in-out;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0 0 4px #ccc;
}

.__slider-nav {
  padding: 0 80px;
  margin-top: 20px;
}

.__slider-nav .slick-prev {
  left: 46px !important;
}

.__slider-nav .slick-next {
  right: 46px !important;
}

@media screen and (min-width: 768px) {
  /* .__certificates .slick-track{
    height: 170px !important;
  }

  .__partners .slick-track {
    height: 170px !important;
  }

  .__awards .slick-track {
    height: 170px !important;
  } */
}

.image-slider {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}

.__slide-nav-item.slick-current {
  height: 110px;
  width: 258px !important;
}

.__slider-nav .slick-track {
  height: 120px;
  display: flex;
  align-items: center;
}

.__slide-for-item,.__slide-nav-item {
  border-radius: 6px;
  overflow: hidden;
}
.__slide-nav-item {
  cursor: pointer;
}

.__slide-nav-item.slick-active:hover {
  opacity: .8;
}

.__slide-for-image {
  width: 100%;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.__slide-for-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px 0px 0px 6px;
}
/* Update CSS slide */

.testimonial-all {
  position: relative;
}
.testimonial-all .slick-prev,  .testimonial-all .slick-next{
  position: absolute;
  top: -200px;
}

.testimonial-all  .slick-prev {
  left: -30px !important;
}
.testimonial-all .slick-next {
  right: -30px !important;
}
.testimonial-all .slick-prev {
  background-image: url(../img/common/slick-arrow-left.svg) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.testimonial-all .slick-next {
  background-image: url(../img/common/slick-arrow-right.svg) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.testimonial-all .__slider-nav {
  padding: 0px;
  margin-top: 0px;
}

.testimonial-all .slick-slide>img {
  height: 90px;
  width: 140px;
  object-fit: contain;
  opacity: 0.4;
  filter: grayscale(100%);
}

.testimonial-all .__slide-nav-item.slick-current {
  width: 180px !important;
}
.testimonial-all .slick-slide.__slide-nav-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 87px;
  margin: 20px;
  cursor: pointer;
  box-shadow: none!important;
}
.testimonial-all .slick-center>img {
  opacity: 1;
  /* padding: 15px 10px; */
  filter: grayscale(0%);
  /* box-shadow: rgb(0 0 0 / 7%) 0px 1px 16px; */
  max-width: 140px;
  /* border-radius: 8px; */
}

/* Update CSS Description Quote */
.__slide-for-content-wrapper {
  width: 100%;
  height: 390px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: black;
  background-image: url('../img/common/testi-bg.png');
  background-size: 150px 110px;
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  padding: 10px 30px;
}

.__slide-for-content-wrapper p { /* Default quote left in Testimonials */
  font-weight: 500;
  /* display: -webkit-box;
  -webkit-line-clamp: 8; 
  -webkit-box-orient: vertical; */
  overflow: hidden;
  max-height: 190px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.__slide-for-content-wrapper img {
  max-width: 500px;
  height: 64px;
  width: 100px;
  /* height: 35px; */
  object-fit: contain;
}

.__slide-for-content-wrapper h4 {
  font-size: 21px;
  font-weight: 600;
  max-width: 355px;
}

.__slide-for-content-wrapper .quote-div{
 font-size: 13px;
 font-weight: 500;
 max-width: 355px;
}

.__slide-for-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.__slide-for-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}


.__slide-for-author-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}
.__slide-for-author-position {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

/* Contact form */
.__contact-form {
  background: url('../img/common/contact-form.png') center center / cover no-repeat;
  padding: 20px 0
}

.__contact-form-content-wrapper, .__contact-form-form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.__contact-form-content-wrapper > h3 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 0;
}

.__contact-form-content-wrapper > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 20px;
}

.__contact-form-form .hbspt-form {
  background-color: white;
  width: 100%;
  border-radius: 6px;
  padding-left: 20px;
  padding-top: 20px;
  padding: 20px;
}

.__contact-form-form .hbspt-form .hbspt-form {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (min-width: 768px) {
  .__reveal {
    position: relative !important;
    transform: translateY(200px) !important;
    opacity: 0 !important;
    transition: 1s all ease !important;
  }

  .__reveal.active{
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .__horizon-reveal {
    position: relative !important;
    transform: translateX(-150px) !important;
    opacity: 0 !important;
    transition: 1s all ease !important;
  }

  .__horizon-reveal.active{
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  .__reveal.active .__horizon-reveal {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  .__horizon-reveal-reverse{
    position: relative !important;
    transform: translateX(150px) !important;
    opacity: 0 !important;
    transition: 1s all ease !important;
  }

  .__horizon-reveal-reverse.active{
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}

.limit__1__line__18 {
  max-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;

}

.limit__2__line__40 {
  max-height: 128px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.limit__2__line {
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.limit__2__line_26 {
  max-height: 80px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.limit__2__line_18 {
  max-height: 60px;
  line-height: 29px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.limit__2__line p {
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.limit__3__line__15 {
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}


.limit__3__line__15 p {
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.limit__4__line__15 {
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.limit__4__line__15 p {
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.limit__2__line__15 {
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.limit__2__line__15 p {
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.limit__5__line__15 {
  max-height: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}
.limit__5__line__15 p {
  max-height: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}

.limit__6__line__15 {
  max-height: 230px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}

.limit__6__line__15 p {
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
}

.limit__10__line__15 p{
  max-height: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}

.limit__10__line__15 {
  max-height: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
}

.limit__10__line__15 p {
  max-height: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
}

.industries-slider .industry-item {
  text-align: center;
}

.industries-slider img{
  width: 90px !important;
  height: 90px !important;
  border-radius: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.industries_title{
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 70px;
  letter-spacing: 0.2px;
}

.industries_description {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2px;
  padding-left: 5px;
  padding-right: 5px;
}

.industries-slider .slick-next {
  background-image: url('../img/common/slick-arrow-right.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  color: #00BBE4;
}

.industries-slider .slick-prev {
  background-image: url('../img/common/slick-arrow-left.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
  color: #00BBE4;
}

.industries-slider .slick-arrow {
  display: unset !important;
}

.__custom-slider-content__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

/* RESPONSIVE */

/* Common css for small Desktop screen */
@media screen and (max-width: 1600px) {
  .__slider-content-wrapper {
    width: 48%;
  }
  .__custom-slider-title {
    font-size: 60px;
    line-height: 70px;
  }
  .__slider-swing-image-1 {
    right: -8%;
  }
}

@media screen and (max-width: 1365px) {
  .__slider-swing-image-1 {
    right: -5%;
  }
  .__slider-swing-image-2 {
    right: 37%;
  }
}

/* Common css for Desktop */
@media screen and (min-width: 451px) {
  .__hide-on-desktop, .d-flex.__hide-on-desktop {
    display: none !important;
  }
}
@media (min-width: 451px) and (max-width: 600px) {
  .__custom-slider-description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .__custom-slider-title {
    font-size: 20px;
    line-height: 28px
  }

  .__slider-link-wrapper {
    margin-top: 6px
  }

  .__common-button {
    font-size: 10px
  }

  .__slider-link {
    font-size: 12px
  }

  .__slider-swing-image-1 {
    top: 40%;
    width: 150px;
    right: 2%
  }

  .__slider-swing-image-2 {
    right: 27%;
    width: 120px;
  }

  .__slide-for-title {
    font-size: 18px
  }

  .__slide-for-desc {
    font-size: 12px;
    line-height: 17px;
  }

  .__slide-for-content-wrapper {
    padding: 22px
  }
  .__statistical-number {
    font-size: 26px;
    line-height: 34px;
  }
  #test {
    right: 0;
    top: 14%
  }

  .__slide-for-image img {
    object-fit: contain;
    background: white;
  }

  .__statistical-wrapper.__in-about-us {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobile-header .main-menu .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding-left: 60px;
  }
}

/* Common css for Mobile */
@media screen and (max-width: 450px) {
  .__hide-on-mobile {
    display: none !important;
  }
  
  #test {
    right: 0;
  }

  .__case-studies-post-masked {
    display: none;
  }
  
  .__media-title {
    margin-bottom: 25px;
  }

  .__media-slides-wrapper {
    margin: 25px 0;
  }

  .__custom-slider-description {
    margin-top: 8px;
  }

  .__about-us-content--awards:hover .slick-arrow,
  .__about-us-content--certificates:hover .slick-arrow,
  .__about-us-content--achievement:hover .slick-arrow,
  .__case-studies:hover .slick-arrow {
    display: none !important;
  }
  .__partners-slider .slick-arrow {
    display: block!important;
  }

  .mobile-header .main-menu .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding-left: 60px;
  }
  
  .mobile-header .main-menu .sub-menu > .menu-item > .sub-menu > .menu-item > a h2 {
    font-weight: 500;
  }

  .__service-capabilities-1>a::before,
  .__service-capabilities-2>a::before,
  .__service-capabilities-3>a::before,
  .__service-capabilities-4>a::before,
  .__service-capabilities-5>a::before,
  .__service-capabilities-6>a::before,
  .__service-technologies-1>a::before,
  .__service-technologies-2>a::before,
  .__service-technologies-2-1>a::before,
  .__service-technologies-2-2>a::before,
  .__service-technologies-3>a::before,
  .__service-technologies-3-1>a::before,
  .__service-technologies-3-2>a::before,
  .__service-technologies-4>a::before,
  .__service-digital-1>a::before,
  .__service-digital-2>a::before,
  .__service-digital-3>a::before,
  .__service-digital-4>a::before,
  .__service-digital-5>a::before,
  .__service-digital-6>a::before,
  .__service-model-1>a::before,
  .__service-model-2>a::before,
  .__service-model-3>a::before,
  .__service-model-4>a::before,
  .__service-industries-1>a::before,
  .__service-industries-2>a::before,
  .__service-industries-3>a::before,
  .__service-industries-4>a::before,
  .__service-industries-5>a::before,
  .__service-industries-6>a::before,
  .__service-industries-7>a::before,
  .__service-industries-8>a::before,
  .__service-industries-9>a::before,
  .__service-industries-10>a::before,
  .__service-industries-11>a::before,
  .__service-business-1>a::before,
  .__service-business-2>a::before,
  .__service-business-3>a::before,
  .__about-us-1>a::before,
  .__about-us-2>a::before,
  .__about-us-3>a::before,
  .__about-us-4>a::before,
  .__about-us-5>a::before,
  .__about-us-6>a::before,
  .__company-profile-1>a::before {
    left: 24px;
  }

  .__solution-post-title {
    margin-bottom: 0;
  }

  .__common-title {
    margin-bottom: 0;
  }

  .__slider-content-wrapper {
    width: 100%;
    padding: 0;
  }

  .__custom-slider-title {
    font-size: 28px;
    line-height: 40px;
  }

  .__slider-swing-image {
    display: none;
  }

  .__custom-carousel-item {
    padding-top: 120%;
  }
  
  .__slider-link-wrapper {
    margin-top: 60px;
  }
  
  .__partner-slide-item {
    margin: 20px;
  }

  .__solution-list-sub-posts::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }

  .__solution-list-sub-posts::-webkit-scrollbar-thumb {
    background: unset;
    border-radius: 16px;
  }

  .__solution-list-sub-posts::-webkit-scrollbar-track {
    background-color: #F6F9FC;
    background-image: unset;
  }

  .__solution-list-sub-posts {
    padding-left: 0;
    height: unset;
    margin-top: 30px;
    direction: unset;
  }

  .__solution-sub-post {
    margin-bottom: 30px;
  }

  .__solution-sub-post {
    direction: unset;
  }

  .__solution-post-title.__solution-main-post-title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 0;
  }
  
  .__statistical-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }

  .__statistical-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .__statistical-number {
    font-size: 46px;
    line-height: 50px;
  }

  .__section-padding {
    padding: 20px 0;
  }

  .__awards, .__certificates, .__partners {
    padding-bottom: 20px;
  }

  .__awards {
    padding-top: 20px;
  }

  .__why-choose-us {
    padding-top: 50px;
    background-color: #102549;
  }

  .__why-choose-us::before {
    height: 40px;
  }

  .__case-studies-post {
    margin-bottom: 20px;
  }
  
  .__award-block {
    width: 48%;
  }

  .__awards-wrapper {
    margin-top: 20px;
  }

  /* .__media-list-wrapper {
    padding-bottom: 0;
  } */

  .__media-main-wrapper {
    margin-bottom: 20px;
  }

  .__text-center-mobile {
    text-align: center !important;
  }
  
  .__media-brands-wrapper.__testimonials {
    padding: 0;
  }

  .slick-slide.__slide-for-item {
    flex-direction: column;
  }

  .slick-slide.__slide-for-item {
    height: unset;
  }

  .__slide-for-image, .__slide-for-image img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }

  .__slide-for-image img {
    border-bottom-left-radius: 0;
  }

  .__slide-for-content-wrapper {
    padding: 15px;
    height: unset;
    min-height: 450px
  }
  
  .__slide-for-title {
    font-size: 28px;
  }

  .__slide-for-desc {
    margin-top: 0;
  }


  .__contact-form-content-wrapper, .__contact-form-form {
    height: unset;
    padding: 20px 0;
  }

  .__contact-form-content-wrapper h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .__contact-form-form .hbspt-form {
    width: 100vw;
    border-radius: 0;
  }

  .__contact-form-form .hbspt-form .hs-form-private {
    width: 100%;
  }

  .__contact-form-form {
    padding-bottom: 0;
  }

  .copyright {
    top: 100%;
    font-size: 11px
  }

  .slick-arrow {
    display: none
  }

  .__custom-carousel-item {
    background-position: left 0% top 0px;
  }

  .footer-top .widget-title {
    height: unset;
  }

  .footer-top .link-list ul li {
    margin-bottom: 10px;
  }

  .widget .link-list {
    margin-bottom: 30px;
  }

  .widget .link-list__lastchild {
    margin-bottom: 0;
  }

  .footer-top .widget {
    margin-bottom: 30px;
  }

  .footer-top {
    padding-top: 20px;
  }
  .__contact-form {
    padding: 0
  }
  .slick-slide.__slide-nav-item {
    height:62px
  }
  .__slide-nav-item.slick-current {
    height: 80px;
    width: 200px!important
  }
}

/* Iphone 5 */
@media screen and (max-width: 320px) {
  .__custom-slider-title {
    font-size: 20px;
    line-height: 34px;
  }
  
  .__custom-slider-description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 29px;
  }
  
  .__slider-link-wrapper {
    margin-top: 25px;
  }

  .__award-block {
    height: 100px;
  }
  .__slider-link {
    font-size: 11px;
  }
  .__slider-button {
    height: 46px;
    font-size: 11px;
  }
  .__contact-form {
    margin-top: 26px
  }
}

/* Iphone 6, 7, 8, X, 12pro-max */
@media (min-width: 321px) and (max-width: 390px) {

}

/* Iphone 6, 7, 8plus */
@media (min-width: 391px) and (max-width: 450px) {

}

@media (min-width: 601px) and (max-width: 771px) {
  .__statistical-wrapper.__in-about-us {
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
  }
}
/* template-part */
.__part-slide-item .__image-wrapper {
  border: 1px solid #CBCBCB;
  box-shadow: rgb(0 0 0 / 7%) 0px 1px 16px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.p-2 {
  padding: .5rem !important;
}

.h-100 {
  height: 100% !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.autoplay.__in-part-slide {
  margin-top: 0;
}
.__part-slide-item {
  height: 125px;
  padding: 0 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.__part-slide-item img {
  border-radius: 6px;
}

@media screen and (max-width: 450px) {
  .autoplay.__in-part-slide {
    margin-top: 14px;
    margin-bottom: 8px;
  }
  .__part-slide-item {
    height: 78px;
    padding: 0 7px!important;
  }
}
@media screen and (max-width: 320px) {
  .__part-slide-item {
    padding: 0 4px;
  }
  .__part-slide-item {
    height: 60px;
  }
}

/* Ipad */
@media (min-width: 601px) and (max-width: 1180px) {
  .__custom-slider-title {
    font-size: 28px;
    line-height: 36px;
  }

  .___show-on-mobile-and-ipad {
    display: flex;
  }

  .__case-studies-post-masked {
    display: none;
  }

  .__slider-content-wrapper {
    padding-top: 20px;
    width: 58%;
  }

  .__slider-link-wrapper {
    margin-top: 20px;
  }

  .__slider-swing-image-1 {
    width: 160px;
    top: 42%;
    right: 1%;
  }

  .__slider-swing-image-2 {
    right: 23%;
    width: 120px;
    top: 70%;
  }

  .__statistical-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 60px;
  }
  
  .__statistical-block {
    width: 33.33333%;
    margin-bottom: 24px;
  }
  
  .__case-studies-post {
    margin-bottom: 30px;
  }
  
  .__solution-post-title.__solution-main-post-title {
    font-size: 26px;
  }

  .__contact-form-form .hbspt-form {
    width: 100%;
  }

  .__award-block {
    width: 24%;
    margin: 0 0.5%;
    margin-bottom: 1%;
  }

  #test {
    right: 0;
    top: 0;
  }

  .__section-padding {
    padding: 30px 0;
  }

  .mobile-header .main-menu .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding-left: 60px;
  }

  .__service-capabilities-1>a::before,
  .__service-capabilities-2>a::before,
  .__service-capabilities-3>a::before,
  .__service-capabilities-4>a::before,
  .__service-capabilities-5>a::before,
  .__service-capabilities-6>a::before,
  .__service-technologies-1>a::before,
  .__service-technologies-2>a::before,
  .__service-technologies-2-1>a::before,
  .__service-technologies-2-2>a::before,
  .__service-technologies-3>a::before,
  .__service-technologies-3-1>a::before,
  .__service-technologies-3-2>a::before,
  .__service-technologies-4>a::before,
  .__service-digital-1>a::before,
  .__service-digital-2>a::before,
  .__service-digital-3>a::before,
  .__service-digital-4>a::before,
  .__service-digital-5>a::before,
  .__service-digital-6>a::before,
  .__service-model-1>a::before,
  .__service-model-2>a::before,
  .__service-model-3>a::before,
  .__service-model-4>a::before,
  .__service-industries-1>a::before,
  .__service-industries-2>a::before,
  .__service-industries-3>a::before,
  .__service-industries-4>a::before,
  .__service-industries-5>a::before,
  .__service-industries-6>a::before,
  .__service-industries-7>a::before,
  .__service-industries-8>a::before,
  .__service-industries-9>a::before,
  .__service-industries-10>a::before,
  .__service-industries-11>a::before,
  .__service-business-1>a::before,
  .__service-business-2>a::before,
  .__service-business-3>a::before,
  .__about-us-1>a::before,
  .__about-us-2>a::before,
  .__about-us-3>a::before,
  .__about-us-4>a::before,
  .__about-us-5>a::before,
  .__about-us-6>a::before,
  .__company-profile-1>a::before {
    left: 24px;
  }
  .__contact-form-content-wrapper, .__contact-form-form {
    height: 100%;
  }
  .__contact-form-form .hbspt-form {
    width: 100%;
  }

  .__slide-for-title {
    font-size: 24px;
  }
  .__slide-for-content-wrapper {
    padding: 22px;
  }
  .__slide-for-desc {
    line-height: 22px;
    margin-top: 8px;
    font-size: 12px;
  }

  .__slide-for-desc p {
    margin-bottom: 10px;
  }

  .__why-choose-us::before {
    height: 70px;
  }

  .__why-choose-us {
    padding-top: 120px;
  }

  .footer-top .link-list ul li {
    margin-bottom: 10px;
    height: unset;
  }

  .link-list {
    margin-bottom: 40px;
  }

  .footer-top .widget-title {
    height: unset;
    margin-bottom: 20px;
  }

  .widget .link-list__lastchild {
    margin-bottom: 0;
  }

  .widget .link-list__near_lastchild {
    margin-bottom: 0;
  }
  .__slide-for-image img {
    object-fit: contain;
    background: white
  }
  .__statistical-number {
    font-size: 48px;
    line-height: 50px
  }
  .__statistical-wrapper.__in-about-us {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #test {
    right: 0;
    top: 0
  }
}

@media (max-width: 290px) {
  .style_fold .elementor-heading-title{
    font-size: 24px !important;
  }
  .style_fold .elementor-container{
    min-height: 60px !important;
  }

  .style_fold .elementor-widget-image{
    top: -75px !important;
  }
}
