
.bottomMenu {
  position: fixed;
 margin-top: 20px;
  color: rgb(153, 153, 153);
  width: 70%;
  height: 60px;

  background:none;
  z-index: 1;
text-align: center;
  transition: all .5s;
}
.hide {
  opacity:0;
 
}
.show {
  opacity:1;

}

.bottomMenu h5{
 opacity: 80%;
}
.spinner,
.spinner:before {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 2px solid rgb(95, 103, 216);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: linear outer 1s infinite;
  animation: linear outer 1s infinite;
}

.spinner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 20px;
  margin-left: -12px;
  margin-top: -12px;
  -webkit-animation: linear inner .5s infinite;
  animation: linear inner .5s infinite;
}

.spinner:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: linear pulse 1s infinite;
  animation: linear pulse 1s infinite;
}

@-webkit-keyframes outer {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes outer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes inner {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes inner {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0,0)
  }
  50% {
    -webkit-transform: scale(1.5,1.5)
  }
  100% {
    -webkit-transform: scale(0,0)
  }
}

@keyframes pulse {
  0% {
    transform: scale(0,0)
  }
  50% {
    transform: scale(1.5,1.5)
  }
  100% {
    transform: scale(0,0)
  }
}
.neonButton{
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
  margin-right: 50px;
}
.neoncolour-green{color: #BFC730;}
.neonButton.neoncolour-green:hover{
	background: #BFC730;
	box-shadow: 0 0 5px #BFC730,
	   0 0 25px #BFC730,
		0 0 50px #BFC730 ,
		 0 0 200px #BFC730;

}

.neoncolour-pink{color: #03e9f4;}
.neonButton.neoncolour-pink:hover{
	background: #ED3580;
	box-shadow: 0 0 5px #ED3580,
	   0 0 25px #ED3580,
		0 0 50px #ED3580 ,
		 0 0 200px #ED3580;

}
.neoncolour-orange{color: #E7D8A4;}
.neonButton.neoncolour-orange:hover{
	background: #f5af19;
	box-shadow: 0 0 5px #f5af19,
	   0 0 25px #f5af19,
		0 0 50px #f5af19,
		 0 0 200px #f5af19;

}
.neoncolour-greend{color: #E7D8A4;}
.neonButton.neoncolour-greend:hover{
	background: #00984d;
	box-shadow: 0 0 5px #00984d,
	   0 0 25px #00984d,
		0 0 50px #00984d,
		 0 0 200px #00984d;

}


.neonButton:hover{
  background: #03e9f4;
  color: #2A2A2A;
  box-shadow: 0 0 5px #03e9f4,
   0 0 25px #03e9f4,
    0 0 50px #03e9f4 ,
     0 0 200px #03e9f4;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.neonButton span{
  position: absolute;
  display: block;
}

.neonButton span:nth-child(1){
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFEC8D);
  animation: animate1 1s linear infinite;
}

@keyframes animate1{
  0%{
      left: -100%;
  }

  50%, 100%{
      left: 100%;
  }
}

.neonButton span:nth-child(2){
  top: -100px;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #FFEC8D);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2{
  0%{
      top: -100%;
  }

  50%, 100%{
      top: 100%;
  }
}

.neonButton span:nth-child(3){
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #FFEC8D);
  animation: animate3 1s linear infinite;
  animation-delay: 0.50s;
}

@keyframes animate3{
  0%{
      right: -100%;
  }

  50%, 100%{
      right: 100%;
  }
}

.neonButton span:nth-child(4){
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #FFEC8D);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4{
  0%{
      bottom: -100%;
  }

  50%, 100%{
      bottom: 100%;
  }
}
#contact-cta-section {
  padding-top: 37px;
  padding-bottom: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  padding: 75px 0 10px 0;
  float: left;
  width: 100%;
  text-align: center; 
  }
  
  .wrapper-full {
    position: relative;
  width: 1050px;
  margin: 0 auto;
  }
  .cta-wrapper {
  margin-bottom: 0;
  text-align: left;
  padding: 28px;
  background-color: #202020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  }
  .cta-wrapper .details-wrapper {
  float: left;
  width: 60%;
  }
  .cta-wrapper .details-wrapper h2 {
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #FFF;
  font-size: 27px;
  }
  .cta-wrapper .details-wrapper p {
  font-size: 18px;
  color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  .cta-wrapper .blue-cta-button {
  padding: 17px 50px;
  text-transform: uppercase;
  background-color: #93CC76;
  color: #FFF;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  white-space: pre;
  margin: 31px 0 25px 0;  
  float: right;
  margin: 0;
  color: #252525;
  background-color: #FFF;
  padding: 17px 0;
  width: 40%;
  text-align: center;
  }
  
 
        /*Spin*/
        @keyframes slidy {
          0% { left: 0%; }
          20% { left: 0%; }
          25% { left: -100%; }
          45% { left: -100%; }
          50% { left: -200%; }
          70% { left: -200%; }
          75% { left: -300%; }
          95% { left: -300%; }
          100% { left: -400%; }
          }
          
          body { margin: 0; } 
          div#slider { overflow: hidden; }
          div#slider figure img { width: 20%; float: left; }
          div#slider figure { 
            position: relative;
            width: 500%;
            margin: 0;
            left: 0;
            text-align: left;
            font-size: 0;
            animation: 10s slidy infinite; 
          }
          

        #loader {
          width: 14px;
          height: 14px;
          transform: rotate(75deg);
          position: absolute;
        }
        #loader::before, #loader::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 14px;
          height: 14px;
          border-radius: 14px;
          animation: load 1.2s linear infinite;
        }
        .spin{
        animation: spin 3s linear infinite;
        }
        #loader::before {
          box-shadow: 18px 18px #0077b6, -18px -18px #2a9d8f;
        }
        #loader::after {
          box-shadow: 18px 18px #e9c46a, -18px -18px #f4a261;
          transform: translate(-50%, -50%) rotate(90deg);
        }
        
        @keyframes load {
          50% {
            height: 42px;
          }
        }
        @keyframes spin {
            0%{
                transform: rotate(0deg);
            }
          100% {
            transform: rotate(360deg);
          }
        }
