@charset "UTF-8";
:root {
  --white-bg-gradient: rgba(255, 255, 255, 0.97);
  --white-bg-color: #ffffff;
  --black-bg-color: black;
  --bg-blue-gradient: linear-gradient(100.65deg, #000e1e 0.08%, #00234a 66.81%);
  --background-smoke: #f0f5ff;
  --background-grey: #e5e5e5;
  --background-lightblue-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-banner-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 96.86%);
  --background-partners-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-services-component-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-our-vision-gradient: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --mbl-menu-bg: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 96.86%);
  --grey-bg-low-opacity: rgba(255, 255, 255, 0.75);
  --accordion-bg-grey: gray;
  --white-font-color: #ffffff;
  --black-font-color: #000000;
  --paragraph-grey-color: #808080;
  --paragraph-dark-blue: #355d7e;
  --paragraph-light-grey-color: #a5a5a5;
  --section-heading-text-white: #ffffff;
  --section-heading-text-dark: #000000;
  --section-heading-text-grey: #808080;
  --section-subheading-text-color: #ffffff;
  --section-subheading-grey-color: #8E8E8E;
  --section-heading-blue: #1658A2;
  --section-heading-dark-blue: #355d7e;
  --section-heading-dim-blue: #183a57;
  --section-heading-lightgrey: #b7b7b7;
  --heading-hover-white: #ffffff;
  --button-white-color: #ffffff;
  --button-black-color: #000000;
  --button-nav-toggle: linear-gradient(
      126.82deg,
      #f3436e 15.74%,
      #df3d65 32.2%,
      #b52f52 71.12%,
      #a52a4b 90.58%
    );
  --button-bg-gradient: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%,#a52a4b 90.58%);
  --button-bg-green: #50b73f;
  --button-color-grey: #808080;
  --button-bg-lightgrey: #f2f2f2;
  --blue-link-color: #4d6377;
  --white-link-color: #ffffff;
  --black-link-color: #000000;
  --light-blue-color: #007aff;
  --grey-link-color: #c6c6c6;
  --link-hover-color: #a52a4b;
  --dark-hover: #000000;
  --error-color: #f1426d;
  --correct-color: green;
  --wrong-color: red;
  --navigate-dash-color: #033c7b;
  --scroll-fixed-bg: linear-gradient(
      71.63deg,
      rgba(3, 60, 123, 1) 13.94%,
      rgba(24, 91, 167, 1) 96.86%
    );
  --service-box-hover-bg: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%,#a52a4b 90.58%);
  --service-box-bg: #fefefe;
  --services-checkbox-bg: linear-gradient(
      126.82deg,
      #f3436e 15.74%,
      #df3d65 32.2%,
      #b52f52 71.12%,
      #a52a4b 90.58%
    );
  --services-checkbox-color: #ffffff;
  --li-dark-color: #000000;
  --span-white-color: #ffffff;
  --span-dark-color: #000000;
  --span-blue-gradient: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --form-white-bg: #ffffff;
  --form-dark-color: #000000;
  --form-grey: #c4c4c4;
  --label-blue: #0b92f1;
  --service-form-bg: rgba(255, 255, 255, 0.75);
  --input-bg-color: rgba(255, 255, 255, 0.55);
  --dark-active: #000000;
  --white-active: #ffffff;
  --vision-section-bg: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --reco-bg-grey: #F3F4F6;
  --image-bg-white: #ffffff;
  --swiper-scroll-white: #ffffff;
  --swiper-pagination-bullet-gradient: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --svg-blue-bg: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --svg-white-color: #ffffff;
  --svg-yellow-color: #fece25;
  --svg-grey: #babfcc;
  --svg-pink-color: #f1426d;
  --svg-blue-color: #03a9f5;
  --pre-next-gradient-blue: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --pre-next-white: #ffffff;
  --after-pink-gradient: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%, #a52a4b 90.58%);
  --after-white-bg: #ffffff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  padding: 0 !important;
}

a {
  text-decoration: none;
}

#magicMouseCursor {
  width: 12px !important;
  height: 12px !important;
  background: #df3d65 !important;
  border: 1px solid #df3d65 !important;
  border-radius: 50%;
  z-index: 9999;
  left: 10px !important;
  top: 9px !important;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 1900px) {
  .container {
    max-width: 1600px;
  }
}
.error_form {
  color: #f1426d;
}

