body,
html {
  height: 100%;
  margin: 0;
  /*font-family: 'Roboto', sans-serif;*/
}

a:not([href]):not([tabindex]) {
  color: #f4eded;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none;
}

h1 {
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
}

p {
  /*font-family: 'Roboto', sans-serif;*/
}

.brand-logo {  
  width:120px;
}
.text-blue {
  color: #327ab6 !important;
}
.page-title {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
nav {
  padding:20px 0;
}
.bg-grey {
  background: #f2f2f2;
}
.sec-pt {
  padding-top: 60px;
}

.sec-pb {
  padding-bottom: 60px;
}

.hero-image {
  background-image: url("/assets/images/resources-banner.jpeg");
  /*height: 100%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media(min-width: 1400px){ .hero-image { height: 50vh; } }
@media(min-width: 1024px) and (max-width:1400px) { .hero-image { height: 60vh; } }
@media(max-width: 1024px) { .hero-image { height: 80vh; } .card__header{ font-size: 15px !important; line-height: 24px !important;}}
/*.hero-image .has-overlay::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}*/
.hero-image .has-overlay{ 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 82, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
 }
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 90%;
  max-width: 1200px;
  padding: 0 20px;
}
.home .hero-text p {
  font-size: 20px;
  line-height: 24px;
}

/* Responsive hero text */
@media (max-width: 1200px) {
  .hero-text h1 {
    font-size: 3.5rem;
  }
  .home .hero-text p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 3rem;
  }
  .home .hero-text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-text {
    width: 95%;
    padding: 0 15px;
  }
  .hero-text h1 {
    font-size: 2.5rem;
    white-space: normal;
    line-height: 1.3;
  }
  .home .hero-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .hero-text {
    width: 100%;
    padding: 0 20px;
  }
  .hero-text h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }
  .home .hero-text p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

@media (max-width: 400px) {
  .hero-text h1 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
  .home .hero-text p {
    font-size: 0.85rem;
  }
}
.hero-exclusions {
  position: fixed;
  text-align: center;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
  margin-left: -1px;
  margin-top: 5%;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.hero-text button:hover {
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}

footer {
  background-color: #000;
  color: #fff;
  padding:20px 0;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

/*.offering-row {
    margin-top:60px;
}*/

/* Make grid rows use flexbox for equal heights */
#offering_grid .row,
#offering-insights-grid .row {
  display: flex;
  flex-wrap: wrap;
}

#offering_grid .row > div,
#offering-insights-grid .row > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.grid__item, .grid__oitem {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grid__item .card {
  border:none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid__item:hover, .grid__oitem:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}
