html {
  overflow-x: hidden;
}

body {
  background: #fff;
  /* font-size: 15px; */
  /* font-weight: 400; */
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  /* font-size: 28px; */
  font-weight: 700;
  font-family: 'MontserrAt', sans-serif;
  /*line-height: 30px;*/
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}
/*::marker{
  color: #53557c;
  font-size: 25px;*/
}
.img-right {
  margin-left: 80px !important;
}
.img-left {
  margin-right: 80px !important;
}
a a:focus {
  outline: none;
}
b, strong {
  font-weight: 600 !important;
}

p {
  font-weight: 300;
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /* margin: 0px; */
  font-size: 18px;
  line-height: 25px;
}

/*img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}*/
.mt-80{
  margin-top: 10%;
}

#header-banner{
  /*height: 535px;*/
  /* padding-top: 83px; */
}
#about,#about1, #why-canada p{
  text-align:justify;
  /*word-spacing:-2px;*/

}

 #pro-eligibility, #pro-partners{
  background: #ec8e29;
   overflow:auto;
}
 #pro-structure .program-title{
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    background: #291b68;
    border-radius: 20px;
    padding: 20px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
  }

  #pro-partners .program-title{
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    background: #291b68;
    border-radius: 20px;
    padding: 20px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
  }

/* G91 Program 2025 starts here*/


.header {
  background: url('../img/header-image.jpg') no-repeat center center/cover;
  height: 124px;
  display: flex;
   align-items: center;
  padding-left: 2rem; /* Add left padding */
  text-align: left;
  justify-content: flex-start;  /* Align content to the left */
}

.header h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  background: rgba(0, 0, 0, 0.3); /* semi-transparent black */
  padding: 0.5rem 1rem;
  border-radius: 12px;           /* rounded corners */
  display: inline-block;   
   text-align: left;
}

.fintech-section {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 4rem;
  background-color: rgba(246, 146, 30, 0.3); /* 30% opacity */
  background-image: url('../img/line-image.png');   /* Replace with correct filename */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 150px auto;
  padding: 50px;
}


.fintech-card {
 /* background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  gap: 0.75rem; /* Adds spacing between .top-row and <p> */
}

.fintech-card .top-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.icon {
  font-size: 2rem;
  /*background: #1f1f1f;*/
  color: #fff;
/*  width: 45px;
  height: 45px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 8px;*/
}

.fintech-card h3 {
  font-size: 20px;
   font-weight: 700;
  font-family: 'MontserrAt', sans-serif;
  margin: 0;
}

.fintech-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #d67705;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 99999;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}


/* about gateway91 section*/


.about-section {
  width: 100%;
  /*background-color: rgba(246, 146, 30, 0.3);  30% opacity orange */
  background-color: #ededed;
  padding: 50px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.about-left {
  /*flex: 1 1 60%;*/
   flex: 1 1 50%;
}

.about-left h2 {
  color: #f6921e;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-left p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}


.about-section ul li{
  text-align: left;
  /*font-size: 0.95rem;*/
  font-size: 0.90rem;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.80rem;
}

.week-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  justify-content: center;
  margin: 0 auto;
  /*max-width: 600px; /* Optional: to avoid full-width stretch */
   margin-bottom: -100px; /* overlaps the next section */
  position: relative;
  z-index: 5; /* ensures it's above the next section */
}

.week-card {
  background-color: #f49b3b;
  color: #fff;
  padding: 1.5rem 1rem;
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 300px;
}

.week-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px #423f3f;
}

.week-card span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;

}

.week-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  color:#000;
  font-weight: 600;
}

.about-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-right img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Program */

.program-section {
  position: relative;
  background-image: url('../img/fort-bg.png');
  background-size: cover;
  background-position: center;
  padding: 15rem 1rem;
  overflow: hidden;
      /*margin-top: -127px;*/
      padding-top: 100px; /* adjust based on overlap height */
  position: relative;
  z-index: 0;
}

.overlay-half {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #fbddb9;
  z-index: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.program-section h1 {
  color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 469px;
    margin-bottom: 100px;

}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.program-card {
  background-color: rgba(244, 155, 59, 0.87);
  border-radius: 20px;
  padding: 1.5rem;
  color: white;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  backdrop-filter: blur(2px);
}

.program-card h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem;
}

.program-card:nth-child(even) {
  transform: translateY(60px); /* push even cards down */
}

.program-card:nth-child(odd) {
  transform: translateY(0); /* keep odd cards in original position */
}


.program-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}

.program-card .icon {
  /*width: 50px;*/
  height: auto;
  display: block;
  margin: 0 auto;
}

.line-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  z-index: 2;
}


/*participants*/


.participants-section {
  /*background-color: #fbddb9;*/
  background-color: #ededed;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.participants-section h1 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #f6921e;
  font-weight: 700;

}

.participants-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.participant-card {
  display: flex;
  align-items: center;
  gap: 1rem; /* space between icon and heading */
  text-align: left;
  padding: 1rem;
}

.participant-card img {
  width: 50px;
  height: auto;
  margin-bottom: 0; /* remove bottom margin if previously set */
}

.participant-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.participant-card p {
  margin-top: 0.25rem;
}

.line-decoration {
  position: absolute;
  top: 10px;
  right: 0;
  width: 124px;
  height: auto;
  z-index: 0;
}

/* edition */

.edition-section {
  width: 100%;
}

.edition-section .program-bg {
  background-image: url('../img/past-edition-bg.png');
  background-size: cover;
  background-position: center;
  padding: 15rem 2rem 4rem;
  position: relative;
  text-align: center;
}

.edition-section h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto 100px;
  width: 531px;
}

.edition-section .highlight-cards {
  display: flex;
  justify-content: center;
  gap: 6rem;
  position: relative;
  z-index: 2;
  margin-top: -5rem; /* Pulls the cards down into the white section */
}

.highlight-card {
  background-color: rgba(244, 155, 59, 0.87);
  border-radius: 20px;
  padding: 1.5rem;
  color: white;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  width: 180px;
  margin-bottom: -155px;
}

.highlight-card h2 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px #423f3f;
}

