/* bootstrap framework */
@import url("bootstrap.css");
@import url("../rs-plugin/css/settings.css");
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
@import url("rev-settings.css");
@import url("../font-awesome/css/font-awesome.css");
@import url("colors/green.css");
@import url("switcher.css");
@import url("../formtools/style.css");
/* --------------------- PRICING TABLE ----------------------------- */
#price {
	text-align: center;
}
.plan {
	display: inline-block;
	margin: 10px 1%;
	font-family: 'Lato', Arial, sans-serif;
}
.plan-inner {
	background: #f5f5f5;
	margin: 0 auto;
	min-width: 270px;
	max-width: 100%;
	position:relative;
}
.entry-title {
	background: #3A3A3A;
	height: 140px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.entry-title>h3 {
	background: #585858;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.entry-title .price {
	position: absolute;
	bottom: -25px;
	background: #585858;
	height: 95px;
	width: 95px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #fff;
	line-height: 80px;
	font-size: 26px;
	font-weight: 600;
}
.price span {
	position: absolute;
	font-size: 9px;
	bottom: -10px;
	left: 24px;
	font-size: 10px;
	font-weight: 400;
}
.entry-content {
	color: #323232;
}
.entry-content ul {
	margin: 2;
	padding: 1;
	list-style: none;
	text-align: left;
font-size: 14px;
color: #585858;
}
.entry-content li {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0;
}
.entry-content li:last-child {
	border: none;
}
.btn {
	padding: 2em 0;
	text-align: center;
}
.btn a {
	background: #3db05c;
	border-radius:6px;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.btn a:hover {
	background-color:#32cd32;
        color: #ffffff;
}
.btn a:active {
	position:relative;
	top:1px;
}
.hot {
	position: absolute;
	top: 28px;
	background: #F80;
	color: #fff;

	z-index: 2;
	padding: 2px 2px;
	font-size: 11px;
	border-radius: 2px;
	right: -15px;
	font-weight: 700;
}
.basic .entry-title {
	background: #3A3A3A;
}
.basic .entry-title > h3 {
	color: #A8E4A0;
	background: #585858;
}
.basic .price {
	background: #2f7e4f;
}
.standard .entry-title {
	background: #3A3A3A;
}
.standard .entry-title > h3 {
	color: #A8E4A0;
	background: #585858;
}
.standard .price {
	background: #2f7e4f;
}
.ultimite .entry-title > h3 {
	color: #A8E4A0;
	background: #585858;
}
.ultimite .entry-title {
	background: #3A3A3A;
}
.ultimite .price {
	background: #2f7e4f;
}
/* --------------------- END PRICING TABLE ----------------------------- */

        .testimonial{
            margin: 0 20px 40px;
            background: grey !important;
           height: 150px;
  

        }
        .testimonial .testimonial-content {
          background: #f5f5f5 !important;
            padding: 5px 25px 35px 50px;
            margin-bottom: 35px;
            position: relative;
        }
        .testimonial .testimonial-content:before {
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after {
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon {
            width: 30px;
            height: 30px;
            background: #0CCA4A;
            text-align: center;
            font-size: 27px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
            padding:2px;
        }
        .testimonial-content .testimonial-icon:before {
            content: "";
            border-bottom: 16px solid #05A739;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description {
            font-size: 15px;
            font-style: italic;
            color:#5a5a5a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title {
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post {
            display: block;
            font-size: 14px;
            color: #585858;
        }
        .owl-theme .owl-controls {
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span {
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            background: #0CCA4A;
        }
}

.card {
    margin: 0 auto;
    padding: 0px;
    display: block;
    max-width: 500px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
