body{
    margin: 0;
    padding: 0;
    background: #444;
}
header{
    background: url('img1.jpg');
    background-size: cover;
	height: 700px;
	position: relative;
}
.topbar iframe{
    position: relative;
    margin-top: 10px;
    margin-left: -50px;
    height: 110px;
    width: 100px;
    animation: gif 6s .6s 1 linear;
}
/*@keyframes gif{
    0%{
        left: 250px;
    }
    100%{
        left: 0;
    }
}*/
.a1{
    background: linear-gradient(to bottom,#fff,#aaa,#444);
}
.a2{
    background: #444;
}
.a3{
    background: #444;
}
.a4{
    background: #fff;
}
.a5{
    background: #fff;
}
.shekhar{
    position: relative;
    top: 10px;
    right: -110px;
    list-style: none;
}
.shekhar li{

    display: inline-block;
}
.shekhar li a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 0px 30px;
    font-size: 20px;
}
.bar::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.bar:hover::after{
    width: 100%;
    transition: width .3s;
}
#text{
    position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
    color: #fff;
	text-align: center;
    text-shadow: 0px 5px 15px #000;
    animation: word 4s 0s 1 linear;
}
.text2{
    font-size: 100px;
}
.text2 img{
    margin-top: -20px;
     vertical-align: middle;
}
#text p{
    font-size: 25px;
    margin-top: -20px;
}
@keyframes word{
    0%{
        text-shadow: none;
    }
    100%{
        text-shadow: 0px 5px 15px #000;
    }
}
.searchbox{
    margin: auto;
    width: 50%;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchbox input{
    border: 2px solid #fff;
    padding: 12px;
    background: transparent;
    font-size: 22px;
    color: #fff;
    width: 75%;
    box-shadow: -10px 0px 20px 0px #000;
}
.searchbox button{
    width: 25%;
    font-size: 22px;
    background: #fff;
    border: 2px solid #fff;
    padding: 12px;
    color: #000;
    float: right;
    border-left: 0px;
    box-shadow: 0px 0px 20px 0px #000;
    font-weight: bold;
}
::placeholder{
    color: #fff;
}
.searchbox button:hover{
    opacity: .8;
}
#sec1{
	padding: 200px 0px;
	text-align: center;
}
#sec1 h1{
    font-size: 50px;
}
#sec1 ul{
    margin-top: 30px;
 }
#sec1 ul li{
	list-style: none;
	line-height: 40px;
    padding-right: 70px;
    font-size: 20px;
}
.topbox{
    margin: 25px auto;
    height: 5px;
    width: 900px;
    background: #fff;
    animation: top 3s 1s infinite ease-out;
}
.bottombox{
    margin: 20px auto;
    height: 5px;
    width: 900px;
    background: #fff;
    animation: topp 3s 1s infinite ease-out;
}
@keyframes top{
    0%{
    	width: 0px;
    }
    100%{
    	width: 900px;	
    }
} 
@keyframes topp{
    0%{
    	width: 0px;
    }
    100%{
    	width: 900px;	
    }
} 
.title{
    margin-bottom: 50px;
}
.title h1{
    font-size: 50px;
    color: #eee;
    text-shadow: 0px 5px 10px #000;
}
/*.title h1::after{
    content: '';
    display: block;
    height: 2px;
    width: 0;
    transition: width .5s;
    background: #fff;
}
.title h1:hover::after{
    width: 100%;
    transition: width .5s;
}*/
.product{
    padding: 150px 0;
    background:;
    opacity:;
}
.product img{
    height: 300px;
    width: 300px;
    border-radius: 0px;
    box-shadow: 0px 0px 50px 0px #000,0px 0px 0px 30px #eee;
    transition: transform 1s;
}
.product img:hover{
    
    transform: rotate(25deg);
}
.product p::after{
    margin-top: 20px;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .6s;
}
.product p:hover::after{
    width: 100%;
    transition: width .6s;
}
.product h2{
    font-size: 35px;
    color: #aaa;
    margin-bottom: 40px;
    transition: transform .4s linear;
}
.product h2:hover{
    transform: scale(1.1,1);
}
.product h2 a{
    color: #aaa;
}
.product h2 a:hover{
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 10px #000, 0px 0px 20px #000, 0px 0px 40px #000;
    transition: text-shadow 1.4s;
}
.product p{
    font-size: 18px;
    color: #fff;
    line-height: ;
}
.back{
    height: 300px;
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #fff, 0px 0px 20px 0px #fff;
}
.person{
    padding: 40px 0px;
    height: 1000px;
    width: ;
    background: #fff;
}