.highlight-card p {
  margin: 0.5rem 0 0;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.edition-section .logo-section {
  background-color: #fff;
   /*background-color: #ededed;*/
  padding: 8rem 2rem 4rem;
  position: relative;
  z-index: 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

.logo-grid img {
  max-width: 100px;
  /*border: 2px solid #ccc;*/
  /*border-radius: 12px;*/
  padding: 0.5rem;
  /*background: white;*/
}

/* Hear past */

  .hear-section {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #fbddb9;
  gap: 10rem; /* 👈 Add gap between left and right */
    }

    .hear-left {
      flex: 1 1 300px;
      max-width: 300px;
      padding: 20px;
      text-align: center;
    }

    .hear-left img {
      max-width: 100%;
      height: auto;
    }

    .hear-right {
      flex: 1 1 500px;
      padding: 20px;
    }

    .video-wrapper {
      background-color: #fabd7c;
      border-radius: 20px;
      padding: 10px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .video-wrapper video,
    .video-wrapper img {
      width: 100%;
      border-radius: 15px;
    }


/* Fintech */


.fintech-experience-section {
  position: relative;
  background: url('../img/fintech-bg.png') no-repeat center center/cover;
  padding: 4rem 1rem;
  /*min-height: 100vh;*/
   min-height:350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Optional: tint overlay */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

.fintech-experience-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 2rem;
}

.fintech-experience-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}

.feature-box {
  display: flex;
  align-items: center;
  background-color: #f6921e;
  border-radius: 20px;
  padding: 1rem;
  flex: 1 1 300px;
  color: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-box p{
  color: #000;
  font-weight: 400;
}

.feature-icon {
  /*width: 50px;
  height: 50px;*/
  margin-right: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fintech-experience-features {
    flex-direction: initial;
    align-items: center;
  }

.fintech-experience-section {
  position: relative;
  background: url('../img/fintech-bg.png') no-repeat center center/cover;
  padding: 4rem 1rem;
  min-height: 100vh;
  /*min-height: 692px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}


  .feature-box {
    width: 100%;
    max-width: 400px;
  }
}


/*Fintech journey*/

.fintech-journey {
  /*background-color: #fbddb9;*/
  background-color: #ededed;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
  background-image: url('../img/line-image.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}

.fintech-journey h1 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #f6921e;
  margin-bottom: 2rem;
}

.fintech-journey h2{
    font-weight: 700;
    font-family: 'MontserrAt', sans-serif;
    font-size: 1.2rem;
}

.fin-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.column {
  flex: 1;
  padding: 1rem 2rem;
  box-sizing: border-box;
  position: relative;
}

.left .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: auto;
}

.logo {
  height: 50px;
  margin-bottom: 1rem;
}


.separator {
  width: 1px;
  border-left: 2px dotted #f6921e;
  margin: 0 1rem;
}

/* Market experience */

.market-experience {
  background-color: #fbddb9;
  padding: 3rem 1rem;
}

.market-experience h1 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #f6921e;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.market-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.market-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.market-card h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
  text-align: center;
}

.market-card p {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.5;
}



/* Program inclusions */


.program-inclusions-section {
  /*background-color: #fbddb9;*/
  background-color: #ededed;
  padding: 4rem 1rem;
  position: relative;
}

.strip-bg {
  background-image: url('../img/strip-line.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 120px;
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.program-inclusions-title {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #f6921e;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.program-inclusions-grid {
 max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  column-gap: 2rem;
  row-gap: 1.5rem; /* Reduced vertical spacing */
  position: relative;
  z-index: 1;
}

.program-inclusions-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.program-inclusions-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.program-inclusions-item p {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.program-inclusions-item .highlight {
  color: #f6921e;
  font-weight: 600;
}


/* CTA */

    .cta-section {
      background: url('../img/cta-bg.png') no-repeat center right;
      background-size: cover;
      padding: 60px 20px;
      color: #000;
    }

    .cta-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
  flex-direction: row;
  justify-content: space-between;
    }


.cta-section p{

}
    .cta-row {
      display: flex;
      flex-direction: column;
    }

    .cta-left, .cta-right {
      box-sizing: border-box;
      /*padding: 20px;*/
    }

    .cta-left {
      width: 100%;
    }

    .cta-left h1 {
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .cta-left p {
      font-size: 18px;
      font-weight: bold;
      color: #000;
      width: 50%;
    }

    .cta-right {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .cta-right img {
      width: 100%;
      max-width: 180px;
      height: auto;
      margin-bottom: 20px;
    }

    .cta-button {
      background-color: #f6921e;
      color: white;
      padding: 14px 32px;
      border: none;
      border-radius: 999px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: #e67e00;
    }

    /* Responsive: side-by-side with equal height */
    @media (min-width: 768px) {
      .cta-row {
        flex-direction: row;
        align-items: stretch; /* ensures equal height */
      }

      .cta-left {
        width: 70%;
      }

      .cta-right {
        width: 30%;
      }
    
}





/*responsive*/

@media (max-width: 600px) {
.header h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.5rem;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
}
}

@media (max-width: 992px) {
  .fintech-section {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {

     .fintech-section {
    background-size: 100px auto;
    background-position: bottom center;
  }

.fintech-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.fintech-card .top-row {
  display: initial;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.fintech-card h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'MontserrAt', sans-serif;
  margin: 0;
  text-align: center;
}

}

@media (max-width: 992px) {
  .week-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-content {
    flex-direction: column;
  }

  .about-right {
    margin-top: 2rem;
  }

/*  .about-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
}

@media (max-width: 600px) {
  .week-boxes {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 992px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .program-section h1 {
  color: #fff;
  /*font-size: 2.1rem;*/
  font-size: 1.5rem;
  width: 100%;
}
  .program-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

.overlay-half {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4%;
  width: 100%;
  background-color: #fbddb9;
  z-index: 1;
}

.program-card:nth-child(n+1) {
  transform: translateX(0);
}
  .section-title {
    font-size: 1.6rem;
  }

  .line-image {
    width: 120px;
  }
}


@media (max-width: 992px) {
  .participants-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .participants-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .line-decoration {
    width: 100px;
  }
}


@media (max-width: 768px) {

.edition-section .program-bg {
  background-image: url('../img/past-edition-bg.png');
  background-size: cover;
  background-position: center;
  padding: 2rem 2rem 4rem;
  position: relative;
  text-align: center;
}


.week-boxes {
  gap: 2rem;
}

  .edition-section h1 {
    font-size: 1.5rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 7rem;
    width: 100%;
  }

  .highlight-cards {
    flex-direction: column;
    align-items: center;
    margin-top: -3rem;
  }

  .highlight-card {
    width: 90%;
    max-width: 320px;
    margin-bottom: -52px;
  }
}




@media (max-width: 600px) {
.edition-section .logo-section {
  background-color: #fff;
  padding: 4rem 2rem 4rem;
  position: relative;
  z-index: 0;
}
}

    @media (max-width: 768px) {
      .hear-section {
        flex-direction: column;
      }

      .hear-left,
      .hear-right {
        max-width: 100%;
      }
    }

@media (max-width: 768px) {
  .market-card-grid {
    grid-template-columns: 1fr;
  }

  .market-experience h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .program-inclusions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .program-inclusions-grid {
    grid-template-columns: 1fr;
  }

  .strip-bg {
    background-size: 80px;
    height: 80px;
  }

  .program-inclusions-title {
    font-size: 1.5rem;
    padding-top: 2rem;
  }

  .program-inclusions-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .program-inclusions-item img {
    width: 36px;
    height: 36px;
  }
}


/* ---------- Responsive Media Queries ---------- */

@media (max-width: 768px) {
  .fintech-experience-title {
    font-size: 1.8rem;
    padding: 0.4rem 0.8rem;
  }

  .feature-box {
    flex-direction: row;
    max-width: 90%;
    padding: 15px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
  }

  .feature-box p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .fintech-experience-title {
    font-size: 1.5rem;
  }

  .feature-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 10px;
  }

  .feature-box p {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .fin-container {
    flex-direction: column;
  }

  .separator {
    width: 100%;
    border-left: none;
    border-top: 2px dotted #f6921e;
    height: 1px;
    margin: 2rem 0;
  }

  .left .bottom-line {
    position: relative;
    margin-top: 2rem;
    width: 180px;
  }
}

 @media (min-width: 768px) {
      .cta-row {
        flex-direction: row;
      }

      .cta-left {
        width: 70%;
      }

      .cta-right {
        width: 30%;
        /*align-items: flex-start;*/
        justify-content: center;
      }

      .cta-right img {
        margin-left: auto;
        margin-right: auto;
      }

      .cta-button {
        margin-left: auto;
        margin-right: auto;
      }
    }

@media (max-width: 600px) {
.cta-left p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 100%;
}
}

/* G91 Program 2025 ends here */

/* ===============G91 program ================ */
#g91-program{
   background: url(../img/bg/G91-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;


}
.g91-program-text{
  color: #ffffff;
}
.g91-program-text h2{
  font-size: 38px;
  font-weight: 700 !important;
  line-height: 1.8;
}
.g91date-location{
  color: #ffffff;
}
.g91date-location p{
  font-size: 21px;
  font-weight: 500;
  line-height: 40px;
  text-align: justify;
  display: flex;
  align-items: center;
  margin: 10px -25px;
}

.g91date-location i{
  font-size: 50px;
}
/* =============G91 program End=================== */


/* =================Inclusion==================== */


#inclusion{
  background: #8075d3 !important;
  color: #fff;
  position: relative;
}
.list1, .list3{
  padding-left: 100px;
}
.list1, .list2, .list3 {
  font-size: 18px;
  line-height: 1.8;
}

.title1{
  background: #55567d;
  line-height: 52px;
  color: #fff;
  font-size: 25px !important;
  padding-top: 2px;
  padding-bottom: 0px;
  font-weight: 700 !important;
  position: relative;
  text-align: center;
  width: 50%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  
}

.title2{
  background: #55567d;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-size: 25px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.title3{
  background: #55567d;
  line-height: 52px;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-right: 40px;
  position: relative;
  text-align: right;
  width: 80%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  
}





/* ======================================== */
#highlights-g91 span{
  font-size: 15x;
}

#highlights-g91 h5{
    color: #53557c;
    font-size: 17px;
    font-weight: 700;
}

#highlights-g91 p{
  color: #8075d3;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.custom-btn {
  background-color: #8075d3;
  /* border-color: #8075d3; */
  border: none;
  color: white;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}

/* ================== Apply ==================== */
#apply{
  background: #53557c;
  color: #fff;
}

#apply h5{
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 10px;
}
#apply p{
  margin-bottom: 50px;
}
.apply-title h2{
  font-size: 40px;
  font-size: 700 !important;
}
/* =============takeaways=============== */

