@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");

/* #Primary ================================================== */

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg"); */
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;
}
::selection {
  color: #fff;
  background-color: #8167a9;
}
::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}

.top-bar {
  background-color: #051947;
  color: #ffffff;
  font-size: smaller;
  padding: 8px;
  .social-media-wrapper {
    text-align: right;
    i {
      padding: 8px;
      cursor: pointer;
    }
  }
}

/* #Navigation ================================================== */
/* https://codepen.io/ig_design/pen/omQXoQ */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
}
.start-header.scroll-on .navbar-brand img {
  height: 38px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-move-up-on-scroll {
  top: 0;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  height: 65px; /*28px; */
  width: auto;
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #8167a9 !important;
}
.nav-item.active .nav-link {
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
/* Nav end */

.section {
  position: relative;
  width: 100%;
  display: block;
}

/************** carousel *****************/
.carousel-wrapper {
  margin-top: 85px;
}
.carousel-row {
  margin: 0px 100px;
}
.carousel-text-content {
  padding: 60px;
  p {
    font-size: medium;
    font-weight: 500;
  }
}
.carousel-control-prev:hover {
  .carousel-control-prev-icon {
    background-color: #fa230e;
    padding: 15px;
    border-radius: 20%;
  }
}
.carousel-control-next:hover {
  .carousel-control-next-icon {
    background-color: #fa230e;
    padding: 15px;
    border-radius: 20%;
  }
}
.carousel-indicators .active {
  background-color: #fa230e;
}
.carousel-indicators li {
  background-color: rgba(5, 25, 71, 0.5);
}
/************** Welcome wrapper ***************/
.welcome-wrapper {
  display: flex;
  flex-direction: column;
  margin: 25px 100px 0px 100px;
  .welcome-heading {
    text-align: center;
  }
  .company-profile-content {
    font-size: 20px;
  }
}

.ready-to-talk-wrapper {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #fa230e 0%, #ff6a00 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
  .ready-to-talk-conent {
    text-align: center;
  }
  .btn {
    background-color: #051947;
  }
  .btn:hover {
    border: 1px solid #051947;
    margin: 1px;
  }
}

.ready-to-talk-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  z-index: -1;
  /* background-image: url(../../assets/img/bg_lines.svg); */
  /* background-image: url(../AurumSoftware/assets/img/background/bg_lines.svg); */
  background-image: url(./assets/img/background/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

/************** Footer start *****************/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  background-color: #051947;
  color: #ffffff;

  .single-footer-widget {
    margin-bottom: 30px;
    .list {
      li a {
        color: #ffffff;
      }
    }
  }

  .single-footer-widget .social-links {
    padding-left: 0;
    list-style-type: none;
    margin-top: 13px;
    margin-bottom: 0;
  }

  .single-footer-widget .footer-contact-info {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .single-footer-widget .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
}

@media only screen and (max-width: 767px) {
  .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.copyright-area {
  border-top: 1px solid #d8ebfd;
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
  .p {
    text-align: center;
  }
}
/*************  Fooer end ********************/

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
}

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14.5px;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-form form .btn {
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
  font-weight: 300;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}

.contact-info {
  padding-right: 25px;
}

.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info ul li {
  position: relative;
  padding-left: 95px;
  color: #6084a4;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.7;
}

.contact-info ul li .icon {
  border: 1px dashed #fa230e;
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fa230e),
    to(#ff6a00)
  );
  background: linear-gradient(90deg, #fa230e 0%, #ff6a00 100%);
  border-radius: 50%;
  margin: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info ul li .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  border-radius: 50%;
  margin: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.contact-info ul li span {
  display: block;
  margin-bottom: 3px;
  color: #0e314c;
  font-size: 22px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.contact-info ul li a {
  display: block;
  color: #6084a4;
}

.contact-info ul li a:hover {
  color: #fa230e;
}

.contact-info ul li:hover .icon {
  border-color: #44ce6f;
}

.contact-info ul li:hover .icon::before {
  opacity: 0;
  visibility: hidden;
}

.contact-info ul li:hover .icon::after {
  opacity: 1;
  visibility: visible;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: 0.5;
}

/*================================================
Contact Area CSS ends
=================================================*/

/*================================================
About us CSS starts
=================================================*/
.common-page-header-wrapper {
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: 75px;
  background: linear-gradient(90deg, #fa230e 0%, #ff6a00 100%);
  color: #ffffff;

  span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-family: "Lobster";
    font-size: 5rem;
  }
}

.common-page-header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  z-index: -1;
  background-image: url(./assets/img/background/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
}

.about-us {
  margin: 25px 100px;
  .tag-line {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .common-page-header-wrapper {
    span {
      font-size: 2rem;
    }
  }
}
/*================================================
About us CSS ends
=================================================*/

/*================================================
logo Carousel starts
=================================================*/
.carousel-clients {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.carousel-track {
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  display: flex;
  gap: 20px;
  animation: scroll-animate 30s linear infinite;
}

.carousel-slide img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 8px;
}

.carousel-clients:hover .carousel-slide {
  animation-play-state: paused;
  cursor: zoom-in;
}

.carousel-slide img:hover {
  transform: scale(2.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@keyframes scroll-animate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .carousel-slide img {
    width: 80px;
    height: 50px;
  }
}

/*================================================
Carousel Ends
=================================================*/

/*================================================
Mobile responsive
=================================================*/
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 320px) and (max-width: 480px) {
  .carousel-item .row {
    flex-direction: column-reverse;
  }
  .carousel-row {
    margin: 0px 0px;
  }
  .about-us {
    margin: 5px 10px;
  }
  .about-us .row {
    flex-direction: column-reverse;
  }
  .welcome-wrapper {
    margin: 25px 15px 0px 15px;
  }
}
/* Specific high-end mobile phones (like S20, F21) */
/* @media (min-width: 360px) and (max-width: 430px) {
  /* Styles for Samsung S20, F21 and similar */
/* } */

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 481px) and (max-width: 641px) {
  .carousel-item .row {
    flex-direction: column-reverse;
  }
  .carousel-row {
    margin: 0px 0px;
  }
  .about-us {
    margin: 5px 10px;
  }
  .about-us .row {
    flex-direction: column-reverse;
  }
  .welcome-wrapper {
    margin: 25px 15px 0px 15px;
  }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/* @media (min-width:641px)  { } */
/* tablet, landscape iPad, lo-res laptops ands desktops */
/* @media (min-width:961px)  { } */
/* big landscape tablets, laptops, and desktops */
/* @media (min-width:1025px) { } */
/* hi-res laptops and desktops */
/* @media (min-width:1281px) {  }  */