/*Train animation*/
.trainAnimation{
  position: absolute;
}

  #train {
    height: 2rem;
    display: flex;
    align-items: center;
  }
  #train .line {
    width: 0.2rem;
    height: 100%;
    background: hsl(0, 0%, 100%,0.2);
    margin: 0 0.09rem;
    border-radius: 1rem;
    animation: loading 0.8s linear infinite;
  }
  #train .line:nth-child(2) {
    animation-delay: 0.1s;
  }
  #train .line:nth-child(3) {
    animation-delay: 0.2s;
  }
  #train .line:nth-child(4) {
    animation-delay: 0.3s;
  }
  #train .line:nth-child(5) {
    animation-delay: 0.4s;
  }
  #train .line:nth-child(6) {
    animation-delay: 0.5s;
  }
  #train .line:nth-child(7) {
    animation-delay: 0.6s;
  }
  #train .line:nth-child(8) {
    animation-delay: 0.7s;
  }
.trainAnimation{
position: absolute;

}
#train1 {
  height: 4rem;
  display: flex;
  align-items: center;
}
#train1 .line {
  width: 0.3rem;
  height: 100%;
  background: #fff;
  margin: 0 0.2rem;
  border-radius: 1rem;
  animation: loading 0.8s linear infinite;
}
#train1 .line:nth-child(2) {
  animation-delay: 0.1s;
}
#train1 .line:nth-child(3) {
  animation-delay: 0.2s;
}
#train1 .line:nth-child(4) {
  animation-delay: 0.3s;
}
#train1 .line:nth-child(5) {
  animation-delay: 0.4s;
}
#train1 .line:nth-child(6) {
  animation-delay: 0.5s;
}
#train1 .line:nth-child(7) {
  animation-delay: 0.6s;
}
#train1 .line:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
#fade-conatiner {
  position: relative;
}
#fade-conatiner #fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #1a1a1a 5%, transparent, #1a1a1a 95%);
  background-blend-mode: overlay;
}


@keyframes spin{
  0%{
      transform: rotate(0);

  }
  100%
  {
      transform: rotate(360deg)  ; 
  }
}

