@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 28px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: transparent;
	color: #9e015e;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #9e015e;
	padding: 10px 15px;
}
.btn1 {
	background-color: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	padding: 10px 15px;
}
.btn:hover, .btn:focus {
	background-color: #84024f;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: rgba(35, 35, 35, 0.81);
    padding:40px;
    color: #fff;
}

/* Blog Post Styling */
.blog-post {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .blog-post-image img {
	width: 100%;
	height: auto;
  }
  
  .blog-post-content {
	padding: 15px;
  }
  
  .blog-date {
	color: #666;
	font-size: 0.85em;
	margin-bottom: 5px;
  }
  
  .read-more {
	color: #007bff;
	text-decoration: none;
  }
  
  .read-more:hover {
	text-decoration: underline;
  }

  
  


/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #9e015e;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Blog detail
-------------------------------------------------------------------------------*/

/* Base styles for the blog detail section */
#blog-detail .container {
    max-width: 800px; /* Sets the maximum width of the container */
    margin: auto; /* Centers the container horizontally */
    padding: 40px; /* Provides padding inside the container */
    background-color: #ffffff; /* Background color for the container */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* Subtle shadow for depth */
	font-family: 'Arial', sans-serif; /* Consistent and readable font */
    color: #333; /* Dark gray for better readability */
    background-color: #fff; /* Clean white background */
    padding: 40px 20px; /* Sufficient padding around the content */
    line-height: 1.6; /* Optimal line height for reading */
    max-width: 800px; /* Limits the width of the content for better readability */
    margin: auto; /* Centers the section in the page */
}



#blog-detail h1, #blog-detail h2, #blog-detail h3 {
    color: #000; /* Black color for headings for better contrast */
}

#blog-detail h1 {
    font-size: 28px; /* Larger size for the main title */
    margin-bottom: 20px; /* Space below the title */
}

#blog-detail h2 {
    font-size: 24px; /* Prominent size for subtitles */
    margin-top: 20px; /* Space above each subtitle */
    margin-bottom: 10px; /* Space below the subtitle */
}

#blog-detail h3 {
    font-size: 20px; /* Smaller than h2 for less emphasis */
    font-weight: normal; /* Normal weight for less importance */
}
#blog-detail p {
    font-size: 16px; /* Standard font size for body text */
    margin-bottom: 15px; /* Space below each paragraph */
}

#blog-detail .blog-detail-image {
    text-align: center; /* Centers the content horizontally */
    margin: 20px 0; /* Adds some vertical spacing above and below the image */
}

#blog-detail a:hover {
    text-decoration: underline; /* Underline on hover for user interaction */
}



#blog-detail .blog-detail-article h1 {
    font-size: 28px; /* Large font size for main article title */
    color: #222222; /* Slightly darker color for emphasis */
    margin-bottom: 15px; /* Space below the title */
}

#blog-detail .blog-detail-heading {
    font-size: 24px; /* Font size for subheadings in the article */
    color: #444444; /* Dark grey for subheadings */
    margin-top: 30px; /* Space above subheadings */
    margin-bottom: 10px; /* Space below subheadings */
}

#blog-detail .blog-detail-intro, #blog-detail p {
    font-size: 16px; /* Normal font size for text */
    line-height: 1.8; /* Line height for readability */
    color: #666666; /* Lighter grey for regular text */
}







/* ------------------------------------------------------------------------------
	Blog list
-------------------------------------------------------------------------------*/
h1.bloglist-title {
    font-family: 'Arial', sans-serif; /* 更现代的字体 */
    color: #9e015e; /* 明亮的紫红色 */
    font-size: 24px; /* 较大的字体尺寸 */
    margin-top: 20px; /* 顶部留白 */
    margin-bottom: 10px; /* 减少与下一个标题的距离 */
    text-align: center; /* 居中对齐 */
}

h2.bloglist-title {
    font-family: 'Arial', sans-serif; /* 保持字体一致 */
    color: #505050; /* 较深的灰色 */
    font-size: 36px; /* 较小的字体尺寸 */
    margin-top: 0; /* 顶部无额外空白 */
    margin-bottom: 20px; /* 下方留白 */
    text-align: center; /* 居中对齐 */
}
h3.bloglist-title {
    font-family: 'Arial', sans-serif; /* 更现代的字体 */
    color: #9e015e; /* 明亮的紫红色 */
    font-size: 18px; /* 较大的字体尺寸 */
    margin-top: 20px; /* 顶部留白 */
    margin-bottom: 10px; /* 减少与下一个标题的距离 */
    text-align: center; /* 居中对齐 */
}



