
/*============ top contact info ===================*/


.hd-lft li a{ color: #fff; }

.hd-sec {
padding: 6px 0;
}
.hd-lft li {
color: #fff;
display: inline-block;
padding: 0px 15px;
position: relative;
font-size: 14px;
font-weight: 600;
}
.hd-lft li:first-child:before{content:""}
.hd-lft li::before {
  content: "|";
  position: absolute;
  left: 0;
}
.hd-lft{float:right;}
.hd-lft li i{margin-right:9px;color:#10ba08;background: #fff;font-size: 20px;padding: 4px;border-radius: 6px;}
.hd-rgt{float:left;}
.hd-rgt li {display:inline-block;position:relative}
.hd-rgt li a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize;
}

.hd-rgt li a i{margin-right:8px;color:#fff}



/*============ top contact info ===================*/




.color-new{color:#fff!important;}

/*!--Designed By Harsh--*/
#font-web{font-family:Berlin Sans FB Demi;letter-spacing: 4px;}
.footer-col li a span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/rigt-ar.png) no-repeat 0px 0px;
    margin-right: 0.5em;
    vertical-align: middle;
	
}
.blog-info001 {
    border: 3px solid #ff0030;
    padding: 1em;
}
.css3-shadow {
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    background: transparent url("../images/back1.png") repeat scroll 0% 0%;
}

#showd {
    box-shadow: 5px 5px 3px #888;
    border-radius: 5px;
    padding: 11px 15px;
    height: auto;
}

.search_banner01 {
    border-bottom: 3px solid #ff6b49;
    background: rgba(0, 0, 0, 0) url(../images/cream_pixels.png);
    background: rgba(255, 255, 255, 0.62) none repeat scroll 0% 0%;
    border-color: #dedede #dedede #b3b3b3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding: 12px 12px 0px;
}

.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:25%;
}
.col_1_of_4 {
	display: block;
	float: left;
}
.portfolio{
	border-top:0px solid #fff;
}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
	border: 2px solid #000;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1.3em;
	text-transform: uppercase;
	padding-top:1.3em;
	display: block;
	font-weight: bold;
}
.b-animate button{
	background: #FFB500;
	padding: 1.1em 2.4em;
	color: #000;
	/*text-transform: uppercase;*/
	font-size: 0.875em;
	border: none;
	border-radius: 0.5em;
	margin: 0.8em auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	font-weight: 700;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	/*background:#45454d;*/
	background: rgba(0, 0, 0, 0.45);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height:312px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
i.heart{
	width: 20px;
	height: 22px;
	background: url(../images/hand.png)0px 2px;
	display: inline-block;
	margin-right: 3px;
}
i.heart:hover{
	background: url(../images/hand-hover.png)0px 2px;
}
.portfolio_bottom{
	background:#35353f;
	text-align: center;
	padding:3em 0;
}
.btn3 span {
	padding: 0.8em 2.5em;
	display: inline-block;
	border: 2px solid #FFF;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.btn3 span:hover{
	color:#ffb500;
	background:#fff;
}
.services{
	background:#ffb500;
	padding:5em 0;
}
i.icon1{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite.png)-173px -7px;
	display: inline-block;
}
i.icon2{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite.png)-337px -7px;
	display: inline-block;
}
i.icon3{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite.png)-172px -158px;
	display: inline-block;
}
i.icon4{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite.png)-336px -155px;
	display: inline-block;
}
h3.m_1{
	margin:1em 0 0.5em;
}
h3.m_1 a{
	color:#1e1e24;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
}
h3.m_1 a:hover{
	color:#555;
}
p.m_2{
	font-size:0.8125em;
	line-height:1.8em;
	color: #1E1E24;
}
.photograph {
	background: url(../images/contact.png);
	padding:8em 0;
	text-align:center;
}
h2.service_head{
	color: #000;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
}


h3.m_3{
	color: #FFF;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 1em;
}

