@charset "utf-8";


/* Float Elements
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.m_l_r_20{
  margin: 0 20px !important;
}
.figure{ margin:0px;}
.figureheight{
height: 200px;}

.figureheight2
{
height:300px;margin-left:4em;
}
.slidetext {
    color: #000;
    font-family: inherit;
    font-size: 40px;
}
img{ max-width:100%;}

a, a:hover, a:active, a:focus{ outline:0px !important; text-decoration:none;}

table, tr, th, td, a{color: #292e2f;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	/*color:#888888;*/
	color: #292e2f;
	margin:0;
	overflow-x:hidden!important;
}
h1{
	font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #292E2F;
    letter-spacing: -1.93px;
    line-height: 58px;
	font-weight:300;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #292E2F;
    font-weight: 400;
    margin: 0 0 15px 0;

}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #292E2F;
	margin:0 0 5px 0;
	font-weight:normal;
}
h4{
	font-family: 'Open Sans', sans-serif!important;
    font-size: 20px!important;
    color: #4c5051!important;
    line-height: 28px!important;
    font-weight: normal!important;
}
h5{
    margin-top: 0;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
	font-weight:600px;
    color: #292E2F!important;
    letter-spacing: 0.05px!important;
    font-weight: normal!important;
}
h6{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #292E2F;
    letter-spacing: 0.02px;
	font-weight:600px;
    text-align: left;
    margin: 0;
	margin-bottom:1em;
}
p{
	line-height: 25px;
    margin: 0;
   font-family: 'Open Sans', sans-serif;
    /*color: #7B7D7F;*/
    font-size: 16px;
}
.btn:focus{
	box-shadow: none;
	outline: none;
}
.dropdown a.dropdown-toggle{
	font-weight: 500;
}
.dropdown-menu {
    position: absolute;
    top: 50px;
    display: none;
    padding: 0px 0;
    margin: 0 -13px 0 0;
    list-style: none;
    font-size: 14px;
    border: 1px #228b22;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width: 198px;
    border-radius: 4px!important;
}
.dropdown ul.dropdown-menu:before {
    /*content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;*/
	 content: "";
    border-bottom: 12px solid #228b22;
    border-right: 11px solid #fff;
    border-left: 11px solid #fff;
    position: absolute;
    box-sizing: content-box;
    top: -11px;
    right: 15px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid rgb(1, 99, 255);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.dropdown-menu>li>a {
    color: #228b22 !important;
    padding: 9px 20px;
}
.dropdown-menu>li{
	margin: 0;
    margin-bottom:1px;
}
.dropdown-menu .divider{
	margin: 0;
    height: 1.1px !important;
}
.iconbox
{
	    padding: 10px 15px;
    background: #fff;
}
.pinterest{
	color:red;
}
.twitter{
	    color: #72c7FF;
}
.margintop
{
	margin-top:3em;
}
.getupdate h1{
font-family: 'Open Sans', sans-serif;
font-size: 32px;
color: #292E2F;
letter-spacing: 0px;
line-height: 38px;
text-align:left;
}
.getupdate p{
	    opacity: 0.79;
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #292E2F;
    letter-spacing: 0px;
    line-height: 1.7em;
    text-align: left;
}
/* Header Styles
---------------------------------*/

.header{
	text-align: center;
    background: #fff;
    padding-top: 150px;
    padding-bottom: 0px;
}
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #292E2F;
    letter-spacing: 0px;
    line-height: 56px;
    margin: 0 0 22px 0;
}

.we-create{
	padding:0;
	margin:35px 0 35px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
    display: inline-block;
   font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #292E2F;
    font-weight: 100;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}

.logoimage
{
	position: absolute;
    top: 1em;
    left: 4%;
    width: 18%;
}
.menubutton
{
	float: right;
    right: 6em;
    position: relative;
    top: 1em;
	z-index:99;
}
.marginright{
	padding: 12px;
	}
.marginbottom{
		margin-bottom: 5em;
	}
.signup{
    padding: 10px 60px!important;
}
	.viewmore{
	padding:10px 30px;
	background:#fff;
	color:rgb(0, 99, 254)!important;
	border: 1px solid rgb(0, 99, 254)!important;
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	border-radius:1px;
	line-height:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	margin-right:2px;
	border-radius:2px;
	text-align: center;
}
.viewmore:hover {
	text-decoration: none;
    color: rgba(33, 150, 243, 0.9)!important;
    background: #e5f4fc;
    border: 1px solid rgba(33, 150, 243, 0.9);
    box-shadow: 0 10px 10px -13px #000;
}

.viewmore:active, .link:focus {
	/*background: #7cc576;*/
	text-decoration:none;
	/*color:#fff !important;*/
}

/* .link{
    padding: 10px 30px;
    background:  #228b22;
    border: 1px solid  #228b22;
    color: #fff!important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    line-height: 25px;
    margin-right: 2px;
}
.link:hover {
    text-decoration: none;
    background:  #228b22;
	border: 1px solid  #228b22;
    box-shadow: 0 10px 10px -13px #000;
} */

