#preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99999;
height: 100%;
}
   
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url('../assets/logo.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin: -100px 0 0 -100px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.pull-none {
    float: none !important;
}


/*********Font face**********/

@font-face {
  font-family: 'Conv_CeraGodrejInterio-Bold';
  src: url('../fonts/CeraGodrejInterio-Bold.eot');
  src: local('☺'), url('../fonts/CeraGodrejInterio-Bold.woff') format('woff'), url('../fonts/CeraGodrejInterio-Bold.ttf') format('truetype'), url('../fonts/CeraGodrejInterio-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Conv_CeraGodrejInterio-Medium';
  src: url('../fonts/CeraGodrejInterio-Medium.eot');
  src: local('☺'), url('../fonts/CeraGodrejInterio-Medium.woff') format('woff'), url('../fonts/CeraGodrejInterio-Medium.ttf') format('truetype'), url('../fonts/CeraGodrejInterio-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Conv_CeraGodrejInterio-Regular';
  src: url('../fonts/CeraGodrejInterio-Regular.eot');
  src: local('☺'), url('../fonts/CeraGodrejInterio-Regular.woff') format('woff'), url('../fonts/CeraGodrejInterio-Regular.ttf') format('truetype'), url('../fonts/CeraGodrejInterio-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*********NAV**********/

#mainNav {
  /*padding-top: 1rem;
  padding-bottom: 1rem;*/
  background-color: #fff;
 }

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  color: #fff;
  border: 0;
}

#mainNav .logo img {
  height: 5rem;
}

.logo{
    float: left;
     height: 80px; 
    padding:  10px 0px 0px 0px;
  }

  .navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.navbar-expand .navbar-nav .nav-link {
/*  padding-right: 0.5rem;
  padding-left: 0.5rem;*/
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  color: #000;
  float: right;
  display: inline-block;
  height: 100%;
  letter-spacing: 0.0625em;
  margin-left: 2rem;
  padding-top: 2rem;
  border-top: 4px solid transparent;
  transition: border-top 0.6s ease-in;

}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  text-decoration: none;
  border-top: 4px solid #ed1c24;
  transition: border-top 0.4s ease-in;

}

.navbar-nav-drop-down{
  position:absolute;
  top: 4.5rem;
  z-index: 99999;
  background-color: #fff;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.drop-down-nav-item a:hover{
  transition: all 0.4s ease-in;
  background-color: #e0e0e0;
}

.drop-down-nav-item a{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .7rem;
  color: #000;
  letter-spacing: 0.0625em;
  padding: 1rem;
  display: block;
  text-decoration: none;
  background-color: #fff;
}

.drop-down-nav-link:hover #spectrum-dd{
 display: block;
}



/*******NAV END*******/

/********SLIDER over-ride**********/

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 10%;
    text-align: left;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff\5;
    background-color: rgba(255,255,255,0.5);
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #fff;
}

/******** SLIDER over-ride **********/


/***** insight ******/

.insight-container{
  padding: 0;
  background-color: transparent;
  width: 95%;
  text-align: center;
  /*border: 1px solid #000;*/
}

/*.indian-story:hover , .insight:hover{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-name: zoomin;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: zoomin;
  -webkit-animation-fill-mode: forwards;
  background-position: center;
}

@keyframes zoomin {
  from {
    background-size: 120%;
  }
  to {
    background-size: 140%;
  }
}

@-webkit-keyframes zoomin {
  from {
    background-size: 120%;
  }
  to {
    background-size: 140%;
  }
}*/

.insight-container a img{
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: auto;
}

.insight{
  margin-left: 5%;
}

/*.indian-story{
  background-image: url('../assets/india-story-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
}*/



/***** insight end ******/


.spc-clr{
  height: 12vh;
  float: none;
  display: block;
}


.section-title-block{
  /*border-left: 2.3rem solid #ed1c24;
  height: 1vh;
  padding-right:1%;*/

  border-left: 2.3rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #fff;
}

.section-title-blk{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #000;
}

.section-title-red{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #ed1c24;
}

/***** our galaxy ******/

.our-galaxy-container{
  padding: 1.6rem 0;
  background-color: #ededed;
}

.our-galaxy-content-container{
  margin-top: 1vh;
  padding: 2em;
  background-color: #eceded;
}

.our-galaxy-content-inner{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  line-height: 1.8rem;
  color: #231f20;
  text-align: justify;
  text-align-last: left;
}