/*--responsive design--*/
@media(max-width:1366px){
.banner-wrap {
	width: 85%;
}
.wmuSliderPagination {
	left: 40.5em;
}
.b-animate span {
	padding-top: 0.3em;
}
.b-animate label {
	margin-top: -2px;
}
}
@media(max-width:1280px){
.banner-wrap {
	width: 88%;
}
.wmuSliderPagination {
	left: 38em;
}
}
@media(max-width:1024px){
.slider-left h1 {
	font-size: 3em;
}
p.top_desc {
	font-size: 1.3em;
}
.wmuSliderPagination {
	left: 30em;
}
.b-animate span {
	font-size: 0.85em;
}
.b-animate img {
	margin-top: 1%;
}
.b-animate button {
	padding: 0.8em 2em;
	font-size: 0.8125em;
}
}
@media(max-width:800px){

.navbar-nav>li>a {
	font-size: 0.8125em;
	line-height:52px;
	padding: 10px;
}
.wmuSliderPagination {
	left: 23em;
}
.photograph {
	padding: 4em 0;
}
h3.m_3 {
	font-size: 2em;
}

}
/*----Start-mediaquries-for-640px-----*/
@media(max-width:640px){

p.top_desc {
	font-size: 0.8125em;
}

.msg-icon{
    position: absolute;
	top: 5px;
}
}
@media(max-width:480px){

.btn2 span {
	width: 175px;
	height: 60px;
	font-size: 0.85em;
	line-height: 3.7em;
	background-size: 100%;
}


.span_1_of_4 {
	width: 50%;
}
.b-animate img {
	width:30%;
}
.b-animate span {
	font-size: 12px;
}
.b-animate button {
	padding: 0.9em 2em;
	font-size: 12px;
}
h2.service_head {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3.m_3, h3.m_4, .contact_left h3{
	font-size: 1.5em;
}

}
@media(max-width:320px){

.btn2 span {
	width: 150px;
	height: 60px;
	font-size: 12px;
	background-size: 97%;
}

.btn3 span {
	padding: 0.6em 1.5em;
	font-size: 0.85em;
}
.portfolio_bottom {
	padding: 2em 0;
}

.b-animate button {
	padding: 0.6em 1em;
}
h3.m_3, h3.m_4, .contact_left h3 {
	font-size: 1.2em;	
}

.photograph {
	padding: 2em 0;
}
}



/*--flexisel--*/

.work-bottom{	
background:#f7f8fa;
padding:50px 0 80px 0;
}
.media{
margin:0 0px;
}
.media img{
width:100%;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: 47.7%;
top: 113% !important;
background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: 47.7%;
top: 113% !important;
background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--//flexisel--*/

.services{
	background:#ffb500;
	padding:1em 0;
}
i.icon1{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite1.png)-173px -7px;
	display: inline-block;
}
i.icon2{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite1.png)-337px -7px;
	display: inline-block;
}
i.icon3{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite1.png)-172px -158px;
	display: inline-block;
}
i.icon4{
	width: 145px;
	height: 145px;
	background: url(../images/img-sprite1.png)-336px -155px;
	display: inline-block;
}
h3.m_1{
	margin:1em 0 0.5em;
}
h3.m_1 a{
	color:#000;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
h3.m_1 a:hover{
	color:#fff;
}
p.m_2{
	font-size:0.8125em;
	line-height:1.8em;
	color: #1E1E24;
}
.photograph {
	background: url(../images/contact.png);
	padding:8em 0;
	text-align:center;
}
h2.service_head{
	color: #000;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1em;
}

/*--------.menu_area-------- */

.menu_area{
  float: left;
  display: inline;
  width: 100%;
}
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px; 
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-default {
  background-color: #313b3d;
  border-color: transparent;
}
#navbar{overflow-x: hidden;}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 13px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 6px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
      color: #ff0030;
    background-color: #fff;

}
.navbar-nav > li > .dropdown-menu {
  background-color: #fff; 
}
.navbar-nav > li > .dropdown-menu:before { 
  border-bottom: 15px solid #48575a; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
  top: -15px;
  width: 0;
}
.navbar-nav > li > .dropdown-menu li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: #000;
  display: block;  
  opacity: 0.8;
  padding: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  font-weight:700;
}
.navbar-nav > li > .dropdown-menu > li:last-child a {
  border-bottom: medium none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color:transparent;  
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;  
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/*--------------------*/
/*--- reset code ---*/
section.our-blog01 {
    background: url(../images/blur.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
}
section.our-services1 {
    margin: 0em auto;
    /*background: rgba(255, 255, 255, 0.82) none repeat scroll 0% 0%;*/
	background-color:#ffb500;
    box-shadow: 0px 1px 5px;
    padding: 15px 11px;
}
.bak01 {
    margin: 1em auto;
    background-color:rgba(254, 210, 0, 0.7);
    box-shadow: 0px 1px 5px;
    padding: 15px 11px;
}
.bak02 {
    margin: 1em auto;
    background: rgba(255, 255, 255, 0.82) none repeat scroll 0% 0%;
    box-shadow: 0px 1px 5px;
    padding: 15px 11px;
}
.banner-section2 {
    background:url(../images/banner-text1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 180px;
    text-align: center;
    padding: 14em 0 0;
    margin-bottom: 0em;
    box-shadow: 2px 2px 2px #AEAEAE;
	color:#000;
	margin-top: -20px;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.62) none repeat scroll 0% 0%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.logo {
    float: left;
    margin-top: -60px;
    width: 20%;
}
.check{/*margin: -3em 1em 0 0em;*/
background: rgba(255, 255, 255, 0.82);
padding: 1.94em 2em;
text-align: center;color:#000;}
#tt1{background: rgba(0, 0, 0, 0.45);margin: -3em 1em 0 0em;padding:0px 4px 0px 4px;}
body{
	padding:0;
	margin:0;
	/*background:#FFF;*/
	    background-image:url(../images/gray_jean.png); 
		
}
.bd-color{background-image:url(../images/contact.png); }
body {
    background-color: #ffffff !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
}
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;	
	padding:0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--- end reset code ---*/
body {
	font-family: 'Raleway', sans-serif;
}
/*-- Navbar --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
	
}
.navbar-default .navbar-brand {
    color:#FFFEFE;
    font-size: 25px;
	font-weight: 300;
}
.navbar-default {
	/*background-color:rgba(60, 118, 61, 0.4);
    border-color:transparent;*/
	background: rgba(0, 0, 0, 0.45);
	    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #ccc;

	
}
.navbar {
	margin-bottom:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffb500;
	font-weight:bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color:#e7e7e7;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #B9ECBA;
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#00A902;
}	
/*-- /Navbar --*/
/*-- banner --*/
.banner {
	margin:0;
	padding:0;
	background-image: url(../images/tumblr_l5xo1ztp8n1qanawao1_1280.gif);
background-repeat: repeat;
}
/*-- /Banner --*/
/*-- About --*/
section {
	padding:15px 0;
}
section.about-us {
	background:url(../images/fog.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
	border-top: 1px solid #ffb500;
border-bottom: 1px solid #fff;
}
section.about-us h3 {
    margin: 0;
	font-family: 'Poiret One', cursive;
    font-size:3em;
	padding-bottom: 30px;
	color:#000;
}
section.about-us p {
	font-size: 16px;
    color: #000;
    font-weight: 300;
	line-height: 1.7em;
}
.btn-outline {
    margin-top: 15px;
	font-family: 'Poiret One', cursive;
    border: solid 2px #000;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 2px #fff;
    color: #ff0000;
    background: #fff;
}
/*-- /about --*/
/*-- after-about --*/
/*-- image-hover-style --*/
.grid {
	padding:0;
	margin:0;
    list-style: none;
    text-align: center;
}
.grid li {
	display: inline-block;
	width: 460px;
	margin: 0;
	padding:0;
	text-align: left;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	/*background: rgba(44, 78, 44, 0.21);*/
	background: rgba(255, 255, 255, 0.82);
    color:#000;
}
.grid figcaption h3 {
	font-family: 'Poiret One', cursive;
	margin: 0;
	padding: 0;
	font-size:2em;
	color: #000;
}
.grid figcaption span:before {
	content: 'by ';
}
/* Caption Style 5 */
.cs-style figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style figure:hover img,
.cs-style figure.cs-hover img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}
.cs-style figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.no-touch .cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*-- /image-hover-style --*/
.content-section-a {
    padding: 50px 0;
    background:url(../images/leaf.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
		border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.content-section-b {
    padding: 50px 0;
	background:url(../images/rain.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
} 
.content-section-b .grid figcaption {
	color:#172900;
}
.content-section-b .grid figcaption a {
	background: #345603;
}
h3.section-heading {
    font-family: 'Poiret One', cursive;
	font-size:2.5em;
	color:rgb(113, 142, 4);
}
p.lead {
	color:rgb(113, 142, 4);
	font-size: 19px;
    line-height: 1.7em;
}
.content-section-b h3.section-heading {
	color:#fff;
}
.content-section-b p.lead {
	color:#fff;
}
.p-align1{text-align: justify;}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.content-section-b .section-heading-spacer {
	border-top: 1px solid #fff;
}
/*-- /after-about --*/
/* Services */
section.our-services {
	background:url(../images/blur.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
}
section.our-services h3.text-center {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	padding-bottom: 30px;
	color:#000;
}
section.our-services h4 {
	font-family: 'Poiret One', cursive;
	padding:20px 0;
	font-size: 22px;
	color:#000;
}
section.our-services p {
	padding:10px 0 30px;
	font-size: 16px;
	color:#000;
}
.ch-grid {
	margin: -36px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
/*-- portfolio --*/
section#portfolio {
	background:url(../images/sky.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
}
section#portfolio h3.text-center {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	padding-bottom: 50px;
	color:#000;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
	border: 2px solid #df1e1c;
}
#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:rgba(254, 210, 0, 0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
	font-size: 35px;
}
#portfolio * {
    z-index: 2;
}
@media(min-width:767px) {
    #portfolio .portfolio-item {
    margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    padding: 10px 0 35px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-modal .modal-content h3 {
    margin: 0;
    font-size: 3em;
	font-family: 'Poiret One', cursive;
	color: #fff;
}
.portfolio-modal .modal-content img {
    margin:0 0 30px;
	width:100%;
}
.portfolio-modal .modal-content p {
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	padding:30px 0;
	color: #fff;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .7;
}
.modal-content {
	background-color:rgba(0, 29, 1, 0.7);
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*-- /Portfolio --*/
/*-- Blog --*/
section.our-blog {
	background:url(../images/blur1.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
}
section.our-blog h3.text-center {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	padding-bottom: 10px;
	color:#000;
}
section.our-blog a h4{
	font-family: 'Poiret One', cursive;
	font-size:22px;
	padding:20px 0;
	font-weight: 500;
	height: 90px;
}
section.our-blog a h4:hover {
	font-weight:600;
}
section.our-blog a:hover {
	color:#000;
}
section.our-blog p.p1 {
	font-size:15px;
	color:#fff;
}
section.our-blog p.p2 {
	font-size:16px;
	padding:0 0 10px;
	color:#fff;
}
section.our-blog a {
	text-decoration:none;
	color:#fff;
}
.view {
   width: 250px;
   height:250px;
   margin-bottom: 8px;
   float: left;
   border: 3px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 250px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h5 {
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 40px 0 0 0;
}
.view p {
	font-size: 14px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	font-family: 'Poiret One', cursive;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
/*-- /Blog --*/
/*-- Contact-us --*/
section.contact-us {
	background:url(../images/grass.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
}
section.contact-us h3.text-center {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	padding-bottom: 50px;
	color:#000;
}
section.contact-us h4 {
	font-family: 'Poiret One', cursive;
	font-size:20px;
	padding:20px 0;
	color:#000;
}
section.contact-us p {
	font-size:17px;
	padding:10px 0;
	color:#000;
}
section.contact-us a {
	color:#000;
	text-decoration:none;
}
section.contact-us .col-md-8.slideanim.slide iframe {
    height:400px;
    width: 100%;
    margin-bottom: 2%;
}
/*-- /Contact-us --*/
/*-- Contact-form --*/
section.contact-form {
	background:url(../images/green.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
		border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
section.contact-form h3.text-center {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	padding-bottom:35px;
	color:#000;
}
section.contact-form p.text-center { 
	font-size:17px;
	padding:0 0 40px;
	color:#000;
}
section.contact-form label{
	font-size:20px;
	font-weight:400;
	padding-bottom:10px;
	color:#000;
}
.form-control { 
	/*background-color: rgba(255, 255, 255, 0.18);*/
	border: 1px solid transparent;
    border-radius: 2px;
	height: 50px;
    padding: 16px 12px;
    font-size: 19px;
	border: 1px solid #000;
}
/*-- /Contact-form --*/
/*-- Footer --*/
footer {
    color: #fff;
}
footer h4 {
	font-family: 'Poiret One', cursive;
	font-size:25px;
	padding-bottom:20px;
	margin: 0 0 1em;
    border-bottom: 2px solid #fff;
    padding: 0 0 1em;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:none;
	color:red;
}
footer .footer-above {
    padding-top: 15px;
   /* background-color:#475025;*/
   background: #151515;
}
footer .footer-col {
    margin-bottom: 10px;
}
footer .footer-below {
    padding: 10px 0;
   /* background-color:rgb(53, 58, 34);*/
   background: #000;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
/*-- footer --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*-- Responsive Starts Here --*/
@media(max-width:1080px){
	#content {
    height:600px;
}
h3.section-heading {
	color:#283300;	
}
p.lead {
    color:#283300;
}
.portfolio-modal .close-modal {
    top: 2px;
    right: 40px;
    width: 40px;
}
}

@media(max-width:1050px){
section.our-services a.btn.btn-lg.btn-outline {
    margin-bottom: 90px;
}
section.our-services {
	padding-bottom:60px;
}
section.our-services p {
    padding: 10px 0 15px;
}
.portfolio-modal .modal-content {
    padding: 70px 0 35px;
}
.ch-item.ch-img-4.slideanim.slide {
    margin-top: 25px;
}
}

@media(max-width:1024px){ 

	.view, .view .mask, .view .content { 
	height:200px;
	width:200px;
}
.view h5 {
	font-size: 15px;
    padding: 8px 5px 5px;
	margin-top:25px;
}
.view p {
    font-size: 13px;
	padding: 10px 20px 10px;
}
.view a.info {
    font-size: 14px;
	padding: 5px 14px;
}
}

@media (max-width:991px){
		.navbar-default {
  
    padding:10px 0;
    height: 80px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
h3.section-heading {
    font-size: 28px;
}
p.lead {
	font-size: 17px;
    line-height: 30px;
}
.grid li { 
	width:360px;
}
.grid figcaption h3 {
	text-align:center;
	margin-top:-13px;
	font-size:20px;
}
.grid figcaption p {
	text-align:center;
}
.cs-style figure a {
	bottom: 11px;
    right: 125px;
}
.content-section-b h3.section-heading , .content-section-b p.lead {
    color: #DBF9C8;
}
.blog-content {
	margin:0 0 10% 35%;
}
.view p {
	padding-bottom:5px;
}
section.our-blog a h4 { 
	height: 65px;
}
section.our-blog p.p2 {
	padding-bottom:25px;
}
}


@media (max-width: 800px) {
		.navbar-default {
  
    padding:10px 0;
    height: 80px;
}
#content {
    height: 500px;
}
section.about-us p {
    font-size: 17px;
}
p.lead {
    font-size: 16px;
}
.grid li {
    width: 340px;
}
}

@media (max-width:736px){
		.navbar-default {
  
    padding:10px 0;
    height:80px;
}
#content {
    height: 400px;
}
#portfolio .portfolio-item .portfolio-link {
	max-width: 500px;
}
.navbar-nav {
    text-align: center;
    background-color:rgba(0, 80, 1, 0.74);
}
}

@media (max-width:667px){
		.navbar-default {
  
    padding:10px 0;
    height:70px;
}
#content {
    height: 350px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}

@media (max-width: 600px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}

		.navbar-default {
  
    padding:10px 0;
    height:70px;
}
#content {
    height: 375px;
}
.blog-content {
    margin: 0 0 10% 40%;
}
#content #slider .navigation ul li {
	margin-right:15px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}

@media (max-width: 568px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}
		.navbar-default {
  
    padding:10px 0;
    height: 70px;
}
#content {
    height: 280px;
}
#portfolio .portfolio-item .portfolio-link {
    max-width: 450px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}

}

@media (max-width: 480px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}
#content #slider .navigation ul li {
	margin:0 2px 0 11px;
}
#portfolio .portfolio-item .portfolio-link {
    max-width: 390px;
}
.view, .view .mask, .view .content {
    height: 190px;
    width: 190px;
}
.blog-content {
    margin: 0 0px 30px 206px;
}
section.our-blog a h4 {
	padding:14px 0;
}
.view h5 {
margin-top: 12px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}

@media (max-width: 414px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}
		.navbar-default {
  
    padding:10px 0;
    height: 64px;
}
#content #slider .navigation ul {
    margin: 0px auto 30px;
}
#content #slider .navigation ul li {
    margin: 0 0px 0 38px;
}
#portfolio .portfolio-item .portfolio-link {
    max-width: 350px;
}
section.our-services a.btn.btn-lg.btn-outline {
    margin-bottom: 115px;
}
section.our-blog p.p1 {
    font-size: 14px;
}
section.our-blog a h4 {
	padding:10px 0;
	font-size:19px;
}
section.our-blog p.p2 {
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}

@media (max-width: 384px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}
		.navbar-default {
  
    padding:10px 0;
    height: 64px;
}
#content #slider .navigation ul {
    margin: 0px auto 20px;
}
#content #slider .navigation ul li .li__hoverLine {
	margin-top:1px;
}
#content #slider .navigation ul li {
    margin: 8px 0px 0 27px;
}
.grid li {
    width: 280px;
}
.grid figcaption h3 {
    margin-top: -19px;
	font-size:18px;
}
.cs-style figure a {
    bottom: 7px;
    font-size: 15px;
    right: 93px;
}
#portfolio .portfolio-item .portfolio-link {
    max-width: 300px;
}
.view, .view .mask, .view .content {
    height: 175px;
    width: 175px;
}
.view p {
    font-size: 13px;
	padding:10px;
}
.view h5 {
    margin-top: 9px;
}
.blog-content {
    margin: 0 0px 35px 183px;
}
section.our-blog p.p1 {
    font-size: 13px;
}
section.our-blog a h4 {
    padding: 11px 0;
}
section.our-blog p.p2 {
    font-size: 13px;
	padding-bottom:5px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}

