/**** Basic setup here *****/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  background: #DADADA;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

a, span, i, p {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

**** body Content******
.top-bar.shape-img {
    width: 100% !important;
    position: absolute !important;
    top: -35px !important;
    left: 0 !important;
}


.body-content {
  padding: 0px 0px;
  background: #DADADA;
}

.body-content .mobile-title {
  text-align: center;
  display: none;
}

.body-content .mobile-title .industries {
  color: #FF7F00;
}

.body-content .mobile-title .business {
  color: #93032E;
}

.body-content .line-break {
  display: none;
}

/*.body-content h2 {*/
/*  font-size: 95px;*/
/*  margin-right: 10px;*/
/*  font-weight: 700;*/
/*}*/

.body-content img {
  margin-left: 10px;
}

.body-content .shoutout {
  color: #93032E;
}

.body-content .content-wrapper {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-content .line-3 h2 {
  color: #FF7F00;
}

.body-content .line-5 {
  text-align: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.body-content .line-5 h2 {
  color: #FF7F00;
}
.top-bar.shape-img {
    width: 100% !important;
    position: absolute !important;
    top: -70px !important;
    left: 0 !important;
}

****** Responsive *******
@media screen and (max-width: 1780px) {
  .content-wrapper h2 {
    font-size: 67px;
  }
  .content-wrapper img {
    width: 110px;
  }
  .top-bar.shape-img {
    top: -60px !important;
  }
}
@media screen and (max-width: 1600px) {

  .top-bar.shape-img {
    top: -47px !important;
  }
}
@media screen and (max-width: 1440px) {
.top-bar.shape-img {
    top: -35px !important;
}
}
@media screen and (max-width: 1366px) {

  .top-bar.shape-img {
    top: -30px !important;
  }
}
@media screen and (max-width: 1024px) {

  .top-bar.shape-img {
    top: -7px !important;
  }
}

@media screen and (max-width: 768px) {

  .top-bar.shape-img {
    top: 12px !important;
  }
}
@media screen and (max-width: 600px) {

  .top-bar.shape-img {
    top: 23px !important;
  }
}

@media screen and (max-width: 414px) {

    .top-bar.shape-img {
        top: 35px !important;
    }
}
@media screen and (max-width: 360px) {

    .top-bar.shape-img {
        top: 40px !important;
    }
}

@media screen and (max-width: 1440px) {
  .content-wrapper h2 {
    font-size: 45px !important;
    line-height: 1.5;
  }
  .content-wrapper img {
    width: 100px;
  }
  .content-wrapper img {
    width: 99px;
}
  
  
  
  
  
  
}

/*@media screen and (max-width: 1200px) {*/
/*  .content-wrapper h2 {*/
/*    font-size: 38px !important;*/
/*  }*/
/*  .content-wrapper img {*/
/*    width: 77px !important;*/
/*  }*/
/*}*/


/*@media screen and (max-width: 992px) {*/
/*  .mobile-title {*/
/*    display: block !important;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .mobile-title h2 {*/
/*    font-size: 52px;*/
/*    font-weight: 700;*/
/*  }*/
/*  .content-wrapper {*/
/*    text-align: center;*/
/*  }*/
/*  .content-wrapper h2 {*/
/*    font-size: 42px;*/
/*    display: none;*/
/*  }*/
/*  .content-wrapper img {*/
/*    width: 120px;*/
/*  }*/
/*  .content-wrapper.line-1 {*/
/*    justify-content: center;*/
/*}*/
/*.content-wrapper.line-3 {*/
/*    justify-content: center;*/
/*}*/
  
  
  
/*}*/

/*@media screen and (max-width: 768px) {*/
/*  .mobile-title h2 {*/
/*    font-size: 38px;*/
/*    font-weight: 700;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 540px) {*/
/*  .mobile-title h2 {*/
/*    font-size: 48px;*/
/*    font-weight: 700;*/
/*  }*/
/*  .line-break {*/
/*    display: block !important;*/
/*  }*/
/*  .content-wrapper img {*/
/*    width: 90px;*/
/*    margin: 10px 5px;*/
/*  }*/
/*  .content-wrapper {*/
/*    margin-bottom: 0;*/
/*  }*/
/*}*/
/*# sourceMappingURL=style.css.map */