/*
Author       : Belal Hossain
Template Name: Prebiz - Digital Corporate Business Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START HEADER DESIGN
    03. START HOME DESIGN
    04. START FEATURE AND ABOUT DESIGN
    05. START SERVICE DESIGN
    06. START OVERVIEW AND COUNTER DESIGN
    07. START PORTFOLIO DESIGN
    08. START TEAM DESIGN
    09. START PRICING TABLE DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12. START CONTACT DESIGN
    13. START FOOTER DESIGN
    14. START COPYRIGHT DESIGN
  =============================================================*/
  
/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    font-weight: 400;
	margin: 0;
	padding: 0;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
}
img{
	max-width: 100%;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
.padding_0{
	padding: 0;
}
.gray_bg{
	background: #fafafa;
}
/*START PRELOADER DESIGN*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    height: 100%;
    width: 100%;
}
.loader_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -150px;
}
.loader{
    width: 300px;
    height: 100px;
    margin: 40px auto;
    position: relative;
}
.loader .loader-inner{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loading-5 2s infinite alternate;
}
.loader .loader-inner div{
    width: 100%;
    height: 100%;
    background: #9dce3b;
    position: absolute;
    top: 0;
    left: 0;
}
.loader .box-1{
    clip-path: polygon(0% 0%, 0% 100%, 50% 50%);
    animation: loading-1 2s infinite alternate;
}
.loader .box-2{
    clip-path: polygon(0% 0%, 100% 0%, 50% 50%);
    animation: loading-2 2s infinite alternate;
}
.loader .box-3{
    clip-path: polygon(100% 0%, 100% 100%, 50% 50%);
    animation: loading-3 2s infinite alternate;
}
.loader .box-4{
    clip-path: polygon(100% 100%, 0% 100%, 50% 50%);
    animation: loading-4 2s infinite alternate;
}
@keyframes loading-1{
    0%,10%{
        background: #9dce3b;
        -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 50%);
        clip-path: polygon(0% 0%, 0% 100%, 50% 50%);
    }
    90%,100%{
        background: #9dce3b;
        -webkit-clip-path: polygon(0% 100%, 25% 100%, 12.5% 0%);
        clip-path: polygon(0% 100%, 25% 100%, 12.5% 0%);
    }
}
@keyframes loading-2{
    0%,10%{
        background: #9dce3b;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 50%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 50%);
    }
    90%,100%{
        background: #9dce3b;
        -webkit-clip-path: polygon(25% 0%, 50% 0%, 37.5% 100%);
        clip-path: polygon(25% 0%, 50% 0%, 37.5% 100%);
    }
}
@keyframes loading-3{
    0%,10%{
        background: #9dce3b;
        -webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 50%);
        clip-path: polygon(100% 0%, 100% 100%, 50% 50%);
    }
    90%,100%{
        background: #9dce3b;
        -webkit-clip-path: polygon(62.5% 0%, 75% 100%, 50% 100%);
        clip-path: polygon(62.5% 0%, 75% 100%, 50% 100%);
    }
}
@keyframes loading-4{
    0%,10%{
        background: #9dce3b;
        -webkit-clip-path: polygon(100% 100%, 0% 100%, 50% 50%);
        clip-path: polygon(100% 100%, 0% 100%, 50% 50%);
    }
    90%,100%{
        background: #9dce3b;
        -webkit-clip-path: polygon(100% 0%, 87.5% 100%, 75% 0%);
        clip-path: polygon(100% 0%, 87.5% 100%, 75% 0%);
    }
}
@keyframes loading-5{
    0%,10%{
        width: 100px;
        height: 100px;
    }
    90%,100%{
        width: 250px;
        height: 60px;
    }
}
/* END PRELOADER DESIGN */

/* START SECTION-HEADING DESIGN */
.section_padding{
	padding: 100px 0;
}
.section_heading{
	margin-bottom: 60px;
}
.section_heading h2{
    text-transform: capitalize;
    font-size: 37px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}
.section_heading p{
    margin: 10px 0 5px;
}
.section_heading h2 span{
	color: #9dce3b;
}
.section_heading_border:before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: -55px;
    top: 50%;
    background-color: #9dce3b;
    margin-top: 26px;
}
.section_heading_border:after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    right: -55px;
    top: 50%;
    background-color: #9dce3b;
    margin-top: 26px;
}
.section_heading_border {
    width: 20px;
    display: inline-block;
    margin-top: -50px;
    position: relative;
}
.section_heading_border span {
    height: 2px;
    width: 16px;
    background: #9dce3b;
    display: inline-block;
}
.section_heading_border span:nth-child(1) {
    margin-bottom: -46px;
}
.section_heading_border span:nth-child(2) {
    margin-bottom: -23px;
}
.section_heading_border span:nth-child(3) {
    margin-top: 2px 0;
}
/* END SECTION-HEADING DESIGN */


