@charset "UTF-8";
.text-yellow {
  color: #FFCB19 !important;
}

.text-purple {
  color: #2A114F !important;
}

.text-yellow {
  color: #FFCB19 !important;
}

.text-purple {
  color: #2A114F !important;
}

@media screen and (max-width: 750px) {
  .menu-overlay.active {
    align-items: flex-start !important;
  }
  .imgoftime img {
    width: 85% !important;
  }
  .main__menu-area {
    padding: 0px !important;
  }
  .main__content-area h2 {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
  #foo-7 table {
    border: 0;
    width: 100%;
  }
  #foo-7 th {
    font-size: 18px !important;
    text-align: center;
  }
  #foo-7 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #foo-7 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
    width: 100%;
  }
  #foo-7 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  #foo-7 table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #foo-7 table td:last-child {
    border-bottom: 0;
  }
  .quality .content .box {
    grid-template-columns: 1fr !important;
    min-height: 150px !important;
  }
  .quality .content .box .thumb {
    display: none !important;
  }
  #reference-logos .logos {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .top-right-shapes {
    max-width: 100% !important;
  }
  .for-desktop {
    display: none !important;
  }
  .for-mobile {
    display: block !important;
  }
  .main-logo img {
    max-width: 45px !important;
  }
  .menu-items {
    grid-template-rows: 1fr !important;
    grid-template-columns: 3fr !important;
  }
  .menu-items a {
    margin-bottom: 30px !important;
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .top-left-content h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .awards .award-row {
    grid-template-rows: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .awards .award-row .award-item {
    margin-bottom: 30px;
  }
  .winner-inside .content {
    max-width: 100% !important;
  }
  .wearepartners .button-area {
    text-align: center;
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wearepartners .button-area a {
    padding: 20px 60px 20px 30px !important;
    margin-bottom: 30px;
  }
  .cd-timeline__img--dot {
    margin-left: 4px !important;
  }
  .footer-area {
    display: grid !important;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-area .links {
    display: grid !important;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr !important;
    justify-items: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .footer-area .links a {
    font-size: 1.3rem !important;
    display: block !important;
    padding: 10px !important;
    text-align: center !important;
    margin: 0px 0 20px 0 !important;
  }
  .footer-image {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1150px) {
  .top-right-shapes {
    max-width: 75% !important;
  }
  .top-left-content h1 {
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .menu-items a {
    margin-bottom: 30px !important;
    font-size: 40px !important;
  }
  .footer-area {
    display: block !important;
  }
  .footer-area .links {
    display: grid !important;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .footer-area .links a {
    font-size: 1.3rem !important;
    padding: 10px !important;
    text-align: center !important;
    margin: 0px 0 20px 0 !important;
  }
  .footer-image {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .inner-submenu a {
    font-size: 14px !important;
  }
  .career-content, .social-content-white, .social-content {
    grid-template-columns: 1fr !important;
  }
  .career-content .career-img, .career-content .social-img, .social-content-white .career-img, .social-content-white .social-img, .social-content .career-img, .social-content .social-img {
    display: none;
  }
  #cookie-setter {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 99;
    width: 90vw !important;
    padding: 20px;
  }
  #cookie-setter p {
    font-size: 16px !important;
  }
  .innerpage-template .about-hero {
    display: grid !important;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .innerpage-template .about-hero .content {
    order: 1;
    max-width: 95vw !important;
    margin: 0 20px;
  }
  .innerpage-template .about-hero .content h1 {
    text-align: left !important;
    padding: 0 12px;
    font-size: 2.3rem !important;
    line-height: 2.7rem;
  }
  .innerpage-template .about-hero .content h1 span {
    border-bottom: 0px !important;
  }
  .innerpage-template .about-hero .hero-img {
    order: 2 !important;
    width: 100% !important;
    margin: 0px !important;
  }
  .innerpage-template .about-hero .hero-img img {
    max-width: 98vw !important;
  }
  .innerpage-template a {
    word-break: break-word;
  }
  .innerpage-template h2 {
    font-size: 2.5rem !important;
    line-height: auto !important;
  }
  .offcanvas {
    width: 80vw !important;
  }
  .offcanvas-area .offcanvas {
    width: 100vw !important;
  }
  .offcanvas-area .offcanvas .offcanvas-body {
    padding: 20px !important;
  }
  .offcanvas-area .offcanvas .offcanvas-body h5, .offcanvas-area .offcanvas .offcanvas-body li {
    font-size: 1.5rem !important;
  }
  .herosection .top-slider .content {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .herosection .top-slider .content .box {
    padding: 40px 60px !important;
    max-height: 220px;
    font-size: 1.2rem;
  }
  .contact .contact-content {
    grid-template-columns: 1fr !important;
    grid-gap: 50px;
  }
  .contact .contact-content .adresses {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 50px;
  }
  .contact .showform {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .menu-content {
    right: -20px !important;
  }
  .menu-content .menu-logo {
    margin-bottom: 60px !important;
  }
  .menu-content .menu-logo img {
    height: 43px;
  }
  .main-menu {
    right: 0 !important;
    height: 40px !important;
  }
  .accordion-button,
  .accordion-body {
    padding: 1rem 0rem !important;
  }
  .welcome-area,
  .global-area,
  .winners,
  .wearepartners,
  .weareintertech {
    padding: 0 5% !important;
  }
  .weareequal {
    padding: 90px 5% 0 5% !important;
  }
  .wearehuman {
    padding: 0px !important;
  }
  .content h2,
  .content p {
    text-align: left !important;
  }
  .content p {
    font-size: 24px !important;
  }
  .welcome-area {
    flex-direction: column;
  }
  .welcome-area .top-left-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 70px 0 0 0 !important;
    order: 2;
  }
  .welcome-area .top-right-shapes {
    width: 100%;
    position: static !important;
    right: 25% !important;
    left: 25%;
    order: 1;
    margin: -40px auto 0 auto;
  }
  .welcome-area .whatwedo {
    padding: 60px 0 !important;
  }
  .global-area {
    margin: 0px !important;
    -webkit-mask: none !important;
    border-radius: 200px;
    padding: 60px 10% !important;
    min-height: 680px !important;
  }
  .global-area .countries-inner {
    display: none !important;
  }
  .global-area .content {
    max-width: 100% !important;
    margin-bottom: 50px;
    text-align: center;
  }
  .global-area .content h2 {
    text-align: center !important;
  }
  .global-area .content p {
    font-size: 24px !important;
  }
  .winners {
    margin: 0 !important;
  }
  .winners .winner-inside {
    flex-direction: column;
  }
  .winners .winner-image {
    margin-right: 0px !important;
  }
  .winners .winner-bg-shape {
    position: absolute;
    top: 0px !important;
    right: 0px;
    z-index: -1;
  }
  .winners .winner-bg-shape img {
    width: 90vw !important;
  }
  .wearehuman {
    flex-direction: column;
    margin-top: 150px !important;
  }
  .wearehuman .content {
    margin-top: 60px;
    order: 2;
  }
  .wearehuman .human-image {
    order: 1;
    margin: 0px !important;
  }
  .wearepartners {
    background-size: 85% !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .wearepartners .content {
    padding-top: 140% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .wearepartners .content h2 {
    font-size: 75px !important;
  }
  .weareintertech {
    flex-direction: column;
  }
  .weareintertech .content {
    padding: 0 0 90px 0 !important;
    order: 2;
    width: 100% !important;
  }
  .weareintertech .footer-image {
    order: 1;
    margin: 0 0 0px 0 !important;
    text-align: center;
  }
  .weareintertech .footer-image img {
    max-width: 80% !important;
  }
  .weareintertech .begincount {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr !important;
  }
  .footer-area {
    padding: 30px 0px !important;
    text-align: center;
  }
  .footer-area .links {
    max-width: 100% !important;
  }
  .footer-area .links a {
    display: inline-block;
    margin: 0 0 30px 0 !important;
  }
  .footer-area .social {
    padding: 0 0 90px 0px;
    justify-content: center !important;
  }
  .footer-area .social a {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    margin: 0 15px !important;
  }
  .cd-timeline__date {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  .cd-timeline__content {
    padding: 2em !important;
  }
  #visionmission .content {
    background: #FFCB19 !important;
    border-radius: 25px !important;
    padding: 100px 50px;
    grid-template-columns: 1fr !important;
    grid-column-gap: 50px;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    transition: all ease 0.3s;
  }
  #visionmission .content .vision {
    margin-bottom: 60px !important;
  }
  #visionmission .content .vision::after {
    display: none;
  }
  #visionmission .content .mission {
    position: relative;
  }
  #visionmission .content .mission:before {
    content: "";
    position: absolute;
    width: 100% !important;
    height: 1px !important;
    background: rgba(42, 17, 79, 0.25);
    left: 0;
    right: 0;
    top: -35px;
  }
  #visionmission .content h1 {
    margin-bottom: 0px !important;
  }
  #visionmission .content p {
    text-align: center !important;
  }
  #visionmission .vision_circle {
    display: none;
  }
  #strategy-content .content {
    grid-template-columns: 1fr !important;
  }
  .container__counter .counter {
    width: 150px !important;
  }
  .js-serialshuffle {
    padding: 0 !important;
  }
  .js-serialshuffle img {
    max-width: 100% !important;
  }
  .menu-content .social {
    padding: 20px 0 0 0 !important;
  }
  .subpage .herosection {
    grid-template-columns: 1fr !important;
  }
  .subpage .herosection h2 {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1366px) {
  .container__counter .counter {
    width: 125px !important;
  }
  .container__counter .counter .count {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .weareintertech .begincount {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .quality .content .box {
    min-height: 300px !important;
  }
}
@media (min-width: 768px) {
  .panel-heading {
    display: none;
  }
  .panel {
    border: none;
    box-shadow: none;
  }
  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content .tab-pane {
    display: block;
  }
  .nav-tabs {
    display: none;
  }
  .panel-title a {
    display: block;
  }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}
.gutter-0 {
  margin: 0px !important;
  padding: 0px !important;
  --bs-gutter-x: 0rem !important;
}

.offcanvas {
  width: 50vw !important;
}
.offcanvas .offcanvas-body {
  overflow-y: hidden;
}

.main-menu {
  z-index: 11;
  width: 100px;
  height: 50px;
}
.main-menu input {
  display: none;
}
.main-menu label {
  display: block;
  cursor: pointer;
  width: 50vw;
  height: 4vw;
  max-width: 150px;
  max-height: 150px;
}
@media (min-aspect-ratio: 1/1) {
  .main-menu label {
    width: 50vw;
    height: 4vw;
  }
}
.main-menu path {
  fill: none;
  stroke: #2a114f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 65;
  --offset: 10;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-menu .dark path {
  stroke: #fff !important;
}
.main-menu .cross input:checked + svg .line--1,
.main-menu .cross input:checked + svg .line--3 {
  --length: 22.627416998;
}
.main-menu .cross input:checked + svg .line--2 {
  --length: 0;
}
.main-menu .back input:checked + svg .line--1,
.main-menu .back input:checked + svg .line--3 {
  --length: 8.602325267;
}
.main-menu .line--1,
.main-menu .line--3 {
  --total-length: 126.64183044433594;
}
.main-menu .line--2 {
  --total-length: 70;
}
.main-menu input:checked + svg .line--1,
.main-menu input:checked + svg .line--3 {
  --offset: -94.1149185097;
  stroke: #ffcb19 !important;
  z-index: 12;
}
.main-menu input:checked + svg .line--2 {
  --offset: -50;
}

.main-menu > * {
  position: relative;
  transform: scale(0.7);
}

.loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}
.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loader .loader__icon svg {
  transform-origin: 0 0;
}
.loader .loader__icon svg path {
  fill: #ffcb19;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #2a114f;
  transition: width 0.7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.1s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.1s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.3s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.4s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.1s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.1s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.3s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.4s;
}

.cd-timeline {
  overflow: hidden;
  padding: 0;
}
.cd-timeline hr.styled {
  font-family: Arial, sans-serif; /* choose the font you like */
  text-align: center; /* horizontal centering */
  line-height: 1px; /* vertical centering */
  height: 1px; /* gap between the lines */
  font-size: 1em; /* choose font size you like */
  border-width: 1px 0; /* top and bottom borders */
  border-style: solid;
  border-color: none !important;
  background-color: #2a114f !important;
  margin: 20px 10px; /* 20px space above/below, 10px left/right */
  overflow: visible;
  /* ensure 1px gap between borders */
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.cd-timeline hr.styled:after {
  content: "§"; /* section sign */
  color: black;
  display: inline; /* for vertical centering and background knockout */
  background-color: #fff; /* same as background color */
  padding: 0 0.5em; /* size of background color knockout */
}

.cd-timeline h3 {
  font-weight: 600;
  color: black !important;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

.cd-timeline__container {
  position: relative;
  padding: 1.25em 0;
}

.cd-timeline__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  height: 100%;
  width: 5px;
  background: #ffcb19;
  border-radius: 10px;
}

@media (min-width: 64rem) {
  .cd-timeline__container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 6em;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media (min-width: 64rem) {
  .cd-timeline__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  margin-left: 4px;
}

.cd-timeline__img img {
  width: 24px;
  height: 24px;
}

@media (min-width: 64rem) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }
}
.cd-timeline__img--dot {
  background-color: #ffcb19;
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  margin-left: 1.25em;
  background: #fff;
  border-radius: 0.25em;
  padding: 4em;
  border-radius: 20px;
}
.cd-timeline__content .imgoftime {
  text-align: center;
  margin: 0 auto;
}

.cd-timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #fff;
}

.cd-timeline__content h3 {
  color: #ffcb19;
  text-align: center;
  justify-content: center;
}

@media (min-width: 64rem) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
    font-size: 0.8em;
    --line-height-multiplier: 1.2 ;
  }
  .cd-timeline__content::before {
    top: 24px;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
  }
}
.cd-timeline__date {
  color: #ffcb19;
  font-size: 40px;
  font-weight: 600;
}

@media (min-width: 64rem) {
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 0px;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 125%;
    text-align: right;
  }
}
@media (min-width: 64rem) {
  .cd-timeline__img--hidden,
  .cd-timeline__content--hidden {
    visibility: hidden;
  }
  .cd-timeline__img--bounce-in {
    animation: cd-bounce-1 0.6s;
  }
  .cd-timeline__content--bounce-in {
    animation: cd-bounce-2 0.6s;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
    animation-name: cd-bounce-2-inverse;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "rajdhanilight";
  src: url("_partials/fonts/rajdhani-light-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rajdhaniregular";
  src: url("_partials/fonts/rajdhani-regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rajdhanimedium";
  src: url("_partials/fonts/rajdhani-medium-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rajdhanisemibold";
  src: url("_partials/fonts/rajdhani-semibold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rajdhanibold";
  src: url("_partials/fonts/rajdhani-bold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "rajdhanimedium", sans-serif !important;
  overflow: scroll !important;
  scroll-behavior: smooth;
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0F0E14;
  z-index: 10;
  transition: all ease 0.3s;
  overflow: hidden !important;
}
.menu-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 0.3s ease-out both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.menu-overlay .menu-content {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10%;
  width: 100%;
}
.menu-overlay .menu-content .menu-logo {
  margin-bottom: 160px;
  opacity: 0.4;
}
.menu-overlay .menu-content .menu-items {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-self: flex-start;
  align-items: center;
  grid-gap: 0 50px;
}
.menu-overlay .menu-content .menu-items a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-family: "rajdhanilight", sans-serif !important;
  font-size: 60px;
  text-decoration: none;
  position: relative;
  margin-bottom: 60px;
  line-height: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-content .menu-items a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #12f1ff;
  content: "";
  transition: all ease 0.5s;
}
.menu-overlay .menu-content .menu-items a:hover {
  color: #ffcb19 !important;
}
.menu-overlay .menu-content .menu-items a:hover:before {
  border-bottom: 2px solid #ffcb19;
  width: 100%;
}
.menu-overlay .menu-content .menu-items a.active {
  color: #ffcb19 !important;
}
.menu-overlay .menu-content .menu-items a.active span {
  color: #ffcb19;
}
.menu-overlay .menu-content .menu-items a span {
  color: #12f1ff;
  font-size: 14px;
  display: block;
  margin-right: 30px;
}
.menu-overlay .menu-content .social {
  padding: 90px 0 0 0;
  display: flex;
  align-items: center;
}
.menu-overlay .menu-content .social a {
  padding: 10px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid transparent;
  transition: all ease 0.3s;
  margin-right: 30px;
  text-decoration: none;
}
.menu-overlay .menu-content .social a svg {
  width: 20px;
}
.menu-overlay .menu-content .social a:hover {
  border: 2px solid #ffcb19;
}
.menu-overlay .menu-content .social a:hover svg .cls-1 {
  fill: #ffcb19;
}
.menu-overlay .menu-content .social svg {
  width: 20px;
}
.menu-overlay .menu-content .social svg .cls-1 {
  fill: #fff;
}

.content h4 {
  font-size: 60px;
  line-height: 60px;
  font-family: "rajdhanilight", sans-serif !important;
  text-align: center;
  color: #ffcb19;
  margin-bottom: 60px;
}

.text-link {
  padding: 10px 0;
  color: #12f1ff;
  font-size: 18px;
  font-family: "rajdhanibold", sans-serif !important;
  text-shadow: none;
  position: relative;
  text-decoration: none;
}
.text-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #12f1ff;
  color: #ffcb19;
  content: "";
  transition: all ease 0.5s;
}
.text-link:hover {
  color: #ffcb19 !important;
}
.text-link:hover:before {
  border-bottom: 2px solid #ffcb19;
  width: 100%;
}

.it-button {
  text-decoration: none;
  font-size: 18px;
  font-family: "rajdhanibold", sans-serif !important;
  padding: 20px 40px 20px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px 40px 5px 40px;
}
.it-button.primary {
  color: #2a114f;
  background: #12f1ff;
  transition: all ease 0.3s;
}
.it-button.primary:hover {
  background: #ffcb19;
  color: #2a114f;
}
.it-button.secondary {
  color: #2a114f;
  background: #ffcb19;
  border: 1px solid #ffcb19;
  border-radius: 40px 40px 40px 5px !important;
  transition: all ease 0.3s;
}
.it-button.secondary:hover {
  background: transparent;
  color: #ffcb19;
}
.it-button.third {
  color: #2a114f !important;
  background: #12f1ff;
  border: 0px;
  border-radius: 50px !important;
  transition: all ease 0.3s;
  display: block;
  width: 90% !important;
  margin: -35px 5% !important;
  font-size: 22px;
  text-align: center;
}
.it-button.third:hover {
  background: #ffcb19;
  color: #2a114f !important;
  text-decoration: none !important;
}

.rounded-button {
  text-decoration: none;
  font-size: 18px;
  font-family: "rajdhanibold", sans-serif !important;
  padding: 20px 40px 20px 30px;
  border-radius: 50px;
  color: #ffcb19;
  background: #2a114f;
  transition: all ease 0.3s;
}
.rounded-button:hover {
  background: #ffcb19;
  color: #2a114f;
}

button {
  text-decoration: none;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 10px !important;
  border: none;
  color: #2a114f;
  background: #12f1ff;
  transition: all ease 0.3s;
}
button:hover {
  background: #2a114f;
  color: #12f1ff;
}

.mainPageMenu .main__menu-area {
  padding: 50px 5% !important;
}

.main__menu-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding: 0px 5%;
  width: 100%;
}
.main__menu-area .main-logo img {
  width: 320px;
  transition: all ease 0.5s;
}
.main__menu-area.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all ease 1s;
  padding: 20px 5% !important;
}
.main__menu-area.sticky .main-logo .for-desktop {
  width: 50% !important;
  transition: all ease 0.3s;
}
.main__menu-area.sticky.main-menu-opened {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
}
.main__menu-area.sticky.main-menu-opened .main-logo {
  visibility: hidden;
}
.main__menu-area #animate {
  max-width: 100% !important;
}

.main {
  padding: 50px 5%;
}
.main .container__counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .container__counter .counter {
  border: 1px solid #12f1ff;
  border-radius: 100px;
  width: 50%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .container__counter .counter .count {
  color: #fff;
  font-size: 30px;
  line-height: 1.9rem;
}
.main .container__counter .category {
  margin: 10px 0 20px 0;
}
.main .container__counter .category span {
  display: block;
  color: #ffcb19;
  font-size: 20px;
}
.main .main__content-area {
  background: #2a114f url(../img/top-bg.png) no-repeat 0 0;
  border-radius: 100px;
}
.main .main__content-area .welcome-area {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main .main__content-area .welcome-area .top-left-content {
  max-width: 55%;
  padding: 70px 0 0 60px;
}
.main .main__content-area .welcome-area .top-left-content h1 {
  font-size: 5.2rem;
  color: #12f1ff;
  line-height: 5.5rem;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo {
  padding: 25px 0 0 0;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .content p {
  color: #D9D7E8;
  font-size: 24px;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .container__counter .counter {
  border: 1px solid #ffcb19;
  border-radius: 100px;
  width: 160px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .container__counter .counter .count {
  color: #ffcb19;
  font-size: 3rem;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .container__counter.plus {
  position: relative;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .container__counter.plus:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: #ffcb19;
}
.main .main__content-area .welcome-area .top-left-content .whatwedo .accordion-button:not(.collapsed) {
  color: #D9D7E8;
  background-color: transparent !important;
  box-shadow: none !important;
}
.main .main__content-area .welcome-area .top-right-shapes {
  max-width: 45%;
  width: 100%;
  position: absolute;
  top: -80px;
  right: 60px;
}
.main .main__content-area .welcome-area .top-right-shapes .shape-content {
  text-align: end;
}
.main .main__content-area .welcome-area .top-right-shapes .shape-content img {
  width: 90%;
}
.main .main__content-area .welcome-area .whatwedo .content {
  margin-bottom: 50px;
}
.main .main__content-area .welcome-area .whatwedo .content h6 {
  font-size: 30px;
  color: #fff;
}
.main .main__content-area .global-area {
  position: relative;
  background: #000 url(../img/sections/global-area.jpg) no-repeat top left;
  background-size: 100%;
  min-height: 1350px;
  padding: 160px 90px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1620 3773.74'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:red;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1620,135.21l-21.18-19.13c-137.91-124.58-338.22-151.56-504.18-67.92L65.48,566.86c-23.49,11.84-45.43,26.22-65.48,42.78V3773.74H1620V135.21Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1620 3773.74'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:red;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1620,135.21l-21.18-19.13c-137.91-124.58-338.22-151.56-504.18-67.92L65.48,566.86c-23.49,11.84-45.43,26.22-65.48,42.78V3773.74H1620V135.21Z'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: 115%;
  width: 100%;
  height: 100%;
  margin: -200px 0;
  z-index: 2;
}
.main .main__content-area .global-area .content {
  max-width: 500px;
  margin-top: 100px;
}
.main .main__content-area .global-area .content.centered h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19 !important;
  width: 50%;
  margin: 0 auto !important;
}
.main .main__content-area .global-area .content h2 {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #D9D7E8;
  margin-bottom: 60px;
  position: relative;
}
.main .main__content-area .global-area .content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19;
  width: 50%;
}
.main .main__content-area .global-area .content p {
  font-size: 18px;
  color: #D9D7E8;
  text-align: center;
}
.main .main__content-area .global-area .countries-inner {
  max-width: 700px;
  padding-top: 90px;
  transform: rotate(-90deg);
}
.main .main__content-area .global-area .countries-inner .first, .main .main__content-area .global-area .countries-inner .second, .main .main__content-area .global-area .countries-inner .third {
  transform: rotate(-90deg);
}
.main .main__content-area .global-area .countries-inner ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main__content-area .global-area .countries-inner ul li {
  list-style-type: none;
  color: #5F62D7;
  font-size: 50px;
  text-align: center;
  padding: 40px 80px;
  border-radius: 100px;
  background: url(../img/sections/country-bg.png) repeat 0 0;
  background-blend-mode: color-burn;
  margin: 0 0 30px 30px;
}
.main .main__content-area .global-area .countries-inner .rt-corner {
  border-top-right-radius: 0px !important;
  mix-blend-mode: soft-light !important;
}
.main .main__content-area .global-area .countries-inner .rb-corner {
  border-bottom-right-radius: 0px !important;
}
.main .main__content-area .global-area .countries-inner .lt-corner {
  border-top-left-radius: 0px !important;
}
.main .main__content-area .global-area .countries-inner .lb-corner {
  border-bottom-left-radius: 0px !important;
}
.main .main__content-area .winners {
  position: relative;
  z-index: 3;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(3, 1, 6) 15%, rgb(0, 0, 0) 40%, rgb(42, 17, 79) 100%);
  padding: 0 90px;
  margin-top: -300px;
}
.main .main__content-area .winners .winner-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main__content-area .winners .winner-image {
  margin-right: 90px;
}
.main .main__content-area .winners .winner-image img {
  width: 100%;
}
.main .main__content-area .winners .content {
  max-width: 500px;
}
.main .main__content-area .winners .content.centered h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19 !important;
  width: 50%;
  margin: 0 auto !important;
}
.main .main__content-area .winners .content h2 {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #D9D7E8;
  margin-bottom: 60px;
  position: relative;
}
.main .main__content-area .winners .content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19;
  width: 50%;
}
.main .main__content-area .winners .content p {
  font-size: 18px;
  color: #D9D7E8;
  text-align: center;
}
.main .main__content-area .winners .winner-bg-shape {
  position: absolute;
  top: -250px;
  right: 0px;
  z-index: -1;
}
.main .main__content-area .winners .winner-bg-shape img {
  width: 100%;
}
.main .main__content-area .winners .awards {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.main .main__content-area .winners .awards .award-row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 60px;
}
.main .main__content-area .winners .awards .award-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.main .main__content-area .winners .awards .award-item .award-count {
  position: relative;
  background: url(../img/sections/award-frame.svg) no-repeat 0 0;
  background-size: contain;
  width: 140px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
.main .main__content-area .winners .awards .award-item .award-count:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background: #ffcb19;
  margin: 0px auto;
}
.main .main__content-area .winners .awards .award-item .award-name {
  font-size: 2rem;
  line-height: 2rem;
  color: #ffcb19;
  text-align: center;
}
.main .main__content-area .winners .awards .award-item .award-name.small {
  font-size: 1rem;
  color: #fff;
}
.main .main__content-area .winners .awards .award-item .award-name.product {
  color: #12f1ff;
}
.main .main__content-area .winners .wearehuman {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main__content-area .winners .wearehuman .content h2,
.main .main__content-area .winners .wearehuman .content p {
  text-align: left;
}
.main .main__content-area .winners .wearehuman .human-image {
  margin-left: 60px;
}
.main .main__content-area .winners .wearehuman .human-image img {
  width: 100%;
}
.main .main__content-area .wearepartners {
  background: url(../img/sections/partners-bg.png) no-repeat 0 -20px;
  background-size: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 150px 90px 0px 0;
}
.main .main__content-area .wearepartners .content {
  padding-top: 180px;
  max-width: 45%;
}
.main .main__content-area .wearepartners .content.centered h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19 !important;
  width: 50%;
  margin: 0 auto !important;
}
.main .main__content-area .wearepartners .content h2 {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #D9D7E8;
  margin-bottom: 60px;
  position: relative;
}
.main .main__content-area .wearepartners .content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19;
  width: 50%;
}
.main .main__content-area .wearepartners .content p {
  font-size: 18px;
  color: #D9D7E8;
  text-align: center;
}
.main .main__content-area .wearepartners .content .ecosystemheader {
  margin-top: 65px;
}
.main .main__content-area .wearepartners .content .button-area {
  text-align: center;
  margin: 60px 0;
}
.main .main__content-area .wearepartners .js-serialshuffle, .main .main__content-area .wearepartners .js-serialshuffle-one {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.main .main__content-area .wearepartners .js-serialshuffle li, .main .main__content-area .wearepartners .js-serialshuffle-one li {
  position: relative;
  display: flex;
  justify-content: center;
  width: 33%;
  height: 100px;
  background: #2a114f;
  margin: 20px 0;
}
.main .main__content-area .wearepartners .js-serialshuffle img, .main .main__content-area .wearepartners .js-serialshuffle-one img {
  padding: 20px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 6/4;
  mix-blend-mode: luminosity !important;
}
.main .main__content-area .wearepartners .js-serialshuffle .sub-animate, .main .main__content-area .wearepartners .js-serialshuffle-one .sub-animate {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: luminosity !important;
}
.main .main__content-area .weareintertech {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 90px 50px 90px;
}
.main .main__content-area .weareintertech .content {
  width: 70%;
}
.main .main__content-area .weareintertech .content.centered h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19 !important;
  width: 50%;
  margin: 0 auto !important;
}
.main .main__content-area .weareintertech .content h2 {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #D9D7E8;
  margin-bottom: 60px;
  position: relative;
}
.main .main__content-area .weareintertech .content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19;
  width: 50%;
}
.main .main__content-area .weareintertech .content p {
  font-size: 18px;
  color: #D9D7E8;
  text-align: center;
}
.main .main__content-area .weareintertech .content h2,
.main .main__content-area .weareintertech .content p {
  text-align: left;
}
.main .main__content-area .weareintertech .footer-image {
  margin: 0 0px 0px 0;
}
.main .main__content-area .weareintertech .footer-image img {
  max-width: 600px;
}
.main .main__content-area .weareintertech .begincount {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.main .main__content-area .weareequal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 90px 50px 90px;
}
.main .main__content-area .weareequal .content {
  width: 100%;
}
.main .main__content-area .weareequal .content.centered h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19 !important;
  width: 50%;
  margin: 0 auto !important;
}
.main .main__content-area .weareequal .content h2 {
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #D9D7E8;
  margin-bottom: 60px;
  position: relative;
}
.main .main__content-area .weareequal .content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffcb19;
  width: 50%;
}
.main .main__content-area .weareequal .content p {
  font-size: 18px;
  color: #D9D7E8;
  text-align: center;
}
.main .main__content-area .weareequal .content h2,
.main .main__content-area .weareequal .content p {
  text-align: left;
}
.main .main__content-area .weareequal .equality-image img {
  width: 90%;
}
.main .main__content-area .top-counter {
  margin-bottom: 30px;
}
.main .footer-area {
  position: relative;
  display: block;
  padding: 60px;
}
.main .footer-area .links {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.main .footer-area .links a {
  line-height: 14px;
  color: #2a114f;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  word-break: keep-all;
}
.main .footer-area .links a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #12f1ff;
  content: "";
  transition: all ease 0.5s;
}
.main .footer-area .links a:hover, .main .footer-area .links a.active {
  color: #2a114f !important;
}
.main .footer-area .links a:hover:before, .main .footer-area .links a.active:before {
  border-bottom: 2px solid #2a114f;
  width: 100%;
}
.main .footer-area .social {
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .footer-area .social a {
  padding: 10px;
  border-radius: 15px;
  background: transparent;
  border: 2px solid transparent;
  transition: all ease 0.3s;
  margin-right: 30px;
}
.main .footer-area .social a:last-child {
  margin: 0;
}
.main .footer-area .social a svg {
  width: 20px;
}
.main .footer-area .social a:hover {
  border: 2px solid #2a114f;
}
.main .footer-area .social .footermediumicon .st0 {
  fill: #000000 !important;
}

.innerpage-template {
  font-family: "rajdhaniregular", sans-serif !important;
  font-size: 24px;
  padding: 50px 0 !important;
}
.innerpage-template section {
  padding: 60px 0;
}
.innerpage-template .main__menu-area {
  position: relative;
  margin: 0px;
  padding-bottom: 0px !important;
}
.innerpage-template .main__menu-area .main-menu {
  right: 0;
}
.innerpage-template .page-header {
  font-size: 20px;
  color: rgba(15, 14, 20, 0.25);
  font-family: "rajdhanibold", sans-serif !important;
  letter-spacing: 5px;
  margin: 90px 0 30px 0;
}
.innerpage-template .page-description {
  color: #2a114f;
  font-family: "rajdhanilight", sans-serif !important;
  font-size: 50px;
  line-height: 60px;
}
.innerpage-template .page-description span {
  font-family: "rajdhanibold", sans-serif !important;
}
.innerpage-template .page-description.small-type {
  font-size: 35px;
  line-height: 45px;
}
.innerpage-template .purple-bg {
  background: #2a114f;
  color: #fff;
}
.innerpage-template .purple-bg .page-header {
  color: #ffcb19;
}
.innerpage-template .purple-bg .inner-header {
  font-family: "rajdhanilight", sans-serif !important;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
.innerpage-template .purple-bg a {
  color: #ffcb19;
  text-decoration: none;
}
.innerpage-template .purple-bg a:hover {
  text-decoration: underline;
}
.innerpage-template .purple-bg .box {
  font-family: "rajdhanimedium", sans-serif !important;
}
.innerpage-template .purple-bg .box a {
  color: #2a114f;
  font-family: "rajdhanisemibold", sans-serif !important;
  text-decoration: none;
}
.innerpage-template .purple-bg .box a:hover {
  text-decoration: underline;
}
.innerpage-template .purple-bg h2 {
  color: #ffcb19;
}
.innerpage-template .white-bg h2 {
  color: #2a114f;
}
.innerpage-template .white-bg li:before {
  background: url(../img/innerpages/list-icon-dark.svg) no-repeat !important;
}
.innerpage-template .white-bg a {
  font-size: 1.3rem;
  color: #362B6A;
  font-family: "rajdhanisemibold", sans-serif !important;
}
.innerpage-template .white-bg a:hover {
  color: #5F62D7;
}
.innerpage-template .yellow-bg {
  background: #ffcb19;
  color: #2a114f;
}
.innerpage-template .yellow-bg h2 {
  color: #2a114f;
}
.innerpage-template .yellow-bg li:before {
  background: url(../img/innerpages/list-icon-dark.svg) no-repeat !important;
}
.innerpage-template .yellow-bg a {
  font-size: 1.3rem;
  color: #362B6A;
  text-decoration: none;
  font-family: "rajdhanisemibold", sans-serif !important;
}
.innerpage-template .yellow-bg a:hover {
  color: #5F62D7;
}
.innerpage-template .yellow-bg .btn-primary {
  color: #12f1ff !important;
  background: #2a114f !important;
  border: 2px solid #2a114f !important;
  padding: 15px 25px !important;
  transition: all ease 0.3s;
}
.innerpage-template .yellow-bg .btn-primary:hover, .innerpage-template .yellow-bg .btn-primary:active {
  color: #2a114f !important;
  background: transparent !important;
}
.innerpage-template .turquoise-bg {
  background: #12f1ff;
  color: #2a114f;
}
.innerpage-template .turquoise-bg h2 {
  color: #2a114f;
}
.innerpage-template .turquoise-bg li:before {
  background: url(../img/innerpages/list-icon-dark.svg) no-repeat !important;
}
.innerpage-template .timeline-container {
  background: #2a114f url(../img/innerpages/about/IT_Bina.jpg) no-repeat 0 0;
  background-size: cover;
}
.innerpage-template .about-hero {
  padding: 60px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.innerpage-template .about-hero .hero-img {
  margin-right: 40px;
}
.innerpage-template .about-hero .hero-img img {
  max-width: 60vw;
}
.innerpage-template .about-hero .content {
  max-width: 30vw;
}
.innerpage-template .about-hero .content h1 {
  font-family: "rajdhanilight", sans-serif !important;
  text-align: right;
  font-size: 3.5vw;
}
.innerpage-template .about-hero .content h1 span {
  color: #12f1ff;
  border-bottom: 2px solid #fff;
  font-family: "rajdhanimedium", sans-serif !important;
  transition: all ease 0.3s;
}
.innerpage-template .about-hero .content h1 span:hover {
  color: #ffcb19;
}
.innerpage-template .timeline {
  padding-bottom: 350px;
}
.innerpage-template .timeline img {
  width: 100%;
}
.innerpage-template #visionmission {
  background: url(../img/innerpages/about/vision_bg.png) center 200px no-repeat #fff;
  background-size: 50%;
}
.innerpage-template #visionmission .content {
  background: #fff;
  max-width: 1440px;
  border-radius: 250px;
  padding: 100px 50px;
  box-shadow: 0px 14px 31px -18px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  align-items: flex-start;
  margin-top: -25%;
  z-index: 9;
  position: relative;
  margin-bottom: 150px;
  transition: all ease 0.3s;
}
.innerpage-template #visionmission .content h1 {
  margin-bottom: 100px;
  color: #2a114f;
  font-size: 50px;
}
.innerpage-template #visionmission .content p {
  font-family: "rajdhanilight";
  font-size: 40px;
  color: #2a114f;
}
.innerpage-template #visionmission .content .vision, .innerpage-template #visionmission .content .mission {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
.innerpage-template #visionmission .content .vision {
  position: relative;
}
.innerpage-template #visionmission .content .vision::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 10%;
  right: -50px;
  width: 1px;
  height: 70%;
  background: rgba(42, 17, 79, 0.25);
}
.innerpage-template #visionmission .content .vision_circle {
  width: 160px;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.innerpage-template #strategy {
  background: #FAF9FF;
}
.innerpage-template #strategy-content .content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  align-self: flex-start;
  padding-top: 60px;
}
.innerpage-template #strategy-content .content .box {
  padding: 30px;
  background: #ffcb19;
  color: #2a114f;
  border-radius: 25px;
  min-height: 250px;
}
.innerpage-template #strategy-content .content .box.link {
  min-height: auto !important;
  text-align: center;
  background: #ffcb19;
}
.innerpage-template #strategy-content .content .box.link a {
  text-decoration: underline !important;
}
.innerpage-template #strategy-content .content .box h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.innerpage-template #strategy-content .content .box p {
  font-family: "rajdhanilight";
}
.innerpage-template .header-with-bg {
  background: rgba(217, 215, 232, 0.25) !important;
  padding: 30px 0 !important;
  margin-top: 60px;
}
.innerpage-template .header-with-bg .page-header {
  margin-top: 0px !important;
}

