@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_sharePoint-banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  z-index: -6;
}
.banner_text .microsoftlogos {
  display: flex;
}
.banner_text {
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
}
.banner_text .banner-descripton {
  font-family: "eurostile";
  font-size: 14px;
  width: 650px;
  text-transform: capitalize;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
.banner_text .banner_microsoft_logos p {
  letter-spacing: 5px;
  font-family: "eurostile-black";
  font-size: 22px;
}
.banner_text .banner_microsoft_logos img {
  height: 80px;
  width: auto;
}
.banner_text .banner_microsoft_logos {
  display: flex;
  flex-direction: column;
  align-items: start;
}
/*about sharpoint/power platform*/
.about_sp .about_sp_title {
  letter-spacing: 2px;
  /* margin-bottom: 20px; */
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.about_sp p {
  margin-top: 32px;
  margin-bottom: 0px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  text-align: justify;
}
.about_sp .about_sp_title span {
  margin: 0px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
}
.sp-features .features-card.smallheight {
  height: 350px;
  padding: 30px 25px 8px 25px;
}
.sp-features .features-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  height: 350px;
  padding: 30px 25px 8px 25px;
  color: #e9edff;
  background-color: #302a72;
  border-right: 1px white solid;
  border-bottom: 1px solid white;
}
.sp-features .features-card .card_heading {
  letter-spacing: 2px;
  margin: 0px;
  /* margin-bottom: 20px; */
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 20px;
}
.sp-features .features-card .card_desc p {
  text-align: justify;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 14px;
  /* word-spacing: 0px;
    letter-spacing: 0px; */
  hyphens: auto;
  text-justify: inter-word;
}
.sp-features .features-card::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 280px;
  height: 200px;
  background: #5a4fe6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  filter: blur(15px);
  z-index: 0;
  background: linear-gradient(180.23deg, #6156d4 -12.88%, #8277ff 30%);
}
.sp-features .features-card img {
  z-index: 1;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*power platform*/
.pp_row .pp_tools .bi {
  background-color: #2f2a70;
}
.pp_row .pp_tools .apps {
  background-color: #4f499a;
}
.pp_row .pp_tools .Automate {
  background-color: #7069bb;
}
.pp_row .pp_tools .Virtual {
  background-color: #b3b5fe;
}
.pp_row .pp_tools p {
  color: white;
  text-align: justify;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: capitalize;
}
.pp_row .pp_tools .power-outer p {
  color: #ffffff;
  text-align: justify;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: capitalize;
}
.pp_row .pp_tools .power-outer .power-heading h6 {
  padding: 0px;
  margin: 0px;
  letter-spacing: 2px;
  width: 75%;
  /* margin-bottom: 20px; */
  font-family: "eurostile-black";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
}
.pp_row .pp_tools .power-outer .power-heading img {
  position: relative;
  /* margin-right: 15px; */
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  width: auto;
  transition: left 0.1s ease-in-out;
}
.pp_row .pp_tools .power-outer .power-heading .powerapps-heading {
  overflow: hidden;
}
.pp_row .pp_tools .power-outer .power-heading .powerapps-heading h6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  transition: left 0.1s ease-in-out;
}
.pp_row .pp_tools .power-outer:hover .power-heading img {
  left: 10%;
}

.pp_row .pp_text .pp-img img {
  height: 100%;
  width: 100%;
}
.pp_row .pp_tools .power-outer:hover .powerapps-heading h6 {
  left: 0%;
}
.pp_row .pp_tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-auto-rows: 1fr;
}
.pp_row .pp_text .pp_title span {
  margin: 0px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
}
.pp_row .pp_text p {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  text-align: justify;
}
.pp_row .pp_text .pp_title {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}