/* ------------------------------------------------------------------------------
	Blog
-------------------------------------------------------------------------------*/
/* 通用样式 */
/* 整个博客部分的背景色 */
.row::after {
    content: "";
    display: table;
    clear: both;
}

.read-more {
    display: block; /* 确保它是块级元素 */
    width: auto; /* 自动宽度 */
    margin: 10px 0 0; /* 顶部留一些空间，左右不设 */
    text-align: center; /* 文本居中 */
}

.blog {
    background-color: #f8f8f8; /* 淡灰色背景 */
    padding: 20px 0; /* 在上下添加一些内边距 */
}
.blog .container {
    max-width: 1200px; /* 最大宽度，保持内容不会过宽 */
    margin: auto; /* 水平居中 */
    padding: 20px; /* 添加一些内边距 */
}

.section-header {
    text-align: center; /* 标题居中对齐 */
    margin-bottom: 50px; /* 下方留出更多空间 */
}

.section-header h2 {
    font-size: 2.5rem; /* 增加标题字体大小 */
    color: #333; /* 深色字体 */
    margin-bottom: 20px; /* 与描述文字间隔 */
}

.section-header p {
    font-size: 1.2rem; /* 描述文字大小 */
    color: #666; /* 灰色文字 */
    line-height: 1.6; /* 行高 */
}

/* 博客文章样式 */
.blog-post-link {
    display: block; /* 确保链接是块级元素，可以包裹整个article */
    color: inherit; /* 避免链接改变内部文本颜色 */
    text-decoration: none; /* 去除下划线 */
}

.blog-post:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* 鼠标悬浮时添加更明显的阴影效果 */
}

.blog-post img {
    width: 100%; /* 保持图片宽度 */
    height: auto; /* 高度自动 */
}

.blog-post h3, .blog-post p {
    margin: 0; /* 调整内部元素的边距，如果需要 */
}
.blog-post {
    background: #fff; /* 白色背景 */
    border: 1px solid #ddd; /* 边框 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 轻微阴影 */
    margin-bottom: 30px; /* 每篇博客间隔 */
    padding: 20px; /* 内边距 */
    border-radius: 8px; /* 圆角边框 */
    height: 500px; /* 固定高度 */
    overflow: auto; /* 内容超出时显示滚动条 */
}

.blog-post img {
    width: 100%; /* 图片宽度100% */
    height: auto; /* 高度自动 */
    border-bottom: 1px solid #ddd; /* 图片下方边框 */
    margin-bottom: 20px; /* 与标题间隔 */
}

.blog-post h3 {
    font-size: 1.8rem; /* 标题大小 */
    margin-bottom: 10px; /* 与日期间隔 */
}

.blog-post .blog-date {
    color: #999; /* 日期颜色 */
    font-size: 0.9rem; /* 日期字体大小 */
    margin-bottom: 20px; /* 与内容间隔 */
}

.read-more {
    display: inline-block; /* 显示为内联块 */
    color: #007bff; /* 链接颜色 */
    text-decoration: none; /* 无下划线 */
    font-weight: bold; /* 字体加粗 */
    margin-top: 15px; /* 上间距 */
}

/* 标题部分的样式调整 */
.section-header {
    text-align: center;
    margin-bottom: 20px; /* 减少标题下方的空白 */
}

.section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin: 10px 0; /* 上下边距调整为10px */
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px; /* 减少描述下方的空白 */
}

/* 按钮样式调整 */
.btn-default {
    /* background-color: #f8f9fa;
    color: #333; */
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    display: block; /* 设置为块级元素使其自动占据新行 */
    width: 25%; /* 设置按钮宽度为容器宽度的25% */
    margin: 10px auto; /* 上下间距10px，左右自动，保持居中 */
    transition: background-color 0.3s, color 0.3s; /* 过渡效果 */
}

.btn-default:hover {
    background-color: #e2e6ea; /* 鼠标悬停时的背景颜色 */
    color: #212529; /* 鼠标悬停时的文字颜色 */
}