.link{
    padding: 10px 30px;
    background: #228b22;
    border: 1px solid 04e4a4;
    color: #fff!important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    line-height: 25px;
    margin-right: 2px;
}
.link:hover {
    text-decoration: none;
    /*color: rgb(0, 99, 255)!important;*/
    background: #228b22;
    border: 1px #228b22;
    box-shadow: 0 10px 10px -13px #000;
}



/*.link:hover {
    text-decoration: none;
    color: rgb(0, 99, 255)!important;
    background: #fff;
    border: 1px solid rgba(33, 150, 243, 0.9);
}*/

/*.link:active, .link:focus {
	background: #7cc576;
    text-decoration: none;
    color: #fff !important;
}*/
#create_Ad{
  margin-top: 10px;
  line-height: 17px;
  margin-right: 0;
}
.form-group label{
	font-weight: normal!important;
}
/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{
	text-decoration:none;
	color: #7cc576;
}

.small-logo{
	padding:0 32px;
}

.main-section{
	padding:90px 0 110px;
}


/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h4{
	color: #999!important;
}
.featured-work h4 strong{
	font-weight: normal;
	color: #222;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:30px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:20px;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
	background: rgba(224, 224, 224, 0.5);
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:16px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}

.fa
{
	/*margin-right:1em !important;*/
	margin-right:0.5em !important;
	float:left;
}
/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:15px;
	display:block;
}
.spanborder{
    border: 1px solid #8b8b8b;
    width: 40px;
    margin: 15px 0px;
    margin-left: 9em;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;

	margin:7px 7px 25px 7px;

}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
display:none;
}
.team-leader:hover ul{ display:block; opacity:1}

.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{

	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}
button:focus{
	outline: none!important;
}
input.form-control{
	height: 40px!important;
}
/*input.form-control:focus{
	outline: 1px solid #b9cce9!important;
}*/
input.fontAwesome{
	height: 47px!important;
}
.form-control{
	background-color: #fff!important;
    border: 1px solid #d3d3d3!important;
}
input:focus, .form-control:focus{
	border: unset!important;
	/*outline: 1px solid #b9cce9!important;*/
	box-shadow: inset 0px 0px 2px 1px #cbd7e9!important;
}
input[type="checkbox"]{
	/*height: auto!important;*/
    outline: none!important;
    box-shadow: none!important;
}
.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Footer
---------------------------------*/

.footer{
    background: -webkit-linear-gradient(#fff, #f2f2f2);
	padding:35px 0 35px;
    box-shadow: 0px -2px 10px -7px;
    margin-top: 15px;
}
footer.footer .featured-work h6{
	font-size: 20px;
	margin-bottom: 5px;
}
.footer p{
color:#3e4344;
font-size:14px;
}
.footer ul, ol
{
	    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -3em;
}
.footer ul,li
{
	 margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #292E2F;
    line-height: 1.4em;
	font-weight:300;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}


/* On page CSS*/
#nav:hover + .close {
	top:-100%;
	opacity:1;
	display: block;
	padding:5px 10px;
	background: tomato;
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 130px;

	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	font-family: OpenSans-Semibold!important;
    font-size: 14px!important;
    color: #292E2F!important;
    letter-spacing: 1px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 200px;
	margin: -3px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 130px;
    margin: 0;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    border: 1px solid transparent;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
	 border: 1px solid transparent;
	border-radius: 50px;
        position: static;
}

.deactiveblk span{display:none;}
.deactiveblk:hover span{display:block;}
.activeblk span{display:block;position:static !important;opacity:1 !important;}
.activeblk figure img{ filter: blur(0px) !important;}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(1px);
	filter: blur(3px);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	width:130px;
	height:100px;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
	border: 1px solid transparent;
	border-radius: 50px;
}


@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}




/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */


.menu-expanded {
  background-color: transparent;
  position: fixed;
  width: 240px;
  height:100%;
  top: 0px;
  right: 0px;
  overflow: hidden !important;
  z-index: 5;
}


.menu,
.linee {
  cursor: pointer;
}

.menu {
  float: right;
  margin: 15px 15px 0 0;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  transition: all 0.40s ease-out;
    -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.over {
  transform: scale(100);
  transition: all 0.350s ease-in;
  cursor: default;
  background:#000;
}

.linea1 {
  background: #000;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 33px;
  transition: all 0.3s;
}

.linea2 {
  background: #000;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 38px;
  opacity: 1;
  transition: opacity 0.5s;
}

.linea3 {
  background: #000;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 33px;
  top: 43px;
}

.overL1 {
  animation: closetop 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
  background:#fff;
}

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
  background:#fff;
}

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
  background:#fff;
}


@keyframes closetop {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  25% {
    transform: translateY(5px) rotate(0deg);
  }
  75% {
    transform: translateY(5px) rotate(-45deg);
  }
  100% {
    transform: translateY(5px) rotate(-45deg);
  }
}

@keyframes closebottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(45deg);
  }
  100% {
    transform: translateY(-5px) rotate(45deg);
  }
}

.main-menu {
  visibility: hidden;
  position: absolute;
  right: 50px;
  top: 160px;
  opacity: 0;
  transition: all 0.300s;
  transition-delay: 0s;
}