#takeaways{
  background: #8075d3;
}
.takeaways-title{
  margin-bottom: 30px;
}
.sub-title{
  margin-bottom: 20px;
}
.takeaways-title h2{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.sub-title h3{
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.pro-inner-title h3{
  color: #fff;
  font-size: 23px;
  margin-left: 50px;
  margin-bottom: 20px;
}
.pro-box h5{
  font-weight: 600;
}
.pro-box2 h5{
  font-weight: 600;
}
.pro-box{
  background: #55567d;
  line-height: 52px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 7px;
  padding-left: 60px;
  font-weight: 700 !important;
  position: relative;
  text-align: left;
  width: 80%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 15px;
}
.pro-box2{
  background: #55567d;
  line-height: 52px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 7px;
  font-weight: 900 !important;
  position: relative;
  text-align: left;
   padding-left: 50px;
  width: 100%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 15px;
}
.pro-box p,.pro-box2 p{
  color: #BDBBFD;
  font-weight: 400;
}

#video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* .responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

/* ===================g91-Edition====================== */

#g91-Edition{
  background: url(../img/bg/G91-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.g91-Edition-text{
  color: #ffffff;
}
.g91-Edition-text h2{
  font-size: 38px;
  font-weight: 700 !important;
  line-height: 1.8;
}
/* =============================== */

/* ===================g91-Edition====================== */

#g91-Edition2{
  background: url(../img/bg/G91-bg2.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.g91-Edition2-text{
  color: #ffffff;
}
.g91-Edition2-text h2{
  font-size: 38px;
  font-weight: 700 !important;
  line-height: 1.8;
}
/* =============================== */


#main-section{
  background: #8075d3;
}

/* ============== Testimonials ================= */
.Testimonials{

}
.testimonials-title h2{
    font-weight: 700;
    font-size: 40px;
}
.testimonials-title{
  background: #55567d;
  line-height: 52px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 900 !important;
  position: relative;
  text-align: center;
  width: 30%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#Testimonials h4{
  color: #fff;
  font-size: 18px;
}

#Testimonials h6{
  color: #000;
  font-size: 15px;
}

#Testimonials p{
  color: #fff;
  font-size: 17px;
  text-align: justify;
}
/* ========================================= */




/* ================================== */
#main2{
  background: #53557c;
  overflow: hidden;
  padding-bottom: 0;
}



/* ================ Team ================= */
#team-sec{
  background: url(../img/bg/team-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  /* padding: 20px; */
  padding: 52px;

}
.team-title h2{
  color: #8075d3;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.team-inner{
    color: #8075d3;
}
.team-inner h5{
  font-weight: 700;
  font-size: 18px;
}
.team-inner p{
  font-weight: 500;
  font-size: 17px;
}
/* ======================================= */

.about-startup h2{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-startup p{
  color: #fff;
  text-align: justify;
}
/* ======================================= */
.book-slot h6{
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  margin-top: 25px;
  padding-bottom: 20px;
}

/* ========================================= */
 #pro-eligibility{
background: url(../img/pro-eligibility/bg-shape.jpg) no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
 padding: 70px 0px 70px 0px;
}

 #pro-eligibility .program-title{
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    background: #291b68;
    border-radius: 20px;
    padding: 20px;
    width: 760px;
    margin-bottom: 80px;
    float: right;
  }


#pro-eligibility .accordion {
    margin-left: 50px;
    /*margin-bottom: 50px;*/
    margin-top: 10px;
}