.btn-theme {
  flex: 1 1 auto;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.5s !important;
  background: linear-gradient(90deg, var(--c1, #f3436e), var(--c2, #df3d65) 51%, var(--c3, #b52f52)) var(--x, 0)/200%;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}

/* Demo Stuff End -> */
/* <- Magic Stuff Start */
.btn-theme:hover {
  --x: 100%;
  color: white;
}

.btn-1 {
  --c1: rgba(223, 61, 101, 1);
  --c2: rgba(243, 67, 110, 1);
  --c3: rgba(181, 47, 82, 1);
  --c4: rgba(165, 42, 75, 1);
}

.btn-2 {
  --c5: rgba(3, 169, 245, 0.8);
  --c6: rgba(4, 60, 123, 0.9);
}

.btn-theme2 {
  flex: 1 1 auto;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.5s !important;
  background: linear-gradient(137.82deg, var(--c5, #03a9f5) 20.41%, var(--c6, #043c7b) 113.55%) var(--x, 0)/200%;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}

/* Demo Stuff End -> */
/* <- Magic Stuff Start */
.btn-theme2:hover {
  --x: 100%;
  color: white;
}

@media all and (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    left: 0;
    top: 80%;
    transform: scaleX(1);
    transition: 0.5s;
    background-color: var(--white-bg-gradient);
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    width: 100%;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.455em;
    margin-top: 0.4em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
.header {
  background: transparent;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.header .menu.scroll-fixed {
  padding: 0 !important;
}
.header .menu.scroll-fixed .navbar {
  padding: 0;
}
.header .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.header .top-bar p {
  margin: 0;
  color: var(--white-font-color);
  font-size: 16px;
}
.header .scroll-fixed {
  background: var(--scroll-fixed-bg);
  transition: 0.2s ease-in-out;
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 5px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header img {
  max-width: 300px;
}
.header .menu {
  /* Toggle BTN for Menu */
  padding: 10px 0;
  transition: 0.2s ease-in-out;
}
.header .menu .button-nav--toggle {
  background: var(--button-nav-toggle);
  height: 48px;
  position: relative;
  transition: transform 0.4s;
  width: 48px;
  border: none !important;
  border-radius: 0;
  /* Active */
}
.header .menu .button-nav--toggle span {
  background-color: var(--white-bg-color);
  display: block;
  height: 2px;
  left: 14px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 20px;
}
.header .menu .button-nav--toggle span:first-child {
  transform: translateY(-6px);
}
.header .menu .button-nav--toggle span:last-child {
  transform: translateY(6px);
}
.header .menu .button-nav--toggle.active span:first-child {
  transform: rotate(45deg) translate(0);
}
.header .menu .button-nav--toggle.active span:nth-child(2) {
  transform: scaleX(0);
}
.header .menu .button-nav--toggle.active span:last-child {
  transform: rotate(-45deg) translate(0);
}
.header .menu .mbl-menu-div {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  z-index: 10;
  background: var(--mbl-menu-bg);
  transition: all 1s;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.header .menu .mbl-menu-div.visible {
  transform: translateX(0);
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.header .menu .mbl-menu-div .mbl-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu .mbl-menu-div ul {
  margin-top: 40px;
  list-style: none;
  width: 100%;
  padding: 0;
}
.header .menu .mbl-menu-div ul li {
  font-family: poppins;
}
.header .menu .mbl-menu-div ul li a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 600;
  color: var(--white-link-color);
}
.header .menu .mbl-menu-div ul li a svg {
  font-size: 15px !important;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul {
  padding: 5px 20px;
  margin: 0;
  display: none;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul.open {
  display: block;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul li {
  margin: 10px 0;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul li a {
  color: var(--white-link-color);
  font-size: 18px;
}
.header .menu .nav-btn .nav-link {
  border: none;
}
.header .menu .cta-btn {
  border-radius: 10px;
  color: var(--button-white-color);
  padding: 14px 16px !important;
  border: none !important;
  font-size: 16px !important;
}
.header .nav-item {
  padding: 25px 0;
}
.header .nav-item .nav-link {
  color: var(--white-link-color);
  border-right: 2px solid white;
  line-height: 15px;
  font-size: 14px;
  padding: 0 12px;
}
.header .nav-item .nav-link.active {
  color: var(--white-link-color);
}
.header .nav-item .nav-link:hover {
  color: var(--white-link-color);
}
.header .nav-item .mega-content .services-menu-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-auto-flow: column;
}
.header .nav-item .mega-content .services-menu-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  list-style-position: inside;
  padding-left: 10px;
}
.header .nav-item .mega-content .services-menu-list li a {
  text-decoration: none;
  color: var(--black-link-color);
  font-size: 17px;
}
.header .nav-item .mega-content .services-menu-list li a:hover {
  color: var(--link-hover-color);
}
.header .nav-item .mega-content .services-menu-list li:nth-child(6n) {
  border-bottom: none;
}
.header .nav-item .mega-content .services-menu-list li:nth-child(n+13):nth-child(-n+16) {
  border-right: none;
}
.header .nav-item .mega-content .services-menu-list .head-dash {
  color: var(--navigate-dash-color);
  font-weight: bold;
}

@media screen and (min-width: 1700px) {
  .header .menu.scroll-fixed {
    padding: 0 !important;
  }
  .header .menu.scroll-fixed .navbar {
    padding: 0;
  }
  .header .menu.scroll-fixed img {
    max-width: 350px;
  }
  .header .menu {
    padding: 0;
  }
  .header .menu .cta-btn {
    border-radius: 10px;
    color: var(--button-white-color);
    padding: 10px 20px;
    border: none !important;
  }
  .header .menu img {
    max-width: 400px;
    transition: 0.3s;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
  .header .nav-item {
    padding: 30px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 17px;
    padding: 0 15px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 300px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 20px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 13px;
    padding: 0 10px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
  .header .nav-item .mega-content .services-menu-list li {
    padding: 10px 0;
    padding-left: 10px;
  }
  .header .nav-item .mega-content .services-menu-list li a {
    text-decoration: none;
    color: var(--black-link-color);
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 300px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 20px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 11px;
    padding: 0 8px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
  .header .nav-item .mega-content .services-menu-list li {
    padding: 10px 0;
    padding-left: 10px;
  }
  .header .nav-item .mega-content .services-menu-list li a {
    text-decoration: none;
    color: var(--black-link-color);
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 250px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 10px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 11px;
    padding: 0 8px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header img {
    width: 300px;
    position: relative;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .header img {
    width: 250px;
    position: relative;
  }
  .header .menu.scroll-fixed {
    padding: 5px 0 !important;
  }
  .header .fa-phone {
    border: 1px solid white;
    border-radius: 50%;
    padding: 6px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  .header .top-bar {
    padding: 5px 0;
  }
  .header p {
    font-size: 13px;
  }
  .header .menu {
    padding: 0px 0;
  }
  .header img {
    width: 210px;
  }
}
.footer {
  padding: 90px 0 0 0;
  background: linear-gradient(100.65deg, #000e1e 0.08%, #00234a 66.81%);
  position: relative;
  z-index: 10;
}
.footer .footer-row-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}
.footer .footer-row-1 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 29.2937px;
  line-height: 34px;
  letter-spacing: -0.399459px;
  margin-right: 10%;
  color: #ffffff;
}
.footer .footer-row-1 a {
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 22px;
  border-radius: 10px;
  max-width: 230px;
}
.footer .footer-row-1 .footer-logo {
  padding: 0;
}
.footer .footer-row-2 .boxes-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-2 .boxes-section .boxes-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.308673px;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}
.footer .footer-row-2 .boxes-section .borders {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-2 .boxes-section .borders-res {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-3 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.footer .footer-row-3 .footer-about {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
}
.footer .footer-row-3 h3 {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 63px;
  /* identical to box height, or 210% */
  letter-spacing: -0.357964px;
  color: #ffffff;
}
.footer .footer-row-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer .footer-row-3 ul li {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  /* or 250% */
  letter-spacing: -0.308673px;
  color: #ffffff;
  margin: 5px 0;
}
.footer .footer-row-3 ul li a {
  color: white;
}
.footer .footer-row-3 .f-contact small {
  color: white;
}
.footer .footer-row-3 .f-contact p {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}
.footer .footer-row-3 .f-contact-1 {
  display: flex;
}
.footer .footer-row-3 .f-contact-1 .footer-box {
  width: 50%;
}
.footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
  margin-right: 5px;
}
.footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
  margin-left: 5px;
}
.footer .footer-row-3 .f-contact-1 small {
  color: white;
}
.footer .footer-row-3 .f-contact-1 p {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}
.footer .footer-row-3 .cta-btn {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: white;
  padding: 5px 50px;
  border-radius: 10px;
}
.footer .footer-row-3 h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.308673px;
  color: #ffffff;
}
.footer .footer-row-3 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  /* or 114% */
  letter-spacing: -0.357964px;
  color: #ffffff;
}
.footer .footer-row-3 p {
  color: white;
  font-size: 16px;
}
.footer .footer-row-3 .Newsletter {
  margin-top: 10px;
}
.footer .footer-row-3 .Newsletter h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 29.2937px;
  line-height: 44px;
  letter-spacing: -0.399459px;
  color: #ffffff;
}
.footer .footer-row-3 .Newsletter small {
  color: white;
}
.footer .footer-row-3 .Newsletter .form-group {
  margin: 20px 0;
}
.footer .footer-row-3 .Newsletter .form-group .form-control {
  color: white;
  opacity: 0.5;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding-left: 0;
}
.footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group .form-control:focus {
  box-shadow: none;
}
.footer .footer-row-3 .Newsletter .form-group .form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.footer .footer-row-3 .Newsletter .form-group select .selected {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group select option {
  color: #333 !important;
}
.footer .footer-row-3 .Newsletter button {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: white;
  padding: 5px 40px;
  border-radius: 10px;
  margin: 20px 0;
}
.footer .footer-bottombar {
  background-color: white;
  padding: 30px 0;
  margin-top: 40px;
}
.footer .footer-bottombar p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0 15px;
  /* Body copy */
  color: #4d6377;
}
.footer .footer-bottombar p a {
  color: #000;
}
.footer .footer-bottombar ul {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-bottombar ul li {
  margin: 0 5px;
}
.footer .footer-bottombar ul li img {
  max-width: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 50px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    /* identical to box height, or 210% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 40px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin-top: 40px;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 40px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-top: 50px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 40px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin-top: 40px;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 40px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-2 .borders {
    border: none !important;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-2 .boxes-text {
    padding: 10px 0 !important;
    margin: 0;
  }
  .footer .footer-row-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-top: 50px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 3;
    -moz-columns: 4;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .footer {
    padding: 40px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 30px;
  }
  .footer .footer-row-1 h3 {
    font-size: 18px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin: 20px 0;
    text-align: center;
  }
  .footer .footer-row-1 a {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    max-width: 100%;
  }
  .footer .footer-row-1 img {
    max-width: 300px;
  }
  .footer .footer-row-2 .borders {
    border: none !important;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-2 .boxes-section .boxes-text {
    padding: 10px 0;
    margin: 0;
  }
  .footer .footer-row-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 3;
  }
  .footer .footer-row-3 ul li {
    font-size: 12px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 13px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 10px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group small {
    font-size: 11px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    font-size: 13px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 14px;
    line-height: 35px;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 20px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
/* New CS */
.sidebar--contact {
  position: fixed;
  top: 60%;
  right: -495px;
  transform: translateY(-50%);
  width: 490px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 0px 0px 0px 30px;
}
.sidebar--contact .download-pdf {
  display: none;
}
.sidebar--contact .form-group.download-pdf {
  display: block;
}
.sidebar--contact .submit-form {
  display: block;
}

.sidebar--contact.active {
  right: 0;
}

.side-bar-toggle {
  position: absolute;
  width: 65px;
  height: 398px;
  top: 0px;
  left: -65px;
  line-height: 48px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  z-index: 99999;
  border-radius: 7.5px 0px 0px 7.5px;
  text-align: center;
}
.side-bar-toggle .toggle-content {
  width: 0px;
  height: 400px;
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  /* transform: rotate(360deg); */
  /* display: block; */
}
.side-bar-toggle .toggle-content p {
  margin-bottom: 0;
  color: #fff !important;
  font-family: "Raleway";
  transition: linear 0.3s;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.231505px;
  text-transform: capitalize;
  line-height: 23px;
  text-align: center;
  transform: rotate(-90deg);
  width: 300px;
  position: absolute;
  left: -115px;
  top: 160px;
}
.side-bar-toggle .toggle-content svg {
  bottom: 50px;
  position: absolute;
  left: 20px;
}
.side-bar-toggle .toggle-content svg.active {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .sidebar--contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .sidebar--contact .side-bar-toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebar--contact.active .side-bar-toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.hide-form {
  display: none;
}

.sidebar--contact h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 44.0496px;
  line-height: 47px;
  color: #2c2c2c;
}
.sidebar--contact h2 span {
  color: #053f7f;
}
.sidebar--contact form input {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  height: 52px;
  border: none;
}
.sidebar--contact form input:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.sidebar--contact form textarea {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  resize: none;
  border: none;
}
.sidebar--contact form textarea:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.sidebar--contact form button {
  margin: 25px auto 0 auto;
  display: block;
  width: 200px;
  height: 55px;
}
.sidebar--contact .input-group-text {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  /* border-radius: 0.25rem; */
  height: 0;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidebar--contact .input-group-text:focus {
  box-shadow: none;
}
.sidebar--contact .custom-padd {
  padding: 23px 20px;
}
.sidebar--contact .error-filed {
  border: 2px solid red !important;
  border-right: none !important;
}
.sidebar--contact .error-filed2 {
  border: 2px solid red !important;
  border-left: none !important;
  height: 52px;
  border-radius: 8px;
}
.sidebar--contact .correct-filed {
  border: 2px solid green !important;
  border-right: none !important;
}
.sidebar--contact .correct-filed2 {
  border: 2px solid green !important;
  border-left: none !important;
}

.side-bars {
  position: fixed;
  right: 0;
  transition: linear 0.3s;
  width: 0;
  text-decoration: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  top: 150px;
  z-index: 99999;
  opacity: 0;
}

.side-bars.show-side {
  width: 50px;
  opacity: 1;
  transition: linear 0.3s;
  z-index: 99;
}

.side-bars ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bars li {
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.side-bars li a img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.side-bars li img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.side-bars li:nth-child(2) {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  box-shadow: 0 10px 14px 10px rgba(238, 58, 36, 0.26);
}

.side-bars li:last-child {
  width: 320px;
  height: 50px;
  position: relative;
  right: 135px;
  top: 135px;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  box-shadow: 0 10px 14px 10px rgba(238, 58, 36, 0.26);
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
}

.side-bars li a {
  text-decoration: none;
  color: #fff !important;
  font-family: "Raleway";
  transition: linear 0.3s;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.231505px;
  text-transform: capitalize;
  line-height: 23px;
}

.side-bars li a svg#phones {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: relative;
}

.side-bars li svg#comments {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: relative;
  top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-bg {
    left: 35px;
  }
  .our-blog-cap {
    font-size: 29px !important;
    line-height: 38px !important;
  }
  .main-side-contact-form {
    display: none;
  }
  .side-bars {
    display: none;
  }
  .location-list li a {
    font-size: 12px;
    padding: 0 6px;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .main-side-contact-form {
    display: none;
  }
  .side-bars {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  .main-side-contact-form {
    display: none;
  }
  .side-bars.show-side {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .side-bars {
    display: none;
  }
}
.sidebars-contact {
  position: fixed;
  top: 443px;
  right: -550px;
  transform: translateY(-50%);
  width: 490px;
  height: 582px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 0px 0px 0px 30px;
}

.sidebars-contact.active {
  right: 0;
}

.togglee {
  position: fixed;
  right: 0px;
  transition: linear 0.3s;
  width: 0;
  text-decoration: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  top: 152px;
  z-index: 1;
  opacity: 0;
}

.togglee.active {
  right: 488px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .sidebars-contact {
    width: 100%;
    height: 100%;
    right: -100%;
  }
  .sidebars-contact .togglee {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebars-contact.active .togglee {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.video-div {
  position: relative;
}
.video-div .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #FA183D; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-div .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-div .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 200ms;
}
.video-div .video-play-button:hover:after {
  background-color: #e6e6e6;
}
.video-div .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-div .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #CB365C;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-div .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-div .video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}
.video-div .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-div .video-overlay-close:hover {
  color: #FA183D;
}
.video-div .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.video-div .iframe-video {
  width: 100%;
  height: 80%;
  max-width: 75%;
  max-height: 75%;
}

.challenge {
  padding: 140px 0 100px 0;
}
.challenge .content {
  padding-left: 20px;
}
.challenge h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  width: 500px;
}
.challenge p {
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  max-width: 600px;
  margin: 20px 0;
  color: var(--paragraph-grey-color);
}
.challenge ul {
  padding: 0;
  list-style: none;
}
.challenge ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  color: #000000;
}
.challenge ul li i {
  margin-right: 15px;
}

.order-md-2 {
  order: 2;
}

.order-md-1 {
  order: 1;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .challenge {
    padding: 140px 0 100px 0;
  }
  .challenge .content {
    padding-left: 70px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    width: 500px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    max-width: 600px;
    margin: 25px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin: 25px 0;
    display: flex;
    align-items: center;
  }
  .challenge ul li i {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .challenge {
    padding: 70px 0 70px 0;
  }
  .challenge .content {
    padding-left: 40px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    width: 380px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .challenge {
    padding: 70px 0 60px 0;
  }
  .challenge .content {
    padding-left: 10px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    max-width: 320px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .challenge {
    padding: 50px 0 70px 0;
  }
  .challenge .content {
    padding-top: 30px;
    padding-left: 0;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    width: 380px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .challenge {
    padding: 30px 10px 50px 10px;
  }
  .challenge .content {
    padding-left: 0;
    padding-top: 30px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    max-width: 100%;
    width: inherit;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
  .video-div .iframe-video {
    width: 100%;
    height: 50%;
    max-width: 100%;
    max-height: 75%;
  }
}
.startups {
  padding: 70px 0;
  background: var(--background-lightblue-gradient);
  text-align: center;
}
.startups .content {
  max-width: 80%;
  margin: auto;
  margin-bottom: 60px;
}
.startups h2 {
  color: var(--section-heading-text-white);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  /* or 140% */
  text-align: center;
}
.startups h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: var(--section-heading-text-white);
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .startups {
    padding: 100px 0;
    text-align: center;
  }
  .startups .content {
    max-width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 50px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .startups {
    padding: 80px 0;
  }
  .startups .content {
    max-width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 20px 0;
  }
  .startups img {
    max-width: 170px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .startups {
    padding: 80px 0 60px 0;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .startups {
    padding: 80px 0 60px 0;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .startups {
    padding: 50px 10px 60px 10px;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 30px 0;
  }
}
.talent {
  padding: 80px 0;
  text-align: center;
  background-color: var(--background-smoke);
}
.talent .swiper {
  width: 100%;
}
.talent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.talent .append-buttons {
  text-align: center;
  margin-top: 20px;
}
.talent .append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: var(--light-blue-color);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.talent h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
}
.talent h2 span {
  font-weight: 600;
}
.talent .talent-nav {
  padding: 30px 0;
  margin-bottom: 40px;
}
.talent .talent-nav .nav-item {
  flex: 0 1 auto;
  display: inline-flex;
}
.talent .talent-nav .nav-item .nav-link {
  color: var(--grey-link-color);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.talent .talent-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 80%;
  height: 3px;
  background: var(--after-pink-gradient);
  transition: transform 250ms;
  border-radius: 15px;
}
.talent .talent-nav .nav-item .nav-link:hover {
  color: var(--dark-hover);
}
.talent .talent-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--dark-active);
}
.talent .talent-nav .nav-item .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}
.talent .talent-card {
  background: var(--service-box-bg);
  box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
  border-radius: 30px;
  padding: 25px 0;
}
.talent .talent-card .ratings {
  padding: 0 30px;
}
.talent .talent-card .ratings ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.talent .talent-card .ratings ul li svg {
  color: var(--svg-yellow-color);
  margin: 0 2px;
}
.talent .talent-card .profile {
  text-align: left;
}
.talent .talent-card .profile .user {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
.talent .talent-card .profile .user .user-image {
  width: 80px;
}
.talent .talent-card .profile .user .user-detail {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.talent .talent-card .profile .user .user-detail h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin: 0;
  color: var(--section-heading-text-dark);
}
.talent .talent-card .profile .user .user-detail h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  color: var(--section-heading-text-dark);
}
.talent .talent-card .profile .user .user-detail button {
  background: var(--button-bg-green);
  border-radius: 52.1807px;
  color: var(--button-white-color);
  font-size: 14px;
  padding: 4px 15px;
  margin-top: 10px;
}
.talent .talent-card .profile .description {
  padding: 10px 15px;
}
.talent .talent-card .profile .description h4 {
  font-size: 20px;
  color: var(--section-heading-text-dark);
  font-weight: 600;
}
.talent .talent-card .profile .description p {
  color: var(--paragraph-grey-color);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.talent .talent-card .skills {
  padding: 10px 15px 20px 15px;
}
.talent .talent-card .skills button {
  color: var(--button-color-grey);
  border: 1.30452px solid #dcdcdc;
  border-radius: 52.1807px;
  padding: 4px 15px;
  font-size: 14px;
  margin-bottom: 5px;
}
.talent .talent-card .rates ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--reco-bg-grey);
}
.talent .talent-card .rates ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* identical to box height, or 250% */
  color: var(--li-dark-color);
  width: 50%;
  text-align: center;
  padding: 30px 10px;
}
.talent .talent-card .rates ul li:first-child {
  border-right: 1px solid #dfdfdf;
}
.talent .talent-card .rates ul li svg {
  color: var(--svg-grey);
  margin: 0 10px;
  font-size: 18px;
}
.talent .talent-card .invite {
  padding-top: 10px;
}
.talent .talent-card .invite a {
  border-radius: 13.0452px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  width: 80%;
  color: var(--white-link-color);
  padding: 15px 10px;
  margin: 0;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .talent {
    padding: 120px 0;
    text-align: center;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 54px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
    padding: 25px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 30px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
  }
  .talent .talent-card .profile .user .user-image {
    width: 80px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 15px 20px 15px;
  }
  .talent .talent-card .skills button {
    border: 1.30452px solid #dcdcdc;
    border-radius: 52.1807px;
    padding: 4px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    width: 50%;
    text-align: center;
    padding: 30px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 18px;
  }
  .talent .talent-card .invite {
    padding-top: 10px;
  }
  .talent .talent-card .invite button {
    background: var(--button-bg-gradient);
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    color: var(--button-white-color);
    padding: 15px 10px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 20px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 60px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 10px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 15px 20px 15px;
  }
  .talent .talent-card .skills button {
    padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 14px;
  }
  .talent .talent-card .invite {
    padding-top: 10px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 80%;
    color: var(--button-white-color);
    padding: 10px 10px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 15px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 2px 6px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 15px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 2px 6px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .talent {
    padding: 50px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 19px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
.publications {
  text-align: center;
  padding: 80px 10px;
}
.publications h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  color: var(--section-heading-text-dark);
  margin-bottom: 20px;
}
.publications h2 span {
  font-weight: 600;
}
.publications .public-box {
  background: var(--service-box-bg);
  margin: 50px 15px;
  box-shadow: 5px 8px 18px rgba(229, 233, 246, 0.4);
  border-radius: 50px;
}
.publications .public-box img {
  width: 100%;
  min-height: 302px;
  max-height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.publications .public-box .content {
  padding: 20px 20px;
}
.publications .public-box .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publications .public-box .content h3 svg {
  color: var(--svg-pink-color);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.publications .public-box .content p {
  margin: 5px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  /* or 181% */
  color: var(--paragraph-grey-color);
}
.publications .public-box .share-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.publications .public-box button {
  background: var(--button-bg-lightgrey);
  /* Drop Shadow */
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(229, 233, 246, 0.4);
  border-radius: 50px;
  border: 1px solid transparent;
}
.publications .public-box button svg {
  color: var(--svg-blue-color);
  font-size: 20px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .publications {
    text-align: center;
    padding: 120px 10px;
  }
  .publications h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 70px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: auto;
    /* Drop Shadow */
    border-radius: 50px;
  }
  .publications .public-box img {
    max-height: 302px;
    border-radius: 50px;
  }
  .publications .public-box .content {
    padding: 40px 20px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
  }
  .publications .public-box .content h3 svg {
    font-size: 30px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 60px;
    height: 60px;
  }
  .publications .public-box button svg {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    border-radius: 20px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    /* Drop Shadow */
    border-radius: 30px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    /* Drop Shadow */
    border-radius: 20px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .publications {
    text-align: center;
    padding: 50px 10px;
  }
  .publications h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 30px auto;
    border-radius: 40px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 20px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
.testimonial {
  padding: 100px 0;
}
.testimonial .testi-swiper .testi-swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 9999;
  top: -55px;
  position: relative;
}
.testimonial .testi-swiper .testi-swiper-arrow .testi-pre {
  width: 37px;
  height: 37px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: var(--pre-next-gradient-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pre-next-white);
  font-size: 20px;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial .testi-swiper .testi-swiper-arrow .testi-next {
  width: 37px;
  height: 37px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: var(--pre-next-gradient-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pre-next-white);
  font-size: 20px;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  /* or 108% */
  color: var(--section-heading-text-dark);
}
.testimonial h2 span {
  font-weight: 600;
}
.testimonial p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  margin: 30px 0;
  color: var(--paragraph-grey-color);
}
.testimonial .user {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
.testimonial .user .testi-image {
  width: 60px;
  border-radius: 40px !important;
}
.testimonial .user .testi-image img {
  border-radius: 30px;
}
.testimonial .user .testi-detail {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.testimonial .user .testi-detail h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  margin: 0;
  color: var(--section-heading-text-dark);
  margin-top: 15px;
}
.testimonial .user .testi-detail h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--section-heading-text-dark);
}
.testimonial .user .testi-detail button {
  background: var(--button-bg-green);
  border-radius: 52.1807px;
  color: var(--button-white-color);
  font-size: 14px;
  padding: 4px 15px;
  margin-top: 10px;
}
.testimonial .user .ratings {
  margin-top: 10px;
}
.testimonial .user .ratings ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.testimonial .user .ratings ul li svg {
  color: var(--svg-yellow-color);
  margin: 0 2px;
  font-size: 14px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .testimonial {
    padding: 100px 0;
  }
  .testimonial .testi-swiper .testi-swiper-arrow {
    z-index: 9999;
    top: -73px;
    left: -20%;
  }
  .testimonial h2 {
    font-size: 50px;
    line-height: 54px;
  }
  .testimonial h2 span {
    font-weight: 600;
  }
  .testimonial p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
    max-width: 80%;
  }
  .testimonial .user {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
  }
  .testimonial .user .testi-image {
    width: 70px;
  }
  .testimonial .user .testi-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .user .testi-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-top: 15px;
  }
  .testimonial .user .testi-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .testimonial .user .testi-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .testimonial .user .ratings {
    margin-top: 10px;
  }
  .testimonial .user .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .testimonial .user .ratings ul li svg {
    margin: 0 2px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .testimonial {
    padding: 70px 0;
  }
  .testimonial .testi-swiper .testi-swiper-arrow {
    z-index: 9999;
    top: -42px;
    left: -40px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre svg {
    font-size: 12px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next svg {
    font-size: 12px;
  }
  .testimonial h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial h2 span {
    font-weight: 600;
  }
  .testimonial p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 30px 0;
    max-width: 95%;
  }
  .testimonial .user .testi-image {
    width: 60px;
  }
  .testimonial .user .testi-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .user .testi-detail h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-top: 15px;
  }
  .testimonial .user .testi-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .testimonial .user .testi-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .testimonial .user .ratings {
    margin-top: 0;
  }
  .testimonial .user .ratings ul {
    padding: 0;
    margin: 0;
  }
  .testimonial .user .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .testi-main-image {
    max-width: 400px;
    margin: auto;
    display: flex;
  }
  .testimonial .testi-swiper .testi-swiper-arrow {
    z-index: 9999;
    top: -42px;
    left: -40px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre svg {
    font-size: 12px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next svg {
    font-size: 12px;
  }
  .testimonial h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial h2 span {
    font-weight: 600;
  }
  .testimonial p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 30px 0;
    max-width: 95%;
  }
  .testimonial .user .testi-image {
    width: 60px;
  }
  .testimonial .user .testi-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .user .testi-detail h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-top: 15px;
  }
  .testimonial .user .testi-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .testimonial .user .testi-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .testimonial .user .ratings {
    margin-top: 0;
  }
  .testimonial .user .ratings ul {
    padding: 0;
    margin: 0;
  }
  .testimonial .user .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .testi-main-image {
    max-width: 400px;
    margin: auto;
    display: flex;
  }
  .testimonial .testi-swiper .testi-swiper-arrow {
    z-index: 9999;
    top: -42px;
    left: -40px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre svg {
    font-size: 12px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next svg {
    font-size: 12px;
  }
  .testimonial h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial h2 span {
    font-weight: 600;
  }
  .testimonial p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 30px 0;
    max-width: 95%;
  }
  .testimonial .user .testi-image {
    width: 60px;
  }
  .testimonial .user .testi-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .user .testi-detail h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-top: 15px;
  }
  .testimonial .user .testi-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .testimonial .user .testi-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .testimonial .user .ratings {
    margin-top: 0;
  }
  .testimonial .user .ratings ul {
    padding: 0;
    margin: 0;
  }
  .testimonial .user .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .testimonial {
    padding: 50px 5px;
  }
  .testimonial .testi-main-image {
    max-width: 100%;
    margin: auto;
    display: flex;
  }
  .testimonial .testi-swiper .testi-swiper-arrow {
    z-index: 9999;
    top: -5px;
    right: 5px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre {
    margin-left: auto;
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-pre svg {
    font-size: 12px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next {
    width: 30px;
    height: 30px;
  }
  .testimonial .testi-swiper .testi-swiper-arrow .testi-next svg {
    font-size: 12px;
  }
  .testimonial h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .testimonial h2 span {
    font-weight: 600;
  }
  .testimonial p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 30px 0;
    max-width: 100%;
  }
  .testimonial .user .testi-image {
    width: 60px;
  }
  .testimonial .user .testi-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .user .testi-detail h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-top: 15px;
  }
  .testimonial .user .testi-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .testimonial .user .testi-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .testimonial .user .ratings {
    margin-top: 0;
  }
  .testimonial .user .ratings ul {
    padding: 0;
    margin: 0;
  }
  .testimonial .user .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
}
:root {
  --white-bg-gradient: rgba(255, 255, 255, 0.97);
  --white-bg-color: #ffffff;
  --black-bg-color: black;
  --bg-blue-gradient: linear-gradient(100.65deg, #000e1e 0.08%, #00234a 66.81%);
  --background-smoke: #f0f5ff;
  --background-grey: #e5e5e5;
  --background-lightblue-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-banner-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 96.86%);
  --background-partners-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-services-component-gradient: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  --background-our-vision-gradient: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --mbl-menu-bg: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 96.86%);
  --grey-bg-low-opacity: rgba(255, 255, 255, 0.75);
  --accordion-bg-grey: gray;
  --white-font-color: #ffffff;
  --black-font-color: #000000;
  --paragraph-grey-color: #808080;
  --paragraph-dark-blue: #355d7e;
  --paragraph-light-grey-color: #a5a5a5;
  --section-heading-text-white: #ffffff;
  --section-heading-text-dark: #000000;
  --section-heading-text-grey: #808080;
  --section-subheading-text-color: #ffffff;
  --section-subheading-grey-color: #8E8E8E;
  --section-heading-blue: #1658A2;
  --section-heading-dark-blue: #355d7e;
  --section-heading-dim-blue: #183a57;
  --section-heading-lightgrey: #b7b7b7;
  --heading-hover-white: #ffffff;
  --button-white-color: #ffffff;
  --button-black-color: #000000;
  --button-nav-toggle: linear-gradient(
      126.82deg,
      #f3436e 15.74%,
      #df3d65 32.2%,
      #b52f52 71.12%,
      #a52a4b 90.58%
    );
  --button-bg-gradient: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%,#a52a4b 90.58%);
  --button-bg-green: #50b73f;
  --button-color-grey: #808080;
  --button-bg-lightgrey: #f2f2f2;
  --blue-link-color: #4d6377;
  --white-link-color: #ffffff;
  --black-link-color: #000000;
  --light-blue-color: #007aff;
  --grey-link-color: #c6c6c6;
  --link-hover-color: #a52a4b;
  --dark-hover: #000000;
  --error-color: #f1426d;
  --correct-color: green;
  --wrong-color: red;
  --navigate-dash-color: #033c7b;
  --scroll-fixed-bg: linear-gradient(
      71.63deg,
      rgba(3, 60, 123, 1) 13.94%,
      rgba(24, 91, 167, 1) 96.86%
    );
  --service-box-hover-bg: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%,#a52a4b 90.58%);
  --service-box-bg: #fefefe;
  --services-checkbox-bg: linear-gradient(
      126.82deg,
      #f3436e 15.74%,
      #df3d65 32.2%,
      #b52f52 71.12%,
      #a52a4b 90.58%
    );
  --services-checkbox-color: #ffffff;
  --li-dark-color: #000000;
  --span-white-color: #ffffff;
  --span-dark-color: #000000;
  --span-blue-gradient: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --form-white-bg: #ffffff;
  --form-dark-color: #000000;
  --form-grey: #c4c4c4;
  --label-blue: #0b92f1;
  --service-form-bg: rgba(255, 255, 255, 0.75);
  --input-bg-color: rgba(255, 255, 255, 0.55);
  --dark-active: #000000;
  --white-active: #ffffff;
  --vision-section-bg: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --reco-bg-grey: #F3F4F6;
  --image-bg-white: #ffffff;
  --swiper-scroll-white: #ffffff;
  --swiper-pagination-bullet-gradient: linear-gradient(126.82deg, #F3436E 15.74%, #DF3D65 32.2%, #B52F52 71.12%, #A52A4B 90.58%);
  --svg-blue-bg: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --svg-white-color: #ffffff;
  --svg-yellow-color: #fece25;
  --svg-grey: #babfcc;
  --svg-pink-color: #f1426d;
  --svg-blue-color: #03a9f5;
  --pre-next-gradient-blue: linear-gradient(137.82deg, #03a9f5 20.41%, #043c7b 113.55%);
  --pre-next-white: #ffffff;
  --after-pink-gradient: linear-gradient(126.82deg,#f3436e 15.74%,#df3d65 32.2%,#b52f52 71.12%, #a52a4b 90.58%);
  --after-white-bg: #ffffff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  padding: 0 !important;
}

a {
  text-decoration: none;
}

#magicMouseCursor {
  width: 12px !important;
  height: 12px !important;
  background: #df3d65 !important;
  border: 1px solid #df3d65 !important;
  border-radius: 50%;
  z-index: 9999;
  left: 10px !important;
  top: 9px !important;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 1900px) {
  .container {
    max-width: 1600px;
  }
}
.error_form {
  color: #f1426d;
}

.btn-theme {
  flex: 1 1 auto;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.5s !important;
  background: linear-gradient(90deg, var(--c1, #f3436e), var(--c2, #df3d65) 51%, var(--c3, #b52f52)) var(--x, 0)/200%;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}

/* Demo Stuff End -> */
/* <- Magic Stuff Start */
.btn-theme:hover {
  --x: 100%;
  color: white;
}

.btn-1 {
  --c1: rgba(223, 61, 101, 1);
  --c2: rgba(243, 67, 110, 1);
  --c3: rgba(181, 47, 82, 1);
  --c4: rgba(165, 42, 75, 1);
}

.btn-2 {
  --c5: rgba(3, 169, 245, 0.8);
  --c6: rgba(4, 60, 123, 0.9);
}

.btn-theme2 {
  flex: 1 1 auto;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.5s !important;
  background: linear-gradient(137.82deg, var(--c5, #03a9f5) 20.41%, var(--c6, #043c7b) 113.55%) var(--x, 0)/200%;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}

/* Demo Stuff End -> */
/* <- Magic Stuff Start */
.btn-theme2:hover {
  --x: 100%;
  color: white;
}

@media all and (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    left: 0;
    top: 80%;
    transform: scaleX(1);
    transition: 0.5s;
    background-color: var(--white-bg-gradient);
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    width: 100%;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.455em;
    margin-top: 0.4em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
.header {
  background: transparent;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.header .menu.scroll-fixed {
  padding: 0 !important;
}
.header .menu.scroll-fixed .navbar {
  padding: 0;
}
.header .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.header .top-bar p {
  margin: 0;
  color: var(--white-font-color);
  font-size: 16px;
}
.header .scroll-fixed {
  background: var(--scroll-fixed-bg);
  transition: 0.2s ease-in-out;
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 5px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header img {
  max-width: 300px;
}
.header .menu {
  /* Toggle BTN for Menu */
  padding: 10px 0;
  transition: 0.2s ease-in-out;
}
.header .menu .button-nav--toggle {
  background: var(--button-nav-toggle);
  height: 48px;
  position: relative;
  transition: transform 0.4s;
  width: 48px;
  border: none !important;
  border-radius: 0;
  /* Active */
}
.header .menu .button-nav--toggle span {
  background-color: var(--white-bg-color);
  display: block;
  height: 2px;
  left: 14px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 20px;
}
.header .menu .button-nav--toggle span:first-child {
  transform: translateY(-6px);
}
.header .menu .button-nav--toggle span:last-child {
  transform: translateY(6px);
}
.header .menu .button-nav--toggle.active span:first-child {
  transform: rotate(45deg) translate(0);
}
.header .menu .button-nav--toggle.active span:nth-child(2) {
  transform: scaleX(0);
}
.header .menu .button-nav--toggle.active span:last-child {
  transform: rotate(-45deg) translate(0);
}
.header .menu .mbl-menu-div {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  z-index: 10;
  background: var(--mbl-menu-bg);
  transition: all 1s;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.header .menu .mbl-menu-div.visible {
  transform: translateX(0);
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.header .menu .mbl-menu-div .mbl-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu .mbl-menu-div ul {
  margin-top: 40px;
  list-style: none;
  width: 100%;
  padding: 0;
}
.header .menu .mbl-menu-div ul li {
  font-family: poppins;
}
.header .menu .mbl-menu-div ul li a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 600;
  color: var(--white-link-color);
}
.header .menu .mbl-menu-div ul li a svg {
  font-size: 15px !important;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul {
  padding: 5px 20px;
  margin: 0;
  display: none;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul.open {
  display: block;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul li {
  margin: 10px 0;
}
.header .menu .mbl-menu-div ul li .sub_main_menu ul li a {
  color: var(--white-link-color);
  font-size: 18px;
}
.header .menu .nav-btn .nav-link {
  border: none;
}
.header .menu .cta-btn {
  border-radius: 10px;
  color: var(--button-white-color);
  padding: 14px 16px !important;
  border: none !important;
  font-size: 16px !important;
}
.header .nav-item {
  padding: 25px 0;
}
.header .nav-item .nav-link {
  color: var(--white-link-color);
  border-right: 2px solid white;
  line-height: 15px;
  font-size: 14px;
  padding: 0 12px;
}
.header .nav-item .nav-link.active {
  color: var(--white-link-color);
}
.header .nav-item .nav-link:hover {
  color: var(--white-link-color);
}
.header .nav-item .mega-content .services-menu-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-auto-flow: column;
}
.header .nav-item .mega-content .services-menu-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  list-style-position: inside;
  padding-left: 10px;
}
.header .nav-item .mega-content .services-menu-list li a {
  text-decoration: none;
  color: var(--black-link-color);
  font-size: 17px;
}
.header .nav-item .mega-content .services-menu-list li a:hover {
  color: var(--link-hover-color);
}
.header .nav-item .mega-content .services-menu-list li:nth-child(6n) {
  border-bottom: none;
}
.header .nav-item .mega-content .services-menu-list li:nth-child(n+13):nth-child(-n+16) {
  border-right: none;
}
.header .nav-item .mega-content .services-menu-list .head-dash {
  color: var(--navigate-dash-color);
  font-weight: bold;
}

@media screen and (min-width: 1700px) {
  .header .menu.scroll-fixed {
    padding: 0 !important;
  }
  .header .menu.scroll-fixed .navbar {
    padding: 0;
  }
  .header .menu.scroll-fixed img {
    max-width: 350px;
  }
  .header .menu {
    padding: 0;
  }
  .header .menu .cta-btn {
    border-radius: 10px;
    color: var(--button-white-color);
    padding: 10px 20px;
    border: none !important;
  }
  .header .menu img {
    max-width: 400px;
    transition: 0.3s;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
  .header .nav-item {
    padding: 30px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 17px;
    padding: 0 15px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 300px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 20px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 13px;
    padding: 0 10px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
  .header .nav-item .mega-content .services-menu-list li {
    padding: 10px 0;
    padding-left: 10px;
  }
  .header .nav-item .mega-content .services-menu-list li a {
    text-decoration: none;
    color: var(--black-link-color);
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 300px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 20px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 11px;
    padding: 0 8px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
  .header .nav-item .mega-content .services-menu-list li {
    padding: 10px 0;
    padding-left: 10px;
  }
  .header .nav-item .mega-content .services-menu-list li a {
    text-decoration: none;
    color: var(--black-link-color);
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .menu {
    padding: 15px 0;
  }
  .header .menu .cta-btn {
    border-radius: 5px;
    color: var(--button-white-color);
    padding: 8px 10px;
    border: none !important;
    font-size: 14px;
  }
  .header .menu img {
    width: 250px;
  }
  .header .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header .top-bar p {
    font-weight: 600;
    font-size: 11px;
    line-height: 25px;
  }
  .header .top-bar .number {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .header .nav-item {
    padding: 10px 0;
  }
  .header .nav-item .nav-link {
    color: var(--white-link-color);
    border-right: 2px solid white;
    line-height: 15px;
    font-size: 11px;
    padding: 0 8px;
  }
  .header .nav-item .nav-link.active {
    color: var(--white-link-color);
  }
  .header .nav-item .nav-link:hover {
    color: var(--white-link-color);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header img {
    width: 300px;
    position: relative;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .header img {
    width: 250px;
    position: relative;
  }
  .header .menu.scroll-fixed {
    padding: 5px 0 !important;
  }
  .header .fa-phone {
    border: 1px solid white;
    border-radius: 50%;
    padding: 6px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  .header .top-bar {
    padding: 5px 0;
  }
  .header p {
    font-size: 13px;
  }
  .header .menu {
    padding: 0px 0;
  }
  .header img {
    width: 210px;
  }
}
.footer {
  padding: 90px 0 0 0;
  background: linear-gradient(100.65deg, #000e1e 0.08%, #00234a 66.81%);
  position: relative;
  z-index: 10;
}
.footer .footer-row-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}
.footer .footer-row-1 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 29.2937px;
  line-height: 34px;
  letter-spacing: -0.399459px;
  margin-right: 10%;
  color: #ffffff;
}
.footer .footer-row-1 a {
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 22px;
  border-radius: 10px;
  max-width: 230px;
}
.footer .footer-row-1 .footer-logo {
  padding: 0;
}
.footer .footer-row-2 .boxes-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-2 .boxes-section .boxes-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.308673px;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}
.footer .footer-row-2 .boxes-section .borders {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-2 .boxes-section .borders-res {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-row-3 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.footer .footer-row-3 .footer-about {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
}
.footer .footer-row-3 h3 {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 63px;
  /* identical to box height, or 210% */
  letter-spacing: -0.357964px;
  color: #ffffff;
}
.footer .footer-row-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer .footer-row-3 ul li {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  /* or 250% */
  letter-spacing: -0.308673px;
  color: #ffffff;
  margin: 5px 0;
}
.footer .footer-row-3 ul li a {
  color: white;
}
.footer .footer-row-3 .f-contact small {
  color: white;
}
.footer .footer-row-3 .f-contact p {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}
.footer .footer-row-3 .f-contact-1 {
  display: flex;
}
.footer .footer-row-3 .f-contact-1 .footer-box {
  width: 50%;
}
.footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
  margin-right: 5px;
}
.footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
  margin-left: 5px;
}
.footer .footer-row-3 .f-contact-1 small {
  color: white;
}
.footer .footer-row-3 .f-contact-1 p {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}
.footer .footer-row-3 .cta-btn {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: white;
  padding: 5px 50px;
  border-radius: 10px;
}
.footer .footer-row-3 h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.308673px;
  color: #ffffff;
}
.footer .footer-row-3 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 63px;
  /* or 114% */
  letter-spacing: -0.357964px;
  color: #ffffff;
}
.footer .footer-row-3 p {
  color: white;
  font-size: 16px;
}
.footer .footer-row-3 .Newsletter {
  margin-top: 10px;
}
.footer .footer-row-3 .Newsletter h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 29.2937px;
  line-height: 44px;
  letter-spacing: -0.399459px;
  color: #ffffff;
}
.footer .footer-row-3 .Newsletter small {
  color: white;
}
.footer .footer-row-3 .Newsletter .form-group {
  margin: 20px 0;
}
.footer .footer-row-3 .Newsletter .form-group .form-control {
  color: white;
  opacity: 0.5;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding-left: 0;
}
.footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group .form-control:focus {
  box-shadow: none;
}
.footer .footer-row-3 .Newsletter .form-group .form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.footer .footer-row-3 .Newsletter .form-group select .selected {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer .footer-row-3 .Newsletter .form-group select option {
  color: #333 !important;
}
.footer .footer-row-3 .Newsletter button {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: white;
  padding: 5px 40px;
  border-radius: 10px;
  margin: 20px 0;
}
.footer .footer-bottombar {
  background-color: white;
  padding: 30px 0;
  margin-top: 40px;
}
.footer .footer-bottombar p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0 15px;
  /* Body copy */
  color: #4d6377;
}
.footer .footer-bottombar p a {
  color: #000;
}
.footer .footer-bottombar ul {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-bottombar ul li {
  margin: 0 5px;
}
.footer .footer-bottombar ul li img {
  max-width: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 50px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    /* identical to box height, or 210% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 40px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin-top: 40px;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 40px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-top: 50px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer {
    padding: 90px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 40px;
  }
  .footer .footer-row-1 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin-top: 40px;
  }
  .footer .footer-row-1 a {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 40px;
  }
  .footer .footer-row-1 img {
    max-width: 350px;
  }
  .footer .footer-row-2 .borders {
    border: none !important;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-2 .boxes-text {
    padding: 10px 0 !important;
    margin: 0;
  }
  .footer .footer-row-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-top: 50px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 3;
    -moz-columns: 4;
  }
  .footer .footer-row-3 ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 .f-contact small {
    color: white;
  }
  .footer .footer-row-3 .f-contact p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 .f-contact-1 {
    display: flex;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box {
    width: 50%;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(1) {
    margin-right: 5px;
  }
  .footer .footer-row-3 .f-contact-1 .footer-box:nth-child(2) {
    margin-left: 5px;
  }
  .footer .footer-row-3 .f-contact-1 small {
    color: white;
  }
  .footer .footer-row-3 .f-contact-1 p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 20px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 16px;
    line-height: 45px;
    color: white;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 20px 0;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 30px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .footer {
    padding: 40px 0 0 0;
  }
  .footer .footer-row-1 {
    padding-bottom: 30px;
  }
  .footer .footer-row-1 h3 {
    font-size: 18px;
    line-height: 34px;
    margin-right: 10%;
    color: #ffffff;
    margin: 20px 0;
    text-align: center;
  }
  .footer .footer-row-1 a {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    max-width: 100%;
  }
  .footer .footer-row-1 img {
    max-width: 300px;
  }
  .footer .footer-row-2 .borders {
    border: none !important;
  }
  .footer .footer-row-2 .borders-res {
    border: none !important;
  }
  .footer .footer-row-2 .boxes-section .boxes-text {
    padding: 10px 0;
    margin: 0;
  }
  .footer .footer-row-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer .footer-row-3 .footer-about {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-row-3 h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 53px;
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer .footer-row-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 3;
  }
  .footer .footer-row-3 ul li {
    font-size: 12px;
    line-height: 38px;
    letter-spacing: -0.308673px;
    color: #ffffff;
    margin: 5px 0;
  }
  .footer .footer-row-3 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.308673px;
    color: #ffffff;
  }
  .footer .footer-row-3 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    /* or 114% */
    letter-spacing: -0.357964px;
    color: #ffffff;
  }
  .footer .footer-row-3 p {
    color: white;
    font-size: 13px;
  }
  .footer .footer-row-3 .Newsletter {
    margin-top: 10px;
  }
  .footer .footer-row-3 .Newsletter .form-group {
    margin: 10px 0;
  }
  .footer .footer-row-3 .Newsletter .form-group small {
    font-size: 11px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control {
    color: white;
    font-size: 13px;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::-moz-placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control::placeholder {
    color: white !important;
  }
  .footer .footer-row-3 .Newsletter .form-group .form-control:focus {
    box-shadow: none;
  }
  .footer .footer-row-3 .Newsletter button {
    font-size: 14px;
    line-height: 35px;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
  }
  .footer .footer-bottombar {
    background-color: white;
    padding: 20px 0;
    margin-top: 40px;
  }
  .footer .footer-bottombar p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    /* Body copy */
    color: #4d6377;
  }
  .footer .footer-bottombar ul {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  .footer .footer-bottombar ul li {
    margin: 0 5px;
  }
  .footer .footer-bottombar ul li img {
    max-width: 30px;
  }
}
/* New CS */
.sidebar--contact {
  position: fixed;
  top: 60%;
  right: -495px;
  transform: translateY(-50%);
  width: 490px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 0px 0px 0px 30px;
}
.sidebar--contact .download-pdf {
  display: none;
}
.sidebar--contact .form-group.download-pdf {
  display: block;
}
.sidebar--contact .submit-form {
  display: block;
}

.sidebar--contact.active {
  right: 0;
}

.side-bar-toggle {
  position: absolute;
  width: 65px;
  height: 398px;
  top: 0px;
  left: -65px;
  line-height: 48px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  z-index: 99999;
  border-radius: 7.5px 0px 0px 7.5px;
  text-align: center;
}
.side-bar-toggle .toggle-content {
  width: 0px;
  height: 400px;
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  /* transform: rotate(360deg); */
  /* display: block; */
}
.side-bar-toggle .toggle-content p {
  margin-bottom: 0;
  color: #fff !important;
  font-family: "Raleway";
  transition: linear 0.3s;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.231505px;
  text-transform: capitalize;
  line-height: 23px;
  text-align: center;
  transform: rotate(-90deg);
  width: 300px;
  position: absolute;
  left: -115px;
  top: 160px;
}
.side-bar-toggle .toggle-content svg {
  bottom: 50px;
  position: absolute;
  left: 20px;
}
.side-bar-toggle .toggle-content svg.active {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .sidebar--contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .sidebar--contact .side-bar-toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebar--contact.active .side-bar-toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.hide-form {
  display: none;
}

.sidebar--contact h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 44.0496px;
  line-height: 47px;
  color: #2c2c2c;
}
.sidebar--contact h2 span {
  color: #053f7f;
}
.sidebar--contact form input {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  height: 52px;
  border: none;
}
.sidebar--contact form input:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.sidebar--contact form textarea {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  resize: none;
  border: none;
}
.sidebar--contact form textarea:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.sidebar--contact form button {
  margin: 25px auto 0 auto;
  display: block;
  width: 200px;
  height: 55px;
}
.sidebar--contact .input-group-text {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  /* border-radius: 0.25rem; */
  height: 0;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidebar--contact .input-group-text:focus {
  box-shadow: none;
}
.sidebar--contact .custom-padd {
  padding: 23px 20px;
}
.sidebar--contact .error-filed {
  border: 2px solid red !important;
  border-right: none !important;
}
.sidebar--contact .error-filed2 {
  border: 2px solid red !important;
  border-left: none !important;
  height: 52px;
  border-radius: 8px;
}
.sidebar--contact .correct-filed {
  border: 2px solid green !important;
  border-right: none !important;
}
.sidebar--contact .correct-filed2 {
  border: 2px solid green !important;
  border-left: none !important;
}

.side-bars {
  position: fixed;
  right: 0;
  transition: linear 0.3s;
  width: 0;
  text-decoration: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  top: 150px;
  z-index: 99999;
  opacity: 0;
}

.side-bars.show-side {
  width: 50px;
  opacity: 1;
  transition: linear 0.3s;
  z-index: 99;
}

.side-bars ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bars li {
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.side-bars li a img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.side-bars li img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.side-bars li:nth-child(2) {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  box-shadow: 0 10px 14px 10px rgba(238, 58, 36, 0.26);
}

.side-bars li:last-child {
  width: 320px;
  height: 50px;
  position: relative;
  right: 135px;
  top: 135px;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  box-shadow: 0 10px 14px 10px rgba(238, 58, 36, 0.26);
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
}

.side-bars li a {
  text-decoration: none;
  color: #fff !important;
  font-family: "Raleway";
  transition: linear 0.3s;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.231505px;
  text-transform: capitalize;
  line-height: 23px;
}

.side-bars li a svg#phones {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: relative;
}

.side-bars li svg#comments {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: relative;
  top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-bg {
    left: 35px;
  }
  .our-blog-cap {
    font-size: 29px !important;
    line-height: 38px !important;
  }
  .main-side-contact-form {
    display: none;
  }
  .side-bars {
    display: none;
  }
  .location-list li a {
    font-size: 12px;
    padding: 0 6px;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .main-side-contact-form {
    display: none;
  }
  .side-bars {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  .main-side-contact-form {
    display: none;
  }
  .side-bars.show-side {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .side-bars {
    display: none;
  }
}
.sidebars-contact {
  position: fixed;
  top: 443px;
  right: -550px;
  transform: translateY(-50%);
  width: 490px;
  height: 582px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 0px 0px 0px 30px;
}

.sidebars-contact.active {
  right: 0;
}

.togglee {
  position: fixed;
  right: 0px;
  transition: linear 0.3s;
  width: 0;
  text-decoration: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  top: 152px;
  z-index: 1;
  opacity: 0;
}

.togglee.active {
  right: 488px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .sidebars-contact {
    width: 100%;
    height: 100%;
    right: -100%;
  }
  .sidebars-contact .togglee {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebars-contact.active .togglee {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.faq ul {
  list-style: none;
  padding: 0;
}
.faq ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.faq ul li {
  margin: 20px 0;
  border: 1px solid rgba(219, 219, 219, 0.4);
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  color: black;
  transition: all 0.3s ease;
  text-align: left;
}
.faq ul li a.toggle {
  font-weight: 500;
  font-size: 20px;
  color: black;
  width: 100%;
  display: block;
  padding: 1rem 1.25rem;
}
.faq ul .inner {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--paragraph-light-grey-color);
  text-align: start;
  padding: 1rem 1.25rem;
}

.faq {
  text-align: center;
  padding: 90px 0;
}
.faq h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 40px;
  color: var(--black-font-color);
}
.faq h2 span {
  font-weight: 600;
}
.faq .accordion {
  margin-top: 80px;
}
.faq .accordion .accordion-item {
  margin: 20px 0;
  border: 1px solid rgba(219, 219, 219, 0.4);
  border-radius: 20px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}
.faq .accordion .accordion-item .accordion-header {
  overflow: hidden;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  font-weight: 900;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.faq .accordion .accordion-item .accordion-header button {
  border-radius: 20px;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /* identical to box height, or 267% */
  color: var(--button-black-color);
}
.faq .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-body {
  text-align: left;
}
.faq .accordion .accordion-item .accordion-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--paragraph-light-grey-color);
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .faq ul li a.toggle {
    font-weight: 400;
    font-size: 30px;
    line-height: 80px;
  }
  .faq ul .inner {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 45px;
  }
  .faq {
    text-align: center;
    padding: 120px 0;
  }
  .faq h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
  }
  .faq h2 span {
    font-weight: 600;
  }
  .faq .accordion {
    margin-top: 100px;
  }
  .faq .accordion .accordion-item {
    margin: 30px 0;
    border-radius: 30px;
    padding: 20px 20px;
  }
  .faq .accordion .accordion-item .accordion-header {
    overflow: hidden;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
    font-weight: 900;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  }
  .faq .accordion .accordion-item .accordion-header button {
    font-weight: 400;
    font-size: 30px;
    line-height: 80px;
  }
  .faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .faq .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .faq {
    text-align: center;
    padding: 80px 0;
  }
  .faq h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
  }
  .faq h2 span {
    font-weight: 600;
  }
  .faq .accordion {
    margin-top: 60px;
  }
  .faq .accordion .accordion-item {
    margin: 30px 0;
    border-radius: 30px;
    padding: 10px 10px;
  }
  .faq .accordion .accordion-item .accordion-header {
    overflow: hidden;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    transform: scale(0.7) !important;
  }
  .faq .accordion .accordion-item .accordion-header button {
    font-size: 20px;
    line-height: 40px;
  }
  .faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .faq .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .faq ul li {
    margin: 30px 0;
    border-radius: 30px;
    padding: 10px 10px;
  }
  .faq ul li a.toggle {
    font-size: 18px;
    line-height: 40px;
  }
  .faq ul .inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
  }
  .faq {
    text-align: center;
    padding: 80px 0;
  }
  .faq h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
  }
  .faq h2 span {
    font-weight: 600;
  }
  .faq .accordion {
    margin-top: 60px;
  }
  .faq .accordion .accordion-item {
    margin: 30px 0;
    border-radius: 30px;
    padding: 10px 10px;
  }
  .faq .accordion .accordion-item .accordion-header {
    overflow: hidden;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    transform: scale(0.7) !important;
  }
  .faq .accordion .accordion-item .accordion-header button {
    font-size: 18px;
    line-height: 40px;
  }
  .faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .faq .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .faq ul li a.toggle {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  .faq ul .inner {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
  }
  .faq {
    text-align: center;
    padding: 80px 0;
  }
  .faq h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
  }
  .faq h2 span {
    font-weight: 600;
  }
  .faq .accordion {
    margin-top: 60px;
  }
  .faq .accordion .accordion-item {
    margin: 30px 0;
    border-radius: 20px;
    padding: 10px 10px;
  }
  .faq .accordion .accordion-item .accordion-header {
    overflow: hidden;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    transform: scale(0.7) !important;
  }
  .faq .accordion .accordion-item .accordion-header button {
    font-size: 16px;
    line-height: 30px;
  }
  .faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .faq .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .faq ul li {
    padding: 4px 20px;
  }
  .faq ul li a.toggle {
    font-size: 14px;
    line-height: 30px;
  }
  .faq ul .inner {
    font-weight: 400;
    font-size: 12px;
    line-height: 35px;
  }
  .faq {
    text-align: center;
    padding: 40px 0;
  }
  .faq h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
  }
  .faq h2 span {
    font-weight: 600;
  }
  .faq .accordion {
    margin-top: 40px;
  }
  .faq .accordion .accordion-item {
    margin: 20px 0;
    border-radius: 20px;
    padding: 5px 5px;
  }
  .faq .accordion .accordion-item .accordion-header {
    overflow: hidden;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    transform: scale(0.7) !important;
  }
  .faq .accordion .accordion-item .accordion-header button {
    font-size: 14px;
    line-height: 30px;
  }
  .faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
    border: none;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .faq .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  .faq .accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 12px;
    line-height: 35px;
  }
}
.startups {
  padding: 70px 0;
  background: var(--background-lightblue-gradient);
  text-align: center;
}
.startups .content {
  max-width: 80%;
  margin: auto;
  margin-bottom: 60px;
}
.startups h2 {
  color: var(--section-heading-text-white);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  /* or 140% */
  text-align: center;
}
.startups h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: var(--section-heading-text-white);
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .startups {
    padding: 100px 0;
    text-align: center;
  }
  .startups .content {
    max-width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 50px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .startups {
    padding: 80px 0;
  }
  .startups .content {
    max-width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 20px 0;
  }
  .startups img {
    max-width: 170px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .startups {
    padding: 80px 0 60px 0;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .startups {
    padding: 80px 0 60px 0;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .startups {
    padding: 50px 10px 60px 10px;
  }
  .startups .content {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .startups h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* or 140% */
  }
  .startups h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 133% */
    text-align: center;
    margin: 40px 0 20px 0;
  }
  .startups img {
    max-width: 100%;
    margin: 30px 0;
  }
}
.video-div {
  position: relative;
}
.video-div .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #FA183D; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-div .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-div .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 200ms;
}
.video-div .video-play-button:hover:after {
  background-color: #e6e6e6;
}
.video-div .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-div .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #CB365C;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-div .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-div .video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}
.video-div .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-div .video-overlay-close:hover {
  color: #FA183D;
}
.video-div .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.video-div .iframe-video {
  width: 100%;
  height: 80%;
  max-width: 75%;
  max-height: 75%;
}

.challenge {
  padding: 140px 0 100px 0;
}
.challenge .content {
  padding-left: 20px;
}
.challenge h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  width: 500px;
}
.challenge p {
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  max-width: 600px;
  margin: 20px 0;
  color: var(--paragraph-grey-color);
}
.challenge ul {
  padding: 0;
  list-style: none;
}
.challenge ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  color: #000000;
}
.challenge ul li i {
  margin-right: 15px;
}

.order-md-2 {
  order: 2;
}

.order-md-1 {
  order: 1;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .challenge {
    padding: 140px 0 100px 0;
  }
  .challenge .content {
    padding-left: 70px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    width: 500px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    max-width: 600px;
    margin: 25px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin: 25px 0;
    display: flex;
    align-items: center;
  }
  .challenge ul li i {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .challenge {
    padding: 70px 0 70px 0;
  }
  .challenge .content {
    padding-left: 40px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    width: 380px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .challenge {
    padding: 70px 0 60px 0;
  }
  .challenge .content {
    padding-left: 10px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    max-width: 320px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .challenge {
    padding: 50px 0 70px 0;
  }
  .challenge .content {
    padding-top: 30px;
    padding-left: 0;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    width: 380px;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .challenge {
    padding: 30px 10px 50px 10px;
  }
  .challenge .content {
    padding-left: 0;
    padding-top: 30px;
  }
  .challenge h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    max-width: 100%;
    width: inherit;
    line-height: 30px;
  }
  .challenge p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    max-width: 600px;
    margin: 15px 0;
  }
  .challenge ul {
    padding: 0;
    list-style: none;
  }
  .challenge ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  .challenge ul li i {
    margin-right: 10px;
  }
  .challenge ul li img {
    width: 30px;
  }
  .video-div .iframe-video {
    width: 100%;
    height: 50%;
    max-width: 100%;
    max-height: 75%;
  }
}
.trust {
  padding: 90px 0;
  background: var(--background-grey);
  text-align: center;
  overflow: hidden;
}
.trust h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  /* identical to box height, or 80% */
  color: var(--section-heading-text-dark);
}
.trust h2 span {
  font-weight: 600;
}
.trust .trust-swiper .swiper-slide {
  opacity: 0.4;
  transition: 0.5s;
  margin: 80px 0;
}
.trust .trust-swiper .swiper-slide {
  opacity: 0.4;
  transition: 0.5s;
}
.trust .trust-swiper .swiper-slide-active {
  opacity: 1;
  transition: 0.5s;
}
.trust .trust-slider .swiper-slide-active .trust-box {
  box-shadow: 0 10px 35px rgba(176, 176, 176, 0.3);
  opacity: 0.5s;
}
.trust .trust-slider .trust-box {
  padding: 40px 50px;
  background: var(--white-bg-color);
  opacity: 0.5s;
  border-radius: 30px;
  text-align: left;
}
.trust .trust-slider .trust-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.trust .trust-slider .trust-box .profile {
  text-align: left;
}
.trust .trust-slider .trust-box .profile .user {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
.trust .trust-slider .trust-box .profile .user .user-image {
  width: 60px;
}
.trust .trust-slider .trust-box .profile .user .user-detail {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.trust .trust-slider .trust-box .profile .user .user-detail h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  color: var(--section-heading-text-dark);
}
.trust .trust-slider .trust-box .profile .user .user-detail h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.trust .trust-slider .trustslider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust .trust-slider .trustslider-arrow .trust-prev {
  margin: 0 20px;
  box-shadow: none;
  border: none;
  outline: none;
}
.trust .trust-slider .trustslider-arrow .trust-prev:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.trust .trust-slider .trustslider-arrow .trust-prev:hover {
  box-shadow: none;
  border: none;
  outline: none;
}
.trust .trust-slider .trustslider-arrow .trust-next {
  margin: 0 20px;
  box-shadow: none;
  border: none;
}
.trust .trust-slider .trustslider-arrow .trust-next:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.trust .trust-slider .trustslider-arrow .trust-next:hover {
  box-shadow: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .trust {
    padding: 90px 0;
  }
  .trust h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
  }
  .trust h2 span {
    font-weight: 600;
  }
  .trust .trust-swiper {
    margin-top: 30px;
  }
  .trust .trust-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .trust .trust-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .trust .trust-slider .trust-box {
    padding: 40px 50px;
    background: var(--white-bg-color);
    opacity: 0.5s;
    border-radius: 50px;
    text-align: left;
  }
  .trust .trust-slider .trust-box p {
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    /* or 200% */
    color: var(--black-font-color);
    margin-bottom: 40px;
  }
  .trust .trust-slider .trust-box .profile .user {
    align-items: start;
  }
  .trust .trust-slider .trust-box .profile .user .user-image {
    width: 90px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail {
    padding: 10px 20px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .trust-slider .trustslider-arrow .trust-prev {
    margin: 0 20px;
  }
  .trust .trust-slider .trustslider-arrow .trust-next {
    margin: 0 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .trust {
    padding: 80px 0 70px 0;
  }
  .trust h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .trust h2 span {
    font-weight: 600;
  }
  .trust .trust-swiper {
    margin-top: 5px;
  }
  .trust .trust-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .trust .trust-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .trust .trust-slider .trust-box {
    padding: 30px 30px 20px 30px;
    opacity: 0.5s;
    border-radius: 30px;
    text-align: left;
  }
  .trust .trust-slider .trust-box p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .trust .trust-slider .trust-box .profile .user {
    align-items: start;
  }
  .trust .trust-slider .trust-box .profile .user .user-image {
    width: 80px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail {
    padding: 10px 20px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .trust-slider .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 100px;
  }
  .trust .trust-slider .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .trust {
    padding: 80px 0 70px 0;
  }
  .trust h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .trust h2 span {
    font-weight: 600;
  }
  .trust .trust-swiper {
    margin-top: 5px;
  }
  .trust .trust-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .trust .trust-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .trust .trust-slider .trust-box {
    padding: 20px 15px 10px 15px;
    opacity: 0.5s;
    border-radius: 20px;
    text-align: left;
  }
  .trust .trust-slider .trust-box p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .trust .trust-slider .trust-box .profile .user {
    align-items: start;
  }
  .trust .trust-slider .trust-box .profile .user .user-image {
    width: 60px;
    margin-top: 10px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail {
    padding: 10px 20px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
  }
  .trust .trust-slider .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .trust-slider .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 80px;
  }
  .trust .trust-slider .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .trust {
    padding: 80px 0 70px 0;
  }
  .trust h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .trust h2 span {
    font-weight: 600;
  }
  .trust .trust-swiper {
    margin-top: 5px;
  }
  .trust .trust-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .trust .trust-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .trust .trust-slider .trust-box {
    padding: 20px 15px 10px 15px;
    opacity: 0.5s;
    border-radius: 20px;
    text-align: left;
  }
  .trust .trust-slider .trust-box p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .trust .trust-slider .trust-box .profile .user {
    align-items: start;
  }
  .trust .trust-slider .trust-box .profile .user .user-image {
    width: 60px;
    margin-top: 10px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail {
    padding: 10px 20px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
  }
  .trust .trust-slider .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .trust-slider .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 60px;
  }
  .trust .trust-slider .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 60px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .trust {
    padding: 60px 10px 50px 10px;
  }
  .trust h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .trust h2 span {
    font-weight: 600;
  }
  .trust .trust-swiper {
    margin-top: 5px;
  }
  .trust .trust-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 30px 0;
  }
  .trust .trust-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .trust .trust-slider .trust-box {
    padding: 20px 15px 10px 15px;
    opacity: 0.5s;
    border-radius: 20px;
    text-align: left;
  }
  .trust .trust-slider .trust-box p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .trust .trust-slider .trust-box .profile .user {
    align-items: start;
  }
  .trust .trust-slider .trust-box .profile .user .user-image {
    width: 60px;
    margin-top: 10px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail {
    padding: 10px 20px;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .trust .trust-slider .trust-box .profile .user .user-detail h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
  }
  .trust .trust-slider .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .trust-slider .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 40px;
  }
  .trust .trust-slider .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 40px;
  }
}
.talent {
  padding: 80px 0;
  text-align: center;
  background-color: var(--background-smoke);
}
.talent .swiper {
  width: 100%;
}
.talent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.talent .append-buttons {
  text-align: center;
  margin-top: 20px;
}
.talent .append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: var(--light-blue-color);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.talent h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
}
.talent h2 span {
  font-weight: 600;
}
.talent .talent-nav {
  padding: 30px 0;
  margin-bottom: 40px;
}
.talent .talent-nav .nav-item {
  flex: 0 1 auto;
  display: inline-flex;
}
.talent .talent-nav .nav-item .nav-link {
  color: var(--grey-link-color);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.talent .talent-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 80%;
  height: 3px;
  background: var(--after-pink-gradient);
  transition: transform 250ms;
  border-radius: 15px;
}
.talent .talent-nav .nav-item .nav-link:hover {
  color: var(--dark-hover);
}
.talent .talent-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--dark-active);
}
.talent .talent-nav .nav-item .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}
.talent .talent-card {
  background: var(--service-box-bg);
  box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
  border-radius: 30px;
  padding: 25px 0;
}
.talent .talent-card .ratings {
  padding: 0 30px;
}
.talent .talent-card .ratings ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.talent .talent-card .ratings ul li svg {
  color: var(--svg-yellow-color);
  margin: 0 2px;
}
.talent .talent-card .profile {
  text-align: left;
}
.talent .talent-card .profile .user {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
.talent .talent-card .profile .user .user-image {
  width: 80px;
}
.talent .talent-card .profile .user .user-detail {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.talent .talent-card .profile .user .user-detail h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin: 0;
  color: var(--section-heading-text-dark);
}
.talent .talent-card .profile .user .user-detail h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  color: var(--section-heading-text-dark);
}
.talent .talent-card .profile .user .user-detail button {
  background: var(--button-bg-green);
  border-radius: 52.1807px;
  color: var(--button-white-color);
  font-size: 14px;
  padding: 4px 15px;
  margin-top: 10px;
}
.talent .talent-card .profile .description {
  padding: 10px 15px;
}
.talent .talent-card .profile .description h4 {
  font-size: 20px;
  color: var(--section-heading-text-dark);
  font-weight: 600;
}
.talent .talent-card .profile .description p {
  color: var(--paragraph-grey-color);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.talent .talent-card .skills {
  padding: 10px 15px 20px 15px;
}
.talent .talent-card .skills button {
  color: var(--button-color-grey);
  border: 1.30452px solid #dcdcdc;
  border-radius: 52.1807px;
  padding: 4px 15px;
  font-size: 14px;
  margin-bottom: 5px;
}
.talent .talent-card .rates ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--reco-bg-grey);
}
.talent .talent-card .rates ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* identical to box height, or 250% */
  color: var(--li-dark-color);
  width: 50%;
  text-align: center;
  padding: 30px 10px;
}
.talent .talent-card .rates ul li:first-child {
  border-right: 1px solid #dfdfdf;
}
.talent .talent-card .rates ul li svg {
  color: var(--svg-grey);
  margin: 0 10px;
  font-size: 18px;
}
.talent .talent-card .invite {
  padding-top: 10px;
}
.talent .talent-card .invite a {
  border-radius: 13.0452px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  width: 80%;
  color: var(--white-link-color);
  padding: 15px 10px;
  margin: 0;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .talent {
    padding: 120px 0;
    text-align: center;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 54px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
    padding: 25px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 30px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
  }
  .talent .talent-card .profile .user .user-image {
    width: 80px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 15px 20px 15px;
  }
  .talent .talent-card .skills button {
    border: 1.30452px solid #dcdcdc;
    border-radius: 52.1807px;
    padding: 4px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    width: 50%;
    text-align: center;
    padding: 30px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 18px;
  }
  .talent .talent-card .invite {
    padding-top: 10px;
  }
  .talent .talent-card .invite button {
    background: var(--button-bg-gradient);
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    color: var(--button-white-color);
    padding: 15px 10px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 20px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 60px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 10px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 15px 20px 15px;
  }
  .talent .talent-card .skills button {
    padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 14px;
  }
  .talent .talent-card .invite {
    padding-top: 10px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 80%;
    color: var(--button-white-color);
    padding: 10px 10px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 15px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 2px 6px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .talent {
    padding: 70px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    padding: 10px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 15px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 2px 6px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .talent {
    padding: 50px 0;
  }
  .talent .swiper {
    width: 100%;
  }
  .talent .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talent .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .talent .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  .talent h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
  .talent h2 span {
    font-weight: 600;
  }
  .talent .talent-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .talent .talent-nav .nav-item {
    flex: 0 1 auto;
    display: inline-flex;
    margin: 0;
  }
  .talent .talent-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 10px;
  }
  .talent .talent-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 80%;
    height: 3px;
    transition: transform 250ms;
    border-radius: 15px;
  }
  .talent .talent-nav .nav-item .nav-link:hover {
    color: var(--dark-hover);
  }
  .talent .talent-nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--dark-active);
  }
  .talent .talent-nav .nav-item .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .talent .talent-card {
    box-shadow: 13.0452px 52.1807px 65.2259px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 20px 0;
  }
  .talent .talent-card .ratings {
    padding: 0 20px;
  }
  .talent .talent-card .ratings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .talent .talent-card .ratings ul li svg {
    margin: 0 2px;
    font-size: 12px;
  }
  .talent .talent-card .profile {
    text-align: left;
  }
  .talent .talent-card .profile .user {
    padding: 0 5px 0 10px;
  }
  .talent .talent-card .profile .user .user-image {
    width: 50px;
  }
  .talent .talent-card .profile .user .user-detail {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .talent .talent-card .profile .user .user-detail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }
  .talent .talent-card .profile .user .user-detail h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .talent .talent-card .profile .user .user-detail button {
    border-radius: 52.1807px;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 2px;
  }
  .talent .talent-card .profile .description {
    padding: 10px 15px;
  }
  .talent .talent-card .profile .description h4 {
    font-size: 19px;
    font-weight: 600;
  }
  .talent .talent-card .profile .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .talent .talent-card .skills {
    padding: 10px 10px 20px 10px;
  }
  .talent .talent-card .skills button {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .talent .talent-card .rates ul {
    padding: 0;
  }
  .talent .talent-card .rates ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
  }
  .talent .talent-card .rates ul li:first-child {
    border-right: 1px solid #dfdfdf;
  }
  .talent .talent-card .rates ul li svg {
    margin: 0 10px;
    font-size: 12px;
  }
  .talent .talent-card .invite {
    padding-top: 1px;
  }
  .talent .talent-card .invite button {
    border-radius: 13.0452px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 80%;
    color: var(--button-white-color);
    padding: 8px 8px;
    margin: 0;
  }
}
.about-partners {
  background: var(--background-banner-gradient);
  padding: 60px 0 60px 0;
  border-top: 1px solid rgba(24, 91, 167, 0.3);
}
.about-partners .p-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .about-partners {
    padding: 40px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box {
    max-width: 100%;
    min-height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px;
  }
  .about-partners .p-box .estate {
    max-width: 170px;
  }
  .about-partners .p-box img {
    padding: 0 10px;
    max-width: 170px;
  }
  .about-partners .p-box .engage {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .about-partners {
    padding: 40px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box {
    max-width: 100%;
    min-height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px;
  }
  .about-partners .addidas {
    border-bottom: none;
  }
  .about-partners .disney {
    border-bottom: none;
  }
  .about-partners .gitlab {
    border-right: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .about-partners {
    padding: 40px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box {
    max-width: 100%;
    min-height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px;
  }
  .about-partners .p-box.odd {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box.addidas {
    border-bottom: none;
  }
  .about-partners .tesla {
    border-right: none;
  }
  .about-partners .disney {
    border-right: none;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .about-partners {
    padding: 40px 10px 40px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box {
    max-width: 100%;
    min-height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-right: none;
    border-right: 1px solid transparent;
    padding: 10px 10px;
  }
  .about-partners .p-box img {
    height: 80px;
    margin: 0 auto;
  }
  .about-partners .p-box.odd {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-partners .p-box.addidas {
    border-bottom: none;
  }
  .about-partners .tesla {
    border-right: none;
  }
  .about-partners .disney {
    border-right: none;
  }
}
.why-us {
  padding: 70px 0;
  background-image: url(../../images/whychooseus_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
.why-us h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height, or 80% */
  color: var(--section-heading-text-dark);
}
.why-us h2 span {
  font-weight: 600;
}
.why-us p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 30px 0;
  color: var(--paragraph-grey-color);
}
.why-us p a {
  color: var(--paragraph-grey-color);
}
.why-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-us ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--li-dark-color);
}
.why-us ul li svg {
  font-size: 10px;
  background: var(--svg-blue-bg);
  color: var(--svg-white-color);
  border-radius: 50%;
  padding: 8px;
  margin-right: 15px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .why-us {
    padding: 110px 0;
  }
  .why-us h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
  }
  .why-us h2 span {
    font-weight: 600;
  }
  .why-us p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    max-width: 85%;
  }
  .why-us ul li {
    margin: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 60px;
  }
  .why-us ul li svg {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .why-us {
    padding: 80px 0;
  }
  .why-us h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
  }
  .why-us h2 span {
    font-weight: 600;
  }
  .why-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    max-width: 85%;
  }
  .why-us ul li {
    margin: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
  }
  .why-us ul li svg {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .why-us {
    padding: 80px 0;
  }
  .why-us h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
  }
  .why-us h2 span {
    font-weight: 600;
  }
  .why-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    max-width: 85%;
  }
  .why-us ul li {
    margin: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    align-items: flex-start;
  }
  .why-us ul li svg {
    font-size: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .why-us {
    padding: 80px 0;
  }
  .why-us h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
  }
  .why-us h2 span {
    font-weight: 600;
  }
  .why-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    max-width: 85%;
  }
  .why-us ul li {
    margin: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    align-items: center;
  }
  .why-us ul li svg {
    font-size: 10px;
  }
  .why-us .ul-2 {
    margin-top: -30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .why-us {
    padding: 50px 10px;
  }
  .why-us h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
  }
  .why-us h2 span {
    font-weight: 600;
  }
  .why-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    max-width: 85%;
  }
  .why-us ul li {
    margin: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
  }
  .why-us ul li svg {
    font-size: 8px;
  }
  .why-us .ul-2 {
    margin-top: -30px;
  }
}
.error-filed {
  border: 2px solid red !important;
  border-right: none !important;
}

.error-filed2 {
  border: 2px solid red !important;
  border-left: none !important;
}

.correct-filed {
  border: 2px solid green !important;
  border-right: none !important;
}

.correct-filed2 {
  border: 2px solid green !important;
  border-left: none !important;
}

.error-check-icon {
  color: var(--correct-color);
}

.error-cross-icon {
  color: var(--wrong-color);
}

.service-banner {
  height: 800px;
  padding: 0 0 0 0;
  text-align: left;
  background: var(--background-banner-gradient);
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.service-banner h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 62px;
  text-align: left;
  color: var(--section-heading-text-white);
}
.service-banner h1 span {
  font-weight: 600;
}
.service-banner h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 58px;
  position: relative;
  color: var(--section-heading-text-white);
  width: 100%;
}
.service-banner h5:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: var(--after-white-bg);
}
.service-banner p {
  color: var(--white-font-color);
  font-size: 16px;
  max-width: 500px;
  margin-top: 30px;
}
.service-banner a {
  z-index: 999;
  position: relative;
  border-radius: 10px;
  color: var(--white-link-color);
  border: none;
  padding: 10px 30px;
  margin-top: 20px;
}
.service-banner .service-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.service-banner .form-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.service-banner .service-form {
  background: var(--service-form-bg);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 15px;
  max-width: 450px;
  margin-left: 10%;
  z-index: 99;
  position: relative;
  padding: 35px 20px;
  border: 4px solid white;
  position: relative;
}
.service-banner .service-form:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  border-left: 18px solid transparent;
  border-right: 33px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.85);
  bottom: -23px;
  right: 25%;
}
.service-banner .service-form h3 {
  font-size: 44.0496px;
  line-height: 47px;
  font-weight: 700;
  color: var(--section-heading-text-dark);
  margin-bottom: 20px;
}
.service-banner .service-form .input-group .form-control {
  border-right: none;
}
.service-banner .service-form .input-group .input-group-append {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--service-form-bg);
  border-radius: 7.52108px;
  margin-left: 0 !important;
  border: 2px solid white;
  border-left: none;
}
.service-banner .service-form .input-group .input-group-text {
  border: none;
  background-color: transparent;
}
.service-banner .service-form .form-control {
  margin: 10px 0;
  background: var(--service-form-bg);
  border-radius: 7.52108px;
  font-size: 18px;
  height: 47px;
  color: var(--form-dark-color);
  padding: 10px 20px;
  border: 2px solid white;
}
.service-banner .service-form .form-control:focus {
  box-shadow: none;
}
.service-banner .service-form .form-control#form_textarea {
  height: 100px;
}
.service-banner .service-form button {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 auto;
  display: flex;
}
.service-banner .service-form .form-group .input-group-append {
  margin-top: 10px;
}
.service-banner .service-form textarea {
  height: 100px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .service-banner {
    height: 800px;
    padding: 100px 0 0 0;
  }
  .service-banner h1 {
    font-style: normal;
    font-size: 58px;
    line-height: 62px;
  }
  .service-banner h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service-banner a {
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .service-banner {
    height: 800px;
    padding: 100px 0 30px 0;
  }
  .service-banner h1 {
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
  }
  .service-banner h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service-banner a {
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .service-banner {
    height: 100%;
    padding: 200px 0 30px 0;
  }
  .service-banner h1 {
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
  }
  .service-banner h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service-banner a {
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;
  }
  .service-banner .service-form {
    border-radius: 15px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding: 30px 20px;
  }
  .service-banner .service-form h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .service-banner .service-form .form-control {
    margin: 10px 0;
    border-radius: 7.52108px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .service-banner .service-form button {
    text-align: center;
    padding: 12px 60px;
    margin: 40px auto 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .service-banner {
    height: 100%;
    padding: 200px 0 30px 0;
  }
  .service-banner h1 {
    font-style: normal;
    font-size: 35px;
    line-height: 40px;
  }
  .service-banner h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service-banner a {
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;
  }
  .service-banner .service-form {
    border-radius: 15px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding: 20px 20px;
  }
  .service-banner .service-form h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .service-banner .service-form .form-control {
    margin: 10px 0;
    border-radius: 7.52108px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .service-banner .service-form button {
    text-align: center;
    padding: 12px 60px;
    margin: 40px auto 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .service-banner {
    height: 100%;
    padding: 145px 10px 30px 15px;
  }
  .service-banner h1 {
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
  }
  .service-banner h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service-banner h5:after {
    top: 25%;
  }
  .service-banner a {
    border-radius: 10px;
    padding: 8px 15px;
    margin-top: 30px;
    font-size: 14px;
  }
  .service-banner .service-form {
    border-radius: 15px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding: 20px 20px;
  }
  .service-banner .service-form h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .service-banner .service-form .form-control {
    margin: 10px 0;
    border-radius: 7.52108px;
    font-size: 14px;
    padding: 10px 20px;
  }
  .service-banner .service-form button {
    text-align: center;
    padding: 12px 60px;
    margin: 40px auto 0 auto;
    display: flex;
  }
}
.Portfolio-slider {
  padding: 90px 0;
  background: var(--background-grey);
  text-align: center;
  overflow: hidden;
}
.Portfolio-slider h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: var(--section-heading-text-dark);
}
.Portfolio-slider h2 span {
  font-weight: 600;
}
.Portfolio-slider p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  text-align: center;
  color: var(--paragraph-grey-color);
}
.Portfolio-slider .portfolio-swiper .swiper-slide {
  opacity: 0.4;
  transition: 0.5s;
  margin: 40px 0;
}
.Portfolio-slider .portfolio-swiper .swiper-slide {
  opacity: 0.4;
  transition: 0.5s;
}
.Portfolio-slider .portfolio-swiper .swiper-slide-active {
  opacity: 1;
  transition: 0.5s;
}
.Portfolio-slider .portfolio-slider-section .swiper-slide-active .portfolio-box {
  box-shadow: 0 10px 35px rgba(176, 176, 176, 0.3);
  opacity: 0.5s;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box {
  background-color: var(--white-bg-color);
  border-radius: 50px;
  overflow: hidden;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
  padding: 30px 20px;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
  height: 450px;
  max-width: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .details {
  padding: 30px 20px;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 100% */
  text-align: center;
  color: var(--section-heading-text-dark);
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .teemates {
  background-color: #99b64b;
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .papp-app {
  background-color: rgba(18, 58, 85, 0.9);
  background-image: url("../assets/images/porfolio/Papp-app/papp-app.png");
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .stop-vaping {
  background-color: #65ccc0;
  background-image: url("../images/porfolio/Papp-app/papp-app.png");
}
.Portfolio-slider .portfolio-slider-section .portfolio-box .high-def {
  background-color: #ff8a00;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
  margin: 0 20px;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev:hover {
  box-shadow: none;
  border: none;
  outline: none;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
  margin: 0 20px;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next:hover {
  box-shadow: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 1700px) {
  .Portfolio-slider {
    padding: 90px 0;
  }
  .Portfolio-slider h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
  }
  .Portfolio-slider h2 span {
    font-weight: 600;
  }
  .Portfolio-slider .portfolio-swiper {
    margin-top: 30px;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box {
    border-radius: 50px;
    overflow: hidden;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
    padding: 30px 20px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
    height: 500px;
    max-width: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details {
    padding: 30px 20px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .teemates {
    background-color: #99b64b;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .papp-app {
    background-color: rgba(18, 58, 85, 0.9);
    background-image: url("../images/porfolio/Papp-app/papp-app.png");
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .stop-vaping {
    background-color: #65ccc0;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .high-def {
    background-color: #ff8a00;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
    margin: 0 20px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
    margin: 0 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .Portfolio-slider {
    padding: 80px 0 70px 0;
  }
  .Portfolio-slider h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .Portfolio-slider h2 span {
    font-weight: 600;
  }
  .Portfolio-slider .portfolio-swiper {
    margin-top: 5px;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box {
    border-radius: 30px;
    overflow: hidden;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
    padding: 30px 20px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
    height: 350px;
    max-width: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details {
    padding: 30px 20px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .teemates {
    background-color: #99b64b;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .papp-app {
    background-color: rgba(18, 58, 85, 0.9);
    background-image: url("../images/porfolio/Papp-app/papp-app.png");
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .stop-vaping {
    background-color: #65ccc0;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .high-def {
    background-color: #ff8a00;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 100px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .Portfolio-slider {
    padding: 80px 0 70px 0;
  }
  .Portfolio-slider h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .Portfolio-slider h2 span {
    font-weight: 600;
  }
  .Portfolio-slider .portfolio-swiper {
    margin-top: 5px;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box {
    border-radius: 30px;
    overflow: hidden;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
    height: 350px;
    max-width: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 80px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .Portfolio-slider {
    padding: 80px 0 70px 0;
  }
  .Portfolio-slider h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
  }
  .Portfolio-slider h2 span {
    font-weight: 600;
  }
  .Portfolio-slider .portfolio-swiper {
    margin-top: 5px;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 80px 0;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box {
    border-radius: 30px;
    overflow: hidden;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
    height: 300px;
    max-width: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 60px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 60px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .Portfolio-slider {
    padding: 60px 10px 50px 10px;
  }
  .Portfolio-slider h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .Portfolio-slider h2 span {
    font-weight: 600;
  }
  .Portfolio-slider p {
    font-size: 12px;
  }
  .Portfolio-slider .portfolio-swiper {
    margin-top: 5px;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide {
    opacity: 0.4;
    transition: 0.5s;
    margin: 30px 0;
  }
  .Portfolio-slider .portfolio-swiper .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box {
    border-radius: 30px;
    overflow: hidden;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .img-box img {
    height: 200px;
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details {
    padding: 20px 15px;
  }
  .Portfolio-slider .portfolio-slider-section .portfolio-box .details h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 40px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev:focus {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-prev:hover {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 40px;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next:focus {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .Portfolio-slider .portfolio-slider-section .trustslider-arrow .trust-next:hover {
    box-shadow: none;
    border: none;
    outline: none;
  }
}
.framework {
  background-color: var(--section-heading-text-white);
  padding: 70px 0 120px 0;
  overflow: hidden;
}
.framework h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height, or 80% */
  color: var(--section-heading-text-dark);
}
.framework h2 span {
  font-weight: 600;
}
.framework p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* or 188% */
  color: var(--paragraph-grey-color);
}
.framework .frame-nav {
  padding: 40px 0;
  margin-bottom: 40px;
}
.framework .frame-nav .swiper-wrapper {
  margin: 30px 10px;
}
.framework .frame-nav .swiper-slide-thumb-active .nav-link {
  border: 2px solid blue !important;
  opacity: 1 !important;
  filter: none !important;
}
.framework .frame-nav .swiper-slide {
  box-shadow: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
}
.framework .frame-nav .swiper-slide .nav-link {
  opacity: 0.2;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  background: var(--white-link-color) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: grayscale(100%);
}
.framework .frame-nav .swiper-slide .nav-link img {
  max-width: 40px;
}
.framework .swiper-slide-active .framework-box {
  opacity: 1;
  transition: 0.5s;
}
.framework .framework-box {
  background: var(--service-box-bg);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 23.553px;
  padding: 30px 30px;
  margin: 20px 0;
  opacity: 0.2;
  transition: 0.5;
}
.framework .framework-box img {
  width: 50px;
  margin-bottom: 25px;
}
.framework .framework-box h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
  /* identical to box height, or 100% */
  color: var(--section-heading-text-dark);
}
.framework .framework-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--paragraph-grey-color);
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .framework {
    padding: 80px 0 150px 0;
    overflow: hidden;
  }
  .framework h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
  }
  .framework h2 span {
    font-weight: 600;
  }
  .framework p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
  .framework .frame-nav {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .framework .frame-nav .nav .nav-item {
    margin: 0 15px;
  }
  .framework .frame-nav .nav .nav-item .nav-link {
    padding: 35px;
    box-shadow: 0px 0px 20.4855px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    position: relative;
  }
  .framework .frame-nav .nav .nav-item .nav-link img {
    max-width: 80px;
  }
  .framework .frame-nav .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(126.82deg, #ff7e06 15.74%, #e9451a 78.11%, #e65212 90.58%);
  }
  .framework .swiper-slide-active .framework-box {
    opacity: 1;
    transition: 0.5s;
  }
  .framework .framework-box {
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
    padding: 45px 45px;
    opacity: 0.2;
    transition: 0.5;
  }
  .framework .framework-box img {
    width: 70px;
    margin-bottom: 30px;
  }
  .framework .framework-box h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .framework .framework-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .framework {
    padding: 70px 0 120px 0;
    overflow: hidden;
  }
  .framework h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 40px;
  }
  .framework h2 span {
    font-weight: 600;
  }
  .framework p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .framework .frame-nav {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .framework .frame-nav .nav .nav-item {
    margin: 0 10px;
  }
  .framework .frame-nav .nav .nav-item .nav-link {
    padding: 20px;
    box-shadow: 0px 0px 20.4855px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    position: relative;
  }
  .framework .frame-nav .nav .nav-item .nav-link img {
    max-width: 40px;
  }
  .framework .frame-nav .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(126.82deg, #ff7e06 15.74%, #e9451a 78.11%, #e65212 90.58%);
  }
  .framework .swiper-slide-active .framework-box {
    opacity: 1;
    transition: 0.5s;
  }
  .framework .framework-box {
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
    padding: 30px 30px;
    opacity: 0.2;
    transition: 0.5;
  }
  .framework .framework-box img {
    width: 50px;
    margin-bottom: 25px;
  }
  .framework .framework-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .framework .framework-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .framework {
    padding: 70px 0 90px 0;
    overflow: hidden;
  }
  .framework h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
  }
  .framework h2 span {
    font-weight: 600;
  }
  .framework p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .framework .frame-nav {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .framework .frame-nav .nav .nav-item {
    margin: 0 10px;
  }
  .framework .frame-nav .nav .nav-item .nav-link {
    padding: 20px;
    box-shadow: 0px 0px 20.4855px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    position: relative;
  }
  .framework .frame-nav .nav .nav-item .nav-link img {
    max-width: 40px;
  }
  .framework .frame-nav .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(126.82deg, #ff7e06 15.74%, #e9451a 78.11%, #e65212 90.58%);
  }
  .framework .swiper-slide-active .framework-box {
    opacity: 1;
    transition: 0.5s;
  }
  .framework .framework-box {
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
    padding: 30px 30px;
    opacity: 0.2;
    transition: 0.5;
  }
  .framework .framework-box img {
    width: 50px;
    margin-bottom: 25px;
  }
  .framework .framework-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .framework .framework-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .framework {
    padding: 60px 0 70px 0;
    overflow: hidden;
  }
  .framework h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .framework h2 span {
    font-weight: 600;
  }
  .framework p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .framework .frame-nav {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .framework .frame-nav .nav .nav-item {
    margin: 0 10px;
  }
  .framework .frame-nav .nav .nav-item .nav-link {
    padding: 12px;
    box-shadow: 0px 0px 20.4855px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
  }
  .framework .frame-nav .nav .nav-item .nav-link img {
    max-width: 30px;
  }
  .framework .frame-nav .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(126.82deg, #ff7e06 15.74%, #e9451a 78.11%, #e65212 90.58%);
  }
  .framework .swiper-slide-active .framework-box {
    opacity: 1;
    transition: 0.5s;
  }
  .framework .framework-box {
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 20px;
    opacity: 0.2;
    transition: 0.5;
  }
  .framework .framework-box img {
    width: 50px;
    margin-bottom: 25px;
  }
  .framework .framework-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .framework .framework-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .framework {
    padding: 40px 10px 50px 10px;
    overflow: hidden;
  }
  .framework h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .framework h2 span {
    font-weight: 600;
  }
  .framework p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .framework .frame-nav {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .framework .frame-nav .nav .nav-item {
    margin: 0 10px;
  }
  .framework .frame-nav .nav .nav-item .nav-link {
    padding: 8px;
    box-shadow: 0px 0px 20.4855px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    position: relative;
  }
  .framework .frame-nav .nav .nav-item .nav-link img {
    max-width: 20px;
  }
  .framework .frame-nav .nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit; /* !importanté */
    background: linear-gradient(126.82deg, #ff7e06 15.74%, #e9451a 78.11%, #e65212 90.58%);
  }
  .framework .swiper-slide-active .framework-box {
    opacity: 1;
    transition: 0.5s;
  }
  .framework .framework-box {
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 20px;
    opacity: 0.2;
    transition: 0.5;
  }
  .framework .framework-box img {
    width: 40px;
    margin-bottom: 25px;
  }
  .framework .framework-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .framework .framework-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
  }
}
.hiring-process {
  padding: 90px 0;
  text-align: center;
}
.hiring-process .swiper-slide {
  height: inherit !important;
}
.hiring-process h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  /* identical to box height, or 100% */
  text-align: center;
  color: var(--section-heading-text-dark);
}
.hiring-process h2 span {
  font-weight: 600;
}
.hiring-process h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  /* identical to box height, or 283% */
  text-align: center;
  color: var(--section-heading-text-dark);
}
.hiring-process p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: var(--paragraph-grey-color);
  margin-bottom: 80px;
}
.hiring-process p a {
  color: var(--paragraph-grey-color);
}
.hiring-process img {
  max-width: 550px;
}
.hiring-process .swiper-vertical > .swiper-scrollbar {
  left: 0 !important;
  right: inherit !important;
}
.hiring-process .swiper-scrollbar {
  background: transparent !important;
}
.hiring-process .swiper-scrollbar-drag {
  background: var(--service-box-hover-bg);
  border-radius: 50px;
}
.hiring-process .process-swiper {
  max-height: 600px;
  max-width: 650px;
  padding: 30px 0 60px 60px;
}
.hiring-process .process-swiper .swiper-slide-active .process-box {
  opacity: 1;
  transition: 0.5s;
}
.hiring-process .process-swiper .process-box {
  text-align: left;
  background-color: var(--white-color);
  box-shadow: 5px 10px 10px rgba(229, 233, 246, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-right: 10px;
  border-radius: 14.4795px;
  padding: 30px 30px;
  max-height: 300px;
  opacity: 0.2;
  transition: 0.5s;
}
.hiring-process .process-swiper .process-box p {
  text-align: left;
  margin: 10px 0;
}
.hiring-process .process-swiper .process-box span {
  background: var(--span-blue-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
}

.hiring-bg {
  background-color: var(--background-smoke);
  padding: 120px 0px;
}
.hiring-bg h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--section-heading-text-dark);
}
.hiring-bg p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  /* or 188% */
  width: 90%;
  color: var(--paragraph-grey-color);
}
.hiring-bg .hiring-made-easy h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: var(--section-heading-text-dark);
  text-align: center;
}

@media screen and (min-width: 1700px) {
  .hiring-process {
    padding: 90px 0;
    text-align: center;
  }
  .hiring-process .swiper-slide {
    height: inherit !important;
  }
  .hiring-process h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    /* identical to box height, or 100% */
    text-align: center;
    color: var(--section-heading-text-dark);
  }
  .hiring-process h2 span {
    font-weight: 600;
  }
  .hiring-process h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /* identical to box height, or 283% */
    text-align: center;
    color: var(--section-heading-text-dark);
  }
  .hiring-process p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
  }
  .hiring-process img {
    max-width: 700px;
    width: 800px;
  }
  .hiring-process .swiper-vertical > .swiper-scrollbar {
    left: 0 !important;
    right: inherit !important;
  }
  .hiring-process .swiper-scrollbar {
    background: transparent !important;
  }
  .hiring-process .swiper-scrollbar-drag {
    background: var(--service-box-hover-bg);
    border-radius: 50px;
  }
  .hiring-process .process-swiper {
    max-height: 600px;
    max-width: 650px;
    padding: 30px 0 60px 60px;
  }
  .hiring-process .process-swiper .swiper-slide-active .process-box {
    opacity: 1;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box {
    text-align: left;
    background-color: var(--white-color);
    box-shadow: 5px 10px 10px rgba(229, 233, 246, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 10px;
    border-radius: 14.4795px;
    padding: 30px 30px;
    max-height: 300px;
    opacity: 0.2;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box p {
    text-align: left;
    margin: 10px 0;
  }
  .hiring-process .process-swiper .process-box span {
    background: var(--span-blue-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 16px;
  }
  .hiring-bg {
    background-color: var(--background-smoke);
    padding: 120px 0px;
  }
  .hiring-bg h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--section-heading-text-dark);
  }
  .hiring-bg p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 188% */
    width: 90%;
    color: var(--paragraph-grey-color);
  }
  .hiring-bg .hiring-made-easy h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 54px;
    color: var(--section-heading-text-dark);
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .hiring-bg {
    padding: 70px 0px;
  }
  .hiring-process {
    padding: 100px 0;
    text-align: center;
  }
  .hiring-process .swiper-slide {
    height: inherit !important;
  }
  .hiring-process h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
  }
  .hiring-process h2 span {
    font-weight: 600;
  }
  .hiring-process h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 65px;
  }
  .hiring-process p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    max-width: 90%;
    margin: 30px auto 80px auto;
  }
  .hiring-process img {
    max-width: 400px;
  }
  .hiring-process .swiper-vertical > .swiper-scrollbar {
    left: 0 !important;
    right: inherit !important;
  }
  .hiring-process .swiper-scrollbar {
    background: transparent !important;
    width: 100%;
  }
  .hiring-process .process-swiper {
    max-height: 600px;
    max-width: 480px;
    padding: 30px 0 60px 50px;
  }
  .hiring-process .process-swiper .swiper-slide-active .process-box {
    opacity: 1;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box {
    text-align: left;
    background-color: var(--white-color);
    box-shadow: 5px 10px 10px rgba(229, 233, 246, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 10px;
    border-radius: 14.4795px;
    padding: 30px 20px;
    max-height: 390px;
    opacity: 0.2;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box p {
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
  }
  .hiring-process .process-swiper .process-box h4 {
    font-size: 18px;
  }
  .hiring-process .process-swiper .process-box span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .hiring-bg {
    padding: 70px 0px;
  }
  .hiring-process {
    padding: 80px 0;
    text-align: center;
  }
  .hiring-process .swiper-slide {
    height: inherit !important;
  }
  .hiring-process h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
  }
  .hiring-process h2 span {
    font-weight: 600;
  }
  .hiring-process h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 65px;
  }
  .hiring-process p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    max-width: 90%;
    margin: 30px auto 80px auto;
  }
  .hiring-process img {
    max-width: 600px;
  }
  .hiring-process .swiper-vertical > .swiper-scrollbar {
    left: 0 !important;
    right: inherit !important;
  }
  .hiring-process .swiper-scrollbar {
    background: transparent !important;
    width: 100%;
  }
  .hiring-process .process-swiper {
    max-height: 600px;
    max-width: 100%;
    padding: 30px 50px 60px 50px;
  }
  .hiring-process .process-swiper .swiper-slide-active .process-box {
    opacity: 1;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box {
    text-align: left;
    background-color: var(--white-color);
    box-shadow: 5px 10px 10px rgba(229, 233, 246, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 5px;
    border-radius: 14.4795px;
    padding: 30px 20px;
    max-height: 390px;
    opacity: 0.2;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box p {
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
  }
  .hiring-process .process-swiper .process-box h4 {
    font-size: 18px;
  }
  .hiring-process .process-swiper .process-box span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .hiring-bg {
    padding: 70px 0px;
  }
  .hiring-process {
    padding: 80px 0;
    text-align: center;
  }
  .hiring-process .swiper-slide {
    height: inherit !important;
  }
  .hiring-process h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
  }
  .hiring-process h2 span {
    font-weight: 600;
  }
  .hiring-process h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 65px;
  }
  .hiring-process p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    max-width: 90%;
    margin: 30px auto 80px auto;
  }
  .hiring-process img {
    max-width: 600px;
  }
  .hiring-process .swiper-vertical > .swiper-scrollbar {
    left: 0 !important;
    right: inherit !important;
  }
  .hiring-process .swiper-scrollbar {
    background: transparent !important;
    width: 100%;
  }
  .hiring-process .process-swiper {
    max-height: 550px;
    max-width: 100%;
    padding: 60px 50px 60px 50px;
  }
  .hiring-process .process-swiper .swiper-slide-active .process-box {
    opacity: 1;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box {
    text-align: left;
    background-color: var(--white-color);
    box-shadow: 5px 5px 5px rgba(229, 233, 246, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 10px;
    border-radius: 14.4795px;
    padding: 30px 20px;
    max-height: 390px;
    opacity: 0.2;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box p {
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
  }
  .hiring-process .process-swiper .process-box h4 {
    font-size: 18px;
  }
  .hiring-process .process-swiper .process-box span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
  }
  .hiring-bg h2 {
    text-align: center;
  }
  .hiring-bg p {
    text-align: center;
    width: 100%;
  }
  .hiring-bg img {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .hiring-bg {
    padding: 50px 0px;
  }
  .hiring-process {
    padding: 40px 0;
    text-align: center;
  }
  .hiring-process .swiper-slide {
    height: inherit !important;
  }
  .hiring-process h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .hiring-process h2 span {
    font-weight: 600;
  }
  .hiring-process h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
  }
  .hiring-process p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    max-width: 90%;
    margin: 30px auto 80px auto;
  }
  .hiring-process img {
    max-width: 600px;
  }
  .hiring-process .swiper-vertical > .swiper-scrollbar {
    left: 0 !important;
    right: inherit !important;
  }
  .hiring-process .swiper-scrollbar {
    top: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
  }
  .hiring-process .process-swiper {
    max-height: 450px;
    max-width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .hiring-process .process-swiper .swiper-slide-active .process-box {
    opacity: 1;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box {
    text-align: left;
    background-color: var(--white-color);
    box-shadow: 5px 5px 5px rgba(229, 233, 246, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 5px;
    border-radius: 14.4795px;
    padding: 30px 20px;
    max-height: 390px;
    opacity: 0.2;
    transition: 0.5s;
  }
  .hiring-process .process-swiper .process-box p {
    text-align: left;
    margin: 10px 0;
    font-size: 12px;
  }
  .hiring-process .process-swiper .process-box h4 {
    font-size: 17px;
  }
  .hiring-process .process-swiper .process-box span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
  }
  .hiring-bg h2 {
    font-size: 20px;
    text-align: center;
  }
  .hiring-bg .hiring-made-easy {
    font-size: 26px;
  }
  .hiring-bg p {
    text-align: center;
    width: 100%;
  }
  .hiring-bg img {
    display: flex;
    margin: 0 auto;
  }
}
.publications {
  text-align: center;
  padding: 80px 10px;
}
.publications h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  color: var(--section-heading-text-dark);
  margin-bottom: 20px;
}
.publications h2 span {
  font-weight: 600;
}
.publications .public-box {
  background: var(--service-box-bg);
  margin: 50px 15px;
  box-shadow: 5px 8px 18px rgba(229, 233, 246, 0.4);
  border-radius: 50px;
}
.publications .public-box img {
  width: 100%;
  min-height: 302px;
  max-height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.publications .public-box .content {
  padding: 20px 20px;
}
.publications .public-box .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publications .public-box .content h3 svg {
  color: var(--svg-pink-color);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.publications .public-box .content p {
  margin: 5px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  /* or 181% */
  color: var(--paragraph-grey-color);
}
.publications .public-box .share-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.publications .public-box button {
  background: var(--button-bg-lightgrey);
  /* Drop Shadow */
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(229, 233, 246, 0.4);
  border-radius: 50px;
  border: 1px solid transparent;
}
.publications .public-box button svg {
  color: var(--svg-blue-color);
  font-size: 20px;
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .publications {
    text-align: center;
    padding: 120px 10px;
  }
  .publications h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 70px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: auto;
    /* Drop Shadow */
    border-radius: 50px;
  }
  .publications .public-box img {
    max-height: 302px;
    border-radius: 50px;
  }
  .publications .public-box .content {
    padding: 40px 20px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
  }
  .publications .public-box .content h3 svg {
    font-size: 30px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 60px;
    height: 60px;
  }
  .publications .public-box button svg {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    border-radius: 20px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    /* Drop Shadow */
    border-radius: 30px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .publications {
    text-align: center;
    padding: 70px 10px;
  }
  .publications h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 50px 15px;
    /* Drop Shadow */
    border-radius: 20px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 18px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    /* Drop Shadow */
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .publications {
    text-align: center;
    padding: 50px 10px;
  }
  .publications h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .publications h2 span {
    font-weight: 600;
  }
  .publications .public-box {
    max-width: 350px;
    margin: 30px auto;
    border-radius: 40px;
  }
  .publications .public-box img {
    min-height: 100px;
    max-height: 250px;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .publications .public-box .content {
    padding: 15px 10px;
  }
  .publications .public-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  .publications .public-box .content h3 svg {
    font-size: 20px;
  }
  .publications .public-box .content p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    /* or 181% */
  }
  .publications .public-box button {
    background: var(--button-bg-lightgrey);
    width: 40px;
    height: 40px;
  }
  .publications .public-box button svg {
    font-size: 16px;
  }
}
.services-component {
  padding: 70px 0;
  background: var(--background-lightblue-gradient);
  text-align: center;
}
.services-component .content {
  max-width: 80%;
  margin: auto;
  margin-bottom: 60px;
}
.services-component h2 {
  color: var(--section-heading-text-white);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 70px;
  /* or 140% */
  text-align: center;
}
.services-component h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  /* identical to box height, or 133% */
  text-align: center;
  color: var(--section-heading-text-white);
}
.services-component p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--white-font-color) !important;
}
.services-component a, .services-component a:hover, .services-component a:focus, .services-component a:active {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

@media screen and (min-width: 1700px) {
  .services-component {
    padding: 70px 0;
    background: var(--background-lightblue-gradient);
    text-align: center;
  }
  .services-component .content {
    max-width: 80%;
    margin: auto;
    margin-bottom: 60px;
  }
  .services-component h2 {
    color: var(--section-heading-text-white);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    /* or 140% */
    text-align: center;
  }
  .services-component h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    /* identical to box height, or 133% */
    text-align: center;
    color: var(--section-heading-text-white);
  }
  .services-component p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--white-font-color);
  }
  .services-component a, .services-component a:hover, .services-component a:focus, .services-component a:active {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .services-component {
    padding: 70px 0;
  }
  .services-component .content {
    max-width: 80%;
    margin: auto;
    margin-bottom: 60px;
  }
  .services-component h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .services-component h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .services-component p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .services-component a, .services-component a:hover, .services-component a:focus, .services-component a:active {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
  }
}
/* Goal */
.page-service-single {
  overflow-x: visible;
}

.frameworks-Slider {
  overflow: hidden;
}

.Goal {
  background: #F3F4F6;
  padding: 100px 0;
}

.goal_heading h2 {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 400;
}

.goal_heading h2 b {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 600;
}

.goal_btn {
  padding-top: 10px;
}

.Goal .accordion-body {
  padding: 0.5rem 1.25rem;
}

.Goal .accordion-button:focus {
  box-shadow: none;
  color: #000000;
}

.Goal .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.Goal .accordion-item {
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: none;
}

.Goal .accordion-button {
  border-radius: 10px;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}

.Goal .maingoal {
  position: sticky;
  top: 110px;
}

.Goal .accordion-button h4 {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 500;
}

.Goal .accordion-body {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1700px) {
  /* service accordian */
  .Goal .accordion-button h4 {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 500;
  }
  .Goal .accordion-body {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .goal_heading h2 {
    font-family: "Poppins";
    font-size: 50px;
    font-weight: 400;
  }
  .goal_heading h2 b {
    font-family: "Poppins";
    font-size: 50px;
    font-weight: 600;
  }
  .Goal .accordion-button {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  /* service accordian */
  .Goal .accordion-button h4 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
  }
  .Goal .accordion-body {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .goal_heading h2 {
    font-family: "Poppins";
    font-size: 35px;
    font-weight: 400;
  }
  .goal_heading h2 b {
    font-family: "Poppins";
    font-size: 35px;
    font-weight: 600;
  }
  .goal_heading p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .Goal .maingoal {
    position: sticky;
    top: 100px;
  }
  .Goal .accordion-button {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* service accordian */
  .Goal .accordion-button h4 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
  }
  .Goal .accordion-body {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .Goal .goal_heading h2 {
    font-family: "Poppins";
    font-size: 27px;
    font-weight: 400;
  }
  .Goal .goal_heading h2 b {
    font-family: "Poppins";
    font-size: 27px;
    font-weight: 600;
  }
  .Goal .maingoal {
    position: sticky;
    top: 66px;
  }
  .Goal .accordion-button {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* service accordian */
  .Goal .accordion-button h4 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
  }
  .Goal .accordion-body {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .Goal .goal_heading h2 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
  }
  .Goal .goal_heading h2 b {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
  }
  .goal_heading p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
  }
  .Goal {
    background: #F3F4F6;
    padding: 50px 0;
  }
  .main_accordian {
    padding-top: 40px;
  }
  .maingoal {
    position: static;
    top: 10rem;
  }
  .Goal .accordion-button {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /* service accordian */
  .Goal .accordion-button h4 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
  }
  .Goal .accordion-body {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .main_accordian {
    padding-top: 40px;
  }
  .goal_heading h2 {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 400;
  }
  .goal_heading h2 b {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
  }
  .goal_heading p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
  }
  .Goal {
    background: #F3F4F6;
    padding: 50px 0;
  }
  .maingoal {
    position: static;
    top: 10rem;
  }
  .Goal .accordion-button {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
  }
}
.about-partners {
  overflow: hidden;
}

.startups {
  padding: 70px 0;
  background: var(--background-lightblue-gradient);
  text-align: center;
  overflow: hidden;
}

.services-list {
  padding: 100px 0;
  background-color: var(--background-grey);
}
.services-list h2 {
  text-align: center;
  font-size: 34px;
}
.services-list p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--paragraph-grey-color);
  margin-bottom: 50px;
}
.services-list .service-list-box {
  padding: 20px 25px;
  background: var(--service-box-bg);
  box-shadow: 7.23977px 28.9591px 36.1988px rgba(229, 233, 246, 0.4);
  border-radius: 15px;
  margin: 15px 0;
  min-height: 120px;
  max-height: 120px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  color: var(--black-font-color);
}
.services-list .service-list-box:hover {
  background: var(--service-box-hover-bg);
  transition: 0.5s;
  cursor: pointer;
}
.services-list .service-list-box:hover h3 {
  color: var(--heading-hover-white);
  transition: 0.3s;
}
.services-list .service-list-box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* or 137% */
  transition: 0.3s;
  color: var(--section-heading-text-dark);
}

.services-skills {
  padding: 100px 0 60px 0;
  background: var(--background-grey);
  position: relative;
  overflow: hidden;
}
.services-skills .curve {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.services-skills .service-skills-img {
  z-index: 99;
  position: relative;
  width: 100%;
}
.services-skills .service-skills-img img {
  transform: scale(1.2);
}
.services-skills h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height, or 80% */
  color: var(--section-heading-text-dark);
}
.services-skills h2 span {
  font-weight: 600;
}
.services-skills h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  /* identical to box height, or 80% */
  color: var(--section-heading-text-dark);
}
.services-skills p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  color: var(--paragraph-grey-color);
  margin: 15px 0 50px 0;
}
.services-skills ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-skills ul li {
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--li-dark-color);
}
.services-skills ul li svg {
  padding: 5px;
  font-size: 15px;
  background: var(--services-checkbox-bg);
  color: var(--services-checkbox-color);
  margin-right: 10px;
}

@media screen and (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
  .services-list {
    padding: 100px 0;
    background-color: var(--background-grey);
  }
  .services-list h2 {
    text-align: center;
    font-size: 50px;
  }
  .services-list p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 80px;
  }
  .services-list .service-list-box {
    padding: 20px 25px;
    background: var(--service-box-bg);
    box-shadow: 7.23977px 28.9591px 36.1988px rgba(229, 233, 246, 0.4);
    border-radius: 15px;
    margin: 15px 0;
    min-height: 120px;
    max-height: 120px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    color: var(--black-font-color);
  }
  .services-list .service-list-box:hover {
    background: var(--service-box-hover-bg);
    transition: 0.5s;
    cursor: pointer;
  }
  .services-list .service-list-box:hover h3 {
    color: var(--heading-hover-white);
    transition: 0.3s;
  }
  .services-list .service-list-box h3 {
    font-weight: 600;
    font-size: 28.6px;
    line-height: 39.82px;
    /* or 137% */
    transition: 0.3s;
    color: var(--section-heading-text-dark);
  }
  .services-skills {
    padding: 100px 0 60px 0;
  }
  .services-skills .curve {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
  }
  .services-skills .service-skills-img {
    z-index: 999;
    position: relative;
    width: 100%;
  }
  .services-skills h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
  }
  .services-skills h2 span {
    font-weight: 600;
  }
  .services-skills h3 {
    font-weight: 400;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .services-skills p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 50px 0;
  }
  .services-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-skills ul li {
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    /* or 229% */
    color: var(--li-dark-color);
  }
  .services-skills ul li svg {
    padding: 5px;
    margin-right: 10px;
  }
  .remote-devs {
    background-color: var(--background-grey);
    padding: 120px 0;
  }
  .remote-devs h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 100px;
  }
  .remote-devs h2 span {
    font-weight: 600;
  }
  .remote-devs .remote-box {
    position: relative;
  }
  .remote-devs .remote-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 9%;
    left: 10%;
  }
  .remote-devs .remote-box .icon {
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 60px;
  }
  .remote-devs .remote-box .icon span {
    font-size: 18px;
    color: var(--span-white-color);
    padding: 10px;
  }
  .remote-devs .remote-box .content h3 {
    font-weight: 400;
    max-width: 280px;
    font-size: 30px;
    line-height: 40px;
  }
  .remote-devs .remote-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  .developer-sort {
    background-color: var(--background-grey);
    padding: 100px 0;
  }
  .developer-sort h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .developer-sort h2 span {
    font-weight: 600;
  }
  .developer-sort .hire-form {
    min-width: 580px;
    max-width: 650px;
  }
  .developer-sort .hire-form p {
    text-align: left;
    margin: 0 0 0 10px;
  }
  .developer-sort .hire-form p span {
    color: var(--span-dark-color);
  }
  .developer-sort .hire-form .form-control {
    background-color: var(--form-white-bg);
    border: 1px solid white;
    padding-right: 30px;
    border-radius: 15px !important;
    height: 70px;
  }
  .developer-sort .hire-form .form-control::-moz-placeholder {
    font-size: 17px;
  }
  .developer-sort .hire-form .form-control::placeholder {
    font-size: 17px;
  }
  .developer-sort .hire-form .input-group-text {
    height: 70px;
    margin-left: -20px !important;
    z-index: 999;
    height: 55px;
    padding: 15px 40px;
    height: 70px;
  }
  .developer-sort .serch-nav {
    padding: 40px 0;
  }
  .developer-sort .serch-nav .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    opacity: 0.2;
  }
  .developer-sort .serch-nav .nav-link.active {
    color: var(--dark-active);
    opacity: 1;
  }
  .developer-sort .search-sorts ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display: grid;
    grid-template-rows: repeat(7, min-content);
    grid-auto-flow: column;
  }
  .developer-sort .search-sorts ul li {
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    /* or 240% */
    margin: 10px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .services-list {
    padding: 70px 0;
  }
  .services-skills {
    padding: 60px 0 60px 0;
  }
  .services-skills .curve {
    right: -10%;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .services-skills .service-skills-img {
    z-index: 999;
    position: relative;
    width: 100%;
  }
  .services-skills h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
  }
  .services-skills h2 span {
    font-weight: 600;
  }
  .services-skills h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .services-skills p {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 20px 0;
  }
  .services-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-skills ul li {
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 229% */
    color: var(--li-dark-color);
  }
  .services-skills ul li svg {
    padding: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .services-list {
    padding: 90px 0;
    background-color: var(--background-grey);
  }
  .services-list h2 {
    text-align: center;
    font-size: 36px;
  }
  .services-list p {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .services-list .service-list-box {
    padding: 20px 25px;
    background: var(--service-box-bg);
    box-shadow: 7.23977px 28.9591px 36.1988px rgba(229, 233, 246, 0.4);
    border-radius: 15px;
    margin: 10px 0;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    color: var(--black-font-color);
  }
  .services-list .service-list-box:hover {
    background: var(--service-box-hover-bg);
    transition: 0.5s;
    cursor: pointer;
  }
  .services-list .service-list-box:hover h3 {
    color: var(--heading-hover-white);
    transition: 0.3s;
  }
  .services-list .service-list-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* or 137% */
    transition: 0.3s;
    color: var(--section-heading-text-dark);
  }
  .services-skills {
    padding: 60px 0 40px 0;
  }
  .services-skills .curve {
    right: -15%;
    top: 0;
    bottom: 0;
    width: 60%;
  }
  .services-skills .service-skills-img {
    z-index: 999;
    position: relative;
    width: 100%;
  }
  .services-skills h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
  }
  .services-skills h2 span {
    font-weight: 600;
  }
  .services-skills h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .services-skills p {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 20px 0;
  }
  .services-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-skills ul li {
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--li-dark-color);
  }
  .services-skills ul li svg {
    padding: 2px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .services-list {
    padding: 60px 15px;
    background-color: var(--background-grey);
  }
  .services-list h2 {
    text-align: center;
    font-size: 30px;
  }
  .services-list p {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .services-list .service-list-box {
    padding: 20px 25px;
    background: var(--service-box-bg);
    box-shadow: 7.23977px 28.9591px 36.1988px rgba(229, 233, 246, 0.4);
    border-radius: 15px;
    margin: 10px 0;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    color: var(--black-font-color);
  }
  .services-list .service-list-box:hover {
    background: var(--service-box-hover-bg);
    transition: 0.5s;
    cursor: pointer;
  }
  .services-list .service-list-box:hover h3 {
    color: var(--heading-hover-white);
    transition: 0.3s;
  }
  .services-list .service-list-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* or 137% */
    transition: 0.3s;
    color: var(--section-heading-text-dark);
  }
  .services-skills {
    padding: 60px 0 40px 0;
  }
  .services-skills .curve {
    right: -36%;
    top: 0;
    bottom: 0;
    width: 70%;
  }
  .services-skills .service-skills-img {
    z-index: 999;
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .services-skills h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .services-skills h2 span {
    font-weight: 600;
  }
  .services-skills h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .services-skills p {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 20px 0;
  }
  .services-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-skills ul li {
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--li-dark-color);
  }
  .services-skills ul li svg {
    padding: 2px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .startups {
    padding: 50px 0;
  }
  .services-list {
    padding: 50px 15px;
    background-color: var(--background-grey);
  }
  .services-list h2 {
    text-align: center;
    font-size: 26px;
  }
  .services-list p {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .services-list .service-list-box {
    padding: 20px 25px;
    background: var(--service-box-bg);
    box-shadow: 7.23977px 28.9591px 36.1988px rgba(229, 233, 246, 0.4);
    border-radius: 15px;
    margin: 10px 0;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    color: var(--black-font-color);
  }
  .services-list .service-list-box:hover {
    background: var(--service-box-hover-bg);
    transition: 0.5s;
    cursor: pointer;
  }
  .services-list .service-list-box:hover h3 {
    color: var(--heading-hover-white);
    transition: 0.3s;
  }
  .services-list .service-list-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* or 137% */
    transition: 0.3s;
    color: var(--section-heading-text-dark);
  }
  .services-skills {
    padding: 60px 0 40px 0;
  }
  .services-skills .curve {
    right: -36%;
    top: 0;
    bottom: 0;
    width: 70%;
    display: none;
  }
  .services-skills .service-skills-img {
    z-index: 999;
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .services-skills h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
  }
  .services-skills h2 span {
    font-weight: 600;
  }
  .services-skills h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .services-skills p {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 20px 0;
  }
  .services-skills ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-skills ul li {
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--li-dark-color);
  }
  .services-skills ul li svg {
    padding: 2px;
    margin-right: 10px;
    font-size: 12px;
  }
}
/* New risk free */
.main-new-risk-free {
  background-image: url("../../images/risk-bg.png");
  padding: 65px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-new-risk-free h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.main-new-risk-free .risk-free-btn-div {
  display: inline-flex;
  margin-top: 30px;
}
.main-new-risk-free .risk-free-btn-div a:first-child {
  margin-right: 30px;
}

@media screen and (min-width: 0) and (max-width: 576px) {
  .main-new-risk-free {
    padding: 65px 0;
    text-align: center;
  }
  .main-new-risk-free h2 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .main-new-risk-free .risk-free-btn-div {
    display: inline-flex;
  }
  .main-new-risk-free .risk-free-btn-div a {
    padding: 15px 15px;
    font-size: 12px;
  }
  .main-new-risk-free .risk-free-btn-div a:first-child {
    margin-right: 30px;
  }
}
* {
  padding: 0;
  margin: 0;
}

.new-btn {
  border-radius: 10px;
  width: 300px;
  height: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: 50px;
}

.slider-2 {
  padding: 90px 0;
  background-color: green;
}
.slider-2 .swiper {
  width: 100%;
}
.slider-2 .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
}

.slider {
  background: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 96.86%);
  padding: 90px 0 50px 0;
  position: relative;
  height: 800px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 20px;
  right: 2%;
  left: inherit;
  top: 40%;
  bottom: inherit;
}
.slider .swiper-pagination-bullet {
  border: 2px solid white;
  width: 13px;
  height: 13px;
  background: transparent;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  border: none;
}
.slider .img-box {
  position: relative;
}
.slider .img-box .man-image {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 12%;
  height: 40%;
}
.slider h1,
.slider h2 {
  color: white;
  font-size: 45px;
  font-weight: 400;
}
.slider h1 span,
.slider h2 span {
  font-weight: 700;
  font-size: 72px;
}
.slider h1 h1 br,
.slider h2 h1 br {
  display: none;
}
.slider h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.slider p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.slider a {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  display: inline-block;
  border-radius: 10px;
  color: white;
  padding: 15px 25px;
  border: none;
  margin-top: 20px;
}
.slider:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  height: 100px;
  background-image: url(../../../assets/images/Vector.png);
  background-size: cover;
}

.partners {
  border-top: 1px solid rgba(24, 91, 167, 0.3);
  background: linear-gradient(71.63deg, #033c7b 13.94%, #185ba7 54.86%);
  padding: 60px 0 190px 0;
  min-height: 400px;
}
.partners .p-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px;
}

.cta-section {
  background: #f0f5ff;
}
.cta-section .cta-box {
  background: rgb(255, 255, 255);
  /* Note: backdrop-filter has minimal browser support */
  padding: 40px 90px;
  position: relative;
  top: -40%;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
.cta-section .cta-box .content {
  max-width: 600px;
}
.cta-section .cta-box h2 {
  font-size: 40px;
}
.cta-section .cta-box h2 span {
  font-weight: 700;
}
.cta-section .cta-box p {
  margin: 25px 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.cta-section .cta-box .btn {
  background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
  border-radius: 10px;
  color: white;
  padding: 10px 20px;
}
.cta-section .cta-box img {
  position: relative;
  transform: scale(1.4);
  bottom: -100px;
  right: -36px;
}

.service {
  padding: 0 0 50px 0;
  background: #f0f5ff;
  text-align: center;
  position: relative;
}
.service .sticky-btn {
  box-shadow: -15px 15px 50px rgba(40, 99, 165, 0.3);
  height: 70px;
  width: 70px;
  color: white;
  border-radius: 50%;
  border: none;
  padding: 10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.service .sticky-btn svg {
  font-size: 24px;
}
.service .content {
  max-width: 75%;
  margin: 0 auto 100px auto;
}
.service .content h2 {
  font-size: 45px;
}
.service .content h2 span {
  font-weight: 600;
}
.service .content p {
  font-size: 16px;
  color: #808080;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.service .swiper-slide-active .service-box {
  background: white;
  transition: 0.5s ease-in-out;
  opacity: 1 !important;
}
.service .swiper-slide-active .service-box h4 {
  color: black;
}
.service .swiperLeverage {
  padding: 80px 0 0px 0;
}
.service .service-box {
  transition: 1s;
  text-align: center;
  background: white;
  padding: 0 15px 40px 15px;
  /* Drop Shadow */
  box-shadow: 0 0 10px rgba(229, 233, 246, 0.4);
  border-radius: 30px;
  opacity: 1 !important;
}
.service .service-box .service-icon {
  height: 194px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(-110px);
}
.service .service-box .service-icon img {
  max-width: 200px;
  max-height: 150px;
}
.service .service-box h4 {
  font-weight: 600;
  transition: 0.5s;
  margin-top: -30px;
}
.service .service-box p {
  font-style: normal;
  transition: 0.5s;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  /* or 181% */
  text-align: center;
  color: #808080;
  margin: 30px 0;
}
.service .service-box .btn {
  width: 45px;
  height: 44px;
  background: #f2f3f4;
  /* Drop Shadow */
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
  border-radius: 50%;
}

.cost {
  padding: 90px 60px;
  overflow-x: hidden;
}
.cost h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 50px;
}
.cost .cost-box h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  margin: 20px 0;
}
.cost .cost-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  /* or 181% */
  color: #808080;
}

.hiring {
  background-color: #f0f5ff;
  padding: 90px 0;
  text-align: center;
}
.hiring .mhead {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  /* identical to box height, or 108% */
  color: #000000;
}
.hiring .mhead span {
  font-weight: 600;
}
.hiring .hiring-section {
  margin: 80px 0;
  position: relative;
  height: 120vh;
  display: flex;
  max-width: 90%;
  margin: auto;
}
.hiring .hiring-section .hr-line-1 {
  border: 0.1px solid rgba(215, 228, 244, 0.3);
  width: 2px;
  height: 38.8%;
  position: absolute;
  left: 29.3%;
  top: 11%;
}
.hiring .hiring-section .hr-line-2 {
  border: 0.1px solid rgba(215, 228, 244, 0.3);
  width: 2px;
  height: 38.8%;
  position: absolute;
  left: 64%;
  top: 11%;
}
.hiring .hiring-section .hr-line-3 {
  border: 0.1px solid rgba(215, 228, 244, 0.3);
  width: 2px;
  height: 38.8%;
  position: absolute;
  left: 15.3%;
  top: 56.5%;
}
.hiring .hiring-section .hr-line-4 {
  border: 0.1px solid rgba(215, 228, 244, 0.3);
  width: 2px;
  height: 38.8%;
  position: absolute;
  left: 48%;
  top: 56.5%;
}
.hiring .hiring-section .hr-line-5 {
  border: 0.1px solid rgba(215, 228, 244, 0.3);
  width: 2px;
  height: 38.8%;
  position: absolute;
  left: 80.7%;
  top: 56.5%;
}
.hiring .hiring-section .new-box {
  width: 27vw;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 20%;
  top: 11%;
}
.hiring .hiring-section .new-box .number {
  width: 30%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.5vw;
}
.hiring .hiring-section .new-box .number h2 {
  font-size: 5vw;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.hiring .hiring-section .new-box .content {
  width: 70%;
  padding-left: 1.5vw;
  text-align: left;
}
.hiring .hiring-section .new-box .content p {
  font-size: 0.8vw;
  font-weight: 400;
  color: #808080;
}
.hiring .hiring-section .hire-box1 {
  left: 19.5%;
  top: 15%;
}
.hiring .hiring-section .hire-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  width: 26.5vw;
  position: absolute;
}
.hiring .hiring-section .hire-box .number {
  margin: 0;
  padding: 0;
  height: 10vw;
  width: 30vw;
  display: flex;
  justify-content: center;
}
.hiring .hiring-section .hire-box .number h2 {
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  font-size: 5vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
}
.hiring .hiring-section .hire-box .content {
  padding: 1vw 1vw 1vw 1vw;
}
.hiring .hiring-section .hire-box .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  /* or 100% */
  color: #000000;
}
.hiring .hiring-section .hire-box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin: 2% 0;
  /* or 164% */
  margin-top: 20px;
  color: #808080;
}
.hiring .hiring-section .hire-box2 {
  width: 27vw;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 54.7%;
  top: 11%;
}
.hiring .hiring-section .hire-box2 .number {
  width: 30%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.5vw;
}
.hiring .hiring-section .hire-box2 .number h2 {
  font-size: 5vw;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.hiring .hiring-section .hire-box2 .content {
  width: 70%;
  padding-left: 1.5vw;
  text-align: left;
}
.hiring .hiring-section .hire-box2 .content p {
  font-size: 0.8vw;
  font-weight: 400;
  color: #808080;
}
.hiring .hiring-section .hire-box3 {
  width: 27vw;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 6.4%;
  top: 80%;
}
.hiring .hiring-section .hire-box3 .number {
  width: 30%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.5vw;
}
.hiring .hiring-section .hire-box3 .number h2 {
  font-size: 5vw;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.hiring .hiring-section .hire-box3 .content {
  width: 70%;
  padding-left: 1.5vw;
  text-align: left;
}
.hiring .hiring-section .hire-box3 .content p {
  font-size: 0.8vw;
  font-weight: 400;
  color: #808080;
}
.hiring .hiring-section .hire-box4 {
  width: 27vw;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 39%;
  top: 80%;
}
.hiring .hiring-section .hire-box4 .number {
  width: 30%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.5vw;
}
.hiring .hiring-section .hire-box4 .number h2 {
  font-size: 5vw;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.hiring .hiring-section .hire-box4 .content {
  width: 70%;
  padding-left: 1.5vw;
  text-align: left;
}
.hiring .hiring-section .hire-box4 .content p {
  font-size: 0.8vw;
  font-weight: 400;
  color: #808080;
}
.hiring .hiring-section .hire-box5 {
  width: 27vw;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 71.3%;
  top: 80%;
}
.hiring .hiring-section .number {
  width: 30%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0.5vw;
}
.hiring .hiring-section .number h2 {
  font-size: 5vw;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.hiring .hiring-section .content {
  width: 70%;
  padding-left: 1.5vw;
  text-align: left;
}
.hiring .hiring-section .content p {
  font-size: 0.8vw;
  font-weight: 400;
  color: #808080;
}

.hiring-mbl {
  padding: 40px 20px;
  background: #f0f5ff;
}
.hiring-mbl .hmbl-box {
  text-align: left;
  position: relative;
  background-color: white;
  padding: 120px 20px 60px 20px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
  min-height: 400px;
  max-height: 400px;
}
.hiring-mbl .hmbl-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}
.hiring-mbl .hmbl-box:hover:before {
  transform: scaleX(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.hiring-mbl .hmbl-box h2 {
  position: absolute;
  left: 14px;
  top: 71px;
  font-size: 90px;
  font-weight: 700;
  opacity: 0.2;
  transition: 0.7s;
  z-index: 1;
  background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  line-height: 100%;
}
.hiring-mbl .hmbl-box:hover h2 {
  opacity: 1;
  color: #fff;
  transform: translateY(-45px);
  transition: 0.5s;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: transparent;
}
.hiring-mbl .hmbl-box:hover h3 {
  color: #fff;
  transition: 0.5s;
}
.hiring-mbl .hmbl-box:hover p {
  color: #fff;
  transition: 0.5s;
  z-index: 2;
}
.hiring-mbl .hmbl-box h3 {
  position: relative;
  font-size: 26px;
  z-index: 2;
  color: #000;
  transition: 0.5s;
  font-weight: 600;
}
.hiring-mbl .hmbl-box p {
  position: relative;
  color: #000;
  transition: 0.5s;
  z-index: 2;
  font-size: 14px;
}

.trustslider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trustslider-arrow .trust-prev {
  margin: 50px 20px 0px;
}
.trustslider-arrow .trust-prev:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.trustslider-arrow .trust-prev:hover {
  box-shadow: none;
  border: none;
  outline: none;
}
.trustslider-arrow .trust-next {
  margin: 50px 20px 0px;
}
.trustslider-arrow .trust-next:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.trustslider-arrow .trust-next:hover {
  box-shadow: none;
  border: none;
  outline: none;
}

.recognition {
  background-color: var(--reco-bg-grey);
}
.recognition .recog-sec {
  padding-bottom: 100px;
}
.recognition .recog-sec .recog-box {
  background-color: var(--white-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
  background: var(--service-box-bg);
  box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
  border-radius: 23.553px;
}
.recognition .recog-sec .recog-box img {
  min-height: 134px;
  max-height: 134px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recognition .recog-sec .recognition-heading {
  /* Recognition */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  color: var(--section-heading-text-dark);
  padding-top: 100px;
  padding-bottom: 80px;
}

/* main tech expertise */
.main-dev-sec {
  background-color: #ffffff;
  padding: 100px 0;
}
.main-dev-sec h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.main-dev-sec h2 span {
  font-weight: 600;
  color: #053f7f;
}
.main-dev-sec .Marquees {
  margin-bottom: 38px;
}
.main-dev-sec .marquee {
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 10px;
  /* padding: 20px; */
  width: 160px;
  height: 210px;
  flex: 0 0 auto;
}
.main-dev-sec .marquee .main-card-box .img-box {
  width: 130px;
  height: 115px;
  border-radius: 20px;
  overflow: hidden;
  /* margin: 0 auto; */
  margin: 15px auto 0 auto;
}
.main-dev-sec .marquee .main-card-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-dev-sec .marquee .main-card-box .card-content {
  margin-top: 10px;
}
.main-dev-sec .marquee .main-card-box .card-content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #053f7f;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.main-dev-sec .marquee .main-card-box .card-content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 22px !important;
  text-align: center;
  color: #000000;
  /* padding-left: 15px; */
  margin-bottom: 0;
}
.main-dev-sec .FirstRoww {
  animation: Scroll 20s linear infinite;
  animation-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-dev-sec .SecondRow {
  margin-top: 25px;
  animation: Scroll2 20s linear infinite;
  animation-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes Scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes Scroll2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.main-dev-sec .hire-dev-button {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1700px) {
  /* main tech expertise */
  .main-dev-sec {
    background-color: #ffffff;
    padding: 100px 0;
  }
  .main-dev-sec h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .main-dev-sec h2 span {
    font-weight: 600;
    color: #053f7f;
  }
  .main-dev-sec .Marquees {
    margin-bottom: 50px;
  }
  .main-dev-sec .marquee {
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin: 10px;
    /* padding: 20px; */
    width: 190px;
    height: 260px;
    flex: 0 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box {
    width: 148px;
    height: 148px;
    border-radius: 20px;
    overflow: hidden;
    /* margin: 0 auto; */
    margin: 15px auto 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-dev-sec .marquee .main-card-box .card-content {
    margin-top: 10px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 22px !important;
    color: #053f7f;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 7px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
    color: #000000;
    /* padding-left: 15px; */
    margin-bottom: 0;
  }
  .main-dev-sec .FirstRoww {
    animation: Scroll 20s linear infinite;
    animation-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-dev-sec .SecondRow {
    margin-top: 40px;
    animation: Scroll2 20s linear infinite;
    animation-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @keyframes Scroll {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes Scroll2 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  .main-dev-sec .hire-dev-button {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .recognition .recog-sec .recognition-heading {
    padding-bottom: 50px;
  }
  .custom-line-height-banner {
    line-height: 84px;
  }
  .container {
    max-width: 1600px;
  }
  .slider {
    height: 900px;
    padding: 0;
  }
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20px;
    right: 2%;
    left: inherit;
    top: 40%;
    bottom: inherit;
  }
  .slider p {
    margin-top: 25px;
    max-width: 610px;
  }
  .slider .swiper-pagination-bullet {
    border: 2px solid white;
    width: 18px;
    height: 18px;
    background: transparent;
    opacity: 1;
    margin: 5px 0 !important;
  }
  .slider .swiper-pagination-bullet-active {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    border: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 58px;
    line-height: 62px;
    /* or 106% */
  }
  .slider h1 span,
  .slider h2 span {
    font-size: 91px;
    line-height: 84px;
  }
  .slider a {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    display: inline-block;
    border-radius: 10px;
    color: white;
    padding: 15px 25px;
    border: none;
    margin-top: 20px;
  }
  .slider .img-box .banner-img {
    max-height: 700px;
  }
  .partners {
    padding: 60px 20px 190px 20px;
    min-height: 400px;
  }
  .cta-section {
    background: #f0f5ff;
  }
  .cta-section .cta-box {
    padding: 40px 90px;
    position: relative;
    top: -40%;
    max-width: 94%;
    margin: auto;
  }
  .cta-section .cta-box .content {
    max-width: 100%;
    padding-right: 100px;
  }
  .cta-section .cta-box h2 {
    font-size: 40px;
  }
  .cta-section .cta-box h2 span {
    font-weight: 700;
  }
  .cta-section .cta-box p {
    margin: 25px 0;
    font-size: 16px;
  }
  .cta-section .cta-box .btn {
    background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
  }
  .cta-section .cta-box img {
    position: relative;
    transform: scale(1.4);
    bottom: -100px;
    right: -70px;
  }
  .service {
    padding: 100px 40px 150px 40px;
    background: #f0f5ff;
    text-align: center;
  }
  .service .content {
    max-width: 75%;
    margin: 0 auto 100px auto;
  }
  .service .content h2 {
    font-size: 50px;
    color: #000;
  }
  .service .content h2 span {
    font-weight: 600;
  }
  .service .content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
  .service .service-box {
    text-align: center;
    background: #fefefe;
    padding: 0 20px 50px 20px;
    max-width: 330px;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50px;
  }
  .service .service-box .service-icon {
    height: 194px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(-110px);
  }
  .service .service-box h4 {
    font-weight: 600;
    margin-top: -30px;
  }
  .service .service-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin: 30px 0;
  }
  .service .service-box .btn {
    width: 45px;
    height: 44px;
    background: #f2f3f4;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cost {
    padding: 120px 200px;
  }
  .cost h2 {
    font-size: 50px;
    margin-bottom: 70px;
    line-height: 40px;
  }
  .cost .cost-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin: 20px 0;
  }
  .cost .cost-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    max-width: 410px;
  }
  .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trustslider-arrow .trust-prev {
    margin: 50px 20px 0px;
  }
  .trustslider-arrow .trust-next {
    margin: 50px 20px 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  /* main tech expertise */
  .main-dev-sec {
    padding: 100px 0;
  }
  .main-dev-sec h2 {
    padding-bottom: 40px;
  }
  .main-dev-sec .Marquees {
    margin-bottom: 38px;
  }
  .main-dev-sec .marquee {
    margin: 10px;
    width: 160px;
    height: 210px;
  }
  .main-dev-sec .marquee .main-card-box .img-box {
    width: 130px;
    height: 115px;
    margin: 15px auto 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-dev-sec .marquee .main-card-box .card-content {
    margin-top: 10px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .SecondRow {
    margin-top: 25px;
  }
  .recognition .recog-box {
    background-color: var(--white-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    background: var(--service-box-bg);
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
  }
  .recognition .recog-box img {
    min-height: 154px;
    max-height: 154px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider {
    height: 830px;
    padding: 70px 0 40px 0;
  }
  .slider:after {
    height: 60px;
  }
  .slider .img-box .banner-img {
    max-height: 400px;
  }
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20px;
    right: 2%;
    left: inherit;
    top: 40%;
    bottom: inherit;
  }
  .slider p {
    margin-top: 5px;
    max-width: 100%;
    font-size: 12px;
    line-height: inherit;
    padding-right: 30px;
  }
  .slider .swiper-pagination-bullet {
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 1;
    margin: 5px 0 !important;
  }
  .slider .swiper-pagination-bullet-active {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    border: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 30px;
    margin: -10px 0 0 0;
    /* or 106% */
  }
  .slider h1 span,
  .slider h2 span {
    font-size: 50px;
  }
  .slider h5 {
    padding-top: 30px;
  }
  .slider a {
    display: inline-block;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-top: 5px;
  }
  .partners {
    padding: 30px 20px 190px 20px;
    min-height: 200px;
  }
  .partners .engage {
    max-width: 170px;
  }
  .partners img {
    max-width: 170px;
  }
  .partners .estate {
    max-width: 170px;
  }
  .partners img {
    padding: 0 30px;
  }
  .cta-section {
    background: #f0f5ff;
  }
  .cta-section .cta-box {
    padding: 40px 40px;
    position: relative;
    top: -45%;
    max-width: 100%;
    margin: auto;
    border-radius: 30px;
  }
  .cta-section .cta-box .content {
    max-width: 100%;
    padding-right: 50px;
  }
  .cta-section .cta-box h2 {
    font-size: 30px;
  }
  .cta-section .cta-box h2 span {
    font-weight: 700;
  }
  .cta-section .cta-box p {
    margin: 15px 0;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .cta-section .cta-box .btn {
    background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
  }
  .cta-section .cta-box img {
    position: relative;
    transform: scale(1.4);
    bottom: -53px;
    right: -34px;
  }
  .service {
    padding: 50px 10px 100px 10px;
    background: #f0f5ff;
    text-align: center;
  }
  .service .sticky-btn {
    height: 50px;
    width: 50px;
    bottom: -24px;
  }
  .service .sticky-btn svg {
    font-size: 20px;
  }
  .service .content {
    max-width: 75%;
    margin: 0 auto 100px auto;
  }
  .service .content h2 {
    font-size: 30px;
    color: #000;
  }
  .service .content h2 span {
    font-weight: 600;
  }
  .service .content p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 30px;
  }
  .service .swiperLeverage {
    padding: 80px 0 0 0;
  }
  .service .service-box {
    text-align: center;
    background: #fefefe;
    padding: 0 5px 60px 5px;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
  }
  .service .service-box .service-icon {
    height: 124px;
    width: 124px;
    transform: translateY(-60px);
    margin: auto;
  }
  .service .service-box .service-icon img {
    max-width: 190px;
    max-height: 140px;
  }
  .service .service-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
  }
  .service .service-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }
  .service .service-box .btn {
    width: 40px;
    height: 40px;
    background: #f2f3f4;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cost {
    padding: 70px 80px;
  }
  .cost h2 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 40px;
  }
  .cost .cost-box img {
    width: 35px;
  }
  .cost .cost-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
  }
  .cost .cost-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 410px;
  }
  .hiring {
    background-color: #f0f5ff;
    padding: 60px 0;
    text-align: center;
  }
  .hiring .mhead {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    /* identical to box height, or 108% */
    color: #000000;
  }
  .hiring .mhead span {
    font-weight: 600;
  }
  .hiring .hiring-section {
    margin: 80px 0;
    position: relative;
    height: 100vh;
    display: flex;
    max-width: 90%;
    margin: auto;
  }
  .hiring .hiring-section .hr-line-1 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 29.3%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-2 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 64%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-3 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 15.3%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-4 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 48%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-5 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 80.7%;
    top: 56.5%;
  }
  .hiring .hiring-section .new-box {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 20%;
    top: 11%;
  }
  .hiring .hiring-section .new-box .number {
    width: 30%;
    height: 15vh;
    display: flex;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .new-box .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .new-box .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .new-box .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .new-box .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box1 {
    left: 19.5%;
    top: 15%;
  }
  .hiring .hiring-section .hire-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    width: 26.5vw;
    position: absolute;
  }
  .hiring .hiring-section .hire-box .number {
    margin: 0;
    padding: 0;
    height: 10vw;
    width: 30vw;
    display: flex;
    justify-content: center;
  }
  .hiring .hiring-section .hire-box .number h2 {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    font-size: 5vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
  }
  .hiring .hiring-section .hire-box .content {
    padding: 1vw 1vw 1vw 1vw;
  }
  .hiring .hiring-section .hire-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    /* or 100% */
    color: #000000;
  }
  .hiring .hiring-section .hire-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 2% 0;
    /* or 164% */
    margin-top: 20px;
    color: #808080;
  }
  .hiring .hiring-section .hire-box2 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 54.7%;
    top: 11%;
  }
  .hiring .hiring-section .hire-box2 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box2 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box2 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box2 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box2 .content p {
    font-size: 0.8vw;
  }
  .hiring .hiring-section .hire-box3 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 6.4%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box3 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box3 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box3 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box3 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box3 .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box4 {
    width: 27vw;
    position: absolute;
    left: 39%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box4 .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box4 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box4 .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .hire-box4 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box4 .content p {
    font-size: 0.8vw;
    font-weight: 400;
    color: #808080;
  }
  .hiring .hiring-section .hire-box5 {
    width: 27vw;
    position: absolute;
    left: 71.3%;
    top: 80%;
  }
  .hiring .hiring-section .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
  }
  .trustslider-arrow .trust-prev {
    margin: 50px 20px 0;
    max-width: 100px;
  }
  .trustslider-arrow .trust-next {
    margin: 50px 20px 0;
    max-width: 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .partners img {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* main tech expertise */
  .main-dev-sec {
    padding: 100px 0;
  }
  .main-dev-sec h2 {
    padding-bottom: 40px;
  }
  .main-dev-sec .Marquees {
    margin-bottom: 38px;
  }
  .main-dev-sec .marquee {
    margin: 10px;
    width: 160px;
    height: 210px;
  }
  .main-dev-sec .marquee .main-card-box .img-box {
    width: 130px;
    height: 115px;
    margin: 15px auto 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-dev-sec .marquee .main-card-box .card-content {
    margin-top: 10px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .SecondRow {
    margin-top: 25px;
  }
  .slider {
    height: auto;
    padding: 90px 0 80px 0;
  }
  .slider:after {
    height: 40px;
  }
  .slider .img-box .banner-img {
    max-height: 300px;
  }
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20px;
    right: 2%;
    left: inherit;
    top: 40%;
    bottom: inherit;
  }
  .slider p {
    margin-top: 5px;
    max-width: 350px;
    font-size: 12px;
    line-height: inherit;
  }
  .slider .swiper-pagination-bullet {
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 1;
    margin: 5px 0 !important;
  }
  .slider .swiper-pagination-bullet-active {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    border: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 26px;
    margin: 0 0 0 0;
    /* or 106% */
  }
  .slider h1 span,
  .slider h2 span {
    font-size: 40px;
  }
  .slider h5 {
    font-size: 15px;
    padding-top: 40px;
  }
  .slider a {
    display: inline-block;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-top: 5px;
    font-size: 14px;
  }
  .partners {
    padding: 30px 20px 190px 20px;
    min-height: 200px;
  }
  .partners .p-box {
    border-right: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partners .p-box img.vetran {
    max-width: 170px;
  }
  .partners .addidas {
    border-bottom: none;
  }
  .partners .disney {
    border-bottom: none;
  }
  .partners .gitlab {
    border-right: none;
  }
  .partners .engage {
    max-width: 200px;
  }
  .partners .estate {
    max-width: 200px;
  }
  .cta-section {
    background: #f0f5ff;
  }
  .cta-section .cta-box {
    padding: 40px 40px;
    position: relative;
    top: -42%;
    max-width: 100%;
    margin: auto;
    border-radius: 30px;
  }
  .cta-section .cta-box .content {
    max-width: 350px;
  }
  .cta-section .cta-box h2 {
    font-size: 30px;
  }
  .cta-section .cta-box h2 span {
    font-weight: 700;
  }
  .cta-section .cta-box p {
    margin: 15px 0;
    font-size: 12px;
  }
  .cta-section .cta-box .btn {
    background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
  }
  .cta-section .cta-box img {
    position: relative;
    transform: scale(1.4);
    bottom: -81px;
    right: -10px;
  }
  .service {
    padding: 20px 10px 20px 10px;
    background: #f0f5ff;
    text-align: center;
  }
  .service .sticky-btn {
    height: 50px;
    width: 50px;
    bottom: -24px;
  }
  .service .sticky-btn svg {
    font-size: 20px;
  }
  .service .content {
    max-width: 80%;
    margin: 0 auto 0 auto;
  }
  .service .content h2 {
    font-size: 30px;
    color: #000;
  }
  .service .content h2 span {
    font-weight: 600;
  }
  .service .content p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
  }
  .service .service-box {
    text-align: center;
    background: #fefefe;
    padding: 0 15px 45px 15px;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
    margin-bottom: 70px;
  }
  .service .service-box .service-icon {
    height: 124px;
    width: 124px;
    transform: translateY(-60px);
    margin: auto;
  }
  .service .service-box .service-icon img {
    max-width: 185px;
    max-height: 120px;
  }
  .service .service-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
  }
  .service .service-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }
  .service .service-box .btn {
    width: 40px;
    height: 40px;
    background: #f2f3f4;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cost {
    padding: 60px 40px;
  }
  .cost h2 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 40px;
  }
  .cost .cost-box img {
    width: 35px;
  }
  .cost .cost-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
  }
  .cost .cost-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 410px;
  }
  .hiring {
    background-color: #f0f5ff;
    padding: 60px 0;
    text-align: center;
  }
  .hiring .mhead {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    /* identical to box height, or 108% */
    color: #000000;
  }
  .hiring .mhead span {
    font-weight: 600;
  }
  .hiring .hiring-section {
    margin: 80px 0;
    position: relative;
    height: 100vh;
    display: flex;
    max-width: 90%;
    margin: auto;
  }
  .hiring .hiring-section .hr-line-1 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 29.3%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-2 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 64%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-3 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 15.3%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-4 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 48%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-5 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 80.7%;
    top: 56.5%;
  }
  .hiring .hiring-section .new-box {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 20%;
    top: 11%;
  }
  .hiring .hiring-section .new-box .number {
    width: 30%;
    height: 15vh;
    display: flex;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .new-box .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .new-box .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .new-box .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .new-box .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box1 {
    left: 19.5%;
    top: 15%;
  }
  .hiring .hiring-section .hire-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    width: 26.5vw;
    position: absolute;
  }
  .hiring .hiring-section .hire-box .number {
    margin: 0;
    padding: 0;
    height: 10vw;
    width: 30vw;
    display: flex;
    justify-content: center;
  }
  .hiring .hiring-section .hire-box .number h2 {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    font-size: 5vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
  }
  .hiring .hiring-section .hire-box .content {
    padding: 1vw 1vw 1vw 1vw;
  }
  .hiring .hiring-section .hire-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    /* or 100% */
    color: #000000;
  }
  .hiring .hiring-section .hire-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 2% 0;
    /* or 164% */
    margin-top: 20px;
    color: #808080;
  }
  .hiring .hiring-section .hire-box2 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 54.7%;
    top: 11%;
  }
  .hiring .hiring-section .hire-box2 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box2 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box2 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box2 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box2 .content p {
    font-size: 0.8vw;
  }
  .hiring .hiring-section .hire-box3 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 6.4%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box3 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box3 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box3 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box3 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box3 .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box4 {
    width: 27vw;
    position: absolute;
    left: 39%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box4 .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box4 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box4 .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .hire-box4 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box4 .content p {
    font-size: 0.8vw;
    font-weight: 400;
    color: #808080;
  }
  .hiring .hiring-section .hire-box5 {
    width: 27vw;
    position: absolute;
    left: 71.3%;
    top: 80%;
  }
  .hiring .hiring-section .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 80px;
  }
  .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  /* main tech expertise */
  .main-dev-sec {
    padding: 100px 0;
  }
  .main-dev-sec h2 {
    padding-bottom: 40px;
  }
  .main-dev-sec .Marquees {
    margin-bottom: 38px;
  }
  .main-dev-sec .marquee {
    margin: 10px;
    width: 160px;
    height: 210px;
  }
  .main-dev-sec .marquee .main-card-box .img-box {
    width: 130px;
    height: 115px;
    margin: 15px auto 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-dev-sec .marquee .main-card-box .card-content {
    margin-top: 10px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .SecondRow {
    margin-top: 25px;
  }
  .slider {
    height: auto;
    padding: 90px 0 80px 0;
  }
  .slider:after {
    height: 40px;
  }
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20px;
    right: 2%;
    left: inherit;
    top: 40%;
    bottom: inherit;
  }
  .slider p {
    margin-top: 5px;
    max-width: 350px;
    font-size: 12px;
    line-height: inherit;
  }
  .slider .swiper-pagination-bullet {
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 1;
    margin: 5px 0 !important;
  }
  .slider .swiper-pagination-bullet-active {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    border: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 30px;
    margin: 0 0 0 0;
    /* or 106% */
  }
  .slider h1 span,
  .slider h2 span {
    font-size: 50px;
  }
  .slider h5 {
    font-size: 18px;
    padding-top: 45px;
  }
  .slider a {
    display: inline-block;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-top: 5px;
  }
  .partners {
    padding: 30px 20px 130px 20px;
    min-height: 200px;
  }
  .partners .p-box {
    border-right: none;
  }
  .partners .p-box.addidas {
    border-bottom: none;
  }
  .partners .p-box .engage {
    max-width: 200px;
  }
  .partners .p-box .estate {
    max-width: 200px;
  }
  .cta-section {
    background: #f0f5ff;
  }
  .cta-section .cta-box {
    padding: 40px 40px;
    position: relative;
    top: -25%;
    max-width: 100%;
    margin: auto;
    border-radius: 30px;
  }
  .cta-section .cta-box .content {
    max-width: 400px;
  }
  .cta-section .cta-box h2 {
    font-size: 30px;
  }
  .cta-section .cta-box h2 span {
    font-weight: 700;
  }
  .cta-section .cta-box p {
    margin: 15px 0;
    font-size: 12px;
  }
  .cta-section .cta-box .btn {
    background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
  }
  .cta-section .cta-box img {
    position: relative;
    transform: scale(1.2);
    bottom: -53px;
    right: -2px;
  }
  .service {
    padding: 0px 10px 30px 10px !important;
    background: #f0f5ff;
    text-align: center;
  }
  .service .sticky-btn {
    height: 50px;
    width: 50px;
    bottom: -24px;
  }
  .service .sticky-btn svg {
    font-size: 20px;
  }
  .service .content {
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
  .service .content h2 {
    font-size: 30px;
    color: #000;
  }
  .service .content h2 span {
    font-weight: 600;
  }
  .service .content p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
  }
  .service .service-box {
    text-align: center;
    background: #fefefe;
    padding: 0 10px 20px 10px;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
    margin-bottom: 10px;
    max-width: 250px;
  }
  .service .service-box .service-icon {
    height: 124px;
    width: 124px;
    transform: translateY(-70px);
    margin: auto;
  }
  .service .service-box .service-icon img {
    max-width: 150px;
    max-height: 120px;
  }
  .service .service-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
  }
  .service .service-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }
  .service .service-box .btn {
    width: 40px;
    height: 40px;
    background: #f2f3f4;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cost {
    padding: 70px 0px;
  }
  .cost h2 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 40px;
  }
  .cost .cost-box img {
    width: 35px;
  }
  .cost .cost-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
  }
  .cost .cost-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 410px;
  }
  .hiring {
    background-color: #f0f5ff;
    padding: 60px 0;
    text-align: center;
  }
  .hiring .mhead {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    /* identical to box height, or 108% */
    color: #000000;
  }
  .hiring .mhead span {
    font-weight: 600;
  }
  .hiring .hiring-section {
    margin: 80px 0;
    position: relative;
    height: 100vh;
    display: flex;
    max-width: 90%;
    margin: auto;
  }
  .hiring .hiring-section .hr-line-1 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 29.3%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-2 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 64%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-3 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 15.3%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-4 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 48%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-5 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 80.7%;
    top: 56.5%;
  }
  .hiring .hiring-section .new-box {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 20%;
    top: 11%;
  }
  .hiring .hiring-section .new-box .number {
    width: 30%;
    height: 15vh;
    display: flex;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .new-box .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .new-box .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .new-box .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .new-box .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box1 {
    left: 19.5%;
    top: 15%;
  }
  .hiring .hiring-section .hire-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    width: 26.5vw;
    position: absolute;
  }
  .hiring .hiring-section .hire-box .number {
    margin: 0;
    padding: 0;
    height: 10vw;
    width: 30vw;
    display: flex;
    justify-content: center;
  }
  .hiring .hiring-section .hire-box .number h2 {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    font-size: 5vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
  }
  .hiring .hiring-section .hire-box .content {
    padding: 1vw 1vw 1vw 1vw;
  }
  .hiring .hiring-section .hire-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    /* or 100% */
    color: #000000;
  }
  .hiring .hiring-section .hire-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 2% 0;
    /* or 164% */
    margin-top: 20px;
    color: #808080;
  }
  .hiring .hiring-section .hire-box2 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 54.7%;
    top: 11%;
  }
  .hiring .hiring-section .hire-box2 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box2 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box2 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box2 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box2 .content p {
    font-size: 0.8vw;
  }
  .hiring .hiring-section .hire-box3 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 6.4%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box3 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box3 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box3 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box3 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box3 .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box4 {
    width: 27vw;
    position: absolute;
    left: 39%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box4 .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box4 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box4 .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .hire-box4 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box4 .content p {
    font-size: 0.8vw;
    font-weight: 400;
    color: #808080;
  }
  .hiring .hiring-section .hire-box5 {
    width: 27vw;
    position: absolute;
    left: 71.3%;
    top: 80%;
  }
  .hiring .hiring-section .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 60px;
  }
  .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 60px;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /* main tech expertise */
  .main-dev-sec {
    padding: 100px 0;
  }
  .main-dev-sec h2 {
    padding-bottom: 40px;
  }
  .main-dev-sec .Marquees {
    margin-bottom: 38px;
  }
  .main-dev-sec .marquee {
    margin: 10px;
    width: 160px;
    height: 210px;
  }
  .main-dev-sec .marquee .main-card-box .img-box {
    width: 130px;
    height: 115px;
    margin: 15px auto 0 auto;
  }
  .main-dev-sec .marquee .main-card-box .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .main-dev-sec .marquee .main-card-box .card-content {
    margin-top: 10px;
  }
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .SecondRow {
    margin-top: 25px;
  }
  .slider {
    height: auto;
    padding: 90px 15px 90px 15px;
  }
  .slider:after {
    height: 20px;
  }
  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    right: 50%;
    left: inherit;
    top: 90%;
    bottom: inherit;
    flex-direction: column;
    transform: translate(50%, 50%);
  }
  .slider p {
    margin-top: 5px;
    max-width: 300px;
    font-size: 12px;
    line-height: inherit;
  }
  .slider .swiper-pagination-bullet {
    border: 1px solid white;
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    margin: 5px 5px !important;
  }
  .slider .swiper-pagination-bullet-active {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    border: none;
  }
  .slider h1,
  .slider h2 {
    font-size: 26px;
    margin: 0 0 0 0;
    /* or 106% */
  }
  .slider h1 span,
  .slider h2 span {
    font-size: 40px;
  }
  .slider h5 {
    font-size: 14px;
    padding-top: 35px;
  }
  .slider a {
    display: inline-block;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-top: 5px;
  }
  .partners {
    padding: 30px 10px 190px 1 0px;
    min-height: 200px;
  }
  .partners img {
    height: 80px;
    margin: 0 auto;
  }
  .partners .p-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 20px 0px;
  }
  .partners .p-box.odd {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partners .p-box.addidas {
    border-bottom: none;
  }
  .partners .p-box .engage {
    max-width: 180px;
  }
  .partners .p-box .estate {
    max-width: 180px;
  }
  .cta-section {
    background: #f0f5ff;
  }
  .cta-section .cta-box {
    padding: 40px 15px;
    position: relative;
    top: -28%;
    max-width: 100%;
    margin: 0 10px;
    border-radius: 10px;
    height: 545px;
  }
  .cta-section .cta-box .content {
    max-width: 400px;
  }
  .cta-section .cta-box h2 {
    font-size: 26px;
  }
  .cta-section .cta-box h2 span {
    font-weight: 700;
  }
  .cta-section .cta-box p {
    margin: 15px 0;
    font-size: 14px;
  }
  .cta-section .cta-box .btn {
    background: linear-gradient(296.23deg, #0466aa -19.91%, #04aaf6 107.38%);
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 12px;
  }
  .cta-section .cta-box img {
    position: relative;
    transform: scale(1.3);
    left: 50%;
    transform: translate(-45%, -33%);
  }
  .service {
    padding: 0px 10px 45px 10px !important;
    background: #f0f5ff;
    text-align: center;
  }
  .service .sticky-btn {
    height: 50px;
    width: 50px;
    bottom: -24px;
  }
  .service .sticky-btn svg {
    font-size: 20px;
  }
  .service .content {
    max-width: 100%;
    margin: 0 auto 50px auto;
  }
  .service .content h2 {
    font-size: 26px;
    color: #000;
  }
  .service .content h2 span {
    font-weight: 600;
  }
  .service .content p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .service .swiperLeverage {
    padding: 80px 0 0 0;
  }
  .service .service-box {
    text-align: center;
    background: #fefefe;
    padding: 0 10px 30px 10px;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 30px;
  }
  .service .service-box .service-icon {
    height: 124px;
    width: 124px;
    transform: translateY(-60px);
    margin: auto;
  }
  .service .service-box .service-icon img {
    max-height: 140px;
  }
  .service .service-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
  }
  .service .service-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
  }
  .service .service-box .btn {
    width: 40px;
    height: 40px;
    background: #f2f3f4;
    /* Drop Shadow */
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cost {
    padding: 50px 10px;
  }
  .cost h2 {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 40px;
  }
  .cost .cost-box img {
    width: 35px;
  }
  .cost .cost-box h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
  }
  .cost .cost-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    max-width: 410px;
  }
  .hiring {
    background-color: #f0f5ff;
    padding: 60px 0;
    text-align: center;
  }
  .hiring .mhead {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    /* identical to box height, or 108% */
    color: #000000;
  }
  .hiring .mhead span {
    font-weight: 600;
  }
  .hiring .hiring-section {
    margin: 80px 0;
    position: relative;
    height: 100vh;
    display: flex;
    max-width: 90%;
    margin: auto;
  }
  .hiring .hiring-section .hr-line-1 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 29.3%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-2 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 64%;
    top: 11%;
  }
  .hiring .hiring-section .hr-line-3 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 15.3%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-4 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 48%;
    top: 56.5%;
  }
  .hiring .hiring-section .hr-line-5 {
    border: 0.1px solid rgba(215, 228, 244, 0.3);
    width: 2px;
    height: 38.8%;
    position: absolute;
    left: 80.7%;
    top: 56.5%;
  }
  .hiring .hiring-section .new-box {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 20%;
    top: 11%;
  }
  .hiring .hiring-section .new-box .number {
    width: 30%;
    height: 15vh;
    display: flex;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .new-box .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .new-box .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .new-box .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .new-box .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box1 {
    left: 19.5%;
    top: 15%;
  }
  .hiring .hiring-section .hire-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    width: 26.5vw;
    position: absolute;
  }
  .hiring .hiring-section .hire-box .number {
    margin: 0;
    padding: 0;
    height: 10vw;
    width: 30vw;
    display: flex;
    justify-content: center;
  }
  .hiring .hiring-section .hire-box .number h2 {
    background: linear-gradient(126.82deg, #f3436e 15.74%, #df3d65 32.2%, #b52f52 71.12%, #a52a4b 90.58%);
    font-size: 5vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
  }
  .hiring .hiring-section .hire-box .content {
    padding: 1vw 1vw 1vw 1vw;
  }
  .hiring .hiring-section .hire-box .content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    /* or 100% */
    color: #000000;
  }
  .hiring .hiring-section .hire-box .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 2% 0;
    /* or 164% */
    margin-top: 20px;
    color: #808080;
  }
  .hiring .hiring-section .hire-box2 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 54.7%;
    top: 11%;
  }
  .hiring .hiring-section .hire-box2 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box2 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box2 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box2 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box2 .content p {
    font-size: 0.8vw;
  }
  .hiring .hiring-section .hire-box3 {
    width: 27vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 6.4%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box3 .number {
    width: 30%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box3 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box3 .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .hire-box3 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box3 .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring .hiring-section .hire-box4 {
    width: 27vw;
    position: absolute;
    left: 39%;
    top: 80%;
  }
  .hiring .hiring-section .hire-box4 .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .hire-box4 .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .hire-box4 .content {
    width: 70%;
    padding-left: 1.5vw;
    text-align: left;
  }
  .hiring .hiring-section .hire-box4 .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .hire-box4 .content p {
    font-size: 0.8vw;
    font-weight: 400;
    color: #808080;
  }
  .hiring .hiring-section .hire-box5 {
    width: 27vw;
    position: absolute;
    left: 71.3%;
    top: 80%;
  }
  .hiring .hiring-section .number {
    width: 30%;
    height: 15vh;
    padding-right: 0.5vw;
  }
  .hiring .hiring-section .number h2 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 100%;
  }
  .hiring .hiring-section .content {
    width: 70%;
    padding-left: 1.5vw;
  }
  .hiring .hiring-section .content h3 {
    font-size: 2vw;
  }
  .hiring .hiring-section .content p {
    font-size: 0.8vw;
    font-weight: 400;
  }
  .hiring-mbl {
    padding: 30px 10px 10px 0;
    background: #f0f5ff;
  }
  .hiring-mbl .hmbl-box {
    padding: 120px 20px 60px 20px;
    margin: 20px 0;
    min-height: 340px;
    max-height: 340px;
  }
  .hiring-mbl .hmbl-box:hover:before {
    transform: scaleX(1);
    transform-origin: bottom;
    transition: transform 0.5s;
  }
  .hiring-mbl .hmbl-box h2 {
    position: absolute;
    left: 14px;
    top: 71px;
    font-size: 80px;
    line-height: 100%;
  }
  .hiring-mbl .hmbl-box h3 {
    position: relative;
    font-size: 22px;
    z-index: 2;
    color: #000;
    transition: 0.5s;
    font-weight: 600;
  }
  .hiring-mbl .hmbl-box p {
    position: relative;
    color: #000;
    transition: 0.5s;
    z-index: 2;
    font-size: 14px;
  }
  .trustslider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .trustslider-arrow .trust-prev {
    margin: 0 20px;
    max-width: 40px;
  }
  .trustslider-arrow .trust-prev:focus {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .trustslider-arrow .trust-prev:hover {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .trustslider-arrow .trust-next {
    margin: 0 20px;
    max-width: 40px;
  }
  .trustslider-arrow .trust-next:focus {
    box-shadow: none;
    border: none;
    outline: none;
  }
  .trustslider-arrow .trust-next:hover {
    box-shadow: none;
    border: none;
    outline: none;
  }
}
@media screen and (min-width: 0) and (max-width: 360px) {
  .partners {
    padding: 30px 10px 190px 0px;
  }
  .partners img {
    padding: 0 10px;
  }
}
/* Stratgeic gorwth */
.main-strategic-growth {
  background-image: url("../../images/strategy-bg.png");
  position: relative;
}
.main-strategic-growth .stratgeic-content {
  padding: 80px 0;
}
.main-strategic-growth .stratgeic-content h2 {
  font-family: "Poppins";
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.main-strategic-growth .stratgeic-content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400 !important;
  margin-bottom: 0;
  padding-bottom: 34px;
}
.main-strategic-growth .stratgeic-content button {
  border: none;
}
.main-strategic-growth .strategy-img-div {
  position: absolute;
  top: 55px;
  right: 70px;
}
.main-strategic-growth .strategy-img-div img {
  width: 750px;
}

.pdf-modal .modal-content {
  border-radius: 30px;
  padding: 25px 20px;
}
.pdf-modal .btn-close {
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  padding: 0.25em 0.25em;
  color: #000;
  background: url("../../images/modal-close-icon.png");
  background-repeat: no-repeat;
  border: 0;
  margin-top: 20px;
}
.pdf-modal .btn-close:focus {
  box-shadow: none;
}
.pdf-modal .modal-header {
  border-bottom: 0;
  align-items: flex-start;
}
.pdf-modal .modal-header h2 {
  color: #2c2c2c;
}
.pdf-modal .modal-header h2 span {
  color: #053f7f;
}
.pdf-modal h4 {
  padding: 0 1rem;
  margin-bottom: 0;
}
.pdf-modal .sidebars-contact-one form .download-pdf {
  display: block;
}
.pdf-modal .sidebars-contact-one form .form-group.download-pdf {
  display: none;
}
.pdf-modal .sidebars-contact-one form .submit-form {
  display: none;
}
.pdf-modal .sidebars-contact-one form input {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  height: 52px;
  border: none;
}
.pdf-modal .sidebars-contact-one form input:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.pdf-modal .sidebars-contact-one form textarea {
  background-color: #f6f6f6;
  -webkit-backdrop-filter: blur(37.6054px);
          backdrop-filter: blur(37.6054px);
  border-radius: 8px;
  margin-bottom: 10px;
  resize: none;
  border: none;
}
.pdf-modal .sidebars-contact-one form textarea:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.pdf-modal .sidebars-contact-one form button {
  margin: 20px auto 0 auto;
  display: block;
  width: 200px;
  height: 55px;
}
.pdf-modal .sidebars-contact-one form button:focus {
  color: white;
}
.pdf-modal .sidebars-contact-one form button:active {
  color: white;
}
.pdf-modal .sidebars-contact-one form button:visited {
  color: white;
}
.pdf-modal .sidebars-contact-one form button:hover {
  color: white;
}
.pdf-modal .sidebars-contact-one .input-group-text {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  /* border-radius: 0.25rem; */
  height: 0;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pdf-modal .sidebars-contact-one .input-group-text:focus {
  box-shadow: none;
}
.pdf-modal .sidebars-contact-one .custom-padd {
  padding: 23px 20px;
}
.pdf-modal .sidebars-contact-one .error-filed {
  border: 2px solid red !important;
  border-right: none !important;
}
.pdf-modal .sidebars-contact-one .error-filed2 {
  border: 2px solid red !important;
  border-left: none !important;
  height: 52px;
  border-radius: 8px;
}
.pdf-modal .sidebars-contact-one .correct-filed {
  border: 2px solid green !important;
  border-right: none !important;
}
.pdf-modal .sidebars-contact-one .correct-filed2 {
  border: 2px solid green !important;
  border-left: none !important;
}

@media screen and (min-width: 1700px) {
  .main-dev-sec .marquee .main-card-box .card-content h3 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .main-dev-sec .marquee .main-card-box .card-content h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .recognition .recog-sec .recognition-heading {
    padding-bottom: 50px;
  }
  .main-strategic-growth h2 {
    font-weight: 600 !important;
    font-size: 50px !important;
    line-height: 70px !important;
  }
  .main-strategic-growth h3 {
    font-weight: 400 !important;
    font-size: 46px !important;
    line-height: 54px !important;
  }
  .main-strategic-growth .strategy-img-div {
    position: absolute;
    top: 55px;
    right: 70px;
  }
  .main-strategic-growth .strategy-img-div img {
    width: 95% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .recognition .recog-box {
    background-color: var(--white-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    background: var(--service-box-bg);
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
  }
  .recognition .recog-box img {
    min-height: 154px;
    max-height: 154px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main-strategic-growth .strategy-img-div {
    position: absolute;
    top: 90px;
    right: 0px;
    max-width: 650px;
    /* height: 600px; */
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .recognition .recog-box {
    background-color: var(--white-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    background: var(--service-box-bg);
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
  }
  .recognition .recog-box img {
    min-height: 154px;
    max-height: 154px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main-strategic-growth .stratgeic-content {
    padding: 80px 0;
    text-align: center;
  }
  .main-strategic-growth .stratgeic-content h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .main-strategic-growth .stratgeic-content h3 {
    font-weight: 400 !important;
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  .main-strategic-growth .stratgeic-content button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .recognition .recog-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recognition .recog-sec .recognition-heading {
    /* Recognition */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: var(--section-heading-text-dark);
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .main-strategic-growth .stratgeic-content {
    padding: 80px 0;
    text-align: center;
  }
  .main-strategic-growth .stratgeic-content h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .main-strategic-growth .stratgeic-content h3 {
    font-weight: 400 !important;
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  .main-strategic-growth .stratgeic-content button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .recognition .recog-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .recognition .recog-sec .recog-box {
    background-color: var(--white-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--service-box-bg);
    box-shadow: 0px 0px 23.553px rgba(0, 0, 0, 0.05);
    border-radius: 23.553px;
    width: 65%;
    margin: 0 auto;
  }
  .recognition .recog-sec .recog-box .clutch {
    max-width: 98px;
    padding-bottom: 20px;
  }
  .recognition .recog-sec .recog-box img {
    min-height: 100px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .recognition .recog-sec .recognition-heading {
    /* Recognition */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    color: var(--section-heading-text-dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .recognition .mobile-recog .ss {
    margin-bottom: 30px;
  }
  .main-strategic-growth .stratgeic-content {
    padding: 80px 0;
    text-align: center;
  }
  .main-strategic-growth .stratgeic-content h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .main-strategic-growth .stratgeic-content h3 {
    font-weight: 400 !important;
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  .main-strategic-growth .stratgeic-content button {
    margin: 0 auto;
  }
}/*# sourceMappingURL=home.css.map */