.subpage #topmenu {
  width: 100%;
}
.subpage #topmenu .animate {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  transition: all ease 1s;
  border-bottom: 1px solid rgba(15, 14, 20, 0.25);
}
.subpage #topmenu .shrink {
  transition: all ease 1s;
}
.subpage #topmenu #topmenu-wrapper {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5F62D7;
  width: 100%;
  transition: all ease 1s;
}
.subpage #topmenu #topmenu-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.subpage #topmenu #topmenu-wrapper ul li {
  list-style-type: none;
  padding: 15px;
}
.subpage #topmenu #topmenu-wrapper ul li a {
  color: #2a114f;
  text-decoration: none;
  position: relative;
}
.subpage #topmenu #topmenu-wrapper ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #ffcb19;
  content: "";
  transition: all ease 0.5s;
}
.subpage #topmenu #topmenu-wrapper ul li a:hover, .subpage #topmenu #topmenu-wrapper ul li a.active {
  color: #5F62D7 !important;
}
.subpage #topmenu #topmenu-wrapper ul li a:hover:before, .subpage #topmenu #topmenu-wrapper ul li a.active:before {
  border-bottom: 2px solid #5F62D7;
  width: 100%;
}
.subpage #topmenu #topmenu-wrapper .main-logo .for-desktop {
  width: 100% !important;
  transition: all ease 0.3s;
}
.subpage #topmenu.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all ease 1s;
  padding: 20px 0 !important;
}
.subpage #topmenu.sticky #animate {
  width: 100%;
  border-radius: 0;
}
.subpage #topmenu.sticky #topmenu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subpage #topmenu.sticky .main-logo .for-desktop {
  width: 50% !important;
  transition: all ease 0.3s;
}
.subpage #topmenu.sticky .main-menu path {
  stroke: #2a114f;
}
.subpage #topmenu.sticky .inner-submenu {
  width: 100%;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-bottom {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.subpage #topmenu.sticky .inner-submenu ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.subpage #topmenu.sticky .inner-submenu ul li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}
.subpage #topmenu.sticky .inner-submenu ul li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  color: #2a114f;
  border-radius: 5px;
  background: transparent;
  font-family: "rajdhanisemibold", sans-serif !important;
  transition: all ease 0.3s;
}
.subpage #topmenu.sticky .inner-submenu ul li a.active {
  background: #ffcb19;
}
.subpage #topmenu .inner-submenu.hidden,
.subpage #topmenu .main-menu.hidden,
.subpage #topmenu .main-logo.hidden {
  display: none;
}
.subpage #productAccordion {
  position: relative !important;
}
.subpage #productAccordion .product-detail-content {
  display: none;
  padding: 20px;
  top: 0;
  left: 0;
  background: #05046B;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: relative;
}
.subpage #productAccordion .product-detail-content.now-showing {
  display: block;
  margin-bottom: -100px;
}
.subpage #productAccordion .product-detail-content h6,
.subpage #productAccordion .product-detail-content p,
.subpage #productAccordion .product-detail-content li {
  color: #fff;
  font-family: "rajdhanilight", sans-serif !important;
}
.subpage #productAccordion .product-detail-content h1 {
  color: #ffcb19;
}
.subpage #productAccordion .product-detail-content .content {
  position: relative;
}
.subpage #productAccordion .product-detail-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.subpage #productAccordion .product-detail-content .close:hover {
  background: #fff;
  color: #05046B;
}
.subpage #productAccordion .accordion-item {
  background: #D9D7E8;
}
.subpage #productAccordion .accordion-item .accordion-button {
  font-size: 1.5rem;
  background: transparent;
  color: #05046B;
}
.subpage #productAccordion .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  font-size: 3rem;
  background-color: transparent !important;
  box-shadow: none !important;
  transition: all ease 0.3s;
}
.subpage #productAccordion .accordion-item.active-selection {
  background: #05046B !important;
}
.subpage #productAccordion .herosection {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 50px;
  align-items: center;
  padding: 60px 0 100px 0;
}
.subpage #productAccordion .herosection h2 {
  font-family: "rajdhanilight", sans-serif !important;
  text-align: left;
  font-size: 2.5vw;
  color: #fff;
}
.subpage #productAccordion .herosection h2 span {
  color: #12f1ff;
  border-bottom: 2px solid #fff;
  font-family: "rajdhanimedium", sans-serif !important;
  transition: all ease 0.3s;
}
.subpage #productAccordion .herosection h2 span:hover {
  color: #ffcb19;
}
.subpage #productAccordion .herosection .product-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  margin: 25px;
}
.subpage #productAccordion .herosection .product-list a {
  font-size: 16px;
  width: 100%;
  align-items: center;
  text-align: center;
  color: #05046B;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px 10px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.subpage #productAccordion .herosection .product-list a:hover {
  background: #05046B;
  border: 1px solid #ffcb19;
  color: #ffcb19;
}
.subpage #productAccordion .herosection .product-slider h1 {
  font-family: "rajdhanilight", sans-serif !important;
  text-align: left;
  font-size: 50px;
  color: #fff;
  margin: 0 0 50px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subpage #productAccordion .herosection .product-slider h1 span {
  font-size: 25px;
  margin-right: 10px;
}
.subpage #productAccordion .herosection .product-slider .content .desc span {
  display: block;
  font-family: "rajdhanibold", sans-serif !important;
}
.subpage #productAccordion .herosection ul {
  font-family: "rajdhaniregular", sans-serif !important;
}
.subpage #productAccordion .herosection .top-slider .content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 30px;
  align-items: center;
  align-self: center;
  color: #2a114f;
}
.subpage #productAccordion .herosection .top-slider .content .box {
  padding: 60px 20px;
  background: #ffcb19;
  color: #2a114f;
  border-radius: 130px;
  height: 300px;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-items: center;
  grid-gap: 5px;
  font-size: 1.2rem;
  font-family: "rajdhanimedium", sans-serif !important;
  line-height: 1.4rem;
  transition: all ease 0.3s;
  cursor: pointer;
}
.subpage #productAccordion .herosection .top-slider .content .box .icon img {
  height: 70px;
}
.subpage #productAccordion .herosection .top-slider .content .box .icon svg {
  height: 50px;
}
.subpage #productAccordion .herosection .top-slider .content .box:hover {
  background: #12f1ff;
}
.subpage #productAccordion p {
  color: #fff;
}
.subpage #productAccordion ul li {
  margin-left: 50px;
  color: #fff;
}
.subpage #productAccordion .carousel-item {
  padding: 0 20px;
}
.subpage #productAccordion .carousel-item ul li {
  color: #fff;
}
.subpage #productAccordion .carousel-control-next,
.subpage #productAccordion .carousel-control-prev {
  bottom: -80px;
  top: unset;
  height: 50px;
}
.subpage #productAccordion .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.63 35.61'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d9d7e8;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Web'%3E%3Cg id='IT_Products-Copy-5'%3E%3Cpath id='Triangle-Copy' class='cls-1' d='m3.55,24.45l14.63,9.8c3.67,2.46,8.64,1.48,11.1-2.19.88-1.32,1.35-2.87,1.35-4.45V8c0-4.42-3.58-8-8-8-1.59,0-3.14.47-4.45,1.35L3.55,11.16C-.12,13.62-1.1,18.59,1.36,22.26c.58.87,1.33,1.61,2.19,2.19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.subpage #productAccordion .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.63 35.61'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d9d7e8;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Web'%3E%3Cg id='IT_Products-Copy-5'%3E%3Cpath id='Triangle' class='cls-1' d='m27.08,24.45l-14.63,9.8c-3.67,2.46-8.64,1.48-11.1-2.19-.88-1.32-1.35-2.87-1.35-4.45V8C0,3.58,3.58,0,8,0c1.59,0,3.14.47,4.45,1.35l14.63,9.8c3.67,2.46,4.65,7.43,2.19,11.1-.58.87-1.33,1.61-2.19,2.19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.subpage #productAccordion #is-surecleri {
  margin-bottom: 50px;
}
.subpage #productAccordion h3 {
  color: #ffcb19;
  margin-top: 30px;
}
.subpage #productAccordion ul {
  margin: 20px 0 0 0;
  padding: 0 0 0 0px;
}
.subpage #productAccordion ul li {
  position: relative;
  list-style-type: none;
  margin-left: 50px;
}
.subpage #productAccordion ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 8px;
  height: 18px;
  background: url(../img/innerpages/list-icon.svg) no-repeat !important;
}
.subpage #productAccordion ul li ul {
  margin: 0 !important;
}
.subpage #productAccordion p {
  font-family: "rajdhaniregular", sans-serif !important;
}

