
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Cabin', sans-serif;
}

/* BackToTop button css */
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:50px;
height:50px;
background-color:#3498db;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px;
z-index:999;
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff
}
#scroll:hover {
background-color:#e74c3c;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";}

p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Alex Brush', cursive;
	font-weight:100;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
.header {
    background: #1d1811;
}
.navbar-default {
    background: none;
    border: none;
}

.navbar {
    /*margin-bottom: 0*/
}
.navbar-brand {
    float: left;
    height: 50%;
    padding: 3% 0 0 0;
    font-size: 1.5em;
    line-height: 20px;
    color: #0000ff !important;
	font-family: 'Alex Brush', cursive;
}
.navbar-nav {
    margin: 0 0 0 2em;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0000ff;
	
	
}
.navbar-nav > li > a {
    padding: 30px 15px 0;
}
ul.nav.navbar-nav li a.active {
    color: #0000ff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0000ff;
    background-color: transparent;
	
	
}
.dropdown-menu {
    min-width: 130px;
    padding:10px 0;
    margin: 0;
    background-color:#ffffff;
}
.dropdown-menu > li > a:before{
	display:none;
}
.dropdown-menu > li > a {
    display: block !important;
    padding: 8px 21px;
}

/*-- nav-effect --*/
nav.cl-effect-13 a {
	position: relative;
    display: inline-block;
    margin: 0;
    outline: none;
    color: #0000ff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}

/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top:90%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before,.cl-effect-13 a.active::before,
.cl-effect-13 a.active:focus::before {
	color: #f89406;
    text-shadow: 10px 0 #f89406, -10px 0 #f89406;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #ba7700;
}
/*-- //nav-effect --*/
.social-icons ul li{
	display:inline-block;
}
.icon-link {
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: none;
    margin: 5px;
    box-sizing: content-box;
}
.icon-link{
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    background-color: #fff;
}
.icon-link.round {
    border-radius: 50%;
}
.icon-link.facebook {
    background: url(../images/img-sp.png) no-repeat -4px -1px;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d0cf;
}
.icon-link.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -41px -2px #fff;
	border: 2px solid #fff;
}
.social-icons{
	float:right;
	margin: 0 0 0;
}
.icon-link.p {
    background: url(../images/img-sp.png) no-repeat -4px -38px;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d0cf;
}
.icon-link.p:hover {
    background: url(../images/img-sp.png) no-repeat -40px -38px #fff;
	border: 2px solid #fff;
}
.icon-link.twitter {
    background:url(../images/img-sp.png) no-repeat 0px -74px;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d0cf;
}
.icon-link.twitter:hover {
    background:url(../images/img-sp.png) no-repeat -40px -74px #fff;
	border: 2px solid #fff;
}
.icon-link.dribble {
    background:url(../images/img-sp.png) no-repeat -1px -110px;
    width: 30px;
    height: 30px;
    border: 2px solid #d2d0cf;
}
.icon-link.dribble:hover {
    background:url(../images/img-sp.png) no-repeat -38px -110px #fff;
	border: 2px solid #fff;
}
/*-- //header --*/
/*-- banner --*/
.banner{
	background:url(../images/banner.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:800px;
}


.banner-info{
	width:80%;
	margin:6em auto 0;
	text-align:center;
}
.banner-info h1{
	text-transform: capitalize;
    font-size: 3em;
    color: #fff;
    margin: 0 0 2em;
    font-weight: 600;
}
.banner-info h1 span{
	display:block;
	font-size:14px;
	font-family: 'Cabin', sans-serif;
}
.banner-info1-grid{
	text-align:center;
}
.banner-info1-grid img{
	border:2px solid #fff;
	border-radius:100%;
	margin:0 auto;
}
.banner-info1-grid h3{
	font-size: 2em;
    color: #F88928;
    margin: 1em 0 .5em;
    text-transform: capitalize;
}
.banner-info1-grid p{
	font-size:14px;
	color:#D2D0CF;
	line-height:1.8em;
	margin:0 auto;
	width:80%;
}
/*--flexisel--*/
#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;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:0%;
	top: 15% !important;
	background:none;
	}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	background:none;
	}
