@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Open+Sans:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800&display=swap");
html {
  font-size: 16px;
}
body {
  background: #fff;
  background: #f2f8fe;
  font-size: 1rem;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
header {
  float: left;
  width: 100%;

  background: Transparent;
  position: relative;
}
.logo {
  display: flex;
  width: 35%;
}

.logo img {
  margin-top: 8px;
}

/* .menu-wrapper {
  display: flex;
  width: 65%;
  align-items: center;
  justify-content: space-between;
}
.menu-wrapper nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-wrapper ul li {
  padding: 1em;
}
.menu-wrapper ul li a {
  color: #404951;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
} */
.action-button {
  background-color: #35a9e1;
  color: #fff;
  padding: 0.3em 1.5em;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.banner {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 60px;
  height: 600px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.banner h1 {
  color: #df309a;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.banner h1 span {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
}
.banner p {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  width: 65%;
  line-height: 1.5;
}
.services,
.our-approach,
.why-choose-us,
.industry-we-serve,
.contact-us {
  display: flex;
  width: 100%;
  padding: 4em;
  flex-direction: column;
}
.contact-us {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.main-heading {
  display: flex;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}
.white {
  color: #fff;
}
.our-approach,
.contact-us {
  display: flex;
  width: 100%;
  align-items: center;
  background: url(../images/our-aproach.png) no-repeat;
  background-size: cover;
  min-height: 600px;
}
.sub-head {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  text-align: center;
  opacity: 0.5;
  width: 60%;
  display: flex;
  justify-content: center;
}
.approach-box,
.choose-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 4em 0;
}
.approach-box .img-container {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #df309a;
}
.approach-box h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 0;
}
.approach-box p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5em;
}
.choose-box {
  padding: 3em 0;
}

.choose-box .img-container {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #c6ecff;
}
.choose-box h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding: 1em 0;
}
.choose-box p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5em;
}
.hero-line {
  display: flex;
  width: 100%;
  align-items: center;
  background: url(../images/hero-line.png) no-repeat;
  background-size: cover;
  min-height: 150px;
  margin-bottom: 2em;
}
.hero-line h3 {
  font-family: "Crimson Text", serif;
  color: #fff;
  font-size: 2.25rem;
  padding: 1em 2em;
  text-align: center;
}
.industry-we-serve {
  align-items: center;
}

