/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/
.banner {
    background: url(../images/banner.jpg)no-repeat 0px 0px;
    background-size: cover;
    text-align: center;
    padding: 4em 0 0;
    border-bottom: 9px solid #0EB956;
	position:relative;
	
}
.banner:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #0EB956;
    border-right: 10px solid transparent;
    left: 50%;
    bottom: -16px;
    position: absolute;
}
.banner-slider {
    margin: 9em auto 12em;
}
.logo {
    width: 18%;
    margin: 0 auto;
}
.logo a{
    display:block;
}
.logo a img {
    vertical-align: middle;
    width: 100%;
}
.banner-slider h2 {
    font-size: 3em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
.banner-slider h3 {
    font-size: 2.5em;
    color: #fff;
    margin: 0.6em 0;
    font-family: 'Roboto Slab', serif;
}
.banner-slider h4 {
    font-size: 3em;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    width: 73%;
	line-height:1.4em;
}
/*Push Effect*/
.pushEffect{
	display: inline;
	text-indent: 3px;
}
.pushEffect span{
	animation: push 12.5s linear infinite 0s;
	-ms-animation: push 12.5s linear infinite 0s;
	-webkit-animation: push 12.5s linear infinite 0s;
	color: #0F0D0D;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	margin-left: 0.2em;
}
.pushEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Push Effect Animation*/
@-moz-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
		10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*--//banner--*/
/*--top-nav--*/
.top-nav {
    margin-top: 5em;
    border-top: 2px solid rgba(251, 255, 0, 0.2);
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li {
    display: inline-block;
	margin-right: 3em;
	vertical-align: bottom;
	float: none;
}
.top-nav ul li:nth-child(5) {
    margin: 0;
}
.top-nav ul li a {
    font-size: 1.1em;
    color: #fff !important;
    font-family: 'Roboto Slab', serif;
    position: relative;
    display: block;
    line-height: 50px;
}
.top-nav ul li.active a {
    color: #14FF77 !important;
    border-top: 2px solid #FBFF00;
    border-bottom: 2px solid #FBFF00;
    line-height: 46px;
}
.navbar-nav {
    float: none;
	margin:0;
}
.navbar-nav > li > a {
    font-size: 1.1em;
    padding: 0;
	line-height: 35px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li.active a ,.navbar-nav > li.active1 a.dropdown-toggle{
    color: #fff !important;
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
	background:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
}
/* Yaku */
.link--yaku {
	overflow: hidden;
}
.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #FBFF00;
	border-style: solid;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #09E466;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*--end hover--*/
.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 4%;
    width: 50%;
    top: 80%;
    max-width: 522px;
    background: #B4B4B4;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 34px 29px #777;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.effect5:after {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    right: 4%;
    left: auto;
}
/*--welcome--*/
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 8em 0;
}
h3.title,h2.title {
    font-size: 4.5em;
    line-height: 1em;
    color:#09E466;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}
.welcome p {
    font-size: 1em;
	margin-top:.5em;
    color: #555;
    line-height: 2em;
	text-align:center;
}
.welcome-img {
    overflow: hidden;
    border: 8px solid #E4E4E4;
}
.welcome img {
    width: 100%;
}
.welcome-info {
    margin: 4em 0;
}
/*--//welcome--*/
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover{
     transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--services--*/
.services {
    padding: 7em 0;
    text-align: center;
    background-color: #F5F5F5;
}
.servc-grids {
    margin-top: 5em;
}
.services span.glyphicon {
    font-size: 2.5em;
    color: #C9CC13;
    border: 2px solid #C9CC13;
    padding: 1em;
    border-radius: 77%;
    transition: .5s all;
}
.servc-grid:hover span {
    border-style: dashed;
}
./*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
    font-family: 'Open Sans', sans-serif;
	background:#fff;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-----start-header----*/
.header {
	background: #f4f3f3;
	padding: 3em 0 6em 0;
}
.navigation{
	position:relative;	
}
.logo{
	float:left;
	margin-top: 4px;
}
.tollfree{
	float:right;
}
.tollfree ul li {
	display: inline-block;
}
.tollfree ul li p {
	color: #3e454c;
	font-size: 19px;
	font-weight: 600;
}
.tollfree ul li p.call {
	font-size: 15px;
	color: #040404;
	font-weight: 300;
}
i.phone{
	width:35px;
	height:35px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	margin-right:7px;
}
.navigation{
	position:relative;
}
.navigation-bar{
	background: #9cbc1f;
	border-top: 7px solid #272e34;
	position: absolute;
	z-index: 999;
	top: 2.2em;
	left: 0em;
	width: 100%;
	padding: 0 2.5em;
}
.top-menu ul li{
	display:inline-block;
	float:left;
}
.top-menu {
	padding: 35px 0;
	float: left;
}
.search2{
	float:right;
}
.top-menu ul li a{
	color:#fff;
	font-size:19px;
	font-weight:600;
	text-transform:capitalize;
	padding:36px 20px;
	text-decoration:none;
}
.top-menu ul li a.active{
	background:#272e34;
}
.top-menu ul li a:hover{
	background:#272e34;
}
/*--start-search--*/
.search2 {
	position: relative;
	background: #272e34;
	padding: 11px;
	width: 24%;
	float: right;
	margin: 26px 0px 0px 0em;
}
.search2 input[type="text"] {
	outline: none;
	color: #fff;
	background: none;
	font-size: 15px;
	border: none;
	width: 84.33%;
}
.search2 input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 0px 0px;
	padding: 8px 18px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 5px;
	right: 7px;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.slider1 {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.caption{
	width: 57%;
	position: absolute;
	top: 25%;
	left: 20%;
	text-align:center;
}
.caption h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 3.8em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.caption1 h2{
	color: #000066;
	line-height: 1.5em;
	font-size: 3.3em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 16px;
	width: 16px;	
	display: inline-block;
	background:#000;
	border: 3px solid #000;
	border-radius:50%;
}
.callbacks_here a:after{
	border: 3px solid #fff;
	background:#000;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.about-section h3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	border-bottom: 4px solid #7ebd26;
	width: 23%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 700;
}
.about-section h5{
	color: #333333;
	font-size: 1.4em;
	margin: 1.5em 0 1.5em 0;
	line-height: 1.5em;
}
.about-section p{
	color:#555555;
	font-size:1.2em;
	line-height: 1.7em;
}
.about-section {
	padding: 3em 0;
}
.about-section-top {
	width: 68%;
	margin: 0 auto;
	padding: 0 0 3em 0;
}
/*--featured-section--*/
.featured-section{
	padding: 0 0 3em 0;
}
.featured-main {
padding-top: 1.2em;
}
.featured-section h2 {
color: #ffd400;
text-transform: uppercase;
font-size:2em;
margin: 0 0 11px 0;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.feature-text h3 {
	color: #414242;
	font-size:1.13em;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	padding:0.5em 0 0.6em 0;
	font-weight:600;
	margin:0;
}
.feature-text p {
	color: #999;
	font-size:1.1em;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
.feature-text h2 {
	color: #ffd400;
	text-transform: uppercase;
	font-size:3.4em;
	margin: 0 0 11px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
ul.topic_grid{
	list-style:none;
	padding:0;
}
.popular_topics1 {
	background:#DB2927;
}
.about-section-bottom {
	margin-top: 2.5em;
}
/*** .Nav Class ************************/
.icon-minus-sign:after {
	content: "";
	background: url(../images/plus.png)no-repeat;
	width:16px;
	height:16px;
	position: absolute;
	top: 23px
}
.accordation_menu label {
	line-height:43px;
	font-weight:600;
}
.icon-plus-sign:before {
	content: "";
	background: url(../images/plus.png)no-repeat;
	width:16px;
	height:16px;
	position: absolute;
	top: 16px
}
.accordation_menu label{
	display: block;
	position: relative;
	padding: 6px 20px;
	height: 54px;
	cursor: pointer;
	z-index: 20;
	transition: background-color .7s;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	-ms-transition: background-color .7s;
	border: 1px solid #999;
}
.accordation_menu input{
	display: none;
}
/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2{
	float:right;
	margin-right:15px;
	padding:6px 0 0 0;
	transition:all .7s;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	-o-transition:all .7s;
	-ms-transition:all .7s;
}
.accordation_menu label i.i-right2{
	display:none;
}
.accordation_menu input:checked + label i.i-right1{
	display:none;
}
.accordation_menu input:checked + label i.i-right2{
	display:block;
}
/*** .content Class *********************/
.content1{
	position: relative;
	height: 0px;
	margin-top: -1px;
	overflow:hidden;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.content1 h4{
	padding:8px 0 7px 15px;
	font-weight: 700;
}
.content1 h6{
	padding:8px 15px 10px 15px;
	margin:10px;
	border-top:1px solid #999999;
}
.content1 h6 i{
	padding:0 5px;
	font-size:10px;
}
.accordation_menu input:checked ~ div.content1{
	height:110px;
}
/*** For Change Animation Effects ****/
.accordation_menu input:checked ~ .content1 p{       
	-webkit-animation: zoomIn .7s 1;
	animation: zoomIn .7s 1;
}
.accordation_menu input:checked ~ .content1 h6{       
	-webkit-animation: fadeIn 2s 1;
	animation: fadeIn 2s 1;
}
.accordation_menu a, .accordation_menu p{
	color: #919090;
}
.accordation_menu h4{
	color: #01C675;
	padding: 15px 0 15px 15px;
	font-size: 1.2em;
	font-weight: 600;   
	font-weight: 700;	
}
.accordation_menu label{
	background: #fff;
	color: #444;
	font-size: 17px;
	font-weight: 300;
}
.accordation_menu label:hover{                    
	color:#000;
}
.accordation_menu label:hover .icon-plus-sign:before {
	content: "";
	background: url(../images/minus.png)no-repeat;
	width:16px;
	height:16px;
	position: absolute;
	top:23px;
}
.accordation_menu input:checked + label,
.accordation_menu input:checked + label:hover{ 
	border: 1px solid #999;
	color: #999;
}
span.m_5{
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-weight: 300;
}
h4.m_3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2em;
	margin-bottom:1.3em;
	font-weight: 700;
}
span.m_5:hover{
	text-decoration:none;
}
ul.news_list {
	padding: 2% 0 1% 1%;
	list-style: none;
	background: #fff;
}
ul.news_list li.date {
	float: left;
	width: 15.5%;
	border-right: 1px solid #CCC;
	padding-right: 3%;
	margin:5% 4% 0% 0;
}
.date {
	line-height: 0.5em;
	font-size:2em;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
span.highlight, span.light_color {
	display: inline-block;
	font-size:14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
li.date_desc {
	float: left;
	width: 95%;
}
li.date_desc p{
	font-size: 1em;
	line-height: 1.8em;
	float: left;
	font-weight: 400;
	color: #000;
}
.what-we-do h4 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.3em;
	margin-bottom:1em;
	font-weight: 700;
}
.what-we-do p{
	color:#555555;
	font-size:1.15em;
	line-height:1.8em;
	margin:15px 0 1.2em 0;
}
.what-we-do img {
	width: 100%;
}
.what-we-do {
	z-index: 1;
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding:0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #555555;
}

.btn-1c:hover,
.btn-1c:active {
	color: #fff;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}
.service-section {
	padding: 4em 0;
}
.service-section-grid-1 h3,.service-section-grid-2 h3,.service-section-grid-3 h3 {
	color: #333333;
	font-weight: 600;
	font-size: 2.2em;
	text-transform: capitalize;
	margin-bottom:0.8em;
}
.service-section-grid-1 h4,.service-section-grid-2 h4,.service-section-grid-3 h4 {
	color: #333333;
	font-weight: 700;
	font-size: 1.18em;
	line-height:1.4em;
	margin:10px 0;
}
.service-section-grid-2 p,.service-section-grid-3 p {
	color: #606060;
	font-weight: 500;
	font-size: 1.05em;
	line-height:1.8em;
	margin:10px 0 1.5em 0;
}
.service-section-grid-2 a,.service-section-grid-3 a{
	color: #555555;
	font-size: 1.15em;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #555555;
	text-align: center;
	margin: 0;
}
.service-section-grid-1 h4{
	margin-top:0;
}
ul.list li {
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 28px;
	background: url(../images/arrow.png) left 3px no-repeat;
}
ul.list {
	margin-top: 2.6em;
}
ul.list li a{
	text-decoration:none;
	color:#828282;
	font-size:15px;
	font-weight:600;
}
ul.list li a:hover{
	text-decoration:underline;
	color:#5a7822;
	padding-left:10px;
}
.get-in-touch {
	background: #6d6e6c;
	padding: 4em 0;
}
.gin h3,.address h3,.dal h3 {
	color: #fff;
	font-size: 2em;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom:0.8em;
}
.gin p,.address p,.dal p {
	color:#ededec;
	font-weight:400;
	line-height:1.8em;
	font-size:14px;
}
.social-icons {
	margin-top: 2em;
}
.social-icons i{
	width:40px;
	height:40px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	cursor:pointer;
}
.social-icons i:hover{
	opacity:0.5;
}
i.facebook{
	background-position:-35px 0px;
}
i.twitter{
	background-position:-75px 0px;
}
i.googlepluse{
	background-position:-115px 0px;
}
p.phone{
	margin: 12px 0 5px 0;
}
p.phone span {
	font-weight: 600;
	color: #fff;
}
span.phone {
	font-weight: 600;
	color: #fff;
}
span.phone a{
	color:#ededec;
	font-weight: 400;
}
span.phone a:hover {
	color: #000;
}
.dal input[type="text"],.dal textarea {
	width: 48%;
	color: #606060;
	font-size: 15px;
	padding: 10px 15px;
	border: none;
	outline: none;
	margin: 0 9px 15px 0;
}
.dal textarea{
	resize:none;
	width:98%;
	height:7.5em;
}
.address p {
	line-height: 2em;
}
.dal input[type="submit"]{
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	border:1px solid #000;
	background:#6d6e6c;
	padding:7px 23px;
	outline:none;
}
.dal input[type="submit"]:hover{
	background:#000;
	color:#fff;
}
.footer {
	background: #343b41;
	padding: 20px 0;
}
.copyright p {
	color: #fff;
	font-size: 16px;
}
.copyright p a{
	color: #5a7822;
	font-size: 18px;
	margin-left:10px;
}
.copyright p a:hover{
	color:#fff;
}

/*-- about-section --*/
/*----special-grid------*/

.about-content{
	margin-top:3em;
}

/*-- product-section --*/
.specials-grids {
margin-top: 2%;
}
.special-grid img{
	width:100%;
}
.special-grid h4{
	font-size: 1.6em;
	color: #9cbc1f;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.5em 0;
	display: block;
}
.rd_more1{
	margin-top: 2%;
}
.special-grid p{
	color: #555555;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 1.2em;
}
.product-section h3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	border-bottom: 4px solid #7ebd26;
	width: 17%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
}
.product-section{
	padding:3em 0 0 0;
}
a.more {
	color: #555555;
	font-size: 1.15em;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #555555;
	text-align: center;
	margin: 0;
}
.zoom-icon{
	position:absolute;
	top: 29%;
	left: 37%;
	display:none;
}
.gallery {
	position: relative;
	border: 6px solid #272e34;
}
.special-grid {
	margin-bottom: 3em;
}
.gallery:hover{
	border: 6px solid #9cbc1f;
}
i.zi {
	display: inline-block;
	left: 0;
	width: 102px;
	height: 100px;
	background: url(../images/magnify.png) no-repeat 0px 0px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.gallery:hover div.zoom-icon{
	display:block;
}
/*-- details --*/

.img_style img {
	padding: 6px;
	background: #eee;
}
.img_style img:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #9cbc1f;
}
p.top.para {
	color: #555555;
	font-size: 1.15em;
	line-height: 1.8em;
	margin: 15px 0 1.2em 0;
}
h2.style {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	padding-bottom: 10px;
	font-weight: 400;
}
.details {
	padding: 3em 0;
}
.details img{
	width:100%;
}

/*------ contact -----*/
.contact {
	padding: 1em 0 4em;
}
.contact-head{
	text-align:left;
}
.contact-head h2{
	padding: 0.8em 0 0.4em 0;
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	border-bottom: 4px solid #7ebd26;
	width: 21%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
}
.contact-head span{
	color: #777;
}
.contact-map iframe{
	min-height:300px;
	width:100%;
	border:none;
	margin:0.5em 0 0em 0;
}
.contact-form-row{
	margin-top:1em;
}
.contact-form-row div{
	width: 32.6%;
	float: left;
	margin-right: 1%;
} 
.contact-form-row div span,.contact-form-row2  span{
	font-size:1.2em;
	color:#2C3E50;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	padding:0 0 0.5em;
}
.contact-form-row div input[type="text"]{
	width:92%;
	padding:1em;	
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}
.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover{
	border-color: #9cbc1f;
}
.contact-form-row div:nth-child(3){
	margin-right:0;
}
.contact-form-row2 textarea{
	width:97.5%;
	padding:1em;	
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	min-height:320px;
	resize:none;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-form-row2 {
	margin-top:2em;
}
.contact-form input[type="submit"]{
	display: block;
	background: #39393A;
	padding: 0.65em 1.8em;
	font-size:1.2em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border:none;
	outline:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	cursor: pointer;
}
.contact-form input[type="submit"]:hover{
	background: #000;
}

/*-- error-page --*/
.error-page{
	padding:2em 0 5em 0;
}
.error-404{
	margin:7em 0em;
}
.error-404 h2{
	font-size:18em;
	font-weight:600;
	color:#517031;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.error-404 p{
	color: #4f4844;
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
} 
a.b-home{
	background:#272e34;
	padding:0.8em 3em;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	margin-top:1em;
}
a.b-home:hover{
	background:#9cbc1f;
}

/*-- responsive-design --*/
@media screen and (max-width: 1366px) {
	.caption {
		width: 69%;
		top: 24%;
		left: 15%;
	}
	.caption h2 {
		font-size: 3.6em;
	}
}
@media screen and (max-width: 1280px) {
	.top-menu {
		padding: 32px 0;
	}
	.top-menu ul li a {
		padding: 33px 17px;
	}
	.search2 {
		margin: 23px 0px 0px 0em;
	}
	.get-in-touch {
		padding: 3em 0;
	}
	.caption1 h2 {
		font-size: 3em;
	}
	.header {
		padding: 2em 0 6em 0;
	}
}
@media screen and (max-width: 1024px) {
	.caption h2 {
		font-size: 2.9em;
	}
	.about-section-top {
		width: 82%;
		padding: 0 0 2em 0;
	}
	.about-section h3 {
		font-size: 2.6em;
		width: 25%;
		padding-bottom: 8px;
	}
	.about-section {
		padding: 2em 0 3em 0;
	}
	.dal input[type="text"] {
		width: 47.5%;
	}
	.service-section-grid-2 img,.service-section-grid-3 img {
		width: 100%;
	}
	ul.list li a {
		font-size: 12.3px;
	}
	.service-section-grid-2 p, .service-section-grid-3 p {
		font-size: 1em;
	}
	.caption h2 {
		font-size: 2.5em;
	}
	.get-in-touch {
		padding: 2em 0;
	}
	.service-section {
		padding: 3em 0;
	}
	.what-we-do h4 {
		font-size: 2.1em;
		margin-bottom: 0.75em;
	}
	h4.m_3 {
		margin-bottom: 0.8em;
	}
	.header {
		padding: 1.7em 0 5em 0;
	}
	.navigation-bar {
		border-top: 5px solid #272e34;
		top: 1.7em;
		padding: 0 2em;
	}
	.top-menu ul li a {
		padding: 29px 15px;
		font-size: 18px;
	}
	.top-menu {
		padding: 28px 0;
	}
	.search2 {
		margin: 19px 0px 0px 0em;
		padding: 9px;
	}
	.tollfree ul li p {
		font-size: 16px;
	}
	.tollfree ul li p.call {
		font-size: 14px;
	}
	.about-section h5 {
		margin: 1em 0 1em 0;
	}
	.zoom-icon {
		top: 23%;
		left: 31%;
	}
	.product-section h3 {
		font-size: 2.6em;
		width: 19%;
	}
	.product-section {
		padding: 2em 0 0 0;
	}
	.error-404 {
		margin: 6em 0em;
	}
	.contact-head h2 {
		font-size: 2.5em;
		padding: 0 0 8px 0;
		margin-bottom:10px;
	}
	.contact {
		padding: 2em 0 4em;
	}
}
@media screen and (max-width: 800px) {
	.gin h3, .address h3 {
		margin-bottom: 0.4em;
	}
	.dal h3{
		margin-bottom:1em;
	}
	.gin,.address{
		margin-bottom: 1.5em;
	}
	.dal{
	`margin-top:1em;
	}
	p.phone {
		margin: 0px 0 0px 0;
	}
	.social-icons {
		margin-top: 1em;
	}
	.service-section-grid-3,.service-section-grid-2 {
		width: 50%;
		float: left;
	}
	.service-section-grid-2 a, .service-section-grid-3 a {
		font-size: 1.1em;
		padding: 8px 15px;
	}
	.service-section-grid-1 h3, .service-section-grid-2 h3, .service-section-grid-3 h3 {
		margin-bottom: 0.5em;
	}
	ul.list li a {
		font-size: 14px;
	}
	ul.list {
		margin-top: 1.5em;
	}
	.service-section-grid-1 {
		margin-bottom: 2em;
	}
	.caption h2 {
		font-size: 2em;
	}
	.about-section-top {
		width: 92%;
		padding: 0 0 1.5em 0;
	}
	.about-section h3 {
		font-size: 2.4em;
		width: 25%;
		padding-bottom: 6px;
	}
	.about-section h5 {
		font-size: 1.25em;
		margin: 1.3em 0 1.3em 0;
	}
	.service-section {
		padding: 2em 0 3em 0;
	}
	.feature-accord,.what-we-do {
		width: 50%;
		float: left;
	}
	.what-we-do h4 {
		font-size: 2em;
		margin-bottom: 0.6em;
	}
	h4.m_3 {
		margin-bottom: 0.7em;
		font-size: 1.8em;
	}
	.accordation_menu label {
		padding: 6px 12px;
	}
	.accordation_menu label {
		font-size: 16px;
	}
	span.m_5 {
		font-size: 16px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 45%;
	}
	.what-we-do p {
		font-size: 1.1em;
	}
	.special-grid {
		width: 50%;
		float: left;
	}
	.dal input[type="text"] {
		width: 48%;
	}
	.error-404 h2 {
		font-size: 17em;
	}
	.contact-head h2 {
		font-size: 2.4em;
		width: 27%;
	}
	.contact-form-row2 textarea {
		min-height: 280px;
	}
	.search2 input[type="submit"] {
		right: -3px;
	}
	.top-menu ul li a {
		padding: 28px 12px;
		font-size: 17px;
	}
	.top-menu {
		padding: 27px 0;
	}
	.navigation-bar {
		padding: 0 1.3em;
	}
	.logo {
		margin-top: 5px;
	}
	ul.list li {
		margin-bottom: 10px;
	}
	a.more {
		font-size: 1.1em;
		padding: 8px 17px;
	}
	h2.style {
		font-size: 2.1em;
		padding-bottom: 13px;
	}	
	.details {
		padding: 2em 0;
	}
	p.top.para {
		height: 198px;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	span.menu{
		width:32px;
		height:32px;
		background:url(../images/nav.png)no-repeat;
		display: inline-block;
		float:left;
		cursor: pointer;
		margin-top: 3px;
	}
	.top-menu{
		width:100%;
		display: none;
		text-align:center;
		background:#fff;
		padding:0;
		margin-top:10px;
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li{
		display:block;
		float: none;
	}
	.top-menu ul li a{
		color:#000;
		display: block;
		padding: 10px 0px;
	}
	.top-menu ul li a.active{
		color:#fff;
	}
	.top-menu ul li a:hover{
		color:#fff;
	}
	.search2 {
		margin: 0;
		padding: 8px;
	}
	.navigation-bar {
		padding: 10px 1.3em;
	}
	.header {
		padding: 1.7em 0 4em 0;
	}
}
@media screen and (max-width: 640px) {
	.logo img {
		width: 90%;
	}
	.tollfree ul li p.call {
		font-size: 13px;
	}
	.tollfree ul li p {
		font-size: 15px;
	}
	.header {
		padding: 1.4em 0 4em 0;
	}
	.caption {
		width: 76%;
		top: 26%;
		left: 12%;
	}
	.navigation-bar {
		top: 1.4em;
	}
	.navigation-bar {
		border-top: 4px solid #272e34;
	}
	.search2 input[type="text"] {
		font-size: 14px;
		width: 83.33%;
	}
	.search2 input[type="submit"] {
		top: 2px;
	}
	.address p {
		line-height: 1.9em;
	}
	.about-section h3 {
		font-size: 2.2em;
		width: 27%;
	}
	.about-section h5 {
		font-size: 1.2em;
		margin: 1em 0 1em 0;
		height: 76px;
		overflow: hidden;
	}
	.about-section-top p {
		font-size: 1.1em;
		line-height: 1.6em;
		height: 72px;
		overflow: hidden;
	}
	.caption h2 {
		font-size: 1.7em;
	}
	.service-section-grid-1 h4, .service-section-grid-2 h4, .service-section-grid-3 h4 {
		font-size: 1.111em;
	}
	.service-section-grid-1 h3, .service-section-grid-2 h3, .service-section-grid-3 h3 {
		font-size: 2.1em;
	}
	.feature-accord{
		margin-bottom:0;
	}
	.accordation_menu input:checked ~ div.content1 {
		height: 84px;
	}
	.special-grid p {
		height: 78px;
		overflow: hidden;
	}
	.product-section h3 {
		font-size: 2.25em;
		width: 25%;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.error-404 h2 {
		font-size: 15em;
	}
	.error-404 {
		margin: 5em 0em;
	}
	.contact-head h2 {
		font-size: 2.3em;
		width: 31%;
	}
	.contact-map iframe {
		min-height: 220px;
	}
	.contact-form-row div span, .contact-form-row2 span {
		font-size: 1em;
		padding: 0 0 0.3em;
	}
	.contact-form-row div input[type="text"] {
		padding: 0.8em;
		font-size: 12px;
	}
	.contact-form-row2 {
		margin-top: 1.5em;
	}
	.contact-form-row2 textarea {
		min-height: 230px;
	}
	.contact-form input[type="submit"] {
		padding: 0.55em 1.8em;
	}
	li.date_desc {
		width: 100%;
	}
	.what-we-do p {
		height: 160px;
		overflow: hidden;
	}
	a.more {
		font-size: 1em;
		padding: 7px 15px;
	}
	.gin h3, .address h3, .dal h3 {
		font-size: 1.8em;
	}
	.dal input[type="text"], .dal textarea {
		font-size: 15px;
		padding: 7px 12px;
		margin: 0 8px 12px 0;
	}
	.header {
		padding: 1.4em 0 3.4em 0;
	}
	.dal input[type="text"], .dal textarea {
		font-size: 14px;
		padding: 7px 10px;
		margin: 0 6px 10px 0;
	}
	.dal textarea {
		resize: none;
		width: 98.5%;
	}
	.service-section-grid-3, .service-section-grid-2 {
		width: 100%;
	}
	.service-section-grid-2 {
		margin-bottom: 2em;
	}
	p.top.para {
		height: 188px;
		font-size: 1.1em;
	}
}
@media screen and (max-width: 480px) {
	.caption h2 {
		font-size: 1.4em;
	}
	.about-section h3 {
		font-size: 2em;
		width: 33%;
	}
	.feature-accord, .what-we-do {
		width: 100%;
	}
	.what-we-do p {
		height: 130px;
	}
	.about-section-top {
		width: 95%;
	}
	.what-we-do {
		margin-bottom: 2em;
	}
	.about-section-bottom {
		margin-top: 1.5em;
	}
	.special-grid {
		margin-right:2%;
		width:49%;
		padding:0;
	}
	.special-grid:nth-child(2),.special-grid:nth-child(4),.special-grid:nth-child(6) {
		margin-right: 0;
		width:49%;
		padding:0;
	}
	.special-grid p {
		margin-bottom: 0.8em;
	}
	i.zi {
		background-size: 60px;
		width:60px;
		height:60px;
	}
	.zoom-icon {
		top: 27%;
		left: 37%;
	}
	.special-grid h4 {
		padding: 0.5em 0px 2px 0;
		font-size:1.5em;
	}
	.gallery:hover {
		border: 4px solid #9cbc1f;
	}
	.gallery {
		border: 4px solid #272e34;
	}
	.error-404 h2 {
		font-size: 13em;
	}
	.contact-head h2 {
		font-size: 2em;
		width: 36%;
	}
	.contact {
		padding: 2em 0 3em;
	}
	.logo img {
		width: 77%;
	}
	i.phone {
		width: 27px;
		height: 27px;
		margin-right: 5px;
		background-size: 120px;
	}
	.tollfree ul li p.call {
		font-size: 11px;
	}
	.tollfree ul li p {
		font-size: 14px;
	}
	.header {
		padding: 1.2em 0 3em 0;
	}
	.navigation-bar {
		border-top: 3px solid #272e34;
	}
	.navigation-bar {
		top: 1em;
		padding: 6px 1em;
	}
	.search2 {
		padding: 7px;
		width: 35%;
	}
	span.menu {
		width: 28px;
		height: 28px;
		margin-top: 1px;
	}
	.top-menu {
		margin-top: 7px;
	}
	.top-menu ul li a {
		padding: 7px 0px;
		font-size: 15px;
	}
	h2.style {
		font-size: 1.5em;
		padding-bottom: 10px;
	}
	.details {
		padding: 3px 0 2em 0;
	}
	p.top.para {
		height: 130px;
		font-size: 1.1em;
		margin: 5px 0 15px 0px;
	}
}
@media screen and (max-width: 320px) {
	.logo img {
		width: 90%;
	}
	.logo {
		width: 45%;
	}
	i.phone {
		width: 22px;
		height: 22px;
		margin-right: 3px;
		background-size: 100px;
	}
	.tollfree ul li p.call {
		font-size: 10px;
	}
	.tollfree ul li p {
		font-size: 12px;
	}
	.header {
		padding: 1em 0 2.5em 0;
	}
	span.menu {
		width: 27px;
		height: 28px;
		margin-top: 0px;
	}
	.search2 {
		padding: 5px;
		width: 45%;
	}
	.caption h2 {
		font-size: 1.2em;
		height: 50px;
		overflow: hidden;
	}
	.search2 input[type="submit"] {
		top: 5px;
		right: -10px;
		background-size: 23px;
	}
	.search2 input[type="text"] {
		font-size: 13px;
		width: 84.33%;
	}
	.about-section h3 {
		font-size: 1.7em;
		width: 43%;
		padding-bottom: 5px;
		border-bottom: 3px solid #7ebd26;
	}
	.about-section h5 {
		font-size: 1.15em;
		margin: 0.5em 0 0.5em 0;
		height: 49px;
	}
	.about-section-top {
		width: 100%;
	}
	.about-section {
		padding: 1.2em 0 2em 0;
	}
	.about-section-top p {
		line-height: 1.45em;
		height: 45px;
	}
	.what-we-do h4 {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}
	.what-we-do {
		margin-bottom: 1.8em;
		padding: 0;
	}
	.what-we-do p {
		height: 82px;
		margin: 5px 0 11px 0;
	}
	a.more {
		font-size: 0.99em;
		padding: 5px 12px;
	}
	h4.m_3 {
		margin-bottom: 0.6em;
		font-size: 1.5em;
	}
	.feature-accord {
		width: 100%;
		padding: 0;
	}
	.caption {
		width: 83%;
		top: 28%;
		left: 7%;
	}
	.caption1 h2 {
		font-size: 1em;
		height: 19px;
	}
	.service-section-grid-1 {
		margin-bottom: 1.8em;
		padding: 0;
	}
	.copyright p {
		font-size: 15px;
	}
	.footer {
		padding: 13px 0;
	}
	.dal,.address,.gin {
		padding: 0;
	}
	.gin h3, .address h3, .dal h3 {
		font-size: 1.5em;
	}
	.dal input[type="text"], .dal textarea {
		font-size: 14px;
		padding: 6px 8px;
		margin: 0 3px 9px 0;
	}
	.service-section-grid-3, .service-section-grid-2 {
		padding: 0;
	}
	.get-in-touch {
		padding: 1.5em 0;
		text-align: center;
	}
	.service-section {
		padding: 1.5em 0 2em 0;
	}
	.service-section-grid-1 h4, .service-section-grid-2 h4, .service-section-grid-3 h4 {
		font-size: 1.1em;
		height: 43px;
		overflow: hidden;
		margin: 7px 0;
	}
	.service-section-grid-2 p, .service-section-grid-3 p {
		font-size: 1em;
		height: 79px;
		margin: 6px 0 0.9em 0;
		overflow: hidden;
	}
	.copyright p a {
		font-size: 18px;
		margin: 6px 0 0 0;
		display: block;
	}
	.service-section-grid-2 a, .service-section-grid-3 a {
		font-size: 1em;
		padding: 6px 12px;
	}
	ul.list li {
		font-size: 17px;
		margin-bottom: 6px;
		padding-left: 22px;
	}
	.top-menu ul li{
		width: 50%;
		float: left;
	}
	.accordation_menu label {
		height: 40px;
		overflow: hidden;
		padding: 0px 10px;
	}
	.icon-minus-sign:after {
		top: 14px;
	}
	span.menu {
		width: 22px;
		height: 22px;
		margin-top: 4px;
		background-size: 22px;
	}
	.product-section h3 {
		font-size: 1.7em;
		width: 41%;
		padding-bottom: 4px;
		margin-bottom: 16px;
		border-bottom: 3px solid #7ebd26;
	}
	.product-section {
		padding: 0;
	}
	.special-grid {
		margin-right: 0;
		width: 100%;
	}
	.special-grid:nth-child(2), .special-grid:nth-child(4), .special-grid:nth-child(6) {
		margin-right: 0;
		width: 100%;
	}
	.error-404 h2 {
		font-size: 10em;
	}
	.error-404 {
		margin: 3em 0em 5em 0;
	}
	.contact-head h2 {
		font-size: 1.7em;
		width: 49%;
		border-bottom: 3px solid #7ebd26;
	}
	.contact {
		padding: 0em 0 2em;
	}
	.contact-form-row div {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.contact-form-row2 {
		margin-top: 0em;
	}
	.contact-form input[type="submit"] {
		padding: 0.45em 1.7em;
	}
	.contact-form-row div input[type="text"] {
		padding: 0.7em;
		width:100%;
	}
	.contact-form-row2 textarea {
		min-height: 170px;
		width: 100%;
	}
	h2.style {
		font-size: 1em;
		padding-bottom: 8px;
	}
}-grids h4 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Roboto Slab', serif;
    margin-top: 1.5em;
}
.servc-grids p{
    text-align: center;
}
.servc-grids p,.popular p{
    font-size: 1em;
    margin-top: .8em;
    color: #555;
    line-height:2em;
}
/*--//services--*/
/*--popular--*/
.popular-img {
    margin-top: 4em;
}
.popular-grids img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	width:100%;
}
.popular-grids h4 {
    font-size: 1.6em;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    line-height: 1.5em;
	color:#09E466;
}
.popular-grids h5 {
    font-size: 1.4em;
    color: #000;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 0.8em 0;
    margin: 1.5em 0;
}
.popular-grids h6 {
    font-size: 1.5em;
    color: #C9CC13;
    margin-top: 1em;
    font-family: 'Roboto Slab', serif;
}
.popular-text:nth-child(1) {
    padding-left: 0;
}
.popular-text:nth-child(2) {
    padding-right: 0;
}
/* Button 1b */
a.btn {
    font-size: 1.1em;
    text-align: center;
    color: #09E466;
    border: 1px solid #09E466;
    padding: .5em 1.5em;
    position: relative;
    margin-top: 1em;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #09E466;
}
.btn-1b:hover, .btn-1b:active {
    color: #fff;
    z-index: 9;
}
.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}
/*--//popular--*/
/*-- contact --*/
.contact{
	position:relative;
}
.map iframe {
    width: 100%;
    margin: 0 0 -6px;
    border: none;
}
.map-color,.map iframe{
	min-height:500px;
}
.map-color {
    background: rgba(50, 50, 50, 0.62);
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}
.contact-grdl{
	padding:0 !important;
}
.contact-grdl span{
	color:#fff;
	font-size:2em;
}
.contact-grdr ul li{
	list-style-type:none;
	color:#fff;
	font-size:1em;
	margin:0 0 1em;
}
.contact-grids{
	position:absolute;
	top: 24%;
    left: 14%;
	width:72%;
}
.address{
	margin:2em 0;
}
.contact-grdr ul li a{
	color:#0B2B9B;
	text-decoration:none;
	display:block;
	margin:0.6em 0 0;
}
.contact-grdr ul li a:hover{
	color:#fff;
}
.contact-grid input[type="text"],.contact-grid textarea{
	outline:none;
	border:none;
	width:100%;
	background:rgba(255, 255, 255, 0.17);
	color:#fff;
	font-size:1em;
	padding:10px 12px;
	font-family: 'Open Sans', sans-serif;
}
.contact input[type="text"]:nth-child(2),.coment-form input[type="text"]:nth-child(2) {
    margin: 1em 0;
}
.news-ltr input[type="text"] {
    margin: 0.9em 0;
}
.contact-grid textarea{
	min-height:123px;
	resize:none;
	margin:0 0 .2em;
}
.contact-grid input[type="submit"]{
	outline:none;
	border: 3px solid #09E466;
	width:100%;
	background:#09E466;
	color:#fff;
	font-size:1.1em;
	padding:8px 12px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	font-family: 'Open Sans', sans-serif;
}
.contact-grid input[type="submit"]:hover {
    color: #09E466;
    background:#fff;
}
.newsletter {
    padding: 3.4em 2em;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.45);
}
.newsletter h3{
	font-size:1.5em;
	color:#fff;
	font-family: 'Roboto Slab', serif;
}
.newsletter h3 span {
    font-size: 1.5em;
    display: block;
    margin-bottom: 0.5em;
}
/*-- //contact --*/
/*--footer--*/
.footer {
    padding: 3em 0 2em;
}
.footer p{
    color:#000;
	font-size:1em;
	text-align:center;
	line-height:1.8em;
}
.footer p a{
    color:#000;
}
.footer p a:hover{
    color:#09E466;
}
.footer ul {
    text-align: center;
    margin-bottom: 2em;
}
.footer ul li {
    display: inline-block;
    margin-right: 3em;
}
.footer ul li:nth-child(5) {
    margin: 0;
}
.footer ul li a{
	display:block;
}
/*--//footer--*/
/*--about--*/
.about-info {
    margin-top: 2em;
}
.about-top-grid img {
    border-radius: 52%;
}
.about h4 {
    font-size: 1.5em;
    line-height: 1.6em;
    color: #000;
    font-family: 'Roboto Slab', serif;
}
.about p {
    font-size: 1em;
    margin: 0.8em 0 0 0;
    line-height: 2em;
    color: #555;
}
/*-- events --*/
.events {
    background: url(../images/slid.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    padding: 6em 0;
}
.events h3.title {
    margin-bottom: 0.8em;
}
.news {
    margin-top: 4em;
}
.six {
  padding:0em 0 2em;
}
.six h4 {
    float: left;
    color: #FBFF00;
    font-size: 3em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.six h4:after{
    content: '';
  background:rgba(216, 210, 210, 0.35);
  display: block;
  width: 89px;
  height: 2px;
  position: absolute;
  left: 89%;
  transform: rotate(118deg);
  top: 53%;
}
.six h4 span{
	display:block;
	font-size: 20px;
}
.six h6{
	float:right;	
	font-size:1.6em;
	margin-top: 7%;
	width: 77%;
}
.six h6 a {
    color: #FBFF00;
}
.six h6 a:hover{
    color: #fff;
}
.event-grids p {
    font-size: 1em;
    color: #fff;
    line-height: 2em;
    width: 85%;
}
.events-info a.btn {
    color: #fff;
}
/*-- //events --*/
.product-img {
    overflow: hidden;
}
.products-row {
    margin-top: 4em;
}
.caption h4 a {
    color: #000;
}
.caption h4 a:hover{
    color: #09E466;
}
/*--//about--*/
/*---gallery----*/
.gallery-grids {
    margin-top: 3em;
}
.view {
  width: 360px;
  height: 245px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #BCBCBC;
  -moz-box-shadow: 1px 1px 2px #BCBCBC;
  box-shadow: 1px 1px 2px #BCBCBC;
  cursor: default;
  padding: 0;
}
.view .mask,.view .content {
   width: 341px;
    height: 225px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-style: italic;
    font-size: 1em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 23% auto 0;
    width: 63%;
    line-height: 2em;
    letter-spacing: 1px;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*---//gallery----*/
/*--Shortcodes--*/
h3.hdg {
    font-size: 2em;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*--//Shortcodes--*/
/*-- single --*/
.single-info {
    margin-top: 3em;
}
.single h3{
	font-size: 1.8em;
    line-height: 1.4em;
    color: #000;
    font-family: 'Roboto Slab', serif;
}
.single-left ul {
    padding: 1.5em;
    background: #C0C308;
    margin: 2em 0 0;
}
.single-left ul li {
    display: inline-block;
    font-size: 1em;
    color: #000;
    padding-left: 1em;
}
.single-left ul li a{
	color:#000;
	text-decoration:none;
}
.single-left ul li span {
    padding-right: .5em;
}
.single-left ul li a:hover{
	color:#0E9A49;
}
.single-left img {
    width: 100%;
}
.single-left p{
	margin:2em 0 3em;
	color:#999;
	line-height:1.8em;
	font-size:1em;
}
.single-left p span{
	display:block;
	margin:1em 0 0;
}
.single-left p i {
    display: block;
    margin: 1em 0;
    color: #000;
    position: relative;
    font-size: 1.4em;
    line-height: 1.8em;
    padding-left: 3em;
    font-family: 'Roboto Slab', serif;
}
.single-left p i:before{
	position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    background: url(../images/3.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    display: block;
}
.admin{
	padding:2em;
	background:#C0C308;
}
.admin-left{
	float:left;
	width:25%;
}
.admin-right{
	float:right;
	width:70%;
}
.leave-reply h4, .footer-top-grid1 h4, .recent h4, .categories h4, .instagram-feed h3 {
    font-size: 1.8em;
    color: #000;
    font-family: 'Roboto Slab', serif;
}
.admin-right a {
    font-size: 1em;
    color: #fff;
    text-align: right;
    text-decoration: none;
	 font-family: 'Roboto Slab', serif;
    display: inline-block;
}
.admin-right h4 a {
    text-decoration: none;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}
.admin-right  h4 a:hover ,.admin-right a:hover{
    color: #333;
}
.single-left .admin-right p {
    margin: 1em 0 2em;
    color: #555;
    font-size: 1em;
    line-height: 1.8em;
}
.admin-right a span{
	right:0.5em;
}
.footer-top-grid1 {
    margin-bottom: 3em;
}
.leave-reply {
    margin:4em 0 0;
}
.leave-reply form{
	margin:2em 0 0;
}
.leave-reply input[type="text"],.leave-reply input[type="email"],.leave-reply textarea{
	background:none;
	border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
	font-size: 1em;
	outline: none;
}
.leave-reply input[type="text"],.leave-reply input[type="email"]{
	width:49%;
	float: left;
}
.leave-reply input[type="text"]:nth-child(3){
	margin:1em 0 0;
	width:100% !important;
}
.leave-reply input[type="email"]{
	margin:0 0 0 1em;
}
.leave-reply textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.leave-reply input[type="submit"],.leave-reply input[type="reset"]{
	outline: none;
    color: #fff;
    font-size:1em;
    padding: 13px 0;
    width:49.71%;
    background:#09E466;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.leave-reply input[type="submit"]:hover,.leave-reply input[type="reset"]:hover{
	background:#C0C308;
}
.footer-top-grid1 ul.tag2 {
    padding: 0;
    margin:0 0 0.8em;
	display: block;
}
.footer-top-grid1 ul.tag2 li {
    display: inline-block;
	margin-left: .2em;
}
.footer-top-grid1 ul.tag2 li a {
    font-size: 1em;
    color: #999;
    padding: .5em 1em;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #999;
    display: block;
	transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
}
.footer-top-grid1 ul.tag2:nth-child(2){
	padding:2em 0 0;
}
.footer-top-grid1 ul.tag2 li a:hover {
    border-color: #0EB956;
    color: #0EB956;
}
.recent ul,.categories ul{
	padding:1em 0 0;
}
.recent ul li,.categories ul li{
	list-style-type: none;
    font-size: 1em;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dotted #C1C1C1;
    text-transform: capitalize;
}
.recent ul li a, .categories ul li a {
    color: #999;
    text-decoration: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    font-size: 1.1em;
    font-family: 'Roboto Slab', serif;
}
.recent ul li span {
    display: block;
    font-size: 1em;
    padding-left: 1em;
    color: #0EB956;
    margin: 1em 0 0;
}
.recent ul li span i{
	left:-1em;
}
.recent ul li a:hover, .categories ul li a:hover {
    color: #0EB956;
}
.categories {
    margin:3em 0;
}
.instagram-feed h3{
	margin:0 0 1em !important;
}
.footer-grid-left {
    float: left;
    width: 33.33%;
}
.footer-grid-left a{
   display:block;
}
.footer-grid-left a img {
    width: 100%;
}
/*-- //single --*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1366px){
.banner-slider {
    margin: 9em auto 10.5em;
}
}
@media(max-width:1280px){
.banner-slider h4 {
    font-size: 5.1em;
}
.banner {
    padding: 3em 0 0;
}
.logo {
    width: 11%;
}
.banner-slider {
    margin: 8em auto 10.5em;
}
h3.title, h2.title {
    font-size: 4.3em;
}
}
@media(max-width:1080px){
.banner-slider h4 {
    font-size: 4.5em;
}
.servc-grids h4 {
    font-size: 1.3em;
}
.view {
    width: 293px;
    height: 198px;
}
.view .mask, .view .content {
    width: 270px;
    height: 178px;
}
.view p {
    margin: 3.5em auto 0;
    width: 73%;
}
.single h3 {
    font-size: 1.5em;
}
.single-left p i {
    font-size: 1.3em;
}
.single-left .admin-right p {
    margin: 1em 0 1em;
}
.leave-reply input[type="text"], .leave-reply input[type="email"] {
    width: 48.6%;
}
.leave-reply input[type="submit"], .leave-reply input[type="reset"] {
    width: 49.5%;
}
.footer-top-grid1 ul.tag2 li a {
    font-size: 0.9em;
    padding: .5em 0.6em;
}
}
@media(max-width:1024px){
.banner-slider h4 {
    font-size: 4em;
}
.contact-grids {
    top: 24%;
    left: 4%;
    width: 90%;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 7em 0;
}
h3.title, h2.title {
    font-size: 4.1em;
}
.about h4 {
    font-size: 1.3em;
}
.six h4 {
    font-size: 2.5em;
}
.six h6 {
    font-size: 1.3em;
}
}
@media(max-width:991px){
.banner-slider h4 {
    font-size: 3.8em;
    width: 67%;
}
.welcome-grids {
    float: left;
    width: 50%;   
    width: 50%;   
}
.welcome-grids:nth-child(1){
	padding-left: 0;
}
.welcome-grids:nth-child(2){
	padding-right: 0;
}
.welcome-info {
    margin: 2em 0;
}
.logo {
    width: 13%;
}
.banner-slider h2 {
    font-size: 2.6em;
}
.banner-slider h3 {
    font-size: 2.2em;
}
.servc-grid {
    float: left;
    width: 50%;
    margin-top: 2em;
}
.servc-grids {
    margin-top: 3em;
}
.services span.glyphicon {
    padding: 0.8em;
}
.popular-grids h4 {
    font-size: 1.3em;
}
.popular-grids h5 {
    font-size: 1.1em;
}
.popular-text {
    float: left;
    width: 50%;
}
a.btn {
    font-size: 1em;
}
.popular-grids.popular-img {
    width: 45%;
}
.popular-grids h6 {
    font-size: 1.3em;
}
.popular-grids {
    padding: 0;
}
.contact-text p {
    width: 83%;
}
.contact-grid {
    float: left;
    width: 33.33%;
    padding-left: 0;
}
.map-color, .map iframe {
    min-height: 400px;
}
.contact-grids {
    top: 16%;
    left: 9%;
}
.contact-grid input[type="submit"] {
    font-size: 1em;
    padding: 7px 12px;
}
.about-top-grid {
    width: 40%;
    float: left;
}
.about-top-grid.about-grid-right {
    float: right;
    width: 60%;
}
h3.title, h2.title {
    font-size: 3.8em;
}
.about h4 {
    font-size: 1.2em;
}
.events {
    padding: 5em 0;
}
.event-grids {
    padding: 0;
}
.event-grids:nth-child(1){
	margin-bottom: 3em;
}
.six h6 {
    margin-top: 4%;
    width: 83%;
}
.view {
    width: 230px;
    height: 148px;
    margin: 5px;
    border: 5px solid #fff;
}
.view p {
    margin: 3em auto 0;
    width: 80%;
    font-size: .9em;
}
.view .mask, .view .content {
    width: 220px;
    height: 139px;
}
.single-info {
    margin-top: 2em;
}
.single-left ul {
    margin: 1em 0 0;
}
.footer-top-grid1 {
    margin: 3em 0;
}
.leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea {
    padding: 10px 10px;
}
.footer-top-grid1 ul.tag2 li a {
    padding: .5em 1em;
}
.instagram-feed {
    width: 50%;
}
}
@media(max-width:900px){
.banner-slider h2 {
    font-size: 2.3em;
}
.banner-slider h3 {
    font-size: 2em;
}
.logo {
    width: 14%;
}
}
@media(max-width:800px){
.banner-slider h4 {
    font-size: 3.4em;
    width: 65%;
}
.welcome p {
    font-size: 0.9em;
}
.services {
    padding: 5em 0;
}
.services span.glyphicon {
    font-size: 2em;
}
.servc-grids h4 {
    font-size: 1.2em;
}
.servc-grids p, .popular p {
    font-size: 0.9em;
}
.contact-grids {
    left: 6%;
}
.footer ul li {
    margin-right: 2em;
}
.about p {
    font-size: 0.9em;
}
.event-grids p {
    font-size: 0.9em;
}
.welcome, .popular, .about, .gallery, .about, .codes, .single {
    margin: 6em 0;
}
.admin-right h4 a {
    font-size: 1.3em;
}
.leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea {
    padding: 8px 10px;
}
.leave-reply textarea {
    min-height: 165px;
}
.leave-reply input[type="submit"], .leave-reply input[type="reset"] {
    padding: 9px 0;
}
h3.title, h2.title {
    font-size: 3.5em;
}
}
@media(max-width:768px){
.banner {
    padding: 2em 0 0;
}
.banner-slider {
    margin: 7em auto 8em;
}
.banner-slider h2 {
    font-size: 2.1em;
}
.banner-slider h3{
    font-size: 1.8em;
}
.banner-slider h4 {
    font-size: 2.8em;
}
.top-nav ul li a {
    font-size: 1em;
}
.top-nav ul li {
    margin-right: 2.5em;
}
h3.title, h2.title {
    font-size: 3.3em;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 5em 0;
}
.single-left p i {
    font-size: 1.2em;
}
.single-left p {
    margin: 2em 0 2em;
}
}
@media(max-width:767px){
.navbar-default .navbar-toggle {
    border: none;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    float: none;
    margin: 0;
    width: 100%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: #FBFF00;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-toggle  ul{
    text-align: center;
    display: table;
    margin: 0 auto;
	position: absolute;
}
div#bs-example-navbar-collapse-1 {
    padding: 0 0 5px 0;	
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.83);
    z-index: 9;
	margin-top: 0.2em;
}
.top-nav ul li {
    margin-right: 0;
    display: block;
}
ul.nav.navbar-nav.navbar-center {
    width: 30%;
    margin: 0 auto;
}
}
@media(max-width:640px){
.gallery-grids {
    margin-top: 2em;
}
.view {
    width: 187px;
    height: 127px;
}
.view .mask, .view .content {
    width: 178px;
    height: 117px;
}
.view p {
    margin: 2.2em auto 0;
    width: 86%;
    font-size: .8em;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 6em 0;
}
h3.title, h2.title {
    font-size: 3.5em;
}
.welcome-grids:nth-child(1) {
    padding-right: 0.5em;
}
.welcome-grids:nth-child(2) {
    padding-left: 0.5em;
}
.welcome-img {
    border: 6px solid #E4E4E4;
}
.services {
    padding: 4em 0;
}
a.btn {
    font-size: 0.9em;
}
.contact-grid input[type="text"], .contact-grid textarea {
    font-size: 0.9em;
}
.contact-grid input[type="submit"] {
    font-size: 0.9em;
}
.about h4 {
    font-size: 1.1em;
}
.about-top-grid img {
    width: 100%;
}
.products-row {
    margin-top: 2em;
}
.products-grids {
    float: left;
    width: 50%;
}
.thumbnail .caption h4 {
    font-size: 1.3em;
	    padding-bottom: 0;
}
.single h3 {
    font-size: 1.4em;
}
.single-left ul li {
    padding: 0 2em 0 0;
}
.leave-reply {
    margin: 3em 0 0;
}
.top-nav {
    margin-top: 3em;
}
}
@media(max-width:480px){
.logo {
    width: 18%;
}
.banner-slider h2 {
    font-size: 1.8em;
}
.banner-slider h3 {
    font-size: 1.4em;
}
.banner-slider h4 {
    font-size: 2.1em;
    width: 62%;
}
.banner:before {
    left: 48%;
}
.top-nav ul li.active a {
    line-height: 40px;
}
.top-nav ul li a {
    font-size: 0.9em;
	line-height: 42px;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 4em 0;
}
.view {
    width: 206px;
    height: 137px;
}
.view .mask, .view .content {
    width: 196px;
    height: 127px;
}
.view p {
    margin: 3.5em auto 0;
}
h3.title, h2.title {
    font-size: 3em;
}
.servc-grids {
    margin-top: 1em;
}
.servc-grids h4 {
    font-size: 1.1em;
}
.popular-grids h4 {
    font-size: 1.2em;
}
.popular-grids h5 {
    font-size: 1em;
}
.popular-grids h6 {
    font-size: 1.2em;
}
.contact-text p {
    width: 100%;
    font-size: 0.85em;
}
.map-color, .map iframe {
    min-height: 785px;
}
.newsletter {
    padding: 3em 0em 1em;
}
.address {
    margin: 0.6em 0;
}
.contact-grdr ul li {
    font-size: 0.9em;
}
.contact-grid {
    float: none;
    width: 100%;
	margin-bottom: 2em;
}
.newsletter {
    padding: 1.5em 0;
}
.contact-grids {
    top: 5%;
}
.about-top-grid {
    width: 100%;
    float: none;
    text-align: center;
}
.about-top-grid img {
    width: initial;
}
.about-top-grid.about-grid-right {
    float: none;
    width: 100%;
    margin-top: 2em;
	padding: 0;
}
.six h4 {
    font-size: 2.3em;
}
.six h4:after {
    width: 77px;
    left: 91%;
}
.six h6 {
    margin-top: 6%;
    width: 75%;
}
.event-grids p {
    width: 100%;
}
.events {
    padding: 4em 0;
}
.products-row {
    margin-top: 2.5em;
}
.products-grids {
    float: none;
    width: 100%;
}
.thumbnail .caption h4 {
    font-size: 1.4em;
}
#toTop {
    bottom: 10%;
}
.footer ul li {
    margin-right: 1.5em;
}
.banner-slider {
    margin: 5em auto;
}
.top-nav {
    margin-top: 3em;
}
.single-left,.single-right {
    padding: 0;
}
.single h3 {
    font-size: 1.3em;
}
.single-left ul li span {
    padding-right: .2em;
}
.single-left ul li {
    font-size: 0.9em;
}
.single-left p {
    font-size: 0.9em;
    margin: 1em 0;
}
.single-left p i:before {
    width: 27px;
    height: 24px;
    background-size: 85%;
}
.single-left p i {
    font-size: 1.1em;
}
.admin-right h4 a {
    font-size: 1.1em;
}
.single-left .admin-right p {
    font-size: 0.9em;
}
.admin-right a {
    font-size: 0.9em;
}
.leave-reply input[type="text"], .leave-reply input[type="email"] {
    width: 48%;
    font-size: 0.9em;
    padding: 7px 10px;
}
.leave-reply textarea {
    min-height: 125px;
}
.footer-top-grid1 ul.tag2:nth-child(2) {
    padding: 1.5em 0 0;
}
.recent ul li a, .categories ul li a {
    font-size: 1em;
}
.footer-top-grid1 {
    margin: 2em 0;
}
.recent ul li span {
    font-size: 0.9em;
	margin: 0.5em 0 0;
}
.categories {
    margin: 2em 0;
}
.recent ul li a, .categories ul li a {
    font-size: 0.9em;
}
.recent ul li, .categories ul li {
    padding: 0.5em 0;
}
.instagram-feed {
    width: 70%;
}
.top-nav {
    margin-top: 2em;
}
.banner {
    padding: 1em 0 0;
}
.logo {
    width: 18%;
}
}
@media(max-width:414px){
.banner-slider h4 {
    font-size: 1.5em;
    width: 73%;
}
.banner-slider {
    margin: 4em auto;
}
.banner-slider h2 {
    font-size: 1.5em;
}
.banner-slider h3 {
    font-size: 1.3em;
}
.welcome-grids:nth-child(1) {
    padding: 0;
	margin-bottom:1em;
}
.welcome-grids:nth-child(2) {
    padding: 0;
}
.welcome-grids {
    float: none;
    width: 100%;
}
.footer p {
    font-size: 0.9em;
}
.about h4 {
    font-size: 1em;
}
.six h6 {
    font-size: 1em;
}
.six h4 span {
    font-size: 15px;
}
h3.title, h2.title {
    font-size: 2.5em;
}
.view {
    width: 261px;
    height: 160px;
}
.view {
    width: 261px;
    height: 160px;
    margin: .5em 3em;
}
.view .mask, .view .content {
    width: 261px;
    height: 160px;
}
.view p {
    margin: 4.5em auto 0;
    width: 68%;
}
.single h3 {
    font-size: 1.2em;
}
.single-left ul li {
    padding: 0 0.5em 0 0;
}
.single-left ul {
    padding: 1em 0.9em;
}
.leave-reply input[type="submit"], .leave-reply input[type="reset"] {
    width: 49%;
}
.leave-reply input[type="text"], .leave-reply input[type="email"] {
    width: 100%;
	 margin: 1em 0 0 0;
}
.leave-reply form {
    margin: 0.5em 0 0;
}
}
@media(max-width:375px){
.banner-slider h3{
    font-size: 1.1em;
}
.banner-slider h2 {
    font-size: 1.3em;
}
.services {
    padding: 3em 0;
}
.servc-grid {
    float: none;
    width: 100%;
    margin-top: 2em;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 3em 0;
}
.popular-grids h4 {
    font-size: 1em;
}
.popular-text {
    float: none;
    width: 100%;
}
.popular-text:nth-child(1),.popular-text:nth-child(2) {
    padding: 0;
}
.six h6 {
    width: 70%;
}
.thumbnail .caption h4 {
    font-size: 1.2em;
}
.contact-grid input[type="text"], .contact-grid textarea {
    padding: 8px 12px;
}
.newsletter h3 {
    font-size: 1.2em;
}
.newsletter h3 span {
    font-size: 1.2em;
}
.contact-grid input[type="submit"] {
    padding: 5px 12px;
}
ul.nav.navbar-nav.navbar-center {
    width: 40%;
}
.view {
    margin: .5em 2em;
}
.single h3 {
    font-size: 1.1em;
}
}
@media(max-width:320px){
.logo {
    width: 22%;
}
.banner {
    padding: 1em 0 0;
}
.banner-slider h2 {
    font-size: 1.1em;
}
.banner-slider h3{
    font-size: 1em;
}
.banner-slider h4 {
    font-size: 1.35em;
    width: 61%;
}
.banner-slider {
    margin: 3em auto;
}
.navbar-default .navbar-toggle {
    font-size: 1.2em;
}
.top-nav ul li {
    margin-top: 0.5em;
}
.top-nav ul li a {
    font-size: 0.85em;
	line-height: 35px;
}
.top-nav ul li.active a {
    line-height: 33px;
}
div#bs-example-navbar-collapse-1 {
    margin-top: 0.6em;
}
h3.title, h2.title {
    font-size: 2.2em;
}
.welcome p {
    font-size: 0.88em;
}
.welcome-info {
    margin: 1em 0;
}
.services {
    padding: 2em 0;
}
.services span.glyphicon {
    font-size: 1.5em;
}
.servc-grids p, .popular p {
    font-size: 0.88em;
}
.servc-grid {
    margin-top: 1em;
}
.servc-grids h4 {
    font-size: 1em;
}
.welcome,.popular,.about,.gallery,.about,.codes,.single{
    margin: 2em 0;
}
.popular-grids h5 {
    font-size: 0.9em;
    margin: 1em 0;
}
.popular-grids h6 {
    font-size: 1.1em;
}
a.btn {
    font-size: 0.88em;
}
.popular-grids.popular-img {
    width: 88%;
    margin: 2em auto 0;
}
.contact-grids {
    top: 4%;
}
.map-color, .map iframe {
    min-height: 725px;
}
.footer ul li {
    width: 9%;
}
.footer ul li a img {
    width: 100%;
}
.about p {
    font-size: 0.88em;
}
.products-grids {
    padding: 0;
}
.events {
    padding: 2.5em 0;
}
.six h4 {
    font-size: 2em;
}
.six h4 span {
    font-size: 12px;
}
.six h6 {
    width: 77%;
}
.six h4:after {
    width: 61px;
    left: 52%;
}
.event-grids p {
    font-size: 0.88em;
}
.products-row {
    margin-top: 1.5em;
}
.view {
    margin: .5em;
}
.gallery-grids {
    margin-top: 1em;
}
.navbar {
    min-height: 40px;
}
.navbar-toggle {
    padding: 5px 10px;
}
.single-info {
    margin-top: 1em;
}
.single h3 {
    font-size: 1em;
}
.single-left ul li:nth-child(3) {
    margin-top: 0.8em;
}
.single-left p i:before {
    width: 20px;
    height: 20px;
}
.single-left p i {
    font-size: 1em;
    padding-left: 2em;
}
.single-left .admin-right p {
    margin: 0.5em 0;
}
.leave-reply {
    margin: 2em 0 0;
}
.leave-reply h4, .footer-top-grid1 h4, .recent h4, .categories h4, .instagram-feed h3 {
    font-size: 1.5em;
}
.leave-reply input[type="text"], .leave-reply input[type="email"] {
    font-size: 0.87em;
    margin: 0.8em 0 0 0;
}
.leave-reply input[type="submit"], .leave-reply input[type="reset"] {
    padding: 6px 0;
    font-size: 0.9em;
}
.leave-reply textarea {
    min-height: 110px;
    margin: 0.5em 0;
    font-size: 0.87em;
}
.footer-top-grid1 ul.tag2 li a {
    padding: .3em 0.6em;
    font-size: 0.87em;
}
}

/*--portfolio--*/
.portfolio{
	padding:75px 0px;
}
.portfolio h3{
	color:#000;
	font-size:35px;
	margin-bottom:40px;
}
.portfolio-grids{
	padding:0;
}
.portfolio h4{
	color:#000;
	font-size:18px;
}
/*--SAP--*/
.sap_tabs{
	clear:both;
	padding: 0;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 0 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.2em 0;
	border-bottom: 2px solid #fff;
	color:#0F4DA4;
	padding:7px 15px;
	border:1px solid #0F4DA4;
}

.resp-tab-active {
   background-color:#0F4DA4;
	color:#fff;
	
}
.resp-tabs-container {
	padding: 0px;
	clear: left;	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:2em 0 0;
	display: inline-block;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.portfolio-grids img.img-responsive {
    width: 100%;
}
.b-wrapper {
    background: rgba(255, 209, 88, 0.62);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
    transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}
.portfolio-grids a:hover .b-wrapper{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
    transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.b-wrapper h5 {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    padding: 15% 0 6% 0;
    font-weight: 200;
}
.b-wrapper p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 64%;
    margin: 0 auto;
    line-height: 25px;
}
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: 2s !important;
	-moz-transition-duration: 2s !important;
	transition-duration: 2s !important;
}
img.zoom-img:hover,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow: hidden;
}
/*--//portfolio--*/
/*--//responsive-design---*/
