<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&amp;display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
}

p {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 15px;
}
 
 .back-to-top {
    position: fixed;
    display: none;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
     background: rgba(0,0,0,.2);
    color: #fff;
}

  
.back-to-top:hover {
    background: #c75000;
    color: #fff;
}

 .pl-15{
            padding-left: 15px;
         }


.r-logo {
  padding: 10px 0;
}

.orange-bullet ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c75000;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.image-wrap {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  overflow-x: hidden;
}

.banner-content {
  position: absolute;
  z-index: 9;
  top: 200px;
  /*top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.img-content img {
  width: 100%;
  /*height: 100vh;*/
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background: #530473;*/
  opacity: .8;
  z-index: 999;
  height: 100%;
}

.ban-btn {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  border-radius: 4px;
}

.btn-red {
  background-color: red;
}

.btn-green {
  background-color: #4CAF50;
}

.orange-heading-chat {
  color: #c75000;
}

.orange-heading-chat span {
  font-weight: 700;
}

.main-heading {
  line-height: 78px;
  margin-bottom: 0;
  color: #c75000;
  text-align: center;
}

.main-heading span {
  font-weight: 700;
}

.blue-bg {
  background: #195176;
}

.light-blue-bg {
  background: #e6eaed;
}

.about-section {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  /*width: 650px;*/
  width: 60%;
  margin: auto;
  display: block;
  color: #000;
    margin-top: -130px;
  /* position: absolute;
top: 0px;*/
}

 
.about-section p {
  /* margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/
}

.banner-content img {
  width: 35px;
}

.about-section p {
  font-size: 1.125rem;
  text-align: left;
}

.mt-100 {
  margin-top: 120px;
}

.grey-border-bottom {
  border-bottom: 1px solid #9c9c9c;
}


/*Card Styling*/

.card {
  font-family: 'calibri', sans-serif;
  display: block;
  /*margin-bottom: 20px;*/
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .25s;
      min-height: auto!important;
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
    .card::before, .card::after, .blue-bg:after, .blue-bg:after {
       display: none;
    }
.card-img {
  padding: 20px 0px 0px 15px;
}

.card-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.card-subtitle {
  color: #c75000;
  font-weight: 700;
}

.pull {
  float: left;
}

.push {
  float: right;
}

.card__wrap--inner {
  padding: 12px;
}

.card__sub {
  padding: 0 18px;
}
.card__footer span {
  color: #fff;
}
.card__footer {
  padding: .75rem 1.25rem;
  overflow: hidden;
}

.card__footer:last-child {
  border-radius: 0 0 calc(15px - 1px) calc(15px - 1px);
}

/*social icon on card*/
.profilelinkedin-icon {
       color: #ffffff;
    background: #195176;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 90px;
}


/*Card Flex Code*/

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card__wrap--outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.card__wrap--inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 722px) {
  .card__wrap--inner {
    width: 100%;
  }
  .profilelinkedin-icon {
    margin-bottom: 10px;
}
}

@media (min-width: 1024px) {
  .card__wrap--inner {
    width: 33.33%;
  }
}

.flexible {
  flex-grow: 1;
}

.line-hover {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 10px auto;
  text-align: center;
  color: black;
  max-width: 100%;
  position: relative;
}

.line-hover:before {
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background: #9c9c9c;
  left: 85px;
  top: 50%;
  position: absolute;
}

.line-hover:after {
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background: #9c9c9c;
  right: 85px;
  top: 50%;
  position: absolute;
}

.footer-text {
  color: #fff;
  padding: 10px 0;
}



@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
.card__footer span {
    font-size: 13px;
}
.card__footer i {
    font-size: 13px;
}
.card__footer  .pr-3 {
    padding-right: 1rem!important;

}
.card__footer  .pl-3 {
    padding-left: 1rem!important;

}
}

.chat-page-mt {
    margin-top: 100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .chat-page-mt {
        margin-top: 133px;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .r-logo {
    height: 60px;
  }
  .main-heading {
    line-height: 30px;
    font-size: 1rem;
        margin-top: 30px;
    text-align: center;
  }
  .pt-3,
  .py-3 {
    padding-top: 0rem!important;
  }
  .banner-content {
    top: 180px;
  }
  .banner-content h1 {
    font-size: 0.875rem!important;
    margin-bottom: 0px;
  }
  .banner-content h2 {
    font-size: 0.8125rem!important;
    margin-bottom: 0px;
  }
  .banner-content h3 {
    font-size: 0.75rem!important;
    margin-bottom: 0px;
  }
  .banner-content p {
    font-size: 0.6875rem!important;
    margin-bottom: 0px;
  }
  .banner-content p small {
    font-size: 0.625rem!important;
    margin-bottom: 0px;
  }
  .banner-content img {
    width: 1.25rem;
  }
  .img-content img {
    /*height: 20vh;*/
  }
  .about-section {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
  }
  .orange-heading-chat {
    font-size: 1.125rem!important;
  }
  h3 {
    font-size: 1rem!important;
  }
  .about-section p {
    font-size: 1rem!important;
  }
  .mt-100 {
    margin-top: 10px;
  }
  .audience-section {
    padding-left: 15px;
  }
  .procurement-section {
    padding-right: 15px;
  }
  .line-hover:before {
    width: 30%;
    left: 30px;
  }
  .line-hover:after {
    width: 30%;
    right: 30px;
  }
  .card{
    margin-bottom: 0;
  }
  .card__wrap--inner {
    padding-bottom: 0;
  }
  .m-pb10 {
    margin-bottom: 10px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .card__wrap--inner {
    width: 50%;
  } 
}


@media screen and (min-device-width: 768px) and (max-device-width: 1349px) {
 .banner-content {
    top: 347px;
  }
  .about-section {
    width: 100%;
    margin-top: 0px;
  }
  .orange-heading-chat {
    font-size: 1.125rem!important;
  }
  h3 {
    font-size: 1rem!important;
  }
  .about-section p {
    font-size: 1rem!important;
  }
    .banner-content h3 {
         font-size: 1rem!important;
    }
    .banner-content h1 {
         font-size: 1.25rem!important;
    }
    .banner-content h2 {
         font-size: 1.5rem!important;
    }
    .banner-content p {
         font-size: 1rem!important;
    }

}

@media screen and (min-device-width: 1350px) and (max-device-width: 1720px) {
  /* STYLES HERE */
  .banner-content {
    top: 350px;
  }
  .about-section {
    margin-top: -100px;
  }
}


@media screen and (min-device-width: 1721px) and (max-device-width: 1930px) {
  /* STYLES HERE */
  .banner-content {
    top: 350px;
  }
  .about-section {
    margin-top: -130px;
  }
}


@media screen and (min-device-width: 1930px)  {
  /* STYLES HERE */
  .banner-content {
    top: 400px;
  }
  .about-section {
    margin-top: -130px;
  }
}




@media screen and (min-device-width: 320px) and (max-device-width: 479px) {
 .profilelinkedin-icon {
        position: relative;
     top: 0px; 
     left: 0px; 
    /*margin-left: 50%;*/
    margin-top: 0%;
    margin: 5px auto 10px auto;
}
}
@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
 .profilelinkedin-icon {
      position: relative;
     top: 0px; 
     left: 0px; 
    /*margin-left: 40%;*/
    margin-top: 0%;
     margin: 5px auto 10px auto;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
 .profilelinkedin-icon {
    top: 75px;
    left: 90px;
}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px) {
 .profilelinkedin-icon {
    top: 105px;
    left: 120px;
}
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
 .profilelinkedin-icon {
    top: 65px;
    left: 75px;
}
}

</pre></body></html>