body{
    margin:0;
    padding:0;
    font-family:'Poppins';
     background-image: url(/img/dark-wall.jpg)

}
/* .scontainer{
	position: static;
	width:1200px;
	height:600px;
	margin: 80px auto 0;
    background: #262626;
    z-index: -15; 

    
}
*/

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}



#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}


.testimonial img{
    width: 100%;
}

.scontainer .box{
  	position: relative;
	width: 38%;
	height: 200px;
	background:rgb(27,172,225);
    float: left;
    margin:15px;
    box-sizing: border-box; 
     overflow: hidden; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 8)
    
}
/* top and bottom lines top and bottom lines top and bottom lines  */
.scontainer .box:before{

    content: '';
    position: absolute;
    top:10px;
    left:10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity:0;
    z-index:1;
    
}

.scontainer .box:hover:before{
   transform: scaleX(1);
   opacity: 1;    
}


/* left and right lines left and right lines left and right lines left and right lines */

.scontainer .box::after{

    content: '';
    position: absolute;
    top:10px;
    left:10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity:0;
    z-index:1;
    
}

.scontainer .box:hover::after{
   transform: scaleY(1);
   opacity: 1;    
   
}
.scontainer .box .imgBox{
    position: relative;
}
.scontainer .box .imgBox img{
    width:100%;
    transition: 0.5s;
}

.scontainer .box:hover .imgBox img{
 opacity:.2;
 transform:scale(1.2);
}
.scontainer .box .content{
    position: absolute;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;

} 
.scontainer .box .content h2{
    margin:0;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);

}

.scontainer .box:hover .content h2, 
.scontainer .box:hover .content p{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.scontainer .box .content p{
    margin:0;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(40px);
    opacity: 0;
    visibility:hidden;
    
}
/* .scontainer .box:hover .content p{
    margin:0;
    padding: 0;
    color: #fff;
   
    visibility:visible;
    
} */

/* .preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-image: url('img/preload.gif');
    background-repeat: no-repeat; 
   /* background-color: #FFF;  */
    /* background-position: center; } */
 
    /*----------------------- Preloader -----------------------*/


/* body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
} */


/********************************************************************** Containing-box slidebox **********************************************************/
.box-containing-box{
    width: 100%;
    overflow: hidden;

}

/* .containing-box{
    background:rgb(17,36,130);
    width:1470px;
    height:210px;
    overflow: hidden;
    
} */
.containing-box div{
    height:100px;
    width:200px;
    margin:5px;
    background-color:white;
    float: left;

}

.containing-box div:hover{

    margin:5px;
    background-color:white;
    float: left;
}

/* Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper Swiper */


  .swiper-container {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 10 px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 350px;
     background:white;
    /* my code below to keep images spaced apart */
     margin: 15px;
     
 background:lightgray;

 padding: 20px 20px  4px 20px;
     /* background:rgb(27,172,225);  */
    /* background-color: grey; */
  }

  .swiper-slide .imgBx{
    width: 100%;
    overflow: hidden;
   

  }

  .swiper-slide .details{
    box-sizing: border-box;
    /* padding: 20px;  */
    height: 40px;


  
  }
  .swiper-slide .details2{
    box-sizing: border-box;
    height: 80px;
    /* background-color: rgb(27,172,225); */
    overflow: hidden;
    border-top:1px solid rgba(27,172,225) ;
     left:30px;

     

  }

  .swiper-slide .details2::before{
    left:30px;
    right:30px;

  }

  .swiper-slide .imgBx img{
    width: 100%;
    height:250px;

  }



  .swiper-slide .details h3{
    top:2px;
    margin:0;
    padding:0px;
    font-family: timeburner;
    font-size:35px;
    line-height: 45px;
    color:#00a7ef;
   
    
  }



  .swiper-slide  .details h3 span{
font-size: 20px;
color: rgb(27,172,225);
line-height: 5px;
  }

  .details img{
      height:80px;
  }


  .adBlock{
    width:700px;
    height: 500px;
    background-image: url("img/Vicky-S.png");
    margin: auto;
    
  }

  .adBlock img{
    width:100%;
    /* height: 200px; */
    background-image: url("img/Vicky-S.png");
    margin: auto;
    
  }
  /****************** Scrollbar  **************/
/* width */
