:root {
  --font-family-Teko: "Source Sans Pro", sans-serif;
}

.logo img {
  height: 50px;
  width: auto !important;
}

.header-upper .upper-right {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .header-lower .outer-box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }
}

.dropdown-languages {
  z-index: 100;
}
.dropdown-languages .dropdown-toggle {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  display: flex;
}
.dropdown-languages .dropdown-toggle:after {
  display: none;
}
.dropdown-languages .dropdown-toggle img {
  object-fit: cover;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.dropdown-languages .dropdown-menu {
  min-width: 60px;
}
.dropdown-languages .dropdown-menu .dropdown-item {
  padding: 5px;
  text-align: center;
}
.dropdown-languages .dropdown-menu img {
  height: 24px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .dropdown-languages-pc {
    display: none !important;
  }
}

.main-header .sticky-header .main-menu .navigation > li,
.main-header .main-menu .navigation > li {
  margin-right: 0;
}
.main-header .sticky-header .main-menu .navigation > li + li,
.main-header .main-menu .navigation > li + li {
  margin-left: var(--margin-right-35);
}

.main-header .header-upper .info-box ul li {
  line-height: 1.1;
}

.btn-style-one {
  text-transform: none;
}

.sec-title .title {
  min-width: 185px;
}
.sec-title .title:before {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-title .title {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.section-scroll-to {
  padding-top: 110px;
  margin-top: -110px;
}

.clients-section {
  background-color: transparent;
  margin-top: 50px;
}
.clients-section .image-box img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.main-slider .color-layer {
  background-color: #fff;
}

.main-slider h1 {
  font-size: 24px;
  line-height: 1.4;
  max-width: 600px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .main-slider h1 {
    font-size: 50px;
  }
}

.service-block .inner-box h3 {
  font-size: 26px;
}

.business-block {
  display: block;
}
.business-block .inner-box .content {
  padding-left: 0;
  text-align: center;
}
.business-block .inner-box .content img {
  height: 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.business-block .inner-box .content .text {
  max-width: none;
  font-size: 15px;
}

.default-form textarea {
  height: 300px;
}

.main-footer * {
  color: var(--white-color);
}
.main-footer .about-widget .text {
  max-width: none;
}
.main-footer .address-widget p {
  font-size: 12px;
}

.social-column-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-column-widget .social-box {
  flex: 0 0 auto;
}

#ecosystem {
  padding-bottom: 0;
}

#achievement {
  padding-top: 110px;
}

#partners {
  padding-top: 110px;
}

.team-section .outer-container {
  max-width: 900px;
}
.team-section .inner-box h4 {
  font-size: 18px;
}
.team-section .inner-box .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  filter: grayscale(100%);
}
.team-section .inner-box .image .content {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.team-section .inner-box:hover h4 {
  color: #ffffff;
}
.team-section .inner-box:hover .image .content {
  bottom: 0;
}

.form-section .image-column .icon {
  outline-style: none;
}
.form-section .image-column .author-box-one {
  top: 120px;
  display: none;
}
.form-section .image-column .author-box-two {
  display: none;
}

.team-block .inner-box .social-outer {
  bottom: auto;
  overflow: visible;
}

.team-block .inner-box .social-outer .social-box {
  top: -50px;
  right: 0;
  left: auto;
}
.team-block .inner-box .content {
  display: flex;
  flex-direction: column;
}
.team-block .inner-box .content .designation {
  order: 2;
  text-transform: capitalize;
}
.team-block .inner-box:hover .social-outer .social-box {
  top: 50px;
  right: 0;
  left: auto;
}

.team-block .inner-box .social-outer .social-box li a.fa-linkedin {
  color: #0077b5;
  width: 40px;
  height: 40px;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-box-video {
  margin-top: 30px;
}
.quote-box-video .video-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
    padding: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