/*loader 02*/
.pulse-spinner{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #888888;
  position: absolute;
 
}
.pulse-spinner::after{
  content: "";
  width: 30px;
  height:30px;
  border-radius: 50%;
  background-color:  #888888;;
  z-index: 1;
  position: absolute;
  animation: pulse 1s ease       infinite;
}
@keyframes pulse {
  from{
      transform: scale(1);
      opacity: 1;
  }
  to{
      transform: scale(2);
      opacity: 0;
  }
  
}

.serviceContents h3{
    text-align: center;
    padding: 30px;

}
#myProgress {
    width: 100%;
    background-color: grey;
    opacity: 10%;
  }
  
  #myBar1 {
  
    width: 70%;
    height: 10px;
    background-color: rgb(255, 255, 255);
  }

  #myBar2 {
  
    width: 60%;
    height: 10px;
    background-color: rgb(255, 255, 255);
  }

  .progress{
      display:flex;
      justify-content: space-between;

  }
  .percentage{
    font-family: "Michroma", Arial, Tahoma, sans-serif;
    color:black;
    background-color: rgb(20, 20, 20);
  }

  h2 span:nth-child(1){
    color:rgb(0, 0, 0);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name:entrance1;
    animation-delay:1s;
    animation-duration: 2s;
    color: #bfc730;
  }  
 h2 span:nth-child(2){
  color:rgb(0, 0, 0);
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name:entrance;
  animation-delay:2s;
  animation-duration: 2s;
  color: #ed3580;
   

  }

  h2 span:nth-child(3){
    color:rgb(0, 0, 0);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name:entrance;
    animation-delay:3s;
    animation-duration: 2s;
    color: #009a9f;
   

  }
  h2 span{
    font-size: 40px;
  }

  @keyframes entrance{
    
  
    0%   {
      opacity: 0%;
      font-size: 20px;  
      
     
  }

  25%  {
      opacity: 25%;       
  
  }
  50%  {
      opacity: 50%;  
           
  
  }
  100% {
      opacity: 100%;    
      color: rgb(255, 255, 255);
      font-size: 30px;
     
  
  }
}
    
    
  @keyframes entrance1{
    
  
    0%   {
      opacity: 0%;  
      
     
  }

  25%  {
      opacity: 25%;       
  
  }
  50%  {
      opacity: 50%;  
           
  
  }
  100% {
      opacity: 100%;    
      color: rgb(255, 255, 255);
    
     
  
  }
      


    }

   /* ANT Animation */
     

svg {
  display: block;
  font: 150px 'Montserrat';
  width:1500px;
  height: 300px;
  
  padding: 0px;
  margin: 0px;
  font-size: 100px;
 
}

.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 0.04em;
  
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
stroke: #ff0400;
animation-delay: -1;
}

.text-copy:nth-child(2){
stroke:#ff0055;
animation-delay: -2s;
}

.text-copy:nth-child(3){
stroke:#f5af19;
animation-delay: -3s;
}

.text-copy:nth-child(4){
stroke:#ff0055;
animation-delay: -4s;
}

.text-copy:nth-child(5){
stroke: #ff0400;
animation-delay: -5s;
}

