* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Signika Negative", sans-serif;
}

a {
  color: #fff;
}

ul {
  list-style: none;
  padding-left: 0;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.1em;
  margin-left: 0.1em;
}

@media only screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
@media (max-width: 769px) {
  .banner .banner-content h1 {
    font-size: 10px;
  }
  .services h1 {
    font-size: 10px;
  }
}
.navbar-brand {
  width: 180px;
}
.navbar-brand img {
  max-width: 100%;
  z-index: -1000;
}

.navbar-nav .nav-item {
  margin: 0 10px;
}
.navbar-nav .nav-item .nav-link {
  color: #1F4D9F;
}

.dropdown-menu {
  border: 0;
}
.dropdown-menu li .dropdown-item {
  color: #1F4D9F;
}

header {
  margin-bottom: 200px;
}

nav {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}

nav.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 12px 0;
}

.animation__img {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.services {
  margin: 50px 0;
}
.services h1 {
  font-size: 50px;
  font-weight: 700;
  color: #1F4D9F;
}

.banner {
  margin: 180px 0;
}
.banner .banner__img, .banner .animation__img {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.banner .banner__img img, .banner .animation__img img {
  max-width: 100%;
}
.banner .banner-content a {
  color: #1F4D9F;
  border: 1px solid #1F4D9F;
  padding: 15px 30px;
  text-decoration: none;
  margin: 10px 0;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.banner .banner-content a:hover {
  background-color: #1F4D9F;
  color: #fff;
}
.banner .banner-content .title__banner {
  font-size: 50px;
  font-weight: 700;
  color: #1F4D9F;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.footer {
  background-color: rgba(138, 174, 228, 0.10);
  min-height: 40vh;
  padding: 50px 0;
}
.footer .footer-content-1 a {
  display: block;
  color: #1F4D9F;
  text-decoration: none;
  padding: 10px 0;
}

.footer-content-1 img {
  max-width: 210px;
}

.footer-icons li {
  display: inline-block;
}
.footer-icons li i {
  color: #1F4D9F;
  border: 1px solid #1F4D9F;
  border-radius: 50%;
  font-size: 19px;
  padding: 12px;
  margin-right: 5px;
  transition: all 0.4s ease-in;
}

.footer-icons i {
  transition: all 0.5s;
}

.footer-icons i:hover {
  color: #fff;
  background: #1F4D9F;
}

.footer-content-2 h2 {
  text-decoration: underline;
  color: #1F4D9F;
}
.footer-content-2 ul li {
  margin: 2px 0;
}
.footer-content-2 ul li a {
  color: #1F4D9F;
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.4s ease-in-out;
}

.footer-content-2 ul li:hover a {
  border-bottom: 2px solid #1F4D9F;
}

@media only screen and (max-width: 992px) {
  .banner .banner-content .title__banner {
    font-size: 40px;
  }
  .banner {
    margin: 150px 0;
  }
  .banner .banner-content {
    text-align: center;
  }
  .banner .banner__img {
    margin-top: 30px;
  }
  .aboutus .about-img {
    text-align: center;
  }
  .aboutus .about-content {
    order: 1;
    text-align: center;
  }
  .aboutus .bottom-img {
    bottom: -20%;
  }
  .contact-content {
    margin-top: 40px;
  }
  .footer-content-2 {
    margin-top: 30px;
  }
}
.contact__address {
  align-items: center;
}
.contact__address .contact__card .email {
  transition: 0.4s ease-in;
}
.contact__address .contact__card .email:hover {
  color: #fff;
}

.banner-solutions {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-solutions h4 {
  color: #00243F;
}
.banner-solutions .home-page-left {
  text-decoration: none;
}
.banner-solutions .home-page-right {
  color: #fff;
  padding: 10px 20px;
}

.home-page {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.home-page .home-page-left {
  position: relative;
  padding: 20px 30px;
  background-color: #7f9dd3;
  color: #fff;
  transition: all 0.3s ease;
}
.home-page .home-page-left::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 12px;
  right: -19px;
  transform: translate(0 0);
  /* left: -15%; */
  border-radius: 50%;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s;
}
.home-page .home-page-right {
  position: relative;
  padding: 20px 30px;
  background-color: rgb(159, 178, 209);
  color: #fff;
  transition: all 0.3s;
}
.home-page .home-page-right::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 11px;
  transform: translate(0 0);
  left: -16%;
  border-radius: 50%;
  background-color: rgb(159, 178, 209);
  z-index: 1000;
}

.home-page-right:hover {
  margin-left: 25px;
}

.home-page-left:hover {
  margin-right: 25px;
}

.industries-page {
  margin-top: 40px;
}

.large-img img {
  max-width: 100%;
}

.about-us-page .about-img {
  max-width: 100%;
}

.methodology {
  background-color: #F4FCF9;
}
.methodology p {
  font-size: 18px;
  padding-top: 10px;
  color: #808386;
}

.core-values img {
  max-width: 100%;
}
.core-values p {
  font-size: 18px;
  padding-top: 10px;
  color: #808386;
}
.core-values ul li {
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #243D63;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}

.company-overview p {
  color: #808386;
  font-size: 18px;
}

.contact-us-page .home-page .home-page-left::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 12px;
  right: -17px;
  transform: translate(0 0);
  /* left: -15%; */
  border-radius: 50%;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

.solution-page {
  margin-top: 200px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}
.solution-page .solution-buttons-page a {
  text-decoration: none;
  color: #fff;
}
.solution-page .solution-buttons-page .solution-button-one {
  background-color: rgb(97, 130, 187);
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.solution-page .solution-buttons-page .solution-button-second {
  background-color: #7f9dd3;
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.solution-page .solution-buttons-page .solution-button-third {
  background-color: rgba(72, 116, 193, 0.39);
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.solution-page .solution-buttons-page .solution-button-four {
  background-color: rgba(72, 116, 193, 0.42);
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}

.menuList-page {
  margin-top: 150px;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
.menuList-page .menuList-buttons-page a {
  text-decoration: none;
  color: #fff;
}
.menuList-page .menuList-buttons-page .menuList-button-one {
  background-color: #2560c8;
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.menuList-page .menuList-buttons-page .menuList-button-second {
  background-color: #4874c1;
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.menuList-page .menuList-buttons-page .menuList-button-third {
  background-color: rgba(72, 116, 193, 0.7019607843);
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}
.menuList-page .menuList-buttons-page .menuList-button-four {
  background-color: rgba(72, 116, 193, 0.42);
  padding: 20px 25px;
  position: relative;
  transition: all 0.4s ease;
}

a:hover {
  background-color: unset;
}

.solution-button-one::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background-color: rgb(97, 130, 187);
  border-radius: 50%;
  top: 13px;
  /* left: -19px; */
  right: -19px;
  z-index: 1000;
}

.solution-button-second::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #7f9dd3;
  border-radius: 50%;
  top: 20%;
  /* left: -19px; */
  right: -18px;
  z-index: 1000;
}

.solution-button-second::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -16px;
  z-index: 100;
}

.solution-button-third::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -15px;
  z-index: 100;
}

.solution-button-four::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -15px;
  z-index: 100;
}

.menuList-button-one::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background-color: #2560c8;
  border-radius: 50%;
  top: 20%;
  /* left: -19px; */
  right: -19px;
  z-index: 1000;
}

.menuList-button-second::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #4874c1;
  border-radius: 50%;
  top: 20%;
  /* left: -19px; */
  right: -18px;
  z-index: 1000;
}

.menuList-button-second::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -16px;
  z-index: 100;
}

.menuList-button-third::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  right: -15px;
  z-index: 100;
}

.menuList-button-third::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -15px;
  z-index: 100;
}

