@charset "UTF-8";
.general-footer {
  background: var(--black);
  overflow: hidden;
}
.general-footer .nav__item.dropdown:hover a {
  display: block;
}
.general-footer .content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 80px 0;
}
.general-footer .content ul li > ul li:before {
  content: none;
}
.general-footer .content .title,
.general-footer .content .menu {
  text-transform: uppercase;
  font-weight: 700;
  list-style: none;
  text-align: left;
}
.general-footer .content .menu {
  display: grid;
  margin: 0 0 105px;
  grid: auto 1fr/repeat(7, 1fr);
  gap: 19px 15px;
}
.general-footer .content .menu > li > a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  width: 80%;
}
.general-footer .content .menu a {
  color: #fff;
}
.general-footer .content .menu a:hover {
  color: #AA076B;
}
.general-footer .content .menu li {
  font-size: 14px;
  line-height: 18px;
}
.general-footer .content .menu > li:nth-child(1), .general-footer .content .menu > li:nth-child(8), .general-footer .content .menu > li:nth-child(9), .general-footer .content .menu > li:nth-child(10) {
  grid-row: span 2;
}
.general-footer .content .menu > li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.general-footer .content .menu > li:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.general-footer .content .menu > li:nth-child(6) {
  grid-column: 4;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}
.general-footer .content .menu li {
  margin: 0 0 20px;
  flex: 1 1 180px;
}
.general-footer .content .menu li ul {
  margin: 20px 0 0;
  font-weight: 400;
  line-height: 19px;
  text-transform: none;
}
.general-footer .content .menu li button {
  background: none;
  border: none;
  margin: 18px 0 9px;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #AA076B;
}
.general-footer .content .menu li .collapsible-footer__content {
  max-height: 293px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.general-footer .content .menu li:last-of-type {
  flex: 0 1 110px;
}
.general-footer .content .menu li:last-of-type ul {
  font-weight: revert;
  line-height: revert;
  text-transform: revert;
}
.general-footer .content .sub-menu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.general-footer .content .sub-menu li {
  margin-bottom: 18px;
  flex: unset;
}
.general-footer .content .sub-menu li:last-of-type {
  margin-bottom: 0;
  flex: unset;
}
.general-footer .content .badge-group {
  justify-content: flex-start;
}
.general-footer .content .badge-group .titles {
  margin: 0 0 40px;
  gap: 40px;
}
.general-footer .content .badge-group .titles .cluster-link {
  margin: 0;
  padding: 0;
  background-color: unset;
}
.general-footer .content .badge-group .titles .reviews-block {
  margin: 0;
  width: 100%;
  height: auto;
}
.general-footer .content .separator {
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.general-footer .content .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.general-footer .content .footer-bottom svg,
.general-footer .content .footer-bottom img {
  width: 110px;
  height: 46px;
  margin: 38px 100px 33px 0;
  color: var(--white);
}
.general-footer .content .footer-bottom .center {
  margin: 50px 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.general-footer .content .footer-bottom .center a {
  color: #fff;
}
.general-footer .content .footer-bottom .social {
  display: flex;
  margin: 44px 0;
  justify-content: space-between;
  gap: 30px;
}
.general-footer .content .footer-bottom .social a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.general-footer .content .footer-bottom .social .fb {
  background-image: url("../../img/social-icons/facebook-white-circle.svg");
}
.general-footer .content .footer-bottom .social .tw {
  background-image: url("../../img/social-icons/twitter-white-circle.svg");
}
.general-footer .content .footer-bottom .social .in {
  background-image: url("../../img/social-icons/instagram-white-circle.svg");
}
.general-footer .content .footer-bottom .social .li {
  background-image: url("../../img/social-icons/linkedin-white-circle.svg");
}
.general-footer .content .footer-bottom .social .be {
  background-image: url("../../img/social-icons/behance-white-circle.svg");
}
@media only screen and (max-width: 1366px) {
  .general-footer .content {
    padding: 100px 40px 0;
  }
}
@media only screen and (max-width: 991.91px) {
  .general-footer .nav__item.dropdown:hover a {
    display: flex;
  }
  .general-footer .content {
    padding: 80px 67px 75px;
  }
  .general-footer .content .menu {
    margin: 0 0 20px;
    grid: repeat(4, auto)/repeat(4, 1fr);
    gap: 44px 30px;
  }
  .general-footer .content .menu li .collapsible-footer__content {
    max-height: 283px;
  }
  .general-footer .content .menu li button {
    margin-top: 20px;
  }
  .general-footer .content .menu li:last-of-type a, .general-footer .content .menu li:last-of-type ul {
    padding: 0;
  }
  .general-footer .content .badge-group {
    position: absolute;
    margin: 0;
    left: 75.5%;
    bottom: 428px;
  }
  .general-footer .content .badge-group .titles {
    margin: 0;
    flex-direction: column;
    gap: 10px;
  }
  .general-footer .content .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .general-footer .content .footer-bottom svg,
  .general-footer .content .footer-bottom img {
    margin: 30px 0;
  }
  .general-footer .content .footer-bottom .center {
    margin: 0;
  }
  .general-footer .content .footer-bottom .social {
    position: absolute;
    margin: 0;
    width: 82px;
    left: 75.5%;
    bottom: 280px;
    gap: 19px 22px;
    flex-flow: wrap row;
  }
}
@media only screen and (max-width: 575.98px) {
  .general-footer .content {
    position: relative;
    padding: 60px 18px 50px;
  }
  .general-footer .content .menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 301px;
    text-transform: none;
  }
  .general-footer .content .menu > li {
    position: relative;
    display: flex;
    flex: 1;
    order: 3;
    margin: 0 0 40px;
    gap: 12px;
  }
  .general-footer .content .menu > li a, .general-footer .content .menu > li ul {
    padding: 0;
  }
  .general-footer .content .menu > li a {
    flex: 1 1 124px;
    font-size: 20px;
    line-height: 26px;
  }
  .general-footer .content .menu > li button {
    display: none;
  }
  .general-footer .content .menu > li .sub-menu {
    margin: 0;
    max-height: unset !important;
    flex: 1 1 156px;
  }
  .general-footer .content .menu:before {
    order: 2;
    content: "Services";
    margin-bottom: 24px;
    padding-top: 44px;
    font-weight: 300;
    color: var(--white);
    text-transform: none;
    border-top: 1px solid var(--white);
  }
  .general-footer .content .menu .mobile-order-first {
    order: 1;
    display: block;
    margin-bottom: 48px;
  }
  .general-footer .content .menu .mobile-order-first li {
    margin: 0;
  }
  .general-footer .content .menu .mobile-order-first a:before {
    display: none;
  }
  .general-footer .content .menu .mobile-order-first .sub-menu {
    margin-top: 10px;
  }
  .general-footer .content .menu .mobile-order-first .sub-menu li > a {
    display: flex;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }
  .general-footer .content .technologies-footer {
    padding-top: 40px;
    border-top: 1px solid var(--white);
  }
  .general-footer .content .sub-menu li > a {
    display: flex;
    font-size: 18px;
    line-height: 23px;
  }
  .general-footer .content .sub-menu a:before {
    content: "•";
    display: block;
    padding-right: 9px;
    padding-left: 7px;
    font-weight: 700;
  }
  .general-footer .content .badge-group {
    left: 25px;
    bottom: 246px;
  }
  .general-footer .content .badge-group .titles {
    gap: 24px;
  }
  .general-footer .content .footer-bottom .center {
    margin: 0;
    width: 240px;
    text-align: center;
  }
  .general-footer .content .footer-bottom .center .text-separator {
    display: none;
  }
  .general-footer .content .footer-bottom .social {
    height: unset;
    position: absolute;
    width: unset;
    left: unset;
    right: 59px;
    bottom: 257px;
    flex-flow: nowrap column;
    gap: 24px;
  }
}
.general-footer.new-footer {
  padding-top: 100px;
  display: flex;
}
.general-footer.new-footer li {
  list-style-type: none;
}
.general-footer.new-footer .content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.general-footer.new-footer .content .footer-bottom {
  padding: 40px 0;
}
.general-footer.new-footer .content .footer-bottom svg, .general-footer.new-footer .content .center, .general-footer.new-footer .content .social {
  margin: 0;
}
.general-footer.new-footer .content .footer-detail {
  display: flex;
  align-items: center;
  gap: 35px;
}
.general-footer.new-footer .footer-wrapper {
  display: flex;
  padding-bottom: 75px;
}
.general-footer.new-footer .footer-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.general-footer.new-footer .footer-nav .menu-item {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 15px;
  transition: 0.3s all;
  line-height: 1;
}
.general-footer.new-footer .footer-nav .menu-item:hover {
  color: #AA076B;
}
.general-footer.new-footer .footer-nav .sub-item .menu-item {
  font-weight: 400;
}
.general-footer.new-footer .footer-col, .general-footer.new-footer .badge-group {
  max-width: 230px;
  width: 100%;
}
.general-footer.new-footer .footer-col {
  position: relative;
  transition: max-height 0.3s ease;
}
.general-footer.new-footer .footer-col li {
  line-height: 1;
}
.general-footer.new-footer .badge-group .titles {
  flex-direction: column;
}
.general-footer.new-footer .badge-group .titles {
  justify-content: flex-start;
}
.general-footer.new-footer .reviews-block {
  padding: 0;
}
.general-footer.new-footer .content .badge-group .titles {
  gap: 12px;
}
.general-footer.new-footer .footer-networking .social {
  display: none;
}
.general-footer .new-footer-mega-menu {
  display: flex;
}

.footer-col ul {
  overflow: hidden;
  max-height: 350px;
  transition: max-height 0.3s ease;
}

.footer-col ul.expanded {
  max-height: 1000px;
}

.footer-toggle {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  background: none;
  border: none;
  color: #AA076B;
}

@media only screen and (max-width: 1024px) {
  .general-footer.new-footer .footer-nav {
    max-width: 490px;
    flex-direction: row-reverse;
    column-gap: 30px;
  }
  .general-footer.new-footer .footer-nav .footer-col {
    display: none;
  }
  .general-footer.new-footer .footer-nav .footer-col:nth-child(1) {
    display: block;
  }
  .general-footer.new-footer .footer-nav .footer-col:nth-child(2) {
    display: block;
  }
  .general-footer.new-footer .content .badge-group {
    position: static !important;
  }
  .general-footer.new-footer .content .footer-bottom .social {
    display: none;
  }
  .general-footer.new-footer .footer-wrapper {
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .general-footer.new-footer .footer-col ul {
    max-height: unset;
  }
  .general-footer.new-footer .footer-col ul li {
    display: none;
  }
  .general-footer.new-footer .footer-col ul li:nth-child(-n+9) {
    display: block;
  }
  .general-footer.new-footer .footer-networking {
    width: 100%;
    max-width: 135px;
  }
  .general-footer.new-footer .footer-networking .social {
    display: block;
    display: grid;
    margin: 0;
    margin-top: 40px;
    grid-template-columns: repeat(2, 30px);
    gap: 15px;
  }
  .general-footer.new-footer .footer-networking .social a {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
  }
  .general-footer.new-footer .footer-networking .social .fb {
    background-image: url("../../img/social-icons/facebook-white-circle.svg");
  }
  .general-footer.new-footer .footer-networking .social .tw {
    background-image: url("../../img/social-icons/twitter-white-circle.svg");
  }
  .general-footer.new-footer .footer-networking .social .in {
    background-image: url("../../img/social-icons/instagram-white-circle.svg");
  }
  .general-footer.new-footer .footer-networking .social .li {
    background-image: url("../../img/social-icons/linkedin-white-circle.svg");
  }
  .general-footer.new-footer .footer-networking .social .be {
    background-image: url("../../img/social-icons/behance-white-circle.svg");
  }
  .general-footer.new-footer .content .footer-bottom {
    padding: 40px 0;
  }
  .general-footer.new-footer .content .footer-detail {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .general-footer.new-footer {
    padding-top: 40px;
  }
  .general-footer.new-footer .footer-wrapper {
    flex-direction: column;
  }
  .general-footer.new-footer .footer-col {
    max-width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .general-footer.new-footer .footer-col:nth-child(1) li a.menu-item {
    font-size: 20px;
    font-family: "Yantramanav", "sans-serif";
    font-weight: 400;
  }
  .general-footer.new-footer .footer-networking {
    padding-top: 40px;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
  }
  .general-footer.new-footer .footer-networking .social {
    margin: 0;
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .general-footer.new-footer .footer-nav {
    flex-direction: column-reverse;
  }
  .general-footer.new-footer .footer-nav .menu-item {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .general-footer.new-footer .footer-nav .menu-item.menu-item-has-children {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5490196078);
  }
  .general-footer.new-footer .content .footer-bottom .center {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
  }
}