	/*!
Theme Name: SLP
Version: 1.0
Author: SOFTSCRIPTS
Tags: custom

/* ----------------- Site Font ------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*font-family: 'Open Sans', sans-serif;*/
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #363636;
	text-align: left;
	line-height: 20px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

#wrapper{
/*
	margin-top: 15px;
	border-top: 1px solid #ddd;
*/
	background-color: #fff;
}
	
.container {
  max-width: 980px;
  margin: auto;
/*  zoom: 1;*/
  clear: both; 
	
}
.container, .clearfix {
/*	zoom: 1;*/
	clear: both;
}
.container:before, .container:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.container:after, .clearfix:after {
	clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::-webkit-selection {
  background: #b3d4fc;
  text-shadow: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

a:focus {
  outline: none;
  border: none; }

.clear, .clearboth {
  clear: both; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  border-width: 0px;
}

img {
	max-width: 100%;
	height: auto; 
	display: block;
	vertical-align: middle;
}

strong, b {
  font-weight: 700; 
}

ul {
	margin: 0;
	padding: 0; 
	padding-left: 20px;
}
a {
    color:#9f9982;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; 
}
a:hover {
    color: #9f998280;
}

p:last-child{
	margin-bottom: 0;
}


::-webkit-input-placeholder {
	color: #868686;
	font-weight: 400;
	opacity: 1;
	font-size:14px;
  }

:-moz-placeholder {
	color: #868686;
	font-weight: 400;
	opacity: 1;
	font-size:14px;
 }

::-moz-placeholder {
	color: #868686;
	font-weight: 400;
	opacity: 1;
	font-size:14px;
 }

:-ms-input-placeholder {
		color: #868686;
		font-weight: 400;
		opacity: 1;
		opacity: 1;
		font-size:14px;
  }

/* ------------------ FONTS ---------------------*/
h1, h2, h3, h4, h5, h6 {
    color:#10214c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: auto auto 10px;
	line-height: 1;
}

h1, h2{
   letter-spacing: 1px; 
}
h1
{
	font-size: 30px;
    color:#10214c;
    
}

h2
{
    color:#10214c;
    
}

h3
{
    color:#10214c;
    font-weight: 700;
    
}
h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
}

hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #9f9982;
    height: 1px;
}

.bimg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

input[type=text], input[type=url], input[type=password], input[type=tel], input[type=number], input[type=email], textarea, select, .chosen-container {
	outline: 0px;
	border: 0;
	padding: 10px 12px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background-color: #fff;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 46px;
	line-height: 21px;
	color: #868686;
	font-weight: 400;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}