#pro-eligibility .accordion .card {
    margin-bottom: -2px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 0px 10px 10px 0px;
}

#pro-eligibility .accordion .card-header {
     background: transparent; 
    cursor: pointer;
    /* padding: 10px 15px; */
    padding: 10px 10px;
    font-weight: 600;
    font-size: 17px;
    color: #291b68;
    border-bottom: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

  

#pro-eligibility .accordion .card-body {
    /* padding-left: 56px; */
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-size: 16px;
    line-height: 19px;
    color: #ec8e29;
    font-weight: 500;
    padding: 10px;
}

#pro-eligibility .accordion .header-title:after {
    font-family: "LineIcons";
    content: "\e93a";
    position: absolute;
    /* right: 10px; */
    right: -13px;
    /* color: #999; */
    color: #291b68;
    top: 50%;
    line-height: 1;
    padding: 0px 10px;
    margin-top: -7px;
    font-weight: 600;
}

.m-b-50{
  margin-bottom: 50px;
}

#pro-inclusion{
 background: url(../img/pro-inclusions/pro-inclusions-bg.jpg) no-repeat;
  background-size: cover;
  color: #212121;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

#pro-inclusion .program-title {
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    background: #ec8e29;
    border-radius: 20px;
    padding: 20px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

#pro-inclusion img{
  padding-bottom: 20px;
}

#pro-inclusion p{
  color: #f9ab5d;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
  font-size: 16px;
}

#pro-inclusion .btn-common {
  /*background-color: #Eb1C24;*/
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #291B68 !important;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
}

#pro-inclusion .btn-common:hover {
  color: #291B68 !important;
  background: #d3d3d3;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#pro-inclusion h2{
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.social-section{
  margin-top: 200px;
}

.social-section ul li{
  display: inline-block;
  padding-right: 25px;
}

#pro-partners{
 background: url(../img/pro-partners/bg-shape.jpg) no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
 padding: 70px 0px 70px 0px;
}


#about-sr{
  /*background: #f2f2f2;*/
  background: url(../img/about/bg-shape.jpg) no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
 padding: 70px 0px 70px 0px;
}

.about-content{
    /*background: #ffffff;*/
 /*   border-radius: 10px;
    padding: 50px;*/
}


#about-sr .program-title{
   color: #8071b3;
   font-size: 34px;
   line-height: 38px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 10px;
} 

#about-sr p{
  color: #291b68;
  font-weight: 500;
}

#about-sr a{
  font-size: 18px;
  color: #8071b3;
  font-weight: 500;
  line-height: 30px;
}

#about-sr img{
  float: left;
    height: auto;
    position: relative;
    /* margin-top: 14%; */
    margin-top: 27%;
}

.about-social{
  border-top: 2px solid #;

}

.p-t-30{
  padding-top: 30px;
}

.p-t-50{
  padding-top: 50px;
}

.p-t-100{
  padding-top: 100px;
}

.ptop50{
  padding-top: 50px;
  text-align: center;
}

.ptop20{
  padding-top: 20px;
  text-align: center;
}

.ptop30{
  padding-top: 30px;
}

.ptop-abt{
  padding-top: 20px;
  line-height: 30px;
}

.red-txt{
  color: #Eb1C24 !important;
}

.sep-right {
    border-right: 2px solid #efdfe1;
}

#apply-ima .btn {
    font-size: 24px;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

ul, ol {
  /* list-style: outside none none; */
  margin: 0;
  /* padding: 0; */
      padding: 10px;
}

ul li, ol li {
  /* list-style: none; */
}

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
  font-size: 18px;
}


.section-title {
  font-size: 32px;
  color: #212121;
  line-height: 52px;
  /*padding-bottom: 20px;*/
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  /*margin-bottom: 30px;*/
}

.section-title:before {
  position: absolute;
  content: '';
  left: 15px;
  bottom: 8px;
  width: 48px;
  height: 48px;
  /*background-color: #Eb1C24;*/
       /*background: url(../img/maple.png);*/
}

.section-title:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 24px;
  height: 24px;
  /*background-color: #Eb1C24;*/
     /*background: url(../img/maple.png);*/
}

.section-title:before, .section-title:after {
  left: 50%;
  margin-left: -45px;
}

.section-title:after {
  margin-left: -30px;
}

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #Eb1C24;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #Eb1C24;
  position: relative;
  z-index: 1;
  color: #fff !important;
}

.btn-common:hover {
  color: #fff !important;
  background: #7b080d;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #Eb1C24;
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}



#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #Eb1C24;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 60px 0;
}

.section-padding1 {
  padding: 20px 0;
}

.section-padding2 {
  padding: 70px 0px 0px 0px;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .info-bar-address {
  font-size: 14px;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: #Eb1C24;
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.navbar-brand img {
  /*width: 75%;*/
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-nav-collapse {
  background: #fff;
  /*z-index: 999999;*/
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #212121 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ec8e29  !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #ec8e29  !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  /*color: #fff;*/
  color: #291b68;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  border-left: 2px solid #291b68 !important;
}




/*.navbar-expand-lg .navbar-nav li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 15px;
  height: 2px;
  background: #Eb1C24;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;

}

.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}*/

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ec8e29;
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ec8e29 !important;
}

.navbar {
  padding: 0;
  background: #fff;
}

.navbar li.active a.nav-link {
  color: #ec8e29 !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #ec8e29;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #ec8e29;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ec8e29;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 10px;
    top: 0;
  }
  .navbar-brand img {
    width: 55%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #Eb1C24;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #ec8e29;
    background: #f5f5f5;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #ec8e29;
  }
}

.about-item {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.about-item .about-text {
  padding: 20px;
  background: #fff;
}

.about-item .about-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-item .about-text h3 a {
  color: #212121;
}

.about-item .about-text h3 a:hover {
  color: #Eb1C24;
}

.about-item .about-text .btn {
  margin-top: 10px;
}

.about-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

/* speaker video */

.speaker-txt{
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* resources */

.resource-item {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /*height: 455px;*/
    height: 480px;
}
    
.resource-item .resource-text {
  padding: 20px;
  background: #fff;
}

.resource-item .resource-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.resource-item .resource-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
  word-spacing: -2px;
}

.resource-item .resource-text h3 a {
  color: #212121;
}

.resource-item .resource-text h3 a:hover {
  color: #Eb1C24;
}

.resource-item .resource-text .btn {
  margin-top: 10px;
}

.resource-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

/* resources ends */

/* why canada */
#why-canada {
    background: #f3f4f3;
}

/* why canada ends*/
/* faqs */

/*#faq {
  background: #f3f4f3;
}*/

/* sector profile */
#sectors{
background: #f3f4f3;
}

#sectors .accordion .card-body {
  padding-left: 68px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
}

