@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_cloud-banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  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 {
  font-family: "eurostile";
  font-size: 14px;
  text-transform: uppercase;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
/*mordenCloud*/
.mordenCloud {
  background: linear-gradient(270deg, #302a72 30%, #d9daff 30%);
}
.mordenCloud .imagesection img {
  height: 400px;
  width: auto;
}

.mordenCloud .textsection h5 {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #747474;
}
.mordenCloud .textsection p {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.mordenCloud .textsection .boldtext {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
/*cloud Offering*/

.cloudOffering h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
.cloudOffering .smalltext {
  margin: 0px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #747474;
}

.cloudOffering .cloudoffering-cards {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cloudoffering-cards::-webkit-scrollbar {
  display: none;
}
.cloudOffering .cloudoffering-cards .overlay {
  height: 400px;
  width: 300px;
  background-image: url(images/cloudservice/overlay.png);
  background-repeat: no-repeat;
  scale: 1.2;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.cloudOffering .cloudoffering-cards h5 {
  font-family: "eurostile-black";
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  color: white;
}
.cloudOffering .cloudoffering-cards .customheight {
  height: 400px;
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
.cloudOffering .cloudoffering-cards .cloudOffercard1 {
  background-image: url(images/cloudservice/scalableComputer.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard2 {
  background-image: url(images/cloudservice/database.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard3 {
  background-image: url(images/cloudservice/CloudAutomation.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard4 {
  background-image: url(images/cloudservice/Security&Compliance.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard5 {
  background-image: url(images/cloudservice/DisasterRecovery.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard6 {
  background-image: url(images/cloudservice/Multi-Cloud.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard7 {
  background-image: url(images/cloudservice/PerformanceMonitoring.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard8 {
  background-image: url(images/cloudservice/devops.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cloudOffering .cloudoffering-cards .cloudOffercard9 {
  background-image: url(images/cloudservice/Global\ Network.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*animation*/
.cloudOffering .cloudoffering-cards .cloudOffercard1:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_scalable.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard2:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_database.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard3:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_CloudAutomation.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard4:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_SecurityandCompliance.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard5:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_DisasterRecovery.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard6:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_multicloud.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard7:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_performance.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard8:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_devops.png);
  scale: 1;
}
.cloudOffering .cloudoffering-cards .cloudOffercard9:hover .overlay {
  background-image: url(images/cloudservice/cloudoverlay_global.png);
  scale: 1;
}
/*it infrastructure */

.itInfrastructure .largeimg {
  height: auto;
  /* width: auto; */
}
.itInfrastructure .smallimg {
  height: auto;
  /* width: auto; */
}
.itInfrastructure .itInfraHeading {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.itInfrastructure .networkdesign-sidetext {
  position: absolute;
  bottom: 30px;
  left: 30px;
  height: 75%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: white;
}
.itInfrastructure .cloud-sidetext {
  position: absolute;
  bottom: 30px;
  left: 40px;
  height: 75%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  color: white;
}
.itInfrastructure .database-sidetext {
  position: absolute;
  bottom: 30px;
  left: 40px;
  height: 75%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  color: white;
}
.itInfrastructure .itInfraHeading h5 {
  text-align: start;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
.itInfrastructure .itInfraHeading .smalltext {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 20px;
  color: #747474;
}
.itInfrastructure .itInfraHeading p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-justify: inter-word;
  hyphens: auto;
  text-align: justify;
}
/* service-explaination */
.security_services_explainations .scrolldownHeading h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0px;
}
.security_services_explainations .scrolldownHeading .boldtext {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
.security_services_explainations .scrolldownHeading p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: justify;
}
.security_services_explainations .sc_content {
  position: relative;
  padding: 30px 50px;
  color: #747474;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 50%;
  text-align: justify !important;
}
.security_services_explainations .sc_content h6 {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 20px;
}
.security_services_explainations .c-right {
  left: 50%;
}
.security_services_explainations .c-left {
  left: 0;
}
.security_services_explainations .c-right h6 {
  text-align: left;
}
.security_services_explainations .c-left h6 {
  text-align: right;
}
.cloudoffering-cards.grabbingactive {
  cursor: grabbing;
}
.security_services_explainations .service_point::before {
  content: "";
  background-color: #e9edff;
  height: 100%;
  position: absolute;
  left: 50%;
  width: 10px;
  /* transform: translateX(-5px); */
  border-radius: 5px;
}
.security_services_explainations .service_point .center_line {
  background-color: #afbcf1;
  position: absolute;
  left: 50%;
  width: 10px;
  /* transform: translateX(-5px); */
  border-radius: 5px;
}
.security_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;
}
.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;
}

/*Reponsiveness*/

/* 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;
  }
  /*mordenCloud*/
  .mordenCloud .textsection h5 {
    font-size: 18px;
  }
  .mordenCloud .textsection p {
    font-size: 16px;
  }
  .mordenCloud .textsection .boldtext {
    font-size: 28px;
  }
  /*cloud Offering*/
  .cloudOffering h5 {
    font-size: 28px;
  }
  .cloudOffering .smalltext {
    font-size: 18px;
  }
  /*it infrastructure */
  .itInfrastructure .largeimg {
    height: 700px;
    /* width: auto; */
  }
  .itInfrastructure .itInfraHeading h5 {
    font-size: 28px;
  }
  .itInfrastructure .itInfraHeading .smalltext {
    font-size: 18px;
  }
  .itInfrastructure .itInfraHeading p {
    font-size: 16px;
  }
  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 18px;
  }
  .faq_section .faq_image .help_center {
    font-size: 28px;
  }
  /*service-scrolldown*/
  .security_services_explainations .scrolldownHeading h5 {
    font-size: 18px;
  }
  .security_services_explainations .scrolldownHeading .boldtext {
    font-size: 28px;
  }
  .security_services_explainations .scrolldownHeading p {
    font-size: 16px;
  }
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text h5 {
    font-size: 38px;
    text-align: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_cloud-banner-md.webp);
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu_text li {
    display: none !important;
  }
  /* mordenCloud*/
  .mordenCloud {
    background: linear-gradient(360deg, #302a72 30%, #d9daff 30%);
  }
  .mordenCloud .imagesection img {
    height: 350px;
    width: auto;
  }

  .mordenCloud .textsection h5 {
    font-size: 18px;
  }
  .mordenCloud .textsection p {
    font-size: 16px;
  }
  .mordenCloud .textsection .boldtext {
    font-size: 28px;
  }
  /*cloud Offering*/
  .cloudOffering h5 {
    font-size: 28px;
  }
  .cloudOffering .smalltext {
    font-size: 18px;
  }
  /*it infrastructure */
  .itInfrastructure .largeimg {
    height: 500px;
    /* width: auto; */
  }
  .itInfrastructure .networkdesign-sidetext {
    left: 70px;
  }
  .itInfrastructure .cloud-sidetext {
    left: 70px;
  }
  .itInfrastructure .database-sidetext {
    left: 40px;
  }
  .itInfrastructure .itInfraHeading h5 {
    font-size: 28px;
  }
  .itInfrastructure .itInfraHeading .smalltext {
    font-size: 18px;
  }
  /* service-explaination */
  .security_services_explainations .scrolldownHeading h5 {
    font-size: 18px;
  }
  .security_services_explainations .scrolldownHeading .boldtext {
    font-size: 28px;
  }
  .security_services_explainations .scrolldownHeading p {
    font-size: 16px;
  }
  .security_services_explainations .sc_content h6 {
    font-size: 22px;
  }
  .security_services_explainations .sc_content {
    padding: 0px 0px 50px 50px;
    width: 100%;
    font-size: 18px;
  }
  .security_services_explainations .sc_content.last {
    padding: 0px 0px 0px 50px;
  }
  .security_services_explainations .c-left {
    left: 0%;
  }
  .security_services_explainations .c-right {
    left: 0%;
  }
  .security_services_explainations .service_point::before {
    left: 0%;
  }
  .security_services_explainations .service_point .center_line {
    left: 0%;
  }
  .security_services_explainations .c-right h6 {
    text-align: left;
  }
  .security_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) {
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_cloud-banner-landsm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* mordenCloud*/
  .mordenCloud {
    background: linear-gradient(360deg, #302a72 30%, #d9daff 30%);
  }
  .mordenCloud .imagesection img {
    height: 350px;
    width: auto;
  }

  .mordenCloud .textsection h5 {
    font-size: 18px;
  }
  .mordenCloud .textsection p {
    font-size: 16px;
  }
  .mordenCloud .textsection .boldtext {
    font-size: 28px;
  }
  /*cloud Offering*/
  .cloudOffering h5 {
    font-size: 24px;
  }
  .cloudOffering .smalltext {
    font-size: 16px;
  }
  .cloudOffering .cloudoffering-cards .overlay {
    height: 350px;
    width: 280px;
  }

  .cloudOffering .cloudoffering-cards .customheight {
    height: 350px;
    width: 280px;
  }
  /*it infrastructure */
  .itInfrastructure .largeimg {
    height: 300px;
    /* width: auto; */
  }
  .itInfrastructure .smallimg {
    height: 300px;
    /* width: auto; */
  }
  .itInfrastructure .networkdesign-sidetext {
    left: 70px;
    font-size: 20px;
  }
  .itInfrastructure .cloud-sidetext {
    left: 70px;
    font-size: 20px;
  }
  .itInfrastructure .database-sidetext {
    left: 70px;
    font-size: 20px;
  }
  .itInfrastructure .itInfraHeading h5 {
    font-size: 28px;
  }
  .itInfrastructure .itInfraHeading .smalltext {
    font-size: 18px;
  }
  /* service-explaination */
  .security_services_explainations .scrolldownHeading h5 {
    font-size: 18px;
  }
  .security_services_explainations .scrolldownHeading .boldtext {
    font-size: 28px;
  }
  .security_services_explainations .scrolldownHeading p {
    font-size: 16px;
  }
  .security_services_explainations .sc_content {
    padding: 0px 0px 50px 50px;
    width: 90%;
  }
  .security_services_explainations .sc_content.last {
    padding: 0px 0px 0px 50px;
  }
  .security_services_explainations .c-left {
    left: 5%;
  }
  .security_services_explainations .c-right {
    left: 5%;
  }
  .security_services_explainations .service_point::before {
    left: 5%;
  }
  .security_services_explainations .service_point .center_line {
    left: 5%;
  }
  .security_services_explainations .c-right h6 {
    text-align: left;
  }
  .security_services_explainations .c-left h6 {
    text-align: left;
  }

  /*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) {
  .aboutusheader {
    background-image: url(images/qserve_cloud-banner-sm.webp);
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* mordenCloud*/
  .mordenCloud {
    background: linear-gradient(360deg, #302a72 25%, #d9daff 25%);
  }
  .mordenCloud .imagesection img {
    height: 300px;
    width: auto;
  }

  .mordenCloud .textsection h5 {
    font-size: 16px;
  }
  .mordenCloud .textsection p {
    font-size: 14px;
  }
  .mordenCloud .textsection .boldtext {
    font-size: 24px;
  }
  .cloudOffering h5 {
    font-size: 24px;
  }
  .cloudOffering .smalltext {
    font-size: 16px;
  }
  /*it infrastructure */
  .itInfrastructure .largeimg {
    height: 300px;
    /* width: auto; */
  }
  .itInfrastructure .smallimg {
    height: 300px;
    /* width: auto; */
  }
  .itInfrastructure .itInfraHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .itInfrastructure .networkdesign-sidetext {
    left: 40px;
    font-size: 18px;
  }
  .itInfrastructure .cloud-sidetext {
    left: 40px;
    font-size: 18px;
  }
  .itInfrastructure .database-sidetext {
    left: 40px;
    font-size: 18px;
  }
  .itInfrastructure .itInfraHeading h5 {
    text-align: center;
    font-size: 24px;
  }
  .itInfrastructure .itInfraHeading .smalltext {
    font-size: 16px;
  }
  .itInfrastructure .itInfraHeading p {
    font-size: 14px;
  }
  /* service-explaination */
  .security_services_explainations .scrolldownHeading h5 {
    font-size: 16px;
  }
  .security_services_explainations .scrolldownHeading .boldtext {
    font-size: 24px;
  }
  .security_services_explainations .scrolldownHeading p {
    font-size: 14px;
  }
  .security_services_explainations .sc_content h6 {
    font-size: 18px;
  }
  .security_services_explainations .sc_content {
    padding: 0px 0px 50px 30px;
    width: 90%;
    font-size: 14px;
  }
  .security_services_explainations .sc_content.last {
    padding: 0px 0px 0px 30px;
  }
  .security_services_explainations .c-left {
    left: 5%;
  }
  .security_services_explainations .c-right {
    left: 5%;
  }
  .security_services_explainations .service_point::before {
    left: 5%;
  }
  .security_services_explainations .service_point .center_line {
    left: 5%;
  }
  .security_services_explainations .c-right h6 {
    text-align: left;
  }
  .security_services_explainations .c-left h6 {
    text-align: left;
  }

  /*faq*/
  .faq_section .faq_image h6 {
    font-size: 16px;
  }
  .faq_section .faq_image .help_center {
    font-size: 24px;
  }
}