.references #reference-logos .logos {
  display: grid;
  grid-template-rows: 1f;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.references #reference-logos .logos img {
  max-width: 110px;
  mix-blend-mode: luminosity;
  margin: 0 auto;
}

.solution-partners #solution-partners-logos .logos {
  display: grid;
  grid-template-rows: 1f;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.solution-partners #solution-partners-logos .logos img {
  max-width: 110px;
  mix-blend-mode: luminosity;
  margin: 0 auto;
}

.contact .contact-content {
  display: grid;
  grid-template-rows: 1f;
  grid-template-columns: 1fr 2fr;
  grid-gap: 50px;
}
.contact .contact-content .adresses {
  display: grid;
  grid-template-rows: 1f;
  grid-template-columns: 1fr;
}
.contact .contact-content .adresses .content {
  margin-bottom: 20px;
}
.contact .contact-content .adresses .content h5 {
  font-size: 24px;
  font-family: "rajdhanisemibold", sans-serif !important;
  color: #2a114f;
}
.contact .contact-content .adresses .content address,
.contact .contact-content .adresses .content .phone {
  font-size: 16px;
  font-family: "rajdhaniregular", sans-serif !important;
  margin-bottom: 0px !important;
}
.contact .contact-content .adresses .content address div,
.contact .contact-content .adresses .content .phone div {
  display: block;
}
.contact .contact-content .adresses .content address div span,
.contact .contact-content .adresses .content .phone div span {
  margin-right: 40px;
  position: relative;
  min-width: 120px;
  display: inline-block;
}
.contact .contact-content .adresses .content address div span:after,
.contact .contact-content .adresses .content .phone div span:after {
  content: ":";
  position: absolute;
  right: 0px;
  top: 0px;
}
.contact .contact-content .adresses .content address div a,
.contact .contact-content .adresses .content .phone div a {
  color: #5F62D7;
  font-family: "rajdhanisemibold", sans-serif !important;
  text-decoration: none;
  position: relative;
}
.contact .contact-content .adresses .content address div a:before,
.contact .contact-content .adresses .content .phone div a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #ffcb19;
  content: "";
  transition: all ease 0.5s;
}
.contact .contact-content .adresses .content address div a:hover,
.contact .contact-content .adresses .content .phone div a:hover {
  color: #5F62D7 !important;
}
.contact .contact-content .adresses .content address div a:hover:before,
.contact .contact-content .adresses .content .phone div a:hover:before {
  border-bottom: 2px solid #5F62D7;
  width: 100%;
}
.contact #contact-form {
  display: none;
  transition: all ease 1s;
}