#sectors .section-title{
  margin-bottom: 0px;
}

/* sector profile ends */

#event-slides .video img {
  border-radius: 4px;
}

#event-slides .intro-desc {
  padding-bottom: 20px;
  line-height: 30px;
  text-align: justify;
  word-spacing: -2px;
}

#event-slides .intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#event-slides .list-specification li {
  margin-bottom: 10px;
  font-size: 15px;
}

#event-slides .list-specification li i {
  margin-right: 5px;
}

.counter-section {
  /*background: #Eb1C24;*/
   background: #f3f4f3;
  overflow: hidden;
  position: relative;
  /* 
    &:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.5);
    } */
}

.counter-section img{
      vertical-align: text-bottom;
}

.counter-section .section-title{
  /*color:#fff;*/
   color:#212121;
}
.counter-section .counter {
  /*padding: 30px 0;*/
}

.counter-section .counter .icon {
  /*margin-bottom: 15px;*/
}

.counter-section .counter .icon i {
  font-size: 60px;
  /*color: #fff;*/
  /*color: #212121;*/
  color: #Eb1C24;
}

.counter-section .counter p {
  font-size: 24px;
  /*color: #fff;*/
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-section .counter span {
  /*color: #fefefe;*/
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  line-height: 27px;
}

/* success stories */

.pbot4{
padding-bottom: 4px;
}
#success-stories {

    /*background: #fff;*/
    /*background: #f3f4f3;*/
}

 #success-stories .card {
     position: relative;
     display: flex;
     /*min-height: 330px;*/
     min-height: 368px;
     /*width: 330px;*/
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 11px;
     -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
     -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
     box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
 }

 #success-stories .card .card-body {
     /*padding: 1rem 1rem;*/
 }

 #success-stories .card-body {
     /*flex: 1 1 auto;*/
     padding: 1.25rem;
 }



#success-stories .padding {
     /*padding: 5rem;*/
   }


 #success-stories .profile {
     margin-top: 16px;
     margin-left: 11px;
 }

 #success-stories .profile-pic {
     width: 58px;
 }

 #success-stories .cust-name {
     font-size: 18px;
 }

 #success-stories .cust-profession {
     font-size: 10px;
 }

 #success-stories .items {
     width: 100%;
}


#success-stories .slick-slide img {
    display: block;
    margin: 0 auto;
}

/* success stories */

/* testimonials*/


#testimonials {
  background: url(../img/testimonials/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  color: #212121;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

#testimonials p{
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  padding-top: 10px;

}

#testimonials .program-title{
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    background: #ec8e29;
    border-radius: 20px;
    padding: 20px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

#testimonials .carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

#testimonials .carousel {
  height: 300px;
  padding-top: 45px;
}

#testimonials .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
}

#testimonials .carousel-indicators {
  cursor: pointer;
  /*bottom: 90px;*/
  bottom: 40px;
  display: none;
}

#testimonials .carousel-control:hover {
  display: block;
 /* transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;*/
  opacity: 0.8s;
}

/*#testimonials .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 815px;
}*/

#testimonials .carousel .media img {

  display: block;

}
#testimonials .carousel .testimonial {
  padding: 0 15px 0 60px ;
  position: relative;
}
#testimonials .carousel .t-quote::before {
  content: "\201d";
  font-family: Arial,sans-serif;
  color: #ec8e29;
  font-weight: bold;
  font-size: 150px;
  line-height: 54px;
  position: absolute;
  left: 58px;
  top: 0.2em;
}

.m-b-30{
  margin-bottom: 20px;
}

  
/*.t-quote{
   content: "\201d";
  font-family: Arial,sans-serif;
  color: #ec8e29;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}*/
#testimonials .carousel .overview b {
  text-transform: capitalize;
  color: #ec8e29;
}
#testimonials .carousel .carousel-indicators {
  bottom: -40px;
}
#testimonials .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  box-sizing: border-box;
}
#testimonials .carousel-indicators li { 
  background: #e2e2e2;
  border: 4px solid #fff;
}
#testimonials .carousel-indicators li.active {
  color: #fff;
  background: #1c47e3;    
  border: 5px double;    
}

#testimonials .carousel-control .lni-chevron-left {
  left: 15px;
}

#testimonials .carousel-control .lni-chevron-right {
  right: 15px;
}

#testimonials .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#testimonials .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 32px;
  /*border: 2px solid #fff;*/
  height: 85px;
  display: block;
  border-radius: 5px;
  background: #ec8e29;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
/*  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);*/

}

#testimonials .media{
float: left;
}

#testimonials .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
}

#testimonials .col-md-10 {

  max-width:100% ;
}

.lni-chevron-right:before, .lni-chevron-left:before  {
    position: relative;
    /*top: 1.6em;*/
    top: 0.8em;
    font-size: 30px;
    }

/*#testimonials-slide {
  margin-left: 50px;
  margin-right: 50px;
}

#testimonials .carousel-control.left {
  margin-left: -25px;
}

#testimonials .carousel-control.right {
  margin-right: -25px;
}*/

#testimonials .carousel-control i:hover {
  background:#ec8e29 ;
  color: #fff;
  opacity: 0.8s;
}

#testimonials .carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
  position: absolute;
  top: 10em;

}
/* testimonials ends */

/* Sponsors Area */
#sponsors {
  /*background: #f3f4f3;*/
}

#sponsors .spnsors-logo, #sponsors1 .spnsors-logo {
  text-align: center;
  border-radius: 4px;
  /*padding: 50px;*/
  padding: 15px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#sponsors .spnsors-logo:hover, #sponsors .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .5;
}*/

.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    /*opacity: .5;*/
}

.opa-layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Schedule Area */

#schedules .spnsors-logo, #sponsors1 .spnsors-logo {
    text-align: center;
    border-radius: 4px;
    /* padding: 50px; */
    padding: 15px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


#schedules {
  /*background: #f3f4f3;*/
}

#timeline {
  background: #ffff;
}

#timeline p{
  text-align: center;
}
#about1{
 background: #f3f4f3;
}

#schedule-tab {
  position: relative;
}

.schedule .schedule-tab-title {
  margin-bottom: 35px;
}

.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
 /* height: 90px;
  width: 255px;*/
   height: 60px;
  width: 180px;
  /*border-bottom: 1px solid #e5e5e5;*/
  transition: all 500ms ease;
  padding: 20px 20px;
  background: #f3f4f3;
}
#schedules .nav-tabs {
    border-bottom: none;
    overflow: hidden;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: #Eb1C24;
  /*border: 1px solid #Eb1C24;*/
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
    color: #2f323c;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.schedule .schedule-tab-title .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.schedule .schedule-tab-content .tab-content {
  /*box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);*/
}

.schedule .schedule-tab-content .card {
  border: none;
}

