html, body {
  font-size: 16px;
  color: #9b9c9d;
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.pagebg {
  /*background: transparent url('../images/page-bg.jpg') no-repeat 0 0;
  background-size: cover;
  */
}
.focus-area {
  background-attachment: fixed;
}
.padd-0 {
  padding: 0;
  overflow:hidden;
}
.hero__slide {
  /*height: 550px;*/
  height: 100vh;
  background-color: #fff;
  position: relative;

  /* for video */
  height:100vh;
  width:100%;
  overflow: hidden;
  background-color: #fff;
}
.service-offerings .hero__slide, .contactus .hero__slide {
  height: 90px;
}
.header {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  background-color: rgba(0,0,0,0.8);
}
.front .header {
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  z-index: 99999999;
}
#background {
  min-width: 100%;
      min-height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}
.branding img {
  width: 130px;
}
.nav-main {
  display: block;
}
ul {
  margin: 0;
  list-style: none;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Quicksand', sans-serif;
}
ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
ul li:last-child {
  border-right: 0;
}
ul li a {
  font-size: 13px;
  color: #fff;
  padding: 0 8px;
}
ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-mobile {
  display: none;
}
.hero__meta {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  /*padding: 32px 43px;*/
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  display: block;
  /*justify-content: flex-end;
  align-items: center;*/
  padding: 0 10%;
}
a.scroll-down {
  /*position: absolute;
  bottom: 50px;
  left: 44%;*/
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.not-front .scrolli-wrapper /*a.scroll-down*/ {
  bottom: 30px;
}
.hero__meta h1 {
  margin: 0;

  /*padding-left: 33px;*/
  font-weight: bold;
  /*border-left: 2px solid #c2c4c6;*/
  font-size: 45px;

  /*height: 150px;*/
  /*position: absolute;
  left: 50%;
  top: 50%;*/
  text-transform: uppercase;
  width: 489px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__graphic-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__graphic-container img, {
  display: block;
  max-width: 50%;
  max-height: 130px;
}
.slogan {
  font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.section {
  padding: 65px 6%;
  text-align: center;
  position: relative;
}
.section p, .section li {
  font-weight: 300;
  /*letter-spacing: 0.05rem;*/
  /*margin-bottom: 25px;*/
}
.service-offerings .section {
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
}
.who-we-are {
  color: #9b9c9d;/*#999b9d;*/
}
.our-vision {
  background: #364b79 url('../images/our-vision-bg.jpg') no-repeat 100% 0;
}
.our-vision .section {
  text-align: left;
  color: #fff;
  /*padding: 185px 5% 143px 5%;*/
  /*padding: 245px 5% 203px 5%;*/
  padding: 265px 5% 223px 5%;
}
.our-mission {
  background: #f3eeed url('../images/our-mission-bg.jpg') no-repeat 0 0;
}
.our-mission .section {
  text-align: left;
  color: #3a558c;
  /*padding: 282px 5% 102px 5%;*/
      padding: 302px 5% 122px 5%;
  display: flex;
  flex-direction: row-reverse;
}
.title {
  /*font-family: Helvetica;*/
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #3a558c;
}
.section__title {
  margin-top: 0;
  padding-bottom: 25px;
  text-align: center;
}
.section__sub-title {
  font-size: 23px;
  color: #6585c1;
  padding-bottom: 10px;
}
.section__content {
  max-width: 560px; /* 678px */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__content h3 {
  font-size: 46px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #fff;
  margin: 0;
  text-align: right;
}
.section__content p {
  margin: 0;
  padding-left: 20px;
  color: #f2f4f7;
  font-size: 17px;
}
.our-mission .section__content {
  max-width: 600px;
}
.our-mission .section__content p {
  color: #3a558c;
}
.our-mission .section__content h3 {
  border-right: 1px solid #3a558c;
}
.partnership p {
  /*color: #808285;*/
}
.owl-carousel .item {
  position: relative;
}
.owl-carousel .item {
  display: flex;
  justify-content: center;
}
.owl-carousel .item img {
  width: 102px !important;
  height: 77px;
  /*z-index: 2;*/
}
.owl-nav .owl-prev, .owl-nav .owl-next  {
  position: absolute;
  top: 0%;
}
.owl-nav .owl-prev  {
  left: 0;
}
.owl-nav .owl-next  {
  right: 0;
}
.owl-prev span, .owl-next span {
  color: #a7a9ac;
  font-size: 50px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container {
  position: relative;
}
.footer {
  margin-top: 84px;
  padding-top: 35px;
  background: #fff url('../images/footer-bg.jpg') repeat-x 0 0;
}
.page-footer {
  text-align: center;
}
.footer__logo img {
  width: 250px;
}

.page-footer .copyrights {
  font-size: 14px;
  margin-top: 35px;
  color: #808285;
}
.mobile-burger-menu {
  display: none;
}
#background {
   width: 100%;
}
.service-offerings-content {
  color: #999b9d;
  padding-bottom: 0px;
}
.service-offerings-content ul {
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 30px;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: 'Quicksand', sans-serif;
}
.service-offerings-content ul li {
  display: list-item;
  list-style-type: disc;
    margin-bottom: 10px;
}
.title__description a {
    color: #999b9d;
    padding: 5px 0;
    font-size: 16px;
    text-decoration: underline;
}
.title__description a:hover {
    color: #6585c1;
    text-decoration: none;
}
.message {
  display: block;
  flex-direction: column;
  height: auto;
  justify-content: center;
}
.founder-name {
  color: #6177a3;
  font-weight: 200;
  font-size: 18px;
  text-align: right;
  margin-right: 50px;
  border-bottom: 1px solid #6177a3;
  margin-top: 26px;
  margin-bottom: 4px;
  padding-bottom: 7px;
}
.designation {
  font-size: 16px;
  color: #6177a3;
  font-weight: 100;
  display: block;
  text-align: right;
  margin-right: 50px;
}
.chairman-message p,
.ceo-message p {
  margin-bottom: 10px;
}
.chairman-message,
.ceo-message {
  padding-bottom: 5px;
}
.ceo-message {
  padding-top: 15px;
}
.divider {
  height: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
  max-width: 96%;
}
.focus-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0px;
  cursor: pointer;
}
.focus-title::before {
  content: "+";
  padding-right: 10px;
}
.focus-title-expanded::before {
  content: "-" !important;
  padding-right: 10px;
}
.contactus .hero__slide {
  background-color: transparent;
}
.contactus {

}
.contactus .section {
  display: flex;
  flex-direction: row-reverse;
  /*background: transparent url('../images/contactbg.jpg') no-repeat 0 0;
  background-size: cover;
  height: 100%;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    */
}
.bg {
    background-image: url("../images/contactbg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: -1;
}
.contactus .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  /*background: transparent;*/
}
.contactus .contact {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
}
.contactus .footer {
  margin-top: 0;
}
.contactus .section__content {
  color: #fff;
  padding-top: 360px;
  padding-bottom: 100px;
}
.contactus .section__content p {
  font-size: 23px;
  text-align: left;
}
.contactus .section__content p a {
    color: #fff;
}
.bio-expander {
  display: none;
}
.management .chairman-message {
  padding-top: 20px;
}
button:focus {outline:0;}
.title__description ul {
  margin-left: 0;
  margin-bottom: 30px;
}
.banner {
  position: relative;
  background: url('../images/test.jpg') no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 392px;
}
.focus-area .banner {
  background: url('../images/focus-areas-top-bg.jpg') no-repeat;
    background-position: right center;
}
.founders .banner {
  background: url('../images/founders-top-bg.jpg') no-repeat;
    background-position: right center;
}
.management .banner {
 background: url('../images/management-top-bg.jpg') no-repeat;
    background-position: right center;
}
.so .banner {
    background: url('../images/service-offerings-top-bg.jpg') no-repeat;
    background-position: right center;
}
.smartwatt-spot .banner {
  background: url('../images/founders-top-bg.jpg') no-repeat;
  background-position: right center;
}
.smartwatt-knows .banner {
  background: url('../images/focus-areas-top-bg.jpg') no-repeat;
  background-position: right center;
}
.smartwatt-plugitin .banner {
  background: url('../images/smartwatt-plugitin-top-bg.jpg') no-repeat;
  background-position: right center;
}
.banner-image-container {
  height: 391px;
}
.banner-image {
  position: absolute;
  right: 75px;
  bottom: 75px;
  width: 80%;
  font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  font-size: 48px;
}
.main-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.banner-bottom-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.banner-bottom-menu ul {
    display: table;
    margin: auto;
    padding-left: 0;
}
.banner-bottom-menu ul li {
    padding: 0 10px;
}
.banner-bottom-menu ul li a {
    padding: 20px 0px;
    color: #6585c1;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.banner-bottom-menu ul li a.active {
    border-bottom: 2px solid #6585c1;
}
@media screen and (max-width:767px) {
    .banner-bottom-menu ul {
        display: block;
    }
    .banner-bottom-menu ul li {
        display: block;
        text-align: center;
    }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  animation: smoothScroll .5s forwards;
}
.headerBg {
  background-color: rgba(0,0,0,0.8) !important;
}
.header {
  /*-webkit-transition: all 0.1s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.1s ease;*/

}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.management__meta {
  text-align: center;
  margin-bottom: 30px;
}
.management__meta img {
  margin: 0 auto;
}
.management__meta .section__sub-title {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.management__meta .designation {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.management .message01 {
  padding: 0 15%;
  text-align: center;
}
.management .divider {
  max-width: 80%;
  border-top: 8px solid #4e72b8;
  border-bottom: 8px solid #4e72b8;
}
.divider-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*
.so .banner-image {
  width: 33%;
}
.founders .banner-image {
  width: 25%;
}
*/

.owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}
.not-front .scroll-down {
  display: none;
}
.scrolli-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
.menu-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.slick-slide{
  width: 230px !important;
  height: 77px !important;
}
.slick-slide > div > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
}
.slick-slide img{
  width: 102px !important;
  height: 77px !important;
}


.embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pdf {
    position: relative;
    padding-left: 40px !important;
    display: inline-block;
}
.pdf:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/pdf.png);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.smartwatt-spot .focus-title,
.smartwatt-knows .focus-title {
   border-top: 1px solid #ccc; 
   padding: 10px 0;
   margin-top: 10px;
}
.smartwatt-spot .title__description,
.smartwatt-knows .title__description {
    padding-bottom: 20px;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100% !important; 
  min-height: 100% !important; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto !important;
  height: auto !important;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}