.industry-we-serve .sub-head {
  opacity: 1;
}
.contact-form,
.g-map {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 2em;
  align-items: flex-end;
}
.contact-form {
  padding-left: 4em;
  padding-right: 35px;
}
.g-map {
  padding-right: 4em;
  /* padding-left: 35px; */
}
.two-row {
  display: flex;
  width: 100%;
  gap: 10px;
}
.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 0.7em 1em;
  margin: 10px 0;
}
.contact-form textarea {
  height: 220px;
  resize: none;
}
.contact-form input[type="submit"] {
  display: flex;
  max-width: 100px;
  background-color: #009cff;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  padding: 3px 20px;
  margin: 10px 0;
}
.contact-address {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 2em 0 1em 0;
}
.contact-address li {
  display: flex;
    align-items: flex-start;
    gap: 20px;
    align-items: baseline;
}
.contact-address li p {
  color: #fff;
}
.social-media {
  display: flex;
  width: 100%;
  gap: 20px;
  /* padding-left: 20px; */
}
.social-media a {
  display: flex;
  width: 54px;
  height: 54px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #db4fa6;
  font-size: 1.125rem;
}
.main-footer {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.top-bar {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 3em;
  align-items: center;
  justify-content: center;
}
.lines {
  display: flex;
  width: 100%;
  height: 1px;
  background: #fff;
}
.top-button {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  top: 25px;
  border-radius: 50%;
}
.footer-class {
  display: flex;
  width: 100%;
  padding: 2em 2em 1em 2em;
}
.footer-menu {
  padding: 1em 0;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
}
.copy {
  font-size: 0.875rem;
  color: #979797;
}
.align-justify-fix {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.industry-main {
  display: flex;
  width: 100%;
  padding: 3em 0;
}
.left-part,
.center-part,
.right-part {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.left-part {
  text-align: right;
}
.idustry-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 2em 0;
}
.idustry-wrap .industry-image {
  display: flex;
  width: 94px;
  height: 94px;
  align-items: center;
  justify-content: center;
  background: #009cff;
  border-radius: 50%;
}
.idustry-wrap p {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.left-part .middle-part {
  position: relative;
  right: 40px;
}
.right-part .idustry-wrap {
  justify-content: start;
}
.right-part .middle-part {
  position: relative;
  left: 40px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9 !important;
}
.tabs-main {
  margin-top: 3em;
}
.nav-tabs,
.accordion-button {
  background: rgb(112, 98, 174);
  background: linear-gradient(
    50deg,
    rgba(112, 98, 174, 1) 0%,
    rgba(64, 142, 216, 1) 100%
  );
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.775rem;
  padding: 2em 1em;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
  color: #fff;
}
.learn-more {
  background-color: #006cb7;
  border: 0;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0.5em 2em;
}
.tab-para {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}

.tab-image-container {
  height: auto;
  width: 100%;
}

.tab-image-container img {
  height: inherit;
  width: inherit;
}
.accordion-button,
.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-collapse {
  padding: 1em;
}
.accord {
  display: none;
}
.main-head {
  float: left;
  padding: 0.6em;
  background: #fff;
  width: 100%;
  position: fixed;
  transition: top 0.6s ease-in-out;
  z-index: 99;
}
.nav-up {
  top: -85px;
}
.nav-down {
  top: 0;
}
.scroll-head {
  background: #fff;
  transition: top 0.6s ease-in-out;
}
.logo {
  font-family: "Allura";
  font-size: 2.9em;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  float: left;
}
.scroll-head .logo {
  font-size: 2em;
}
.logo:hover,
.logo:focus,
.logo:visited {
  color: #fff;
}
.head-text-wrapper {
  float: left;
  width: 100%;
  padding-top: 70px;
}

/* .menu ul {
  float: left;
  margin: 0;
  padding: 25px 0;
}

.menu ul li {
  float: left;
  list-style: none;
  margin-right: 2em;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li a {
  display: block;

  transition: all 0.5s ease;
}
.menu ul li a:hover {
  color: #000;
  transform: scale(1.1);
}
.menu ul li a:focus,
.menu ul li a:visited {
  color: #000;
}
.menu ul li a.active {
  color: #000;
}
.menu .cross,
.bars {
  display: none;
} */
.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.banner-image {
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px;
}
.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.bxslider,
.bxslider li {
  height: 100% !important;
}
.bxslider li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
.button-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

/* New Css Start  */

.section-health {
  background-image: url(../images/homepage/Health\ Care\ Revenue\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}

.section-health::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}

.section-acctng{
  background-image: url(../images/homepage/Accounting\ and\ Bookkeeping\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}


.section-acctng::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}

.section-custoumer{
  background-image: url(../images/homepage/Customer\ Care\ support\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}

.section-custoumer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}

.section-cad{
  background-image: url(../images/homepage/Cad\ services\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}

.section-cad::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}


.section-staff{
  background-image: url(../images/homepage/Staffing\ Solutions\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}

.section-staff::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}

.section-backoffice{
  background-image: url(../images/homepage/Back-Office\ support\ 1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
  background-position: center;
}

.section-backoffice::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}





.section-sb-head {
  position: absolute;
  left: 40%;
  top: 50%;
}

.section-gap {
  padding: 50px 0px 50px 0px;
}

.service-name {
  text-transform: uppercase;
  font-weight: 700;
  color: #e53499;
}

.sub-heading {
  text-transform: uppercase;
  padding: 15px 0px;
}

.sub-txt {
  text-align: justify;
  color: black;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  width: 80px !important;
}

.owl-nav {
  text-align: center;
  /* margin: 10px 38px; */
}

i.fa.fa-arrow-alt-circle-left {
  margin: 0px 20px;
}

.text-black {
  color: #000 !important;
}

.approach-box2 {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 #ddd;
  box-shadow: 0 0 20px 0 #ddd;
  border-radius: 10px;
  padding: 20px 0px;
  height: 350px;
  margin: 20px 0px;
}

.approach-box2 h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  text-transform: uppercase !important;
  padding: 1em 0 !important;
}

.approach-box2 p {
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5em;
}

.approach-box2 .img-container {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #df309a;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.img-container img{
  height: 45px;
  width: 45px;
}


.bg-sky {
  background: #c1edfe !important;
}

.bg-pink {
  background: #e8309a6e;
}

.bg-img {
  padding: 4em;
}

.hero-line2 {
  display: flex;
  width: 100%;
  align-items: center;
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  min-height: 250px;
  margin-bottom: 2em;
  position: relative;
  z-index: 99999;
  background-attachment: fixed;
}

.hero-line2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}

.hero-line2 h3 {
  font-family: "Crimson Text", serif;
  color: #fff;
  font-size: 2.25rem;
  padding: 1em 2em;
  text-align: center;
  position: inherit;
}

.lm-btn {
  text-decoration: none;
  color: white;
}

.button2 {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 16px;
  border-radius: 500px;
  overflow: hidden;
  background: #db3e96;
  color: ghostwhite;
}

.button2 span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  text-transform: capitalize;
}