.reports .nav-tabs {
  border-bottom: 1px solid rgba(217, 215, 232, 0.25);
}
.reports .nav-link {
  border-radius: 5px 5px 0 0 !important;
  color: rgba(217, 215, 232, 0.5);
  border: none !important;
}
.reports .nav-link:hover, .reports .nav-link.active {
  background: #362B6A !important;
  color: #ffcb19 !important;
  border: none !important;
}
.reports .tab-pane {
  font-family: "rajdhanilight", sans-serif !important;
  padding: 25px;
  background: #362B6A;
}
.reports .tab-pane table tr,
.reports .tab-pane table td {
  border: 1px solid rgba(217, 215, 232, 0.2);
}
.reports .tab-pane table th,
.reports .tab-pane table strong {
  font-family: "rajdhanisemibold", sans-serif !important;
  color: #ffcb19;
}

.press .news {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 50px;
}
.press .news .news_item {
  border-bottom: 1px solid white;
  border-radius: 20px;
  padding: 25px 25px 50px 25px;
}
.press .news .news_item .new-title h1 {
  font-family: "rajdhanilight", sans-serif !important;
}
.press .news a {
  color: #ffcb19;
  text-decoration: none !important;
  position: relative;
  font-family: "rajdhanilight", sans-serif !important;
  font-size: 2.5rem;
  line-height: normal;
}
.press .news a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #12f1ff;
  content: "";
  transition: all ease 0.5s;
}
.press .news a:hover, .press .news a.active {
  color: #ffcb19 !important;
}
.press .news a:hover:before, .press .news a.active:before {
  border-bottom: 2px solid #ffcb19;
  width: 100%;
}
.press .news .read_more_link a {
  font-size: 1.5rem;
}
.press .offcanvas .btn-close {
  border: 2px solid transparent;
}
.press .offcanvas .btn-close:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 2px solid #2a114f;
}
.press .offcanvas .offcanvas-title {
  color: #2a114f;
  font-size: 2rem !important;
  line-height: 1.9rem !important;
}