/*what qserve do in sharepoint*/
.whatqservedo .qservedo_title {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  color: #302a72;
  text-transform: uppercase;
  font-size: 30px;
}
.whatqservedo .qservedo_title span {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
}
.whatqservedo .qservedo_desc {
  display: flex;
  align-items: center;
  background-image: url(images/qserve_sharepointwork.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.whatqservedo .qservedo_desc .text_block p {
  text-align: justify;
  color: #302a72;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
}
.whatqservedo .qservedo_desc .text_block {
  align-items: center;
}

/* service-explaination */
.sharepoint_services_explainations .sp_content {
  position: relative;
  padding: 30px 50px;
  color: #747474;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: capitalize;
  width: 50%;
  text-align: justify !important;
}
.sharepoint_services_explainations .sp_content h6 {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 20px;
}
.sharepoint_services_explainations .c-right {
  left: 50%;
}
.sharepoint_services_explainations .c-left {
  left: 0;
}
.sharepoint_services_explainations .c-right h6 {
  text-align: left;
}
.sharepoint_services_explainations .c-left h6 {
  text-align: right;
}

.sharepoint_services_explainations .service_point::before {
  content: "";
  background-color: #e9edff;
  height: 100%;
  position: absolute;
  left: 50%;
  width: 10px;
  border-radius: 5px;
}
.sharepoint_services_explainations .service_point .center_line {
  background-color: #afbcf1;
  position: absolute;
  left: 50%;
  width: 10px;
  border-radius: 5px;
}
.sharepoint_services_explainations .service_point .moving_circle {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  background-color: #afbcf1;
}

/* faq */
.faq_section .faq_image h6 {
  margin-bottom: 25px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
}
.faq_section .faq_image .help_center {
  letter-spacing: 2px;
  margin-bottom: 10px;
  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 */

/*powerplatform*/
.pp_row .pp_tools .power-outer:hover .power-heading img {
  left: 10%;
}
.pp_row .pp_tools .power-outer:hover .powerapps-heading h6 {
  left: 0%;
}
/* 8-features */
.sp-features .features-card:hover::after {
  transform: translateX(-50%) scale(1.2);
}
.sp-features .features-card:hover img {
  opacity: 1;
}

/*Reponsiveness*/

/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sp-features .features-card {
    height: 400px;
  }

  .sp-features .features-card .card_heading {
    font-size: 18px;
  }
  .sp-features .features-card .card_desc p {
    font-size: 14px;
  }
  .banner_text .banner_microsoft_logos p {
    font-size: 18px;
  }
  .banner_text h5 {
    font-size: 38px;
  }
  /*about sharpoint/power platform*/
  .about_sp .about_sp_title {
    font-size: 28px;
  }
  .about_sp p {
    font-weight: 300;
    font-size: 16px;
  }
  .about_sp .about_sp_title span {
    font-weight: 200;
    font-size: 18px;
  }

  .pp_row .pp_text .pp_title span {
    font-weight: 200;
    font-size: 18px;
  }
  .pp_row .pp_text p {
    font-weight: 300;
    font-size: 16px;
  }
  .pp_row .pp_text .pp_title {
    font-size: 28px;
  }
  .pp_row .pp_tools .power-outer p {
    font-size: 16px;
  }
  /*what qserve do in sharepoint*/
  .whatqservedo .qservedo_title {
    font-size: 28px;
  }
  .whatqservedo .qservedo_title span {
    font-size: 18px;
  }
  .whatqservedo .qservedo_desc .text_block p {
    font-size: 16px;
  }
  .sharepoint_services_explainations .sp_content {
    font-size: 16px;
  }
  .sharepoint_services_explainations .sp_content h6 {
    font-size: 20px;
  }
  /*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) {
  .menu_text li {
    display: none !important;
  }
  .aboutusheader {
    background-image: url(images/qserve_sharePoint-banner-md.webp);
  }
  .banner_text .banner_microsoft_logos p {
    font-size: 18px;
  }
  .banner_text .banner_microsoft_logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_text .banner_microsoft_logos img {
    height: 60px;
  }
  .banner_text h5 {
    font-size: 38px;
    text-align: center;
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner_text .microsoftlogos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /*about sharpoint/power platform*/
  .about_sp .about_sp_title {
    font-size: 28px;
  }
  .about_sp p {
    font-weight: 300;
    font-size: 16px;
  }
  .about_sp .about_sp_title span {
    font-weight: 200;
    font-size: 18px;
  }

  .sp-features .features-card img {
    height: 40px;
    width: 40px;
  }
  .sp-features .features-card.smallheight {
    height: 330px;
    padding: 30px 25px 8px 25px;
  }
  .sp-features .features-card {
    height: 380px;
    padding: 30px 25px 8px 25px;
  }
  .sp-features .features-card .card_heading {
    font-size: 18px;
  }
  .sp-features .features-card .card_desc p {
    font-size: 14px;
  }
  .pp_row .pp_text .pp_title span {
    font-size: 18px;
  }
  .pp_row .pp_text p {
    font-size: 16px;
  }
  .pp_row .pp_text .pp_title {
    font-size: 28px;
  }

  .pp_row .pp_text {
    display: flex;
  }
  .pp_row .pp_text .pp_desc {
    width: 50%;
  }
  .pp_row .pp_text .pp-img img {
    height: auto;
  }
  .pp_row .pp_text .pp-img {
    width: 50%;
    padding-left: 20px;
  }

  /*what qserve do in sharepoint*/
  .whatqservedo .qservedo_title {
    font-size: 28px;
  }
  .whatqservedo .qservedo_title span {
    font-size: 18px;
  }
  .whatqservedo .qservedo_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(images/qserve_sharepointwork-sm.png);
    background-size: 100% 100%;
  }
  .whatqservedo .qservedo_desc .text_block p {
    font-size: 16px;
  }
  .whatqservedo .qservedo_desc .text_block {
    align-items: center;
  }

  /* service-explaination */
  .sharepoint_services_explainations .sp_content h6 {
    font-size: 22px;
  }
  .sharepoint_services_explainations .sp_content {
    padding: 0px 0px 50px 50px;
    width: 100%;
    font-size: 18px;
  }
  .sharepoint_services_explainations .sp_content.last {
    padding: 0px 0px 0px 50px;
  }
  .sharepoint_services_explainations .c-left {
    left: 0%;
  }
  .sharepoint_services_explainations .c-right {
    left: 0%;
  }
  .sharepoint_services_explainations .service_point::before {
    left: 0%;
  }
  .sharepoint_services_explainations .service_point .center_line {
    left: 0%;
  }
  .sharepoint_services_explainations .c-right h6 {
    text-align: left;
  }
  .sharepoint_services_explainations .c-left h6 {
    text-align: left;
  }
  /*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) {
  .menu_text li {
    display: none !important;
  }
  .aboutusheader {
    background-image: url(images/qserve_sharePoint-banner-landsm.webp);
  }
  .banner_text .banner_microsoft_logos p {
    font-size: 18px;
  }
  .banner_text .banner_microsoft_logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_text .banner_microsoft_logos img {
    height: 60px;
  }
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner_text .microsoftlogos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  /*about sharpoint/power platform*/
  .about_sp .about_sp_title {
    font-size: 28px;
  }
  .about_sp p {
    font-weight: 300;
    font-size: 16px;
  }
  .about_sp .about_sp_title span {
    font-weight: 200;
    font-size: 18px;
  }

  /*what qserve do in sharepoint*/
  .whatqservedo .qservedo_title {
    font-size: 28px;
  }
  .whatqservedo .qservedo_title span {
    font-size: 18px;
  }
  .whatqservedo .qservedo_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(images/qserve_sharepointwork-sm.png);
    background-size: 100% 100%;
  }
  .whatqservedo .qservedo_desc .text_block p {
    font-size: 16px;
  }
  .whatqservedo .qservedo_desc .text_block {
    align-items: center;
  }
  .sp-features .sp-row {
    height: auto;
  }
  .sp-features .features-card .card_heading {
    font-size: 18px;
  }
  .sp-features .features-card .card_desc p {
    font-size: 14px;
  }
  .pp_row .pp_text .pp_title span {
    font-size: 18px;
  }
  .pp_row .pp_text p {
    font-size: 16px;
  }
  .pp_row .pp_text .pp_title {
    font-size: 28px;
  }

  .pp_row .pp_text .pp_desc {
    width: 100%;
  }

  .pp_row .pp_text .pp-img img {
    height: 50%;
    width: 50%;
  }
  .sp-features .features-card.smallheight {
    height: 340px;
    padding: 30px 24px 5px 24px;
  }
  .sp-features .features-card {
    height: 340px;
    padding: 30px 24px 5px 24px;
  }
  /* service-explaination */
  .sharepoint_services_explainations .sp_content {
    padding: 0px 0px 50px 50px;
    width: 90%;
  }
  .sharepoint_services_explainations .sp_content.last {
    padding: 0px 0px 0px 50px;
  }
  .sharepoint_services_explainations .c-left {
    left: 5%;
  }
  .sharepoint_services_explainations .c-right {
    left: 5%;
  }
  .sharepoint_services_explainations .service_point::before {
    left: 5%;
  }
  .sharepoint_services_explainations .service_point .center_line {
    left: 5%;
  }
  .sharepoint_services_explainations .c-right h6 {
    text-align: left;
  }
  .sharepoint_services_explainations .c-left h6 {
    text-align: left;
  }

  .pp_row .pp_tools .power-outer .power-heading h6 {
    font-size: 22px;
  }
  /*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) {
  .sp-features {
    height: 100%;
  }
  .aboutusheader {
    background-image: url(images/qserve_sharePoint-banner-sm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner_microsoft_logos p {
    font-size: 16px;
  }
  .banner_text .banner_microsoft_logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_text .banner_microsoft_logos img {
    height: 50px;
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .banner_text {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner_text .microsoftlogos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /*about sharpoint/power platform*/
  .about_sp .about_sp_title {
    font-size: 24px;
  }
  .about_sp p {
    font-weight: 300;
    font-size: 14px;
  }
  .about_sp .about_sp_title span {
    font-weight: 200;
    font-size: 16px;
  }

  /*what qserve do in sharepoint*/

  .whatqservedo .qservedo_title {
    font-size: 24px;
  }
  .whatqservedo .qservedo_title span {
    font-size: 16px;
  }
  .whatqservedo .qservedo_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(images/qserve_sharepointwork-sm.png);
    background-size: 100% 100%;
  }
  .whatqservedo .qservedo_desc .text_block p {
    font-size: 14px;
  }
  .whatqservedo .qservedo_desc .text_block {
    align-items: center;
  }

  .sp-features .sp-row {
    height: auto;
  }
  .sp-features .features-card.smallheight {
    height: 300px;
    padding: 30px 24px 5px 24px;
  }
  .sp-features .features-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 300px;
    justify-content: space-between;
    padding: 30px 24px 5px 24px;
  }
  .sp-features .features-card .card_heading {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .sp-features .features-card .card_desc p {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .sp-features .features-card::after {
    bottom: -170px;
  }
  .sp-features .features-card img {
    align-self: center;
    height: 40px;
    width: 40px;
  }
  .pp_row .pp_tools {
    grid-template-columns: 1fr;
  }
  .pp_row .pp_text .pp_title span {
    font-size: 16px;
  }
  .pp_row .pp_text p {
    font-size: 14px;
  }
  .pp_row .pp_text .pp_title {
    font-size: 24px;
  }

  /* .pp_row .pp_text {
    display: flex;
} */
  .pp_row .pp_text .pp_desc {
    width: 100%;
  }

  .pp_row .pp_text .pp-img img {
    height: 75%;
    width: 75%;
  }
  /* service-explaination */
  .sharepoint_services_explainations .sp_content h6 {
    font-size: 18px;
  }
  .sharepoint_services_explainations .sp_content {
    padding: 0px 0px 50px 30px;
    width: 90%;
    font-size: 14px;
  }
  .sharepoint_services_explainations .sp_content.last {
    padding: 0px 0px 0px 30px;
  }
  .sharepoint_services_explainations .c-left {
    left: 5%;
  }
  .sharepoint_services_explainations .c-right {
    left: 5%;
  }
  .sharepoint_services_explainations .service_point::before {
    left: 5%;
  }
  .sharepoint_services_explainations .service_point .center_line {
    left: 5%;
  }
  .sharepoint_services_explainations .c-right h6 {
    text-align: left;
  }
  .sharepoint_services_explainations .c-left h6 {
    text-align: left;
  }

  .pp_row .pp_tools .power-outer .power-heading h6 {
    font-size: 22px;
  }
  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 16px;
  }
  .faq_section .faq_image .help_center {
    font-size: 24px;
  }
}