textarea{
	height: 150px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid{
	border: 1px solid #FF0000;
}
.wpcf7-not-valid-tip, div.wpcf7 .ajax-loader{
	display: none !important;
}

input[type=submit], input[type="button"]{
    background-color: #0E4D5F;
    text-decoration: none;
    clear: both;
    display: inline-block;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #fff !important;
    height: auto;
    border: none;
    padding: 10px 20px;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=submit]:hover, input[type="button"]:hover{
	 background-color:#0A242B;  
}


input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu-navigate{
	display: none;
}

.header{
	background-color: #f5f5f5;
	padding: 5px 0;
}

.header .logo{
	float: left;
}
.nav ul{
	padding-left: 0;
}
.nav>ul{
	font-size: 0;
	padding: 18px 0 0px;
	text-align: left;
	float: right;
}
.nav>ul>li {
	display: inline-block;
	position: relative; 
	vertical-align: bottom;
	margin-right: 50px;
	max-width: 104px;
    padding-bottom: 10px;
}
.nav>ul>li>a>span{
	vertical-align: bottom;
	display: block;
	width: 100%;
	text-align: center;
}
.nav>ul>li:last-child{
	margin: auto;
}

.nav ul li:before{
	display: none;
}
.nav ul li a {
	color: #696E74;
	font-size: 14px;
	font-weight: normal;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 3px solid transparent;
	padding: 10px 0;
	text-transform: uppercase;
	display: block;
}
.nav ul li:hover > a{
	border-bottom: 3px solid #10214c;
}
.nav ul li:last-child{
	margin-right: 0;
}
/*
.nav ul li.current-menu-item, .nav ul li.current_page_parent, .nav ul li.current-menu-parent, .nav ul li.current-page-ancestor,.nav ul li.current-menu-ancestor{
	border-bottom: 3px solid #10214c;
}
*/
.nav ul li.current-menu-item > a, .nav ul li.current_page_parent > a, .nav ul li.current-menu-parent > a  , .nav ul li.current-page-ancestor > a,.nav ul li.current-menu-ancestor > a{
	border-bottom: 3px solid #10214c;
}
.nav ul li:last-child ul.sub-menu, .nav>ul>li:nth-child(5) ul.sub-menu{
    left:auto;
    right:0px;
}
.nav ul li ul.sub-menu {
	z-index: 10;
	position: absolute;
	background-color: #fff;
	top: 49px;
	left: -10px;
	max-height: 0;
	opacity: 0;
	width: 265px;
	visibility: hidden; 
	text-align: left;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.nav ul li ul.sub-menu li {
	padding: 0 10px;
}
.nav ul li ul.sub-menu li a{
	font-size: 14px;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	padding: 7px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
}
.nav ul li ul.sub-menu li:last-child a{
	border-bottom: 1px solid #fff;
}
.nav ul li ul.sub-menu li:hover, .nav ul li ul.sub-menu li.current-menu-item, .nav ul li ul.sub-menu li.current-page-item, .nav ul li ul.sub-menu li.current-menu-ancestor, .nav ul li ul.sub-menu li.current-page-ancestor{
	background-color: #f5f5f5;
}

.nav ul li ul.sub-menu li > a:hover, .nav ul li ul.sub-menu li.current-menu-item > a, .nav ul li ul.sub-menu li.current-page-item > a, .nav ul li ul.sub-menu li.current-menu-ancestor > a, .nav ul li ul.sub-menu li.current-page-ancestor > a{
	border-bottom: 1px solid #f5f5f5;
}
.nav > ul > li > ul.sub-menu > li {
	margin: auto;
	display: block;
	background-color: #fff;
	position: relative;
}
.nav > ul > li > ul.sub-menu > li > ul.sub-menu >li{
	position: relative;
}
.nav ul li ul.sub-menu > li:last-child{
	border: 0;
}
.nav ul li ul.sub-menu li ul.sub-menu {
	position: absolute;
	left:100%;
	top: -3px;
	z-index: 10;
	max-height: 0;
	background-color: #fff;
	visibility: hidden;
}

.nav ul li ul.sub-menu li ul.sub-menu li {
	background-color: #ededed;
	border-bottom: 1px solid #fff;
}
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li {
    background-color: #ededed;
}
.nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li:last-child {
    border: 0;
}
.nav ul li ul.sub-menu li ul.sub-menu li:last-child {
	border: 0;
}
.nav > ul > li:hover > ul.sub-menu {
	visibility: visible;
	max-height: 1000px; 
	opacity: 1;
}
.nav ul li:hover > ul.sub-menu > li:hover > ul.sub-menu{
	visibility: visible;
	max-height: 1000px;
	opacity: 1;
}

.featured-image{
	height: 500px;
	width:100%;
}
#slider{
	position: relative;
	min-height: 300px;
}
#slider ul{
	padding: 0;
}

.section{
	padding: 30px 0 30px;
}
.section a{
    color:#d43a21;
}
.general-pages h1{
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
}
.section.grey{
	background-color: #f5f5f5;
}

.content-twocol p{
	font-size: 14px;
	line-height: 20px;
/*
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	-ms-column-width: 50%;
	-o-column-width: 50%;
	column-width: 50%;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	-ms-column-gap: 60px;
	-o-column-gap: 60px;
	column-gap: 60px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count:2 ;
	column-count:2 ;
*/
}