.awards #awards-content .content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 0.5fr 3fr;
  grid-gap: 30px;
  align-items: center;
  align-self: flex-start;
}
.awards #awards-content .content .box {
  padding: 30px;
  background: #ffcb19;
  color: #2a114f;
  border-radius: 25px;
  min-height: 250px;
}
.awards #awards-content .content .box h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.awards #awards-content .content .box p {
  font-family: "rajdhanilight", sans-serif !important;
}
.awards #awards-content .content .awardimg {
  width: 100px;
}

.quality .content {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.quality .content .box {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}
.quality .content .box .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality .content .box .thumb img {
  max-width: 50%;
}
.quality .content .box .certificate-link {
  color: #ffcb19;
  border: 1px solid #2a114f;
  background: #2a114f;
  border-radius: 15px;
  text-decoration: none;
  padding: 10px;
  transition: all ease 0.3s;
}
.quality .content .box .certificate-link:hover {
  color: #2a114f;
  background: transparent !important;
  border: 1px solid #2a114f;
  text-decoration: none;
}
.quality .content .box h3 {
  font-family: "rajdhanilight", sans-serif !important;
}
.quality .content .box h3 span {
  font-family: "rajdhanibold", sans-serif !important;
  display: block;
}

.career #career-section .career-content {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 50px;
}
.career #career-section .career-content.gt-1-4 {
  grid-template-columns: 1fr 4fr;
}
.career #career-section .career-content.gt-4-1 {
  grid-template-columns: 4fr 1fr;
}
.career #career-section .career-content .career-img {
  max-width: 300px;
}
.career #career-section .career-content h2 {
  font-size: 20pt;
  font-family: "rajdhanimedium", sans-serif !important;
}
.career #career-section .career-content li {
  position: relative;
  list-style-type: none;
  margin-left: 30px;
}
.career #career-section .career-content li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 8px;
  height: 18px;
  background: url(../img/innerpages/list-icon.svg) no-repeat;
}

