:root{
    --main-color: #D52027;
    --secondary-color:#ff989c;
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar{
    background-color: var(--main-color) !important;
}
.navbar-brand{
    width: 200px;
}
.nav-link{
    color: white;
}
body{
    font-family: 'Poppins', sans-serif;
}
.nav-item i{
    font-size: 18px;
    margin-right: 2px;
}
.gallery-box{
    padding: 10px;
    background: white;
    box-shadow: var(--box-shadow);
    border-radius: 8px;
}
.gallery-box img{
    border-radius: 8px;;
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        justify-content: flex-end;
    }
}

.inherited-styles-for-exported-element {
    color: #333;
    font-family: CerebriSans-Regular, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  }
  
  h2:not(.desc) {
    font-family: CerebriSans-Bold, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-weight: 400;
  }
  
  h2 {
    font-size: 1.2em;
    font-weight: 400;
  }
  .gallery{
	margin-top: 10px;
  }
  section{
    padding: 60px 20px 20px 20px;
  }
  .heading h1{
    font-size: 30px;
    position: relative;
    z-index: 2;
    font-weight: bold;
  }
  /* .heading h1:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    height: 5px;
    width:120px;
    background: var(--secondary-color);
    z-index: -1;
  } */
  .subheading h2{
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    font-size: 25px;
  }
  .subheading h2:after{
    content: '||';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main-color);


  }
  /* .heading h1 span{
    border-bottom: 3px solid var(--main-color);
  } */
  .slick-slide{
    padding: 5px;
  }
  .side-content.first{
    margin-right: 20px;
  }
  .side-content.second{
    margin-left: 20px;
  }
  .vision {
    background: var(--main-color);
    padding: 10px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin-top: 30px;
    min-height:200px;
}
.eye img{
  width: 100%;
}
.vision .eye {
  background: white;
  color: var(--shadow);
  padding: 5px;
  border-radius: 8px;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  box-shadow: var(--shadow);
  margin-bottom: 10px;
  border: 2px solid var(--main-color);
  margin-right: 10px;
}
.vision .eye svg {
  color: var(--main-color);
}
.vision p {
  color: white;
  font-size: 13px;
  margin-bottom: 0;
}
.vision h4{
  font-size: 18px;
}
.vision .line{
  height: 4px;
  width:50px;
  background: white;
  margin: 5px 0;
}
.video {
  background: var(--main-color);
  margin-top: 50px;
  padding-bottom: 30px !important;
}
.outer-video {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 8px;
  margin-top: -50px;
  margin-bottom: 15px;
}
.video-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.qa-box{
  padding: 20px;
  border: 1px solid lightgrey;
  border-radius: 8px;;
}
.qa-box a{
  width: 100%;
}
@media screen and (max-width:768px){
  .side-box.second .row{
    flex-direction: column-reverse;
  }
  .side-box{
    padding: 30px 20px;
  }
  .side-content.second{
    margin-left: 0;
  }
  .side-content.first{
    margin-right: 0;
  }
  .side-img{
    margin-bottom: 10px;
  }
  .heading h1{
    font-size: 22px;
  }
}