.box{
    height: 300px;
    width: 300px;
    border: solid 10px #444;
}
.box img{
    position: absolute;
    top: 30px;
    left: 40px;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 20px 0px #000;
}
.box img:hover{
    position: absolute;
    top: 5px;
    left: 20px;
    transition: .5s;
    display: block;
}
.title-text{
    text-align: center;
    margin-bottom: 100px;
    padding-top: 50px;
}
.title-text h1{
    font-family: 'Knewave', cursive;
    font-size: 45px;
}
/*.person2{
    height: 500px;
    margin-top:;
}*/
.foot{
    height: 300px;
    /*position: relative;*/
}
.foot img{ 
   padding-top: 3%; 
   padding-left: 45%;
}
.line{
    position: absolute;
    top: 140px;
    left: 49.5%;
    height: 130px;
    width: 2px;
    background-color: #aaa;
    box-shadow: 0px 0px 10px 0px #000;
}
.follow{
    padding-top: px;
    padding-left: 170px;
}
.follow b{
    color: #fff;
    font-weight: thin;
    font-size: 20px;
    letter-spacing: 1px;
}
.follow ul{
    list-style: none;
    margin-left: -100px;
    margin-top: 30px;
}
.follow ul li{
    display: inline;
    padding-right: 20px;
    font-size: 30px;
}
.follow ul li i{
    color: #fff;
    transition: all .5;
}
.follow ul li i:hover{
    color: #aaa;
    transform: scale(1.2,1.2);
}
.contact{
    padding-top: px;
   padding-left: 270px;
}
.contact b{
    color: #fff;
    font-weight: thin;
    font-size: 20px;
    letter-spacing: 1px;
}
.contact ul{
    list-style: none;
    margin-left: -85px;
    margin-top: 30px;
}
.contact ul li{
    display: inline;
    padding-right: 20px;
    font-size: 30px;
}
.contact ul li i{
    color: #fff;
    transition: all .5;
}
.contact ul li i:hover{
    color: #aaa;
    transform: scale(1.2,1.2);
}
.copyright{
    color: #fff;
    font-size: 13px;
    padding-top: 40px;
    padding-left: 8%;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: ;
}
.design{
    padding-top: 40px;
    padding-left: 22%;
    color: #fff;
    font-size: 13px;
}
.design a{
    color: #fff;
}
.design a:hover{
    color: ;
}
@media screen and (max-width: 900px){
    body{

    }
    header{
        width: 100%;
        /*background: url('img.jpg');
        background-size: cover;*/
    }
   .gif{
        width: 100%;
        margin-left: 30px; 
   }
   .shekhar{
    width: 100%;
   }
   .bar1, .bar2, .bar3, .bar4{
    width: 100%;
   }
   #text{
    width: 100%;
   }
   .searchbox{
    width: 90%;
   }
   #sec1{
    width: 100%;
   }
   .title{
    width: 100%;
   }
    .product{
    width: 100%;
    margin: 0px auto;
   }
   .b1 h2{
    margin-top: 100px;
   }
   .b2 p{
    margin-bottom: 100px;
   }
   .b3 h2{
    margin-top: 100px;
   }
   .b4 p{
    margin-bottom: 100px;
   }
   .b5 h2{
    margin-top: 100px;
   }
   .b4 p{
    margin-bottom: 100px;
   }
   .foot{
    width: 100%;
    height: 600px;
   }
   .line, .rline, .lline{
    display: none;
   }
   .person{
    height: 2500px;
   }
   .box{
    margin: 20px auto;
    align-items: center;
   }
   .col-md-4{
    width: 100%;
   }
   .follow{
    padding-top: 50px;
    padding-left: 210px;
   }
   .contact{
    padding-top: 50px;
    padding-right: 5px;
    margin-left: -70px;
   }

   .copyright{
        width: 100%;
        text-align: center;
    }
    .design{
        width: 100%;
        text-align: center;
    }
}