.our-galaxy-more-link{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
  padding: 2rem 0rem 0rem 0rem;
  line-height: 1.8rem;
  color: #ed1c24;
  text-decoration: none;
  text-align: right;
  float: right;
}

.our-galaxy-more-link:hover{
  color: #000;
  transition: all 0.3s;
}

.our-galaxy-content{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.12rem;
  padding: 1rem 3rem;
  line-height: 1.6rem;
  color: #231f20;
}



/***** our galaxy end ******/


/***** Light rays ******/

.the-light-rays-grid-container{
  margin-top: 1rem;
}


.the-light-rays-grid-image img{
  width: 100%;
  padding: 0;
}

.the-light-rays-grid-image{
  /*border: 1px solid red;*/
 padding: 2% 1.2% 0.4% 1.2%; 
}

.the-light-rays-grid-image-content{
  position: absolute;
  z-index: 999;
  width: 90%;
  background-color: #eaebec;
  padding: 0% 1.2% 0.4% 1.2%;
  -webkit-box-shadow: 0px 25px 41px -30px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 25px 41px -30px rgba(0,0,0,0.75);
  box-shadow: 0px 25px 41px -30px rgba(0,0,0,0.75);
  }

  .close-the-light-rays-grid-image-content{
   margin-bottom:  .5rem;
   display: block;
   font-size: 0.9rem;
   line-height: 1.3rem;
   font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   text-align: center;
   cursor: pointer;
  }

/*
.light-rays-img-caption:hover + .the-light-rays-grid-image-content {
  visibility: visible;
  transition: all .4s ease-in-out;

}*/

.the-light-rays-grid-image-content p{
 padding: 0rem 0.5rem ;
 font-size: 0.9rem;
 line-height: 1.3rem;
 font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 text-align: center; 
}

.h-line-the-light-rays-grid-image-content{
  display: block;
  margin: .5rem auto;
  width: 4rem;
  border: 1px solid #ed1c24;
  text-align: center;
}

.light-rays-img-caption{
  width: 100%;
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  margin-top: 0.6%;
  line-height: 2.1rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  background-color: #eceded;
  cursor: pointer;
}

.caption-red{
  color: #ed1c24 !important;
}


/***** SPECTRUM ******/

.the-spectrum-grid-container{
  margin-top: 1rem;
}


.the-spectrum-grid-image img{
  width: 96%;
  padding: 0;
}

.the-spectrum-grid-image{
  /*border: 1px solid red;*/
 padding: 2% 1.2% 2% 1.2%; 
}

.the-spectrum-img-caption{
  width: 96%;
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  margin-top: 0.6%;
  line-height: 2.1rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  background-color: #f59678;
}


/***** The light house ******/


.the-light-house-grid-container{
  background-color: #fff;
  padding: 2rem ;
}


.the-light-house-grid-image{
  display: block;
  width: 92%;
  margin: 3%;
  position: relative;
}

.the-light-house-grid-image img{
  filter: grayscale(100%);
  width: 100%;
  padding: 0;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(237, 28, 36, 0.6);
}

.the-light-house-grid-image:hover .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}


.overlay-content-name{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 22vh;
}

.overlay-content-designation{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
  line-height: 1.7rem;
  margin:0 auto;
}

.overlay-content-social-icons{
  display: inline-block;
  text-decoration: none;
  visibility: hidden;
  outline: none;
  width: 3vh;
  margin: 0 auto;
  text-align: center;
}

.overlay-content-social-icons img{
  height: 100%;
}


.the-light-house-img-caption {
  width: 42%;
  display: block;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  margin: 4% auto 0 auto;
  padding-bottom: 2px;
  line-height: 1.8rem;
  vertical-align: middle;
  text-align: center;
  color: #231f20;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  opacity: 0.3;
  text-decoration: none;

}

.the-light-house-img-caption:hover{
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #ed1c24;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: grayscale(0%);
  text-decoration: none;
}

.the-light-house-img-caption-close{
  width: 32%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  margin: 4% auto 0 auto;
  padding-bottom: 2px;
  line-height: 1.4rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}


.the-light-house-bio{
  position: absolute;
  width: 85%;
  padding: 1rem 1rem;
  background-color: #fff;
  z-index: 999;
  top: 85%;
  /*display: none;*/
  /*right: 1.2rem;*/
  /*border: 1px solid #ed1c24;*/
}

