body {
  width: 100vw;
  overflow-x: hidden;
}

.nav-link {
  color: rgb(41, 44, 41);
  font-weight: 500;
}

.nav-link:hover {
  color: #1539CF;
  font-weight: 500;
}

.margin-nav {
  max-width: 1320px;
  margin: auto;
}

.right-pos {
  right: 0;
}

/* .sticky-nav{
    position: sticky;
    position: sticky;
    top: 0%;
    background: white;
    z-index: 99;
    transition: all 500ms ease-in-out;
} */

/* .sticky-nav {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding: 5px 0;
  position: sticky;
  top: 0px;
  z-index: 909;
} */

.bg-banner {
  position: absolute;
  top: 4%;
  width: 100vw;
  right: 0;
  z-index: -1;
}

.bg-content {
  font-size: 16px;
  font-weight: 450;
  color: #6084a4;
  line-height: 1.9;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;

}

.buttons:hover,
.buttons:focus,
.buttons:active {
  color: #ffffff;
  background: #1539CF;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.contact-form-box {
  border-top: 4px solid #1539CF;
  border-bottom: 4px solid #1539CF;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box {
  /* height: 90vh; */
  border: 1px solid #b2bbe1;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box .icon {
  display: inline-block;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  border-radius: 50%;
  /* color: #44ce6f; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box .icon img {
  height: 50px;
  width: auto;
}
.card-blog:hover

.box:hover {
  background: #1539CF;
  cursor: pointer;
  color: rgb(26, 25, 25);
}



.card-blog:hover,
.box:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border: transparent;
  background: #1539CF;
}

.box:hover p {
  color: #ffffff;
}

.box:hover h2` {
  color: #ffffff;
}

.solutions-box {
  height: 93%;
}

.solutions-box:hover h2{
  color: white !important;
}

.bar {
  height: 5px;
  width: 90px;
  background: #7b8bd0;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.bar-content {
  max-width: 520px;
  margin: 0 auto;
  /* padding: 5px 30px; */
}

.section-banner {
  display: flex;
  border: 1px solid #b2bbe1;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 2rem;
  /* height: 90%; */
}

.choose-us-box {
  box-shadow: 0 15px 0px #1539CF;
  height: 90%;
}

.section-banner .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  /* background: #cdf1d8; */
  border-radius: 50%;
  color: #1539CF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-banner:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border: transparent;
}

.section-banner:hover .row-one {
  background: #1539CF !important;
}

.section-banner:hover .row-two {
  background: #e46f84b5 !important;
}

.section-banner:hover .row-three {
  background: rgb(91 94 135) !important;
}

.section-banner-content {
  width: 80%;
  text-align: left;
  padding-left: 20px;
}

.banner {
  background: #f7fafd;
  padding: 25px 0;
}

.banner-bar {
  height: 5px;
  width: 95px;
  background: #1539CF;
  margin-top: 1rem;
  position: relative;
  border-radius: 30px;
}

.services-content {
  position: relative;
  font-size: 12px;
  margin-top: 30px;
  z-index: 1;
  display: block;
  padding: 10px 8px;
  color: #6084a4;
  font-weight: 500;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.services-content:hover {
  background: #1539CF;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border: transparent;
  color: white;
}

.team {
  background: #ffffff;
  padding: 50px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}

.team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
}

