/*
Author       : themes_mountain.
Template Name: Pongopal - Law Firm / Agency HTML Template
Version      : 1.0
*/
body {
color: #444;
font-family: 'Quicksand', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 26px;
background:#fff;
overflow-x:hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
font-family: 'Quicksand', sans-serif;
  color: #333;
  font-weight: 400;
}
a {
font-family: 'Quicksand', sans-serif;
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;
}

.status-mes {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #7564e5;
    border-right: 8px solid #7564e5;
    border-bottom: 8px solid #7564e5;
    border-left: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.status-mes h4 {
color: #f7f7f7;
position:relative;
font-size:24px;
margin-top: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
/*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*/
.hero {height:600px;position:relative;}
.hero::before {
background: rgba(0, 0, 0, 0) linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

@media only screen and (max-width:480px) { 
.hero {height:500px; }
}
.hero-text h1 {
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 200px;
	text-transform: capitalize;
	line-height: 62px;
}
@media only screen and (max-width:480px) { 
.hero-text h1{
font-size: 30px;
line-height: 40px;
}
}
.hero-text span{
background: #7564e5 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;
}
.home_docs_btn {
  display: block;
  margin: 30px auto auto;
  overflow: hidden;
}
.home_docs_btn a {
	background: #7564e5 none repeat scroll 0 0;
	border: 1px solid #7564e5;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin: 10px;
	padding: 12px 40px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.home_docs_btn a:hover{
background:#fff;
border: 1px solid #fff;
color:#333;	
}
.demo {
background: #f8f8f8 none repeat scroll 0 0;
padding-bottom: 30px;
padding-top: 60px;
}

.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.8);
    padding-top: 34%;
    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.7);
    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);
}
.box .ena_title {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.box .title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.box .post{
display: block;
font-size: 15px;
font-style: italic;
font-weight: 400;
margin-bottom: 0;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

.box a {
  background: #7564e5 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.box a:hover{background:#fff;color:#333;}

.text-video {
  font-weight: normal!important;
  padding: 0 20px;
  color:#fff!important;
  width:80%;
  margin:20px auto;
}
.mbtop{margin-top: 60px;}

.heading_title{
border: 4px double #eee;
font-size: 26px;
font-weight: 700;
margin: auto auto 60px;
padding: 10px;
text-transform: uppercase;
width: 350px;
}
.slider_heading_title{
background: #fff none repeat scroll 0 0;
border: 4px double #eee;
font-size: 26px;
font-weight: 700;
margin: 60px auto;
padding: 10px;
text-transform: uppercase;
width: 350px;
}
/*
* ----------------------------------------------------------------------------------------
* 0.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
border-top:1px solid #eee;
    padding:30px 0;
}
.footer_copyright {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/