.text-copy2 {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 0.04em;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy2:nth-child(1){
  stroke: #008856;
animation-delay: -1;
}

.text-copy2:nth-child(2){
  stroke:#061d68;
animation-delay: -2s;
}

.text-copy2:nth-child(3){
stroke:#95069A;
animation-delay: -3s;
}

.text-copy2:nth-child(4){
  stroke:#0028AC;
animation-delay: -4s;
}

.text-copy2:nth-child(5){
  stroke: #008F5A;
animation-delay: -5s;
}

.text-copy3 {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 0.04em;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy3:nth-child(1){
stroke: #02f3fc;
animation-delay: -1;
}

.text-copy3:nth-child(2){
stroke:white;
animation-delay: -2s;
}

.text-copy3:nth-child(3){
stroke:#019aa0;
animation-delay: -3s;
}

.text-copy3:nth-child(4){
stroke:white;
animation-delay: -4s;
}

.text-copy3:nth-child(5){
stroke: #02f3fc;
animation-delay: -5s;
}

.text-copy4 {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 0.04em;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy4:nth-child(1){
stroke: #00984d;
animation-delay: -1;
}

.text-copy4:nth-child(2){
stroke:#bec730;
animation-delay: -2s;
}

.text-copy4:nth-child(3){
stroke:#f5af19;
animation-delay: -3s;
}

.text-copy4:nth-child(4){
stroke:#bec730;
animation-delay: -4s;
}

.text-copy4:nth-child(5){
stroke: #00984d;
animation-delay: -5s;
}
@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
} 
        
  
 .intro-next {
	cursor: pointer;
	font-size: 38px;
	height: 50px;
	left: 50%;
	bottom: 30px;
	line-height: 50px;
	margin: 0 0 0 -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.intro-next {
	color: rgba(255, 255, 255, 0.2)
}
.intro-next:hover {
	color: rgba(255, 255, 255, 0.5)
}

.intro-next {
	color: rgba(114, 113, 113, 0.2)
}
.intro-next:hover {
	color: rgba(117, 117, 117, 0.5)
}
/*sliding perspective*/

.perspective-text {
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  opacity: 100%;
 
  background-image: url(./Background.jpg);
  background-attachment: fixed;
 
}

.perspective-line {
  height:50px;
  overflow: hidden;
  position: relative;
  width: 500px;
}

.perspective-text p {
  margin: 0;
  height: 50px;
  line-height:50px;
  transition: all 0.5s ease-in-out;
}

.perspective-line:nth-child(odd) {
  transform: skew(60deg, -30deg) scaleY(0.667);
}

.perspective-line:nth-child(even) {
  transform: skew(0deg, -30deg) scaleY(1.337);
}

.perspective-text:hover p {
  transform: translate(0, -50px);
}

.perspective-line:nth-child(1) {
  left: 30px;
  background: #bfc730;
  opacity: 50%;
}

.perspective-line:nth-child(2) {
  left: 58px;
  background: #00984d;
  opacity: 50%;
  
}

.perspective-line:nth-child(3) {
  left: 87px;
  background:#005284;
  opacity: 50%;
}

.perspective-line:nth-child(4) {
  left: 116px;
  background: #9b2786 ;
  opacity: 50%;
}

.perspective-line:nth-child(5) {
  left: 145px;
  background: #ed3532;
  opacity: 50%;
}

.perspective-line:nth-child(6) {
  left: 145px;
  opacity: 0%;
}

/*Camera*/
section.p10 {
  background-image: url("https://i.imgur.com/uZlR2bB.jpg");
}
section.p10 h3 {
  width: 353px;
  height: 94px;
  line-height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -176.5px;
  margin-top: -47px;
}
section.p10 h3:before, section.p10 h3:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: #fafafa;
  border-style: solid;
  border-width: 0;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  -moz-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
  -webkit-transform: translate(0px, 0px) scale(0.8);
  -moz-transform: translate(0px, 0px) scale(0.8);
  -ms-transform: translate(0px, 0px) scale(0.8);
  -o-transform: translate(0px, 0px) scale(0.8);
  transform: translate(0px, 0px) scale(0.8);
  opacity: 0;
}
section.p10 h3:before {
  left: 0;
  bottom: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
section.p10 h3:after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
section.p10 h3:hover:before, section.p10 h3:hover:after {
  -webkit-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  -moz-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
  opacity: 1;
}
section.p10 h3:hover:before {
  -webkit-transform: translate(-30px, 20px) scale(1);
  -moz-transform: translate(-30px, 20px) scale(1);
  -ms-transform: translate(-30px, 20px) scale(1);
  -o-transform: translate(-30px, 20px) scale(1);
  transform: translate(-30px, 20px) scale(1);
  border-bottom-width: 12px;
  border-left-width: 12px;
}
section.p10 h3:hover:after {
  -webkit-transform: translate(30px, -20px) scale(1);
  -moz-transform: translate(30px, -20px) scale(1);
  -ms-transform: translate(30px, -20px) scale(1);
  -o-transform: translate(30px, -20px) scale(1);
  transform: translate(30px, -20px) scale(1);
  border-top-width: 12px;
  border-right-width: 12px;
}

/*Image Gallery*/






.lightbox {
  background: rgba(80, 80, 80, 0.9);
  display: none;
  position: fixed;
  z-index: 1000;
  
}

.lightbox:target {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left:0;
  right: 0;
  top: 0;
}

.lightbox img {
  border-radius: 1em;
  display: block;
  margin: auto;
  max-height: 80vh;
  max-width: 90vh;
  
}

.lightbox .close {
  color: #fff;
 
  font-size: 20px;
  font-weight: bold;
  height: 1em;
  position: fixed;
  right:400px;
  top: 0;
  width: 1em;
  z-index: 1001;
}

.lightbox p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.lightbox .previous{
  color: rgb(30,30,30);
  font-size: 4em;
  font-weight: bold;
  
  position: fixed;
 
  width: 1em;
  z-index: 1001;
  font-size: 20px;
  background-color: rgba(116, 116, 116, 0.9);
  border-radius: 100%;

}

.lightbox .next{
  color: rgb(30,30,30);
  font-size: 4em;
  font-weight: bold;
  
  position: fixed;
 
  width: 1em;
  z-index: 1001;
  font-size: 20px;
  background-color: rgba(116, 116, 116, 0.9);
  border-radius: 100%;

}
.edge{
    background-color: rgb(30, 30, 30,0.9);
    width: auto;
    height: auto;
    display: block;
    padding:20px;
    border-radius: 7px;
}

.lightbox a:link{
  text-decoration: none;
    
}

.lightbox a:hover{
  color: rgb(30, 30, 30);

}

#slider input[type=radio] {
  display: none;
}
#slider label {
  cursor:pointer;
  text-decoration: none;
}
#slides {
  padding: 10px;
 
  position: relative;
  z-index: 1;
}
#overflow {
  width: 100%;
  overflow: hidden;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  width: 400%;
  line-height: 0;
  height: 300px;
}
#slides .slide {
  width: 25%;
  float:left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