/* START SCROLL TO-TOP */
.topcontrol {
    background: #9dce3b none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    margin-bottom: 70px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
	z-index: 999;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/* END SCROLL TO-TOP */
/*
* ----------------------------------------------------------------------------------------
* 01. END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/

/* START TOP-BAR */
.header_area .topbar {
	background: #9dce3b;
	padding:15px 0;
}
.header_area .address {
    text-align: left;
    padding: 0;
}
.header_area .address li {
	color:#fff;
    display: inline-block;
    padding-right: 25px;
	font-size: 13px;
}
.header_area .address li:last-child{
	padding-right:0px;
}
.header_area .address li i {
	padding-right: 8px;
}
.header_area .social{
	text-align:right;
}
.header_area .social li {
	display: inline-block;
	padding-right: 18px;
	font-size: 13px;
}
.header_area .social li:first-child a{
	color:#fff;
}
.header_area .social li:first-child a i{
	padding-right:8px;
}
.header_area .social li a{
	color:#fff;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header_area .social li:last-child{
	padding-right:0px;
}
/* END TOP-BAR */

.navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(235,235,235, 0.5);
    border-bottom-color: rgba(235, 235, 235, 0.3);
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-top: 10px;
    margin-left: 26px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #555;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
#nav li.current a {
	color: #9dce3b;
	background-color: transparent;
}
.main_header.sticky_menu {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.main_header.sticky_menu .navbar-nav > li > a {
	color: #333;
	transition: all 0.3s ease;
}
.main_header.sticky_menu .navbar-nav > li > a:hover{
	color: #9dce3b;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
	color: #fff;
    font-size: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main_header.sticky_menu .navbar-toggle .icon-bar {
    background-color: #9dce3b;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 03. START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
}
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div{
    height: 700px;
}
.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;
	padding-bottom: 80px;
}
.single-slide-item{
    position: relative;
    z-index: 1;
	padding-top: 3%;
}
.single-slide-item:after{
	content: "";
    position: absolute;
	background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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);
}
.single-slide-item h1{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.single-slide-item p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.single-slide-item span{
	color: #9dce3b;
}
.single-slide-item .slider_btn{
	background: transparent;
	border: 1px solid #fff;
	margin-right: 20px;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.2s ease 0s;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 30px;
}
.single-slide-item .slider_btn:hover{
	color: #fff;
	background: #9dce3b; 
	border-color: #9dce3b;
	text-decoration: none;
}
.single-slide-item .s_bg_btn{
	background: #9dce3b;
	border-color: #9dce3b;
}
.single-slide-item .s_bg_btn:hover,
.single-slide-item .s_bg_btn:focus{
    background: transparent;
    border-color: #FFF;
}
.carousel-control{
    z-index: 1;
    background-image: none !important;
    top: 46.6%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    border-radius: 50%;
    transition: .5s;
}
#welcome-slide-carousel .carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
#welcome-slide-carousel .carousel-indicators .active{
	background: #75ceae;
	border-color: #75ceae;
}
.carousel-control.left{
	margin-left: 25px;	
}
.carousel-control.right{
	margin-right: 25px;	
}
.carousel-control:hover{
	background: #9dce3b;
	border-color: #9dce3b;
}
.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 GO-BOTTOM */
.go_bottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.go_bottom a i {
	animation: slideInDown 2s infinite;
}
.fa-angle-double-down::before {
	content: "\f103";
}
.go_bottom .mouse {
	color: #fff;
	background-color: transparent;
	height: 45px;
	width: 25px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 12px;
	line-height: 56px;
	text-align: center;
	font-size: 22px;
}
/* END GO-BOTTOM */