.menuList-button-four::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #b2c5e5;
  border-radius: 50%;
  top: 21%;
  /* left: -19px; */
  left: -18px;
  z-index: 100;
}

.solution-button-second:hover {
  margin: 0 20px;
}

.solution-button-one:hover {
  margin-right: 20px;
}

.solution-button-third:hover {
  margin: 0 20px;
}

.solution-button-four:hover {
  margin-left: 20px;
}

.menuList-button-second:hover {
  margin: 0 20px;
}

.menuList-button-one:hover {
  margin-right: 20px;
}

.menuList-button-third:hover {
  margin: 0 20px;
}

.menuList-button-four:hover {
  margin-left: 20px;
}

@media only screen and (max-width: 470px) {
  .solution-buttons-page a {
    font-size: 10px;
  }
  .menuList-buttons-page a {
    font-size: 10px;
  }
}
.technology-page img {
  max-width: 100%;
}
.technology-page p {
  color: #808386;
  font-size: 18px;
}
.technology-page h5, .technology-page h2 {
  color: #243D63;
}
.technology-page ul {
  list-style: disc;
  margin-left: 15px;
}

.automobile-page img {
  max-width: 100%;
}
.automobile-page h4 {
  color: #243D63;
}
.automobile-page p {
  color: #808386;
  font-size: 18px;
}

.cloud h2, .cloud h4, .cloud h5 {
  color: #243D63;
}
.cloud h4 {
  font-weight: 400;
}
.cloud p {
  color: #808386;
  font-size: 18px;
}
.cloud img {
  max-width: 100%;
}
.cloud ul span {
  color: #1F4D9F;
  font-weight: 600;
}
.cloud ul li {
  color: #808386;
  padding: 8px 0;
  font-size: 16px;
}

