@charset "utf-8";
/* CSS Document 
Project Name: BizPoint
Version:  1.1   
Author: Awesome_Theme (https://themeforest.net/user/awesome_theme)
*/

/* 
---///---///--- TABLE OF CONTENT ---///---///---

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
	    * Preloader CSS
        * Default Title CSS
		* Selection css
		
03. Header CSS
04. Slider CSS
05. Typed CSS
06. About CSS

    01.Team
	
07. Services
08. Portfolio
09. Counter	
10. Table
11. Testimonial
12. Blog
13. Contact
14. Footer CSS


*/


/*============================ 01. Imported CSS
=================================================================*/

/*Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');

/* Other Imported CSS*/


@import "font-awesome.min.css";
@import "scrolling-nav.css";
@import "typed.css";
@import "YouTubePopUp.css";
@import "color-switcher.css";
@import "materialize.css";

/*============================ 02. General CSS 
=================================================================*/

/*---------- Common CSS --------*/

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	font-weight: 600;
}
p {
	color: #424242;
	margin: 0px;
	padding: 0px;
}
a {
	-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;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	-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;
}
ul {
	list-style: none;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
.form-control {
	margin-bottom: 30px;
	height: 45px;
	border-radius: 0;
}
/*---------- Form CSS --------*/

form {
	display: block;
}

/*---------- Preloader CSS --------*/

::-webkit-input-placeholder { /*--- Chrome/Opera/Safari ---*/
 color:#000000;
}
::-moz-placeholder { /*-- Firefox 19+ ---*/
 color:#000000;
}
:-ms-input-placeholder { /*-- IE 10+ --*/
 color:#000000;
}
:-moz-placeholder { /*-- Firefox 18--- */
 color:#000000;
}
/*-------Defult-title-------*/

.defult-title {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.defult-title span {
	color: #87d53c;
}
.defult-title h1 {
	font-size: 36px;
	padding-bottom: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.defult-title p {
	padding-bottom: 60px;
	font-weight: bold;
	font-style: italic;
}


/*------- over layer ---------*/

.over-lay {
	position: relative;
}
.over-lay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.default-section {
	padding: 100px 0px 70px;
}
.default-col {
	margin-bottom: 30px;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*============================ 03. Header CSS
=================================================================*/
.main-header {

}
.main-header .main-logo {
	width: 180px;
	height: auto;
	display: inline-block;
}
.main-header .navbar-brand {
	height: auto;
}
.main-header .navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}
.main-header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #87d53c;
	background-color: transparent;
}
.main-header .navbar-nav>li>a {
    padding-top: 21px;
    padding-bottom: 21px;
    text-transform: uppercase;
}
.blank-class {
	margin-top: 100px;
}
/*============================  04. Slider CSS
=================================================================*/

/*============================
    04. Slider CSS Start
============================*/
.main-slider-area {
	
}
.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
.slider {
    width: 100%;
    height: 80vh !important;
}
.slider .slides {
    height: 80vh !important;
}
.slider .slides li .slider-img {
    position: relative;
    height: 80vh;
}
.slider .slides li .slider-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.slider .indicators {
    bottom: 60px;
    z-index: 100;
}
.slider .slides li .caption {
    top: 40%;
}
.slider .slides li .caption h3 {
    color: #ffffff;
    font-size: 45px;
}
.slider .slides li .caption h3 span {
    color: #87d53c;
}
.slider .slides li .caption p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
}





/*============================ 05. Typed CSS
=================================================================*/
.typed-section {
	background: #f5f5f5;
	display: block;
	text-align: center;
}
.typed-section .type-title {
	margin-bottom: 30px;
	font-size: 30px;
}
.typed-section .type-title span {
	font-size: 48px;
	color: #87d53c;
}
.typed-section p {
	margin-bottom: 30px;
}
.typed-section h3 {
	text-transform: uppercase;
}
.typed-section h3 span {
	color: #87d53c;
}
.cd-words-wrapper b {
	font-weight: 300 !important;
}

/*============================ 06. Video CSS Start
=================================================================*/
.youtube-player {
	padding: 160px 0px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../images/bg/1.jpg);
	background-size: cover;
}
.youtube-player a {
	display: inline-block;
	text-align: center;
	color: #87d53c;
	cursor: pointer;
	z-index: 1111;
	font-size: 70px;
}
.youtube-player .player-title {
	padding-top: 30px;
	color: #ffffff;
}
/*============================ 06. About CSS
=================================================================*/
.about-us {
	background: #ffffff;
	display: block;
}
.future-content {
	margin-top: 30px;
	padding: 0;
	background: #ffffff;
	display: block;
}
.future-content .future-title {
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.future-list {
	display: block;
	list-style: inside;
	padding-left: 00;
	list-style-type: none;
}
.future-list li {
	display: block;
	padding: 0;
}
.future-list li a {
	display: inline-block;
	padding: 5px 0 5px 25px;
	color: inherit;
	position: relative;
}
.future-list li a:before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	top: 5px;
	left: 0;
	color: #87d53c;
}
.about-us .tab-block {
	background: #ffffff;
	margin-bottom: 30px;
	border: none;
	display: block;
}
.about-us .tab-content {
	padding: 20px 20px;
	border: 1px solid #dddddd;
	border-top: none;
}
.about-us .nav-tabs>li>a {
	color: inherit;
	border-radius: 0;
}
.about-us .nav-tabs>li.active>a, .about-us .nav-tabs>li.active>a:focus {
	color: #87d53c;
}
.about-us .nav-tabs>li.active>a:hover {
	color: #ffffff;
}
.about-us .nav-tabs>li>a:hover {
	background: #87d53c;
	color: #ffffff;
}
.about-us .accoreding-block {
	margin-bottom: 50px;
	display: block;
	margin-top: 30px;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.about-us .panel .panel-title i {
	margin-right: 10px;
	color: #6dbd63;
}
/*============================ 06. 01 Team CSS
=================================================================*/
.our-team {
	display: block;
	padding-bottom: 70px;
}
.team-block {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.team-block h3 a {
	color: #87d53c;
	padding-top: 15px;
	display: block;
}
.team-block .img-author {
	display: inline-block;
	width: 200px;
	margin: 0 auto;
	border: 5px solid;
	border-left-color: #87d53c;
	border-right-color: #dddddd;
	border-top-color: #87d53c;
	border-bottom-color: #dddddd;
	border-radius: 100%;
	position: relative;
	text-align: center;
}
.team-block .image-avator {
	display: block;
	margin: 10px;
	border-radius: 100%;
	position: relative;
	text-align: center;
}
.team-block .image-avator:before {
	position: absolute;
	content: '';
	z-index: 1;
	background: rgba(0,0,0,.81);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	border-radius: 100%;
	opacity: 0;
	-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;
}
.team-block:hover .image-avator:before {
	opacity: 1;
	-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;
}
.team-block .img-author .social-icon-author {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	-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;
}
.team-block:hover .img-author .social-icon-author {
	position: absolute;
	z-index: 2;
	opacity: 1;
	left: 50%;
	top: 50%;
	-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;
}
.team-block .img-author .social-icon-author li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.team-block .img-author .social-icon-author li a {
	border: 1px solid #FFF;
	display: inline-block;
	margin: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
}
.team-block .img-author .social-icon-author li a:hover {
	color: #ffffff;
	background: #87d53c;
	border: 1px solid #87d53c;
}
/*============================ 07. Services
=================================================================*/
.services {
	background: #f5f5f5;
}
.services-box {
	display: block;
	padding-left: 100px;
	position: relative;
}


.services-box h4 {
	text-transform: capitalize;
}
.services-box-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
	border-radius: 100%;
	background: #87d53c;
	color: #ffffff;
	border: 1px solid #87d53c;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.services-box:hover .services-box-icon {
	border: 1px solid #87d53c;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
/*============================ 08. Portfolio
=================================================================*/


.portfolio {
	padding-bottom: 100px;
}
.portfolio .col-md-4 {
	padding: 0px;
}
.portfolio-item {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.portfolio-item-info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
}
.portfolio-item:hover .portfolio-item-info {
	opacity: 1;
	visibility: visible;
}
.portfolio-item-info .item-caption {
	width: 100%;
	position: absolute;
	bottom: -10%;
	left: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}
.portfolio-item:hover .portfolio-item-info .item-caption {
	bottom: 35%;
	opacity: 1;
}
.portfolio-item-info .item-caption h4, .portfolio-item-info .item-caption p {
	color: #ffffff;
}
.portfolio-item-info .item-caption h4 {
	margin-bottom: 10px;
	color: #87d53c;
}
/*============================ 09. Counter
=================================================================*/
.counter-up {
	text-align: center;
	background: url(../images/bg/2.jpg);
	background-size: cover;
}
.counter-box {
	display: inline-block;
	text-align: center;
}
.counter-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	border-radius: 100%;
	background: rgba(135, 213, 60, 0.5);
	color: #ffffff;
	margin-bottom: 30px;
}
.counter-item {
	font-size: 36px;
	margin-bottom: 30px;
	color: #87d53c;
}
.counter-title h4 {
	color: #a5a5a5;
	letter-spacing: 1px;
}
.counter-title h4 span {
	width: 60px;
	height: 5px;
	;
	margin: 0 auto;
}
/*============================ 10. Pricing Table
=================================================================*/

.pricing-table{
	text-align: center;
	margin-bottom: 50px;
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
.pricing-table:hover {
	-webkit-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 9px 21px -6px rgba(0,0,0,0.75);
}
.pricing-table li:first-child {
	background-color: #14171c;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.pricing-table .pricing-details {
	padding-top: 40px;
	padding-bottom: 20px;
}
.pricing-table .pricing-price {
	font-size: 65px;
	font-weight: 700;
	color: #14171c;
}
.pricing-table .pricing-currency {
	color: #14171c;
	font-size: 40px;
	position: relative;
}
.pricing-table .pricing-time {
	display: inline-block;
	font-size: 36px;
	color: #14171c;
	text-transform: lowercase;
}
.pricing-table i {
	color: #87d53c;
	margin-right: 5px;
}
.pricing-table li {
	padding: 25px 0;
	border-bottom: 1px solid #F1F0F0;
	text-transform: capitalize;
}
.pricing-table li:last-child {
	padding: 0!important;
	border-bottom: 0px solid transparent;
}
.pricing-table li:last-child a {
	background-color: #14171c;
	display: block;
	padding: 25px 0;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.pricing-table li:last-child a:hover {
	background-color: #87d53c;
	color: #ffffff;
}
.pricing-table.active .pricing-details {
	background-color: #87d53c;
	color: #ffffff;
}
.pricing-table.active .pricing-details .pricing-currency, .pricing-table.active .pricing-details .pricing-price, .pricing-table.active .pricing-details .pricing-time {
	color: #ffffff !important;
}
.pricing-table.active .pricing-details .recommend {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ffffff;
	text-transform: capitalize;
}
.pricing-table.active .pricing-details {
	position: relative;
}
.pricing-table.active li:last-child a {
	background-color: #87d53c;
	color: #ffffff;
}
/*============================ 11. Testimonial
=================================================================*/

.testimonial {
	text-align: center;
	display: block;
	padding-bottom: 100px;
	background: url(../images/bg/3.jpg);
	background-size: cover;
}
#testimonial-slide .item {
	padding-bottom: 70px;
}
.testimonial img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-top: 30px;
}
.testimonial p, .testimonial .defult-title h1 {
	color: #ffffff !important;
}
.testimonial .carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.testimonial .carousel-fade .carousel-inner .item,  .testimonial .carousel-fade .carousel-inner .active.left,  .testimonial .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.testimonial .carousel-fade .carousel-inner .active,  .testimonial .carousel-fade .carousel-inner .next.left,  .testimonial .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.testimonial .carousel-fade .carousel-inner .next,  .testimonial .carousel-fade .carousel-inner .prev,  .testimonial .carousel-fade .carousel-inner .active.left,  .testimonial .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.testimonial .carousel-fade .carousel-control {
	z-index: 10;
	background: none;
	box-shadow: none;
	position: absolute;
	top: inherit;
	bottom: 10%;
}
.testimonial .carousel-control.left {
	display: inline-block;
	left: 45%;
	transform: translate(-50%, 50%);
}
.testimonial .carousel-control .glyphicon-chevron-left,  .testimonial .carousel-control .glyphicon-chevron-right,  .testimonial .carousel-control .icon-next,  .testimonial .carousel-control .icon-prev.carousel-control .glyphicon-chevron-left,  .testimonial .carousel-control .glyphicon-chevron-right,  .testimonial .carousel-control .icon-next,  .testimonial .carousel-control .icon-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	margin-top: -10px;
	font-size: 18px;
	background: rgba(255,255,255,.51);
	border: 1px solid #ffffff;
}
.testimonial .carousel-control.right {
	width: 50px;
	transform: translate(50%, -50%);
	right: 45%;
	display: inline-block;
}
.testimonial .client-name {
	font-size: 24px;
	color: #ffffff;
	margin-top: 30px;
	text-transform: uppercase;
}
.testimonial .client-status {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #8e8989;
}
/*============================ 12. Blog
=================================================================*/