.info_blocks_wrap{
	font-size: 0;
	text-align: left;
}
.info_block{
	width: 31%;
	margin: 15px 3.5% 15px 0;
	display: inline-block;
	vertical-align: top;
}
.info_block:last-child, .info_block:nth-child(3n){
	margin-right: 0;
}
.info_block .image-wrap{
	height: 200px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/*
.info_block .image-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(14, 77, 95, 0.8);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	-ms-filter: "alpha(opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	z-index: 2;
}
.info_block .image-wrap:hover:before{
	opacity: 1;
}
*/

.info_block .content-block h4 {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.info_block .content-block {
	font-size: 14px;
	padding: 20px;
	background: #f5f5f5;
	-webkit-box-shadow: 0 -2px 0 rgba(159, 153, 130, 1) inset;
	-moz-box-shadow: 0 -2px 0 rgba(159, 153, 130, 1) inset;
	box-shadow: 0 -2px 0 rgba(159, 153, 130, 1) inset;
	line-height: 20px;
	border-bottom: 1px solid #9F9982; 
}

.footer{
/*	background-color: #10214C;*/
    background-color: #0E4D5F;
	color: #fff;
	line-height: 1;
padding: 40px 0 21px;
	font-size: 14px;
}
.footer a{
    color:#2EC5ED;
}
.footer a:hover{
    color:#fff;
}

#escapingBallG{
	position:relative;
	width:200px;
	height:100%;
	margin:auto;
}

.col2{
	width: 50%;
	float: left;
}
.video-section{
	line-height: 1;
	font-size: 0;
	position: relative;
    padding-bottom: 30%;
    background-image: url('./wp-content/themes/slp/images/video-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section:after{
	content: '';
	z-index: 2;
	background-color: rgba(159,153,130,0.61);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
/*    z-index: -100;*/
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fancybox-media{
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
}
#video-link{
    display: none;
}
.video-play-icon{
    width: 100px;
    height: 100px;
    background-image: url('./wp-content/themes/slp/images/play.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left:50%;
    top:50%;
    z-index: 9;  
}
.pdf-link a:hover{
    color:#ffffff;
}
.general-banner{
    background-image: url('./wp-content/themes/slp/images/video-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

/*Contact Page*/
.map-block{
    height:350px;
    width:100%;
    position: relative;
}
.map-block:after{
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
    background-color: rgba(14, 77, 95, 0.5);
}
.contact-title{
    text-align: center;
    text-transform: capitalize;
    margin: 30px 0px;
}
.contact-pages{
    padding-top:0px;
    }
.icon {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.contact-links .col-lg-1-4{
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #ffffff;
}
.contact-links .col-lg-1-4 a{
    color: inherit;
    display: block;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.contact-links .col-lg-1-4:hover{
    color: #2EC5ED;
}
/*End Contact Page*/
/*Global css*/
[class^="col-"]{
    float: left;
}
.col-lg-1-4{
    width:23.5%;
    margin-right: 2%;
}
.col-lg-1-2{
    width:48%;
    margin-right: 2%;
		margin-left: 0.7%;
}
.col-lg-1-3{
    width:32%;
    margin-right: 2%;
}
.col-lg-1-4:nth-child(4n),.col-lg-1-2:nth-child(2n),.col-lg-1-4:last-child,.col-lg-1-2:last-child,.col-lg-1-3:nth-child(3n),.col-lg-1-3:last-child{
    margin-right: 0px;
}
.address-block-left{
    float:left;
    width:50%;
    padding: 25px 20px 40px;
    font-size: 16px;
    line-height: 22px;
    border:1px solid #c2c2c2;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.address-block-left .social-links ul li a{
    background-color:#0E4D5F;
    color:#ffffff;
}
.contact-block-right{
    float:left;
    width:50%;
    padding:0px 20px 0px;
    text-align: right;
}
.social-links ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.social-links ul li {
    float: left;
    margin-right: 10px;
}
.social-links ul li:last-child{
    margin-right: 0px;
}
.social-links ul li a {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 29px;
}
.social-links ul li a:hover{
    color:#0A242B;
    background-color: #9f9982;
}
.contact-top-block {
    background-color: #0E4D5F;
    padding: 40px 0px;
/*    margin: 30px 0px;*/
}
.serve-content-block {
    padding: 20px;
    background: #E3E3E3;
    font-size: 14px;
    line-height: normal;
}
.btn{
    background-color: #0E4D5F;
    padding: 10px 15px;
    color: #ffffff;
    display: inline-block;
    margin: 10px 0px 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; 
}
.btn:hover{
    background-color: #0A242B;   
}
.service-block{
    margin-bottom:20px;
}
.services-blocks {
    margin: 40px 0px 0px;
}
.serve-img a{
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
}
.serve-img a:before{
    content: "";
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background:rgba(5, 4, 4, 0.4);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; 
}
.serve-img a:hover::before{
    background:rgba(5, 4, 4, 0.6);
}
.serve-post-title{
    position: absolute;
    top: 50%;
    left:50%;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.serve-img a img{
    width: 100%;
    height: 170px;
}
.post-img{
    margin: 20px 0px;
    text-align: center;
}
.serve-img a img,.post-img img{
    margin: auto;
}
img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    border: solid 2px #ccc;
}
img.alignright {
    float: right;
    margin: 0 0 10px 10px;
    border: solid 2px #ccc;
}
.single .post-img{
    width:300px;
    float: left;
    margin-right: 20px;
}
.single .content {
    width: calc(100% - 320px);
    float: right;
}
/*End Global Css*/
/*Sevice page*/
/*End Service page*/
@media screen (max-width:767px){
    .col-sm-1-2{
        width:49%;
        margin-right: 2%;
    }
    .col-sm-1-2:nth-child(4n){
        margin-right: 0px;
    }
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}

.fnav ul{
	padding: 0;
	text-align: right;
	font-size: 0;
}
.fnav ul li{
	display: inline-block;
	border-right: 1px solid;
	padding: 0 10px;
	vertical-align: middle;
}
.fnav ul li:last-child{
	border-right:0;
	padding-right: 0;
}
.fnav ul li a{
	font-size: 14px;
	color: #fff;
}
.pdf-link:hover{
	color: #fff;
}

.footer-widget{
	float: left;
	width: 30%;
	margin-right: 5%;
	line-height: 20px;
	margin-bottom: 20px;
}
.footer-widget:last-child, .footer-widget:nth-child(3n){
	margin-right: 0;
}
.footer-widget h3{
	color: #fff;
	margin-bottom: 25px;
	font-size: 20px;
}
.footer-widget img{
/*	max-width: 80%;*/
}
.col-1-4
.footer-widget input{
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 10px;
	height: auto;
}
.footer-widget textarea {
    height: 74px;
	line-height: 1.5;
	font-size: 14px;
	padding: 10px 5px;
}
.footer-widget  .button-class input{
	float: right;
}
.footer-widget  .button-class input{
	padding: 7px 15px;
}
.ajax-loader{
	display: none !important;
}
div.wpcf7-response-output{
	margin: 10px 0;
}

.footer-bottom{
    padding:15px 0px;
    background-color:#0A242B;
    color:#fff;
    font-size:13px;
    line-height: 1;
}

#fountainG {
  position: absolute;
  width: 234px;
  height: 28px;
  margin: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fountainG {
  position: absolute;
  top: 0;
  background-color: black;
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px; }

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#fountainG_2 {
  left: 29px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

#fountainG_3 {
  left: 58px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

#fountainG_4 {
  left: 88px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

#fountainG_5 {
  left: 117px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

#fountainG_6 {
  left: 146px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

#fountainG_7 {
  left: 175px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

#fountainG_8 {
  left: 205px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s; }

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color:rgba(159, 153, 130, 0.98); }
  100% {
    transform: scale(0.3);
    background-color: white; } }
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgba(159, 153, 130, 0.98); }
  100% {
    -o-transform: scale(0.3);
    background-color: white; } }
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgba(159, 153, 130, 0.98); }
  100% {
    -ms-transform: scale(0.3);
    background-color: white; } }
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(159, 153, 130, 0.98); }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white; } }
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgba(159, 153, 130, 0.98); }
  100% {
    -moz-transform: scale(0.3);
    background-color: white; } }


