@font-face {
  font-family: eurostile-black;
  src: url(/font/fonnts.com-Eurostile_Black.otf);
}
@font-face {
  font-family: eurostile;
  src: url(/font/fonnts.com-Eurostile.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aboutusheader {
  background-image: url(images/qserve_D365-banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  overflow: hidden;
  z-index: -6;
}
.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
.banner_text .d365-logo {
  display: flex;
  align-items: center;
}
.banner_text .d365-logo span {
  letter-spacing: 5px;
  font-family: "eurostile-black";
  font-size: 22px;
}
.banner_text .d365-logo img {
  height: 80px;
  width: auto;
}

/*what is d365*/
.whatd365-title .dynamics {
  letter-spacing: 2px;
  /* margin-bottom: 20px; */
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.whatd365-title h4 {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.whatd365-title p {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.whatisd365 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 18px;
}
.whatisd365 .Consulting {
  background-color: #302a72;
}
.whatisd365 .Implementation {
  background-color: #504999;
}
.whatisd365 .Migration {
  background-color: #6d66ba;
}
.whatisd365 .Support {
  background-color: #8d86d7;
}
/*endtoend solution*/
.endtoend_title {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.endtoend_title span {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
}
.overall-d365-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, 1fr);
  gap: 40px;
  grid-auto-rows: 1fr !important;
}
.d365_card .service1-img {
  background-image: url(images/endtoend_service1.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: cover;
}
.d365_card .service2-img {
  background-image: url(images/endtoend_service2.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: cover;
}
.d365_card .service3-img {
  background-image: url(images/endtoend_service3.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: cover;
}
.d365_card .service4-img {
  background-image: url(images/endtoend_service4.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: cover;
}
.d365_card .d365_cardleft-desc {
  height: 100%;
  width: 85%;
  margin-left: auto;
}
.inner-data {
  display: flex;
  align-items: center;
}
.inner-data p {
  width: 50%;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.inner-data h4 {
  width: 50%;
  text-align: center;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px;
}
.d365_card .d365_cardright-desc {
  height: 100%;
  width: 85%;
  margin-right: auto;
}
/*industries we serve*/
.industries-service {
  background-color: #302a72;
}
.industries-service-heading h4 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: white;
  text-transform: uppercase;
  font-size: 30px;
}
.industries-service-heading .industries-service-title {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
}
.industries-service-heading p {
  margin: 0px;
  margin-top: 15px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.industries-service .slider-outer {
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
#scrollSlider {
  appearance: none; /* standard */
  -webkit-appearance: none; /* for Chrome/Safari */
  margin: auto;
  width: 75%;
  border-radius: 50px;
  height: 15px;
  box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.25),
    inset 2px 2px 5px rgba(0, 0, 0, 0.25);
  background: #302a72;
}
#scrollSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #afbcf1;
  border-radius: 50%;
}
.industries-service .industrie-list {
  margin-right: 35px;
  display: inline-block;
  padding: 20px;
  height: 300px;
  width: 300px;
  background-color: #302a72;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.25),
    inset 5px 5px 10px rgba(0, 0, 0, 0.35);
}
.slider-outer .industrie-list .industrie-img {
  position: relative;
  overflow: hidden;
}
.slider-outer .industrie-list .descrip-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  transition: bottom 0.5s ease-in-out;
}
.slider-outer .industrie-list:hover .descrip-overlay {
  bottom: 50%;
  transform: translateY(50%);
}

.slider-outer .industrie-list .descrip-overlay p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-wrap: wrap;
}

.industrie-list span {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #d3d0fe;
  text-transform: uppercase;
  font-size: 16px;
}
/*our d365 solution*/
.ourd365 .ourd365-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ourd365 .ourd365-heading .custom-w {
  width: 75%;
}
.ourd365 .custom-h {
  height: 280px;
}
.ourd365 .col-12 {
  display: flex;
}
.ourd365card {
  flex: 1;
}
.ourd365-heading h4 {
  margin: 0px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.ourd365-heading .ourd365-title {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.ourd365-heading p {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
}
.ourd365 .ourd365card {
  z-index: 1;
  overflow: hidden;
  background-color: #e0deff;
}
.ourd365 .ourd365card h4 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 22px;
}
.ourd365 .ourd365card li {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.ourd365 .ourd365card .bottompositionlogo {
  position: absolute;
  bottom: 10px;
  right: 8px;
  height: 50px;
  width: 50px;
}
.ourd365 .ourd365card .toppositionlogo {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 50px;
  width: 50px;
}
.ourd365 .ourd365card .bottompostion {
  right: 0px;
  bottom: 0px;
  transform: translate(50%, 50%);
  transition: transform 0.2s ease-in-out;
}
.ourd365 .ourd365card .toppostion {
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  transition: transform 0.2s ease-in-out;
}

.ourd365 .ourd365card .scalable_circle {
  z-index: -4;
  height: 200px;
  border-radius: 50%;
  width: 200px;
  background-color: #302a72;
  position: absolute;
}
.ourd365 .ourd365card:hover .bottompostion {
  transform: translate(50%, 50%) scale(8);
}
.ourd365 .ourd365card:hover .toppostion {
  transform: translate(50%, -50%) scale(8);
}
.ourd365 .ourd365card:hover h4,
.ourd365 .ourd365card:hover li {
  color: white;
}

/* faq */
.faq_section .faq_image h6 {
  margin-bottom: 25px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.faq_section .faq_image .help_center {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.accordion-item {
  background-color: #d9daff !important;
  color: #302a72 !important;
}
.accordion-item .accordion-button {
  background-color: #f1f1ff !important;
}

/*animations*/

/*responsive*/
/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner_text h5 {
    font-size: 38px;
  }
  .banner_text .d365-logo span {
    font-size: 20px;
  }
  .banner_text .d365-logo img {
    height: 70px;
  }
  /*what is d365*/
  .whatd365-title .dynamics {
    font-size: 28px;
  }
  .whatd365-title h4 {
    font-size: 18px;
  }
  .whatd365-title p {
    font-size: 16px;
  }
  .whatisd365 {
    font-size: 16px;
  }
  /*endtoend solution*/
  .endtoend_title {
    font-size: 28px;
  }
  .endtoend_title span {
    font-size: 18px;
  }
  .inner-data p {
    font-size: 16px;
  }
  .inner-data h4 {
    font-size: 24px;
  }
  .industries-service {
    height: auto;
  }
  /*our d365 solution*/
  .ourd365 .ourd365-heading .custom-w {
    width: 85%;
  }
  .ourd365-heading h4 {
    font-size: 18px;
  }
  .ourd365-heading .ourd365-title {
    font-size: 28px;
  }
  .ourd365-heading p {
    font-size: 16px;
  }
  .industries-service-heading h4 {
    font-size: 28px;
  }
  .industries-service-heading .industries-service-title {
    font-size: 18px;
  }
  .industries-service-heading p {
    font-size: 16px;
  }
  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 18px;
  }
  .faq_section .faq_image .help_center {
    font-size: 28px;
  }
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  .menu_text li {
    display: none !important;
  }
  .aboutusheader {
    background-image: url(images/qserve_D365-banner-md.webp);
  }
  .banner_text h5 {
    font-size: 38px;
    margin: 22px auto;
    text-align: center;
  }
  .banner_text .d365-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_text .d365-logo span {
    font-size: 20px;
  }
  .inner-data p {
    font-size: 12px;
  }
  .inner-data h4 {
    font-size: 20px;
  }
  /*what is d365*/
  .ourd365 .ourd365-heading .custom-w {
    width: 85%;
  }
  .whatd365-title .dynamics {
    font-size: 28px;
  }
  .whatd365-title h4 {
    font-size: 18px;
  }
  .whatd365-title p {
    font-size: 16px;
  }
  .whatisd365 {
    font-size: 16px;
  }
  /*endtoend solution*/
  .endtoend_title {
    font-size: 28px;
  }
  .endtoend_title span {
    font-size: 18px;
  }
  .inner-data p {
    font-size: 16px;
  }
  .inner-data h4 {
    font-size: 24px;
  }
  .industries-service {
    height: auto;
  }
  /*our d365 solution*/
  .ourd365-heading h4 {
    font-size: 18px;
  }
  .ourd365-heading .ourd365-title {
    font-size: 28px;
  }
  .ourd365-heading p {
    font-size: 16px;
  }
  .ourd365 .custom-h {
    height: 280px;
  }
  .industries-service-heading h4 {
    font-size: 28px;
  }
  .industries-service-heading .industries-service-title {
    font-size: 18px;
  }
  .industries-service-heading p {
    font-size: 16px;
  }
  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 18px;
  }
  .faq_section .faq_image .help_center {
    font-size: 28px;
  }
}

/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  .aboutusheader {
    background-image: url(images/qserve_D365-banner-landsm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .banner_text .d365-logo span {
    font-size: 20px;
  }
  .banner_text .d365-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inner-data p {
    font-size: 12px;
  }
  .inner-data h4 {
    font-size: 20px;
  }
  /*what is d365*/

  .whatd365-title .dynamics {
    font-size: 28px;
  }
  .whatd365-title h4 {
    font-size: 18px;
  }
  .whatd365-title p {
    font-size: 16px;
  }
  .whatisd365 {
    font-size: 16px;
  }
  /*endtoend solution*/
  .endtoend_title {
    font-size: 28px;
  }
  .endtoend_title span {
    font-size: 18px;
  }
  .inner-data p {
    font-size: 16px;
  }
  .inner-data h4 {
    font-size: 24px;
  }
  .industries-service {
    height: auto;
  }
  /*our d365 solution*/
  .ourd365 .ourd365-heading .custom-w {
    width: 50%;
  }
  .ourd365-heading h4 {
    font-size: 18px;
  }
  .ourd365-heading .ourd365-title {
    font-size: 28px;
  }
  .ourd365-heading p {
    font-size: 16px;
  }
  .ourd365 .custom-h {
    height: 200px;
  }
  .industries-service-heading h4 {
    font-size: 28px;
  }
  .industries-service-heading .industries-service-title {
    font-size: 18px;
  }
  .industries-service-heading p {
    font-size: 16px;
  }
  .industries-service .industrie-list {
    margin-right: 0px;
  }
  /*faq*/
  .faq_section .faq_image .px_sm_custom {
    padding: 0px 48px 0px 48px !important;
  }
  .faq_section .faq_image h6 {
    font-size: 18px;
  }
  .faq_section .faq_image .help_center {
    font-size: 28px;
  }
}

/*portrait phones*/
@media (max-width: 575.98px) {
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  .aboutusheader {
    background-image: url(images/qserve_D365-banner-sm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .banner_text .d365-logo span {
    font-size: 16px;
  }
  .banner_text .d365-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inner-data p {
    font-size: 12px;
  }
  .inner-data h4 {
    font-size: 20px;
  }
  /*what is d365*/
  .whatd365-title .dynamics {
    font-size: 24px;
  }
  .whatd365-title h4 {
    font-size: 16px;
  }
  .whatd365-title p {
    font-size: 14px;
  }
  .whatisd365 {
    font-size: 16px;
  }
  /*endtoend solution*/

  .endtoend_title {
    font-size: 24px;
  }
  .endtoend_title span {
    font-size: 16px;
  }
  .inner-data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inner-data p {
    font-size: 14px;
    width: 100%;
  }
  .inner-data h4 {
    margin-bottom: 15px;
    font-size: 20px;
    width: 100%;
  }
  /*our d365 solution*/
  .ourd365 .ourd365-heading .custom-w {
    width: 75%;
  }
  .ourd365-heading h4 {
    font-size: 16px;
  }
  .ourd365-heading .ourd365-title {
    font-size: 24px;
  }
  .ourd365 .custom-h {
    height: 240px;
  }
  .ourd365-heading p {
    font-size: 14px;
  }
  .overall-d365-card {
    gap: 30px;
  }
  .d365_card .service1-img {
    background-image: url(images/endtoend_service1-sm.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: cover;
  }
  .d365_card .service2-img {
    background-image: url(images/endtoend_service1-sm.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: cover;
  }
  .d365_card .service3-img {
    background-image: url(images/endtoend_service1-sm.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: cover;
  }
  .d365_card .service4-img {
    background-image: url(images/endtoend_service1-sm.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: cover;
  }
  .d365_card .py_sm-custom {
    padding-top: 50% !important;
  }
  .d365_card .d365_cardright-desc {
    width: 100%;
  }
  .d365_card .d365_cardright-desc h4 {
    order: 1;
  }
  .d365_card .d365_cardright-desc p {
    order: 2;
  }
  .d365_card .d365_cardleft-desc {
    width: 100%;
  }
  .industries-service .industrie-list {
    margin-right: 0px;
  }
  .industries-service {
    height: auto;
  }
  .industries-service-heading h4 {
    font-size: 24px;
  }
  .industries-service-heading .industries-service-title {
    font-size: 16px;
  }
  .industries-service-heading p {
    font-size: 14px;
  }
  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 16px;
  }
  .faq_section .faq_image .help_center {
    font-size: 24px;
  }
}
