@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_index-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;
  width: 75%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
}
.banner_text .banner-descripton {
  font-family: "eurostile";
  font-size: 16px;
  text-transform: none;
  width: 75%;
  text-align: start;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
.banner_text span {
  letter-spacing: 5px;
  font-family: "eurostile-black";
  font-size: 22px;
}
.vector-bg {
  background-image: url(images/index-vector-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ratingoverview {
  background: radial-gradient(
    46.61% 118.93% at 52.08% 52.55%,
    #4f47a8 0%,
    #302a72 100%
  );
}
.ratingoverview .ratingsec h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  letter-spacing: 0px;
}
.ratingoverview .ratingsec .smalltext {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: white;
}
.ratingoverview .intro .smalltext {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0px;
}
.ratingoverview .intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.ratingoverview .intro h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
}
.tabouter .qword {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
}
/*rating circle*/
.ratingoverview .ratingsec .movingcircle {
  background: conic-gradient(#8b7af8 0deg, transparent 0deg);
  height: 180px;
  border-radius: 50%;
  width: 180px;
}
.ratingoverview .ratingsec .fixedcircle .circle-percent {
  font-weight: 800;
  font-size: 28px;
  color: #4c43aa;
  transform: translateX(5px);
}
.ratingoverview .ratingsec .fixedcircle p {
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #747474;
  font-size: 16px;
}
.ratingoverview .ratingsec .fixedcircle {
  background-color: rgb(255, 255, 255);
  box-shadow: -6px -5px 10px rgba(0, 0, 0, 0.3), 6px 5px 10px rgba(0, 0, 0, 0.3);
  height: 140px;
  border-radius: 50%;
  width: 140px;
}
/*ourservices*/
.ourservice h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #302a72;
}
.ourservice .smalltext {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #747474;
  letter-spacing: 0px;
}
.ourservice p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-justify: auto;
  hyphens: none;
  text-align: center;
}
/*cursor_style*/
.drag_cursor {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  pointer-events: none;
  transition: transform 0.1s linear;
  width: 80px;
  height: 80px;
  background: radial-gradient(50% 50% at 50% 50%, #4f47a8 0%, #302a72 100%);
  color: white;
  display: none;
  border-radius: 50%;
  z-index: 3009;
  cursor: default;
}
.nextbtn {
  display: none;
  width: 40%;
  align-items: center;
  justify-content: space-between;
}
.circle:active {
  background-color: #302a72;
}
.circle:active .arrow {
  color: #ffffff;
}
.nextbtn .circle {
  height: 40px;
  width: 40px;
  border: 1px solid #302a72;
  /* background-color: #4d45a2; */
  border-radius: 50%;
}
.circle .arrow {
  font-size: 15px;
  color: #302a72;
}
body.hide-cursor {
  cursor: none;
}
.drag_cursor.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag_text {
  font-family: "eurostile-black";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: white;
}
.service-carosel {
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.service-carosel::-webkit-scrollbar {
  display: none;
}
.service-carosel .card1 {
  background-image: url(images/services/cloudservice.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-carosel .card2 {
  background-image: url(images/services/networking.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-carosel .card3 {
  background-image: url(images/services/sharepoint.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-carosel .card4 {
  background-image: url(images/services/m365.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-carosel .card5 {
  background-image: url(images/services/Security\ &\ Compliance.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service-carosel .card {
  overflow: hidden;
  height: 400px;
  width: 300px;
}

.service-carosel .card .card-desc .rightside {
  text-align: right;
  color: #afbcf1;
  font-size: 28px;
}

.service-carosel .card .displayCard-desc {
  transform: translateY(-30px) !important;
}
/*drag circle*/
.service-carosel .card .card-desc {
  transform: translateY(290px);
  background: linear-gradient(
    180deg,
    rgba(48, 42, 114, 0) 0%,
    rgba(48, 42, 114, 0.9) 15.1%,
    #302a72 19.46%,
    #302a72 84.02%,
    rgba(48, 42, 114, 0) 100%
  );
  transition: transform 0.5s ease;
}
.service-carosel .card .card-desc .descshowoff {
  color: #afbcf1;
  font-size: 28px;
}
.service-carosel .card .card-desc h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
  color: #afbcf1;
}
.service-carosel .card .card-desc p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-align: justify;
  hyphens: auto;
  text-justify: inter-word;
  color: white;
}

/*our product*/
.ourproduct h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0px;
}
.ourproduct .bigtext {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
.ourproduct p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.productlist {
  background-color: #4e46a9;
}

.productlist .productword {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.productlist .productword h5 {
  margin: 0px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  color: #302a72;
}
.productlist .productword .productwordsmall {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #747474;
  text-transform: lowercase;
}

.productlist .hrms .productimagesection {
  z-index: 500;
  height: 100%;
  width: 100%;
  transition: width 0.3s ease-out;
}
.productlist .mm .productimagesection {
  z-index: 500;
  height: 100%;
  width: 100%;
  transition: width 0.3s ease-out;
}

.productlist .productlogo {
  position: absolute;
  bottom: 10px;
  left: 20px;
  height: 60px;
  width: auto;
}
.productlist .hrms {
  height: 600px;
  display: flex;
  align-items: center;
}
.productlist .mm {
  height: 600px;
  display: flex;
  align-items: center;
}
.productlist .productdetailsslider i {
  font-size: 28px;
  color: #302a72;
}
.productlist .productdetailsslider .rightside {
  text-align: right;
}
.productlist .productdetailsslider p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin: 0px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.productlist .hrms .productdetailsslider {
  background-color: white;
  position: absolute;
  width: 50%;
  height: 85%;
  z-index: 499;
  right: 40%;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s ease-out;
}
.productlist .mm .productdetailsslider {
  background-color: white;
  width: 50%;
  height: 85%;
  position: absolute;
  z-index: 499;
  right: 40%;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s ease-out;
}
/*animation */
.hrms:hover .productimagesection {
  width: 50%;
}
.hrms:hover .productdetailsslider {
  right: 0px;
}
.mm:hover .productimagesection {
  width: 50%;
}
.mm:hover .productdetailsslider {
  right: 0px;
}
.moving_block:hover {
  animation-play-state: paused;
}
@keyframes caroselserviceCard {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-38%);
  }
}
/*responsive*/
/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*banner*/
  .banner_text .banner-descripton {
    font-size: 14px;
  }
  .banner_text h5 {
    font-size: 38px;
  }
  .banner_text span {
    font-size: 20px;
  }
  /*ratingsection*/
  .ratingoverview .intro .smalltext {
    font-size: 18px;
  }
  .ratingoverview .intro p {
    font-size: 16px;
  }
  .ratingoverview .intro h5 {
    font-size: 28px;
  }
  .ratingoverview .ratingsec h5 {
    font-size: 18px;
  }
  .ratingoverview .ratingsec .smalltext {
    font-size: 28px;
  }
  /*ourservices*/
  .ourservice h5 {
    font-size: 28px;
  }
  .ourservice .smalltext {
    font-size: 18px;
  }
  .ourservice p {
    font-size: 16px;
  }
  /*our product*/
  .ourproduct h5 {
    font-size: 18px;
  }
  .ourproduct .bigtext {
    font-size: 28px;
  }
  .ourproduct p {
    font-size: 16px;
  }
  /*product descripiton card*/
  .productlist .productword h5 {
    font-size: 28px;
  }
  .productlist .productword .productwordsmall {
    font-size: 18px;
  }
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_index-banner-md.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 16px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 38px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 20px;
  }
  .vector-bg {
    background-image: url(images/index-vector-bg-md.webp);
  }
  /*ratingsection*/
  .ratingoverview .intro .smalltext {
    font-size: 18px;
  }
  .ratingoverview .intro p {
    font-size: 16px;
  }
  .ratingoverview .intro h5 {
    font-size: 28px;
  }
  .ratingoverview .ratingsec h5 {
    font-size: 18px;
  }
  .ratingoverview .ratingsec .smalltext {
    font-size: 28px;
  }
  /*ourservices*/

  .nextbtn {
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: space-between;
  }
  .nextbtn .circle {
    height: 40px;
    width: 40px;
    border: 1px solid #302a72;
    border-radius: 50%;
  }
  .circle i {
    font-size: 15px;
    color: #302a72;
  }

  .ourservice h5 {
    font-size: 28px;
  }
  .ourservice .smalltext {
    font-size: 18px;
  }
  .ourservice p {
    font-size: 16px;
  }
  .moving_block {
    transform: translateX(0%);
    /* animation:caroselserviceCard 5s linear infinite ; */
  }
  /*progress circle*/
  .ratingoverview .ratingsec .fixedcircle p {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #747474;
    font-size: 16px;
  }

  /*our product*/
  .ourproduct h5 {
    font-size: 18px;
  }
  .ourproduct .bigtext {
    font-size: 28px;
  }
  .ourproduct p {
    font-size: 16px;
  }
  /*product descripiton card*/
  .productlist .productword h5 {
    font-size: 28px;
  }
  .productlist .productword .productwordsmall {
    font-size: 18px;
  }

  .productlist .hrms .productdetailsslider {
    background-color: white;
    width: 50%;
    /* height: 75%; */
    z-index: 499;
    right: 40%;
    transition: right 0.5s ease-out;
  }
  .productlist .mm .productdetailsslider {
    background-color: white;
    width: 50%;
    /* height: 75%; */
    z-index: 499;
    right: 40%;
    transition: right 0.5s ease-out;
  }
  /*animation */
  .hrms:hover .productimagesection {
    width: 50%;
  }
  .hrms:hover .productdetailsslider {
    right: 0px;
  }
  .mm:hover .productimagesection {
    width: 50%;
  }
  .mm:hover .productdetailsslider {
    right: 0px;
  }
  .moving_block:hover {
    animation-play-state: paused;
  }
  @keyframes caroselserviceCard {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-150%);
    }
  }
}

/*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_index-banner-landsm.webp);
  }

  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    display: none;
  }
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 18px;
  }
  /*ratingsection*/
  .ratingoverview .intro .smalltext {
    font-size: 18px;
  }
  .ratingoverview .intro p {
    font-size: 16px;
  }
  .ratingoverview .intro h5 {
    font-size: 28px;
  }
  .ratingoverview .ratingsec h5 {
    font-size: 18px;
  }
  .ratingoverview .ratingsec .smalltext {
    font-size: 28px;
  }
  /*ourservices*/
  .drag_cursor {
    display: none !important;
  }
  .nextbtn {
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: space-between;
  }
  .nextbtn .circle {
    height: 40px;
    width: 40px;
    border: 1px solid #302a72;
    border-radius: 50%;
  }
  .circle i {
    font-size: 15px;
    color: #302a72;
  }
  .ourservice h5 {
    font-size: 28px;
  }
  .ourservice .smalltext {
    font-size: 18px;
  }
  .ourservice p {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }
  .moving_block {
    transform: translateX(-0%);
  }

  /*our product*/
  .ourproduct h5 {
    font-size: 18px;
  }
  .ourproduct .bigtext {
    font-size: 28px;
  }
  .ourproduct p {
    font-size: 16px;
  }
  /*product descripiton card*/
  .productlist .productword h5 {
    font-size: 28px;
  }
  .productlist .productword .productwordsmall {
    font-size: 18px;
  }
  .productlist .hrms {
    height: 670px;
    display: flex;
    align-items: center;
  }
  .productlist .mm {
    height: 670px;
    display: flex;
    align-items: center;
  }
  .productlist .hrms .productdetailsslider {
    background-color: white;
    width: 50%;
    /* height: 75%; */
    z-index: 499;
    right: 40%;
    transition: right 0.5s ease-out;
  }
  .productlist .mm .productdetailsslider {
    background-color: white;
    width: 50%;
    /* height: 75%; */
    z-index: 499;
    right: 40%;
    transition: right 0.5s ease-out;
  }
  /*animation */
  .hrms:hover .productimagesection {
    width: 50%;
  }
  .hrms:hover .productdetailsslider {
    right: 0px;
  }
  .mm:hover .productimagesection {
    width: 50%;
  }
  .mm:hover .productdetailsslider {
    right: 0px;
  }
  .moving_block:hover {
    animation-play-state: paused;
  }
  @keyframes caroselserviceCard {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-270%);
    }
  }
}

/*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_index-banner-sm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 14px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 16px;
  }
  .vector-bg {
    background-image: url(images/index-vector-bg-sm.webp);
  }
  /*ratingsection*/
  .ratingoverview .intro .smalltext {
    font-size: 16px;
  }
  .ratingoverview .intro p {
    font-size: 14px;
  }
  .ratingoverview .intro h5 {
    font-size: 24px;
  }
  .ratingoverview .ratingsec h5 {
    font-size: 16px;
  }

  .ratingoverview .ratingsec .smalltext {
    font-size: 24px;
  }
  .ratingoverview .ratingsec .movingcircle {
    height: 140px;
    width: 140px;
  }
  .ratingoverview .ratingsec .fixedcircle .circle-percent {
    font-size: 24px;
  }
  .ratingoverview .ratingsec .fixedcircle p {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .ratingoverview .ratingsec .fixedcircle {
    height: 110px;
    width: 110px;
  }
  /*ourservices*/

  .nextbtn {
    display: flex;
    width: 35%;
    align-items: center;
    justify-content: space-between;
  }
  .nextbtn .circle {
    height: 40px;
    width: 40px;
    border: 1px solid #302a72;
    border-radius: 50%;
  }
  .circle i {
    font-size: 15px;
    color: #302a72;
  }
  .service-carosel .card .card-desc {
    transform: translateY(250px);
    background: linear-gradient(
      180deg,
      rgba(48, 42, 114, 0) 0%,
      rgba(48, 42, 114, 0.9) 15.1%,
      #302a72 19.46%,
      #302a72 84.02%,
      rgba(48, 42, 114, 0) 100%
    );
    transition: transform 0.5s ease;
  }
  .service-carosel .card .card-desc .descshowoff {
    color: #afbcf1;
    font-size: 22px;
  }
  .service-carosel .card .card-desc h5 {
    font-size: 20px;
  }
  .service-carosel .card .card-desc .rightside {
    font-size: 22px;
  }
  .service-carosel .card {
    height: 350px;
    width: 280px;
  }
  .ourservice h5 {
    font-size: 24px;
  }
  .ourservice .smalltext {
    font-size: 16px;
  }
  .moving_block {
    transform: translateX(0%);
  }

  .ourservice p {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }
  /*our product*/
  .ourproduct h5 {
    font-size: 16px;
  }
  .ourproduct .bigtext {
    font-size: 24px;
  }
  .ourproduct p {
    font-size: 14px;
  }
  /*------------------*/
  .productlist .productword {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
  }
  .productlist .productlogo {
    height: 40px;
  }
  .productlist .hrms {
    height: 680px;
    align-items: stretch;
  }
  .productlist .mm {
    height: 680px;
    align-items: stretch;
  }
  .productlist .productdetailsslider .deletedwords {
    display: none;
  }
  .productlist .productword h5 {
    font-size: 24px;
  }
  .productlist .productword .productwordsmall {
    font-size: 16px;
  }
  .productlist .productdetailsslider i {
    font-size: 22px;
    color: #302a72;
  }
  .productlist .productdetailsslider .rightside {
    text-align: right;
  }
  .productlist .productdetailsslider p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin: 0px;
    font-size: 14px;
    text-align: justify;
  }

  .productlist .hrms .productdetailsslider {
    background-color: white;
    width: 100%;
    position: relative !important;
    height: 50%;
    z-index: 499;
    top: 0px;
    transform: translateY(0);
    right: 0px;
    transition: top 0s ease-out;
  }
  .productlist .mm .productdetailsslider {
    background-color: white;
    width: 100%;
    position: relative !important;
    height: 50%;
    z-index: 499;
    top: 0px;
    transform: translateY(0);
    right: 0px;
    transition: top 0s ease-out;
  }
  .productlist .hrms .productimagesection {
    z-index: 500;
    height: 50%;
    width: 100%;
  }
  .productlist .mm .productimagesection {
    z-index: 500;
    height: 50%;
    width: 100%;
  }
  /*animation */
  .hrms:hover .productimagesection {
    width: 100%;
  }
  .hrms:hover .productdetailsslider {
    right: 0px;
  }
  .mm:hover .productimagesection {
    width: 100%;
  }
  .mm:hover .productdetailsslider {
    right: 0px;
  }
  @keyframes caroselserviceCard {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-350%);
    }
  }
}
