/*** font ***/
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Italic';
  src: url("../fonts/Rubik/Rubik-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik/Rubik-Medium.ttf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik/Rubik-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'SourceSansPro-italic';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

/*** font ***/
.banner-software-testing .banner-info-container {
  padding-top: 154px;
  padding-bottom: 154px; }

.banner-software-testing .banner-img-container img {
  max-width: 380px;
  width: 100%; }

/*** OUR MAIN PRIORITIES SECTION ***/
.main-priorities {
  padding-top: 130px;
  padding-bottom: 65px; }
  .main-priorities .section-title .shadow-title-section {
    white-space: nowrap;
    width: 100%;
    overflow: hidden; }
  .main-priorities .main-priorities-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px; }
    .main-priorities .main-priorities-img-container img {
      max-width: 350px;
      width: 100%;
      max-height: 365px;
      height: auto; }
  .main-priorities .main-priorities-content-container h2, .main-priorities .main-priorities-content-container h3, .main-priorities .main-priorities-content-container h4, .main-priorities .main-priorities-content-container h5 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 25px; }
  .main-priorities .main-priorities-content-container p {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 25px; }
    .main-priorities .main-priorities-content-container p b {
      font-family: "SourceSansPro-Regular";
      font-weight: 600; }
  .main-priorities .main-priorities-content-container ul.list-container {
    padding-left: 16px;
    list-style: none;
    position: relative;
    margin-bottom: 25px; }
    .main-priorities .main-priorities-content-container ul.list-container li {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151;
      margin-bottom: 15px; }
      .main-priorities .main-priorities-content-container ul.list-container li:before {
        content: "\2022";
        position: absolute;
        color: #183D85;
        font-weight: bold;
        display: inline-block;
        width: 6px;
        margin-left: -1em; }

/*** OUR MAIN PRIORITIES SECTION ***/
/*** SERVICES WE OFFER ***/
.services-we-offer {
  padding-top: 130px;
  padding-bottom: 65px;
  background: #F6FCFE; }
  .services-we-offer .shadow-title-section {
    width: 100%;
    color: #ffffff;
    white-space: nowrap; }
  .services-we-offer .services-we-offer-content-container {
    margin-top: 15px; }
    .services-we-offer .services-we-offer-content-container p {
      font-family: "SourceSansPro-Light";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151;
      margin-bottom: 25px; }
      .services-we-offer .services-we-offer-content-container p b {
        font-family: "SourceSansPro-Regular";
        font-weight: 600; }
  .services-we-offer .services-we-offer-img-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .services-we-offer .services-we-offer-img-container img {
      max-width: 350px;
      width: 100%;
      max-height: 335px;
      height: auto; }

/*** SERVICES WE OFFER ***/
/*** WHAT KIND OF QUALITY SECTION ***/
.what-kind-of-quality {
  padding-top: 130px;
  padding-bottom: 65px; }
  .what-kind-of-quality .shadow-title-section {
    width: 100%;
    white-space: nowrap; }
  .what-kind-of-quality .what-kind-of-quality-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .what-kind-of-quality .what-kind-of-quality-img-container img {
      max-width: 350px;
      width: 100%;
      max-height: 391px;
      height: auto; }
  .what-kind-of-quality .what-kind-of-quality-content-container h2, .what-kind-of-quality .what-kind-of-quality-content-container h3, .what-kind-of-quality .what-kind-of-quality-content-container h4, .what-kind-of-quality .what-kind-of-quality-content-container h5 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    text-align: left;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 20px; }
  .what-kind-of-quality .what-kind-of-quality-content-container p {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 25px; }
    .what-kind-of-quality .what-kind-of-quality-content-container p b {
      font-family: "SourceSansPro-Bold";
      font-weight: 600; }

/*** WHAT KIND OF QUALITY SECTION ***/
/*** WHY CRISTAL LOGIC ***/
.why-crystal-logic {
  padding-top: 130px;
  padding-bottom: 65px;
  background: #F6FCFE; }
  .why-crystal-logic .shadow-title-section {
    width: 100%;
    white-space: nowrap;
    color: #ffffff; }
  .why-crystal-logic .why-crystal-logic-content-container p {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 20px; }
    .why-crystal-logic .why-crystal-logic-content-container p b {
      font-family: "SourceSansPro-Regular";
      font-weight: 600; }
  .why-crystal-logic .why-crystal-logic-img-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .why-crystal-logic .why-crystal-logic-img-container img {
      max-width: 350px;
      width: 100%;
      max-height: 392px;
      height: auto; }

/*** WHY CRISTAL LOGIC ***/
/*** HOW DO WE TRANSFORM SECTION ***/
.how-do-we-transform {
  padding-top: 130px;
  padding-bottom: 65px; }
  .how-do-we-transform .shadow-title-section {
    width: 100%;
    white-space: nowrap; }
  .how-do-we-transform .how-do-we-transform-img-container img {
    max-width: 350px;
    width: 100%;
    max-height: 340px;
    height: auto; }
  .how-do-we-transform .how-do-we-transform-content-container {
    padding-top: 35px; }
    .how-do-we-transform .how-do-we-transform-content-container ul.list-container li {
      margin-bottom: 20px; }

/*** HOW DO WE TRANSFORM SECTION ***/
/*** SOFTWARE TESTING COMPANY ***/
.software-testing-company {
  padding-top: 149px;
  padding-bottom: 65px;
  background: #F6FCFE; }
  .software-testing-company .shadow-title-section {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff; }
  .software-testing-company .section-subtitle {
    text-align: left;
    margin-bottom: 25px; }
  .software-testing-company .software-testing-company-content h2, .software-testing-company .software-testing-company-content h3, .software-testing-company .software-testing-company-content h4, .software-testing-company .software-testing-company-content h5, .software-testing-company .software-testing-company-content h6 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 20px; }
  .software-testing-company .software-testing-company-content p {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151; }
  .software-testing-company .software-testing-company-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .software-testing-company .software-testing-company-img img {
      max-width: 445px;
      width: 100%;
      max-height: 346px;
      height: auto; }

/*** SOFTWARE TESTING COMPANY ***/