#slides .slide_1 {
 
  
}
#slides .slide_2 {
 
}
#slides .slide_3 {
 
}
#slides .slide_4 {
  
}
#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}
#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: .4;
}
#controls label:hover {
  opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float:right;
  margin: 0 -50px 0 0;
  display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float:left;
  margin: 0 0 0 -50px;
  display: block;
}
#bullets {
  margin: 150px 0 0;
  text-align: center;
}
#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:20%;
  background: rgb(30, 30, 30);
  margin: 0 10px;
}

#bullets label:hover{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:20%;
  background: rgb(255, 255, 255);
  margin: 0 10px;
  box-shadow: 0 0 5px rgb(255, 255, 255);

}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: rgb(255, 255, 255,0.9);
}
@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
     margin: 0;
    
  }
  #slides {
     max-width: calc(100% - 140px);
     margin: 0 auto;
  }
}



@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);
.anim-scale {
	display: inline-block;
	animation: Scala 15s infinite normal;
}
@keyframes Scala {
	0% {
	}
	100% {
		transform: scale(1.2);
	}
}
.title  {
	animation: fadeIn 10s infinite linear;
}
@keyframes fadeIn {
	0% {
		opacity: 0%;
		font-size: 10px;
	}

	

	55%{
		opacity: 100%;
		font-size: 50px;
	}
	75%{
		opacity: 100%;
		font-size: 50px;
	}
	100% {
		
		opacity: 0%;
		
	}
}


.glow{
	animation: glow 2s infinite normal;


}
.glow{
	animation: fadeInglow 10s infinite normal;
  font-size: 22px;


}
@keyframes fadeInglow {
	0% {
		opacity: 0%;
    font-size: 15px;
	}

	

	40%{
		opacity: 100%;
		
	}
  45%{
    color:#f58635;
  
    text-shadow: none;
  }
  48%{
    color: hsl(41, 100%, 50%);
  
    text-shadow: 0 0 5px hsl(41, 100%, 50%);
  }
  53%{
    color:#f58635;
  
    text-shadow: none;;
  }
  56%{
    color: hsl(41, 100%, 50%);
  
    text-shadow: 0 0 5px hsl(41, 100%, 50%);
  }
  59%{
    color:#f58635;
  
    text-shadow: none;;
  }
	62%{
		opacity: 100%;
    color: hsl(41, 100%, 50%);
  
    text-shadow: 0 0 5px hsl(41, 100%, 50%);
		


	}
 65%{
    color:#f58635;
  
    text-shadow: none;;
  }
	68%{
		opacity: 100%;
    color: hsl(41, 100%, 50%);
  
    text-shadow: 0 0 5px hsl(41, 100%, 50%);
		
	}
  71%{
    color:#f58635;
  
    text-shadow: none;;
  }

	100% {
		
		opacity: 0%;
		
	}
}
@keyframes glow{
0%{


}
50%{
	 color: #ffee10;
  
  text-shadow: 0 0 5px #ffee10;
}

}
.container .title {
  
	font-weight: bold;
	color: rgb(255, 255, 255);
	
	background-image: linear-gradient(
		135deg,
		#ffffff 0,
		#fff 22%,
		#fff 45%,
		#fff 50%,
		#fff 55%,
		#fff 78%,
		#fff 100%
	);
	
	-webkit-background-clip: text;
}