.button2:hover span {
  color: white;
}

.button2::before,
.button2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.button2::before {
  content: "";
  background: #007bc3;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button2:hover::before {
  transform: translate3d(100%, 0, 0);
}

.section-contact {
  background-image: url(../images/about-us-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  position: relative;
}

.section-about {
  background-image: url(../images/ab-img/Services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
    position: relative;
    background-position: center center;
    position: relative;
}

.section-about::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #0046c0;
}


.tab-image-container img{
  height: 250px;
  object-fit: cover;
}


.bg-sky .img-container{
  background: #007fbf !important;
}

.ft-head{
  padding-top: 10px;
  text-align: justify;
}

.footer-main{
  background-color: #0046c0;
  padding: 40px 0px;
}

.ft-head{
  color: white;
  color: white;
  font-size: 15px;
}

.footer-li li{
  margin: 10px 0px;

}

.footer-li li a{
  color: white;
    cursor: pointer !important;
    font-size: 14px;
}

.f-head{
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}

i.fa-solid.fa-chevron-right {
  color: white;
  margin-right: 5px;
  font-size: 14px;
}


    .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 0.7em 1em;
    margin: 10px 0;
}

    .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 0.7em 1em;
    margin: 10px 0;
}


.t-txt {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: black;
}

.mt-100 {
  margin-top: 100px;
}


/* Responsive Start  */

@media (max-width: 1200px) {
  .menu ul li {
    margin-right: 0;
  }
  .accord {
    display: block;
  }
  .v-tabs {
    display: none;
  }
  .center-fix {
    display: none;
  }
  .left-part .middle-part {
    right: 0;
  }
  .right-part .middle-part {
    left: 0;
  }
  .align-fix {
    align-items: center;
    justify-content: center;
  }
  .services,
  .our-approach,
  .why-choose-us,
  .industry-we-serve,
  .contact-us {
    padding: 2em;
  }
}
@media (max-width: 890px) {
  .left-part .idustry-wrap {
    flex-direction: row-reverse;
  }
  .left-part {
    text-align: left;
  }
  .services,
  .our-approach,
  .why-choose-us,
  .industry-we-serve,
  .contact-us {
    padding: 4em 10px;
  }
  .sub-head {
    width: 90%;
  }
  .contact-form,
  .g-map {
    padding: 15px;
  }
  /* .menu-wrapper {
    display: block;
    width: 100%;
  }
  .menu-wrapper nav ul {
    display: block;
  }
  menu ul li a:hover {
    color: #fff;
    transform: scale(1.1);
  }
  .menu ul li a:focus,
  .menu ul li a:visited {
    color: #fff;
  }
  .menu ul li a.active {
    color: #fff;
  } */
  .action-button {
    margin: 1em;
  }
  .button-container {
    justify-content: center;
  }
  .bars {
    display: block;
    position: absolute;
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    top: 15px;
    right: 20px;
    transition: all 0.2s ease-in;
  }
  .bars:hover {
    transform: scale(1.3);
    color: #fff;
  }
  /* .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    right: -100%;
    top: 0;
    z-index: 999;
  }
  .menu ul {
    width: 100%;
    padding: 0;
  }
  .menu ul li {
    width: 50%;
    margin: 0;
    height: 180px;
    text-align: center;
    line-height: 180px;
    padding: 0;
  }
  .menu ul li a {
    display: block;
    background: Transparent;
    border: 1px solid #6f6f6f;
    border-bottom: 0;
    border-right: 0;
    font-size: 20px;
  }
  .menu ul li:nth-last-child(2) a,
  .menu ul li:last-child a {
    border-bottom: 1px solid #6f6f6f;
  }
  .menu ul li a:hover {
    transform: none;
  }
  .menu .cross {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    display: block;
    font-size: 20px;
  } */
}
@media (max-width: 600px) {
  .banner p {
    width: 100%;
    font-size: 1rem;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .hero-line h3 {
    padding: 1em 10px;
  }
  .logo {
    width: 60%;
  }

  .f-head{
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0px 15px 0px;
  }


  
}