.social .social-section .social-content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 4fr;
  grid-gap: 50px;
  margin: 50px;
}
.social .social-section .social-content-white {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 4fr 1fr;
  grid-gap: 50px;
  margin: 50px;
}
.social .social-section .social-content-white table,
.social .social-section .social-content-white td {
  border: 1px solid #2a114f;
  padding: 8px;
  width: 500px;
  text-align: center;
  margin: 50px auto;
}
.social .social-img {
  max-width: 250px;
}

#foo-1 .purple-bg li,
#foo-2 .purple-bg li,
#foo-3 .purple-bg li,
#foo-4 .purple-bg li,
#foo-5 .purple-bg li,
#foo-6 .purple-bg li,
#foo-8 .purple-bg li,
#foo-9 .purple-bg li {
  position: relative;
  list-style-type: none;
  margin-left: 2vw;
}
#foo-1 .purple-bg li:before,
#foo-2 .purple-bg li:before,
#foo-3 .purple-bg li:before,
#foo-4 .purple-bg li:before,
#foo-5 .purple-bg li:before,
#foo-6 .purple-bg li:before,
#foo-8 .purple-bg li:before,
#foo-9 .purple-bg li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 8px;
  height: 18px;
  background: url(../img/innerpages/list-icon.svg) no-repeat !important;
}
#foo-1 .purple-bg li ul,
#foo-2 .purple-bg li ul,
#foo-3 .purple-bg li ul,
#foo-4 .purple-bg li ul,
#foo-5 .purple-bg li ul,
#foo-6 .purple-bg li ul,
#foo-8 .purple-bg li ul,
#foo-9 .purple-bg li ul {
  margin: 0 !important;
}
#foo-1 .white-bg,
#foo-2 .white-bg,
#foo-3 .white-bg,
#foo-4 .white-bg,
#foo-5 .white-bg,
#foo-6 .white-bg,
#foo-8 .white-bg,
#foo-9 .white-bg {
  border-bottom: 1px solid #2a114f;
}
#foo-1 .white-bg li,
#foo-2 .white-bg li,
#foo-3 .white-bg li,
#foo-4 .white-bg li,
#foo-5 .white-bg li,
#foo-6 .white-bg li,
#foo-8 .white-bg li,
#foo-9 .white-bg li {
  position: relative;
  list-style-type: none;
  margin-left: 2vw;
}
#foo-1 .white-bg li:before,
#foo-2 .white-bg li:before,
#foo-3 .white-bg li:before,
#foo-4 .white-bg li:before,
#foo-5 .white-bg li:before,
#foo-6 .white-bg li:before,
#foo-8 .white-bg li:before,
#foo-9 .white-bg li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 8px;
  height: 18px;
  background: url(../img/innerpages/list-icon-dark.svg) no-repeat !important;
}
#foo-1 .white-bg li ul,
#foo-2 .white-bg li ul,
#foo-3 .white-bg li ul,
#foo-4 .white-bg li ul,
#foo-5 .white-bg li ul,
#foo-6 .white-bg li ul,
#foo-8 .white-bg li ul,
#foo-9 .white-bg li ul {
  margin: 0 !important;
}
#foo-1 #strategy-content h3,
#foo-2 #strategy-content h3,
#foo-3 #strategy-content h3,
#foo-4 #strategy-content h3,
#foo-5 #strategy-content h3,
#foo-6 #strategy-content h3,
#foo-8 #strategy-content h3,
#foo-9 #strategy-content h3 {
  color: #ffcb19;
}
#foo-1 #strategy-content h2,
#foo-2 #strategy-content h2,
#foo-3 #strategy-content h2,
#foo-4 #strategy-content h2,
#foo-5 #strategy-content h2,
#foo-6 #strategy-content h2,
#foo-8 #strategy-content h2,
#foo-9 #strategy-content h2 {
  color: #ffcb19;
  font-size: 35px;
}
#foo-1 #strategy-content .content .box h2,
#foo-1 #strategy-content .content .box h3,
#foo-2 #strategy-content .content .box h2,
#foo-2 #strategy-content .content .box h3,
#foo-3 #strategy-content .content .box h2,
#foo-3 #strategy-content .content .box h3,
#foo-4 #strategy-content .content .box h2,
#foo-4 #strategy-content .content .box h3,
#foo-5 #strategy-content .content .box h2,
#foo-5 #strategy-content .content .box h3,
#foo-6 #strategy-content .content .box h2,
#foo-6 #strategy-content .content .box h3,
#foo-8 #strategy-content .content .box h2,
#foo-8 #strategy-content .content .box h3,
#foo-9 #strategy-content .content .box h2,
#foo-9 #strategy-content .content .box h3 {
  color: #2a114f;
}