/* 博客文章区块样式 */
.blog-post {
    margin-bottom: 15px; /* 减少博客文章之间的间距 */
}




.btn-default:hover {
    background-color: #e2e6ea; /* 悬停背景颜色 */
    color: #212529; /* 悬停文字颜色 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .blog-post {
        margin-bottom: 20px; /* 移动设备上减少间距 */
    }
}


/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	/* background: rgba(0, 0, 0, 0.18); */
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 40px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size: 28px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin-top: -10px;
}
#header.fixed {
	background-color: #9e015e;
}
#header.fixed a {
	/* color: #000; */
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgb(206, 206, 206);
	font-size: 14px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #ffffff;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.slider-banner h3{
	color: #FFF;
	font-size: 60px;
	/* font-weight:bolder; */
	text-transform: uppercase;
}
.slider-banner p{
    color:#fff;
    font-size: 18px;
    /* font-weight: bold; */
    text-transform: capitalize;
}
.banner {
	position:relative;
	width:100%;
	overflow:hidden;
	/* height: 750px; */
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #000000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
    position: relative;
    background: url('../images/new1.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9e015e; /* 滤镜颜色 */
    opacity: 0.8; /* 调整滤镜透明度 */
    z-index: 1;
}

/* 确保.intro内的内容可见，并位于滤镜之上 */
.intro * {
    position: relative;
    z-index: 2;
}
.intro h1 {
	color: #fff;
	font-size: 28px;
	margin-top: 0;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.intro p { 
	color: #fff;
	font-weight: 400;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{text-align: center;padding-bottom: 60px;}
.section-header h2{
	
}
.section-header p{
	
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #cecece;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}
.services-content:before {
    content: '';
    background: #9e015e;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}
.services .icon {
	color: #9e015e;
	font-size: 38px;
	/* padding-left: 15px; */
	float: left;
	/* background: #9e015e; */
	width: 90px;
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 12px;
	/* border-top: 1px solid #03a9f4; */
	z-index: 9;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	/* -webkit-box-shadow: 0 0 0 1px #fff; */
	/* box-shadow: 0 0 0 1px #fff; */
	overflow: hidden;
	position: relative;
	background: #000;
}
.work img {
	width: 100%;
	height: 100%;
	opacity: .6;
}
.work .overlay {
	background: rgba(56, 56, 56, 0.58);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 28px;
	color: #fff;
	border: 1px solid #ffffff;
	padding: 24px;
	text-align: center;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.services-content h5 {
    margin-bottom: 20px;
}
.video-section{padding: 88px 0 20px;}
address {
    line-height: 1.42857143;
    color: #969696 !important;
    line-height: 24px;
}
.gallery {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* ---------------------------------------------------------------------------
About
------------------------------------------------------------------------------*/
/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/06.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 32px;
}

.content-3-10 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 80px 15px 80px 80px;
		background: #efefef;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}
/* pricingtable5 */
#pricing5 {
	padding: 40px 0;
}

#pricing5 .table {
	margin-top: 15px;
	width: 100%;
	padding: 30px 10px;
	border: 2px solid #d6d6d6;
}

#pricing5 .long-table {
	margin-top: 0;
	padding: 40px 10px 50px 10px;
}

#pricing5 h3 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #9e015e;
}

#pricing5 h2 {
	/* margin: 0; */
	/* font-size: 36px; */
	/* font-weight: bold; */
	/* text-transform: uppercase; */
	text-align: center;
	/* color: #282828; */
	/* margin: 20px 0 15px 0; */
}

#pricing5 p {
	/* margin: 0; */
	/* font-size: 12px; */
	text-align: center;
	/* color: #898989; */
	/* font-weight: 300; */
	/* margin: 15px 0 35px 0; */
}

#pricing5 ul.table-content {
	list-style: none;
	text-align: center;
	margin: 35px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	color: #898989;
	line-height: 35px;
}

/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;  
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	background-color: #fbfbfb; 
}
.package:hover h5 {
	color: #ff67ab;
}
.package:hover .price {
	background-color: #ff348f;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #ff67ab;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #777;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #9e015e;
	color: #9e015e;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #9e015e;
	border-color: #9e015e;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #212121;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #9e015e;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #282828;
	color: #ffffff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background: #282828;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
footer.footer h2 {
    margin-top: 40px !important;
    font-size: 24px;
    padding-bottom: 15px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #9e015e;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