/*Custom css*/
/*About page*/
.abt-title{
    font-weight: 700;
    font-size: 18px;
    padding:5px 0px 0px;
    color:#10214c;
}
.abt-designation{
    font-size: 16px;
    padding: 5px 0px 0px;
}
.about-img-blk{
    text-align: center;
}
.about-img-blk img{
    margin:auto;
}
/*
.abt-content{
    text-align: justify;
}
*/
.about-blocks{
    margin: 0px 0px 30px;
}
.about-blocks .about-block,.border-blocks {
    border: 1px solid #c2c2c2;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.achieve-blocks {
    margin: 40px 0px 0px;
}
.achieve-blocks .border-blocks {
    margin: 0px 0px 40px;
}
.achieve-blocks .border-blocks:last-child{
    margin:0px;
}
.achieve-blocks .border-blocks .achieve-img-blk{
    float:left;
    width:200px;
    margin-right:20px;
}
.achieve-blocks .border-blocks  .abt-content-block{
    float:left;
    width:calc(100% - 220px);
}
.achieve-blocks .border-blocks .abt-title{
    padding:0px;
}    
.majororders table{
    margin-top:15px;
    border: 1px solid #555555;
    border-right: none;
    border-bottom:none;
    margin-bottom: 40px;    
}
.majororders table:last-child{
    margin-bottom: 0px;
}
.majororders tr {background: #fff}
.majororders tr:nth-child(odd) {background: #f0f0f0}

.majororders td{
padding:5px;
border-right: 1px solid #555555;
border-bottom:1px solid #555555;
}
.clients {
    font-size: 0px;
    text-align: center;
    padding-top: 20px;
}
.clients .client{
    display: inline-block;
    text-align: center;
    width:20%;
    vertical-align: middle;
    padding:0px 20px;
    margin-bottom: 40px;
}
.clients .client a{
    display: block;
}
.clients .client a img{
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0.8;
    -webkit-filter: grayscale(1); 
    -moz-filter: grayscale(1); 
    -o-filter: grayscale(1); 
    -ms-filter: grayscale(1); 
    filter: grayscale(1);
    
}
.clients .client a:hover img{
    
     opacity: 1;
    -webkit-filter: grayscale(0); 
    -moz-filter: grayscale(0); 
    -o-filter: grayscale(0); 
    -ms-filter: grayscale(0); 
    filter: grayscale(0);
}
/*End About page*/
#wrapper{
    padding-top: 82px;
}

.header{
   position: fixed;
   top: 0px;
   width: 100%;
   z-index: 10;
   box-shadow: 0px 1px 5px #c2c2c2;
}
.mobile-nav
{
	  position: fixed;
    width: 250px;
    height: 100%;
    background: #ffffff;
    right: -250px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100;

}
.mobile-nav a {
    display: block;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    padding: 6px 20px;
    border-right: 0px;
    color: #696E74;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 16px;
}
.mobile-nav.active span.parent-arrow {
		/*display:none;*/
   	position: absolute;
    right: 20px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
    line-height: 17px;
		display:inline-block;
}
.content hr{
    clear: both;
    margin: 30px 0px;
}
/*End Custom css*/
/* ------------------------Responsive--------------------------- */
@media screen and (max-width: 1280px)
{
	.footer-widget:last-child, .footer-widget:nth-child(3n)
	{
		/*text-align:center;*/
	}
	/*.nav > ul
	{
		
		padding: 26px 0px 0px 300px;
		float:none;
		
	}*/
	.nav > ul > li
	{
		margin-right: 40px;
	}
	.nav ul li ul.sub-menu li ul.sub-menu
	{
		left:auto;
		right: 100%;
	}
	.achieve-blocks
	{
    margin: 30px 0px 0px;
	}
	.achieve-blocks .border-blocks
	{
    margin: 0px 0px 30px;
	}
}
@media screen and (max-width: 1050px)
{
	.container
	{
		padding: 0 20px;
	}
	/*.nav > ul
	{
		padding: 26px 170px 0px 0px;
	}*/
	.nav > ul > li
	{
		margin-right: 30px;
	}
}
@media screen and (max-width: 980px)
{
	.menu-navigate
	{
		display:block;
		font-size: 30px;
		cursor: pointer;
		float: right;
		text-align: left;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		padding: 29px 0 0 0px;
		margin-right: 0px;
		
		-webkit-appearance: none;
	}
	.nav ul
	{
		display:none;
	}
	.mobile-nav ul
	{
		padding-left:0px;
	}
	.mobile-nav ul li
	{
		list-style:none;
	}
	.mobile-nav ul li a:hover
	{
		background-color: #ebe9eb;
	}
	.mobile-nav.active
	{
    right: 0px;
    overflow: auto;
		background: #f5f5f5;
	}
	.wrapper.active {
    overflow: auto;
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
	}
	.mobile-nav li .sub-menu {
    display: none;
    /*padding: 15px 0px 0px;
    background-color: #CFCFCF; */
	}
	.mobile-nav a span.active i
	{
		transform: rotate(90deg);
	}
	.mobile-nav .featured-item-inner
	{
    margin-left: 0px;
	}
	.mobile-icon.active{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 0px;
    margin: 8px 0px 0px;
	}
	#wrapper.active {
    overflow: auto;
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
	}
	.about-blocks
	{
		/*padding: 0 0px 0px 15px;*/
	}
	.about-block-content.page-content
	{
		padding: 0 11px;
	}
	.mobile-nav a span i
	{
		padding: 5px 15px;
	}
	.footer-bottom {
		font-size: 11px;
	}
	.fnav ul li a
	{
		font-size: 12px;
	}
	.general-pages h1
	{
			font-size: 30px;
	}
	.featured-image
	{
    height: 431px;
    width: 100%;
	}
	.col-lg-1-2
	{
			margin-left: 0.7%;
	}
	.majororders table
	{
			margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px)
{
	.info_block
	{
		width:100%;
		margin-right:auto;
		margin-left:auto;
		margin: 15px 3.5% 0px 0;
	}
	.about-blocks
	{
		/*padding: 0 0px 0px 10px;*/
	}
	.clients .client
	{
		width: 25%;
	}
	.col-lg-1-4 {
    width: 48%;
	}
	.general-pages h1
	{
		font-size: 25px;
	}
	.address-block-left
	{
    float: none;
    width: 100%;
    padding: 25px 20px 40px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
	}
	.social-links ul li
	{
    float: none;
    margin-right: 10px;
    display: inline-block;
	}
	.contact-block-right {
    float: none;
    width: 100%;
    padding: 0px 0px 0px;
    text-align: left;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
	}
	.fnav ul li {
		display: block;
	}
	.col2
	{
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0px 0px 0px;
	}
	.fnav ul
	{
		text-align:center;
	}
	.fnav ul li
	{
    display: block;
    border-right: 0px solid;
    padding: 10px 0px;
    vertical-align: middle;
    margin-top: 0px;
	}
	.info_block .content-block {
    font-size: 12px;
	}
	h1
	{
			font-size: 25px;
	}
	.content-twocol p
	{
		font-size: 12px;
	}
	.general-pages h1
	{
    font-size: 20px;
	}
	.abt-title {
    font-size: 14px;
	}
	.abt-designation
	{
    font-size: 12px;
	}
	html, body {
    font-size: 12px;
	}
	.footer-widget h3 {
    font-size: 18px;
	}
	.general-banner
	{
		background-size: 100%;
	}
	.featured-image
	{
    height: 400px;
    width: 100%;
	}
	.service-block
	{
    margin-bottom: 2%;
	}
}
@media screen and (max-width: 724px)
{
	.single .post-img
	{
		width: 100%;
	}
	.single .content {
    width: 100%;
	}
	.achieve-blocks .border-blocks .achieve-img-blk
	{
    float: none;
    width: 100%;
    margin-right: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	}
	.achieve-blocks .border-blocks .achieve-img-blk img
	{
		max-width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	}
	.achieve-blocks .border-blocks .abt-content-block
	{
    float: none;
    width: calc(100% - 220px);
    width: 100%;
    margin-top: 20px;
    text-align: center;
	}
	.achieve-blocks .border-blocks .abt-title
	{
    padding: 0px;
    text-align: center;
	}
	.abt-content
	{
		text-align:left;
	}
	.featured-image {
    height: 320px;
	}
	.footer
	{
		font-size: 12px;
	}
	.post-img
	{
    margin: 0px 0px 20px 0px;
	}

}
@media screen and (max-width: 620px)
{
		
		.footer-widget:last-child, .footer-widget:nth-child(3n)
		{
			text-align: center;
			width: 100%;
		}
		.footer-widget
		{
    	width: 45%;
		}
}
@media screen and (max-width: 562px)
{
	.footer-widget {
    float: none;
    width: 100%;
    text-align: center;
	}
	.footer-widget img
	{
		max-width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-widget h3
	{
		margin-bottom: 13px;
	}
	.social-links ul li
	{
		float: none;
		display: inline-block;
		text-align:center;
	}
	.fnav ul li {
		display: block;
	}
	.col2
	{
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0px 0px 0px;
	}
	.fnav ul
	{
		text-align:center;
	}
	.fnav ul li
	{
    display: block;
    border-right: 0px solid;
    padding: 10px 0px;
    vertical-align: middle;
    margin-top: 0px;
	}
	.footer-widget:last-child, .footer-widget:nth-child(3n)
	{
		margin-right:auto;
	}
	.general-pages h1
	{
		font-size: 20px;
	}
	.majororders table
	{
		font-size: 12px;
	}
	.majororders h3
	{
		font-size: 14px;
	}
	.featured-image
	{
    height: 222px;
	}
	#slider
	{
    position: relative;
    min-height: 222px;
	}
}

@media screen and (max-width: 538px)
{
	.col-lg-1-2 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
	}
	.about-blocks
	{
		padding: 0 0px 0px 0px;
	}
	.col-lg-1-2.col-sm-1-1.about-block.match
	{
		height:auto;
		margin-left: 2%;
	}
	.about-blocks.clearfix div.col-lg-1-2.col-sm-1-1.about-block.match:nth-child(2)
	{
		margin-top: 10px;
	}
	.general-banner
	{
			height: 174px;
	}
	
}
@media screen and (max-width: 456px)
{
	.fnav ul li a
	{
		font-size:10px;
	}
	.col2
	{
		font-size:9px;
	}
}
@media screen and (max-width: 393px)
{
	#wrapper {
    padding-top: 43px;
	}
	.menu-navigate {
	padding: 16px 0 0 0px;
	font-size:24px;
	}
	.header .logo
	{
		max-width: 150px;
	}
	.general-pages h1
	{
		font-size: 16px;
	}
	.col2
	{
		font-size:8.5px;
	}
	.featured-image
	{
    height: 166px;
    width: 100%;
	}
	#slider {
    min-height: 166px;
	}
	.address-block-left
	{
		padding: 25px 13px 40px;
		font-size: 13px;
	}
	.services-blocks
	{
    margin: 28px 0px 0px;
	}
	.col-lg-1-4
	{
    width: 100%;
	}
}
@media screen and (max-width:330px)
{
	html, body
	{
		font-size: 11px;
	}
	.about-blocks
	{
		padding: 0 0px 0px 0px;
	}
	.col-lg-1-4
	{
    width: 100%;
	}
	.general-pages h1
	{
		text-align: center;
		margin-bottom: 20px;
	}
	.clients .client
	{
		width: 33.3%;
	}
	.majororders table
	{
		font-size: 11px;
	}
	h1
	{
		font-size: 20px;
	}
	.content-twocol p
	{
    font-size: 11px;
    line-height: 20px;
	}
	.info_block .content-block
	{
			font-size: 11px;
	}
	.info_block .content-block h4
	{
		font-size: 14px;
	}
	.footer
	{
    color: #fff;
    line-height: 1;
    font-size: 12px;
	}
	.footer-widget h3
	{
    font-size: 15px;
	}
	.address-block-left
	{
		font-size: 12px;
	}
	.general-banner
	{
			height: 174px;
	}
	.about-block-content.page-content ol
	{
		padding-left: 12px;
	}
	.achieve-blocks
	{
    margin: 25px 0px 0px;
	}
	.achieve-blocks .border-blocks
	{
    margin: 0px 0px 25px;
	}
	.section {
    padding: 20px 0 20px;
	}
	.services-blocks {
    margin: 20px 0px 0px;
}
	.section.general-pages.contact-pages
	{
		padding: 0px 0 30px;
	}
	.majororders h3
	{
    font-size: 10px;
	}
}
.hide{
    display:none;
}
.response{
    position:relative;
}
.contact-bottom-block{
    padding:30px 0;
}
/* -------------------------End Responsive---------------------- */