.team-image img {
  border: 3px solid #1539CF;
  /* width: 40% !important; */
  border-radius: 50%;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.info {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  padding: 10px 15px;
  border-radius: 75px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.info:hover {
  border-radius: 0px;
}

.contact-box {
  margin: 50px auto;
  display: inline-block;
  justify-content: center;
  padding: 20px 0px;
  width: 60%;
  /* border: 1px dotted rgb(228 221 221); */
}

.contact-two {
  padding: 80px 0;
  background: #87b2f0;
  position: relative;
}

.footer-link {
  padding-top: 80px;
}

.f-link {
  color: #6084a4 !important;
  text-decoration: none !important;
  margin: 5px 0;
}

.f-link {
  color: #6084a4 !important;
  text-decoration: none !important;
  margin: 5px 0;
}

.f-link-list .f-link {
  margin-bottom: 8px;
}

.f-link-list a:hover {
  color: #1539CF !important;
  transition: 0.5s;
}

.address span:hover {
  color: #1539CF;
  cursor: pointer;
}

.footer-bar {
  height: 2px;
  width: 80%;
  background: #1539CF;
  margin: 1rem auto 1.5rem auto;
  position: relative;
  border-radius: 30px;
}

.bg-footer {
  position: absolute;
  top: 4%;
  width: 60vw;
  right: 0;
  z-index: -1;
}

.go-top {
  /* display: block; */
  background: #1539CF;
  bottom: 15px;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 26px;
  color: white;
  z-index: 100;
}

.about-head {
  /* height: 15vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

.about-head h5 {
  font-size: 25px;
  font-weight: 700;
}

.nav-icon {
  display: none;
}

.lotti-player-animation {
  width: 400px;
  height: 400px;
  margin: auto;
}

.contact-page-box {
  padding: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-page-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-page-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #1539CF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-page-box:hover .icon {
  background: #1539CF;
  color: #ffffff;
}

.contact-page-box h3 {
  font-size: 18px;
  margin: 25px 0 15px 0;
}

.contact-page-box p {
  color: #6084a4;
  line-height: 1.9;
  margin-bottom: 0;
}

.contact-page-box p a {
  text-decoration: none;
  color: #6084a4;
}

.form-group {
  margin-bottom: 18px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #0e314c;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#form-text-area {
  height: auto !important;
}

.service-box {
  height: 90%;
  position: relative;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-box .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #889ffa;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #1539CF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-box .bg-change {
  color: #c679e3;
  background: #edc3fc;
}

.service-box h3 {
  font-size: 20px;
  margin: 15px 0;
}

.service-box h3 a {
  text-decoration: none;
  color: #0e314c;
  display: inline-block;
}

.service-box p {
  color: #6084a4;
  line-height: 1.9;
}

.service-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.service-box:hover h3 a {
  text-decoration: none;
  color: #1539CF;
  display: inline-block;
}

.service-box:hover .icon {
  background: #1539CF;
  color: #ffffff;
}

.service-box:hover .bg-change {
  background: #c679e3;
}

.service-box:hover .bg-change-a a {
  color: #c679e3;
}

.service-box::before,
.service-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #1539CF;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-purple::before,
.box-purple::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #c679e3 !important;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-box:hover::after,
.service-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 90%;
}

.contenthover:hover {
  color: #1539CF;
}

/* navbar responsive */

@media screen and (max-width: 540px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-menu {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 85px;
    left: -140%;
    opacity: 1;
    transition: all 0.5s ease;
    height: 90px;
    padding: 20px 2px;
  }

  .nav-menu.active {
    background: #fff;
    left: 0px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 100;
    height: 100vh;
  }

  .nav-icon {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 8px;
    transform: translate(-100%, 60%);
    font-size: 1.8rem;
    cursor: pointer;
    color: #000;
  }

  .bar-content {
    padding: 5px 40px;
  }

  .lotti-player-animation {
    width: 300px;
    height: 400px;
    margin: auto;
  }

  .about-head {
    height: 6vh;
  }
}

@media screen and (max-width: 476px) {
  .f-link-list ul {
    display: flex;
  }

  .f-link-list ul li {
    margin: 0 7px !important;
  }

  .contact-box {
    padding: 20px 10px;
    width: 80vw;
  }

  #footer-company {
    margin-left: 0 !important;
  }
}

/* css scrollbars  */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#1539CF),
      to(#1539CF),
      color-stop(0.6, #1539CF));
}

/* toast */

.toast {
  position: absolute;
  right: 10px;
  top: 100px;
}

/* Contact us new */
section {
  padding: 60px 0;
  min-height: 100vh;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  background: #ffffff;
  padding: 30px 0px;
  box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #1539CF;
  width: 150px;
  border-color: #1539CF;
}

.contact-info-icon i {
  font-size: 48px;
  color: #5392f5;
}

.contact-info-text p {
  margin-bottom: 0px;
}

.contact-info-text h2 {
  color: #5392f5;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
  background: #1539CF none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #1539CF;
  transition: all 0.4s ease-in-out 0s;
  border-color: #1539CF;
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}

.contact-page-form form {
  padding: 20px 15px 0;
}

/* team  */
.team-heading {
  /* color: #1cc76f; */
  font-size: 2rem;
  /* font-family: "Parisienne"; */
}

.card-pink {
  border-radius: 6px;
  border-bottom: 4px solid #1539CF !important;
}

.card-blue {
  border-radius: 6px;
  border-bottom: 4px solid #1c68b3 !important;
}

.col .card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.card-body {
  padding: 1rem 1.5rem;
}

.card-body p {
  color: #4b5563;
}

.card-blue svg {
  fill: #1c68b3;
}

.card-pink svg {
  fill: #1539CF;
}

.card-blue .card-footer p {
  color: #1c68b3;
}

.card-pink .card-footer p {
  color: #1539CF;
}

.card-shape {
  position: relative;
}

.custom-shape-divider-bottom-1634717805 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
  fill: #ffffff;
}

.social-links {
  display: flex;
}

.social-links a {
  width: autp;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

/* .social-links a .fab {
  font-size: 30px;
  line-height: 80px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
} */

.social-links a img {
  height: 100%;
  line-height: 80px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  /* background: #000; */
  /* background: linear-gradient(-45deg, #ed1c94, #ffec17); */
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 500px) {
  .logo-div {
    margin-left: 0.5rem !important;
  }
}

/* Our clients */
.tech-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
  margin: 0 8%;
}

.tech-slider:hover .tech-slide {
  animation-play-state: paused;
}

.tech-slide {
  display: inline-block;
  animation: 45s techslide infinite linear;
}

.tech-slide img {
  width: 183px;
  height: 83px;
  margin: 0 40px;
  object-fit: contain;
}

@keyframes techslide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
  margin: 0 8%;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 183px;
  height: 83px;
  margin: 0 40px;
  object-fit: contain;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.error {
  color: red;
}

.success {
  color: #1539CF;
}

.main-banner {
  width: 100vw !important;
  overflow: hidden;
}

.budget-form {
  width: 80%;
}

.budget-form .form-control {
  background: #ffffff;
}

.budget-form textarea {
  height: 150px;
}

/* .industries-box {
  height: 100%;
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.item {
  height: 450px;
  flex: 1;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex 0.5s ease-in-out;
  position: relative;
  background-size: cover;
}

.item:hover {
  flex: 4;
}

.item:nth-child(1) {
  background-image: url('https://drive.google.com/thumbnail?id=1EQh8-a4OEkMDb6Az3gQFOCv9vEwZe7Gb&sz=w1000');
}

.item:nth-child(2) {
  background-image: url('https://drive.google.com/thumbnail?id=1euWCoqnMNoxf90ho0GUd8L7Bx9dxjoNy&sz=w1000');
}

.item:nth-child(3) {
  background-image: url('https://drive.google.com/thumbnail?id=12ASiJlLZFy8ObdOKwHAXNOVxqeU6wJxN&sz=w1000');
}

.item:nth-child(4) {
  background-image: url('https://drive.google.com/thumbnail?id=12j5AWq1fuRwnKUNZ--oGCHZcP0MqwACo&sz=w1000');
}

.item:nth-child(5) {
  background-image: url('https://drive.google.com/thumbnail?id=1_1692HKQhYOT4tyyg57DblM3U6j4jARw&sz=w1000');
}

.item:nth-child(6) {
  background-image: url('https://drive.google.com/thumbnail?id=1hpjPWzQQWhANHv25DMFlBiLD_LUjxeUG&sz=w1000');
}

.item:nth-child(7) {
  background-image: url('https://drive.google.com/thumbnail?id=1xRd8gPth9Mmc32dJKm2j5bKeMd5fABfX&sz=w1000');
}

.item:nth-child(8) {
  background-image: url('https://drive.google.com/thumbnail?id=1G5soPWiHYlwKolS7Hwd6-6aSgoYaz29W&sz=w1000');
}

.item:nth-child(9) {
  background-image: url('https://drive.google.com/thumbnail?id=1NxwHH_273K6NC_lWyEGFAzA4EIpVsyUV&sz=w1000');
}


.item p {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  writing-mode: vertical-rl;
  color: white;
  font-size: clamp(1em, 2vw - 0.5em, 3em);
  letter-spacing: 0.2em;
  text-transform: Uppercase;
}

.item p::after {
  content: "+";
  margin-top: 0.3em;
} */

#shadow-host-companion {
  display: none !important;
}

.navbar_head {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  position: fixed;
  z-index: 9999;
  top : 0;
  left : 0;
  width: 100%;
  background-color: white;
}
.blog{
  margin-top: 103px !important;
}


.filter_list{
  border-bottom: 1px solid #ddd;
}
.filter_list a{
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #071c34;
  font-size: 18px;
  display: block;
}
.filter_list:hover a{
  background: #d5d5d5;
}
.blog_thamnal{
  width: 100%;
  height: auto;
}
.blog_thamnal img{
  width: 100%;
  height:auto;
  aspect-ratio:1 / 0 !important;
  border-radius: 8px;
}
.main_thumnal{
  width: 100%;
}