.container .coloumnone{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
}

.parent1:hover .change{

  opacity: 100%;
      
  position: relative;
animation: mymove 1s  ;
animation-timing-function: ease-out;
animation-fill-mode:backwards; 
}
.parent1:hover{
  cursor: pointer;
}
.parent2:hover .change{

  opacity: 100%;
      
  position: relative;
animation: mymove2 1s  ;
animation-timing-function: ease-out;
animation-fill-mode:forwards; 
}
.parent2:hover{
  cursor: pointer;
}
.parent3:hover .change{

  opacity: 100%;
      
  position: relative;
animation: mymove 1s  ;
animation-timing-function: ease-out;
animation-fill-mode:backwards; 
}
.parent3:hover{
  cursor: pointer;
}
.parent4:hover .change{

  opacity: 100%;
      
  position: relative;
animation: mymove2 1s  ;
animation-timing-function: ease-out;
animation-fill-mode:forwards; 
}
.parent4:hover{
  cursor: pointer;
}
.parent5:hover .change{

  opacity: 100%;
      
  position: relative;
animation: mymove 1s  ;
animation-timing-function: ease-out;
animation-fill-mode:backwards; 
}
.parent5:hover{
  cursor: pointer;
}

.change{
  opacity: 0;
  padding:0;
  margin: 0;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
color: transparent;
font-weight: bolder;
  
}
.animtable td{
  width: 1000px;
}

@keyframes mymove {
0% {transform: translate(-100%,0);
opacity: 0%;}
100%{transform: translate(0,0);
font-size: 70px;
-webkit-text-stroke: 2px rgb(255, 255, 255);
color: transparent;}

}