#cookie-setter {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 25vw;
  padding: 20px;
  background: #ffcb19;
  color: #2a114f;
  border-radius: 25px;
  box-shadow: 0px 14px 31px -18px rgba(0, 0, 0, 0.6);
  font-family: "rajdhanimedium", sans-serif !important;
}
#cookie-setter .content {
  display: grid;
  grid-gap: 15px;
}
#cookie-setter .content p {
  font-size: 1rem;
  margin-bottom: 0px;
}
#cookie-setter .content a {
  color: #5F62D7;
  font-weight: bold;
  transition: all ease 0.3s;
  position: relative;
  text-decoration: none;
}
#cookie-setter .content a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 0;
  border-bottom: 2px solid #12f1ff;
  content: "";
  transition: all ease 0.5s;
}
#cookie-setter .content a:hover, #cookie-setter .content a.active {
  color: #5F62D7 !important;
}
#cookie-setter .content a:hover:before, #cookie-setter .content a.active:before {
  border-bottom: 2px solid #5F62D7;
  width: 100%;
}
#cookie-setter .content a:hover {
  text-decoration: none;
}
#cookie-setter .content button {
  background-color: #2a114f;
  color: #ffcb19;
  transition: all ease 0.3s;
}
#cookie-setter .content button:hover {
  background-color: #362B6A !important;
  color: #ffcb19 !important;
}
#cookie-setter.hideit {
  animation: slide-out-bck-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes slide-out-bck-bottom {
  0% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateZ(50) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-1100px) translateY(1000px);
    opacity: 0;
  }
}