/*--//flexisel--*/
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background:linear-gradient(315deg, #C7A664 45%, #B08120 50%, #D79C22 56%, #EEC675 80%);
  box-shadow: -1px -1px 1px rgb(221, 131, 4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
.more a{
	padding: 8px 40px;
    background:#AC915A;
    font-size: 1em;
    color: #fff;
    margin: 3em 0 0;
	text-decoration:none;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom-grid h2{
	text-transform: capitalize;
    font-size: 2.6em;
    color: #F89406;
    line-height: 1.5em;
    margin: 0;
}
.banner-bottom,.newsletter-bottom,.contact,.typo,.events,.services,.single{
	padding-top:2em;
	padding-bottom:2em;
}
.banner-bottom-grid1 img {
    margin-left: 6em;
}
.banner-bottom-grid11 img {
    margin-left: 1em;
	margin-top:1em;
}
.banner-bottom-grid p{
	font-size:14px;
	color:#999;
	margin:1em 0;
	line-height:1.8em;
	text-align: justify;
}
.banner-bottom-grid1{
	position:relative;
}
.progress {
    width: 40%;
    top: 70%;
    left: 8%;
    position: absolute;
    height: 5px;
    margin: 0;
}
.progress1{
	top:80% !important;
	left:12% !important;
}
.progress2{
	top:90% !important;
}
.progress-bar {
    background-color: #1d1811;
}
.banner-bottom-grid-11{
	position:relative;
}
.banner-bottom-grid-11-pos{
	position: absolute;
    top: 30%;
    left: 55.5%;
    width: 85%;
    height: 125px;
    background: #F3F3F3;
}
.banner-bottom-grid-11-pos p{
	font-size: 14px;
    color: #999;
    margin: 4em 0 0 7em;
    line-height: 1.8em;
    width: 80%;
}
.banner-bottom-grids:nth-child(2){
	margin:4em 0 0;
}
.banner-bottom-grid-1 h3{
	font-size: 2.5em;
    text-transform: capitalize;
    text-align: right;
    color: #1d1811;
    margin: 0;
    font-family: 'Cabin', sans-serif;
	line-height:1.5em;
}
.m1 {
    margin-left: 6em;
}
/*-- //banner-bottom --*/
/*-- newsletter --*/
.banner1{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}


.banner11{
	background:url(../images/3.1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}


.banner15{
	background:url(../images/666.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
	border:2px solid;
}.banner16{
	background:url(../images/web2.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}.banner17{
	background:url(../images/ma.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.banner18{
	background:url(../images/seo3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}

.banner111{
	background:url(../images/3.2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	min-width:75px;
}


.banner112{
	background:url(../images/3.3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	min-width:75px;
}

.banner113{
	background:url(../images/3.4.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	min-width:75px;
}

.banner114{
	background:url(../images/3.5.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	min-width:75px;
}
.banner14{
	background:url(../images/556.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;

}
@media (max-width: 480px){
	.banner14{
	background:url(../images/557.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	height:300px;


}
.banner13{
	background:url(../images/job1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
}
.banner141{
	background:url(../images/11.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.banner13{
	background:url(../images/job.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
@media (max-width: 480px){

.banner13{
	background:url(../images/job1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
}
.banner91{
	background:url(../images/233.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.banner131{
	background:url(../images/32.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
}
.banner12{
	background:url(../images/23.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.banner121{
	background:url(../images/30.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.banner55{
	background:url(../images/31.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.banner123{
	background:url(../images/233.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
}
.newsletter-info h3{
	font-size: 5em;
	margin:0;
	color:#fff;
}
.newsletter-info p{
	color: #D2D0CF;
    font-size: 14px;
    margin: 1em auto 3em;
    line-height: 1.8em;
    width: 60%;
}
.newsletter-info{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.newsletter-info input[type="mail"]{
	outline:none;
	border:none;
	padding:10px 12px;
	background:#fff;
	font-size:14px;
	color:#1d1811;
	width:70%;
	display:inline-block;
}
.newsletter-info input[type="submit"]{
	color:#fff;
	padding:10px 0;
	width:20%;
	background:#f89406;
	font-size:1em;
	border:none;
	outline:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.newsletter-info input[type="submit"]:hover{
	background:#AC915A;
}
/*-- //newsletter --*/
/*-- newsletter-bottom --*/
.newsletter-bottom-grid h3{
	text-transform: capitalize;
    font-size: 2.5em;
    color: #F89406;
    margin: 0em 0 0.5em;
}

.newsletter-bottom-grid h4{
	text-transform: capitalize;
    font-size: 2.em;
    color: #F89406;
    margin: 0em 0 0.5em;
}
.newsletter-bottom-grid p{
	font-size:14px;
	color:#999;
	margin:0;
	line-height:1.8em;
	text-align: justify;
}
.newsletter-bottom-grids:nth-child(2){
	margin:3em 0 0;
}
/*-- //newsletter-bottom --*/
/*-- footer --*/
.footer{
	padding: 4em 0;
	background: #282828;
	background-image:url(../images/3001.jpg) ;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	
}
.footer-grd-left{
	float:left;
}
.footer-grd-left p{
	font-size:14px;
	color:#817F7F;
	margin:1em 0 0;
	line-height:1.8em;
}
.footer-grid h3{
	color: #fff;
    font-size: 1.5em;
	font-weight:bold;
    text-transform: capitalize;
    margin: 0 0 1em;
}
.footer-grd-left img {
  width: 100%;
}
.footer-grid ul{
	padding:0;
	margin:0;
}
.footer-grid ul li{
	margin:12px 0;
	list-style-type:none;
	border-bottom: 1px dotted;
	color:#000;
	padding: 0 0 17px 24px;
}
.footer-grid ul li a{
	font-size: 15px;
	color:#000;
	text-decoration: none;
	text-transform: capitalize;
}
.footer-grid ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.footer-grd{
	float:left;
	width:33.33%;
	border:2px solid #fff;
}
.footer-bottom{
	padding:2em 0;
	background:#000;
	text-align:center;
}
.footer-bottom p{
	font-size:14px;
	color:#817F7F;
	margin:0;
}
.footer-bottom a{
	color: #B8B8B8;
}
.footer-bottom a:hover{
	color: #fff;
	text-decoration:underline;
}
/*-- //footer --*/
/*-- contact --*/
.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}
.contact h1,h1.title,.events h1,.featured-events h2,.services h1,.services-grids h2{
	font-size: 3em;
    color: #1D1811;
    margin: 0;
}
.contact-bottom iframe{
	width:100%;
	min-height:400px;
	margin:0 0 -5px;
}
.contact-left h2{
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin:0;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
}
.contact-left h2 span{
	display:block;
	font-weight:700;
}
.contact-left ul{
	padding:1em 0 0;
	margin:0;
}
.contact-left ul li{
	list-style-type:none;
	margin:0 0 5px;
	font-size:14px;
	color:#000;
}
.contact-left ul li a{
	color:#F8782D;
	text-decoration:none;
}
.contact-left ul li a:hover{
	color:#1D1811;
}
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left input[type="number"],.contact-left textarea{
	background:none;
	border: 1px solid #D9D9D9;
    color: #5f5f5f;
	font: inherit;
    padding: 13px 10px;
	font-size: 14px;
	outline: none;
}
.contact-left input[type="text"],.contact-left input[type="number"],.contact-left input[type="email"]{
	width: 32.7%;
	float: left;
}
.contact-left input[type="email"]{
	margin:0 6px;
}
.contact-left textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.contact-left input[type="submit"],.contact-left input[type="reset"]{
	outline: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    width: 49.7%;
    background:#3498DB;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left input[type="submit"]:hover,.contact-left input[type="reset"]:hover{
	background:#F8782D;
}
.contact-left1 input[type="submit"],.contact-left1 input[type="reset"]{
	outline: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    width: 99.7%;
    background:#3498DB;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left1 input[type="submit"]:hover,.contact-left1 input[type="reset"]:hover{
	background:#F8782D;
}
.contact-left h4{
	font-size:2.5em;
    color: #F8782D;
    margin: 0 0 1em;
}
.contact-bottom {
    margin: 3em 0;
	padding:1em;
	border:1px dotted #555;
}
.newsletter-bottom-grid img {
    margin: 0 auto;
}
/*-- //contact --*/
/*--Typography--*/
p.iste{
	color:#999;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.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: #999;
  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, h3.bars {
	margin-bottom: 1em;
    color: #f89406;
    text-transform: capitalize;
    font-family: 'Cabin', sans-serif;
}
.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: #999;
  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;
  }
.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;
	}
	.mob{
	margin-left:0px;
	
	}
}
@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;
	}
	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;
	}
}
@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){
	.caption span {
		margin: 0 0 1.5em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h1.title {
		font-size: 1.6em;
	}
	.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;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Typography --*/
/*-- events --*/
.event-grids{
	margin:3em 0 0;
}
.event-grid p.dte{
	color:#f89406;
	font-size: 1em;
	margin: 0 0 1em;
	text-align: right;
}
.nobis{
	margin:1em 0;
}
.nobis a{
	text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #1D1811;
    text-decoration: none;
}
.nobis a:hover{
	text-decoration:none;
	color:#F8970E !important;
}
.nobis a span{
	color:#f89406;
    display: block;
}
p.quod{
	color: #999;
    font-size: 14px;
    margin: 0;
	line-height: 1.7em;
}
.featured-events{
	padding: 7em 0 0;
}
.featured-events-left h5{
	font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
    color: #B0ADAD;
    text-transform: capitalize;
}
.featured-events-left h5 span{
	color:#AC915A;
    display: block;
}
.featured-events-left p{
	color: #999;
    font-size: 14px;
    margin: 1em auto 0.5em;
    line-height: 1.8em;
	text-align: justify;
}
ul.last1{
	padding:0 0 0 1em;
	margin:0;
}
ul.last1 li a{
	font-size: 14px;
	color:#999;
	text-decoration:none;
}
ul.last1 li a:hover{
	text-decoration:none;
	color:#F89763;
}
ul.last1 li{
	margin:10px 0;
}
.featured-evnt{
	margin:3em 0 0;
}
/*-- //events --*/
/*-- services --*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
	color: #f89406;
}
.dropdown-menu {
    top: 160%;
}
.service-grd{
	position:relative;
}
.service-grd-pos{
	text-align:center;
	position: absolute;
    top: 58%;
    left: 24%;
    width: 54%;
	padding:2.7em 1em;
    border-radius: 111px;
    background: #fff;
    box-shadow: 1px 1px 0px #C2C2C2;
}
.service-grd-pos2{
	text-align: center;
    position: absolute;
    top: -4%;
    right: -6%;
    width: 36%;
    padding: 1em 1em;
    border-radius: 111px;
    background: #f89406;
}
.service-grd-pos2 p{
	color:#fff;
	font-size:2em;
	margin:0;
}
.service-grd-pos h4{
	color: #999;
    font-size: 1.5em;
    margin: 0 0 0.5em;
    text-align: center;
    text-transform: capitalize;
}
.service-grd img {
    margin: 0 auto;
}
.m2 a{
	margin:0 !important;
	padding: 6px 20px;
}
.service-grids:nth-child(2){
	margin:3em 0 10em;
}
.services-grids{
	margin:10em 0 0;
}
.services-grid-left{
	background:#AC915A;
    padding: .5em;
    min-height: 8.77em;
	text-align:center;
}
.services-grid-left span{
	font-size: 1.5em;
    color: #fff;
    top: 2em;
}
.services-grid-right{
	background:#FBFBFB;
	padding:1.4em 1em;
}
.services-grid-right h4{
	text-transform: capitalize;
    font-size: 1.8em;
    color: #F89406;
    margin: 0;
}
.services-grid-right p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:1em 0 0;
}
.services-grids h2 {
    margin: 0 0 1em !important;
}
.sevices-list-grids{
	margin:3em 0 0;
}
.sevices-list-grid ul{
	padding:0 0 0 1em;
}
.sevices-list-grid ul li{
	list-style-type:none;
	background: url(../images/5.png) no-repeat 0px 7px;
    display: block;
    padding-left: 1.5em;
	margin: 0 0 0.6em;
}
.sevices-list-grid ul li a{
	font-size:14px;
	color:#999;
	text-decoration:none;
}
.sevices-list-grid ul li a:hover{
	color:#f89406;
}
/*-- //services --*/
/*-- single --*/
.single-left{
	float:left;
	width:45%;
	}
.single h1{
	color: #f89406;
    font-size: 2.5em;
    margin: 0;
    text-transform: capitalize;
	}
.single-left p{
	color: #565656;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 2em;
}
.single-left p span{
	font-size: 1.2em;
    color: #AC915A;
	}
.single-left img{
	width:100%;
	}
.single-right{
	float:right;
	width:50%;
	margin-top: 2.5em;
	}
.single-right h2{
	color: #1D1811;
    margin: 0em 0 1em;
    font-size: 2em;
	}
.single-right p {
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
}
.single-right p span{
	margin:1em 0 0;
	display:block;
	}
.single p.tortor{
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin:2em 0 0;
}
.single-right p label{
	color:#adadad;
	margin:0;
	}
.tags-cate{
	padding:3em 0;
	border-top:1px dotted #adadad;
	border-bottom:1px dotted #adadad;
	margin:3em 0;
	}
.cat-grid{
	float:left;
	width:30%;
	text-align: center;
	}
.cat-grid:nth-child(2){
	margin:0 3em;
	}
.cat-grid h4{
	color: #1D1811;
    font-size: 2em;
    margin: 0;
	}
.cat-grid h4 span{
	font-size:1.5em;
	color: #f89406;
	}
.cat-grid ul{
	padding:2em 0 0;
	margin:0;
	}
.cat-grid ul li{
	list-style-type:none;
	margin-top:1em;
	}
.cat-grid ul li a{
	color:#999;
	font-size:14px;
	border:1px dotted #adadad;
	padding:.5em  1em;
	text-decoration: none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.cat-grid ul li a:hover{
	text-decoration:none;
	color: #fff;
	background-color:#AC915A;
	}
.top-social-icons {
	margin-top: 3em;
	}
.three-com h3,.leave-comment h3{
	color: #1D1811;
    font-size: 2em;
    margin: 0;
    font-style: normal;
    padding: 1em 0;
	}
.three-com h3 span{
	color: #f89406;
    font-size: .7em;
	}
.three-com h3 label{
	color:#AC915A;
	}
.tom-grid{
	padding:2em 0;
	border-bottom:1px solid #dddddd;
	width: 100%;
	}
.tom{
	float:left;
	border: 1px dotted;
	padding: .5em;
	}
.humour {
	padding-left: 8em;
	width: 100%;
	}
.tom-right{
	float:left;
	margin-left:2em;
	width:80%;
	}
.tom-right h4{
	color: #f89406;
    font-size: 1.5em;
    font-style: normal;
    margin: 0;
	}
.tom-right p label{
	color:#AFAFAF;
	font-size:.9em;
	margin:0;
	font-style: normal;
	}
.tom-right p.lorem{
	color:#838383;
	font-size:14px;
	margin:0;
	line-height:30px;
	font-style: normal;
	}
.Hardy{
	float:left;
	}
.reply{
	float:left;
	margin-left:20em;
	margin-top: .5em;
	}
.reply a{
	padding: 7px 40px 7px 0px;
    background: url(../images/update.png) no-repeat 20px 9px #AC915A;
    padding-left: 3.3em;
    display: block;
    color: #fff;
    font-size: 14px;
	text-decoration:none;
	font-weight: 600;
	font-style: normal;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.reply a:hover{
	background:url(../images/update.png) no-repeat 20px 9px #f89406;
	display:block;
	text-decoration:none;
	}
.tom-grid:nth-child(4){
	border-bottom:none;
	}
.three-com{
	margin:3em 0;
	}
.leave-comment {
	  margin: 3em 0 0;
	}
.leave-comment p{
	color:#AFAFAF;
	font-size: 14px;
	margin: .5em 0 2em;
	}
.leave-comment input[type="text"],.leave-comment textarea,.leave-comment input[type="submit"]{
	outline: none;
	border: 1px solid #D4D3D3;
	background: none;
	padding: 15px 10px;
	width: 60%;
	font-size:14px;
	}
.leave-comment input[type="text"]:nth-child(2){
	margin:1em 0;
	}
.leave-comment textarea{
	resize:none;
	min-height:200px;
	margin:1em 0;
	}
.leave-comment input[type="submit"] {
  outline: none;
  font-size: 16px;
  font-style: normal;
  background:#f89406;
  padding: 15px 0;
  color: #fff;
  display: block;
  border: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.leave-comment input[type="submit"]:hover{
	background:#AC915A;
}

/*-- team --*/
.team{
	background:RGBA(69, 104, 94, 0.16);
}
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
  width: 162px;
  height: 162px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
	
}
.ch-info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-front {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	
	z-index: 100;
	box-shadow: 
		inset 2px 1px 4px rgba(0,0,0,0.1);
}

.ch-info .ch-info-back {
	background: rgba(230,132,107,0);
}

.ch-img-1 { 
	background-image: url(../images/16.jpg);
}

.ch-img-2 { 
	background-image: url(../images/17.jpg);
}

.ch-img-3 { 
	background-image: url(../images/18.jpg);
}
.ch-img-4{ 
	background-image: url(../images/19.jpg);
}
.ch-img-5 { 
	background-image: url(../images/71.jpg);
}

.ch-img-6 { 
	background-image: url(../images/74.jpg);
}

.ch-img-7 { 
	background-image: url(../images/78.jpg);
}
.ch-img-8{ 
	background-image: url(../images/76.jpg);
}

.ch-img-9 { 
	background-image: url(../images/40.jpg);
}

.ch-info h4{
    font-family: 'Niconne-Regular';
	color: #DF1E1C;
	letter-spacing: 2px;
  font-size: 30px;
  margin: 0 18px;
	padding: 40px 0 0 0;
}
.ch-info p {
	color: #464646;
	line-height:1.8em;
	padding: 10px 5px;
	font-style: italic;
	font-size: 13px;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: rotate3d(1,0,0,-180deg);
	-moz-transform: rotate3d(1,0,0,-180deg);
	-o-transform: rotate3d(1,0,0,-180deg);
	-ms-transform: rotate3d(1,0,0,-180deg);
	transform: rotate3d(1,0,0,-180deg);
	
	box-shadow: 
		inset 0 0 5px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(0,0,0,0.3);
}
.ch-item:hover .ch-info-back {
	background: #fff;
}
/*--common css--*/
.ch-grid {
	margin: 20px 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: 200px;
	height: 200px;
	display: inline-block;
	margin: 0 20px;
}

/*-- //team --*/
html{
    background-color: #f3f3f3;
}

.form-basic{
    max-width: 840px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;

    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);

    font: bold 14px sans-serif;
    text-align: center;
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 22px;
}

.form-basic .form-title-row{
    text-align: center;
    margin-bottom: 55px;
}

/* The form title */

.form-basic h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 10px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}

.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 180px;
    text-align: right;
    vertical-align: top;
    padding: 12px 25px;
}

.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 440px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}

.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-basic input[type=checkbox]{
    margin-top: 13px;
	margin-left:10px;
	margin-right:10px;
}

.form-basic select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 440px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
}

.form-basic textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.form-basic .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div{
    margin-top: 10px;
}

.form-basic .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.form-basic .form-radio-buttons input{
    width: auto;
}

.form-basic button{
	position:relative;
	float:left;
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
	width:250px;
    margin: 20px 10px 20px 50px;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-basic{
        padding: 30px;
        max-width: 480px;
    }

    .form-basic .form-row{
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }
	.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 190px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}
    .form-basic .form-title-row{
        margin-bottom: 50px;
    }

    .form-basic .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 15px;
    }

    .form-basic select{
        width: 190px;
    }

    .form-basic input[type=checkbox]{
        margin-top:0;
    }

    .form-basic .form-radio-buttons > div{
        margin: 0 0 10px;
    }

    .form-basic button{
        margin: 5px 0 0 0;
		width:200px;
    }

}

/*--------social simptip--------*/
.top-social-icons a:hover{
	background:none;
	color:#838383;
	text-decoration:none;
	}
.top-social-icons a{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background: none;
	border:1px dotted #adadad;
	padding: 5px 11px;
	color: #999;
	font-size: 14px;
	text-decoration:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.top-social-icons a:hover{
	background:#AC915A;
	color:#fff;
	border:1px dotted #adadad;
}
/*-- //single --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.newsletter-bottom-grid h3 {
		font-size: 2.1em;
	}
	.mob{
	margin-left:0px;
	
	}
}
@media (max-width:1280px){
	.banner-info {
		width: 90%;
	}
	.newsletter {
		min-height: 400px;
		padding: 4.5em 0 0;
	}
	.footer {
		padding: 3em 0;
	}
	.mob{
	margin-left:0px;
	
	}
}
@media (max-width:1024px){
	.mob{
	margin-left:0px;
	
	}
	.single-right h2 {
		font-size: 1.9em;
	}
	.navbar-nav {
		margin: 0 0 0 3em;
	}
	.banner-info h1 {
		font-size: 2.5em;
	}
	.banner-info {
		margin: 5em auto 0;
	}
	.banner {
		min-height: 710px;
	}
	.banner-bottom, .newsletter-bottom, .contact, .typo, .events, .services, .single {
		padding: 4em 0;
	}
	.banner-bottom-grid h2 {
		font-size: 2.1em;
	}
	.banner-bottom-grid1 img {
		margin-left: 7em;
		width: 80%;
	}
		.banner-bottom-grid11 img {
		margin-left: 2em;
		width: 80%;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 2.2em;
	}
	.banner-bottom-grid-11-pos p {
		margin: 3em 0 0 7em;
		width: 100%;
	}
	.newsletter-info h3 {
		font-size: 4em;
	}
	.footer-grid h3 {
		font-size: 1.5em;
	}
	.banner1 {
		min-height: 200px;
	}
	.featured-evnt {
		margin: 2em 0 0;
	}
	.service-grd-pos2 p {
		font-size: 1.5em;
	}
	.service-grd-pos2 {
		width: 38%;
	}
	.service-grd-pos {
		left: 17%;
		width: 65%;
	}
	.services-grid-right h4 {
		font-size: 1.5em;
	}
	.services-grid-left {
		min-height: 10em;
	}
	.cat-grid:nth-child(2) {
		margin: 0;
	}
	.contact-left input[type="email"] {
		margin: 0 5px;
	}
}
@media (max-width:991px){
	.navbar-nav > li > a {
		padding: 30px 10px 0;
	}
	.navbar-nav {
		margin: 0px 0px 0px 1em;
	}
	nav.cl-effect-13 a {
		font-size: 14px;
	}
	.icon-link {
		margin: 5px 2px;
	}
	.banner-info h1 {
		font-size: 2em;
	}
	.banner-info {
		width:100%;
	}
	.banner-info1-grid h3 {
		font-size: 1.8em;
	}
	.banner-bottom-grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.banner-bottom-grid-11-pos {
		left: 43.5%;
		width: 55%;
	}
	.banner-bottom-grid-11-pos p {
		margin: 2em 0 0 2em;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 2em;
		margin: 2em 0 0;
	}
	.newsletter-info {
		width: 90%;
	}
	.newsletter {
		min-height: 325px;
		padding: 2.5em 0 0;
	}
	.newsletter-bottom-grid h3 {
		margin: 1em 0 0;
	}
	.footer-grid {
		float: left;
		width: 50%;
	}
	.footer-grid:nth-child(2) {
		margin:0 0 3em;
	}
	.event-grid {
		float: left;
		width: 33.33%;
	}
	.nobis a {
		font-size: 1.1em;
	}
	.service-grid {
		float: left;
		width: 33.33%;
	}
	.service-grd-pos {
		left: 5%;
		width: 90%;
	}
	.service-grd-pos2 {
		width: 50%;
	}
	.dropdown-menu {
		left: -29%;
	}
	.services-grid:nth-child(3) {
		margin: 2em 0;
	}
	.services-grid-left {
		min-height: 6.8em;
	}
	.single h1 {
		font-size: 2.1em;
	}
	.single-right h2 {
		margin: 0;
	}
	.single-left,.single-right {
		float: none;
		width: 100%;
	}
	.humour {
		padding-left: 0em;
	}
	.leave-comment input[type="text"], .leave-comment textarea, .leave-comment input[type="submit"] {
		width: 85%;
	}
	.cat-grid {
		width: 33.33%;
	}
	.contact-left h4 {
		font-size: 2.1em;
		margin: 1em 0;
	}
}
@media (max-width:800px){
	.contact h1, h1.title, .events h1, .featured-events h2, .services h1, .services-grids h2 {
		font-size: 2.5em;
	}
	.banner-bottom, .newsletter-bottom, .contact, .typo, .events, .services, .single {
		padding: 3em 0;
	}
	.featured-events {
		padding: 4em 0 0;
	}
	.three-com {
		margin: 0em 0 3em;
	}
	.tags-cate {
		padding: 2em 0;
		margin: 2em 0;
	}
	.single h1 {
		font-size: 1.8em;
	}
}
@media (max-width:768px){
	
	.banner-info h1 {
		margin: 0 0 1em;
	}
	.banner-info {
		margin: 3em auto 0;
	}
	.banner {
		min-height: 600px;
	}
	.more a {
		margin: 1em 0 0;
	}
	.banner-bottom-grid-11-pos p {
		width: 90%;
	}
	.m1 {
		margin-left: 2em;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 1.8em;
		margin: 1em 0 0;
	}
	.featured-events-right img {
		width: 35%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 12px;
		margin-left: auto;
	}
	.cat-grid ul {
		padding: 1em 0 0;
	}
}
@media (max-width:767px){
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #092efb;
	}
	.navbar-toggle {
		margin: 0px 0 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-nav {
		margin: 0;
		padding:0 0 1em;
		background: #EAEBF8;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding:1.5em 10px 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.social-icons {
		float: none;
		text-align: center;
		margin: 1em 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #F89913;
	}
}
@media (max-width:640px){
	.three-com h3, .leave-comment h3 {
		font-size: 1.8em;
	}
	.banner {
		min-height: 570px;
	}
	.more a {
		padding: 6px 30px;
		font-size: 14px;
	}
	.banner-bottom-grid h2 {
		font-size: 2em;
	}
	.banner-bottom, .newsletter-bottom, .contact, .typo, .events, .services, .single {
		padding: 2em 0;
	}
	.banner-bottom-grid-11 img {
		width: 44%;
	}
	.banner-bottom-grid-11-pos {
		top: 15%;
		width: 55%;
		height: 155px;
		left: 44%;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 1.5em;
	}
	.newsletter-info h3 {
		font-size: 3em;
	}
	.newsletter-info p {
		width: 100%;
	}
	.newsletter {
		min-height: 285px;
		padding: 2em 0 0;
	}
	.newsletter-info input[type="mail"] {
		width: 75%;
	}
	.newsletter-bottom-grid img {
		width: 40%;
	}
	.newsletter-bottom-grid h3 {
		font-size: 1.8em;
	}
	.footer-grid ul li {
		margin: 5px 0;
		padding: 0 0 10px 0;
	}
	.footer-grid:nth-child(2) {
		margin: 0 0 7em;
	}
	.footer-bottom {
		padding: 1.5em 0;
	}
	.banner1 {
		min-height: 150px;
	}
	.contact h1, h1.title, .events h1, .featured-events h2, .services h1, .services-grids h2 {
		font-size: 2.2em;
	}
	.event-grids {
		margin: 1.5em 0 0;
	}
	.service-grd-pos h4 {
		font-size: 1.2em;
	}
	.service-grd-pos2 p {
		font-size: 1.1em;
	}
	.service-grd-pos2 {
		padding: 0.5em 1em;
	}
	.m2 a {
		padding: 6px 20px !important;
	}
	.service-grd-pos {
		padding: 2em 1em;
	}
	.service-grids:nth-child(2) {
		margin: 3em 0 7em;
	}
	.services-grid-left {
		min-height: 8.3em;
	}
	.cat-grid h4 span {
		font-size: 1.1em;
	}
	.tom-right {
		float: right;
		margin-left: 0;
	}
	.reply {
		margin-left: 12em;
	}
	.single h1 {
		font-size: 1.6em;
	}
	.contact-bottom {
		margin: 1em 0;
		padding:.5em;
	}
	.contact-bottom iframe {
		min-height: 300px;
	}
	.contact-left input[type="text"], .contact-left input[type="number"],.contact-left input[type="email"], .contact-left textarea {
		padding: 10px 10px;
	}
	.contact-left input[type="submit"], .contact-left input[type="reset"] {
		width: 49.5%;
	}
	.contact-left1 input[type="submit"], .contact-left1 input[type="reset"] {
		width: 49.5%;
	}
}
@media (max-width:480px){
	.three-com h3, .leave-comment h3 {
		font-size: 1.5em;
	}
	.banner-info {
		margin: 2em auto 0;
	}
	.banner-info h1 {
		font-size: 1.6em;
	}
	.banner-info1-grid img {
		width: 35%;
	}
	.banner-info1-grid h3 {
		margin: 1em 0 0;
	}
	.more a {
		margin: 2em 0 0;
	}
	.banner {
		min-height: 450px;
	}
	.banner-bottom-grid1 img {
		margin-left: 5em;
	}
	.banner-bottom-grid11 img {
		margin-left: 1em;
	}
	.banner-bottom-grid h2 {
		font-size: 1.7em;
	}
	.banner-bottom-grid-11-pos p {
		width: 100%;
		font-size: 13px;
	}
	.banner-bottom-grid-11-pos {
		top: 7%;
	}
	.newsletter-info p {
		margin: 1em auto 2em;
	}
	.newsletter-info input[type="mail"] {
		width: 79%;
	}
	.newsletter {
		min-height: 260px;
	}
	.newsletter-bottom {
		padding: 1em 0 2em;
	}
	.newsletter-bottom-grid img {
		width: 100%;
	}
	.footer-grid h3 {
		font-size: 1.4em;
	}
	.footer {
		padding: 2em 0;
	}
	.event-grid {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.event-grid:nth-child(2) {
		margin:2em auto;
	}
	.featured-events {
		padding: 3em 0 0;
	}
	.featured-events-right img {
		width: 100%;
		
	}

	.service-grid {
		float: none;
		width: 60%;
		margin: 0 auto 8em;
	}
	.service-grd-pos {
		padding: 2.8em 1em;
	}
	.service-grd-pos {
		left: 15%;
		width: 75%;
	}
	.service-grids:nth-child(2) {
		margin: 3em 0 0em;
	}
	.services-grids {
		margin: 0;
	}
	.cat-grid {
		float: none;
		width: 100%;
	}
	.cat-grid:nth-child(2) {
		margin: 3em 0;
	}
	.tom {
		width: 17%;
	}
	.tom img{
		width:100%;
	}
	.reply {
		margin-left: 5em;
	}
	.leave-comment {
		margin: 0;
	}
	.three-com {
		margin: 0;
	}
	.leave-comment input[type="text"],.contact-left input[type="number"], .leave-comment textarea, .leave-comment input[type="submit"] {
		width: 100%;
		padding: 10px;
	}
	.contact-left input[type="text"], .contact-left input[type="number"],.contact-left input[type="email"] {
		width: 100%;
		float: none;
	}
	.contact-left input[type="email"] {
		margin: 1em 0;
	}
	.contact-left input[type="reset"] {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
}
@media (max-width:414px){
	.banner-bottom-grid-11-pos p {
		margin: 0.5em 0 0 1em;
	}
	.banner-bottom-grid-11-pos {
		top: 0%;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 1.3em;
		margin: 2em 0 0;
	}
	.newsletter-info p {
		margin: 1em auto 1em;
	}
	.newsletter-info {
		width: 100%;
	}
	.newsletter-info input[type="submit"] {
		padding: 8px 0;
		font-size: 14px;
	}
	.newsletter-info input[type="mail"] {
		padding: 8px 10px;
	}
	.newsletter {
		padding: 1.5em 0 0;
	}
	.newsletter {
		min-height: 230px;
	}
	.newsletter-bottom {
		padding: 0em 0 2em;
	}
	.newsletter-bottom-grid h3 {
		font-size: 1.3em;
	}
	.footer-grid {
		float: none;
		width: 100%;
	}
	.footer-grid:nth-child(2) {
		margin: 2em 0;
	}
	.footer-grid:nth-child(3) {
		margin: 0em 0 2em;
	}
	.event-grid {
		width: 85%;
	}
	.featured-evnt {
		margin: 1em 0 0;
	}
	.service-grid {
		width: 70%;
	}
	.services-grid-left {
		min-height: 10em;
	}
	.single-right {
		margin-top: 1.5em;
	}
	.single p.tortor {
		margin: 0;
	}
	.top-social-icons {
		margin-top: 1em;
	}
	.three-com h3 {
		padding: 0;
	}
	.reply {
		margin-left: 3em;
	}
	.contact-bottom iframe {
		min-height: 200px;
	}
	.contact-left h4 {
		font-size: 1.8em;
		margin-top: 0.5em;
margin-right: 0px;
margin-bottom: 0.5em;
margin-left: 0px;
	}
	.contact-left input[type="submit"], .contact-left input[type="reset"] {
		width: 100%;
	}
	.contact-left input[type="submit"]{
		margin-bottom:1em;
		/*margin-left:5px;*/
		margin-right:5px;
	}
	.contact-left input[type="reset"] {
	padding-top: 10px;
	padding-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	}
		.contact-left1 input[type="submit"], .contact-left1 input[type="reset"] {
		width: 100%;
	}
	.contact-left1 input[type="submit"]{
		margin-bottom:1em;
		/*margin-left:5px;*/
		margin-right:5px;
	}
	.contact-left1 input[type="reset"] {
	padding-top: 10px;
	padding-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	}
}


@media (max-width:1920px){
	.navbar-brand {
		height: 1px;
		width:85%;
		padding: 2% 0 0;
		font-size: 1em;
	}
	.navbar-toggle {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}

@media (max-width:1280px){
	.navbar-brand {
		height: 5px;
		width:85%;
		padding: 2% 0 0;
		font-size: 1em;
	}
	.navbar-toggle {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}

@media (max-width:480px){
	.navbar-brand {
		height: 2px;
		width:75%;
		padding: 2% 0 0;
		font-size: 1em;
		margin-bottom:3px;
	}
	.navbar-toggle {
		margin-top: -6px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}
@media (max-width:320px){
	.navbar-brand {
		height: 2px;
		width:75%;
		padding: 2% 0 0;
		font-size: 1em;
		margin-bottom:3px;
	}
	.navbar-toggle {
		margin-top: -5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.banner-info h1 span {
		font-size: 12px;
	}
	.banner-info1-grid img {
		width: 50%;
	}
	.banner-info h1 {
		font-size: 1.2em;
	}
	.banner-info {
		margin: 1.5em auto 0;
	}
	.banner-info1-grid h3 {
		margin: 0.5em 0 0;
		font-size: 1.5em;
	}
	.banner-info1-grid p {
		font-size: 13px;
		width: 100%;
	}
	.more a {
		padding: 5px 20px;
		font-size: 13px;
		margin: 1em 0 0;
	}
	.banner {
		min-height: 385px;
	}
	.banner-bottom-grid,.newsletter-bottom-grid,.featured-events-left,.services-grid,.contact-left {
		padding: 0;
	}
	.featured-events-left h5 {
		font-size: 1.2em;
	}
	.featured-events-left p {
		font-size: 13px;
		margin: 0.5em auto 2em;
	}
	.banner-bottom-grid h2 {
		font-size: 1.5em;
	}
	.banner-bottom-grid p {
		font-size: 13px;
		margin: 0;
	}
	.banner-bottom-grid1 img {
		margin-left: 3em;
	}
	.banner-bottom-grid1 img {
		margin-left: 1em;
	}
	.progress {
		height: 4px;
	}
	.banner-bottom-grids:nth-child(2) {
		margin: 2em 0 0;
	}
	.banner-bottom-grid-11-pos {
		top: 100%;
		left: 0;
		width: 100%;
	}
	.banner-bottom-grid-11 img {
		width: 80%;
		margin: 0 auto;
	}
	.banner-bottom-grid-1 h3 {
		font-size: 1.2em;
		margin: 11em 0 0;
	}
	.banner-bottom-grid-11-pos {
		height: 110px;
	}
	.newsletter-info h3 {
		font-size: 2em;
	}
	.newsletter-info p {
		margin: 0em auto 1em;
		font-size: 13px;
	}
	.newsletter-info input[type="mail"],.contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea {
		font-size: 13px;
	}
	.contact-left input[type="submit"], .contact-left input[type="reset"] {
		font-size: 14px;
		padding-top: 10px;
		padding-right: 8px;
		padding-bottom: 10px;
		padding-left: 8px;
	}
		.contact-left1 input[type="submit"], .contact-left1 input[type="reset"] {
		font-size: 11px;
		padding-top: 8px;
		padding-right: 5px;
		padding-bottom: 8px;
		padding-left: 5px;
		
	}
	.contact-left textarea {
		min-height: 150px;
	}
	.newsletter-info input[type="submit"] {
		width: 35%;
		display: block;
		margin: 1em 0 0;
	}
	.newsletter-info input[type="mail"] {
		width: 100%;
	}
	.newsletter {
		min-height: 245px;
	}
	.sevices-list-grids {
		margin: 2em 0 0;
	}
	.sevices-list-grid ul {
		padding: 0;
	}
	.single h1 {
		font-size: 1.3em;
	}
	.single-right h2 {
		font-size: 1.5em;
	}
	.single-left p {
		font-size: 13px;
		margin: 0 0 1.5em;
	}
	.tags-cate {
		padding: 1em 0;
		margin: 1em 0;
	}
	.cat-grid ul li a {
		font-size: 13px;
		padding: .5em 0.5em;
	}
	.newsletter-bottom-grid p,.top-social-icons a,.leave-comment p,.single p.tortor,.single-right p,.footer-grd-left p,.footer-grid ul li a,p.quod,ul.last1 li a,.sevices-list-grid ul li a {
		font-size: 13px;
	}
	.leave-comment input[type="text"], .leave-comment textarea,.contact-left h2,.contact-left ul li {
		font-size: 13px;
	}
	.contact-left ul {
		padding: 0.5em 0 0;
	}
	.leave-comment input[type="submit"]{
		font-size:14px;
	}
	.leave-comment textarea {
		min-height: 160px;
	}
	.tom {
		width: 25%;
		padding: .3em;
	}
	.tom-right {
		width: 70%;
	}
	.reply {
		margin-left: 0em;
	}
	.tom-right p.lorem {
		font-size: 13px;
		margin: 1em 0 0;
		line-height: 1.8em;
	}
	.tom-grid {
		padding: 1.5em 0;
	}
	.tom-right h4 {
		font-size: 1.3em;
	}
	.cat-grid ul {
		padding: 0.5em 0 0;
	}
	.cat-grid h4 {
		font-size: 1.5em;
	}
	.single-right {
		margin-top: 1em;
	}
	.service-grid {
		width: 100%;
	}
	.service-grd-pos {
		left: 16%;
		width: 73%;
	}
	.services-grid-right p {
		font-size: 13px;
		margin: 0.5em 0 0;
	}
	.services-grid-left {
		min-height: 8.9em;
	}
	.service-grd-pos2 {
		width: 45%;
	}
	.services-grid-right h4 {
		font-size: 1.4em;
	}
	.newsletter-bottom-grid img {
		width: 100%;
	}
	.newsletter-bottom-grids:nth-child(2) {
		margin: 1.5em 0 0;
	}
	.footer-bottom p {
		font-size: 13px;
		line-height: 1.8em;
	}
	nav.cl-effect-13 a {
		font-size: 13px;
	}
	.navbar-nav > li > a {
		padding: 1em 10px 0;
	}
	.banner1 {
		min-height: 110px;
	}
	.contact h1, h1.title, .events h1, .featured-events h2, .services h1, .services-grids h2 {
		font-size: 2em;
	}
	.event-grid {
		width: 100%;
	}
	.event-grid p.dte {
		font-size: 14px;
	}
	.nobis a {
		font-size: 1em;
	}
	.nobis {
		margin: 1em 0 0.5em;
	}
	.mob{
	margin-left:-50px;
	width:300px;
	}
}

/* Portfolio */

.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

/*--portfolio--*/

/*---start-portfolio-----*/
.project-wrapper{
	padding:50px 0 30px;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	#info p {
		margin:5px 0 0 0;
	}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
#filters {
	padding: 0% 10% 5% 10%;
	list-style:none;
}
   #filters li {
		float:left;
	}
   #filters li span {
		display: block;
		padding: 10px 30px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 1.5em;
	}
	#filters li span.active {
		background:#ffea00;
		color:#000;
	}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31.3%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
   .portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background:#D5C301;
		cursor:pointer;
	}
   .portfolio img {
		max-width:100%;
		position: relative;
		display:block;
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	      .portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
				color:#000;
			}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	#ads {
		display:none;
	}
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	#ads {
		display:none;
	}
}
.wrapper{
	padding: 0 1% 3% 1%;
}
.portfolio-top {
	padding: 5% 0 0;
}
.portfolio-top h3 {
	text-align: center;
	font-size: 2.5em;
	color: #424147;
	font-weight: 600;
	font-family: "Century Gothic";
	text-transform: uppercase;
	margin-bottom: 15px;
}
.portfolio-top h5 {
	text-align: center;
	font-size: 1.5em;
	color: #424147;
	font-weight: 600;
	font-family: "Century Gothic";
	margin-bottom: 60px;
}
.links{
	padding:10px 20px;
}
.links h4{
	padding-bottom: 10px;
	float:left;
}
p.img{
	float:right;
	color:#fff;
	font-size:0.99em;
	display: -webkit-box;
	padding-top: 3px;
}
.links h4 a{
	color:#fff;
	font-size:1.4em;
}
.links h4 a:hover{
	color:#000;
}
.links ul li a {
	font-size: 13px;
	color: #FFF;
	padding-left: 5px;
}
.links ul li a:hover {
	text-decoration:underline;
}
.project-bottom{
	padding:20px;
}
.project{
	width:71.9%;
	float: left;
	margin-right:2.6%;
}
.proj-desc{
	border-bottom: 1px solid #DBDBDB;
	padding-bottom:30px;
	margin-bottom:30px;
}
.proj-desc h4{
	background:#424147;
	color:#ffea00;
	float:left;
	font-size:1.4em;
	padding:5px 10px;
	margin-bottom:20px;
	text-transform: uppercase;
}
.proj-desc p{
	line-height: 1.8em;
	font-size: 0.91em;
	color:#424147;
}
.project-slider{
	padding:0px 0 60px;
}
.related-desc h4 {
	background: #424147;
	color: #FFEA00;
	float:left;
	font-size: 1.4em;
	padding: 5px 10px;
	margin-bottom:30px;
}
.project-sidebar{
	width: 25.5%;
	float: left;
}
.project-list{
	background:#424147;
	padding: 30px;
	margin-bottom:30px;
}
.project-list li, .project-list1 li{
	margin-bottom:20px;
}
.project-list li img, .project-list1 li img {
	float: left;
	margin-right: 20px;
}
.project-list li p {
	width: 84.5%;
	float: left;
	padding-top: 5px;
}
.project-list li p a{
	color:#fff;
	font-size:0.89em;
	text-transform: uppercase;
}
.project-list li p a:hover{
	color: #FFEA00;
}
.project-list h4, .project-list1 h4, .project-list2 h4{
	font-size:1.4em;
	color:#ffea00;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.project-list1 li p{
	width: 64.5%;
	float: left;
}
.project-list1 li p a{
	padding: 0;
	color: #FFF;
	font-size: 0.8125em;
	text-transform: uppercase;
}
.project-list1 li p a:hover{
	color:#FFEA00;
}
.project-list1{
	background:#424147;
	padding: 30px;
	margin-bottom:30px;
}
span.likes{
	float:right;
	font-size: 0.8125em;
	color: #FFF;
	padding-top: 18px;
}
span.likes img{
	float: none;
	margin-right: 0;
	vertical-align: middle;
}
span.link a{
	color:#fff;
	margin-right: 10px;
}
span a:hover{
	text-decoration:underline;
}
.project-list2 {
	background: #424147;
	padding: 30px;
}
.project-list2 li{
	float: left;
	background: #FFEA00;
	padding:5px;
	margin:2px;
}
.project-list2 li a{
	color: #000;
	text-transform: uppercase;
	font-size: 0.89em;
}
.project-list2 li a:hover{
	color:#7A732A;
}
/*--end portfolio--*/

/*--extra--*/
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 4.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 30.2%;
}
.span_1_of_3  h3{
	color:#fff;
	margin-bottom:30px;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  h4{
	color:#fff;
	margin-bottom:20px;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  p  {
	font-size:0.8125em;
	color: #fff;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.footer-top{
	background:#414146;
	padding:2% 0;
}
.gallery li{
	float: left;
	width: 31.9%;
	padding-right: 5px;
}
.gallery li img{
	display:block;
}
.footer-list li{
	padding-bottom: 20px;
}
.footer-list li img{
	float:left;
	margin-right:20px;
}
.footer-list li p{
	width: 85.5%;
	float: left;
	padding: 0;
}
span.yellow a{
	color: #FFEA00;
}
span.yellow a:hover{
	color:#fff;
}
.main{
	background:#f6f6f6;
}
.content-top{
	padding:5% 0;
}
.content-top h3{
	text-align:center;
	font-size:2.5em;
	color:#424147;
	font-weight:600;
	font-family: "Century Gothic";
	text-transform: uppercase;
	margin-bottom:15px;
}
.content-top h5{
	text-align:center;
	font-size:1.5em;
	color: #424147;
	font-weight:600;
	font-family: "Century Gothic";
	margin-bottom:60px;
}
.col_1_of_4{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
	background: #ffea00;
	cursor:pointer;
}
.span_1_of_4:hover {
	background:#e1e6ec;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #FFF;
}
.col_1_of_4:first-child { margin-left: 0; } 
.span_1_of_4 {
	width: 22.3%;
}
.span_1_of_first {
	width: 22.3%;
}
.span_1_of_first img{
	display:block;
}
.span_1_of_4  p {
	font-size:0.8125em;
	color: #333;
	line-height: 1.5em;
}
.desc{
	background:#414146;
	padding: 20px;
}
.desc h4{
	color: #EEE;
	font-size: 1.5em;
	text-transform: uppercase;
}
.desc h4 span{
	float:right;
	font-size:12px;
	text-transform:lowercase;
}
span.small{
	color:#ffea00;
}
.grid1{
	text-align:center;
	padding: 26px 0px 10px 0px;
}
.grid1 img{
	padding: 23px 0;
}
.grid1 h4{
	color:#5C5401;
	text-transform:uppercase;
	font-size:1.5em;
}
.desc p{
	color: #FFF;
	font-size: 0.8999em;
	line-height: 1.8em;
	text-align: center;
}
.clear{clear:both;}/* clear float */



/*clients*/

.content-bottom{
	padding-bottom:5%;
}
.content-bottom h2{
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	background:url(../images/bg-h2.png) repeat-x center;
	margin-bottom:40px;
}
.content-bottom h2 span{
	background:#424147;
	color:#ffea00;
	padding:5px 40px;
}
.content-bottom p{
	text-align:center;
	color:#424146;
	font-size: 1.4em;
	padding: 1% 0 3%;
}
/*--thumbs--*/
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}
.jquery-script-clear {
	clear:both;
	height:0;
}
.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	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;
	width:80%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:50%;
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100px;
	max-height: 45px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -19px -21px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -55px -20px;
}


   #filters li {
		float:left;
	}
   #filters li span {
		display: block;
		padding: 10px 30px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 1.5em;
	}
	#filters li span.active {
		background:#ffea00;
		color:#000;
	}
	
	
/* responsive-design------*/
@media (max-width:320px){
	.grid1 img {
		padding:0px 0;
		width:20%;
	}
	.grid1 h4 {
		font-size:0.89em;
	}
	.grid1 {
		padding: 13px 0px 10px 0px;
	}
	.desc p {
		font-size: 0.8125em;
		line-height: 1.5em;
	}
	.content-top h3 {
		font-size:1.5em;
	}
	.content-top h5 {
		font-size:0.8125em;
		margin-bottom: 35px;
	}
	
	.footer-social{	
	display: inline;
	float: left;
	margin: 40px 0px;
	width: 100%;
}
.footer-social a {
	border: 1px solid #505050;
	border-radius: 50%;
	color: #b8b8b8;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	text-align: center;
	width: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-social a.facebook:hover{
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.footer-social a.twitter:hover{
	color: #fff;
	background-color: #00aced;
	border-color: #00aced;
}
.footer-social a.google-plus:hover{
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.footer-social a.youtube:hover{
	color: #fff;
	background-color: #bb0000;
	border-color: #bb0000;
}
.footer-social a.linkedin:hover{
	color: #fff;
	background-color: #007bb5;
	border-color: #007bb5;
}
.footer-social a.dribbble:hover{
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.footer-bottom{
	display: inline;
	border-top: 1px solid #434343;
	float: left;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
.footer-bottom p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
}
/* BackToTop button css */
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:50px;
height:50px;
background-color:#3498db;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px;
z-index:999;
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff;
}
#scroll:hover {
background-color:#e74c3c;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";}

/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action{
	display: inline;	
	float: left;
	position: relative;
	width: 100%;
}
.call-to-overlay{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.call-to-content {
	display: inline;
	float: left;
	padding: 60px 0;
	text-align: center;
	width: 100%;
}