@keyframes mymove2 {
  0% {transform: translate(100%,0);
  opacity: 0%;}
  100%{transform: translate(0,0);
  font-size: 60px;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
color: transparent;


}
  
  }
  .changewithrotate{
    opacity: 0;
    padding:0;
    margin-left:20px;
    margin-right:20px;
    color: transparent;
    width: 400px;
    height: 400px;
    
  }
  .parent1:hover .changewithrotate{

    opacity: 100%;
        
    position: relative;
  animation: myicon 1s  ;
  animation-timing-function: ease-out;
  animation-fill-mode:backwards; 
  }
  .parent2:hover .changewithrotate{

    opacity: 100%;
        
    position: relative;
  animation: myicon2 1s  ;
  animation-timing-function: ease-out;
  animation-fill-mode:backwards; 
  }
  .parent3:hover .changewithrotate{

    opacity: 100%;
        
    position: relative;
  animation: myicon 1s  ;
  animation-timing-function: ease-out;
  animation-fill-mode:backwards; 
  }
  .parent4:hover .changewithrotate{

    opacity: 100%;
        
    position: relative;
  animation: myicon2 1s  ;
  animation-timing-function: ease-out;
  animation-fill-mode:backwards; 
  }
  @keyframes myicon {
    0% {transform: translate(-100%,0) ;
    opacity: 0%;}
    100%{transform: translate(0,0)  rotate(360deg);
    font-size: 70px;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    color: transparent;}
    
    }
    
    @keyframes myicon2 {
      0% {transform: translate(100%,0);
      opacity: 0%;}
      100%{transform: translate(0,0) rotate(360deg);
      font-size: 60px;
      -webkit-text-stroke: 2px rgb(255, 255, 255);
    color: transparent;
    
    
    }}
        @media(max-width:500px){
        .mb-pd{

          padding-bottom: 300px;
          margin-bottom: 300px;
         






        }
      }
       #s-text .lg-pd{

          padding:300px;

          font-size: 600px;

        }

        .image {
          width: 100%;
          height: 200px;
        }
        .radio {
          /*display: none;*/
        }
        .images {
          overflow: hidden;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
        }
        .images-inner {
          width: 500%;
          transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
          transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
          text-align: center;
          display: block;
          margin: auto;
          margin-top: 125px;
        }
        .image-slide {
          width: 20%;
          float: left;
        }
        .image-slide,
        .fake-radio,
        .radio-btn {
          transition: all 0.5s ease-out;
        }
       
        
        
        /* Move slides overflowed container */
        #slide1:checked ~ .images .images-inner {
          margin-left: 0;
        }
        #slide2:checked ~ .images .images-inner {
          margin-left: -100%;
        }
        #slide3:checked ~ .images .images-inner {
          margin-left: -200%;
        }
        
        
        
        
        /* Color of bullets */
        #slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
        #slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
        #slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
          background: rgb(255, 255, 255);
        }
        .radio-btn {
          width: 11px;
          height:11px;
          border-radius: 3px;
          background: rgb(37, 37, 37);
          display: inline-block !important;
          margin: 0 1px;
          cursor: pointer;
        }
        /* Color of bullets - END */
        
        
        
        
        /* Text of slides */
        #slide1:checked ~ .labels .label:nth-child(1),
        #slide2:checked ~ .labels .label:nth-child(2),
        #slide3:checked ~ .labels .label:nth-child(3) {
          opacity: 1;
        }
        
        .label {
          opacity: 0;
          position: absolute;
        }
        /* Text of slides - END */
        
        
        
        /* Calculate AUTOPLAY for BULLETS */
        @keyframes bullet {
          0%, 33.32333333333334%	{
            background: rgb(255, 255, 255);
          }
          33.333333333333336%, 100% {
            background:  rgb(37, 37, 37);
          }
        }
        
        
        #play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
          animation: bullet 12300ms infinite -1000ms;
        }
        
        #play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
          animation: bullet 12300ms infinite 3100ms;	
        }
        
        #play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
          animation: bullet 12300ms infinite 7200ms;	
        }
        /* Calculate AUTOPLAY for BULLETS - END */
        
        
        
        
        /* Calculate AUTOPLAY for SLIDES */
        @keyframes slide {
          0%, 25.203252032520325%	{ margin-left: 0; }
          33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
          66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
        }
        
        
        .st-slider > #play1:checked ~ .images .images-inner {
          animation: slide 12300ms infinite;	
        }
        /* Calculate AUTOPLAY for SLIDES - END */
        
        
        
        
        
        /* Calculate AUTOPLAY for CAPTION */
        @keyframes caption {
          0%, 33.32333333333334%	{
            opacity: 1;
          }
          33.333333333333336%, 100% {
            opacity: 0;
          }
        }
        
        
        #play1:checked ~ .labels .label:nth-child(1) {
          animation: caption 12300ms infinite -1000ms;
        }
        
        #play1:checked ~ .labels .label:nth-child(2) {
          animation: caption 12300ms infinite 3100ms;	
        }
        
        #play1:checked ~ .labels .label:nth-child(3) {
          animation: caption 12300ms infinite 7200ms;	
        }
        /* Calculate AUTOPLAY for CAPTION - END */
        
        
.cs_anchor{
  opacity: 0%;
}        

.fake-radio{
  display: block;
  margin: auto;
  margin-top: 100px;
  width:55px;
}

.fake-radio .radio-btn:hover{
  background: rgb(255, 255, 255);
  
  box-shadow: 0 0 5px rgb(255, 255, 255);
}
/*contact*/

/* DEMO-SPECIFIC STYLES */
.typewriter{
  display: flex;
  justify-content: center;
}
.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .05em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
   typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
    font-size: 20px;
animation-duration: 10s;
animation-delay:;
opacity: 0;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}

/* The typing effect */
@keyframes typing {
  0% { width: 0 ;
 }
  50% { width:250px;
    opacity: 100%; }

100% { width:250px;
  opacity: 0%; }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,50% ,to{ border-color: transparent }
  25%,75% { border-color: orange }
}

.mib-whtext{color: #FFFFFF; font-weight: 500;}