.schedule .show .card-body {
  background: #f3f4f3;
}

.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.schedule .card-header .images-box img {
  border-radius: 50%;
}

.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}

.schedule .card-header h4 {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
}

.schedule .card-header .name {
  position: relative;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.schedule .card-body {
  /*padding: 15px 70px 15px 110px;*/
  padding: 15px 0px 15px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-body .location {
  font-size: 13px;
  color: #777777;
}

.schedule .card-body .location span {
  color: #Eb1C24;
  margin-right: 5px;
}

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

.accordion .header-title:after {
  font-family: "LineIcons";
  content: "\e93a";
  position: absolute;
  /*right: 10px;*/
  right: -13px;
  /*color: #999;*/
  color:#eb1c24;
  top: 50%;
  line-height: 1;
  padding: 0px 5px;
  margin-top: -7px;
}

.accordion .collapsed:after {
  content: "\e940";
}

.accordion .card-header {
    background: #f9f9f9;
    cursor: pointer;
    /*padding: 10px 15px;*/
     padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
}

.accordion .card-header i {
  color: #Eb1C24;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  /*border-right: 1px solid #ddd;*/
}

.accordion .card-body {
  /*padding-left: 56px;*/
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
}

/* Services Item */
.services {
  background: #fff;
}

.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
}

.padding-none:nth-child(1) {
  border-left: none;
}

.padding-none:nth-child(4) {
  border-bottom: none;
  border-left: none;
}

.padding-none:nth-child(5) {
  border-bottom: none;
}

.padding-none:nth-child(6) {
  border-bottom: none;
}


.padding-none1 {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.padding-none1:nth-child(1) {
  border-left: none;
}

.padding-none1:nth-child(4) {
  border-bottom: none;
  border-left: none;
}

.padding-none1:nth-child(5) {
  border-bottom: none;
}

.padding-none1:nth-child(6) {
  border-bottom: none;
}

.services-wrapper {
  margin-top: 30px;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
}

.services-item .services-content h3  {
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #212121;
}

.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: #Eb1C24;
}

/* Gallery Section */
#gallery {
  background: #f3f4f3;
  position: relative;
}

#gallery .gallery-box {
  position: relative;
  margin-bottom: 30px;
}

#gallery .gallery-box .overlay-box {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 35%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#gallery .gallery-box .overlay-box i {
  background: #ffffff;
  color: #Eb1C24;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#gallery .gallery-box:hover .overlay-box {
  background: rgba(233, 30, 99, 0.7);
  transform: scale(1, 1);
  transition: all 500ms ease;
}

#gallery .gallery-box:hover .overlay-box i {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

/* Team Item */

#team{
  /*background: #8071b3;*/
  /*overflow: auto;*/
  padding: 70px 0px 130px 0px;
  background: url(../img/team/bg-shape.jpg) no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
}

#team h5{
  color: #fff;
  padding-top: 25px;
}

#team h6{
  color: #fff;
  font-size: 16px;
}

#team p{
  color: #fff;
}

#team a{
  color: #291B68;
  font-weight: 500;
}
#team .icon-box1{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px;
    border-right: 2px solid #291B68;
    border-bottom: 2px solid #291B68;
    min-height: 240px;
}

#team .icon-box2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px;
    border-bottom: 2px solid #291B68;
    min-height: 240px;
}

#team .icon-box3{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px;
    border-right: 2px solid #291B68;
    min-height: 240px;
}

#team .icon-box4{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px;
    min-height: 240px;
}

 #team .program-title{
    font-size: 34px;
    color: #291b68;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
  }


.team-item {
  margin: 15px 0;
  padding: 10px;
  /*border-radius: 4px;*/
  position: relative;
 /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;*/
  height: 165px;
  /*height: 405px;*/
  min-width: 165px;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}




.team-item .info-text {
  /*position: relative;*/
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  /*background: #f3f4f3;*/
  text-align: left;
  width: 100%;
  height: 117px;
  /*height: 150px;*/
}



.info-text p{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.team-item .info-text h3 {
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.team-item .info-text h3 a {
  color: #fff;
}

.team-item .info-text h3 a:hover {
  color: #ec8e29;
}


.team-item .info-text h4 {
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h4 a {
  color: #212121;
}

.team-item .info-text h4 a:hover {
  color: #Eb1C24;
}

.team-item .info-text p {
  margin: 0;
  color: #fff;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}


/* FAQs*/

#faqs{
 background: url(../img/faqs/faqs-bg.jpg) no-repeat;
  background-size: cover;
  color: #212121;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

#faqs .program-title {
    font-size: 34px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* margin-bottom: 30px; */
    text-align: left;
    /*background: #ec8e29;*/
    border-radius: 20px;
    padding: 20px;
    /*width: 480px;*/
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

#faqs .card{
  background: none;
  border: none;
}

#faqs .accordion {

}

#faqs .accordion .card-header {
    background: #291b68;
    cursor: pointer;
    /* padding: 10px 15px; */
    padding: 20px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

#faqs .accordion .card-body {
    /* padding-left: 56px; */
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
    background: #ec8e29;
}

#faqs .accordion .header-title:after {
  color: #fff;
}

.footer-text {}

.footer-text p {
  color: #fff;
}

.footer-text a {
  color: #ec8e29;
}

 .offsetleft {
    margin-left: 11.666667%;
}
}

/* offering */

    #offering-slide {
    background: #f3f4f3;
    }

    #container {
        width: 1140px;
        position: relative;
        margin: 0 auto;
      }

 .off-list  li {
    list-style-type: none;
    background: url(../img/pro-structure/tick.png) 1px 7px no-repeat;
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
}

#offering .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

    }

#offering .carousel-item {
    min-height: 550px;
}



 #offering .carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50px;  
    list-style: none;
    /*border: 1px solid #Eb1C24;*/
    background: url(../img/offering/page-off.png) center center no-repeat;
}

 #offering .carousel-indicators .active {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#Eb1C24;
    border-radius: 50px;  
    list-style: none;
    /*border: 1px solid #Eb1C24;*/
    background: url(../img/offering/page-on.png) center center no-repeat;

}



/* mentor */

#mentor {

    /*background: #fff;*/
    /*background: #f3f4f3;*/
}

/* mentor team */

#mentor .team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

#mentor .team-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  /*height: 372px;*/
  height: 405px;
  min-width: 250px;
}

#mentor .team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#mentor .team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(47, 47, 47, 0.7);
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#mentor .team-item .overlay-social-icon {
  color: #fff;
  top: 15px;
  position: absolute;
  right: 15px;
}

#mentor .team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#mentor .team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

#mentor .team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

#mentor .team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #Eb1C24;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#mentor .team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
  background: #3B5998;
}

#mentor .team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
  background: #00aced;
}

#mentor .team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
  background: #fb3958;
}