/*
* ----------------------------------------------------------------------------------------
* 03. END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. START FEATURE AND ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#features{
	margin-bottom: 40px;
}
.feature_content_area{
    position: relative;
    bottom: 65px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 30px rgba(0,0,0, 0.1);
    z-index: 9;
}
.single_feature .feature_icon{
    background: #fff;
    font-size: 34px;
    margin: 0 0 30px;
    width: 60px;
    height: 60px;
    padding-left: 12px;
    box-shadow: 0 0 20px rgba(0,0,0 0.1);
    line-height: 60px;
    color: #9dce3b;
    box-shadow: 0 0 30px rgba(235,235,235, 1);
}
.single_feature .title{
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.single_feature .description{
    margin: 0;
    font-weight: 300;
}
.single_feature .redmore_btn{
    background: none;
    border: none;
    font-weight: 600;
    color: #222;
    margin: 10px 0 0;
    padding: 0;
    transition: all 0.3s;
}
.single_feature .redmore_btn:hover{
	background: none;
    border: none;
    color: #9dce3b;
}
/* START ABOUT */
.single_about .about_title span {
    color: #9dce3b;
    font-size: 16px;
    font-weight: 600;
}
.single_about .about_title h2 {
    font-size: 30px;
    color: #222;
    font-weight: 500;
    margin: 15px 0 20px;
}
.single_about .about_title .description{
	margin: 0 0 30px;
}
/* END ABOUT */
/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURE AND ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.service_box {
    padding: 50px 30px;
    border: 1px solid rgba(0,0,0, 0.05);
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.05);
    transition: all 0.3s;
}
.service_box:hover{
	background: #9dce3b;
	color: #fff;
}
.service_box h3 {
    font-size: 20px;
    margin: 0 0 40px;
    font-weight: 600;
    color: #9dce3b;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s;
}
.service_box:hover h3{
	color: #fff;
}
.service_box h3:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #9dce3b;
    top: 35px;
    left: 0;
    transition: all 0.3s;
}
.service_box:hover h3:after {
    background: #fff;
}
.service_box .service_icon {
    position: absolute;
    margin-top: -65px;
    font-size: 45px;
    left: 80%;
    font-weight: 400;
    color: rgba(153, 204, 51, 0.2);
    transition: all 0.3s;
}
.service_box:hover .service_icon{
	color: #fff;
}
.service_box .description {
    margin: 0;
}
.service_box:hover .description{
    color: #fff;
}
.service_item_area .owl-nav {
	margin-top: 40px;
	text-align: center;
}
.service_item_area .owl-nav div {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 22px;
	background: #9dce3b ;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.service_item_area .owl-nav div:hover{
	background:#222;
	color:#fff;
}
.service_item_area .owl-nav div:last-child{
	margin:0;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START OVERVIEW AND COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.overview_content{
	background: rgba(235,235,235, 0.5);
}
.single_overview .overview{
	margin-bottom: 30px;
}
.single_overview .overview h2 {
    font-size: 34px;
    color: #222;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.single_overview .overview p {
    margin: 0;
}
.single_overview .Overview_list{
	display: flex;
	flex-direction: row;
}
.single_overview .Overview_list ul:first-child{
	margin-right: 35px
}
.single_overview .Overview_list ul li i {
	color: #9dce3b;
	margin-right: 5px;
}
.single_overview .Overview_list ul li {
    margin-bottom: 5px;
}

/* START COUNTER DESIGN */
.counter-content{
	margin-top: 30px;	
}
.count{
	background: #9dce3b;
	padding: 30px;
}
.count span {
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.count h5{
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	padding-top: 15px;
}
/* END COUNTER DESIGN */
/*
* ----------------------------------------------------------------------------------------
* 06. END OVERVIEW AND COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_port_menu {
	margin-bottom: 50px;
}
.our_port_menu ul{
	list-style-type: none;
	padding: 0;
}
.our_port_menu ul li {
	border: 1px solid #ddd;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin:  7px;
	padding: 5px 27px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.our_port_menu ul li:hover, .our_port_menu ul li.active{
	border-color: #9dce3b ;
	background-color: #9dce3b ;
	color:#fff;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:after{
    content: "";
    width: 65%;
    background: #9dce3b;
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
	transition: all 1s ease 0s;
}
.box:hover img{
    transform: scale(1.3);
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
#portfolio .box .title {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 17px;
}
.box .icon{
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    font-size: 18px;
    color: #9dce3b;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: inherit;
    position: relative;
}
.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(157, 206, 59, 0.8);
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 38%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
.box .title{
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_team{
    position: relative;
    text-align: center;
    color:#fff;
}
.team_img:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
}
.team_img img{
    width: 100%;
    height: auto;
}
.team_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background: rgba(157, 206, 59, 1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.team_content > .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 60%;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.team_content ul li{
    display: inline-block;
	margin: 15px 5px;
}
.team_content ul li a {
    background: #fff;
	color: #9dce3b;
    padding: 8px 12px;
    border-radius: 30px;
}
.single_team:hover .team_content{
    opacity: 1;
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 09. START PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable{
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 0;
	transition: 0.4s;
}
.pricingTable:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.pricingTable > .pricingTable-header{
    color:#fff;
}
.pricingTable-header > .heading {
    background: #9dce3b;
    display: block;
    padding: 30px 0;
}
.heading > h3 {
    color: #fff;
    font-weight: 500;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
}
.heading > .subtitle{
    font-size: 13px;
    margin-top: 3px;
    display: block;
}
.pricingTable-header > .price-value {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #555;
    display: block;
    margin: 0 auto;
    color: #555;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
    line-height: 35px;
}
.price-value > span{
    font-size: 40px;
}
.price-value > .mo {
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #555;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}
.pricingTable > .pricingContent{
    margin: 20px 0 0 0;
}
.pricingContent > ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent > ul > li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #555;
    text-align: center;
    transition: 0.4s ease-in-out;
}
.pricingContent > ul > li:before{
    content: "\f101";
    font-family: 'FontAwesome';
    color:#9dce3b;
    margin-right: 10px;
}
.pricingContent > ul > li:hover{
    padding-left: 15px;
    transition:0.4s ease-in-out;
}
.pricingContent > ul > li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable > .pricingTable-sign-up{
    padding: 25px 0;
}
.main_btn {
    display: inline-block;
    background: #9dce3b;
    border: 0px none;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 13px 38px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
}
.main_btn:hover{
    background: #333;
    color:#fff;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testi_overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 100px 0;
}
.single_testimonial{
    text-align: center;
}
.single_testimonial .pic img{
	width: 85px;
	width: 85px;
	display: inline-block;
}
.single_testimonial .pic{
    margin-bottom: 35px;
}
.single_testimonial .pic > img{
    border-radius: 50%;
}
.single_testimonial .testimonial-review {
    color: #fff;
    line-height: 28px;
    margin-bottom: 14px;
}
.testimonial-review > .testimonial-description {
    font-style: italic;
    margin: 10px 0;
}
.single_testimonial .testimonial-title{
    color:#fff;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}
.testimonial-title > small{
    color:#fff;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}
#testimonial .owl-dots {
    text-align: center;
    margin-top: 20px;
}
#testimonial .owl-dot{
	width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
	display: inline-block;
	margin: 0 5px;
}
#testimonial .owl-dot.active{
	border-color: #9dce3b;
	background: #9dce3b;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 11. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide {
    transition: all 0.30s ease 0s;
    box-shadow: 0 0 20px rgba(0,0,0, 0.05);
}
.post-slide:hover{
    transform: translateY(-10px);
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-img:after{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
	opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition:  all 0.30s ease 0s;
}
.post-slide:hover .post-img:after{
    opacity: 1;
}
.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review{
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position:relative;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-slide .post-bar li i{
    color: #9dce3b;
    margin-right: 8px;
}
.post-slide .post-title {
    margin: 0 0 15px 0px;
    color: #222;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
}
.post-slide .read {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #9dce3b;
}
.post-slide .read i{
    margin-left: 10px;
}
.post-slide .read{ transition: all 0.4s; }
.post-slide .read:hover{
    text-decoration: none;
    color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 12. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_map_area{
	position: relative;
}
#map{height:400px;}
.contact_area {
    position: relative;
    background: #fff;
    bottom: 100px;
    padding: 30px 50px;
    box-shadow: 0 0 30px rgba(0,0,0, 0.1);
}
.single_contact{
	padding-top: 40px;
	color: #444444;
}
.single_contact ul li {
    list-style: none;
    line-height: 70px;
}
.single_contact h3 {
    font-size: 26px;
    margin-bottom: 28px;
    margin-top: 0;
    font-weight: 500;
    color: #222;
}
.single_contact p {
	margin-bottom: 10px;
	letter-spacing: .2px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 20x;
}
.single_contact ul{
	margin:0;
	padding:0;
}
.sing_contact_iteam i {
	margin-right: 15px;
	color: #fff;
	width: 50px;
	height: 50px;
	background: #9dce3b;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}
.contact_form .form-control {
    background: #fafafa;
    margin-bottom: 10px;
}
.form-control{
	height: 45px;
	line-height: 45px;
	padding: 10px 15px;
	border-radius: 0;
	transition: 0.5s;
}
.form-control:focus{
	box-shadow: none;
	border-color: #9dce3b;
}
.contact_form textarea.form-control{
	height: 180px;
}
.contact_form_btn .ct_btn {
    padding: 21px 44px;
    margin: 30px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 12. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	background-image: url(../images/footer/footer-bg.jpg);
	background-size: cover;
	padding: 100px 0 50px;
	position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.overlay{
	position: relative;	
}
.single_footer h4 {
    color: #fff;
    margin: 0 0 30px;
}
.single_footer p {
    color: #fff;
    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: #fff;
    line-height: 40px;
}
.sing_footer_about_address ul li i {
    font-size: 20px;
    color: #9dce3b;
    padding-right: 15px;
}
.sing_about_social a {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #9dce3b;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(235,235,235, 0.5);
    color: #fff;
	transition: all .5s;
}
.sing_about_social a:hover,
.sing_about_social a:focus{
	background: #9dce3b ;
	color: #fff;
	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: #fff;
	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: #9dce3b;
}
.sing_latest_news a img {
    float: left;
	opacity: 1;
	transition: all .5s;
}
.sing_latest_news a img:hover{
    opacity: .7;
}
.sing_latest_news p {
    display: table;
    padding-left: 14px;
}
.sing_latest_news p a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	transition: 0.5s ease-in-out;
}
.sing_latest_news p a:hover{
	color: #9dce3b;
	text-decoration: none;
}
.latest_news_image{
	margin-bottom: 30px;
}
.latest_instagram_image{
	padding: 0;
}
.latest_instagram_image li{
	list-style: none;
	display: inline-block;
}
.latest_instagram_image a{
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.latest_instagram_image a img{
	transition: all .5s;
	opacity: 1;
}
.latest_instagram_image a:hover img{
	opacity: .6;
}
/*
* ----------------------------------------------------------------------------------------
* 13. END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14. START COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/
.copyright_area {
    background: #333;
}
.copy_text{
	padding: 5px 0;
}
.copy_text p{
	color: #fff;
	margin-top: 20px;
	padding-bottom: 2px;
}
/*
* ----------------------------------------------------------------------------------------
* 14. END COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/
