@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_networking-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;
}
/*Network Suite*/
.networksuite p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-justify: inter-word;
  hyphens: auto;
  text-align: justify;
}

.networksuite .networksuite_customheight .suitestitle {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 22px;
  width: 65%;
  left: 50px;
  letter-spacing: 3px;
  color: white;
  position: absolute;
  bottom: 35px;
}
.networksuite .networksuite_customheight {
  height: 350px;
  position: relative;
}
.networksuite h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: #302a72;
}
.networksuite .titleSmall {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #747474;
  text-transform: capitalize;
  letter-spacing: 0px;
}
/*securesuite*/

.descriptionSection .networkvectors {
  height: 450px;
  width: 100%;
}
.descriptionSection .selectedDataDesc {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.descriptionSection .selectedDataDesc p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  letter-spacing: 0px;
  text-justify: inter-word;
  hyphens: auto;
  text-align: justify;
}
.descriptionSection .selectedDataDesc .right {
  align-self: end;
}
.descriptionSection .bold_quorts {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 70px;
  color: white;
}
.securedatablock {
  overflow-x: scroll; /* allow scrolling */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.securedatablock::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.dataSection .securedatablock {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  flex: 1;
}
.dataSection .securedataList .seperatedata.textbold {
  font-weight: bold;
  color: white;
}
.dataSection .securedataList:hover .seperatedata {
  color: white;
}
.dataSection .securedataList {
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.dataSection .securedataList .seperatedata {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: capitalize;
  color: #302a72;
  letter-spacing: 0px;
  text-align: start;
}
.dataSection .securedataList img {
  height: 35px;
  width: auto;
}
.dataSection h5 {
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  color: white;
  margin: 0px;
}
.dataSection .titleSmall {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
  color: white;
  letter-spacing: 0px;
}
.dataSection {
  background-color: #4f499a;
}
.descriptionSection {
  background-color: #302a72;
}
/* 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;
}

.security_services_explainations .service_point::before {
  content: "";
  background-color: #e9edff;
  height: 100%;
  position: absolute;
  left: 50%;
  width: 10px;
  border-radius: 5px;
}
.security_services_explainations .service_point .center_line {
  background-color: #afbcf1;
  position: absolute;
  left: 50%;
  width: 10px;
  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;
}

/* animations */

/*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;
  }
  /*Network Suite*/
  .networksuite p {
    font-size: 16px;
  }

  .networksuite .networksuite_customheight .suitestitle {
    font-size: 16px;
    width: 65%;
    left: 45px;
    bottom: 30px;
  }
  .networksuite .networksuite_customheight {
    height: 300px;
  }
  .networksuite h5 {
    font-family: "eurostile-black";
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
    color: #302a72;
  }
  .networksuite .titleSmall {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #747474;
    letter-spacing: 0px;
  }
  /*securesuite*/

  .descriptionSection .networkvectors {
    height: 400px;
    width: 100%;
  }
  .descriptionSection .selectedDataDesc p {
    font-size: 18px;
  }
  .descriptionSection .bold_quorts {
    font-size: 60px;
  }
  .dataSection .securedataList .seperatedata {
    font-size: 18px;
  }
  .dataSection h5 {
    font-size: 28px;
  }
  .dataSection .titleSmall {
    font-size: 18px;
  }
  /*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_networking-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;
  }
  /*Network Suite*/

  .networksuite .networksuite_customheight .suitestitle {
    font-size: 18px;
    width: 68%;
    left: 45px;
    bottom: 40px;
  }
  .networksuite .networksuite_customheight {
    height: 300px;
  }
  .networksuite h5 {
    font-family: "eurostile-black";
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
    color: #302a72;
  }
  .networksuite .titleSmall {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #747474;
    letter-spacing: 0px;
  }
  /*securesuite*/

  .descriptionSection .networkvectors {
    height: 400px;
    width: 100%;
  }
  .descriptionSection .selectedDataDesc p {
    font-size: 18px;
  }
  .descriptionSection .bold_quorts {
    font-size: 60px;
  }
  .dataSection .securedataList .seperatedata {
    font-size: 18px;
  }
  .dataSection h5 {
    font-size: 28px;
  }
  .dataSection .titleSmall {
    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_networking-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;
  }
  /*Network Suite*/

  .networksuite .networksuite_customheight .suitestitle {
    font-size: 20px;
    width: 68%;
    left: 45px;
    bottom: 40px;
  }
  .networksuite .networksuite_customheight {
    height: 300px;
  }
  .networksuite h5 {
    font-family: "eurostile-black";
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
    color: #302a72;
  }
  .networksuite .titleSmall {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #747474;
    letter-spacing: 0px;
  }
  /*securesuite*/
  .descriptionSection .networkvectors {
    height: 300px;
  }
  .descriptionSection .selectedDataDesc p {
    font-size: 16px;
    font-weight: 300;
  }
  .descriptionSection .bold_quorts {
    font-size: 50px;
  }
  .dataSection .securedatablock {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    flex: 1;
  }
  .dataSection .securedataList .seperatedata {
    width: 200px;
    font-size: 18px;
    text-align: center;
  }
  .dataSection .securedataList {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .dataSection h5 {
    font-size: 28px;
  }
  .dataSection .titleSmall {
    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_networking-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;
  }
  /*Network Suite*/
  .networksuite p {
    font-size: 14px;
  }
  .networksuite .networksuite_customheight .suitestitle {
    font-size: 16px;
    width: 68%;
    left: 45px;
    bottom: 40px;
  }
  .networksuite .networksuite_customheight {
    height: 300px;
  }
  .networksuite h5 {
    font-size: 24px;
  }
  .networksuite .titleSmall {
    font-size: 16px;
  }
  /*securesuite*/
  .descriptionSection .networkvectors {
    height: 300px;
  }
  .descriptionSection .selectedDataDesc p {
    font-size: 14px;
    font-weight: 300;
  }
  .descriptionSection .bold_quorts {
    font-size: 50px;
  }
  .dataSection .securedatablock {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    flex: 1;
  }
  .dataSection .securedataList .seperatedata {
    width: 200px;
    font-size: 16px;
    text-align: center;
  }
  .dataSection .securedataList {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .dataSection h5 {
    font-size: 24px;
  }
  .dataSection .titleSmall {
    font-size: 16px;
  }
  /* 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;
  }
}