#mentor .team-item .info-text {
  /*position: relative;*/
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  background: #f3f4f3;
  text-align: left;
  width: 100%;
  /*height: 117px;*/
  height: 150px;
}



#mentor .info-text p{
  font-size: 16px;
  line-height: 20px;
}
#mentor .team-item .info-text h3 {
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
}

#mentor .team-item .info-text h3 a {
  color: #212121;
}

#mentor .team-item .info-text h3 a:hover {
  color: #Eb1C24;
}


#mentor .team-item .info-text h4 {
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
}

#mentor .team-item .info-text h4 a {
  color: #212121;
}

#mentor .team-item .info-text h4 a:hover {
  color: #Eb1C24;
}

#mentor .team-item .info-text p {
  margin: 0;
  color: #888;
}

#mentor .team-item:hover .team-overlay {
  opacity: 1;
}

#mentor .team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* mentor team ends */

.blog-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .blog-image {
  width: 100%;
  max-width: 370px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  background: #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .tag {
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: #Eb1C24;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.blog-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
}

.blog-item .descr h3 {
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .descr h3 a:hover {
  color: #Eb1C24;
}

.blog-item .descr .meta-tags {
  margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
  color: #999;
  margin-right: 8px;
}

.blog-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.blog-item .descr .meta-tags span a:hover {
  color: #Eb1C24;
}

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Conact Home Page Section */
.contact {
  background: #111111;
}

#conatiner-map {
  width: 100%;
  height: 580px;
}

.title-forme {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-item {
  position: relative;
  text-align: center;
}

.contact-item i {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-item .contact-info h3 {
  color: #Eb1C24;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item .contact-info p {
  color: #fff;
}

/* Subscribe Form */
#subscribe {
  background: #f2f2f2;
}

.subscribe-inner {
  padding: 50px 0;
  text-align: center;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

.subscribe-inner .sub-btn {
  margin: 0;
  width: 12rem;
  padding: 18px 40px;
  min-width: 12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subscribe-inner .sub-btn i {
  margin-right: 5px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #fff;
  border: 1px solid #Eb1C24;
  border-radius: 0px;
  box-shadow: none;
  color: #888999;
  height: 55px;
  margin-right: -1px;
  width: 90%;
}

.subscribe-inner .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #Eb1C24;
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

/* Contact Forme */
#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-form {
  left: 0%;
  padding: 40px 15px;
  margin-left: -15px;
  z-index: 99;
}

.container-form .form-wrapper {
  background-color: white;
  padding: 56px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-form .form-wrapper .form-group {
  margin-bottom: 30px;
}

.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 0px;
  background-image: none;
  background-clip: padding-box;
}

.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #Eb1C24;
  box-shadow: none;
  outline: 0;
}

.form-submit .btn-common {
  width: 100%;
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 27px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-control:focus {
  border-color: #Eb1C24;
  box-shadow: none;
  outline: 0;
}

/* Footer Area Start */
.footer-area {
  background: #222222;
}

.footer-area h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-area ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.footer-area ul li a:hover {
  color: #Eb1C24;
}

.footer-social{
    float: right;
}

.footer-area .footer-social li {
  display: inline-block;

}

.footer-area .footer-social li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;

}

.footer-area .footer-social li .twitter:hover {
  background: #00aced;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .instagram:hover {
  background: #8a3ab9;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .google-plus:hover {
  background: #d34836;
}

.footer-area .footer-social li .youtube:hover {
  background: #f30301;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #Eb1C24;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #Eb1C24;
}

.image-list {
  padding: 0;
  margin: 0;
}

.image-list li {
  margin-bottom: 15px;
  display: inline-block;
}

.image-list li .overlay {
  float: left;
  width: 70px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.image-list li .overlay:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

.image-list .post-content .post-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.image-list .post-content .post-title a {
  color: #fff;
}

.image-list .post-content .post-title a:hover {
  color: #Eb1C24;
}

.image-list .post-content .meta {
  color: #999;
}

.image-list .post-content .meta span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.newsletter-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}

.newsletter-wrapper .form-group input {
  display: inline-block;
  color: #fff;
  position: relative;
}

.newsletter-wrapper .sub-btn {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 10px 20px;
}

.widget {
  margin-top: 10px;
}

.widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.widget a{
  color: #fff;
}


.widget a:hover{
  color: #Eb1C24;
}
#copyright {
  background: #0b0b0b;
  text-align: center;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
  font-size: 15px;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #Eb1C24;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  font-size: 40px;
  color: #212121;
  text-transform: uppercase;
  line-height: 48px;
}

.countdown-timer .heading-count h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  min-width: 120px;
  margin: 15px;
  height: 110px;
  padding: 20px;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #212121;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.time-countdown {
  margin: 15px 0px 50px 0;
}

/* Opportunity section  */

#opportunity{
 background: #8075d3;
}

#opportunity h2{
  color: #ffffff;
  font-size: 40px;
  font-weight: 700 !important;
  /* text-transform: uppercase; */
}


.opportunity-title {
  background: #55567d;
  line-height: 52px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700 !important;
  position: relative;
  text-align: center;
  /* width: 50%;*/
  width: 38%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.opportunity-text{
  margin-top: 40px;
  text-align: left;
}
.opportunity-text p{
    color: #ffff;
    text-align: justify;
}






/* ========================= */





.bm-bgright {
    float: right;
    height: 373px;
    /* margin-top: 55px; */
}

.bm-bgleft {
    float: left;
    height: 373px;
     margin-top: 55px; 
}

.bm-bgleftcanada {
    float: left;
    height: auto;
    position: relative;
    /*margin-top: 23%;*/
    margin-top: 5%;
}

.bm-bgrightabtsbc {
    float: right;
    height: auto;
    position: relative;
    /*margin-top: 14%;*/
    margin-top: 27%;
}


.pbotbuild {
  padding-bottom: 146px;
}

.pbotexp {
  padding-bottom: 211px;
}


/* explore*/

#explore {
  background: #f3f4f3;
}

#explore ul li{
  line-height: 30px;
}

/*#explore .tick li {
    background: url(../img/pro-structure/tick.png) no-repeat left center;
    padding-left: 30px;
    margin: 3px 0;
    padding-top: 3px;
}*/

#explore ul li {
    list-style-type: none;
    background: url(../img/pro-structure/tick.png) 1px 7px no-repeat;
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
}

/* build*/

#build {
  /*background: #f3f4f3;*/
}

#build ul li{
  line-height: 30px;
}

/*#explore .tick li {
    background: url(../img/pro-structure/tick.png) no-repeat left center;
    padding-left: 30px;
    margin: 3px 0;
    padding-top: 3px;
}*/

#build ul li {
    list-style-type: none;
    background: url(../img/pro-structure/tick.png) 1px 7px no-repeat;
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
}

