html, html a {
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


body {
	font-family: 'abel', sans-serif;
	line-height: 1.5;
}
ul {
	list-style:none; 
	margin: 0; 
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
.fix {overflow: hidden}

.menu_area {
	min-height: 70px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.mainmenu ul {
	z-index: 9999;
}
.mainmenu ul li{
	display: inline-block;
}
.mainmenu ul li a span{
	color: #f0f0f0;
	font-size: 10px;
	margin-left: 4px;
	text-align: center;
}
.mainmenu ul li a{
	color: #000;
	display: block;
	font-family: abel,sans-serif;
	font-size: 16px;
	padding: 25px 20px;
}
.mainmenu ul li:hover {
	background: #f0f0f0;
	color: #000;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.mainmenu ul li:hover span {
	color: #000;
}
.parallax_top {
	background-attachment: fixed;
	background-color: #333;
	background-image: url("../img/parallax/parallax_top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0;
	position: relative;
	min-height: 600px;
}
.parallax_top .top_content {
	padding: 0 250px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.parallax_top .top_content h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 2;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.parallax_top .top_content h1 span {
	display: block;
}
.parallax_top .top_content a {
	border: 2px solid #cccccc;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: capitalize;
}
.parallax_top .top_content a:hover {
	background: none repeat scroll 0 0 rgba(255,255,255,.2);
	border: 2px solid #ccc;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}

.social_header {
	margin: 3px 0;
}
.left_logo_social_header ul li, .social_header ul li {
	display: inline-block;
}
.left_logo_social_header ul li a, .social_header ul li a{
	background: none repeat scroll 0 0 #f9f9f9;
	color: #333;
	display: block;
	font-size: 14px;
	height: 40px;
	padding: 10px;
	text-align: center;
	width: 40px;
}
.left_logo_social_header ul li a:hover, .social_header ul li a:hover{
	background: none repeat scroll 0 0 #f0f0f0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header_top_area {
	margin:5px 0;
}
.top_search {
	margin: 8px 0;
}
.top_search input[type="text"] {
	background: none repeat scroll 0 0 #eee;
	border: 0 none;
	border-radius: 3px 0 0 3px;
	float: left;
	height: 35px;
	padding: 10px 5px;
	width: 70%;
}
.top_search button {
	background: none repeat scroll 0 0 #337ab7;
	border: 0 none;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 14px;
	height: 35px;
	padding: 0;
	width: 76px;
}
.top_search button:hover {
	background: none repeat scroll 0 0 #21537e;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}


/*****************************************************************************************/
/* Header 2 CSS*/
/*****************************************************************************************/

.center_logo_area {
	border-top: 1px solid #f0f0f0;
	box-shadow: 0 1px 0 #f0f0f0;
	padding: 10px 0;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.sticky_logo h3 a, .center_logo_area .center_logo h3 a {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: 'Abel', sans-serif;
}
.center_logo {
	text-align: center;
}
.center_logo h3{
	margin: 10px;
}
.center_logo h3 span{
	color: #333;
}

.sticky_logo {
	display: none;
}
.stick .sticky_logo {
	display: block;
	float: left;
	margin-right: 35px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}

.stick .center_logo{
	display: none;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.tooltip-inner {
  border-radius: 0px;
  padding: 8px 10px;
}


/*****************************************************************************************/
/*DropDown Menu CSS*/
/*****************************************************************************************/

.mainmenu ul li ul {
	visibility: hidden;
	position: absolute;
	opacity: 1;
	background-color: #fafafa; 
	text-align: left;
	border-top: 3px solid #000;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mainmenu ul li:hover>ul{
	visibility: visible;
	-webkit-transition: all .5s .1s;
	-moz-transition: all .5s .1s;
	-o-transition: all .5s .1s;
	transition: all .5s .1s;
}
.mainmenu ul ul li {
	float: none; 
	margin:0px; 
	padding:0px; 
	width: 220px; 
	display: block; 
	border-bottom: 1px solid #ddd;
}
.mainmenu ul ul li:last-child {
	border-bottom: 0px solid #ddd;
}
.mainmenu ul ul li a:hover {
	background-color: #E0E0E0;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.mainmenu ul li:hover ul {
	display: block;
}
.mainmenu ul ul li a{
	padding: 10px 15px; 
	display: block; 
	color: #000;
	font-size: 14px;
	font-weight: lighter;
}
.mainmenu ul li ul li a span {
	color: #ccc;
	float: right;
	margin: 5px 0;
}
.mainmenu ul ul li a:hover{
	text-decoration: none; 
	color: #000;
}


/*****************************************************************************************/
/*SUB MENUS CSS*/
/*****************************************************************************************/
.mainmenu ul li ul ul {
	box-shadow: 0 0 1px 1px #555;
	margin: -25px 0 0 217px;
}
.mainmenu ul li ul ul li {
	height: 40px;
}
.mainmenu ul li ul ul li a{
	text-decoration: none;
	font-weight: lighter;
}
.mainmenu ul li ul li a i {
	margin-right: 8px;
}

/*****************************************************************************************/
/*MOBILE MENU CSS*/
/*****************************************************************************************/

.slicknav {
	float: right;
	text-align: right;
	margin-right:20px;
}
.slicknav_menu {
	float: right;
	margin-top: 15px;
	width: 220px;
}
.slicknav_menu a {
	color: #333;
	font-size: 30px;
	outline: medium none;
}
.slicknav_nav{
	background: none repeat scroll 0 0 #212b41;
	margin: 0;
	padding: 5px 0px;
}
.slicknav_nav li{
	border-bottom: 1px solid #555;
	text-align: left;
}
.slicknav_nav li:last-child{
	border-bottom: 0px solid #555;
}
.slicknav_nav li ul {
	background:  none repeat scroll 0 0 #222;
}
.slicknav_nav li ul li {
	padding-left: 10px;
}
.slicknav_nav li:last-child {
	border-bottom: 0px solid #555;
}
.slicknav_nav li a{
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 12px 14px;
}
.slicknav_nav li a a{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 0;
}
.slicknav_nav li a i{
	display: none;
}

.slicknav_menu {
	display: none;
}

/*****************************************************************************************/
/*	HEADER CSS*/
/*****************************************************************************************/

.logo h3 {
	margin: 22px 0;
}
.logo h3 a{
	color: #337ab7;
	font-family: abel,sans-serif;
}
.logo h3 a:hover{
	text-decoration: none
}

/*****************************************************************************************/
/*SLIDER CSS*/
/*****************************************************************************************/

.themelamp_slider .owl-carousel .item img {
	filter: blur(3px);
}
.homepage .themelamp_slider .owl-buttons .owl-prev  {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	font-size: 25px;
	left: 0;
	opacity: 0.5;
	padding: 16px 12px;
	position: absolute;
	top: 35%;
	border-radius: 0;
	margin:0;
}
.homepage .themelamp_slider .owl-buttons .owl-next {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	font-size: 25px;
	right: 0;
	opacity: 0.5;
	padding: 16px 12px;
	position: absolute;
	top: 35%;
	border-radius: 0;
	margin:0;
}
.owl-carousel .item img {
	width: 100%; 
	height: 600px; 
	position: relative;
}
.carousel_content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	padding: 150px 25px 25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.owl-carousel {
}
.carousel_content h1{
	color: #fff;
	font-weight: 600;
	line-height: 3;
	text-transform: uppercase;
	font-size: 60px;
}
.carousel_content p{
	color: #eee;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../img/713.gif') no-repeat center center;
}
.services_area {
	margin: 100px 0;
}
.services_title {
	margin-bottom: 40px;
	text-align: center;
}
.services_title h1{
	border-bottom: 1px groove #3486bc;
	display: inline-block;
	padding-bottom: 10px; 
	font-weight: 600;
}
.services_title h1 span {
	color: #2a55ab;
}
.single_services {
	background: none repeat scroll 0 0 #f9f9f9;
	margin-top: 25px;
	padding: 10px;
}
.single_services h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.single_services p {
	color: #555;
	font-size: 15px;
}
.single_services .icon {}
.single_services .icon i {
	border: 2px solid #eee;
	font-size: 20px;
	height: 50px;
	padding: 14px 10px;
	text-align: center;
	width: 50px;
}
.single_services:hover .icon i {
	background: none repeat scroll 0 0 #333;
	border: 2px solid #ccc;
	color: #fff;
	-webkit-transition:  all .6s ease 0s;
    -moz-transition:  all .6s ease 0s;
    -o-transition:  all .6s ease 0s;
	transition: all .6s ease 0s;
}


/*****************************************************************************************/
/*Portfolio CSS*/
/*****************************************************************************************/

.portfolio_area {
	background-image: url(../img/slider/slider1.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 25px 0 75px 0;
}
.portfolio_index {z-index: 9999}
.section-overlay {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.portfolio_area .container {
	z-index: 2; 
	position: relative;
}
.portfolio_title {
	margin-bottom: 40px;
	text-align: center;
}
.portfolio_title h1{
	border-bottom: 1px groove #3486bc;
	display: inline-block;
	padding-bottom: 10px; 
	font-weight: 600;
}
.portfolio_middle_icon a {
	position: relative; 
	top: 100px;
}
.portfolio_middle_icon a i {
	border: 1px solid #fff;
	color: #fff;
	margin-right: 5px;
	padding: 22px;
}
.single_portfolio {
   position: relative;
   text-align: center;
   margin-top: 30px;
}
#related_posts_slider .portfolio_caption, .single_portfolio .portfolio_caption, .single_portfolio .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.single_portfolio img {
   display: block;
   position: relative;
   max-width: 100%;
   width: 100%;
   height: auto;
}


.hover_effect .portfolio_caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  opacity: 0;
  overflow: visible;
  text-align: center;
  -webkit-box-sizing: border-box; /* content-box */
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
  
}
.portfolio_overley {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 90%;
}
.portfolio_caption:before {
  content: "";
  display: inline-block;
  height: 70%;
  position: relative;
  vertical-align: middle;
}

.hover_effect a.info {
	opacity: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio_overley a.search_icon:before, .portfolio_overley a.link_icon:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	border: 1px solid #888888;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	left: 50%;
	line-height: 36px;
	padding: 8px 16px;
	position: absolute;
	text-indent: 0;
	text-shadow: none;
}

.portfolio_overley a.search_icon:before {
	content: "\f002";
	margin-left: -52px;
	font-family: FontAwesome;
}
.portfolio_overley a.link_icon:before {
	content: "\f0c1";
	margin-left: 2.5px;
	font-family: FontAwesome;
}

.hover_effect:hover .portfolio_caption {
    opacity: 1;
}

.hover_effect:hover a.info {
	opacity: 1;
	transition-delay: 0.1s;
}




/*****************************************************************************************/
/*  Our Mission areaCSS*/
/*****************************************************************************************/

.our_mission, .our_progresses {
	background: none repeat scroll 0 0 #fff;
	padding: 25px;
}
.panel-default > .panel-heading {
	background-color:#FFF;
}
.panel-default {
  border-color: none;
}
.panel {
  background-color: inherit;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: inherit;
  margin-bottom: 20px;
}
.our_mission .panel .panel-title a.collapsed:before {
	background: none repeat scroll 0 0 #337ab7;
	color: #fff;
	content: "+";
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 27px;
	left: 2px;
	line-height: 100%;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 27px;
}
.our_mission .panel .panel-title a:before {
	background: none repeat scroll 0 0 #337ab7;
	color: #fff;
	content: "-";
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 27px;
	left: 2px;
	line-height: 100%;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 27px;
}
.our_mission .panel .panel-title a:hover:before {
	background: none repeat scroll 0 0 #333;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;

}
.our_mission .panel .panel-title {
}
.our_mission .panel .panel-body {
	border-top: 0 solid #ddd !important;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0;
}
.our_mission .panel .panel-title a {
	color: inherit;
	display: block;
	padding: 2px 42px 16px; 
	position: relative;
}

.our_mission .panel .panel-title a.collapsed {
	border-bottom: 1px solid #f0f0f0;
}
.our_mission_area {
	background: none repeat scroll 0 0 #f5f5f5;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}

.our_mission .panel-group .panel {
border-radius: 0;
margin: 0;
}

.our_progresses .progress {
	border-radius: 1px;
	height: 35px;
	position: relative;
	box-shadow: none;
}

.our_progresses .progress .sr-only {
clip: auto;
font-size: 13px;
height: auto;
left: 23px;
top: 8px;
width: auto;
}
.progress.active .progress-bar, .progress-bar.active {
  animation: 6s linear 0s normal none infinite running progress-bar-stripes;
}

/*****************************************************************************************/
/*Team area CSS*/
/*****************************************************************************************/

.team_area {
    margin: 100px 0;
}
.client_title {
    margin-bottom: 40px;
    text-align: center;
}
.client_title h1 {
    border-bottom: 1px groove #3486bc;
    display: inline-block;
    padding-bottom: 10px;
	font-weight: 600;
}
.single_team {
    background: none repeat scroll 0 0 #f9f9f9;
    box-shadow: 1px 2px 1px #eee;
    position: relative;
}
.single_team img {
    height: auto;
    padding: 20px 10px 0;
    width: 100%;
}
.single_team img:hover {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .5;
}

.single_team_info {
    padding: 0 10px;
    text-align: right;
}
.single_team_info h3 {
    color: #999;
    font-size: 15px;
    font-weight: 500;
}
.single_team_info p {
    color: #999;
    font-size: 12px;
}
.team_social_address {
    border-top: 2px solid #eee;
    margin-top: 6px;
}
.team_social_address ul {
}
.team_social_address ul li {
    border-right: 2px solid #eee;
    display: inline-block;
}
.team_social_address ul li:hover {
	background: #ddd;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.team_social_address ul li:last-child {
	border-right: 0px solid;
}
.team_social_address ul li a {
    color: #aaa;
    display: block;
    font-size: 16px;
    padding: 15px 24px;
}
.team_social_address ul li a i {
}

/*****************************************************************************************/
/* Blog area CSS*/
/*****************************************************************************************/
.blog_area {
    padding: 100px 0;
	background:none repeat scroll 0 0 #eee;
	position: relative;
	z-index: 2;
}
.blog_area_title {
    margin-bottom: 40px;
    text-align: center;
}
.blog_area_title h1 {
    border-bottom: 1px groove #3486bc;
    display: inline-block;
    padding-bottom: 10px;
	font-weight: 600;
}
.blog_area_title h4 {
}
.projects_view {
    background: none repeat scroll 0 0 #fff;
}
.single_projects:nth-child(2n) .projects_image {
    float: right;
}
.single_projects:nth-child(2n) .projects_des {
    float: left;
}
.single_projects {
    overflow: hidden;
}
.projects_title {
    text-align: center;
}
.projects_content {
    overflow: hidden;
	position: relative;
}
.projects_image {
    float: left;
    width: 50%;
}
.projects_image img {
    max-width: 100%;
}
.projects_image img:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	opacity: 0.5;
}
.projects_des {
	float: left;
	margin-top: 15px;
	padding: 1px 45px;
	width: 50%;
}
.projects_des h3 {
	font-size: 18px; 
	text-align: center;
}
.projects_des h3 a {
	color: #333;
	font-weight: 600;
}
.projects_des h3 a:hover {
	color: #000;
	font-weight: 600;
}
.projects_des p {
    font-size: 14px;
    line-height: 27px;
}
.projects_des:before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 35px;
	left: 48.5%;
    opacity: .8;
	position: absolute;
	top: 45%;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 35px;
}
h4.all_blog {
	margin-top: 50px;
	text-align: center;
}
h4.all_blog a {
	border: 2px solid #CCCCCC;
	font-size: 15px;
	margin: 30px auto;
	padding: 15px;
	text-align: center;
	width: 150px;
}

h4.all_blog a:hover {
	color: #000; 
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	border: 2px solid #333;
}

/*****************************************************************************************/
/* CLients slider area CSS*/
/*****************************************************************************************/
.clients_area {
	background: none repeat scroll 0 0 #f5f5f5;
	padding: 50px 0;
}
.clients_area_title {
	text-align: center;
}
.clients_area_title h1 {
	border-bottom: 1px groove #3486bc;
	display: inline-block;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#clients_slider {
	margin: 50px 0;
}
#clients_slider .owl-item .item img {
	height: auto;
	width: 166px;
}
.clients_area #clients_slider .owl-prev, .clients_area #clients_slider .owl-next  {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	padding: 3px 12px; border-radius: 2px;
}

/*****************************************************************************************/
/* Footer area CSS*/
/*****************************************************************************************/
.footer_area {
	background:none repeat scroll 0 0 #fff;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

.site_detail  {
	margin-top: 40px;
}

.about_site img {
	margin: 0 0 37px;
	width: 131px;
}
.about_site p, .about_site a  {
	margin-bottom: 0;
	font-size: 14px;
	color: #000;
}
.address {
	margin-top:20px;
}
.address span {
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
}
.address p {
	font-size: 14px;
	color: #000;
	line-height: 2;
}
.address .author_email a {
	color: #2599aa;
}
.address .author_email a:hover {
	color: #000;
}
.twitter_area {
	margin-top: 25px;
}
.twitter_area ul li {
	margin-bottom: 16px;
}
.twitter_title {
  margin: 5px 10px;
}
.twitter_area .details{
	position: relative;
}
.twitter_area .details:before {
	content: '\f0C9';
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	left: -10px;
	line-height: 100%;
	position: absolute;
	top: 7px;
}
.twitter_title i {
	color: #888;
	float: left;
	line-height: 27px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.twitter_title:hover i {
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
} 
.twitter_title a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 22px;
}
.twitter_title a:hover {
	color: #2599aa;
}
.meta {
  color: #666;
  font-size: 12px;
  margin-left: 10px;
}
.footer_bottom {
	background: none repeat scroll 0 0 #222;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.copyright h5 {
	color: #fff;
	font-size: 14px;
}
.copyright h5 a {
	color: #fff;
}
.flickr_area {
	margin-top:25px;
}
.flickr_badge_image {
	margin:0px;
	display:inline;
}
.flickr_badge_image img {
	border: 1px solid #ddd !important;
	padding:1px; 
	margin:2px;
	border-radius: 3px;
}
.flickr_badge_image img:hover {
	opacity: 0.5;
	transition: all .3s ease 0s;
}
#flickr_badge_wrapper {
	width:238px;
	text-align:left;
}
.twitter_list h4, .flickr_title h4, .newsletter_signup_title h4 {
	border-bottom: 2px groove #ddd;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 10px;

}
.newsletter_signup_title {
	margin-top:25px;
}
.newsletter_signup_title h4 { 
	font-size: 18px;
	line-height: 22px;
}
.newsletter_signup_title h6 { 
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin: 0;
}

.subscription-success,
.subscription-error {
    color: #000;
}
.signup_form input[type="email"] {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 1em;
	margin: 20px 0;
	max-width: 100%;
	padding: 0.462em 0.615em;
	width: 100%;
}
.signup_form input[type="submit"] {
	background: none repeat scroll 0 0 #555;
	border: 0 none;
	color: #fff;
	padding: 6px 12px;
	width: inherit;
}
.signup_form input[type="submit"]:hover {
	background: none repeat scroll 0 0 #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.social_sharing {
	margin-top:38px;
}
.social_sharing ul li {
	display: inline-block;
}
.social_sharing ul li a{
	background: none repeat scroll 0 0 #eee;
	border-radius: 1px;
	color: #444;
	display: block;
	font-size: 18px;
	height: 40px;
	padding: 7px;
	text-align: center;
	width: 40px;
}
.social_sharing ul li a:hover{
	background: none repeat scroll 0 0 #ccc;
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*****************************************************************************************/
/*	HOME TWO CSS*/
/*****************************************************************************************/

.buy_template a {
	border: 2px solid #cccccc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	padding: 15px 20px;
	text-transform: capitalize;
}
.template_fixed_back {
	background-attachment: fixed;
	background-color: #333;
	background-image: url("../img/home3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	padding: 60px 0 140px;
	position: relative;
	z-index: 2;
}

.template_fixed_back .top_content {
	padding: 0 250px;
	position: fixed;
	text-align: center;
	z-index: 1;
	width: 100%;
}
.template_fixed_back .top_content h1 {
	color: #ddd;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 2;
	margin-bottom: 50px;
	margin-top:35px;
	text-transform: capitalize;
}
.template_fixed_back .top_content a {
	border: 2px solid #cccccc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	padding: 15px 20px;
	text-transform: capitalize;
}
.template_fixed_back .top_content a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 2px solid #ccc;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0.1s;
}
.template_review {
	background:none repeat scroll 0 0 #fff;
	padding: 30px 0;
	position: relative;
	z-index: 2;
}
.review h2 span {
	color: #3366aa;
	text-transform: capitalize;
}
.template_review .review h5 {
	line-height: 3;
}
.buy_template {
	margin-top:30px;
	text-align: right;
}
.buy_template a {
	color: #337ab7;
}
.buy_template a:hover {
	color: #111;
	border:2px solid #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar_template .blog_posts {
	background: #fff;
	padding: 15px;
}
.lamp_template_review {
	background:none repeat scroll 0 0 #f9f9f9;
	padding: 30px 0;
}

.homepage-3 .pricing_table_area {
	background: #fff;
}

/*****************************************************************************************/
/* Contact page 1 CSS*/
/*****************************************************************************************/
.page-title {
	background-image: url("../img/image2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-color: rgba(0,0,0,0);
	background-size: cover;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.contact_overley {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;width: 100%;
}
.section-header {
	text-align: center;
}
.section-header h1 {
	color: #fff;
	font-size: 45px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.section-header {
	color: #fff;
}
.breadcrumbs {
	margin: 15px 0;
}
.breadcrumbs span{
	font-size: 14px;
}
.breadcrumbs a.prev{
	font-size: 15px;
	letter-spacing: 1px;
}
.breadcrumbs .current {
	font-weight: bold;
}
.breadcrumbs a, .breadcrumbs span {
	color: #fff;
}
.contact_area {
	background: none repeat scroll 0 0 #eee;
	padding: 50px 0;
}
.contact_form input, .contact_form textarea {
	width: 100%;
}
.contact_form input.button {
	background: none repeat scroll 0 0 #3498db;
	border: 0 none;
	color: #fff;
	padding: 6px 8px;
	width: inherit;
}
.contact_form input.button:hover {
	background:none repeat scroll 0 0 #2876aa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact_form {
	float: left; 
	width: 65%; 
	margin-right:30px;
}
.contact_address_area {
	float: left; 
	width:30%;
}
.contact_address_area h4 {
	color: #444; 
	font-size: 16px;
	font-weight: bold;
	margin: 19px 0;
	text-transform: uppercase;
}
.contact_address_area ul {
	margin-top:15px;
}
.contact_address_area ul li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 35px;
	border-radius: 35px;
	display: inline-block;
}
.contact_address_area ul li:hover {
	background: #3498db; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#fff;
}
.contact_address_area ul li a {
	color: #333;
	display: block;
	height: 35px;
	padding: 8px 12px;
	width: 35px;
}
.contact_address_area ul li a:hover {
	color: #fff;
}
.contact_address span {
	line-height: 30px; 
	color: #555555;
}
.contact_form input[type="text"], input[type="password"], input[type="search"], input[type="url"], input[type="email"], input[type="number"], select, textarea {
	background-color: #f1f5f8;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 1em; 
	max-width: 100%;
	padding: 0.462em 0.615em;
	margin-top: 10px;
}
.contact_form p {
	margin-bottom:15px; 
	color: #666;
}
.contact_submit {
	padding-left:15px;
}

/*****************************************************************************************/
/* Contact page 2 CSS*/
/*****************************************************************************************/

#map-canvas {
	background-color: #e5e3df;
	float: left;
	margin-right: 70px;
	position: relative;
	width: 40%;
	height: 428px;
}
.contact_form_2 input, .contact_form_2 textarea {
	width: 100%;
}
.contact_form_2 input.button {
	background: none repeat scroll 0 0 #3498db;
	border: 0 none;
	color: #fff;
	padding: 6px 8px;
	width: inherit;
}
.contact_form_2 input.button:hover {
	background:none repeat scroll 0 0 #2876aa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact_form_2 {
	float: left; 
	width: 50%;
}
.contact_address_area {
	float: left; 
	width:30%;
}
.contact_address_area h4 {
	color: #444; 
	font-size: 16px;
	font-weight: bold;
	margin: 19px 0;
	text-transform: uppercase;
}
.contact_address_area ul {
	margin-top:15px;
}
.contact_address_area ul li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 35px;
	border-radius: 35px;
	display: inline-block;
}
.contact_address_area ul li:hover {
	background: #3498db; 
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	color:#fff;
}
.contact_address_area ul li a {
	color: #333;
	display: block;
	height: 35px;
	padding: 8px 12px;
	width: 35px;
}
.contact_address_area ul li a:hover {
	color: #fff;
}
.contact_address span {
	line-height: 30px; 
	color: #555555;
}
.contact_form_2 input[type="text"], input[type="password"], input[type="search"], input[type="url"], input[type="email"], input[type="number"], select, textarea {
	background-color: #f1f5f8;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 1em;
	max-width: 100%;
	padding: 0.462em 0.615em;
	margin-top: 10px;
}
.contact_form_2 p {
	margin-bottom:15px; 
	color: #666;
}
.contact_submit {
	padding-left:15px;
}
.portfolio_menu_4 {
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}
.portfolio_menu_4 ul li{
	display: inline-block; 
	padding: 0px 10px;
}
.portfolio_menu_4 ul li a{
	display: block;
	text-transform: capitalize;
	color: #000;
	padding: 8px 0;
}
.portfolio_area .active {
	border-bottom: 3px solid #333;
}

/*****************************************************************************************/
/* Blog pages CSS*/
/*****************************************************************************************/

.blog_page_area {
	background: none repeat scroll 0 0 #eee;
	padding: 50px 0;
}

.blog_posts {
	overflow: hidden; 
}
.single_blog {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 32px;
}
.single_blog:last-child {
	border-bottom: 0px solid;
}
.single_blog h1 {
	color: #000;
	font-size: 24px; 
	font-weight: bold; 
	margin-bottom: 30px; 
	margin-top: 0;
}
.single_blog h1 a {
	color:#222222;
}
.single_blog h1 a:hover {
	color:#3366aa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.post_comments {
	float: right;
}
.post_comments h5 {
	background: none repeat scroll 0 0 #222;
	position: relative;
	text-align: center;
}
.post_comments h5:after {
	background: none repeat scroll 0 0 #222;
	border: 0 none;
	bottom: -5px;
	content: "";
	height: 10px;
	left: 44%;
	position: absolute;
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
}
.post_comments h5 a {
	color: #fff;
	display: block;
	font-size: 28px;
	padding: 5px 8px;
}
.post_comments h5 a span {
	display: block; 
	font-size: 12px;
}
.post_meta {
	margin: 15px 0;
}
.post_meta p {
	font-weight: 600;
}
.post_meta ul li {
	display: inline-block;
	margin-right: 10px;	
	font-size: 13px; 
	color: #555;
}
.post_meta ul li i {
	margin-right: 8px;
}
.post_thumbnail img {
	width: 100%;
}
.post_thumbnail img:hover {
	-webkit-filter: sepia(1);
	-moz-filter: sepia(1);
	filter: sepia(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.post_content {
	margin-top: 25px;
}
.post_content p {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}
h5.blog_reading {
	margin-top: 25px;
	text-align: center;
}
h5.blog_reading a {
	border: 1px solid #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 12px;
}
h5.blog_reading a:hover {
	border: 1px solid #444;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pagination {
  border-radius: 0px;
}
.pagination ul li {
	border: 1px solid #bbb;
	float: left;
}
.pagination ul li a {
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
}
.pagination ul li a.active {
	background: #DDDDDD;
	color: #000;
}
.pagination ul li a:hover {
	background: #DDDDDD;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*****************************************************************************************/
/* Grid Blog pages CSS*/
/*****************************************************************************************/

.single_grid_blog {
	background: #fff;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 47%;
	margin-right:10px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px 20px 32px;
}
.single_grid_blog:last-child {
	border-bottom: 0px solid;
}
.single_grid_blog h1 {
	color: #000;
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 13px;
}
.single_grid_blog h1 a {
	color:#222222;
}
.grid_post_comments {
	float: right;
}
.grid_post_comments h5 {
	background: none repeat scroll 0 0 #DDDDDD;
	padding: 3px 6px;
	position: relative;
	text-align: center;
}
.grid_post_comments > h5:after {
	border-color: #DDDDDD transparent transparent #DDDDDD;
	border-style: solid;
	border-width: 6px;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
}
.grid_post_comments h5 a {
	color: #000;
	font-size: 16px;
}
.grid_post_comments h5 a span {
	display: block;
	font-size: 12px;
}
h5.grid_blog_reading {
	margin-top: 25px;
	text-align: center;
}
h5.grid_blog_reading a {
	border: 1px solid #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 12px;
}
.grid_post_content {
	margin-top: 25px;
}
.grid_post_content p {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 30px;
}
.blog-grid-template .sidebar_section {
	margin-top:30px;
}

/*****************************************************************************************/
/* Blog sidebar CSS*/
/*****************************************************************************************/

.follow_section {
	background: none repeat scroll 0 0 #fff;
}
.follow_title {
	border: 1px solid #ccc;
}
.follow_title h3 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0;
	padding: 15px 10px 5px;
}
.follow_icons {
	border: 1px solid #d8e2e4;
	padding: 5px;
}
.follow_icons a {
	background: none repeat scroll 0 center #f7f7f7;
	color: #444;
	float: left;
	font-size: 24px;
	height: 54px;
	margin: 2px;
	padding-top: 7px;
	text-align: center;
	width: 54px;
}
.follow_icons a:hover {
	background: none repeat scroll 0 center #f0f0f0;
}
.recent_post_section {
	background: none repeat scroll 0 0 #fff;
	margin: 15px 0; 
	overflow: hidden;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 0;
}
.single_recent_content h3 {
	margin-top:2px ;
	font-size: 13px;
	font-weight: lighter;
	line-height: 24px;
}
.single_tab_recent_posts h3 a, .single_tab_popular_posts h3 a, .single_tab_comments_posts h3 a{
	color: #333;
}
.single_tab_recent_posts h3 a:hover, .single_tab_popular_posts h3 a:hover, .single_tab_comments_posts h3 a:hover {
	color: #000;
}
.news_date i{
	margin-right: 8px;
}
.single_recent_content img{
	background: none repeat scroll 0 0 #eee;
	float: left;
	height: 70px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 2px;
	width: 70px;
}
.single_tab_comments_posts, .single_tab_recent_posts, .single_tab_popular_posts {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 9px;
}
.single_tab_comments_posts:hover, .single_tab_recent_posts:hover, .single_tab_popular_posts:hover {
  background-color: #eee;
}
.single_tab_comments_posts, .single_tab_recent_posts, .single_tab_popular_posts:first-child {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.tab_date, .tab_comments {
	float: left;
	font-size: 12px;
}
.tab_comments {
	margin-left: 25px;
}
.scroll_top {
	background: none repeat scroll 0 0 #333;
	border-radius: 2px 2px 0 0;
	bottom: 0;
	position: fixed;
	right: 25px;
	z-index: 9;
}

.scroll_top a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 6px 16px 10px;
}
.scroll_top a:hover {
	color: #000;
	background:#eee;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}

.stick {
	background: none repeat scroll 0 0 #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.category_tab_section {
	background:none repeat scroll 0 0 #fff;
}
.category_title_area h4 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0; margin-bottom:0;
}
.category_title_area a{
	background: url("../img/arrow-down.png") no-repeat scroll 90% center #ffffff;
	border: 1px solid #d6d6d6;
	display: block;
	outline: medium none;
	padding: 20px 0 20px 15px;
	color: #000;
}
.tag_title_area a:hover, .tag_title_area a:focus, .category_title_area a:hover, .category_title_area a:focus {
	text-decoration: none;
}
.single_cat ul li{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 8px 8px 9px 23px;
}
.single_cat ul li a {
	color: #000;
}
.tag_title_area h4 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom:0;
}
.tag_title_area a{
	background: url("../img/arrow-down.png") no-repeat scroll 90% center #ffffff;
	border: 1px solid #d6d6d6;
	display: block;
	outline: medium none;
	padding: 20px 0 20px 15px;
	color: #000;
}
.tag_title {
	padding: 2px 15px;
}
.tag_title a {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: lighter;
	margin: 5px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.tag_cloud {
  border: 1px solid #ddd;
  padding: 10px 10px 30px;
}
.tag_cloud a {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  padding: 5px 12px;
  text-transform: capitalize;
}

/*****************************************************************************************/
/* Home Testimonial CSS*/
/*****************************************************************************************/

.testimonial_area {
	background-image: url(../img/testimonial_back.jpg);
	padding: 200px 0;
	background-color: #333;
	background-repeat:no-repeat;
    background-attachment:fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-size: cover;
	z-index: 2;
	position: relative;
	width: 100%;
}


.testimonial_overley {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}
.home_testimonial {
	text-align: center;
}
.testimonial_content {
	padding: 0 250px;
}
.testimonial_content h1 {
	color: #fff;
	font-size: 40px;
	line-height: 84px;
	text-transform: uppercase;
	font-weight: 600;
}
.testimonial_content p {
	line-height: 25px ;
	color: #fff;
	font-size: 17px;
}
.featured_video_area {
	padding: 100px 0;
	background: #f7f7f7;
	border-bottom: 2px solid #eee;
}
.video_area_title {
	text-align: center;
	margin-bottom: 40px;
}
.video_area_title h1 {
	border-bottom: 1px groove #3486bc;
	display: inline-block;
	padding-bottom: 10px;
}

/*****************************************************************************************/
/* Pricing Table CSS*/
/*****************************************************************************************/
.pricing_title_section {
    margin: 50px 0;
    text-align: center;
}
.pricing_title_section {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 50px;
	padding: 20px 0 35px;
	text-align: center;
}
.pricing_title_section h2 {
	margin-bottom: 20px;
}
.pricing_table_area {
	background: none repeat scroll 0 0 #f7f7f7;
	border-bottom: 2px solid #ddd;
	padding: 50px 0 120px;
	position: relative;
	z-index: 2;
}
.single_plan {
	border: 1px solid #ddd;
	float: left;
	width: 25%;
	border-radius: 5px;
}

.pricing_table_area .plan {
    background: none repeat scroll 0 0 #eee;
    padding: 0 0 20px;
    text-align: center;
}
.plan .plan-header h3 {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    padding: 10px 0;
}
.plan .plan-header .plan-price {
	background: none repeat scroll 0 0 #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
}
.plan-content ul li {
    border-bottom: 1px solid #fff;
    padding: 15px;
}
.plan_submit a {
	background: none repeat scroll 0 0 #333333;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
}
.popular_plan .plan_submit a:hover ,.plan_submit a:hover {
	background: none repeat scroll 0 0 #000;
	-webkit-transition: all .5s .1s;
	-moz-transition: all .5s .1s;
	-o-transition: all .5s .1s;
	transition: all .5s .1s;
}
.popular_plan {
	-webkit-box-shadow: 0 0 2px 5px #DDDDDD;
	box-shadow: 0 0 2px 5px #DDDDDD;
}
.popular_plan .plan .plan-header  h3 {
	background: #0088CC;
}
.popular_plan .plan_submit a  {
	background: #0088CC;
}

/*****************************************************************************************/
/* about us page CSS*/
/*****************************************************************************************/


.about-us-template .page-title {
  background: url("../img/pages/about.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.about_us_services_area {
	margin: 20px 0;
}
.about_us_area {
	background: none repeat scroll 0 0 #f7f7f7;
	margin: 25px 0;
	overflow: hidden;
	padding: 50px 5px;
}
.company_thumb {
	margin-right:15px;
	width: 65%;
}
.company_thumb img {
	width: 100%;
	height: auto;
	float: left;
	margin-right:10px;
}

.company_des h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 1px;
}
.company_des p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}
.about_us_team_area {
	margin: 50px 0;
	background: #f7f7f7;
	padding-bottom: 25px;
	border-bottom: 2px solid #ddd;
}
.about_us_services_area .single_services {
	text-align: center;
}
.about_us_services_area .services_title {
	margin-bottom:60px;
}
.about_us_services_area .services_title h1 {
	font-size:25px;
}
.about_us_services_area .services_title h4 {
	font-size:18px;
}
.about_us_team_area .client_title h1 {
	font-size:25px;
}
.about_us_portfolio_area .portfolio_title h1 {
	font-size:25px;
}
.about_us_portfolio_area {
	background-attachment: fixed;
	background-image: url("../img/testimonial_back.jpg");
	background-size: cover;
	margin: 100px 0;
	padding: 25px 0 75px;
	position: relative;
}
.about_us_portfolio_area .section-overlay {
	opacity: 0.7;
}
.about_us_portfolio_area .container {
	z-index: 2;
	position: relative;
}

/*****************************************************************************************/
/* not found CSS*/
/*****************************************************************************************/


.not-found-template .page-title {
	background-image: url("../img/pages/error.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-color: rgba(0,0,0,0);
	background-size: cover;
	padding: 10px 0;
	position: relative;
	width: 100%;

}
.not_found_area {
	background: none repeat scroll 0 0 #f7f7f7;
	border-bottom: 2px solid #ddd;
	padding: 50px 0;
}
.not_found_search {
	margin-top:80px;
}
.not_found_area input.text {
	background-color: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	font-size: 1em;
	padding: 0.462em 0.615em;
	width: 50%;
}
.not_found {
	margin: 50px 0;
	text-align: center;
}
.not_found i {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	font-size: 35px;
	padding: 25px;
}
.not_found h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.not_found h5 {
	font-weight: bold;
	margin: 25px 0;
}
.not_found_submit input{
	background-color: #fff;
	border: 2px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 25px;
}
.not_found_submit input:hover{
	background-color: #f5f5f5;
	border: 2px solid #ccc;
}


/*****************************************************************************************/
/* faq page CSS*/
/*****************************************************************************************/

.faq-template .page-title {
	background: url("../img/ask.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.faq-template .contact_overley {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.faq_tab_section {
	border-bottom: 2px solid #ddd;
	padding: 50px 0;
}
.faq_title_area h4 {
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
}
.faq_title_area a {
	background: url("../img/arrow-down.png") no-repeat scroll left 6px #ffffff;
	border-bottom: 1px solid #eee;
	color: #000;
	display: block;
	font-size: 14px;
	outline: medium none;
	padding: 0 20px 20px;
}
.faq_title_area a:hover {
	color: #337ab7;
}
.faq_tab_section .single_tab_area .panel-collapse {
	background: none repeat scroll 0 0 #f9f9f9;
	padding: 10px; position: relative;
}

.faq_tab_section .single_tab_area .panel-collapse h6 {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
.faq_tab_section .single_tab_area {
	margin: 15px 0;
}
.faq_tab_section .single_tab_area:first-child {
	margin-top: 0;
}
.faq_title_area a:hover, .faq_title_area a:focus {
	text-decoration: none;
}


/*****************************************************************************************/
/* templates CSS*/
/*****************************************************************************************/

.portfolio-two-template .hover_effect a.info {
  margin-top: 160px;
}
.portfolio-four-template .hover_effect a.info {
	 margin-top: 70px;
}
.page .portfolio_area {
	padding: 100px 0;
}
.blog-page-template .blog_posts {
	background: none repeat scroll 0 0 #fff;
	padding: 15px;
}


/*****************************************************************************************/
/* single page CSS*/
/*****************************************************************************************/

.single-page-template {
	background: none repeat scroll 0 0 #f5f5f5;
	padding-bottom: 25px;
}

.single-page-template .project_area	{
	margin-top:120px;
}

.single_project div {
	overflow: hidden;
}
.single_project {
}
.single_project .post_title {
	
}
.single_project .post_title a{
	color: #222;
	font-size: 26px;
}
.single_project blockquote p{
	color: #777;
}
.single_project .project_content {
	margin-top:25px;
}
.single_project .project_content p {
	font-size: 15px;
}
.single_project .meta_share {
	margin: 25px 0 80px;
	overflow: hidden;
}
.single_project .post_meta {
	background: none repeat scroll 0 0 #fff;
	margin-top: 15px;
	padding: 15px;
}
.single_project .share_options {
  background: none repeat scroll 0 0 #fff;
  margin: 3px 0;
  padding: 20px 15px;
}
.single_project .share_options li {
	display: inline-block;
}
.single_project .share_options li a {
	background: none repeat scroll 0 0 #f5f5f5;
	color: #333;
	display: block;
	font-size: 14px;
	height: 40px;
	padding: 10px;
	text-align: center;
	width: 40px;
}

.related_posts_title {
	margin-bottom: 35px;
}
.related_posts_title h3 {
	border-bottom: 1px solid #999;
	color: #999;
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 5px;
}
.related_posts {
	overflow: hidden;
}

.related_posts .item {
display: block;
margin: 5px;
color: #FFF;
text-align: center;
}
.related_posts #related_posts_slider .owl-prev, .related_posts #related_posts_slider .owl-next {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #000;
  font-size: 18px;
  padding: 3px 12px;
}

.related_posts .item img {
	height: auto;
	position: relative;
	width: 100%;
}
.related_posts .related_overley {
	background-image: linear-gradient(to top, #67abe4, #3794e2);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.related_posts .item:hover .related_overley {
	opacity: .7;
	transform: translateX(0%);
}
.related_posts .related_post_caption {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 90%;
	margin-top:50px;
}
.related_post_caption a.search_icon:before, .related_post_caption a.link_icon:before {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 15px;
	left: 50%;
	line-height: 36px;
	padding: 1px 10px;
	position: absolute;
	text-indent: 0;
	text-shadow: none;
}
.related_post_caption a.search_icon:before {
	content: "\f002";
	margin-left: 7.5px;
}
.related_post_caption a.link_icon:before {
	content: "\f0c1";
	margin-left: -37.5px;
}
.related_post_caption a.search_icon, .related_post_caption a.link_icon {
	
}
.related_post_caption a.caption_icon {
	
}
.related_post_caption h3 {
	margin-top:50px;
}
.related_post_caption h3 a {
	color: #000;
	font-size: 19px;
}
.comments_area {
	margin: 50px 0;
	overflow: hidden;
}
.comments_area .comments_title {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}
.comments_area .contact_form {
	margin-top: 35px;
	width: 100%;
}
.comments_area .contact_form input[type="text"], input[type="email"],input[type="url"], textarea {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 1em;
	margin-top: 10px;
	max-width: 100%;
	padding: 0.462em 0.615em;
}
.comments_area p textarea {
	height: 200px;
}
.comments_area input[type="submit"] {
	padding: 6px 30px;
}

.meta_share .post_comments {
	float: none;
}


/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }


/*---------------------------------------
   4.10.2 CONTACT FORM        
-----------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}