.the-light-house-bio-content-name{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 2vh;
}

.h-line-the-light-house-content{
  display: block;
  margin: .5rem auto;
  width: 4rem;
  border: 1px solid #ed1c24;
  text-align: center;
}

.the-light-house-bio-content{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
}


.the-light-house-bio-content-name{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 2vh;
}

.h-line-the-light-house-content{
  display: block;
  margin: .5rem auto;
  width: 4rem;
  border: 1px solid #ed1c24;
  text-align: center;
}

.view-all-btn{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  line-height: 1.2rem;
  color: #ed1c24;
  text-decoration: none;
  text-align: center;
  display: block;
}

.view-all-btn:hover{
  text-decoration: underline;
  color: #ed1c24;
}



/***** The light house inner page******/

.the-light-house-grid-container-page{
  background-color: #eaebec;
  padding: 2rem ;
}


.the-light-house-grid-image-page{
  display: block;
  width: 92%;
  margin: 3%;
  position: relative;
}

.the-light-house-grid-image-page img{
  filter: grayscale(100%);
  width: 100%;
  padding: 0;
  display: block;
}

.overlay-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(237, 28, 36, 0.6);
}

.the-light-house-grid-image-page:hover .overlay-page {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}


.overlay-content-page-name{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 22vh;
}

.overlay-content-page-designation{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
  line-height: 1.7rem;
  margin:0 auto;
}

.overlay-content-page-social-icons{
  display: inline-block;
  text-decoration: none;
  outline: none;
  visibility: hidden;
  width: 3vh;
  margin: 0 auto;
  text-align: center;
}

.overlay-content-page-social-icons img{
  height: 100%;
}


.the-light-house-img-caption-page {
  width: 42%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  margin: 4% auto 0 auto;
  padding-bottom: 2px;
  line-height: 1.8rem;
  vertical-align: middle;
  text-align: center;
  color: #231f20;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  opacity: 0.3;

}

.the-light-house-img-caption-close-page{
  width: 32%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  margin: 4% auto 0 auto;
  padding-bottom: 2px;
  line-height: 1.4rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}


.the-light-house-img-caption-page:hover , .the-light-house-img-caption-close-page:hover{
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #ed1c24;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 1;

}

.the-light-house-bio-page{
  position: absolute;
  width: 89%;
  padding: 1rem 1rem;
  background-color: #eaebec;
  z-index: 999;
  top: 85%;
  /*right: 1.2rem;*/
/*  border: 1px solid #ed1c24;*/
}

.the-light-house-bio-content-name-page{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 2vh;
}

.h-line-the-light-house-content-page{
  display: block;
  margin: .5rem auto;
  width: 4rem;
  border: 1px solid #ed1c24;
  text-align: center;
}

.the-light-house-bio-content-page{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
}

/********Footer**********/

.footer-container{
  background-color: #ed1c24;
  padding: 3rem 0;
}


.ftr-logo{
  height: 10vh;
  display: inline-block;
   margin-top: 20%;
   margin-right: 5%;
   margin-left: 0;
   text-align: left;
}

.ftr-social{
  outline: none;
  display: inline-block;
  visibility: hidden;
}

.ftr-social img{
  height: 2rem;
  margin-bottom: 3.3vh;
}

.ftr-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0;
}