/* grow*/

#grow {
  /*background: #f3f4f3;*/
}

#grow ul li{
  line-height: 30px;
}

/*#explore .tick li {
    background: url(../img/pro-structure/tick.png) no-repeat left center;
    padding-left: 30px;
    margin: 3px 0;
    padding-top: 3px;
}*/

#grow ul li {
    list-style-type: none;
    background: url(../img/pro-structure/tick.png) 1px 7px no-repeat;
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
}


/* inner banners starts*/

/* resources-banner */
#exp-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url(../img/pro-structure/header-banner.jpg);
    padding-top: 150px;
    background-repeat: no-repeat;
    padding-bottom: 6%;
    /*max-height: 510px;*/
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

#build-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url(../img/resources/banner/montreal-banner.jpg);
    padding-top: 150px;
    background-repeat: no-repeat;
    padding-bottom: 6%;
    /*max-height: 510px;*/
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

#exp-banner h3, #build-banner h3{
  font-size: 40px;
  text-transform: uppercase;
  top: 2em;
  position: relative;
  text-align: center;
}



/* inner banners ends */
/* pro-structure ends */
 .carousel{
    position: relative;
    /*top: 15px !important;*/
}

#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  cursor: pointer;
  /*bottom: 90px;*/
  bottom: 40px;
}

#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100%;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  z-index: 0;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  height: 275px;
  padding: 50px 20px 20px 20px;
}

#main-slide .carousel-item .carousel-caption .heading {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  /*text-transform: capitalize;*/
  letter-spacing: 0.1rem;
  /*margin-top: 30px;*/
}

#main-slide h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  /*text-transform: capitalize;*/
  /*letter-spacing: 0.1rem;*/
  /*margin-top: 30px;*/
  line-height: 32px;
}

#main-slide .carousel-item .carousel-caption .heading3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  /*text-transform: capitalize;*/
  letter-spacing: 0.1rem;
  /*margin-top: 30px;*/
      width: 800px;
    margin: 0 auto;
}


#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 4;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

#main-slide .carousel-caption .btn {
  margin: 25px 25px 0px 0px;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
  position: absolute;
  z-index: 5;
}

#main-slide .carousel-control .lni-chevron-left {
  left: 15px;
}

#main-slide .carousel-control .lni-chevron-right {
  right: 15px;
}

.carousel-indicators li {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color:#f9e7d7;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  margin-left: 20px;
}
.carousel-indicators .active {
    background-color: #ec8e29;
}



/*.carousel-indicators li:nth-child(1):after, 
.carousel-indicators li:nth-child(2):after, 
.carousel-indicators li:nth-child(3):after {
    content: '';
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 18px;
    right: -18px;
}*/


#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  display: block;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

/* custom 

/* roadshow banner */
.banner-logo{
/*width: 100% ;
height: 100%;*/
max-width: 450px;
max-height: 90px;
margin: 0 auto;
}

#main-slide a {color: #fff;}

.zone-txt{
  float: left;
  font-size: 33px;
    font-weight: 700;
    color: #fff;
    font-family: 'MontserrAt', sans-serif;
    line-height: 30px;
}

.container-timeline{
    max-width: 1350px !important;
    margin: 0 auto !important;
}

.apply{
  /*border: 1px solid #Eb1C24;*/
  color: #ec8e29 !important;
  }

#apply-button .navbar-expand-lg .navbar-nav li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 15px;
    height: 2px;
    background: transparent;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    -moz-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

  .small{
    font-size: 36px;
    color: #212121;
    line-height: 52px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    text-transform: lowercase;
  }

/* inner page banner */

.banner-section {
  background: #Eb1C24;
  overflow: hidden;
  position: relative;
}

.banner-padding {
  padding: 60px 0px 20px 0px;
}

.banner-section h3{
  color: #fff;
  margin: 0px !important;
  font-size: 40px;
  text-transform: uppercase;
}

.banner-section .counter {
  padding: 30px 0;
}

.banner-section .counter .icon {
  margin-bottom: 15px;
}

.banner-section .counter .icon i {
  font-size: 60px;
  color: #fff;
}

.banner-section  p {
  font-size: 20px;
  color: #fff;
}

.banner-section .counter span {
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

/* resources-banner */
#res-banner1 {
    color: #fff;
    position: relative;
    height: auto;
    background: url(../img/resources/banner/mississauga-banner.jpg);
    padding-top: 150px;
    background-repeat: no-repeat;
    padding-bottom: 6%;
    max-height: 510px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

#res-banner2 {
    color: #fff;
    position: relative;
    height: auto;
    background: url(../img/resources/banner/montreal-banner.jpg);
    padding-top: 150px;
    background-repeat: no-repeat;
    padding-bottom: 6%;
    max-height: 510px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

#res-banner1 h3, #res-banner2 h3{
  font-size: 40px;
  text-transform: uppercase;
}

/* modal popup custom */

.modal-content .close {
    /* float: right; */
    font-size: 2.5rem ;
    font-weight: 700;
    line-height: 1;
    color: #040404;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    top: 0;
    position: absolute;
    right: 0;
}

.modal-open{overflow:auto;padding-right:0 !important;}

.modal {
    text-align: center;
    padding: 0px !important;
}

/* to hide double scrollbar*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.header-wrap{
  z-index: 0;
position: relative;
}

.modal-backdrop.show {
    opacity: .7;
}

/*.modal-dialog {
  height: 100vh;
}*/

/*.modal-dialog {
 
          max-width: 700px;
 
        }*/

/*.modal{
    overflow:hidden;
    }
    .modal-body{
    overflow:auto;
    }

    .modal-open {
    overflow: scroll;
}*/
@media (max-width: @screen-xs-min) {
  .modal-xs { width: @modal-sm; }
}


  /* Portfolio Section*/

#portfolios {

   }

#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  /*margin: 0px;*/
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #Eb1C24 !important;
  border-color: #Eb1C24;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  background: #fff;
  position: relative;
  text-align: center;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.shot-item img {
  width: 100%;

}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #61D2B4;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #61D2B4;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #61D2B4;
  color: #fff;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}

/* to make single testimonial center */
#center-item .owl-carousel .owl-item {
    float: none;
    text-align: center;
    display: inline;
}

/* image hover effects*/

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
   cursor: pointer;
}

.content .content-overlay {
  background: rgb(114 85 199);
  position: absolute;
  height: 100%;
  width: 95%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;

}

.content-image{
  /*width: 100%;*/
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  /*letter-spacing: 0.15em;*/
  margin-bottom: 0.5em;
  text-transform: uppercase;
  text-align: left;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.content ul{
  color: #fff;
  text-align: left !important;
  line-height: 27px;
  font-family: inherit;
  padding-left: 20px;
}

.content li{
  list-style-position: outside;
   list-style-type: square;
}