@import url('https://fonts.googleapis.com/css?family=Orbitron');

body{
	background-image:url("../img/Bengal Tiles logo _PNG_3.png") !important;
    background-size: 50%; background-repeat: no-repeat; background-attachment: fixed;  background-position: center center;
    clear: both; overflow: hidden;
}
.presentation-page{
  overflow-x: hidden;
}

.section-components .title{
    margin-top: 60px;
    margin-bottom: 5px;
}
.section-components .description{
    margin-top: 35px;
}

.section-components .image-container{
    height: 560px;
    position: relative;
}

.section-components .components-macbook{
    width: auto;
    left: -100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-components .table-img,
.section-components .share-btn-img,
.section-components .coloured-card-btn-img,
.section-components .coloured-card-img,
.section-components .social-img,
.section-components .pin-btn-img{
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.section-components  .coloured-card-img{
    left: 90%;
    top: 11%;
    height: 90px;
    border-radius: 2px;
}
.section-components .social-img{
    left: 70%;
    top: 67%;
    height: 40px;

}
.section-components .coloured-card-btn-img{
    left: 35%;
    top: 2%;
    height: 125px;
    border-radius: 6px;
}
.section-components .table-img{
    left: -13%;
    top: 27%;
    height: 175px;
    border-radius: 2px;
}
.section-components .pin-btn-img{
    left: 0%;
    top: 68%;
    height: 25px;
    border-radius: 3px;
}
.section-components .share-btn-img{
    left: 3%;
    top: -3%;
    height: 25px;

}

/* Section Content */

.section-content .section-description{
    margin-top: 100px;
}
.section-content .title{
    margin-bottom: 5px;
}

.section-content .section-description .title + .description{
    margin-top: 0;
}
.section-content .description{
    margin-top: 35px;
}

.section-content .image-container{
        max-width: 900px;
        position: relative;
}
.section-content .image-container .ipad-img{
    width: 100%;
    transition: transform .6s .9s;
    z-index: 2;
}
.section-content .image-container .area-img,
.section-content .image-container .info-img{
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translate3D(0px, 100px, 0px);
    -webkit-transform: translate3D(0px, 100px, 0px);
}
.section-content .image-container .area-img{
    top: 10%;
    left: 60%;
    height: 300px;
    width: 250px;
    z-index: 2;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.section-content .image-container .info-img{
    top: 50%;
    left: 0%;
    height: 200px;
    width: 300px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.animated{
    transform: translate3D(0px, 0px, 0px) !important;
    -webkit-transform: translate3D(0px, 0px, 0px) !important;
    opacity: 1 !important;
}


/*  animated images  */

@-webkit-keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(50px, 0);}
    to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floatingy{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(50px, 0);}
    to {-moz-transform: translate(0, -0px);}
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(50px, 0px);}
    65% {-webkit-transform:translate(0, 0);}
    to {-webkit-transform: translate(50px, -0px);}
}
@-moz-keyframes Floatingx{
    from {-moz-transform:translate(50px, 0px);}
    65% {-moz-transform:translate(0, 0);}
    to {-moz-transform: translate(50px, -0px);}
}


.table-img, .coloured-card-img, .coloured-card-btn-img, .pin-btn-img, .share-btn-img, .social-img{
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}
.table-img{
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-img{
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-btn-img{
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
}
.pin-btn-img{
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
}
.share-btn-img{
   -webkit-animation-duration: 11s;
   -moz-animation-duration: 11s;
}
.social-img{
    -webkit-animation-duration: 16s;
    -moz-animation-duration: 16s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

/* Presentation Page OnScroll Animation */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}


.fixed-section{
    top: 90px;
    max-height: 71vh;
    overflow: scroll;
    border-bottom: 1px solid rgba(220,220,220, .8);
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

#clock {
  font-family: 'Orbitron', sans-serif;
  color: #66ff99;
  font-size: 20px;
  text-align: center;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
}
#date{
  font-family: 'Orbitron', sans-serif;
  color: #66ff99;
  font-size: 20px;
}
.sl-number{
	width: 50px;
    background: #9c27b0;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 15px !important;
}
.form-check .form-check-label .circle .check {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #4caf50;
	margin-left: -1px;
}
.form-check .form-check-label .circle:before {
    height: 40px;
    width: 40px;
}
.form-check .form-check-label .circle {
    border: 1px solid rgba(0, 0, 0, .54);
    height: 40px;
    width: 40px;
}
.select-option{padding: 15px 15px 15px 38px;}
.form-check {
    margin-bottom: 1.5rem;
    padding-left: 0;
}
.card .form-check {
    margin-top: 0;
	margin-right: 30px;
	margin-bottom: 8px;	
}
.find-us .form-check label{
	padding-left: 55px;color: #5c5b5b;padding-top: 7px;
}
.number-on-star{
	position: absolute;left: 13px;font-size: 17px;color: white; top: 11px;
}
.form-check .form-check-label {
    cursor: pointer;
    padding-left: 1px;
    position: relative;
    text-align: center;
    font-size: x-large;
    padding-top: 0;
}
.form-check .material-icons {   
    font-size: 43px;
	margin-left: -3px;
    margin-top: -1px;
}
.card {
	margin-top: 0;
	margin-bottom: 0;
	background: #ffffffd1 !important;
}
.index-page .page-header {
    height: 100vh;
    overflow: hidden;
}
.bmd-form-group input::placeholder {
    line-height: 1.1;
    color: #9c27b0;
}
.material-icons{color: #9c27b0;}
.modal-dialog .modal-header {
    border-bottom: none;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 11px;
    padding-left: 24px;
}
.success-checkmark {
	 width: 80px;
	 height: 115px;
	 margin: 0 auto;
}
 .success-checkmark .check-icon {
	 width: 80px;
	 height: 80px;
	 position: relative;
	 border-radius: 50%;
	 box-sizing: content-box;
	 border: 4px solid #4caf50;
}
 .success-checkmark .check-icon::before {
	 top: 3px;
	 left: -2px;
	 width: 30px;
	 transform-origin: 100% 50%;
	 border-radius: 100px 0 0 100px;
}
 .success-checkmark .check-icon::after {
	 top: 0;
	 left: 30px;
	 width: 60px;
	 transform-origin: 0 50%;
	 border-radius: 0 100px 100px 0;
	 animation: rotate-circle 4.25s ease-in;
}
 .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	 content: '';
	 height: 100px;
	 position: absolute;
	 background: #fff;
	 transform: rotate(-45deg);
}
 .success-checkmark .check-icon .icon-line {
	 height: 5px;
	 background-color: #4caf50;
	 display: block;
	 border-radius: 2px;
	 position: absolute;
	 z-index: 10;
}
 .success-checkmark .check-icon .icon-line.line-tip {
	 top: 46px;
	 left: 14px;
	 width: 25px;
	 transform: rotate(45deg);
	 animation: icon-line-tip 0.75s;
}
 .success-checkmark .check-icon .icon-line.line-long {
	 top: 38px;
	 right: 8px;
	 width: 47px;
	 transform: rotate(-45deg);
	 animation: icon-line-long 0.75s;
}
 .success-checkmark .check-icon .icon-circle {
	 top: -4px;
	 left: -4px;
	 z-index: 10;
	 width: 80px;
	 height: 80px;
	 border-radius: 50%;
	 position: absolute;
	 box-sizing: content-box;
	 border: 4px solid rgba(76, 175, 80, .5);
}
 .success-checkmark .check-icon .icon-fix {
	 top: 8px;
	 width: 5px;
	 left: 26px;
	 z-index: 1;
	 height: 85px;
	 position: absolute;
	 transform: rotate(-45deg);
	 background-color: #fff;
}
 @keyframes rotate-circle {
	 0% {
		 transform: rotate(-45deg);
	}
	 5% {
		 transform: rotate(-45deg);
	}
	 12% {
		 transform: rotate(-405deg);
	}
	 100% {
		 transform: rotate(-405deg);
	}
}
 @keyframes icon-line-tip {
	 0% {
		 width: 0;
		 left: 1px;
		 top: 19px;
	}
	 54% {
		 width: 0;
		 left: 1px;
		 top: 19px;
	}
	 70% {
		 width: 50px;
		 left: -8px;
		 top: 37px;
	}
	 84% {
		 width: 17px;
		 left: 21px;
		 top: 48px;
	}
	 100% {
		 width: 25px;
		 left: 14px;
		 top: 45px;
	}
}
 @keyframes icon-line-long {
	 0% {
		 width: 0;
		 right: 46px;
		 top: 54px;
	}
	 65% {
		 width: 0;
		 right: 46px;
		 top: 54px;
	}
	 84% {
		 width: 55px;
		 right: 0px;
		 top: 35px;
	}
	 100% {
		 width: 47px;
		 right: 8px;
		 top: 38px;
	}
}
 
.modal-header {    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-dialog .modal-content {    
    border-radius: 0;
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

#images h4{
    margin-bottom: 30px;
}
#javascriptComponents{
    padding-bottom: 0;
}
#javascriptComponents .btn-raised{
    margin: 10px 0px;
}
.fixed-bottom {
    position: fixed !important;
    z-index: 1030;
}

.btn-floating.greenglow {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    background-color: #7faf03;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    margin: 10px;
    text-align: center;
    line-height: 74px;
    color: white !important;
    box-shadow: 0 1px 22px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);	 
	font-size: 36px;
	border: 3px solid white !important;
}
.btn-floating.redglow {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    background-color: #7faf03;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    margin: 10px;
    text-align: center;
    line-height: 74px;
    color: white !important;
    box-shadow: 0 1px 22px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);	 
	font-size: 36px;
	border: 3px solid white !important;
}
	@keyframes glowing {
      0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
      50% { background-color: #49e819; box-shadow: 0 0 20px #2ba805; }
      100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
      }
      .btn-floating.btn-large {
      animation: glowing 1300ms infinite;
      }
	.dropbtn {
	  background-color: #f7af41;
	  color: white;
	  padding: 16px;
	  font-size: 16px;
	  border: none;
	}
	.dropbtnred {
	  background-color: #f7af41;
	  color: white;
	  padding: 16px;
	  font-size: 16px;
	  border: none;
	}
	  /*.dropbtn i{
		border: 1px solid #ffffff;
		padding: 5px;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		margin-right: 10px;
		margin-left: 10px;
	  }*/
	.dropup {
	  position: relative;
	  display: inline-block;
	}
	.dropupp {
	  position: relative;
	  display: inline-block;
	}
	.dropup-content {
	  display: none;
	  position: absolute;
      background-color: #ffffffc7;
      width: 266px;
      bottom: 98px;
      z-index: 1;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: top .5s;
      height: 480px;
      left: 10px;
      border-radius: 50px;
      box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px #ffffff;
	}
	.dropup-content-red {
	  display: none;
	  position: absolute;
      background-color: #ffffffc7;
      width: 278%;
      bottom: 98px;
      z-index: 1;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: top .5s;
      height: 480px;
      right: 10px;
      border-radius: 50px;
      box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px #ffffff;
	}
	.dropup-content::-webkit-scrollbar {
		display: none;
	}
	.dropup-content-red::-webkit-scrollbar {
		display: none;
	}
	ul.list-group-flush .list-group li a{
		margin-right: 0 !important;background-color: #008585b8;
    border-radius: 50px; width: 100%;
	}
	ul.list-group-flush .list-group li a .togglebutton{
		margin-top: 10px;
		width: 46px;
		float: right;
		margin-right: 15px;
	}
	ul.list-group-flush .list-group li a img{
		border-radius: 50px;background-size: 70px 70px;width: 70px;height: 70px;
	}	
	.togglebutton label input[type=checkbox]:checked+.toggle {
		background-color: #e91e63;
	}
	.dropup-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	  border-bottom: 1px solid #ffffff;
	}	
	.dropup-content-red a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	  border-bottom: 1px solid #ffffff;
	}
	.list-group-item {    
    padding: 0.2rem 9px !important;
	}
	.dropup-content a:hover {background-color: #ccc}
	ul.list-group-flush .list-group .list-group-item:first-child
	{
		padding-top: 10px !important;
	}
	ul.list-group-flush .list-group .list-group-item:last-child{
		padding-bottom: 10px !important;
	}
	/*.dropup:hover .dropup-content {
	  display: block;
	}*/

	.dropup:hover .dropbtn {
	  background-color: #2980B9;
	}
	.best-srv-person{
		display: inline-flex;
		background-color: #00c508;
		padding: 15px 15px 15px 29px;
		bottom: 14px;
		position: absolute;
		left: 77px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px #4caf50;
		border: 3px solid white;
		color: white;
	}
	.poor-srv-person{
		display: inline-flex;
		background-color: #e20f00;
		padding: 15px 29px 15px 15px;
		bottom: 14px;
		position: absolute;
		right: 73px;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px #ff0000;
		width: 395px;
		color: white;
		border: 3px solid white;
	}
	.best-person.togglebutton label input[type=checkbox]:checked+.toggle {
		background-color: #00ff0a;
	}
	ul li a .togglebutton h6.emp-name{
		position: absolute;
		left: 95px;
		top: 19px;
	}
	ul li:first-child a .togglebutton h6.emp-name{
		position: absolute;
		left: 95px;
		top: 26px;
	}
	@keyframes redglowing {
      0% { background-color: #ff1706; box-shadow: 0 0 5px #ff1706; }
      50% { background-color: #a80c00; box-shadow: 0 0 20px #a80c00; }
      100% { background-color: #ff1706; box-shadow: 0 0 5px #ff1706; }
      }
      .btn-floating.redglow {
      animation: redglowing 1300ms infinite;
      }