.ftr-links{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.ftr-links:hover{
  padding-left: 3px;
  transition: padding-left 0.2s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}

.copyright-ftr{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  font-size: .5rem;
  display: block;
}

/********************** The spectrum internal pages****************************/
.the-spectrum-header-container{
  padding: 1.6rem 0;
  background-image: url("../assets/our-galaxy-bg.jpg");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.the-spectrum-section-title-block{
  border-left: 2rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.the-spectrum-section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #fff;
}

.the-spectrum-section-title-red{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #ed1c24;
}

.the-spectrum-section-subtitle{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
  padding: 0rem .5rem ;
  line-height: 1.6rem;
  text-align: right;
  display: block;
  color: #fff;
}

.the-spectrum-page-icn{
  position: absolute;  
  top: -6vh;
  right: 8vh;
  height: 15vh;
  z-index: 99;
}

.the-spectrum-content-container{
  margin-top: 1vh;
  padding: 2em;
  border: 1px solid #eaebec;
}

.the-spectrum-content-point-list{
  padding-left: 3rem;
  padding-right: 6rem;
  list-style-type: disc;
  list-style-position: outside;
}

.the-spectrum-content{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  padding: 1rem 0rem;
  line-height: 1.6rem;
  color: #231f20;
}

.the-spectrum-product-grid-container{
  padding: 4rem 0rem 2rem;
}

.the-spectrum-products-img{
  width: 100%;
  padding: 0.2rem;
  margin-top: 1.8rem;
}

/********************** spectrum internal page end ************************/


/********************** insight internal page ************************/
.indian-story-header-container{
  padding: 1.6rem 0;
  background:transparent;
  height: 100%;
}

.india-story-bg{
  background-image: url("../assets/india-story-page-bg.png");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-size: cover;
  background-repeat: no-repeat;

}

.wht-divider{
  height: 1rem;
  background-color: #fff;

}

.india-story-content-container{
/*  margin-top: 1rem;*/
  padding: 1rem;
  height: auto;
}

.india-story-content-slide-1{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  padding:1rem 3.5rem;
  line-height: 2.8rem;
  text-align: left;
}

.india-story-content-slide-1 sup{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
 }

 .india-story-quote-content{
  color: #000;
  width: 80%;
  margin: 0 auto;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.2rem;
  padding:1rem;
  line-height: 2.6rem;
  text-align: center;
 }

 .india-story-fact-content{
  color: #000;
  width: 80%;
  margin: 6% auto;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.2rem;
  padding:1rem;
  line-height: 2.6rem;
  text-align: center;
  height: auto;
 }

 .india-story-quote-op{
  height:7vh;
  margin-bottom: 1%;
 } 

 .india-story-quote-cl{
  height:7vh;
  margin-top: 1%;
  margin-left: 1%;
  position: absolute;
 }

 .india-story-quote-source{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-style: italic;
  padding:1rem 3.5rem;
  line-height: 2.8rem;
  text-align: center;
  margin: 0 auto;
 }

.india-story-slide-img{
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.slide-16-title{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  padding:1rem 3.2rem;
  line-height: 2.8rem;
  text-align: left;
}


.wht-bg{
  background-color: rgba(255, 255, 255, 0.8);
}

.pink-bg{
  background-color: rgba(226, 188, 192, 0.7);
}

.blue-bg{
  background-color: rgba(188, 227, 229, 0.7);
}

.orange-bg{
  background-color: rgba(253, 219, 189, 0.7);
}

.voilet-bg{
  background-color: rgba(204, 205, 231, 0.7);
}

.grn-bg{
  background-color: rgba(192, 218, 188, 0.7);
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: -20%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: -20%;
    margin-left: -10px;
}

.carousel-control.right{
  background: none;
}

.carousel-control.left{
  background: none;
}


/**********************indian-story-page end****************************/

/********************** insight internal page ************************/


.insight-container-page img{
  background-color: transparent;
  width: 100%;
 }

.insight-header-container{
  padding: 1.6rem 0;
  background-image: url("../assets/our-galaxy-bg.jpg");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.insight-section-title-block{
  border-left: 2rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.insight-section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #fff;
}

.insight-content-container{
 margin-top: 1vh;
 padding: 2em;
 background-color: #eceded;
}

.insight-content-headline{
  color: #ed1c24;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.2rem;
}

.insight-content{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  line-height: 1.4rem;
  text-align: justify;
  text-align-last: left;
}

.insight-content-point{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  padding: 0.9rem 1rem 0rem 1rem;
  line-height: 1.4rem;
}

.insight-post-img{
  width: 100%;
  margin: 2em auto;
  text-align: center;
}



/**********************insight-page end****************************/

/**********************contact/connect****************************/

.connect-header-container{
  padding: 1.6rem 0;
  background-image: url("../assets/our-galaxy-bg.jpg");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.connect-section-title-block{
  border-left: 2rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.connect-section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #fff;
}

.connect-content-container{
  margin-top: 1vh;
  padding: 2em;
  background-color: #eceded;
}

.connect-content-container{
  margin-top: 1vh;
  padding: 2em;
  background-color: #eceded;
}

.connect-content{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  line-height: 1rem;
  color: #231f20;
}

.thankyou-msg{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  padding: 3rem;
  line-height: 1rem;
  text-align: center;
  color: #231f20;
  display: none;
}

.connect-img{
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-input{
  -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #eaebec;
    height: 2.6rem;
    border: 1px solid #000;
    font-size: 1.1rem;
    border-radius: 0px!important;
    margin: 1rem ;
}

.form-text-area{
  -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #eaebec;
    border: 1px solid #000;
    font-size: 1.1rem;
    border-radius: 0px!important;
    margin: 1rem ;
}

.form-submit-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #6d6e70;
    border: 1px solid #fff;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px!important;
    margin: 1rem ;
    padding: 1rem;
}



.form-input::placeholder , .form-text-area::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.form-input:-ms-input-placeholder, .form-text-area:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.form-input::-ms-input-placeholder , .form-text-area::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}


/**********************the light rays inner****************************/

.the-light-rays-content-inner-container{
  margin-top: 1vh;
  padding: 2em;
  background-color: #eceded;
}

.the-light-rays-img-inner{
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.the-light-rays-img-inner img{
  width: 90%; 
  text-align: center;
}

.the-light-rays-content-inner-row-container{
padding: 3rem;
vertical-align: middle;
}

.the-light-rays-content-headline-inner{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  padding: 1rem;
  margin-top: 3rem;
  text-align: left;
  line-height: 1.8rem;
  color: #231f20;
}
.the-light-rays-content-inner{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6rem;
  color: #231f20;
}







@media (min-width: 992px) {
 .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}


@media (min-width: 768px) {

}

@media (min-width: 1200px) {
.pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (max-width: 576px) {


 
/*general*/
.spc-clr{
  height: 8vh;
  float: none;
  display: block;
}

    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }

.section-title-block{
  /*border-left: 2.3rem solid #ed1c24;
  height: 1vh;
  padding-right:1%;*/

  border-left: 2.3rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #fff;
}

.section-title-blk{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #000;
}

.section-title-red{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #ed1c24;
}

/*nav starts*/
.topnav {
  overflow: hidden;
  background-color: #ededed;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks , #spectrum-mobile-sub-menu {
  display: none;
}



/* Style navigation menu links */
.nav-link-mob {
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #000;
  padding: 1rem;
  text-decoration: none;
  display: block;
}

.nav-link-sub-mob {
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  color: #000;
  padding: 1rem 0rem 1rem 1.4rem;
  text-decoration: none;
  display: block;
  background-color: #e7e7e7;
}

.mob-logo img{
  height: 3.2rem;
  margin: .4rem 0 0 0;
  padding-left: 1rem;
}

.topnav a.icon {
  background: transparent;
  display: block;
  position: absolute;
  right: 3vh;
  top: 2.5vh;
  color: #ed1c24;
  text-decoration: none;
}

.topnav a.icon i{
  font-size: 1.5rem;
}

#myLinks a:hover , .nav-link-mob-active , a.nav-link-sub-mob:hover{
 background-color: #e0e0e0;
 border-left: 4px solid #ed1c24;
 transition: all 0.2s ease-in-out;
 text-decoration: none;
 color: #000;
}

/*header end*/

/***** insight ******/

.insight-container{
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 30vh;
  margin-bottom: 2%;
  text-align: center;
}

.insight-container a img{
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.insight{
  margin-left: 0%;
}


/*insight-end*/
/***** our galaxy ******/

.our-galaxy-container{
  padding: 1.6rem 0;
  background-color: #ededed;
}

.our-galaxy-content-container{
  margin-top: 1vh;
  padding: 1em;
  background-color: #eceded;
}

.our-galaxy-content-inner{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  padding: 0.5rem 1rem;
  line-height: 1.3rem;
  color: #231f20;
  text-align: justify;
  text-align-last: left;
}

.our-galaxy-more-link{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
  padding: 2rem 0rem 0rem 0rem;
  line-height: 1.8rem;
  color: #ed1c24;
  text-decoration: none;
  text-align: right;
  float: right;
}

.our-galaxy-more-link:hover{
  color: #000;
  transition: all 0.3s;
}

.our-galaxy-content{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .7rem;
  padding: 1rem 1.3rem;
  line-height: 1rem;
  color: #231f20;
}

/*The light rays accordian*/

.lightrays-btn-img{
  width: 100%;
  padding: .2rem 0rem;
}

.the-light-rays-accordian-container{
  margin-top: 1rem;
}

.light-rays-card-body{
  padding:.2rem 1rem ;
  background-color: #fff;
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
    line-height: 1.2rem;
  
}

/*Spectrum slider*/

/***** SPECTRUM ******/

.the-spectrum-grid-container-mob{
  margin: 1rem 0;
}


.the-spectrum-grid-image-mob img{
  width: 100%;
  padding: 0;
}

.the-spectrum-grid-image-mob{
  /*border: 1px solid red;*/
 padding-top: 1rem;
 padding-bottom: 2rem; 
}

.the-spectrum-img-caption-mob{
  width: 75%;
  position: absolute;
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  top: .3vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 2.1rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  background-color: #f59678;
}


/*light-house mob*/

.the-light-house-grid-container-mob{
  background-color: #fff;
  padding: 1rem 2rem 0rem 2rem ;
  margin: 0 auto;
  outline: none;
}

.the-light-house-grid-image{
  display: block;
  width: 92%;
  margin: 3%;
  position: relative;
}

.the-light-house-grid-image img{
  filter: grayscale(0%);
  width: 100%;
  padding: 0;
  display: block;
}

.view-all-btn{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  line-height: 1.2rem;
  color: #ed1c24;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 25%;
}

 /********Footer**********/

.footer-container{
  background-color: #ed1c24;
  padding: 2rem 0;
}


.ftr-logo{
  height: 8vh;
  display: inline-block;
   margin-top: 0%;
   margin-right: 5%;
   margin-left: 0;
   text-align: left;
}

.ftr-social{
  outline: none;
  display: inline-block;
}

.ftr-social img{
  height: 1.5rem;
  margin-bottom: 2.5vh;
}

.ftr-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  font-size: 1.1rem;
  padding: .7rem 0;
}

.ftr-links{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  font-size: .7rem;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.ftr-links:hover{
  padding-left: 3px;
  transition: padding-left 0.2s ease-in-out;
  font-size: .7rem;
  text-decoration: none;
  color: #fff;
}

.copyright-ftr{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  margin-top: 5%;
  font-size: .5rem;
  opacity: .6;
  display: block;
}



/***************connect internal page*****************/

.connect-header-container{
  padding: 1.3rem 0;
  background-image: url("../assets/our-galaxy-bg.jpg");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.connect-section-title-block{
  border-left: 1.1rem solid #ed1c24; 
  line-height: 1.2rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.connect-section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2rem;
  color: #fff;
}


.connect-content-container{
  margin-top: 1vh;
  padding: 1em;
  background-color: #eceded;
}

.connect-content{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  padding: 0.3rem 1rem;
  line-height: 1rem;
  color: #231f20;
}


/*******Spectrum internal pages*********/

.the-spectrum-header-container{

  padding: .85rem 0;
  background-image: url("../assets/our-galaxy-bg.jpg");
  /* Full height */
  height: 100%;
  /* Parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.the-spectrum-section-title-block{
  border-left: 2rem solid #ed1c24; 
  line-height: 1.6rem;
  height: 1rem;
  display: inline-block;
  padding-right:1.5vh;
}

.the-spectrum-section-title{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2rem;
  color: #fff;
}

.the-spectrum-section-title-red{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2rem;
  color: #ed1c24;
}

.the-spectrum-section-subtitle{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .9rem;
  padding: .6rem 0 0 2rem;
  line-height: 1rem;
  text-align: left;
  display: block;
  color: #fff;
}

.the-spectrum-page-icn{
  position: absolute;  
  top: -11.5vh;
  right: 1vh;
  height: 16vh;
  z-index: 99;
}

.the-spectrum-content-container{
  margin-top: 1vh;
  padding: 1em;
  border: 1px solid #eaebec;
}

.the-spectrum-content-point-list{
  padding-left: 2rem;
  padding-right: 1rem;
  list-style-type: disc;
  list-style-position: outside;
}

.the-spectrum-content{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  padding: 1rem 0rem;
  line-height: 1.3rem;
  color: #231f20;
}

.the-spectrum-product-grid-container{
  padding: 2rem 0rem 1rem;
}

.the-spectrum-products-img{
  width: 100%;
  padding: 0rem;
  margin-top: 1.4rem;
}

/*************light house inner************/

.the-light-house-grid-container-page{
  background-color: #eaebec;
  padding: 2rem ;
}


.the-light-house-grid-image-page{
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.the-light-house-grid-image-page img{
  filter: grayscale(100%);
  width: 100%;
  padding: 0;
  display: block;
}

.overlay-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(237, 28, 36, 0.6);
}

.the-light-house-grid-image-page:hover .overlay-page {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}


.overlay-content-page-name{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 22vh;
}

.overlay-content-page-designation{
  text-align: center;
  color: #fff;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
  line-height: 1.7rem;
  margin:0 auto;
}

.overlay-content-page-social-icons{
  display: inline-block;
  text-decoration: none;
  outline: none;
  width: 3vh;
  margin: 0 auto;
  text-align: center;
}

.overlay-content-page-social-icons img{
  height: 100%;
}


.the-light-house-img-caption-page {
  width: 42%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  margin: 4% auto 10% auto;
  padding-bottom: 2px;
  line-height: 1.8rem;
  vertical-align: middle;
  text-align: center;
  color: #231f20;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  opacity: 0.3;

}

.the-light-house-img-caption-close-page{
  width: 32%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  margin: 4% auto 0 auto;
  padding-bottom: 2px;
  line-height: 1.4rem;
  vertical-align: middle;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ed1c24;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}


.the-light-house-img-caption-page:hover , .the-light-house-img-caption-close-page:hover{
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #ed1c24;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 1;

}

.the-light-house-bio-page{
  position: absolute;
  width: 89%;
  padding: 1rem 1rem;
  background-color: #eaebec;
  z-index: 999;
  top: 86%;
  /*right: 1.2rem;*/
/*  border: 1px solid #ed1c24;*/
}

.the-light-house-bio-content-name-page{
  font-family: "Conv_CeraGodrejInterio-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 2vh;
}

.h-line-the-light-house-content-page{
  display: block;
  margin: .5rem auto;
  width: 4rem;
  border: 1px solid #ed1c24;
  text-align: center;
}

.the-light-house-bio-content-page{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
}


/**********************the light rays inner****************************/

.the-light-rays-content-inner-container{
  margin-top: 1vh;
  padding: 1rem;
  background-color: #eceded;
}

.the-light-rays-img-inner{
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.the-light-rays-img-inner img{
  width: 100%; 
  text-align: center;
}

.the-light-rays-content-inner-row-container{
 padding: 1rem;
 vertical-align: middle;
}

.the-light-rays-content-headline-inner{
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  padding: 0rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.8rem;
  color: #231f20;
}
.the-light-rays-content-inner{
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem .4rem 2rem .4rem;
  vertical-align: middle;
  line-height: 1.3rem;
  color: #231f20;
}

/*********India story internal**********/

.india-story-content-slide-1{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  padding:0rem 3rem;
  line-height: 1.8rem;
  text-align: left;
}

.india-story-content-slide-1 sup{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .8rem;
 }

 .india-story-quote-content{
  color: #000;
  width: 95%;
  margin: auto;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  padding:1rem;
  line-height: 2rem;
  text-align: center;
  height: auto;
 }

 .india-story-quote-content br{
  display: none;
 }

 .india-story-fact-content{
  color: #000;
  width: 98%;
  display: flex;
  vertical-align: middle;
  margin: auto;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  padding:1rem;
  line-height: 2rem;
  text-align: center;
  height: auto;
 }

 .india-story-fact-content br{
  display: none;
 }

 .india-story-quote-op{
  height:2.3vh;
  margin-bottom: 1%;
 } 

 .india-story-quote-cl{
  height:2.3vh;
  margin-top: 3%;
  margin-left: 1%;
  position: absolute;
 }

 .india-story-quote-source{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-style: italic;
  padding:1rem .5rem;
  line-height: 2rem;
  text-align: center;
  margin: 0 auto;
 }


.india-story-slide-img{
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.slide-16-title{
  color: #000;
  height: 100%;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  padding:.5rem 2.5rem;
  line-height: 2.8rem;
  text-align: left;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    display: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    display: none;
}

.carousel-control.right{
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.4) 100%) !important;
}

.carousel-control.left{
  background-image: linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.0001) 100%) !important;
}

/****************insight inner*********************/

.insight-content-container{
 margin-top: 1vh;
 padding: .5rem;
 background-color: #eceded;
}

.insight-content-headline{
  color: #ed1c24;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  line-height: 1.6rem;
}

.insight-content{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  line-height: 1.4rem;
  text-align: justify;
  text-align-last: left;
}

.insight-content-point{
  color: #000;
  font-family: "Conv_CeraGodrejInterio-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  padding: 0.9rem 1rem 0rem 1rem;
  line-height: 1.4rem;
}

}