body, html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.r-container {
  padding: 0 7vw;
}

.div, a, img {
  transition: all ease 0.3s;
}

h1 {
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
}

h3 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

h4 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  margin-top: 0;
  font-weight: 300;
}

h5 {
  font-size: 1.4rem;
  margin-top: 0;
  text-transform: uppercase;
  color: #3f60f7;
  margin-bottom: 1rem;
}

p, ul {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .left-right {
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
  }
}

.grid--1 {
  margin-bottom: 2rem;
}
.grid--2 {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .grid--2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.about--regular.home--about {
  background-color: #ffffff;
}
.about--regular.home--about .home--about--block {
  background: linear-gradient(to right bottom, #3f60f7 0%, #0a1f78 100%);
  color: #ffffff;
}
.about--regular.home--about .home--about--info {
  grid-template-columns: 1fr 1.7fr;
}
@media (max-width: 991px) {
  .about--regular.home--about .home--about--info {
    grid-template-columns: 1fr;
  }
}

body, html {
  font-size: 10px;
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.3rem 2.5rem;
  border-radius: unset;
  position: relative;
  overflow: hidden;
  border: unset;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover i {
  left: 0.5rem;
}
.btn::after, .btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -3px;
  width: 50%;
  height: 0;
  transition: all ease-out 0.3s;
}
.btn::before {
  right: -1px;
  bottom: -1px;
  left: unset;
  top: unset;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn i {
  margin-left: 0.7rem;
  position: relative;
  left: 0;
  transition: all ease-out 0.3s;
}
.btn--blue {
  background: linear-gradient(90deg, #3f60f7 0%, #0a1f78 100%);
  color: #ffffff;
}
.btn--blue:hover::after, .btn--blue:hover::before {
  width: 51.5%;
  height: 104%;
  background-color: #000;
}
.btn--black {
  background-color: #000;
  color: #ffffff;
  transition: all ease 0.3s;
}
.btn--black:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.form--grid {
  display: grid;
}
.form--grid input, .form--grid textarea, .form--grid select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: unset;
}
.form--grid input:focus, .form--grid textarea:focus, .form--grid select:focus {
  border: unset;
  outline: none;
}
.form--grid textarea {
  height: 10rem;
}
.form--grid > div {
  margin-bottom: 2rem;
}
.form--grid.submit {
  margin-top: 3rem;
}
.form--white input, .form--white textarea, .form--white select {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.form label {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.hero--small {
  position: relative;
  background-color: #0a1f78;
  height: 50vh;
  overflow: hidden;
  margin-top: 12rem;
}
.hero--small img {
  position: relative;
  transform: translateY(-20%);
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .hero--small img {
    width: unset;
    max-width: unset;
    height: 65vh;
  }
}
.hero--small.partner img {
  opacity: 0.3;
  transform: translateY(-30%);
}
@media (max-width: 991px) {
  .hero--small.partner img {
    transform: translateY(-20%);
  }
}
.hero--small .caption {
  position: absolute;
  padding-left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.hero--small .caption h1 {
  margin-bottom: 0;
}
.hero--small .caption .breadcrumb-item, .hero--small .caption .breadcrumb a, .hero--small .caption .breadcrumb-item::before {
  color: #ffffff;
  font-size: 1.6rem;
}
.hero--small .caption .breadcrumb a:hover {
  text-decoration: none;
}
.hero--small .caption .breadcrumb-item + .breadcrumb-item::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  position: relative;
  top: 0.6rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.navbar {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar .r-container {
    padding: 0;
  }
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
  border-radius: unset;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    padding-bottom: 3rem;
  }
  .navbar-expand-lg .navbar-nav li {
    display: block;
    width: 100%;
  }
}
.navbar-expand-lg .navbar-nav .btn {
  margin: 2rem 3rem 2rem 2.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.6rem;
  padding: 0.5rem 2.5rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #3f60f7;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.dropdown-item:hover {
  background-color: #3f60f7;
  color: #ffffff;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 991px) {
  .navbar-brand {
    padding-left: 7vw;
  }
}
.navbar-brand img {
  width: 20rem;
}

@media (max-width: 991px) {
  .navbar-toggler {
    margin-right: 7vw;
  }
}

.footer {
  background-color: #000;
  color: #ffffff;
  padding: 10rem 0 0 0;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}
.footer--blocks {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 0.8fr;
  gap: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .footer--blocks {
    grid-template-columns: 1fr;
  }
}
.footer--block img {
  width: 17rem;
  margin-bottom: 1rem;
  filter: brightness(4) contrast(2) grayscale(1);
}
.footer--block ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
.footer--block ul li {
  list-style-type: none;
  padding: 0.8rem 0;
}
.footer--block ul li a {
  position: relative;
  display: block;
  padding-left: 2rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.footer--block ul li a::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0.1rem;
  top: 0.5rem;
}
.footer--block ul li a:hover {
  color: white;
  transform: translateX(1rem);
}
.footer h5 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer .copyright {
  border-top: 1px solid rgba(63, 96, 247, 0.4);
  padding: 3rem 0;
}
.footer .ornate {
  position: absolute;
  left: -5rem;
  transform: rotate(180deg);
  top: -10rem;
  width: 15%;
  opacity: 0.15;
  z-index: 1;
}
.footer .ornate-right {
  position: absolute;
  right: -5rem;
  bottom: -10rem;
  width: 30%;
  opacity: 0.08;
  z-index: 1;
}

.hero {
  margin-top: 12rem;
}
@media (max-width: 991px) {
  .hero h4 {
    font-size: 1.8rem;
  }
}
.hero--img {
  width: 100%;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .hero--img {
    width: unset;
    max-width: unset;
    height: 90vh;
  }
}
.hero .ornate {
  position: absolute;
  left: -5rem;
  transform: rotate(180deg);
  top: -10rem;
  width: 15%;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero .ornate {
    left: -2rem;
    top: -4rem;
    width: 25%;
  }
}
.hero .ornate-right {
  position: absolute;
  right: -5rem;
  bottom: -10rem;
  width: 30%;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero .ornate-right {
    width: 50%;
  }
}
.hero .slick-dots {
  bottom: 3rem;
}
.hero .slick-dots li button:before {
  color: #ffffff;
}
.hero.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero .slick-slide > div {
  position: relative;
  height: 75vh;
  overflow: hidden;
  background-color: #0a1f78;
}
.hero .caption {
  position: absolute;
  top: 50%;
  left: 7vw;
  transform: translateY(-50%);
  width: 80rem;
  max-width: 90%;
  z-index: 2;
  color: #ffffff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.service {
  padding: 10rem 0;
}
.service--blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 991px) {
  .service--blocks {
    grid-template-columns: 1fr;
  }
}
.service--block {
  background-color: #ffffff;
  padding: 4rem 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all ease 0.3s;
  background-position: top right;
  background-size: 50%;
  background-repeat: no-repeat;
  cursor: default;
}
.service--block:first-child {
  background-image: url(../img/service-bg-1.png);
}
.service--block:nth-child(2) {
  background-image: url(../img/service-bg-2.png);
}
.service--block:nth-child(3) {
  background-image: url(../img/service-bg-3.png);
}
.service--block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(150deg, #3f60f7 0%, #0a1f78 100%);
  z-index: 0;
  transition: width 0.3s;
}
.service--block:hover {
  color: #ffffff;
}
.service--block:hover::after {
  width: 100%;
}
.service--block:hover .im--holder {
  background-color: #ffffff;
}
.service--block p {
  margin-bottom: 0;
}
.service--block > div {
  position: relative;
  z-index: 1;
}
.service--block .im--holder {
  display: grid;
  width: 9rem;
  height: 9rem;
  place-content: center;
  background-color: #E2E2E2;
  margin-bottom: 3rem;
}
.service--block img {
  width: 5.5rem;
}

.home--about {
  padding: 10rem 0;
  background-color: rgba(63, 96, 247, 0.1);
}
.home--about--info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media (max-width: 991px) {
  .home--about--info {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.home--about--left img {
  width: 100%;
}
.home--about--blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 991px) {
  .home--about--blocks {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.home--about--block {
  display: grid;
  grid-template-columns: 8rem auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .home--about--block {
    margin-bottom: 0;
  }
}
.home--about--block span {
  background-color: #ffffff;
  opacity: 0.7;
  width: 8rem;
  height: 8rem;
  display: grid;
  place-content: center;
}
.home--about--block span img {
  width: 5rem;
}
.home--about--block p {
  margin-bottom: 0;
  max-width: 15rem;
}

.strengths {
  padding: 10rem 0;
  text-align: center;
}
.strengths--blocks {
  margin: 0 10vw;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 5rem;
}
@media (max-width: 991px) {
  .strengths--blocks {
    grid-template-columns: 1fr;
  }
}
.strengths--block .im--holder {
  border-radius: 50%;
  padding: 1rem;
  height: 17rem;
  width: 17rem;
  margin: auto;
  margin-bottom: 3rem;
  display: grid;
  place-content: center;
  position: relative;
}
.strengths--block .im--holder::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px dashed #3f60f7;
  border-radius: 50%;
  animation: rotator 36s linear infinite;
}
.strengths--block .im--holder img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
.strengths--block h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.strengths--block p {
  color: rgba(0, 0, 0, 0.5);
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logos {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
  background-color: #ffffff;
  bottom: -17rem;
}
.logos--holder {
  position: relative;
}
.logos--slider img {
  padding: 2.5rem 3vw;
}
@media (max-width: 991px) {
  .logos--slider img {
    padding: 2.5rem 3vw 1rem 3vw;
  }
}

.home--c {
  padding: 14rem 0 10rem 0;
  background-image: url(../img/depositphotos_107795754-stock-photo-business-people-working-in-office.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.home--c--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media (max-width: 991px) {
  .home--c--grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.home--c--form {
  background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
  padding: 6rem 5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .home--c--form {
    padding: 5rem 3rem;
  }
}
.home--c--form h5 {
  color: #ffffff;
}
.home--c--right {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3rem);
  padding: 6rem 5rem;
}
@media (max-width: 991px) {
  .home--c--right {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5rem 3rem;
  }
}
.home--c h4 {
  font-weight: 600;
}
.home--c label {
  color: #ffffff;
}

.aservice {
  padding: 10rem 0;
}
.aservice--blocks {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}
@media (max-width: 991px) {
  .aservice--blocks {
    grid-template-columns: 1fr;
  }
}
.aservice--blocks h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.aservice--block img {
  width: 100%;
}
.aservice--block ul {
  padding: 0;
}
.aservice--block li {
  list-style-type: none;
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
.aservice--block li::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: linear-gradient(to right, #3f60f7 0%, #0a1f78 100%);
  color: #ffffff;
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.aservice--links h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.aservice--links--block {
  padding: 3rem;
  background-color: rgba(63, 96, 247, 0.1);
}
.aservice--links--block ul {
  padding: 0;
  margin: 0;
}
.aservice--links--block ul li {
  list-style-type: none;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.aservice--links--block ul li a {
  display: block;
  background-color: #ffffff;
  padding: 2rem 2rem;
  padding-right: 4rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
.aservice--links--block ul li a::after {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.aservice--links--block ul li a:hover {
  background: linear-gradient(to right bottom, #3f60f7 0%, #0a1f78 100%);
  color: #ffffff;
}
.aservice--links .form {
  padding: 5rem 3rem;
  margin-top: 3rem;
}
.aservice--cards {
  background-color: #F3F3F3;
  padding: 10rem 0;
}
.aservice--cards--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 991px) {
  .aservice--cards--grid {
    grid-template-columns: 1fr;
  }
}
.aservice--card {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 5rem 0 5rem 0;
  transition: all ease 0.3s;
}
.aservice--card:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.aservice--card:hover .im .main {
  opacity: 1;
}
.aservice--card:hover .im .icon {
  right: 6rem;
}
.aservice--card .im {
  position: relative;
  background: linear-gradient(to right, #3f60f7 0%, #0a1f78 100%);
}
.aservice--card .im .main {
  overflow: hidden;
  height: 25rem;
  opacity: 0.7;
  transition: all ease 0.3s;
}
.aservice--card .im .main img {
  max-width: unset;
  width: 32vw;
}
@media (max-width: 991px) {
  .aservice--card .im .main img {
    width: unset;
    height: 25rem;
  }
}
.aservice--card .icon {
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to right, #3f60f7 0%, #0a1f78 100%);
  display: grid;
  place-content: center;
  transition: all ease 0.3s;
  position: absolute;
  bottom: -2rem;
  right: 10%;
}
.aservice--card .icon img {
  width: 4rem;
  filter: invert(1);
}
.aservice--card .content {
  padding: 3rem;
}
.aservice--card .content a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.8;
}
.aservice--card .content a::after {
  position: relative;
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 1rem;
  transition: all ease 0.3s;
}
.aservice--card .content a:hover {
  color: #3f60f7;
  opacity: 1;
}
.aservice--card .content a:hover::after {
  margin-left: 2rem;
}
.aservice--card h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
.aservice--partners h2 {
  font-size: 2.2rem;
  padding-top: 2rem;
  border-bottom: 1px dashed #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.partners {
  padding: 10rem 0;
  width: 85vw;
  max-width: 100%;
}
@media (max-width: 991px) {
  .partners {
    width: 100%;
  }
}
.partners p:last-child {
  margin-bottom: 0;
}
.partners--logo {
  padding: 10rem 0 5rem 0;
  background-color: #F3F3F3;
}
.partners--logo h2 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #000;
  border-bottom: 1px dashed #000;
}
.partners--logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .partners--logos {
    grid-template-columns: 1fr 1fr;
  }
}
.partners--logos > div {
  background-color: #ffffff;
  padding: 2rem 3rem;
}
@media (max-width: 991px) {
  .partners--logos > div {
    padding: 1rem;
  }
}
.partners--logos > div.textlist {
  font-size: 1.6rem;
  display: grid;
}
@media (max-width: 991px) {
  .partners--logos > div.textlist {
    font-size: 1.4rem;
  }
}
.partners--logos > div.textlist span {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.partners--logos > div.textlist span::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: linear-gradient(to right, #3f60f7 0%, #0a1f78 100%);
  color: #ffffff;
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.partners--logos.in {
  padding: 4rem;
  grid-template-columns: repeat(4, 1fr);
  background-color: #F3F3F3;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .partners--logos.in {
    grid-template-columns: 1fr;
  }
}

.contact {
  padding: 10rem 0;
}
.contact--blocks {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 6rem;
}
@media (max-width: 991px) {
  .contact--blocks {
    grid-template-columns: 1fr;
  }
}
.contact--info {
  background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
  padding: 6rem 5rem 0 5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contact--info {
    padding: 3rem 2rem 0 2rem;
  }
}
.contact--info a {
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .contact--info a {
    font-size: 1.4rem;
  }
}
.contact--info a:hover {
  text-decoration: underline;
}
.contact--info a::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003";
  margin-right: 1rem;
}
.contact--info h4 {
  font-weight: 700;
}
.contact--info h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}
.contact--info p {
  margin-bottom: 5rem;
}

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