/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 2, 2018, 2:24:12 PM
    Author     : DevDoot
*/
.wrap{
    margin-top: 7px;
    height: 390px;
    width: 100%;
    position: relative;
}
.wrap>img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.wrap>.btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    top: 180px;
    background: grey;
    color:white;
    font-size: 20px;
    font-weight: bold;
}
.wrap>#btn1:hover{
    box-shadow: 10px 0px 20px 0px black;
}
.wrap>#btn2:hover{
    box-shadow: -10px 0px 20px 0px black;
}

.wrap>#btn2{
    position: relative;
    float: right;
}
.timg {
    align-items: center;
}
.timg ul li>img {
  width: 280px;
  height: 200px;
  margin-left: 40px;
  border-radius: 5px;
  filter:drop-shadow(10px 20px 20px red);
  
	
}
.timg ul >li {
    list-style-type: none;
}
.timg ul>.box {
    float: left;
}

.box1 {
	margin-top: 50px;
	display:inline-block;
	background:skyblue;
	width:100%;
	height:10px;	
	position:relative;
	animation:myframes 3s ease-in-out 0s infinite alternate;	
}

	&.is-paused {
		animation-play-state:paused;
	}


@keyframes myframes {
	0% {
		transform:scale(0.5, 0.5);
	}
	
	100% {
		transform:scale(1, 0.5);
	}
		
	
	
}

.isolar {
    width: 1000px;
    height: auto;
    padding: 0;
    margin-top: 50px;
}
.isolar .box{
    width: 500px;
    height: auto;
    margin: 0 auto;
}
.isolar .box>p {
    color: #6666ff;
}
.isolar .box .now{
    width: 100px;
    height: 25px;
    background: blue;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    margin-left: 40%;
    border-radius: 5px;
}

.soc{
    width: 1000px;
    height: auto;
    margin-top: 50px;
}
.soc>img{
    width: 1000px;
    border-radius: 10px;
    border:4px solid #000;
}
.quote {
    width: 1000px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quote .myform {
    width:450px;
    margin:0 auto;    
	
}

.quote .inputvalues, select {
    width:436px;
    margin:0 auto;
    padding:5px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.quote .myform>label{
    color: grey;
    font-weight: bold;
}



/**==== styles for "Scroll to Top" ==== **/
#scrollToTop{
    font-size:3em;
    color: #446CB3;
    position: fixed;
    right: 40px;
    bottom: 0%;
    transition: all 0.5s ease;
}
#scrollToTop>img{
    border-radius: 50%;
}
#scrollToTop:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}



.quote1 {
    width: 690px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quote1 .myform1 {
    width:450px;
    margin:0 auto;    
	
}
.quote1 .inputvalues, select {
    width:436px;
    margin:0 auto;
    padding:5px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.quote1 .myform1>label{
    color: grey;
    font-weight: bold;
}

.b_products .reveal-wrapper {
    height:200px;
    width:300px;
    border:solid 1px #333;
    border-radius:5px;
    position:relative;
    float:left;
    margin-left:25px;
    margin-top:10px;
    overflow:hidden;
}
.b_products .reveal-wrapper:hover .reveal-top {
    top:100%;
}
.reveal-content {
    box-shadow:2px 2px 5px rgba(0,0,0,0.5) inset;
    padding:5px;
    color:#000;
    height:190px;
    width:290px;
    background:pink;
    text-align:justfy;
}
.reveal-top {
    height:100%;
    width:100%;
    background:#1F122C;
    position:absolute;
   
    top:0px;
    right:0px;
    transition:top 0.5s ease;
}