/*
Author       : theme_ocean.
Template Name: Valobasha - One Page Parallax
Version      : 1.0
*/
body {
color: #212529;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 30px;
background:#fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  color: #333;
  font-weight: 400;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #655dbb;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*END PRELOADER DESIGN*/
/*START BTN*/
.btn-light-bg {
border: 2px solid #fff;
color: #fff;
padding: 12px 30px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}

.btn-light-bg:hover, .btn-light-bg:focus{
background:#fff;
border: 2px solid #fff;
color:#333;
}

/*END BTN*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.hero{
height:500px;
position:relative;
}
.hero::before {
background:#655dbb;
content: "";
height:100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}



.hero h1{
color: #fff;
font-size: 44px;
font-weight: 700;
margin: 0;
overflow: hidden;
padding-bottom: 20px;
padding-top: 180px;
text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
.hero h1{
font-size: 30px;
line-height: 40px;
}
}
.hero-text span{
background: #41cb52 none repeat scroll 0 0;
display: block;
height: 2px;
margin: auto;
width: 100px;	
}

.hero-text p{
color: #fff;
font-size: 21px;
font-weight: 400;
line-height: 28px;
width: 75%;
margin: auto;
}

.demo-bg {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 60px 50px;
	position: relative;
	z-index: 999;
	margin-top: -150px;
	padding-bottom: 30px;
	margin-bottom:80px;
}

.box{
    text-align: center;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding-top:55%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.0);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 20px;
    right: 20px;
}
.box .box-content:after{
    border-left: none;
    border-right: none;
    top: 20px;
    bottom: 20px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .content-inner{
margin-bottom: 30px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease 0s;
}
.box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

.box a {
  background: #655dbb none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight:500;
  padding: 13px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.box a:hover{background:#fff;color:#655dbb;}
/*
* ----------------------------------------------------------------------------------------
* 0.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
border-top:1px solid #eee;
 padding:30px 0;
}
.footer_copyright {text-transform: capitalize;}
/*
* ----------------------------------------------------------------------------------------
* 0.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/