.overmain {
  visibility: visible;
  opacity: 1;
  transition: all 0.400s;
  transition-delay: 0.370s;
}


.main-menu ul {
  list-style-type: none;
}

.main-menu ul li {
  margin: 20px 0px;
}

.main-menu ul li a {
     float: right;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    margin-top: 20px;
}

.main-menu ul li a:hover {
  opacity: 0.7;
}

.floatright
{
	float:right;
   font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
    color: #292E2F!important;
}
/*  bhoechie tab */
.active .marginright
{
    border: 1px solid #2ecd79 !important;
    padding: 12px;
    border-radius: 50px;
    margin-right: 10px;
}
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  margin-top:3em;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #fff;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #fff;
  background-image: #fff;
  color: #000;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
  display:none;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.Switch {
    background: rgba(0, 0, 0, 0) url("http://vola.collectcent.netdna-cdn.com/images/on-off.png") no-repeat scroll 0 0;
    height: 22px;
    margin: 0 auto;
    width: 51px;
}
.Switch.Off {
    background-position: -57px 0;
}
footer.footer li>a{
	color: #292e2f;
    font-size: 14px;
    font-weight: 500;
}
.viewmorecontact {
    background: none !important;
    border: 1px solid #0063ff;
    border-radius: 2px;
    color: #0063ff !important;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 2px;
    padding: 8px 15px;

    transition: all 0.3s ease-in-out 0s;
}
.viewmorecontact:hover, .viewmorecontact:focus{
	text-decoration: none;
}
.m_ad_btn{
    margin: 15px 0;
    text-align: center;
    width: 100%;
    border-radius: unset;
}
#aboutuss{
	padding-top:70px;
	padding-bottom: 10px;
}
.mob_menu{
	display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px 0;
    box-shadow: 0px 3px 5px -4px;
    list-style: none;
    z-index: 100;
    border-top: 1px solid #f2f2f2;
}
.mob_menu div{
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0 15px 10px;
}
.mob_menu li{
	text-align: center;
}
.mob_menu li a{
	color: #0063ff;
}
.mob_menu2{
	margin-top: 70px;
}
.mail_id{
	color: #424242!important;
	font-weight: 500;
}
.navbar-default .navbar-toggle{
    border-color:transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
    outline: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #222;
    height: 3px;
}
table.dataTable thead th, table.dataTable tfoot th{
	font-weight: 400!important;
}
.my_btn{
    width: 210px;
    max-width: 100%;
    border: 2px solid #228b22!important;
    color: #228b22!important;
    background-color: #fff!important;
    padding: 0!important;
    text-align: center;
    display: block;
    border-radius: unset;
    height: 39px!important;
    line-height: 36px!important;
    font-size: 14px!important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 700;
}
.my_btn:hover{
	background-color: #e5f4fc!important;
	/*color: #fff!important;*/
	text-decoration: none;
    box-shadow: 0 10px 10px -13px #000;
}
/*.my_btn:focus{
	background: #7cc576!important;
	color: #fff!important;
	border: 1px solid #7cc576!important;
}*/
.error_created_ad{
    margin: 0!important;
    padding: 0!important;
    color: red!important;
}
.daterangepicker.dropdown-menu{
	z-index: 1000!important;
}
.rl_model input{
	height: auto!important;
}
.rl_model input:focus{
	outline: none!important;
	box-shadow: unset!important;
}
#logoimage{
	background: transparent!important;
    border: none!important;
}
#logoimage:focus{
	outline: none!important;
	box-shadow: none!important;
}
.resp-tabs-list{
	border: none!important;
}
.resp-tab-item a{
	color: #444;
}
.resp-tab-item a:hover,.resp-tab-item a:focus, .resp-tab-item.active a{
	border: none!important;
	text-decoration: none!important;
}
.tooltip.text-light-grey{
	border-bottom:none!important;
    /*font-size: 16px;*/
    color: #228b22;
    z-index: 100;
}
.tooltip.text-light-grey .fa{
	margin-right: 0!important;
}


@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #228b22;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.option-input:checked::after {
 /*-webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #228b22;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
	#aboutuss{
		padding-bottom: 5px;
	}
	.daterangepicker.dropdown-menu{
		padding: 5px!important;
	    transform: translateX(-10px);
	}
	.navbar-collapse{
		display: none;
	}
	.techn_logy{
		text-align: center;
	}
	.techn_logy p{
		margin: 10px auto;
	}
}
.ranges li{
	color: #0063ff!important;
}
.ranges li:hover, .ranges li.active{
	background: #228b22!important;
    border: 1px solid #228b22!important;
    color: #fff!important;
}
.modal-footer{
	clear: both;
}
.modal-footer button{
    display: block;
    margin: auto!important;
}
.daterangepicker th.month {
    font-weight: bold;
    font-size: 15px !important;
}

.table-condensed thead tr th:before {
display: none;
}

.table-condensed >tbody >tr >td {
    font-size: 12px;
}

.fa-calendar{
   top:14px !important;
}

#create_Ad{display: block;}

.ad_info_content  .usetwentyfour{
	width: 250px !important;
	height: 250px !important;
}