.offcanvas-area .offcanvas .btn-close {
  border: 2px solid transparent;
}
.offcanvas-area .offcanvas .btn-close:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 2px solid #2a114f;
}
.offcanvas-area .offcanvas .offcanvas-header {
  padding: 20px 40px;
}
.offcanvas-area .offcanvas .offcanvas-title {
  color: #2a114f;
  font-size: 2rem !important;
  line-height: 1.9rem !important;
}
.offcanvas-area .offcanvas .offcanvas-body {
  padding: 20px 40px;
  overflow: scroll;
}
.offcanvas-area .offcanvas .offcanvas-body h5,
.offcanvas-area .offcanvas .offcanvas-body li {
  font-size: 1.3rem;
  color: #2a114f;
}
.offcanvas-area .offcanvas .offcanvas-body h5 {
  font-family: "rajdhanisemibold", sans-serif !important;
  margin: 15px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.offcanvas-area .offcanvas .offcanvas-body h5 span {
  text-align: right;
  margin-left: 10px;
  color: #5F62D7;
}
.offcanvas-area .offcanvas .offcanvas-body h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #2a114f;
}
.offcanvas-area .offcanvas .offcanvas-body ul li {
  color: #2a114f !important;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  list-style-type: none;
  margin-left: 2vw;
}
.offcanvas-area .offcanvas .offcanvas-body ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 8px;
  height: 18px;
  background: url(../img/innerpages/list-icon-dark.svg) no-repeat !important;
}
.offcanvas-area .offcanvas .offcanvas-body ul li span {
  text-align: right;
  margin-left: 10px;
}
.offcanvas-area .offcanvas .offcanvas-body img {
  width: 30%;
}

.styledhr {
  margin: 25px 0;
  border: 1px solid #fff;
  width: 50%;
  margin: 0 auto;
}

.kvkk table tr,
.kvkk table td {
  border: 1px solid rgba(217, 215, 232, 0.2);
  padding: 10px;
}
.kvkk table tr p,
.kvkk table td p {
  padding: 10px;
  margin: auto;
}
.kvkk table th,
.kvkk table strong {
  font-family: "rajdhanisemibold", sans-serif !important;
  color: #ffcb19;
}

.cookies table tr,
.cookies table td {
  border: 1px solid rgba(217, 215, 232, 0.2);
  padding: 10px;
}
.cookies table tr p,
.cookies table td p {
  padding: 10px;
  margin: auto;
}
.cookies table th,
.cookies table strong {
  font-family: "rajdhanisemibold", sans-serif !important;
  color: #ffcb19;
}

.mediumpage {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 500px !important;
}
.mediumpage .followusmedium {
  background: #2a114f;
  border-radius: 50px;
  font-size: 28px;
  color: #ffcb19;
  padding: 60px 60px 90px 60px;
}/*# sourceMappingURL=theme.css.map */