.devops h1, .devops h2, .devops h3, .devops h4, .devops h5, .devops h6, .devops h7 {
  color: #243D63;
}
.devops p {
  color: #808386;
  font-size: 18px;
}
.devops img {
  max-width: 100%;
}
.devops ul {
  list-style: disc;
  margin-left: 20px;
}

.containerziation h1, .management h1, .real_estate h1, .containerziation h2, .management h2, .real_estate h2, .containerziation h3, .management h3, .real_estate h3, .containerziation h4, .management h4, .real_estate h4, .containerziation h5, .management h5, .real_estate h5, .containerziation h6, .management h6, .real_estate h6 {
  color: #243D63;
}
.containerziation p, .management p, .real_estate p {
  color: #808386;
  font-size: 18px;
}
.containerziation img, .management img, .real_estate img {
  max-width: 100%;
}
.containerziation ul, .management ul, .real_estate ul {
  list-style: disc;
  margin-left: 20px;
}
.containerziation ul li, .management ul li, .real_estate ul li {
  color: #00243f;
}
.containerziation span, .management span, .real_estate span {
  font-weight: 700;
}
.containerziation .heading, .management .heading, .real_estate .heading {
  color: #1F4D9F;
  font-size: 30px;
}

.real_estate ul {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1px;
  list-style: none;
  margin-left: 0;
}
.real_estate ul li {
  margin-right: 20px;
}
.real_estate ul li.first {
  color: #00243F;
  font-weight: 800;
  border-bottom: 3px solid #1F4D9F;
}
.real_estate .state_btn {
  border: 2px solid #1F4D9F;
  color: #1F4D9F;
  display: inline;
  padding: 20px;
  margin-bottom: 30px;
}
.real_estate .industry {
  margin-bottom: 20px;
}
.real_estate .industry-top {
  background-color: #00243F;
  padding: 40px 30px 60px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  position: relative;
}
.real_estate .industry-top .circle-btm {
  position: absolute;
  bottom: -36px;
  left: 155px;
  /* max-width: 100px; */
  background-color: #fff;
  border-radius: 50%;
  /* padding: 60PX; */
  padding: 36px 37px 36px 37px;
  display: inline;
}
.real_estate .industry-bottom .icon {
  position: absolute;
  left: 155px;
  top: -16%;
  background-color: #1F4D9F;
  font-size: 20px;
  /* padding: 50px; */
  padding: 25px 30px 26px 26px;
  border-radius: 50%;
  color: #fff;
}
.real_estate .last-line {
  line-height: 1.8;
}

.padding__y {
  margin: 80px 0;
}

.accordion-item {
  border: 0;
}
.accordion-item p {
  color: #808386;
  font-size: 18px;
}
.accordion-item .accordion-header {
  font-size: 25px;
}

.accordion-button:not(.collapsed) {
  color: #087CC6;
  font-weight: 600;
  background-color: inherit;
  box-shadow: inherit;
}

p {
  color: #808386;
  font-size: 18px;
}

.title__strategy {
  color: #087CC6;
}

.accordion-button {
  padding: 20px 0;
}

.accordion-button {
  font-size: 20px;
}

.accordion-body {
  padding: 0;
}

.ccm {
  background-color: rgba(8, 125, 198, 0.11);
}

.card__sap {
  background-color: #fff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 5px;
}
.card__sap h5 {
  color: #087CC6;
}

.cloud__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 40vh;
  background-position: center;
}

@media (max-width: 992px) {
  .contact__address {
    display: block;
  }
  .contact__address .contact__card {
    gap: 20px;
  }
  .card__sap {
    margin: 10px 0;
  }
  .contact__card {
    margin: 10px 0;
  }
}
.sap__compo {
  margin-top: 50px;
}
.sap__compo ul {
  list-style: none;
}
.sap__compo ul li {
  font-size: 18px;
  color: #808386;
}

.sap__archive {
  margin: 50px 0;
}

.factor__card {
  margin: 20px 0;
}
.factor__card h5 {
  font-weight: 600;
  border-bottom: 1px solid #243D63;
  padding: 10px 0;
}

.sap__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40vh;
}

.contact__card {
  background-color: #1F4D9F;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.contact__card i {
  height: 60px;
  width: 60px;
  border: 2px solid #03a9f5;
  border-radius: 50%;
  color: #03a9f5;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}

.application {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}
.application label {
  font-size: 20px;
}
.application .btn__submit {
  background-color: #087CC6;
  color: #fff;
  padding: 10px 20px;
}

.contact__bg {
  padding: 70px 0;
  background: url(../images/contact/contact-bg.png);
}

.managed__services ul li {
  font-size: 18px;
  font-weight: 600;
  color: #808386;
}/*# sourceMappingURL=style.css.map */