/*slideshow*/
.slideshowContainer .column {
  padding: 0; }

/*entrepreneurs*/
.entrepreneursContainer .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 15px -10px 15px; }
  .entrepreneursContainer .sectionWrapper .sec {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 15px 15px 0 rgba(172, 189, 203, 0.25);
    transform: translate(0px, 0px);
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .entrepreneursContainer .sectionWrapper .sec {
        width: calc(100% / 3 - 20px); } }
    @media (max-width: 575.98px) {
      .entrepreneursContainer .sectionWrapper .sec {
        width: calc(100% / 2 - 20px); } }
    .entrepreneursContainer .sectionWrapper .sec img {
      width: 100%;
      max-height: 150px;
      opacity: 0.8; }
    .entrepreneursContainer .sectionWrapper .sec span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: #ffffff;
      z-index: 2;
      text-align: center; }
      @media (max-width: 575.98px) {
        .entrepreneursContainer .sectionWrapper .sec span {
          font-size: 16px; } }
    .entrepreneursContainer .sectionWrapper .sec:before {
      background-color: rgba(1, 163, 192, 0.6);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .entrepreneursContainer .sectionWrapper .sec:hover {
      box-shadow: 0 15px 50px 0 rgba(172, 189, 203, 0.5);
      transform: translate(0px, -5px); }

/*entrepreneurs*/
/*icons and images*/
.iconImgContainer .iconImgWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 10px 50px 0 rgba(172, 189, 203, 0.5);
  padding: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 15px; }
  .iconImgContainer .iconImgWrapper .iconSec {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between; }
  .iconImgContainer .iconImgWrapper span {
    display: block;
    font-size: 16px;
    text-align: center; }
  .iconImgContainer .iconImgWrapper img {
    display: block;
    margin: 0 auto 15px; }
  @media (max-width: 991.98px) {
    .iconImgContainer .iconImgWrapper .iconSec {
      flex: 0 0 50%;
      max-width: 50%; } }
  .iconImgContainer .iconImgWrapper .iconSec:nth-child(n + 3) {
    margin-top: 20px; }

/*icons and images*/
/*youtube video section*/
.videoContainer {
  background-image: url(../image/startup-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100% -100%; }
  .videoContainer .videoSection {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #ffffff; }
    .videoContainer .videoSection p {
      width: 700px;
      max-width: 100%;
      margin-bottom: 20px; }
    .videoContainer .videoSection h3 {
      font-size: 28px;
      margin-bottom: 20px; }

/*youtube video section*/
/*client review*/
.reviewWrapper {
  padding: 0 50px; }
  .reviewWrapper .owl-stage {
    display: flex; }
  .reviewWrapper .reviews {
    padding: 20px 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 15px; }
    .reviewWrapper .reviews .clientRating {
      margin-bottom: 10px; }
      .reviewWrapper .reviews .clientRating i.fa {
        color: gold; }
    .reviewWrapper .reviews .reviewDesc i.fa {
      position: relative;
      top: -5px;
      font-size: 12px; }
      .reviewWrapper .reviews .reviewDesc i.fa.fa-quote-right {
        margin-left: 5px; }
      .reviewWrapper .reviews .reviewDesc i.fa.fa-quote-left {
        margin-right: 5px; }
    .reviewWrapper .reviews .clientInfo {
      margin-top: auto; }
      .reviewWrapper .reviews .clientInfo .clientName {
        font-size: 20px;
        margin-bottom: 0; }

/*client review*/
/*featuredContainer*/
.featuredContainer .owl-stage {
  display: flex; }

.featuredContainer .featuredNews {
  padding: 0 50px; }
  .featuredContainer .featuredNews .news {
    display: flex;
    border-radius: 15px;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    height: 100%;
    flex-direction: column;
    background-color: #ffffff; }
    .featuredContainer .featuredNews .news .imgSec img {
      max-width: 100%;
      width: auto;
      margin: 0 auto 15px;
      height: auto;
      max-height: 150px; }
    .featuredContainer .featuredNews .news .newsInfo {
      font-size: 16px;
      text-transform: capitalize;
      flex-grow: 1;
      display: inline-flex;
      flex-direction: column; }
      .featuredContainer .featuredNews .news .newsInfo h3.newsheading {
        font-size: 18px; }
      .featuredContainer .featuredNews .news .newsInfo .dateLink {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-bottom: 0px;
        margin-top: auto; }
        .featuredContainer .featuredNews .news .newsInfo .dateLink span {
          font-weight: 500;
          display: inline-block; }
        .featuredContainer .featuredNews .news .newsInfo .dateLink a {
          color: #2ab26f;
          transition: 0.3s; }
          .featuredContainer .featuredNews .news .newsInfo .dateLink a:hover {
            color: #1d2c4c; }
        @media (max-width: 575.98px) {
          .featuredContainer .featuredNews .news .newsInfo .dateLink {
            flex-direction: column;
            align-items: flex-start; }
            .featuredContainer .featuredNews .news .newsInfo .dateLink a {
              margin-top: 5px; } }
      .featuredContainer .featuredNews .news .newsInfo .author span {
        font-weight: 500;
        display: block;
        margin-bottom: 5px; }
      .featuredContainer .featuredNews .news .newsInfo .quickDesk p {
        color: #767676;
        margin-bottom: 10px; }

/*featuredContainer*/
/*service provider*/
.serviceProviderContainer .serviceProviderInfo {
  text-align: center;
  margin-bottom: 15px; }

.serviceProviderContainer p {
  text-align: center; }

.serviceProviderContainer .serviceProviderImg {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .serviceProviderContainer .serviceProviderImg img {
    max-width: calc(100% / 2);
    flex-basis: calc(100% / 2);
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .serviceProviderContainer .serviceProviderImg img {
        max-width: 80%;
        flex-basis: 80%; } }
    @media (max-width: 575.98px) {
      .serviceProviderContainer .serviceProviderImg img {
        max-width: 100%;
        flex-basis: 100%; } }

/*service provider*/
/*thankyou page*/
.container.thankyou {
  text-align: center;
  margin-bottom: 40px; }
  .container.thankyou p {
    text-align: center; }

/*thankyou page*/
.homePage div#itemView, .homePage div#eventView {
  margin-bottom: 0px; }
  .homePage div#itemView .item:nth-child(n + 4), .homePage div#itemView .event:nth-child(n + 4), .homePage div#eventView .item:nth-child(n + 4), .homePage div#eventView .event:nth-child(n + 4) {
    display: none; }

.homePage .contentWrapper:nth-child(odd) {
  background: linear-gradient(130deg, #0e5b70, #057247); }
  .homePage .contentWrapper:nth-child(odd) .subSectionHeading, .homePage .contentWrapper:nth-child(odd) .page-header, .homePage .contentWrapper:nth-child(odd) p {
    color: #ffffff; }

.homePage .contentWrapper:nth-child(even) {
  background: linear-gradient(120deg, rgba(42, 178, 111, 0.15) 0%, rgba(0, 132, 186, 0.15) 100%); }
  .homePage .contentWrapper:nth-child(even) .page-header {
    color: #056865; }
