/*

Author       : themes_state
Template Name: Onex - Consulting & Business One Page HTML Template
Description  : This is html5 template
Version      : 1.0

*/
/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE (body, link color, section-heading, preloader, btn, overlay, section-padding etc)
    02. START HEADER DESIGN
    03. START HOME DESIGN
    04. START QUICK-QUOTE DESIGN
    05. START FEATURE DESIGN
    06. START ABOUT DESIGN
    07. START SERVICE DESIGN
    08. START PORTFOLIO DESIGN
    09. START TEAM DESIGN
    10. START COUNTER DESIGN
    11. START SKILL DESIGN
    12. START PRICING DESIGN
    13. START TESTIMONIAL DESIGN
    14. START BLOG DESIGN
    15. START NEWSLETTER DESIGN
    16. START CONTACT DESIGN
    17. START FOOTER AND COPYRIGHT DESIGN
    18. START SECTION-TOP DESIGN
  =============================================================*/
  
/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3d465a;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5, 
h6{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: normal;
}
p{
    font-size: 14px;
    font-weight: 300;
    color: #8a8b8e;
    margin: 0;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a:focus,
a:hover{
	outline: none;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.padding_0{
	padding: 0;
}

/*START PRELOADER DESIGN*/
.preloader {
	background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0cc652;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* END PRELOADER DESIGN */


/* START DEFAULT BTN */
.slide_content.slider_btn,
.slide_content .slider_btn{
    background: transparent;
    border: 1px solid #fff;
    margin-left: 20px;
    border-radius: 30px;
    box-shadow: 0 3px 12px 0 rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
	margin-bottom: 20px;
    padding: 14px 38px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slide_content .slider_btn.active_btn,
.slide_content .slider_btn:hover{
	color: #fff;
	background: #6dbc45; 
	border-color: #0cc652;
	text-decoration: none;
}
.main_btn {
    font-size: 14px;
    padding: 14px 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
	border-radius: 30px;
    border: 1px solid #fff;
    background: #fff;
    color: #0cc652;
    transition: all 0.3s;
}
.main_btn:focus,
.main_btn:hover{
	background: #fff none repeat scroll 0 0!important; 
	color: #1d2025;
	border-color: #fff;
	outline:0 none;
}
.white_bg .main_btn.wh_btn {
    background: #0cc652;
    color: #fff;
}
.white_bg .main_btn.wh_btn:hover{
    background: #1D2025!important;
    color: #fff;
	border-color: #1D2025;
}
.ct_btn{
	background: #0cc652;
	color: #fff;
	margin-top: 30px;
}
.ct_btn:hover{
	background: #1D2025!important;
	color: #fff;
	border-color: #1D2025;
}
/* END DEFAULT BTN */


/* START DEFAULT-COLOR */

.text_white{
	color: #fff !important;
}
.gray_bg{
	background: #F7F8FA;
}
/* END DEFAULT-COLOR */


/* START SECTION-PADDING */

.section_padding{
    padding: 100px 0;
    overflow: hidden;
}
.pb_70{
	padding-bottom: 70px;
}
/* END SECTION-PADDING */


/* START SECTION-HEADING */

.section_heading {
	position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}
.section_heading span {
    color: #0cc652;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}
.section_heading h2 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.section_heading p {
    max-width: 780px;
    margin: 0 auto;
}
.heading_border {
    margin: 15px auto;
    padding: 20p;
    width: 65px;
    height: 1px;
    background: #0cc652;
}

/* END SECTION-HEADING */

/*
* ----------------------------------------------------------------------------------------
* 01. END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/

.navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 0;
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-brand { padding: 0px }
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-weight:bold;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    color: #6dbc45;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #0cc652;
    background: transparent;
}
.main_menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
	transition: all linear .3s;
}
.mobile-nav{
	display:none;
}
.navbar-default.sticky_menu {
    background-color: #6dbc45;
    box-shadow: 0 -1px 15px rgba(0,0,0, 0.5);
    padding: 10px 0;
    width: 100%;
	animation: fadeInDown 1s both 0.2s;
}
.navbar-default.sticky_menu .navbar-nav>.active>a, 
.navbar-default.sticky_menu .navbar-nav>.active>a:focus, 
.navbar-default.sticky_menu .navbar-nav>.active>a:hover{
    color: gray;
    background-color: transparent;
}
.navbar-default.sticky_menu .navbar-nav>li>a{
	color: black;
	font-weight:600;
}
.navbar-default.sticky_menu .navbar-nav>li>a:hover{
    color: white;
}
#header_area .navbar-toggle { background: #fff none repeat scroll 0 0 }
#header_area .navbar-toggle:hover,
#header_area .navbar-toggle:focus { background-color: #fff }
#header_area .navbar-toggle .icon-bar { background-color: #0cc652 }

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 03. START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 850px;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.56);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 1;
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slide_content .sm_text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.slide_content h1{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.slide_content h1 span{
	color: #fff;
}
.slide_content p {
    color: #fff;
    max-width: 56%;
    text-transform: capitalize;
    margin: 0 auto;
    font-weight: 500;
}
.slide_content span,
.slide_content span{
	color: #0cc652;
}
.single_slide_item_button{
	margin-top: 30px;
}
.carousel-control {
    z-index: 1;
    background-image: none !important;
    top: 46.6%;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 55px;
    opacity: 1;
    color: #fff;
    font-weight: 400;
}
.carousel-control:hover{
    background: #0cc652;
	border-color: #0cc652;
    color: #fff;
}
.carousel-indicators {
    bottom: 100px;
}
#welcome-slide-carousel .carousel-indicators li{
	width: 6px;
	height: 6px;
	border-color: #fff;
	margin: 0 5px;
	transition: all 0.3s ease-in-out;
}
#welcome-slide-carousel .carousel-indicators li:hover{
	background: #fff;
	border-color: #fff;
}
#welcome-slide-carousel .carousel-indicators .active{
	width: 25px;
    background: #fff;
    border-color: #fff;
    color: #fff;
}
.carousel-control i{
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}
.carousel-control.left {
    margin-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-control.left:hover i {
    margin-left: -12px;
	color: #fff;
}
.carousel-control.right {
    margin-right: 30px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-control.right:hover i{
	margin-left: 12px;
	color: #fff;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Start home-banner style */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.gradient_bg{
	background: linear-gradient(136deg, rgba(7,118,49,1) 0%, rgba(36,203,99,1) 100%); /* w3c */

}
.gradient_banner:after{
	content: "";
	background: none;
}
/* End home-banner style */
/*
* ----------------------------------------------------------------------------------------
* 03. END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. START QUICK-QUOTE DESIGN
* ----------------------------------------------------------------------------------------
*/
.quick_quote {
    color: #fff;
    background: #6dbc45;
    padding: 30px 0;
    margin-bottom: -26px;
}
.quick_quote h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 30px;
}
.quick_quote p{
	color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 4. END QUICK-QUOTE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 05. START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

.single_feature{
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.single_feature span.number {
    color: #eee;
    font-size: 130px;
    position: absolute;
    top: 45px;
    left: 30%;
    width: 100%;
    opacity: 0.4;
    font-weight: 500;
}
.single_feature i{
	font-size:40px;
	padding:25px 0;
	color:#0cc652;
}
.single_feature h4{
    font-weight: 600;
	font-size: 18px;
    text-transform: capitalize;
    margin: 25px 0 20px;
	transition: all .3s ease;
}
.single_feature:hover h4{
	color:#0cc652;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 06. START ABOUT DESIGN 
* ----------------------------------------------------------------------------------------
*/
.single_about_area h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.single_about {
    margin-top: 30px;
}
.single_about .about_list ul li i {
    color: #0cc652;
    margin-right: 10px;
}
.single_about .about_list ul li {
    margin-bottom: 5px;
    color: #8a8b8e;
    font-size: 15px;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: 500;
}
.video_area{
	position: relative;
	z-index: 9;
}
.video_area:before{
    position: absolute;
    content: '';
    top: -4%;
    left: -4%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/bg-1.png);
}
.video_title {
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 25px;
    left: 35px;
}
.video_title h5{
    font-size: 20px;
}
.video_title p {
    color: #fff;
    width: 278px;
}
.video_content {
    padding: 214px 258px;
    position: relative;
    display: inline-block;
    z-index: 9;
    margin: 0;
}
.video_content:before {
    position: absolute;
    height: 60%;
    width: 60%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: rgba(12, 198, 82, 0.9);
}
.video_button a i{
	color: #0cc652;
    border: 1px solid #fff;
    padding: 12px;
    background: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 07. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

.serviceBox {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0, 0.1);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #0cc652;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ color: #fff; }
.serviceBox .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(12, 198, 82, 0.05);
    border: 1px solid rgba(12, 198, 82, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-color: #0cc652 ;
    background: #0cc652 ;
}
.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.serviceBox .description{
    margin: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 08. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.port_content_wrap {
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0 auto;
    width: 100%;
}

.port_content_wrap img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0.9;
    margin: 0 auto;
    width: 100%;
}

.port_content_wrap:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: blur(5px);
}

.port_content_wrap .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.port_content_wrap:before,
.port_content_wrap:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.port_content_wrap:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.port_content_wrap:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.port_content_wrap:hover:before,
.port_content_wrap:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

.port_content_wrap .caption h3 {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.port_content_wrap .caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.port_content_wrap:hover .caption h3,
.port_content_wrap:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff
}

.port_content_wrap .link-wrap {
    position: absolute;
    top: calc(50% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.port_content_wrap .link-wrap a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.56);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.port_content_wrap .link-wrap a:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}

.port_content_wrap .link-wrap a:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.port_content_wrap:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.port_content_wrap .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.76);
}

/*
* ----------------------------------------------------------------------------------------
* 08. END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 09. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

.our-team{
    text-align: center;
    overflow: hidden;
	margin-bottom: 30px;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: 100%;
    background: rgba(12, 198, 82, 0.8);
    padding-top: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.4s 0s;
}
.our-team:hover .team-content{ transform: translateY(0); }
.our-team .title{
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 17px;
    color: #fff;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-top: 30px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    color: #3d465a;
    margin-right: 5px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
	text-decoration: none;
    color: #0cc652;
}

/*
* ----------------------------------------------------------------------------------------
* 09. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 10. START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

#counterup{
	background: url(../images/counter-bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}
#counterup:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
}
.single_counter{
	margin-bottom: 30px;
	border-right: 1px solid #fff;
}
.no_border{
	border: none;
}
.single_counter i {
    font-size: 30px;
    color: #fff;
    padding: 15px 15px;
    border-radius: 50%;
    background: #0cc652;
}
.single_counter .counter:after {
    content: "+";
	color: #fff;
    font-size: 30px;
    padding-left: 3px;
}
.single_counter span {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin: 25px 0 15px;
}
.single_counter h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 10. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 11. START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/

#skill_area{
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#skill_area:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.9);
	z-index: -1;
}
#skill_area .section_title{
	margin-bottom: 30px;
}
#skill_area .section_title h1{
	position: relative;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
#skill_area .section_title h1:after{
	content: '';
	width: 40px;
	height: 4px;
	background: #0cc652;
	left: 0;
	bottom: 0;
	position: absolute;
}
.skill_content {
	margin-top: 0px;
}
.skill_content .section_divider{
	float: left;
}
.skill_content p {
	margin-bottom:30px;
}

.progress_area{
    float:left;
    width:100%;
	margin-bottom: 30px !important;
    margin:0 0 -50px;
}
.skillbar{
    margin:0 0 20px;
    float:left;
    width:100%;
}
.skillbar > span{
    font-size:15px;
    line-height:1;
    display:table;
    margin:0 0 10px;
	text-transform: capitalize;
}
.skillbar > .progress {
    border-radius: 0;
    height: 5px;
    background: rgba(0,0,0, 0.05);
    overflow: visible;
}
.skillbar > .progress .progress-bar {
	height: 100%;
	position: relative;
	background: #0cc652;
}
.skillbar > .progress .progress-bar span {
	position: absolute;
	right: -8px;
	bottom: 100%;
	background: #0cc652;
	padding: 2px 9px;
	font-size: 12px;
	margin-bottom: -14px;
	border-radius: 2px;
}
.progress {
	box-shadow: none;
}
.progress-bar {
	box-shadow: none;
}


/*
* ----------------------------------------------------------------------------------------
* 11. END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 12. START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

.pricingTable {
    border: 1px solid rgba(12, 198, 82, 0.1);
    text-align: center;
    background: #0cc652;
	margin-bottom: 30px;
    padding: 0 0 30px;
    transition: all 0.5s ease 0s;
	position: relative;
}
.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}
.listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 14px;
    margin: 0;
    background-color: #fff !important;
    padding: 7px 10px;
    font-weight: 500;
    color: #0cc652;
}
.white_bg{
	border-color: rgba(0,0,0, 0.1);
	background: #fff;
	transition: all 0.4s;
}
.pricingTable .pricingTable-header {
    padding: 30px 0 30px;
}
.white_bg .heading{
	color: #3d465a !important;
}
.pricingTable .heading {
    font-size: 24px;
    font-weight: 700;
	color: #fff;
    margin: 10px 0;
    text-transform: capitalize;
}
.white_bg .pricing_value{
	color: #3d465a !important;
}
.pricingTable .pricing_value {
    margin-top: 40px;
    color: #fff;
}
.pricingTable .currency,
.pricingTable .month {
    font-size: 16px;
}
.pricingTable .price-value {
    font-size: 50px;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.white_bg .pricing-content ul li{
	color: #8a8b8e !important;
}
.pricingTable .pricing-content ul li{
	color: #fff;
    font-size: 14px;
    line-height: 35px;
}

/*
* ----------------------------------------------------------------------------------------
* 12. END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 13. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

#testimonial{
	background: url(../images/testimonial/bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
#testimonial:after{
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.9);
	position: absolute;
	z-index: -1;
}
.testi_content {
    color: #fff;
    background: #0cc652;
    padding: 50px;
}
#testimonial-slider {
    margin-top: 75px;
}
.testimonial {
    margin: 0 60px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description {
    text-align: center;
    font-weight: 500;
    margin: 20px 5px;
    position: relative;
    font-style: italic;
}
.testimonial .description:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 45px;
    color: #3d465a;
    position: absolute;
    top: 0;
    left: -45px;
}
.testimonial .title {
    display: inline-table;
    padding: 10px 30px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #3d465a;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/*
* ----------------------------------------------------------------------------------------
* 13. END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

.blog-content {
    background: #fff;
    padding: 20px 20px 30px;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    line-height: 28px;
	margin: 10px 0px;
}
.blog-meta {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}
.blog-meta span {
    color: #3d465a;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-content a h4{
	color: #3d465a;
}
.blog-content a h4:hover{
    color:#0cc652;
}
.single-blog {
    margin-top: 30px;
    box-shadow: 1px 1px 30px rgba(0,0,0, 0.05), -1px -1px 30px rgba(0,0,0, 0.05);
    position: relative;
    margin-bottom: 30px;
}
.read-more {
    color: #3d465a;
    display: inline-block;
    font-weight: 700;
    display: block;
    padding-top: 10px;
	transition: all 0.3s;
}
.read-more:hover{
    color:#0cc652;
}
#blog .owl-dots{
    text-align: center;
}
#blog .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 30px;
	background: rgba(12, 198, 82, 0.3);
	margin-top: 30px;
}
#blog .owl-dot.active,
#blog .owl-dot:hover{
	background: #0cc652;
}
/*
* ----------------------------------------------------------------------------------------
* 14. END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 15. START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.newsletter {
    padding: 50px 0;
    background: #0cc652;
	position: relative;
	z-index: 9;
}
.newsletter:after{
    padding: 50px 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(12, 198, 82, 0.9);
	z-index: -1;
}
.signup_form h3{
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.signup_form p{
	color: #fff;
	margin: 0;
}
.signup_form input {
    background: #fff;
    border-radius: 0;
    border: 1px solid #0cc652;
    color: #666;
    margin-bottom: 0px;
    transition: all 0.2s ease 0s;
    border-radius: 0px;
    height: 46px;
    line-height: 46px;
    width: 354px!important;
	box-shadow: none;
}
.newsletter_form{
	margin-top: 20px;
}
.signup_form input:hover, 
.signup_form input:focus{
    border-color: #0cc652;
    background: #fff;
    box-shadow: none;
    outline: 0 none;
}
.signup_form .sub_btn {
    position: absolute;
    margin-top: 1px;
    padding: 11px 27px;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
}
.signup_form input::-moz-placeholder {
    color: #999;
    opacity: 1
}
.signup_form input:-ms-input-placeholder { color: #999; }
.signup_form input::-webkit-input-placeholder { color: #999; }

/*
* ----------------------------------------------------------------------------------------
* 15. END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 16. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
#contact {
    position: relative;
    z-index: 1;
}
.contact_area {
    position: relative;
    top: 100px;
    padding: 100px 0;
    margin-top: -100px;
    background: #fff;
    z-index: 999;
}
.single_details {
    padding: 0 0 50px;
}
.contact_icon{
	color: #0cc652;
    font-size: 30px;
    margin: 0 0 15px;
}
.single_details ul li {
    color: #8a8b8e;
    font-weight: 400;
}
#contact-form input[type="text"], 
#contact-form input[type="email"],
#contact-form input[type="password"] {
    background: transparent;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #8a8b8e;
    height: 50px;
    line-height: 50px;
    padding: 10px 15px;
    margin-bottom: 15px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
    color: #8a8b8e;
    opacity: 1
}
.form-control:-ms-input-placeholder { color: #8a8b8e; }
.form-control::-webkit-input-placeholder { color: #8a8b8e; }
#contact-form textarea{
	background: transparent;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 15px;
	color: #8a8b8e;
	height: 225px;
	transition: all 0.3s ease-in-out;
}
#contact-form input:focus{
    border-color: #0cc652;
    box-shadow: none;
    outline: 0 none;
}
#contact-form textarea:focus{
	border-color: #0cc652;
    box-shadow: none;
    outline: 0 none;
}

/* Map-area */
#map {
    width: 100%;
    height: 410px;
}

/*
* ----------------------------------------------------------------------------------------
* 16. END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 17. START FOOTER AND COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
    background: #1d2025;
    padding: 100px 0 0;
}
.single_footer img{
	margin-bottom: 5px;
}
.single_footer h4 {
    color: #fff;
    margin: 0 0 30px;
}
.single_footer p {
    margin: 0 0 15px;
}
.sing_footer_about_address{
    margin-bottom: 20px;
}
.sing_footer_about_address ul{
	margin-left: 0;
	list-style: none;
	padding-left: 0;
}
.sing_footer_about_address ul li {
	color: #8a8b8e;
    line-height: 40px;
}
.sing_footer_about_address ul li i {
    font-size: 20px;
    color: #8a8b8e;
    padding-right: 15px;
}
.sing_about_social a {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #8a8b8e;
    display: inline-block;
    border-radius: 50%;
    color: #8a8b8e;
    transition: all .5s;
}
.sing_about_social a:hover,
.sing_about_social a:focus{
	background: #0cc652 ;
	color: #fff;
	border-color: #0cc652;
	box-shadow: none;
}
.sing_links_tags li{
	text-shadow: none;
	list-style: none;
	padding-bottom: 15px;
	transition: 0.5s;
}
.sing_links_tags li a{
	position: relative;
	color: #8a8b8e;
	padding-left: 30px;
	transition: 0.5s ease-in-out;
}
.sing_links_tags li a:before{
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-family: 'FontAwesome';
}
.sing_links_tags li a:hover{
	text-decoration: none;
	outline: none;
	color: #0cc652;
}
.latest_news p a{
	color: #8a8b8e;
	font-weight: 400;
	font-size: 14px;
	transition: 0.5s ease-in-out;
}
.latest_news p a:hover{
	color: #0cc652;
	text-decoration: none;
}
.latest_news {
    margin-bottom: 20px;
}
.single_footer .footer_icon i {
    top: 5px;
    float: left;
    font-size: 18px;
    color: #8a8b8e;
}
.single_footer .footer_info{
	margin-left: 40px;
	margin-bottom: 20px;
}
.single_footer .footer_right_info h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3d465a;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: .5px;
}
.single_footer .footer_right_info p{
    margin: 0;
}
/* START COPYRIGHT DESIGN */
.copyright_area {
    border-top: 1px solid #2e2e2e;
    padding: 30px 0;
    margin-top: 50px;
}
.copy_text p {
    font-weight: 500;
}
.copy_text p a{
    color: #0cc652;
}
/*
* ----------------------------------------------------------------------------------------
* 17. END FOOTER AND COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. START SECTION-TOP DESIGN
* ----------------------------------------------------------------------------------------
*/

.topcontrol {
    background: #0cc652 none repeat scroll 0 0;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 35px;
    width: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 10px;
    margin-bottom: 70px;
    position: fixed;
    right: 5px;
    margin-right: -5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 999;
}

.topcontrol:hover {
    background: #fff;
    color: #0cc652;
}

/*
* ----------------------------------------------------------------------------------------
* 18. END SECTION-TOP DESIGN
* ----------------------------------------------------------------------------------------
*/