.blog {
	background: #ffffff;
}
.blog-post a {
	color: inherit;
}
.blog-post a:hover {
	color: #87d53c;
}
.blog-post {
	background: #ffffff;
	display: block;
	padding: 15px;
	border: 1px solid #dddddd;
}
.blog-post .post-image {
	display: block;
	margin-bottom: 0px;
}
.blog-post .post-meta {
	padding: 0;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.blog-post .post-meta .meta-content {
	text-align: center;
	position: absolute;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 1px solid #f5f5f5;
	border-radius: 100%;
	transform: translate(-50%, 0);
	background: #ffffff;
	color: #87d53c;
	top: -40px;
	padding: 12px 5px;
}
.blog-post .post-meta .meta-content .post-date {
	display: block;
	margin-bottom: 0px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: bold;
}
.blog-post .post-author-meta {
	padding-top: 50px;
	margin-bottom: 20px
}
.blog-post .post-author-meta a {
	margin-right: 10px;
}
.blog-post .post-title {
	display: block;
	margin-bottom: 20px;
}
.blog-post .post-content {
	display: block;
}
.blog-post .read-btn {
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
}


/* Page Title CSS Start */
.page-title-sec {
	padding: 100px 0;
	background: url(../images/bg/2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-title-sec h2 {
	color: #ffffff;
}
.page-title-sec p {
	color: #afaeae;
}
.page-title-sec p a {
	color: #afaeae;
	text-transform: uppercase;
}
.page-title-sec p a:hover {
	color: #87d53c;
}


/* Blog Single */
.blog-single-sec {
    padding: 100px 0 70px;
    text-align: left;
}
.blog-single-sec .blog-box {
    background: transparent;
}
.blog-single-sec .blog-date {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-single-sec .blog-date ul li {
    margin-right: 20px;
    float: left;
}
.blog-single-sec .blog-date ul li a {
	color: #87d53c;
	text-transform: uppercase;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #87d53c;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}
.middel-item {
    margin-left: 50px;
}
.form-area .btn {
    margin-bottom: 30px;
}
.simple-btn {
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	background: #87D53C;
	border: none;
}
.simple-btn:hover {
	background: #111111;
	color: #ffffff;
}

/* Sidebar CSS Start */
.sidebar {
    margin-bottom: 30px;
}
.sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #87d53c;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 50px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    border-color: #87d53c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover a {
    color: #87d53c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover span {
    color: #87d53c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-news {
    margin-bottom: 50px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #87d53c;
    font-size: 15px;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; 
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
    border-color: #87d53c;
    background: #87d53c;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preview {
    margin-bottom: 50px;
}
/*============================ 13. Contact
=================================================================*/

.contact-us {
	background: center center no-repeat;
	background-size: cover;
	color: #ffffff;
	background: url(../images/bg/4.jpg);
	background-size: cover;
}
.contact-us .defult-title {
	margin-bottom: 50px;
}
.contact-us .defult-title h1 {
	color: #ffffff;
}
.icon-box {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.icon-box span {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	border-radius: 100%;
	margin-bottom: 20px;
	font-size: 40px;
}
.icon-box p {
	color: #ffffff;
}
.form-block input, .form-block textarea {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px;
	background: rgba(255,255,255,.51);
	outline: none;
	margin-bottom: 30px;
	color: #fff;
}
.form-block textarea {
	height: 150px;
}
.sumit-button {
	display: inline-block;
	background: #87d53c;
	color: #ffffff;
	padding: 10px 25px;
	text-transform: uppercase;
	border: none;
	-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;
}
.sumit-button:hover {
	color: #87d53c;
	background: #ffffff;
	-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;
}
 .form-block input::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.form-block input::-moz-placeholder, .form-block textarea::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.form-block input:-ms-input-placeholder, .form-block textarea:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.form-block input:-moz-placeholder, .form-block textarea:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
/*============================ 08. Footer CSS
=================================================================*/

.footer {
	background: #14171c;
}
.footer-widget {
	display: block;
}
.footer .footer-widget .fotet-wed-title {
	color: #ffffff;
	margin-bottom: 30px;
}
.footer .footer-widget .links {
	padding: 0;
	list-style: none;
}
.footer .footer-widget .links li {
	display: block;
	list-style: none;
}
.footer .footer-widget .links li a {
	display: block;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #2c3033;
	color: #a5a5a5;
}
.footer .footer-widget .links li a:hover {
	color: #87d53c;
}
.footer .links li:last-child a {
	border-bottom: none;
}
.footer .footer-widget .tags {
	padding: 0;
	list-style: none;
}
.footer .footer-widget .tags li {
	display: inline-block;
	list-style: none;
}
.footer-widget .tags li a {
	display: inline-block;
	list-style: none;
	padding: 5px 15px;
	border: 1px solid #2c3033;
	color: #ffffff;
	margin: 5px;
}
.footer-widget .tags li a:hover {
	border: 1px solid #87d53c;
	background: #87d53c;
}
.footer-widget p {
	margin-bottom: 15px;
	color: #c9c9c9;
}
.footer-widget .subs-foter {
	width: 100%;
	display: block;
	position: relative;
	height: 40px;
	margin-bottom: 15px;
}
.footer-widget .subs-foter input {
	background: none;
	width: 100%;
	display: block;
	border: 1px solid #2c3033;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px;
	outline: none;
	color: #fff;
	padding-right: 50px;
}
.footer-widget .subs-foter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.footer-widget .subs-foter input::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.footer-widget .subs-foter input:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.footer-widget .subs-foter input:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
.footer-widget .subs-foter button {
	color: #87d53c;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	-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;
}
.footer-widget .subs-foter:hover button {
	color: #ffffff;
	background: #87d53c;
	-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;
}
.footer-widget .info {
	display: block;
}
.footer-widget .info a {
	display: block;
	margin-bottom: 10px;
	color: #a5a5a5;
}
.footer-widget .info a:hover {
	color: #87d53c;
}
.footer-widget .info a i {
	color: #777777;
	margin-right: 5px;
}
.footer-widget h4 {
	color: #ffffff;
}
.copyright {
	background: #080a0c;
	border-top: 1px solid #2c3033;
	padding: 10px 0;
	color: #FFF;
}
.copyright p {
	margin-top: 15px;
}
.copyright-social-icon {
	display: block;
	padding-left: 0px;
	list-style: inside;
	list-style-type: none;
	margin: 0px;
	text-align: right;
}
.copyright-social-icon li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.copyright-social-icon li a {
	border: 1px solid #FFF;
	display: inline-block;
	margin: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
}
.copyright-social-icon li a:hover {
	color: #ffffff;
	background: #87d53c;
	border: 1px solid #87d53c;
}



#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #02b5ff;
    font-size: 45px;
}