.grid__oitem .card__header{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: rgba(0, 110, 169, 0.7);
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    z-index: 10;
}
.grid__oitem .card__header::after {
        content: '\27F6';
    right: 10px;
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 16px; */
    /* width: 5px; */
    /* height: 5px; */
    /* background-color: #EDB506; */
    /* margin: 0 0 8px 10px; */
    /* text-align: right;*/
}
.grid__oitem_col {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
}
.card__img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
}
.card__offimg {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  flex-shrink: 0;
}
.card__content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.card__header__title {
  text-decoration: none;
  color: #333333;
}
.card__header {
  font-size: 20px;
  line-height: 30px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.card__text {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.card__btn {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #006EA9;
  border: none;
  border-radius: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-top: auto;
}
.card__btn span {
  margin-left: 1rem;
  transition: 0.2s;
}
.card__btn:hover, .card__btn:active {
  background-color: #2B84BB; color: #fff;
}
.card__btn:hover span, .card__btn:active span {
  margin-left: 1.5rem;
}
.card__title {
  font-size: 18px;
  line-height: 24px;
}
.card__type {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
    color: #327ab6;
    font-weight: 600;
    letter-spacing: 1px;
}
.text-chars {
    width: 250ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width:600px){
  .hero-text { width:100%; padding:0px 20px;}
}

#downloadForm .wpcf7-submit {
  background: #327ab6;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.error {
      color: #9a0a0a;
    font-size: 12px;
    line-height: 19px;
}

@media(min-width:768px) {
  .ft-cp {text-align: left;}
  .ft-qu {text-align: right;}
}
.ft-qu a { color:#fff; font-weight: bold; }

.card-hgrid {
  position: relative;
  width: 100%;
  /*max-width: 400px;*/
  margin: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.card-hgrid .card-hgrid-overlay {
  background: rgba(0,0,0,0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  -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;
}

.card-hgrid:hover .card-hgrid-overlay{
  opacity: 1;
}

.card-hgrid-image{
  width: 100%;
}

.card-hgrid-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;
}

.card-hgrid:hover .card-hgrid-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.card-hgrid-details h3{
  color: #fff;
  font-weight: 500;
/*  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;*/
      font-size: 18px;
    line-height: 22px;
}
.card-hgrid-details p{
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom{
  top: 80%;
}

.session-deck-title { padding:0 10px 10px; }
.hide { display: none !important; }
#myDownloadModal .ld-overlay
{
  position: fixed;
    top: 0px;
    bottom: 50px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.3);
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 999999999;
}

#myDownloadModal .loading-overlay
{
  display: flex;
    align-items: center;
    justify-content: center;
}
.mp-download-btn {
  float: right;
    background: #327ab6 !important;
    color: #fff !important;
    font-weight: bold;
}
.st-video-grid iframe{ border:1px solid rgba(255,255,255,0.5);}
.st-video-grid { background: #ffffff; margin-bottom: 50px; position: relative;}
.st-video-grid .track-grid { padding: 15px 20px 20px; box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;}
#video-tab.nav-pills .nav-link.active { background-color: #327ab6 !important; color:#ffffff !important; font-weight: bold; }
#video-tab.nav-pills .nav-link { color: #327ab6 !important; }
#videoModal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
}

#videoModal .modal-body {
  position:relative;
  padding:0px;
}

#videoModal .close {
    position: absolute;
    right: -30px;
    top: -15px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    border: none;
}
/*#videoModal .modal-body {
  padding:0px;
}*/
#videoModal .btn-close {
    position: absolute;
    right: -25px;
}

#videoModal .modal-content {
  border-radius: 0px;
}
.insights-video-player:hover span:before {
  cursor: pointer;
  /*box-shadow: 0 0 1px 10px rgba(7, 116, 198, 0.4), 0 0 1px 20px rgba(7, 116, 198, 0.2), 0 0 1px 30px rgba(7, 116, 198, 0.1);*/
  box-shadow: 0 0 1px 10px rgba(7, 116, 198, 0.4);
   opacity: 1;
}
.insights-video-player span {
  position: absolute;
  /*position: relative;*/
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.insights-video-player span:before {
  content: "";
  margin: 0 calc(50% - (80px / 2)) 20px;
  width: 50px;
  height: 50px;
  opacity: 0.95;
  background: #123c5c url(../../assets/images/play-icon.png) no-repeat left 15px center;
  background-size: 25px;
  border-radius: 50%;
  float: left;
  transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1);
}

.flex a {
    display: flex;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
}

#connect-blck {
    background-size: cover;
    background-image: url(https://zinnovconfluence.s3.us-east-2.amazonaws.com/images/india/2021/beyond-confluence-banner.jpg);
    background-position: center top;
    min-height: 300px;
    padding:100px 0;
}
#connect-blck .custom-btn {
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #014d82;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px 0;
}
.ppb_header_content p {
    margin: 30px 0;
    text-align: center;
}
.offering-row-btn-blck {
   display: block;
     margin:30px auto;
     text-align: center;
}
.offering-row .offering-row-btn {
  border: none;
  outline: 0;
  padding: 12px 35px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.offering-row .offering-row-btn:hover {
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}

.agenda-row-btn {
    border: none;
    outline: 0;
    padding: 5px 15px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    border: 5px solid black;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    float: right;
}
.agenda-row-btn:hover {
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}

@media(max-width:820px){
    .agenda-row-btn {
      float: left;
      margin:20px 0;
    }
}