.csslider>input:nth-of-type(1):checked~ul li:first-of-type 
{
    animation: slider_animation 45s linear infinite ;
}

h4
{
    font-family:Source Sans Pro, sans-serif;
    font-weight:200;
}
@keyframes slider_animation{
  from {
    background-size:100% 100%;
    background-position:50% 50%;
  }
  to {
   background-size:300% 300%;
   background-position:0% 0%;
  }
}

/*---zoom--*/
.zoom {
 
  
  transition: transform .2s; /* Animation */
  width: 200px;
  
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*---zoom--*/

.about
{
    padding-top:5rem;
    padding-bottom:5rem;
}
.about-service
{
    background-color:#ffffff;
    padding-top:3rem;
    padding-bottom:3rem;
}

.about-us-font
{
    font-family:inherit;
    font-size:18px;
    color:#000000;
    font-weight:100;
}
.key_value1
{
   
    background-color:black; 
    border-radius:5px;
    
    color:white;
    min-height:300px;
    overflow:visible;
    position:inherit;
        height: 280px;
        padding:5px;
}

.key_value1 h3
{
    color:white;
}

.key_value1_border1
{
    position:absolute;
    left:0;
    bottom:0;
    height:1px;
    width:100%;
    overflow:visible;
    background: linear-gradient(to right, #333, #ffffff 100%);
    background-repeat: no-repeat;
    background-position:-400px 0px;
    animation: key_animation 2s  linear infinite ;
    
}
@keyframes key_animation{
  from {
  background-position:-400px 0px;
  }
  to {
  background-position:400px 0px;
  }
}
.key_value1_border2
{
     position:absolute;
    left:0;
    top:0;
    height:100%;
    width:1px;
    overflow:visible;
     background: linear-gradient(to bottom, #333, #ffffff 100%);
    
     background-repeat:no-repeat;
     animation: key_animation2 2s  linear infinite ;
     animation-delay:1s;
    
}
@keyframes key_animation2{
  from {
  background-position:0px -280px;
  }
  to {
  background-position:0px 280px;
  }
}
.key_value1_border3
{
     position:absolute;
    right:0;
    bottom:0;
    height:100%;
    width:1px;
    overflow:visible;
     background: linear-gradient(to top, #333, #ffffff 100%);
    
     background-repeat:no-repeat;
      background-position:0px 400px;
      animation: key_animation3 2s  linear infinite ;
    animation-delay:1s;
}
@keyframes key_animation3{
  from {
  background-position:0px 280px;
  }
  to {
  background-position:0px -280px;
  }
}

.key_value1_border4
{
     position:absolute;
    right:0;
    top:0;
    height:1px;
    width:100%;
    overflow:visible;
     background: linear-gradient(to left, #333, #ffffff 100%);
    
     background-repeat:no-repeat;
     animation: key_animation4 2s  linear infinite ;
     
    
}
@keyframes key_animation4{
  from {
  background-position:400px 0px;
  }
  to {
  background-position:-400px 0px;
  }
}


.stats
{
    position:relative;
    height:500px;
    padding:0px!important;
    overflow:hidden;
    /*background: url(../images/stats.jpg) no-repeat center;
    */
    background-color:#000000;
    background-size: cover;
}
.glow-class1
{
  color: #c6e2ff;
    animation: neon .08s ease-in-out infinite alternate;
}
.glow-class2
{
    font-size:25px;
  color: #F0ACF1;
    animation: neon2 .08s ease-in-out infinite alternate;
}
.glow-class3
{
    
  color: #DAEC83;
    animation: neon3 .5s ease-in-out infinite alternate;
}
.glow-class4
{
   
  color: #ED1717;
    animation: neon4 .5s ease-in-out infinite alternate;
}
.glow-class5
{
   
  color: #ED1717;
    animation: neon5 .5s ease-in-out infinite alternate;
}
.glow-class6
{
   
  color: #ED1717;
    animation: neon6 .5s ease-in-out infinite alternate;
}

@keyframes neon6 {
  from {
    text-shadow:
    0 0 6px rgba(141,47,220,0.92),
    0 0 30px rgba(141,47,220,0.34),
    0 0 12px rgba(194,175,210,0.52),
    0 0 21px rgba(194,175,210,0.92),
    0 0 34px rgba(194,175,210,0.78),
    0 0 54px rgba(194,175,210,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(141,47,220,0.98),
    0 0 30px rgba(141,47,220,0.42),
    0 0 12px rgba(194,175,210,0.58),
    0 0 22px rgba(194,175,210,0.84),
    0 0 38px rgba(194,175,210,0.88),
    0 0 60px rgba(194,175,210,1);
  }
}


@keyframes neon5 {
  from {
    text-shadow:
    0 0 6px rgba(86,204,40,0.92),
    0 0 30px rgba(86,204,40,0.34),
    0 0 12px rgba(194,226,181,0.52),
    0 0 21px rgba(194,226,181,0.92),
    0 0 34px rgba(194,226,181,0.78),
    0 0 54px rgba(194,226,181,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(86,204,40,0.98),
    0 0 30px rgba(86,204,40,0.42),
    0 0 12px rgba(194,226,181,0.58),
    0 0 22px rgba(194,226,181,0.84),
    0 0 38px rgba(194,226,181,0.88),
    0 0 60px rgba(194,226,181,1);
  }
}

@keyframes neon4 {
  from {
    text-shadow:
    0 0 6px rgba(238,90,107,0.92),
    0 0 30px rgba(238,90,107,0.34),
    0 0 12px rgba(237,186,186,0.52),
    0 0 21px rgba(237,186,186,0.92),
    0 0 34px rgba(237,186,186,0.78),
    0 0 54px rgba(237,186,186,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(238,90,107,0.98),
    0 0 30px rgba(238,90,107,0.42),
    0 0 12px rgba(237,186,186,0.58),
    0 0 22px rgba(237,186,186,0.84),
    0 0 38px rgba(237,186,186,0.88),
    0 0 60px rgba(237,186,186,1);
  }
}

@keyframes neon3 {
  from {
    text-shadow:
    0 0 6px rgba(208,206,39,0.92),
    0 0 30px rgba(208,206,39,0.34),
    0 0 12px rgba(243,244,173,0.52),
    0 0 21px rgba(243,244,173,0.92),
    0 0 34px rgba(243,244,173,0.78),
    0 0 54px rgba(243,244,173,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(208,206,39,0.98),
    0 0 30px rgba(208,206,39,0.42),
    0 0 12px rgba(243,244,173,0.58),
    0 0 22px rgba(243,244,173,0.84),
    0 0 38px rgba(243,244,173,0.88),
    0 0 60px rgba(243,244,173,1);
  }
}

@keyframes neon2 {
  from {
    text-shadow:
    0 0 6px rgba(240,170,241,0.92),
    0 0 30px rgba(240,170,241,0.34),
    0 0 12px rgba(236,90,238,0.52),
    0 0 21px rgba(236,90,238,0.92),
    0 0 34px rgba(236,90,238,0.78),
    0 0 54px rgba(236,90,238,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(240,170,241,0.98),
    0 0 30px rgba(240,170,241,0.42),
    0 0 12px rgba(236,90,238,0.58),
    0 0 22px rgba(236,90,238,0.84),
    0 0 38px rgba(236,90,238,0.88),
    0 0 60px rgba(236,90,238,1);
  }
}

@keyframes neon {
  from {
    text-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);
  }
  to {
    text-shadow:
    0 0 6px rgba(202,228,225,0.98),
    0 0 30px rgba(202,228,225,0.42),
    0 0 12px rgba(30,132,242,0.58),
    0 0 22px rgba(30,132,242,0.84),
    0 0 38px rgba(30,132,242,0.88),
    0 0 60px rgba(30,132,242,1);
  }
}
@media screen and (max-width:760px)
{
    .fooer_left
    {
        clear:left;
    }
    
    .zoom {
 
  
  transition: transform .2s; /* Animation */
  width: 80%;
  
  margin: 0 auto;
  
}
}

.carousel {
	margin: 50px auto;
	padding: 0 20px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
   
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
    min-height:150px;
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #FFFFFF;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonials {
    background: url(../images/testimonials.jpg) no-repeat 0px -94px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 31vw;
}

.testimonials_grid-inn i {
    font-size: 3em;
}

.testimonials_grid {
    text-align: center;
    position: relative;
}

.testimonials_grid img {
    margin: 0 auto;
}

.testimonials_grid {
    text-align: center;
}

.testimonials_grid h3 {
    margin: 1em 0 0em 0;
    color: #333;
    font-size: 0.9em;
    text-transform: uppercase;
}

.testimonials_grid h3 span {
    font-weight: 100;
    font-size: 0.8em;
    color: #999
}

.testimonials_grid label {
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #037ef3;
    text-transform: uppercase;
}

.testimonials_grid p {
    width: 70%;
    margin: 1em auto 0;
    line-height: 2em;
    letter-spacing: 1px;
}

.testimonials_grid img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 5px solid hsla(210, 7%, 6%, 0.13);
    margin-bottom: 1em;
}

.testimonials_grid {
    margin: 1em auto 0;
    width: 80%;
}

div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}

a.carousel-control-next.test,
a.carousel-control-prev.test {
    color: #0e0f10;
    text-align: center;
    opacity: 0.9;
    font-size: 1em;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    margin-top: 7em;

}

.testimonials_grid-inn img {
    width: 0%;
}

/*-- //testimonials --*/
@media(max-width:1440px) {
    .testimonials {
        background: url(../images/testimonials.jpg) no-repeat 0px -57px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        height: 34vw;
    }
}
@media(max-width:1366px) {
     .testimonials {
        background: url(../images/testimonials.jpg) no-repeat 0px -30px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        height: 35vw;
     }
}
@media(max-width:1280px) {
      .testimonials_grid-inn i {
        font-size: 2em;
    }
    .testimonials_grid p {
        width: 70%;
        margin: 1em auto 0;
        line-height: 2em;
        letter-spacing: 1px;
        font-size: 0.8em;
    }
}
@media(max-width:1080px) {
    .testimonials {
        background: url(../images/testimonials.jpg) no-repeat 0px 0px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        height: 40vw;
    }
}
@media(max-width:1024px) {
    .testimonials_grid p {
        width: 100%;
    }
}
@media(max-width:800px) {
    .testimonials {
        height: 43vw;
    }
}
@media(max-width:768px) {
    .testimonials {
        height: 46vw;
    }
}
@media(max-width:736px) {
     .testimonials {
        height: 50vw;
     }
}
@media(max-width:667px) {
    
    .testimonials {
        height: 55vw;
    }
}
@media(max-width:640px) {
    .testimonials_grid p {
        width: 96%;
        margin: 1em auto 0;
        line-height: 1.8em;
        letter-spacing: 1px;
        font-size: 0.8em;
    }
     .testimonials {
        height: 100vw;
    }
}