@media (max-width: 375px){
	center {
    font-size: 0.99em;
    padding-bottom: 40px;
}
		.navbar-default {
  
    padding:10px 0;
    height: 64px;
}
section.our-blog a h4 {
font-size:17px;	
}
#content #slider .navigation ul {
    margin: 0px auto 60px;
	display:none
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
}	

@media (max-width: 320px){
	
section#portfolio h3.text-center, section.our-blog h3.text-center, section.contact-us h3.text-center, section.contact-form h3.text-center {
    font-size: 1.0em;
    padding-bottom: 40px;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
	 font-size: 12px;
	 text-align:center;
}
	.logo {
   width: 72%;
height:auto;
margin-top: -94px;
}

#content #slider .navigation ul {
    margin: 0px auto 40px;
	display:none
}
#content #slider .navigation ul li {
    margin: 8px 0px 0 40px;
	float:none;
}

.grid li {
    width: 260px;
}
.cs-style figure a {
    bottom: 6px;
    font-size: 14px;
    right: 85px;
}
.view, .view .mask, .view .content {
    height: 250px;
    width: 250px;
}
.view {
	margin-left:10px;
}
.blog-content {
    margin:255px 0px 60px 0px;
    padding: 0 10px;
}
section.our-blog p.p1 {
    font-size: 15px;
}
section.our-blog a h4 {
    font-size: 20px;
	padding:15px 0;
}
section.our-blog p.p2 {
    font-size: 15px;
    padding-bottom: 10px;
}
.view h5 {
    margin-top: 30px;
	font-size:20px;
	padding: 10px;
}
.view p {
    font-size: 15px;
    padding: 20px;
}
.view a.info {
    font-size: 16px;
    padding: 7px 20px;
}
section.contact-form p.text-center {
    font-size: 16px;
}
.btn-social {
width:40px;
height:40px;
line-height:36px;
font-size:17px;	
}
.portfolio-modal .modal-content h3 {
    font-size: 2em;
}
section {
    padding: 40px 0;
}
section.about-us h3 {
	font-size:2.5em;
	padding-bottom:30px;
}
section.about-us p {
    font-size: 15px;
}
h3.section-heading {
    font-size: 26px;
}
p.lead {
    font-size: 15px;
}
section.our-services h3.text-center {
	font-size:2.5em;
	padding-bottom:10px;
}
section#portfolio h3.text-center, section.our-blog h3.text-center, section.contact-us h3.text-center, section.contact-form h3.text-center  {
	font-size:2.5em;
	padding-bottom:40px;
}
.portfolio-modal .close-modal .lr , .portfolio-modal .close-modal .lr .rl {
	height:60px;
}
.col-md-8.col-xs-12.slideanim.slide {
    text-align: center;
}
section.contact-us .col-md-8.slideanim.slide iframe	{
	width:95%;
}
}
#e-col{color:#fff;font-weight:bold;}
.social-icons {
  float: right;
  /*margin-top: 28px;*/
}
.social-icons ul li {
margin-left: 3px;
list-style-type:none;
display:inline-block;
}
.social-icons ul li a{
width:26px;
height:26px;
display:block;
}
.social-icons ul li a.f1{
background: url(../images/img-sprite-hover.png) no-repeat 0px 0px;
}
.social-icons ul li a.f2{
background: url(../images/img-sprite-hover.png) no-repeat -26px 0px;
}
.social-icons ul li a.f3{
background: url(../images/img-sprite-hover.png) no-repeat -52px 0px;
}
.social-icons ul li a.f4{
background: url(../images/img-sprite-hover.png) no-repeat -78px 0px;
}
.social-icons ul li a.f1:hover{
background: url(../images/img-sprite.png) no-repeat 0px 0px;
transform:rotateY(360deg);
}
.social-icons ul li a.f2:hover{
background: url(../images/img-sprite.png) no-repeat -26px 0px;
transform:rotateY(360deg);
}
.social-icons ul li a.f3:hover{
background: url(../images/img-sprite.png) no-repeat -52px 0px;
transform:rotateY(360deg);
}
.social-icons ul li a.f4:hover{
background: url(../images/img-sprite.png) no-repeat -78px 0px;
transform:rotateY(360deg);
}
.header-left ul li {
    list-style-type: none;
    display: inline-block;
}
.header{
background:#ff1800;
padding:10px 0;
position: relative;
}
.header-left {
float:left;
}
.header-right {
float:right;
}
.header-right ul li{
list-style-type:none;
display:inline-block;
}
.header-right ul li span{
margin-right: 6px;
top:2px;
font-size:16px;
}
.header-right ul li:nth-child(2){
color:#fff;
margin:0 10px;
}
.header-right ul li a{
text-decoration:none;
color:#fff;
font-size:14px;
}
.header-left p{
color:#fff;
font-size:14px;
}
.header-left p span{
color: #fff;
font-size: 16px;
top: 2px;
margin-right: 6px;
}
.header-right ul li a:hover{
color:#e3e3e3;
}
.button.grey {
    background: #000;
	text-decoration: none;
	
	letter-spacing: .15em;
text-transform: uppercase;
font-size: 12px;
padding: 13px 21px;
border-radius: 3px;
text-shadow: 2px 2px 2px rgba(0,0,0,.15);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
font-size: .75em;
border: 0;
border-radius: 5px;
letter-spacing: normal;
}
#div-color{margin:auto;text-align:center;color:#fff;]
.service-row1 {
    background: #e7e2e2;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 100%;
    box-shadow: inset 0 5px 4px rgba(0,0,0,.1);
}

/*-- //header --*/
@media (max-width: 1024px){
		.navbar-default {
  
    padding:10px 0;
    height: 80px;
}

.header-left p {
	  font-size: 13px;
	}
	.header-right ul li a {
	  font-size: 13px;
	}
}
@media (max-width: 480px){
		.navbar-default {
  
    padding:10px 0;
    height: 64px;
}
.header-left {
	  float: left;
	  width: 100%;
	  text-align: center;
	}
	.header-right {
	  float: right;
	  width: 100%;
	  text-align: center;
	  margin-top: 10px;
	}
}


@media (max-width: 320px){
	.navbar-default {
  
    padding:10px 0;
    height: 64px;
}
	.header-left {
	  float: left;
	  width: 100%;
	  text-align: center;
	}
	.header-right {
	  float: right;
	  width: 100%;
	  text-align: center;
	  margin-top: 10px;
	}
}
#text01 {
    text-align: center;
    margin-bottom: 65px;
	padding: 50px 0;
	color:#fff;
}
.welcome-tab ul li {
    background:url(../images/arrow1.png) no-repeat 0px 8px;
    list-style-type: none;
    line-height: 1.3em;
    padding-left: 26px;
}
#portfolio01 {
    background:
	url(../images/gallery-back.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
}