/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Swell
Version:	1.0
Last change:	11/06/17 [Table Bugs] 
Assigned to:	
Primary use:	Multi-Purpose
 
-------------------------------------------------------------------*/
@import url(fonts/font.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,400,500,600,700);

/*------------------------------------------------------------------
[Layout]

* body

	+ Global
		- Padding/Margin
		- Transitions
	+ Fonts Settings
		- Poppins
		- Montserrat
	+ Slider
	+ Layouts
		- Button Style
		- Layout Styles
	+ Shortcodes
		- Accordion
		- Audio
		- Pie-chart
		- Social Icons
		- Font Awesome Icons
		- Widgets
		- FAQ
		- Flipbox
		- Timeline
		- Tabs
		- Tables
		- Separators
		- Responsive Utilities
		- Popover & Tooltips
		- Pagination  
		- Process Steps  
		- Forms  
		- Countdown  
		- Nav Bar  
		- Blockquote  
		- Breadcrump  
		- Code  
		- Countdown Timer  
		- Progress Bar  
	
-------------------------------------------------------------------*/

 
html,body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #131415;
	background-color: #fff;
	height: 100% ;
}
html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}
::-moz-selection {
	background: #131415;
	color: #fff;
}
::selection {
	background: #131415;
	color: #fff;
}
section {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	background-position:50% 50%;
	background-size:cover;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
}
h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}
h2{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
h4 {
	line-height: 24px;
}
p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 26px;
	color: #777;
}
a {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	color: #131415;
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a:hover,a:focus {
	text-decoration: none;
	color: #ef345c;
}
img {
    vertical-align: middle;
    max-width: 100%;
}


/*     Loader     */
.preloader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100000;
}
.status {
	width: 100px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.sk-folding-cube.left-align {
	margin-left: -12px;
}
.sk-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg); 
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%; 
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; 
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; 
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	} 
} 
@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	} 
}

/*		Slider		*/
.mi-slider-part, .mi-slick-carousel, .mi-slider-part.mi-center-carousel {
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}
#mi-short-header.mi-slider-part{
	height: 700px;
	text-align: center;
}
.mi-overlay-bg {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,0.5);
}
.mi-agency-1 {
	background-image: url('../img/slider/agency_1.jpg');
}
.mi-agency-2 {
	background-image: url('../img/slider/agency_2.jpg');
}
.mi-agency-3 {
	background-image: url('../img/slider/agency_3.jpg');
}
.mi-agency-4 {
	background-image: url('../img/slider/agency_4.jpg');
}
.mi-agency-5 {
	background-image: url('../img/slider/agency_5.jpg');
}
.mi-app-1 {
	background-image: url('../img/slider/app_1.jpg');
}
.mi-app-2 {
	background-image: url('../img/slider/app_2.jpg');
}
.mi-event-1 {
	background-image: url('../img/slider/event_1.jpg');
}
.mi-event-2 {
	background-image: url('../img/slider/event_2.jpg');
}
.mi-fit-1 {
	background-image: url('../img/slider/fit_1.jpg');
}
.mi-fit-2 {
	background-image: url('../img/slider/fit_2.jpg');
}
.mi-minimal{
	background-image: url('../img/slider/minimal.jpg');
}
.mi-personal{
	background-image: url('../img/slider/personal.jpg');
}
.mi-photo{
	background-image: url('../img/slider/photo.jpg');
}
.mi-product-1 {
	background-image: url('../img/slider/product_1.jpg');
}
.mi-product-2 {
	background-image: url('../img/slider/product_2.jpg');
}
.mi-restaurant-1 {
	background-image: url('../img/slider/res_1.jpg');
}
.mi-restaurant-2 {
	background-image: url('../img/slider/res_2.jpg');
}
.mi-portfolio-1 {
	background-image: url('../img/slider/portfolio_1.jpg');
}
.mi-portfolio-2 {
	background-image: url('../img/slider/portfolio_2.jpg');
}
.mi-portfolio-3 {
	background-image: url('../img/slider/portfolio_3.jpg');
}
.mi-arch-1 {
	background-image: url('../img/slider/arch_1.jpg');
}
.mi-arch-2 {
	background-image: url('../img/slider/arch_2.jpg');
}
.mi-cons-1 {
	background-image: url('../img/slider/cons_1.jpg');
}
.mi-cons-2 {
	background-image: url('../img/slider/cons_2.jpg');
}
.mi-creative-1 {
	background-image: url('../img/slider/creative_1.jpg');
}
.mi-creative-2 {
	background-image: url('../img/slider/creative_2.jpg');
}
.mi-creative-3 {
	background-image: url('../img/slider/creative_3.jpg');
}
.mi-blog-1 {
	background-image: url('../img/slider/blog_1.jpg');
}
.mi-blog-2 {
	background-image: url('../img/slider/blog_2.jpg');
}
.mi-blog-3 {
	background-image: url('../img/slider/blog_3.jpg');
}
.mi-fashion-1 {
	background-image: url('../img/slider/fashion_1.jpg');
}
.mi-fashion-2 {
	background-image: url('../img/slider/fashion_2.jpg');
}
.mi-fashion-3 {
	background-image: url('../img/slider/fashion_3.jpg');
}
.mi-fashion-product {
	background-image: url('../img/slider/fashion_product.jpg');
}
.mi-slick-1 {
	background-image: url('../img/slider/slider_bg.jpg');
}
.mi-spa {
	background-image: url('../img/slider/spa.jpg');
}
.mi-travel {
	background-image: url('../img/slider/travel.jpg');
}
.mi-wedd {
	background-image: url('../img/slider/wedd.jpg');
}
.mi-slick-2 {
	background-image: url('../img/slider/slider_bg_1.jpg');
}
.mi-slick-3 {
	background-image: url('../img/slider/slider_bg_2.jpg');
}
.mi-slick-4 {
	background-image: url('../img/slider/cor_1.jpg');
}
.mi-slick-5 {
	background-image: url('../img/slider/cor_2.jpg');
}
.mi-slick-6 {
	background-image: url('../img/slider/cor_3.jpg');
}
.mi-slick-carousel .item {
	position:relative;
	width: 100%;
	height: 100vh;
	background-position:50% 50%;
	background-size:cover;
}
.mi-slider-caption {
    position: absolute;
	left: 0;
    top: 50%;
	width: 100%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.mi-slider-caption h1{
	font-size: 74px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 30px;
	margin: 0;
}
.mi-slider-caption .mi-caption-text {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 300;
	color: #fff;
}
.mi-slick-carousel .owl-dots .owl-dot {
	display: inline-block;
    width: 2px;
    height: 10px;
	margin: 0 6px;
    background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mi-slick-carousel .owl-dots .owl-dot.active {
	background-color: #ef345c;
	height: 20px;
}
.mi-slick-carousel .owl-dots {
	position: absolute;
	display: inline-block;
    bottom: 30px;
	left: 50%;
    transform: translateX(-50%);
}

/*		Common		*/
.p-0 { padding: 0; }.pb-0 { padding-bottom: 0; }.pr-0 { padding-right: 0; }.pl-0 { padding-left: 0; }.pt-0 { padding-top: 0; }.p-10 { padding: 10px; }.pb-10 { padding-bottom: 10px; }.pr-10 { padding-right: 10px; }.pl-10 { padding-left: 10px; }.pt-10 { padding-top: 10px; }.p-30 { padding: 30px; }.pb-20 { padding-bottom: 20px; }.pr-20 { padding-right: 20px; }.pl-20 { padding-left: 20px; }.pt-20 { padding-top: 20px; }.p-40{padding: 40px;}.pl-40{padding-left: 40px;}.pr-40{padding-right: 40px;}.pb-40{padding-bottom: 40px;}.pt-40{padding-top: 40px;}.p-40{padding: 40px;}.pl-60{padding-left: 60px;}.pr-60{padding-right: 60px;}.pb-60{padding-bottom: 60px;}.pt-60{padding-top: 60px;}.p-60{padding: 60px;}.pl-80{padding-left: 80px;}.pr-80{padding-right: 80px;}.pb-80{padding-bottom: 80px;}.pt-80{padding-top: 80px;}.p-80{padding: 80px;}
.pl-120{padding-left: 120px;}.pr-120{padding-right: 120px;}.pb-120{padding-bottom: 120px;}.pt-120{padding-top: 120px;}.p-120{padding: 120px;}

.mb-10 {margin-bottom: 10px;}.mr-10 {margin-right: 10px;}.ml-10 {margin-left: 10px;}.mt-10 {margin-top: 10px;}.m-10 {margin: 10px;}.mb-20 {margin-bottom: 20px;}.mr-20 {margin-right: 20px;}.ml-20 {margin-left: 20px;}.mt-20 {margin-top: 20px;}.m-20 {margin: 20px;}.ml-40{margin-left: 40px;}.mt-40{margin-top: 40px;}.mb-40{margin-bottom: 40px;}.mr-40{margin-right: 40px;}.mb-80{margin-bottom: 80px;}
.mi-tb-padding {
	padding: 100px 0;
}
.mi-tb-40{
	padding: 40px 0;
}
.mi-lr-40{
	padding-left: 40px;
	padding-right: 40px;
}
.mi-lr-120{
	padding-left: 120px;
	padding-right: 120px;
}
.mi-lr-60{
	padding: 0 60px;
}
.mi-block-padding {
	padding: 40px;
}
.mi-full-padding {
	padding: 120px 80px;
}
.mi-section {
	padding: 100px 0;
}
.mi-section-bottom {
	padding: 0 0 120px 0;
}
.mi-logo-title {
	position: relative;
	margin-top: 20px;
	margin-bottom: 100px;
}
.mi-logo-title h2::after {
	position: absolute;
	content: "M";
	left: 50%;
	top: 50%;
	font-size: 120px;
	font-weight: 600;
	color: rgba(21,21,21,0.1);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.mi-text-light {
	font-size: 12px;
	color: #777;
}
.mi-bg-color .mi-logo-title h2::after, .mi-bg-image .mi-logo-title h2::after {
	color: rgba(255,255,255,0.1);
}
iframe {
	width: 100%;
	border: 0px;
	overflow: hidden;
}
.mi-logo-title h2  {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	z-index: 1;
}
.mi-logo-title h2::before {
	position: absolute;
	content: "";
	left:  0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 3px;
	background-color: #ef345c;
	z-index: 100;
}
a.mi-link-big{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
a.mi-link-medium{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
a.mi-more::after {
    background-color: #ef345c;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.mi-more:hover::after, .nav-pills li > a.mi-more:hover::after, .nav-pills li.active > a.mi-more::after {
    width: 100%;
}
.mi-bg-color {
	background-color: #131415;
} 
.mi-bg,.mi-bg-color {
	color: #fff;
}
.mi-bg-color a,.mi-bg-image a {
	color: #fff;
}
.mi-bg-color a:hover,.mi-bg-color a:focus, .mi-bg-image a:hover,.mi-bg-image a:focus {
	color: #ef345c;
}
.mi-bg-image{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
.mi-bg-image.mi-img-fix {
	background-attachment: fixed;
}
.mi-bg-image {
	background-image: linear-gradient(rgba(21,21,21,0.8),rgba(21,21,21,0.8)),url("../img/bg.jpg");
}
#mi-parallax-one.mi-bg-image {
	background-image: linear-gradient(rgba(21,21,21,0.8),rgba(21,21,21,0.8)),url("../img/backgrounds/parallax_one.jpg");
}
video#mi-video {
    width: 100%;
}
.mi-bg-title,.mi-text-block p {
	margin-bottom: 40px;
}
.mi-img-container, .mi-weds .mi-center-carousel .owl-item.active.center .item .mi-post-img {
	-webkit-box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
    -moz-box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
    box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
}
.mi-text-container {
	position: relative;
	padding: 60px;
}
.mi-table {
    display: table;
    table-layout: fixed;
}
.mi-table-cell {
    display: table-cell;
	float: none;
    vertical-align: middle;
}
.mi-box {
    background: #fff;
    padding: 40px;
	-webkit-box-shadow: 1px 0px 40px 2px rgba(21,21,21,0.1);
    -moz-box-shadow: 1px 0px 40px 2px rgba(21,21,21,0.1);
    box-shadow: 1px 0px 40px 2px rgba(21,21,21,0.1);
}
form input, form textarea,.form-control,.form-control-select{
    border: none;
    outline: none;
    font-size: 12px;
    color: #777;
	width: 100%;
	margin-bottom: 40px;
    background-color: transparent;
    border-bottom: 1px solid #777;
    margin-right: 15px;
    padding: 15px 15px;
}
.form-control,.form-control:focus {
    border-radius: 0;
	border-bottom: 1px solid #777;
    box-shadow: none;
}
.mi-fixed-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
    padding: 30px;
    background-color: #fff;
    height: 100%;
}
.mi-icon-container .mi-et-line-default{
	margin: 0 0 20px 0;
}


/*		Button Style		*/
.mi-btn {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
	line-height: 12px;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 16px 50px;
    text-decoration: none;
    background-color: #ef345c;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mi-btn:hover {
	color: #fff;
	box-shadow: 0 10px 20px rgba(21,21,21,0.2);
}
.mi-bg-color .mi-btn:hover,.mi-main-post .mi-btn:hover,.mi-bg-image .mi-btn:hover {
	color: #fff;
	background-color: transparent;
	border: 2px solid #ef345c;
}

/*		Call To Action		*/
.mi-cta-block {
	position: relative;
}
.mi-cta-block .mi-cta-text h5 {
	font-weight: 400;
	letter-spacing: 1;
	color: #777;
	margin-bottom: 20px;
}
.mi-cta-btn {
	position: absolute;
	top: 50%;
	right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*		Image - Gallery		*/
.filter {
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}
.filter li {
	display: inline-block;
	text-align: right;
	margin: 0 15px;
}
.filter li.active a {
	color: #ef345c;
}
.mi-figure {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.mi-name h3 {
	margin: 0;
}
.mi-figcaption {
	position: absolute;
	overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    background-color: rgba(239,52,92,0.85);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-figcaption .mi-name {
	position: absolute;
    top: 50%;
    right: 20px;
    opacity: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-figure:hover .mi-figcaption {
    opacity: 1;
}
.mi-figure:hover .mi-name {
    opacity: 1;
    right: 0;
}
.mi-works-vertical .filter li {
	display: block;
	text-align: center;
	margin: 15px;
}
.mi-works .mi-single-item {
	padding: 0;
}
.mi-works .owl-controls .owl-nav,.mi-works-space .owl-controls .owl-nav{
	position: relative;
	margin-top: 60px;
}
.mi-works .owl-controls .owl-nav .owl-prev,.mi-works .owl-controls .owl-nav .owl-next,.mi-works-space .owl-controls .owl-nav .owl-prev,.mi-works-space .owl-controls .owl-nav .owl-next {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}
.mi-works .owl-controls .owl-nav .owl-prev:hover, .mi-works .owl-controls .owl-nav .owl-next:hover ,.mi-works-space .owl-controls .owl-nav .owl-prev:hover, .mi-works-space .owl-controls .owl-nav .owl-next:hover {
	color: #ef345c;
}
.mi-works .owl-controls .owl-nav .owl-prev,.mi-works-space .owl-controls .owl-nav .owl-prev {
	margin-left: 15px;
} 
.mi-works .owl-controls .owl-nav .owl-next,.mi-works-space .owl-controls .owl-nav .owl-next {
	right: 0;
	margin-right: 15px;
}  
.mi-works .mi-btn,.mi-works-space .mi-btn {
	left: 50%;
	-webkit-transform: translateX(-50%));
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#mi-arch.mi-works .owl-controls {
	position: absolute;
	left: -10%;
	bottom: 10%;
}

/*		Feature		*/
.mi-feature-bg {
	background-image: linear-gradient(rgba(21,21,21,0.8),rgba(21,21,21,0.8)),url("../img/bg.jpg");
}
.mi-feature-bg .mi-left-icon:first-child {
	margin-top: 0;
}
.mi-feature-bg .mi-left-icon:last-child {
	margin-bottom: 0;
}
.mi-icon-big .mi-et-line {
	font-size: 40px;
	color: #ef345c;
	line-height: 40px;
	opacity: 1;
}
.mi-feature-bg .mi-content{
	padding-top: 0;
}
.mi-feature-block .mi-left-icon {
	padding-left: 80px;
	padding-right: 0;
}

/*		Simple Block		*/
.mi-half-color:before {
	position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:25%;
    content:"";
    background-color:#131415;
}
.mi-link-abs {
	position: absolute;
    top: 60px;
    right: 0;
    z-index: 3;
}
.mi-half-color h2 {
	margin-top: 10px;
	padding-right: 120px;
	padding-bottom: 20px;
}
.mi-block {
	position: relative;
	padding: 40px 0 40px 40px;
}
.mi-left-icon {
	margin-bottom: 60px;
}
.mi-icon {
	width: 15%;
	float: left;
}
.mi-content {
	width: 85%;
	float: left;
	padding-top: 20px;
}
.mi-icon-small .mi-et-line {
	font-size: 26px;
	color: #ef345c;
	opacity: 1;
}
.mi-et-line {
	font-size: 70px;
	line-height: 70px;
	font-weight: 500;
	color: #131415;
	opacity:0.1;
}
.mi-block-sidebg .mi-bg-color{
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
}
.mi-block-heading h4 {
	font-size: 20px;
	font-weight: 300;
	line-height:32px;
	margin-bottom: 0;
}
.mi-right-icon {
	text-align: right;
}
.mi-text-space .mi-icon {
	width: 20%;
}
.mi-text-space .mi-content {
	width: 80%;
}
.mi-right-icon .mi-icon, .mi-right-icon .mi-content  {
	float: right;
}
.mi-text-space .mi-content {
	padding: 0;
}
.mi-text-space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mi-text-space p {
	margin-bottom: 40px;
}
span.mi-big-no {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	color: rgba(19,20,21,0.2);
}
.mi-left-icon {
	margin: 40px 0;
}
.mi-et-line-default {
	font-size: 40px;
    color: #ef345c;
	margin: 10px;
	line-height: 40px;
	opacity: 1;
}
.mi-et-line-default.mb-20 {
	margin-bottom: 20px;
}
.mi-left-icon .mi-et-line-default {
	margin: 0 0 30px 0;
}
.mi-fact-text .mi-border-block {
	padding-right: 30px;
}


/*		Counter		*/
span.counter {
	position: relative;
	font-size: 42px;
	font-weight:300;
	letter-spacing: 1px;
}
.mi-fact.mi-fact-add span.counter:after {
	position: absolute;
	content: '+';
	font-size: 32px;
	color: #ef345c;
	top: 50%;
    -webkit-transform: translateY(-50%));
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mi-fact h4 {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 300;
}
.mi-top-line{
	margin-top: 60px;
	border-top: 1px solid rgba(119,119,119,0.2);
}
.mi-box.mi-fact span:after{
    content: "";
    display: block;
    width: 25px;
    border: 1px solid #ef345c;
    margin: 5px auto 20px auto;
}
.mi-box p{
	margin: 0;
}



/*		Carousel		*/
.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.mi-carousel-item, .mi-lr-padding {
	padding: 0 120px;
}
.mi-carousel-item p,.mi-carousel-item h3 {
	margin: 20px 0;
}

/*		Blog	*/
.mi-post-title {
	float: left;
}
.mi-post-more {
	float: right;
}
.mi-post-title span {
	font-size: 14px;
	font-style: italic;
}
.mi-post-title  h2 {
	display: block;
	margin: 0;
}
#mi-recent-post {
	padding-bottom: 80px;
}
.mi-post-image {
	position: relative;
}
.mi-post-content {
	position: relative;
	display: inline-block;
	padding: 40px 0;
}
.mi-post-content h3, .mi-post-content p, .mi-audio .mi-tb-40 h3 {
	margin-bottom: 30px;
}
.mi-padding {
	padding: 0 20px;
}
.mi-blog-post {
	padding: 0 40px;
}
.mi-blog-post figure img { 
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
	cursor:pointer;  
}
.mi-blog-post .mi-figcaption {
	background-color: rgba(21,21,21,0.8);
}
.mi-figcaption .mi-blog-name {
	position: absolute;
    bottom: 40px;
    right: 0;
	left: 0;
    opacity: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-figcaption .mi-blog-name h3,.mi-simple-caption h3 {
	margin-bottom: 10px;
}
.mi-blog-post:hover .mi-blog-name, .mi-blog-post:hover .mi-figcaption {
    opacity: 1;
}
.mi-blog-post:hover figure img, .owl-carousel .item .mi-figure img { 
	-ms-transform: scale(1.1,1.1); 
	-webkit-transform: scale(1.1,1.1);  
	transform: scale(1.1,1.1);  
}
.mi-post-content h3 a.mi-blog-title{
	font-size: 18px;
	font-weight: 500;
}
.mi-blog-admin span i{
	display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #131415;
}
.mi-blog-admin span {
	margin-right: 20px;
    line-height: 20px;
    color: #777;
	font-size:12px;
}
.mi-modern-blog .item {
	padding: 0 60px 0 160px;
}
.mi-modern-blog .mi-post-image:before, .mi-modern-blog .mi-post-image:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: rgba(119,119,119,0.3);
	z-index: -1;
}
.mi-modern-blog .mi-post-image:before {
    margin-left: -100%;
    text-align: right;
}
.mi-blog-border {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-top: 4px solid #131415;
}
.mi-blog-border .mi-big-no {
	position: absolute;
	font-size: 100px;
	font-weight: 600;
	color: rgba(255,255,255,0.2);
	top: 20px;
	left: 0;
}
.mi-blog-border h3{
	margin-bottom: 0;
	color: #fff;
}
.mi-abs-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	bottom: 0;
}
.mi-blog-border .mi-overlay-bg{
	background-color: rgba(21,21,21,0.7);
	z-index: -1;
}
.mi-main-post.mi-light-bg-color {
	background-color: rgba(21,21,21,0.7);
}
.mi-blog-two .mi-post-text {
	width: 80%;
	float: left;
	padding-right: 40px;
	border-right: 4px solid #131415;
}
.mi-blog-two .mi-post-text p,.mi-simple-caption p {
	margin-bottom: 0;
}
.mi-blog-two .mi-post-detail {
	width: 20%;
	float: right;
	padding-left: 40px;
}
.mi-blog-two .mi-post-detail a {
	display: block;
	margin-bottom: 10px;
}
.mi-blog-two .mi-blog {
	border-bottom: 1px solid rgba(119,119,119,0.3);
	padding-bottom: 60px;
	margin-bottom: 100px;
}
.mi-center-carousel .owl-item{
	margin: 40px 0;
}
.mi-center-carousel .item {
	opacity: 0.35;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	z-index: 1;
}
.mi-center-carousel .owl-item.active.center .item  {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mi-blog-more {
	padding-left: 60px;
	padding-right: 60px;
}
.mi-blog-more .item, .mi-blog-feature .item {
	margin: 0 10px;
}
.mi-masonary .mi-single-item{
	padding: 0;
}
.mi-masonary .mi-masonary-caption {
	position: absolute;
	overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 60px;
    color: #fff;
    background-color: rgba(21,21,21,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mi-masonary .mi-masonary-caption .mi-middle-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.mi-masonary .mi-masonary-caption .mi-bottom-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 60px;
	text-align: right;
}
.mi-magazine.mi-masonary .mi-masonary-caption .mi-magazine-name{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
}
.mi-masonary .mi-masonary-caption h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: none;
}
.mi-masonary .mi-masonary-caption p {
	margin: 10px 0;
	color: #fff;
}
.mi-masonary-caption .mi-name {      
	position: absolute;
    top: 50%;
	left: 0;
    width: 100%;
    padding: 0 160px;
    text-align: center;
    -webkit-transform: translateY(-50%));
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mi-masonary .mi-figure img,.mi-masonary .mi-figure:hover .mi-name img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mi-magazine.mi-masonary .mi-figure img,.mi-masonary .mi-figure:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.mi-magazine.mi-masonary .mi-figure:hover img{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.mi-simple-caption{
	margin: 20px 0;
}


/*		List Layout		*/
ul.mi-list {
	padding: 10px 0;
}
ul.mi-list li {
	position: relative;
	display: inline-block;
}

/*		Footer		*/
.mi-footer-one {
	padding: 60px 0;
	color: #777;
} 
.mi-footer-one .mi-footer-nav li {
	margin: 0 15px;
}
.mi-footer-one .mi-footer-nav li a{
	line-height: 18px;
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.mi-footer-one .mi-footer-nav li a:hover{
	color: #ef345c;	
}
.social-links li {
	margin: 0 5px;
	text-align: center;
}
.social-links li a{
	position: relative;
	display: list-item;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	color: #777;
	background: #282828;	
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.social-links li a:hover{
	color:#ffffff;
	background:#ef345c;	
}
.mi-copyright{
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.10);	
}
.mi-copyright p {
	margin-bottom: 0;
}
.mi-newsletter input {
	width: 100%;
	text-align: center;
}
.mi-newsletter input.mi-input-box {
	width: 70%;
}
.mi-newsletter .mi-btn.mi-btn-right {
	float: right;
}
/*		Progress Bar		*/
.mi-bar-group {
	padding-bottom: 40px;
}
.mi-bar-text span {
    float: right;
	font-size: 16px;
	width: auto;
}
.mi-bg-color .mi-bar-text span {
	color: #fff;
}
.progress-bar {
    background: rgba(119,119,119,0.2) none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 4px;
    margin: 0 0 20px;
    width: 100%;
}
.progress-bar > span {
    background: #ef345c none repeat scroll 0 0;
    display: block;
	width: 0;
    height: 100%;
}
/*		Tab Design		*/
.nav-pills li .mi-et-line, .nav-pills li h3 {
	margin: 10px;
}
.nav-pills li > a {
	margin: 0 10px;
	border-radius: 0px;
}
.nav-pills li > a.mi-more::after {
    background-color: #ef345c;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus, .nav-pills li > a:hover, .nav-pills li > a:focus {
	background-color: transparent;
	color: #131415;
}
.tab-pane {
	padding: 60px 20px 0 20px;
}
/*		Testimonials		*/
.mi-testi .mi-figcaption {
	opacity: 1;
	background-color: rgba(21,21,21,0.9);
}
.mi-testi .mi-figure:hover .mi-figcaption{
	opacity: 0;
}
.mi-testi .mi-figcaption .mi-text-container {
	position: absolute;
    top: 50%;
    left: 0;
	right: 0;
    width: 100%;
    padding: 60px;
    text-align: center;
    -webkit-transform: translateY(-50%));
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-testi .mi-figcaption .mi-text-container h3 {
	margin-bottom: 0;
}
/*		Welcome		*/
.mi-border-block {
	border-right: 4px solid #777;
	padding-right: 20px; 
}
.mi-block-padding {
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-hover-shadow:hover .mi-block-padding {
	-webkit-transform: translate3d(0,-5px,0); */
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0); 
    -webkit-box-shadow: 1px 9px 30px 0 rgba(21,21,21,.078);
    -moz-box-shadow: 1px 9px 30px 0 rgba(21,21,21,.078);
    box-shadow: 1px 9px 30px 0 rgba(21,21,21,.078);
}
.mi-hover-shadow .mi-block-padding .mi-et-line-default {
	margin-bottom: 30px;
}
.mi-light-bg-color {
	background-color: rgba(119,119,119,0.05);
}
.mi-abs-container {
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mi-hidden {
	position: relative;
	overflow: hidden;
}
.mi-client-border {
	border-bottom: 1px solid rgba(119,119,119,0.1);
	border-left: 1px solid rgba(119,119,119,0.1);
	margin-left: -1px;
	margin-bottom: -1px;
}
.mi-left-gallery {
	padding-left: 300px;
}
.mi-event-fact span.counter{
	font-weight: 400;
}
.mi-left-icon p small {
	font-size: 12px;
	font-weight: 500;
	color: #ef345c;
}
.mi-popup-video a {
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 20px;
}
.mi-feed-image {
	width: 40%;
	float: left;
}
.mi-feed-text {
	width: 60%;
	padding: 0 20px;
	float: left;
}
.mi-feed-text a {
	position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
	display: block;
    margin-bottom: 5px;
} 
.mi-feed-text p {
	margin: 20px 0;
}
.mi-portrait .mi-slider-caption {
	padding: 40px;
}
.mi-recipe  .mi-figure {
	padding: 20px 20px;
}
/*		Star Rating		*/
.mi-star{
	padding: 15px 0;
    text-align: left;
}
.mi-star label:hover,.mi-star label:hover ~ label{
    color: #777;
}
.mi-star *{
    margin: 0 1px;
    padding: 0;
}
.mi-star input{
    display: none;
}
.mi-star{
    unicode-bidi: bidi-override;
    direction: rtl;
}
.mi-star label{
    color: rgba(119,119,119,0.5);
}
.mi-star label::before{
    content: "\2605";
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.mi-star input:checked ~ label{
    color: #ef345c;
} 
/*		Grid Layouts		*/
.mi-grid .mi-single-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mi-shop-product .mi-four-carousel {
	padding-top: 120px;
}
/*		Text-Blocks		*/
.mi-blocks .mi-table-cell {
	position: relative;
}
.mi-text-blocks {
	padding: 60px 40px;
	-webkit-box-shadow: 1px 1px 33px 2px rgba(21,21,21,0.1);
	-moz-box-shadow: 1px 1px 33px 2px rgba(21,21,21,0.1);
	box-shadow: 1px 1px 33px 2px rgba(21,21,21,0.1);
}
.mi-blocks .mi-text-blocks{
	position: absolute;
	text-align: left;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 501;
}
.mi-blocks h3 {
	text-align: center;
	margin-bottom: 0;
}
.mi-divider {
	position: absolute;
	height: 40px;
	left: 50%;
	top: 50%;
	border-right: 2px solid #777;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.mi-weds .mi-post-content h3{
	margin-bottom: 20px;
}
.mi-weds .mi-post-content p {
	margin-bottom: 0;
}
.mi-counter-timer ul {
	padding: 0;
	margin-bottom: 40px;
}
.mi-counter-timer ul li{
    display: inline-block;
    margin-right: 20px;
}
.mi-counter-timer ul li span{
    font-size: 80px;
	font-weight: 400;
    display: block;
}
.mi-counter-timer.mi-dash ul li span:after{
    font-size: 60px;
    padding-left: 15px;
    content: '-';
}
.mi-counter-timer.mi-dash ul li:last-child span:after{
	content: '';
}
.mi-event h3{
	color: #ef345c;
}
.mi-map {
    width: 100%;
    height: 450px;
}
.mi-map #mi-map {
    display: block;
    width: 100%;
    height: 100%;
}
.mi-map-section {
	position: relative;
}
.mi-map-section .mi-text-blocks {
	position: absolute; 
	background-color: #fff;
	top: 50%;
	left: 20%;
	right: 20%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.mi-map-section .mi-text-blocks .mi-et-line-default {
	margin: 0;
	padding-bottom: 20px;
}
/*		Portfolio Grid Title		*/
.mi-work-title .mi-item-title {
	position: relative;
}
.mi-work-title .mi-item-title .mi-figure {
	padding: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mi-work-title .mi-item-title:hover .mi-figure {
	padding: 0 60px 60px 0;
}
.mi-work-title.mi-column-03 .mi-item-title:hover .mi-figure,.mi-work-title.mi-column-04 .mi-item-title:hover .mi-figure {
	padding: 0 40px 40px 0;
}
.mi-work-title.mi-column-03 .mi-item-title .mi-title-caption .mi-name h4,.mi-work-title.mi-column-04 .mi-item-title .mi-title-caption .mi-name h4 {
	font-size: 12px;
	margin-bottom: 0;
}
.mi-work-title.mi-column-04 .mi-item-title .mi-title-caption{
	top: 40px;
	left: 40px;
}
.mi-work-title .mi-item-title .mi-title-caption {
	position: absolute;
	top: 60px;
	left: 60px;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 2px solid #ef345c;
	background-color: #ef345c;
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	z-index: 0;
}
.mi-work-title .mi-item-title:hover .mi-title-caption {
	opacity: 1;
}
.mi-work-title .mi-item-title .mi-title-caption .mi-name {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #fff;
}
/*		Sidebar Portfolio		*/
.mi-sidebar-block {
	margin-bottom: 30px;
	padding: 15px 0;
}
.mi-sidebar-block input.mi-text-box {
	border-bottom: 0;
	margin-bottom: 0;
	background-color: rgba(119,119,119,0.1);
}
.mi-sidebar-block ul.mi-sidebar-list {
	padding: 0 20px;
	list-style-type:none;
}
.mi-sidebar-block ul.mi-sidebar-list li {
	margin: 20px 0;
}
.mi-sidebar-block ul.mi-sidebar-list li:last-child {
	margin-bottom: 0;
}
.mi-sidebar-block ul.mi-sidebar-list a {
	font-weight: 400;
	letter-spacing: 0;
}
.mi-sidebar-block ul.mi-list a {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 10px 10px 0;
	border: 1px solid #ef345c;
	border-radius: 2px;
}
.mi-sidebar-block ul.mi-list {
	padding-bottom: 0;
	margin-bottom: 0;
}
.mi-sidebar-block span {
	font-size: 10px;
}
.mi-sidebar-block form{
	position: relative;
}
.mi-sidebar-block .mi-btn-send {
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 18px;
	background-color: transparent;
	border: 0 solid transparent;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 11;
}
.mi-sidebar-block .mi-btn-send:focus {
	background-color: transparent;
	border: 0 solid transparent;
}
.mi-sidebar-block ul.mi-list a:hover {
	background-color: #ef345c;
	color: #fff;
}
.mi-sidebar-block ul.mi-list-images {
	padding: 0;
}
.mi-sidebar-block ul.mi-list-images li {
	display: inline-block;
	list-style:none;
	margin: 5px 5px 5px 0;
}
.mi-image-blocks {
	padding-bottom: 60px;
}
.mi-single-work h3{
	margin-bottom: 30px;
}
.mi-single-work .social-links li a {
	color: #fff;
}
.mi-single-work .mi-name {
	position: absolute;
	right: 15px;
	bottom: 0;
}
/*		About Us		*/
.mi-img-block {
	margin-top: 120px;
	float: right;
	width: 70%;
	z-index: 0;
}
.mi-one-carousel.owl-carousel .item .mi-figure img {
	-ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.mi-one-carousel .mi-text-blocks {
	position: absolute;
	width: 40%;
	top: 30px;
	left: 30px;
	z-index: 999;
	background-color: #fff;
}
/*		Chart		*/
.mi-pie-skills {
	padding-bottom: 40px;
	text-align: center;
}
.mi-pie-skills p {
	padding-top: 30px;
	margin: 0;
}
.mi-pie-skills .mi-chart {
	position: relative;
	display: inline-block;
}
.mi-pie-skills .mi-chart .mi-chart-percent {
	color: #fff;
	position: absolute;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
	left:0;
}
.mi-pie-skills .mi-chart .mi-chart-percent:after {
	content:'%';
}
.mi-client-says p {
	margin: 0;
}
/*		Pricing Table		*/
.mi-price-block {
	position: relative;
	padding: 80px 40px;
	margin: 40px 0;
	border-top: 6px solid #ef345c;
	border-bottom: 1px solid rgba(119,119,119,0.2);
	border-left: 1px solid rgba(119,119,119,0.2);
	border-right: 1px solid rgba(119,119,119,0.2);
	z-index: 0;
}
.mi-price-block .mi-et-line-default {
	padding-bottom: 30px;
	border-bottom: 0px solid rgba(119,119,119,0.2);
	border-left: 0px solid rgba(119,119,119,0.2);
	border-right: 0px solid rgba(119,119,119,0.2);
}
.mi-price-block.mi-scale {
	z-index: 1;
	-ms-transform: scale(1.1,1.1); 
	-webkit-transform: scale(1.1,1.1);  
	transform: scale(1.1,1.1); 
}
.mi-price-block.mi-scale {
	background-color: rgb(255,255,255);
}
.mi-price-block h3 {
	margin-bottom: 40px;
}
ul.mi-price-list {
	padding: 10px 0 20px 0;
	list-style-type: none;
}
ul.mi-price-list li {
	margin: 20px 0;
}
ul.mi-price-list li p{
	margin-bottom:0;
}
ul.mi-price-list.mi-price-default {
	padding: 40px 0 20px 0;
}
.mi-price-bg {
	padding: 60px 20px;
}
.mi-price-bg .mi-big-no {
	color: rgba(255,255,255,0.5);
}
.mi-pricing-table .mi-price-space {
	padding: 0 120px;
}
.mi-price-default .mi-et-line-default {
	margin-bottom: 30px;
}
.mi-price-bg-block {
	position: relative;
	padding: 40px 0 0 40px;
}
.mi-price-bg-block .mi-price-block {
    margin-top: 0;
    z-index: 111;
	background-color: #fff;
	border: none;
}
.mi-price-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 40px;
	bottom: 40px;
	background-color: #ef345c;
	-webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	z-index: 0;
}
/*		Team		*/
.mi-name ul.mi-list {
	margin-bottom: 0;
}
.mi-name .social-links li a{
	background-color: #131415;
	color: #fff;
}
.mi-name .social-links li a:hover,.mi-team-classic .social-links li a:hover,.mi-name .social-links li a:focus,.mi-team-classic .social-links li a:focus {
	color: #ef345c;
}
.mi-fixed-name {
	margin: 30px 0;
}
.mi-team-classic {
	position: relative;
	margin: 20px 0;
	padding: 60px 0 0 40px;
	/* border: 1px solid rgba(119,119,119,0.2); */
}
.mi-team-classic .social-links li a {
	background-color: transparent;
	width: auto;
	height: auto;
	font-size: 18px;
	color: #131415;
}
.mi-team-classic .mi-table{
	width: 100%;
}
.mi-team-classic .mi-table .mi-table-cell{
	width: 50%;
	padding-top: 40px;
}
/*		Accordion		*/
.mi-faq-classic .panel-group .panel  {
	padding: 0;
	border-radius: 0;
	border: 1px solid #ef345c;
	box-shadow: none;
}
.mi-faq-classic .panel-default > .panel-heading {
	position: relative;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.mi-faq-classic .panel-collapse p {
	padding: 0 20px 20px 20px;
}
.panel-default p,.panel-group{
	margin: 0;
}
.mi-faq-classic .panel-default a {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
}
.mi-faq-classic .panel-default a:after{
	content:"\003e";
	font-size: 20px;
	float: right; 
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    ms-transform: rotate(90deg);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mi-faq-classic .panel-default a.collapsed:after{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    ms-transform: rotate(0deg);
}
.mi-faq .mi-blog-border {
	z-index: 1;
}
.mi-faq .panel-group .panel  {
	padding: 0;
	border-radius: 0;
	border: 0px solid #ef345c;
	box-shadow: none;
}
.mi-faq .panel-default > .panel-heading {
	position: relative;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.mi-faq .panel-collapse p{
	padding: 40px;
}
.mi-faq .panel-default a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}
.mi-faq-classic.mi-faq-modern .panel-group .panel {
	border: 1px solid transparent;
}
.mi-faq-classic.mi-faq-modern .panel-default a {
	padding: 40px 20px;
}
.mi-big-text {
	position: absolute;
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
	color: rgba(21,21,21,0.1);
	top: 20px;
	left: 10px;
}
.mi-faq-contact h3, .mi-faq-contact p{
	margin: 20px 0;
}
/*		Audio		*/
.mi-audio .mi-et-line {
	font-size: 100px;
    line-height: 100px;
	color: #fff;
	opacity: 0.2;
}
.mi-audio .mi-link-abs {
	top: 100px;
	left: 120px;
}
.mi-audio .mi-figure {
	margin: 15px 0;
}
.mi-widget-title {
    letter-spacing: 1px;
}
.mi-blog-comment {
	padding-top: 20px;
}
.mi-comment-image {
    float: left;
    max-width: 80px;
    margin-right: 30px;
}
.mi-comment-ans {
	margin: 20px 0 30px 0;
}
.mi-comment-reply {
	display: inline-block;
    font-weight: 500;
	border: 2px solid #131415;
    padding: 5px 30px;
    letter-spacing: 1px;
}
.mi-comment-reply:hover {
	background-color: #131415;
	color: #fff;
}
.mi-blog-comment > .mi-blog-comment {
    margin-left: 120px;
}
/*		Coming Soon		*/
.mi-caption-content {
    position: relative;
    color: #fff;
    padding: 0 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mi-caption-content h1 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 40px;
	text-transform: uppercase;
    font-weight: 500;
}
.mi-soon {
	background-image: linear-gradient(rgba(21,21,21,0.5),rgba(21,21,21,0.5)),url('../img/backgrounds/coming.jpg');
}
/*		Contact Us		*/
.contact-info ul, li{
	margin:0;
	padding:0;
}
.contact-info li{
	position:relative;
	display:block;
	line-height:40px;
	font-size:14px;
	margin-bottom:15px;
	padding-bottom:17px;
	border-bottom:1px solid #ddd;
	color:#777777;
	min-height:50px;
}
.contact-info li:last-child{
	margin-bottom:0px;
	border:none;	
}
.contact-info li strong{
	font-weight:600;
	font-size:14px;
	color:#131415;
}
.contact-info li a{
	font-weight:600;
	font-size:16px;
	color:#131415;
	letter-spacing:10px;
}
.contact-info li a:hover{
	color:#ef345c;	
}
.map-section{
	position:absolute;
	top:0;
}
.mi-box.big{
	padding-top:133px;
	padding-bottom:133px;
}
.mi-map-text  h4{
	color: #131415;
}
/*		Short Header		*/
#short-header.mi-slider-part{
	height: 500px;
	text-align: center;
	color:#fff;
}
#short-header .caption_content .caption_text h1{
	font-size: 56px;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 20px;
}
.caption_content {
    position: relative;
    color: #fff;
    padding: 0 60px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#short-header .caption_content .caption_text.dark h1{
	font-size: 70px;
	font-weight: 900;
}
#short-header .caption_content .caption_text.large h1{	
	font-size: 90px;
}

/*		Shortcodes		*/
/* 	Pie-chart 	*/
.easy-piechart {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.easy-piechart .progressbar-text {
	font-family: "Montserrat", sans-serif;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 95px;
	background-color: #00BFFF;
	color: #FFFFFF !important;
}
.easy-piechart path:first-child {
	stroke: #00BFFF;
}
.easy-piechart path:last-child {
	stroke: #3ED0A1;
}
.piechart {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 40px;
}
.piechart .chart {
	width: 160px;
	height: 160px;
	float: left;
}
.piechart .chart canvas {
	width: 100%;
	height: 100%;
}
.piechart .pie-value {
	float: left;
	padding-left: 60px;
}
.piechart .pie-value li {
	margin-bottom: 15px;
	display: block;
}
.piechart .pie-value span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 1.2;
}
.piechart .pie-value .color {
	width: 30px;
	height: 30px;
}
.bg-primary {
	background-color: #777;
}
.bg-info {
    background-color: #131415;
}
.bg-secondary {
    background-color: #ef345c;
}
.chart-default .mi-pie-skills .mi-chart .mi-chart-percent {
	color: #131415;
	font-size:24px;
}
/*		Social Icons		*/
.mi-social li {
    display: inline-block;
}
ol, ul{
	margin:0;
	padding:0;
	list-style-type:none;	
}
.mi-social i {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height:52px;
    text-align: center;
    font-size: 20px;
    background: #131415;
	margin:0 10px 0 0px;
	margin-bottom:10px;
}
.background-icons li i.fa-facebook {color: #fff;background: #3b5998;}
.background-icons li  i.fa-twitter{color:#fff;background:#00aced;}
.background-icons li  i.fa-dribbble{color:#fff;background:#e44885;}
.background-icons li  i.fa-linkedin{color:#fff;background:#007bb6;}
.background-icons li  i.fa-google-plus{color:#fff;background:#dd4b39;}
.background-icons li  i.fa-youtube{color:#fff;background:#b00;}
.background-icons li  i.fa-rss{color:#fff;background:#ffa133;}
.background-icons li  i.fa-skype{color:#fff;background:#36c4f3;}
.background-icons li  i.fa-apple{color:#fff;background:#cdcccc;}
.background-icons li  i.fa-android{color:#fff;background:#c5df9c;}
.background-icons li  i.fa-soundcloud{color:#fff;background:#f50;}
.background-icons li  i.fa-behance{color:#fff;background:#1aace3;}
.background-icons li  i.fa-vimeo-square{color:#fff;background:#74ccdb;}
.background-icons li  i.instagram{color:#fff;background:#c7c5b3;}
.background-icons li  i.fa-pinterest{color:#fff;background:#f16261;}
.background-icons li  i.fa-tumblr{color:#fff;background:#4d7ea3;}
.background-icons li  i.fa-windows{color:#fff;background:#90cadd;}
.background-icons li  i.fa-paypal{color:#fff;background:#4aa1d9;}
.background-icons li  i.fa-deviantart{color:#fff;background:#95a696;}
.background-icons li  i.fa-digg{color:#fff;background:#457e9b;}
.background-icons li  i.fa-lastfm{color:#fff;background:#be1938;}
.mi-sidebar-block.mi-contact form input {
    border: 1px solid #ddd;
    outline: none;
    font-size: 12px;
    color: #777;
	width: 100%;
	margin-bottom: 20px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}
.mi-sidebar-block.mi-contact form textarea{
	border: 1px solid #ddd;
}
.mi-sidebar-block .owl-controls .owl-nav {
    position: relative;
    margin-top: 0px;
}
.border-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(255,255,255,.1);
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.caption h1 {
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
	font-size:50px;
}
/*		Font Awesome Icons 	*/
.fa-examples div {
    font-size: 14px;
    padding: 20px 0 20px 20px;
    color: #131415;
}
.fa-examples i {
    color: #777;
    font-size: 18px;
    letter-spacing: 0;
    margin-right: 20px;
}
.mb-30{
	margin-bottom:30px;
}
/*		Widgets			*/
.twitter-contact li i {
    color: #00aced;
    height: 60px;
	width:30px;
	float:left;
	font-size:18px;
    line-height: 21px;
    margin-right: 15px;
	margin-top: 5px;
	text-align:center;
}
/*		FAQ			*/
.faq-container a {
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in;
    display: inline-table;
    line-height: 30px;
	text-transform:uppercase;
}
.faq-container a::before {
    content: '';
    position: absolute;
    background-color: #ef345c;
    transition: all 0.6s ease-in;
    height: 1px;
    width: 0;
    bottom: 0;
}
.faq-container:hover > a::before {
    width: 100%;
}
.question {
    margin-bottom: 60px;
}
.meetup_question span.icon_meetup_question {
	display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ef345c;
    text-align: center;
    float: left;
    line-height: 34px;
    margin-top: 4px;
}
.meetup_question a {
    margin-left: 22px;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
}
.answer {
    padding-left: 50px;
    margin-top: 10px;
}
/*		Flip Box			*/
.flip-box .col-lg-4{
	padding:0 30px 0 30px;
}
.flip-item {
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-item.images-loaded {
	opacity: 1;
	-webkit-transition: opacity 0.28s linear;
	-o-transition: opacity 0.28s linear;
	transition: opacity 0.28s linear;	
	min-height: 250px;	
}
.flip-item:hover .flip-hover-content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

.flip-item:hover .flip-content {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 0;
}
.flip-wrapper {
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
	-webkit-transition:0.28s;
	-o-transition:0.28s;
	transition:0.28s;
}
.flip-content, .flip-hover-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition:0.5s ease 0.2s;
	-o-transition:0.5s ease 0.2s;
	transition:0.5s ease 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.flip-content,.flip-content1,.flip-content2,.flip-content3 {
	overflow: hidden;
} 
.flip-hover-content {
	opacity: 0;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.flip-item .flip-hover-content .overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.7);
	height: inherit;
}
.flip-item .flip-hover-content .overlay {
	padding: 50px;
	text-align: center;
}
.flip-item .flip-hover-content .overlay h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color:#fff;
}
.flip-item .flip-hover-content .overlay p {
	margin-bottom: 30px;
	color:#fff;
}
/* Horizontal */
.flip-item1 {
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-item1.images-loaded1 {
	opacity: 1;
	-webkit-transition: opacity 0.28s linear;
	-o-transition: opacity 0.28s linear;
	transition: opacity 0.28s linear;	
	min-height: 250px;	
}
.flip-item1:hover .flip-hover-content1 {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
.flip-item1:hover .flip-content1 {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity: 0;
}
.flip-content1, .flip-hover-content1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition:0.5s ease 0.2s;
	-o-transition:0.5s ease 0.2s;
	transition:0.5s ease 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.flip-hover-content1 {
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.flip-item1 .flip-hover-content1 .overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.7);
	height: inherit;
}
.flip-item1 .flip-hover-content1 .overlay {
	padding: 50px;
	text-align: center;
}
.flip-item1 .flip-hover-content1 .overlay h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color:#fff;
}
.flip-item1 .flip-hover-content1 .overlay p {
	margin-bottom: 30px;
	color:#fff;
}
/* Vertical */
.flip-item2 {
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-item2.images-loaded2 {
	opacity: 1;
	-webkit-transition: opacity 0.28s linear;
	-o-transition: opacity 0.28s linear;
	transition: opacity 0.28s linear;	
	min-height: 250px;	
}
.flip-item2:hover .flip-hover-content2 {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
.flip-item2:hover .flip-content2 {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	opacity: 0;
}
.flip-content2, .flip-hover-content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition:0.5s ease 0.2s;
	-o-transition:0.5s ease 0.2s;
	transition:0.5s ease 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.flip-hover-content2 {
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.flip-item2 .flip-hover-content2 .overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.7);
	height: inherit;
}
.flip-item2 .flip-hover-content2 .overlay {
	padding: 50px;
	text-align: center;
}
.flip-item2 .flip-hover-content2 .overlay h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color:#fff;
}
.flip-item2 .flip-hover-content2 .overlay p {
	margin-bottom: 30px;
	color:#fff;
}
.flip-item3 {
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-item3.images-loaded3 {
	opacity: 1;
	-webkit-transition: opacity 0.28s linear;
	-o-transition: opacity 0.28s linear;
	transition: opacity 0.28s linear;	
	min-height: 250px;	
}
.flip-item3:hover .flip-hover-content3 {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
.flip-item3:hover .flip-content3 {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	opacity: 0;
}
.flip-content3, .flip-hover-content3 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition:0.5s ease 0.2s;
	-o-transition:0.5s ease 0.2s;
	transition:0.5s ease 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.flip-hover-content3 {
	opacity: 0;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.flip-item3 .flip-hover-content3 .overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.7);
	height: inherit;
}
.flip-item3 .flip-hover-content3 .overlay {
	padding: 50px;
	text-align: center;
}
.flip-item3 .flip-hover-content3 .overlay h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color:#fff;
}
.flip-item3 .flip-hover-content3 .overlay p {
	margin-bottom: 30px;
	color:#fff;
}
/* Timeline */
.timeline {
    margin-bottom: 60px;
}
.timeline,.timeline-circles {
    list-style: none;
    padding: 10px 0 20px;
    position: relative;
}
.timeline:before {
    background-color: #ccc;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline-circles:before,
.timeline-circles:after {
    background-color: #ccc;
    border-radius: 10px;
    content: " ";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
}
.timeline-circles:before {
    top: -25px;
}
.timeline-circles:after {
    bottom: -40px;
}
.timeline li.timeline-date {
    margin-bottom: 25px;
}
.timeline li:nth-child(2) {
    margin-top: 0;
}
.timeline li:before,
.timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li .timeline-block {
    padding: 0 30px;
    position: relative;
    width: 48%;
}
.timeline li .timeline-block:before {
    position: absolute;
    top: 8px;
    right: -4%;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline li:nth-child(2n+1) .timeline-block {
    float: right;
}
.timeline li:nth-child(2n+1) .timeline-block:before {
    border-right-width: 0;
    border-left-width: 15px;
    left: -4%;
    right: auto;
    top: 22px;
}
span.italic {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
	color:#777;
}
/*		Tabs			*/

.custom-tabs ul.nav > li > a {
    background: #131415;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.custom-tabs ul.nav > li {
    border: none;
    padding: 0;
}
.custom-tabs ul.nav > li > a:hover, .custom-tabs ul.nav > li.active > a{
	background:#ef345c;
	color:#fff;
}
.custom-tabs  .nav-tabs {
    border:none;
}
.custom-tabs .tab-content {
    padding: 30px 0 0 0;
    position: relative;
    overflow: hidden;
}
#tabs .tab-content .tab-pane, .tabs .tab-content .tab-pane{
	padding:0;
}
#tabs .nav-pills>li {
    margin-left: 0;
    margin-right: 10px;
}
#tabs .style_2.nav-pills>li>a {
    background-color: transparent;
    color: #777;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 12px 40px;
}
#tabs .style_2.nav-pills>li.active>a {
    color: #131415;
    border-bottom: 3px solid #ef345c;
}
.nav-tabs.tabs-style2 {
    border: 0;
}
.nav-tabs.tabs-style2>li {
    margin: 0 10px 30px 0;
}
.nav-tabs.tabs-style2>li.active>a{
    background: #ef345c;
}
.nav-tabs.tabs-style2>li.active>a{
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
}
.nav-tabs.tabs-style2>li:last-child a {
    padding: 10px 30px;
}
.nav-tabs.tabs-style2>li>a {
    padding: 10px 30px;
    border-width: 0px;
    color: #131415;
    border-radius: 0;
    background-color: #fff;
	text-transform: uppercase;
    font-weight: 600;
} 
.nav-tabs.tabs-style3 {
    border: 0;
}
.nav-tabs.tabs-style3>li {
    margin: 0 0 30px 0;
}
.nav-tabs.tabs-style3>li.active>a{
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #ef345c;
}
.nav-tabs.tabs-style3>li>a {
    border-width: 0px;
    color: #131415;
    border-radius: 0;
    background-color: #fff;
	text-transform: uppercase;
    font-weight: 600;
}   
.nav-tabs.tabs-style3>li>a {
    border-width: 0px;
    color: #131415;
    border-radius: 0;
    background-color: #fff;
	text-transform: uppercase;
    font-weight: 600;
}
/*		Tables			*/
.card {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table > thead > tr > th {
    padding: 25px;
    border-bottom: 0px;
    border: none;
}
.table > tbody > tr > td {
    padding: 25px;
    color: #777;
	border: none;
}
.table.table-bordered > tbody > tr > td {
    border: 1px solid #ececec;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table.table-bordered > thead > tr > th {
    border: 1px solid #ececec;
}
.table.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
/*		Social Icons			*/
.s-network {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
}
.s-network li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 40px 40px 0;
}
.s-network i {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height:52px;
    text-align: center;
    font-size: 20px;
    background: #131415;
}
.border li i{
	background:none;
	border:1px solid #ddd;
	color:#131415;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;	
}
.radius-icons li i{
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.circle-icons li i{
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.circle-border-icons li i{
    border-radius: 50px;
	background:none;
	border:1px solid #ddd;
	color:#131415;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.radius-border-icons li i{
    border-radius: 10px;
	background:none;
	border:1px solid #ddd;
	color:#131415;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.s-network a:hover i.fa-facebook {color: #fff;background: #3b5998;}
.s-network a:hover i.fa-facebook{color:#fff;background:#3b5998;}
.s-network a:hover i.fa-twitter{color:#fff;background:#00aced;}
.s-network a:hover i.fa-dribbble{color:#fff;background:#e44885;}
.s-network a:hover i.fa-linkedin{color:#fff;background:#007bb6;}
.s-network a:hover i.fa-google-plus{color:#fff;background:#dd4b39;}
.s-network a:hover i.fa-youtube{color:#fff;background:#b00;}
.s-network a:hover i.fa-rss{color:#fff;background:#ffa133;}
.s-network a:hover i.fa-skype{color:#fff;background:#36c4f3;}
.s-network a:hover i.fa-apple{color:#fff;background:#cdcccc;}
.s-network a:hover i.fa-android{color:#fff;background:#c5df9c;}
.s-network a:hover i.fa-soundcloud{color:#fff;background:#f50;}
.s-network a:hover i.fa-behance{color:#fff;background:#1aace3;}
.s-network a:hover i.fa-vimeo-square{color:#fff;background:#74ccdb;}
.s-network a:hover i.instagram{color:#fff;background:#c7c5b3;}
.s-network a:hover i.fa-pinterest{color:#fff;background:#f16261;}
.s-network a:hover i.fa-tumblr{color:#fff;background:#4d7ea3;}
.s-network a:hover i.fa-windows{color:#fff;background:#90cadd;}
.s-network a:hover i.fa-paypal{color:#fff;background:#4aa1d9;}
.s-network a:hover i.fa-deviantart{color:#fff;background:#95a696;}
.s-network a:hover i.fa-digg{color:#fff;background:#457e9b;}
.s-network a:hover i.fa-lastfm{color:#fff;background:#be1938;}
.background-icons li i.fa-facebook {color: #fff;background: #3b5998;}
.background-icons li  i.fa-twitter{color:#fff;background:#00aced;}
.background-icons li  i.fa-dribbble{color:#fff;background:#e44885;}
.background-icons li  i.fa-linkedin{color:#fff;background:#007bb6;}
.background-icons li  i.fa-google-plus{color:#fff;background:#dd4b39;}
.background-icons li  i.fa-youtube{color:#fff;background:#b00;}
.background-icons li  i.fa-rss{color:#fff;background:#ffa133;}
.background-icons li  i.fa-skype{color:#fff;background:#36c4f3;}
.background-icons li  i.fa-apple{color:#fff;background:#cdcccc;}
.background-icons li  i.fa-android{color:#fff;background:#c5df9c;}
.background-icons li  i.fa-soundcloud{color:#fff;background:#f50;}
.background-icons li  i.fa-behance{color:#fff;background:#1aace3;}
.background-icons li  i.fa-vimeo-square{color:#fff;background:#74ccdb;}
.background-icons li  i.instagram{color:#fff;background:#c7c5b3;}
.background-icons li  i.fa-pinterest{color:#fff;background:#f16261;}
.background-icons li  i.fa-tumblr{color:#fff;background:#4d7ea3;}
.background-icons li  i.fa-windows{color:#fff;background:#90cadd;}
.background-icons li  i.fa-paypal{color:#fff;background:#4aa1d9;}
.background-icons li  i.fa-deviantart{color:#fff;background:#95a696;}
.background-icons li  i.fa-digg{color:#fff;background:#457e9b;}
.background-icons li  i.fa-lastfm{color:#fff;background:#be1938;}
/*		Separators			*/
.divider-s-line {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 45px;
    padding-top: 0;
    width: 100%;
}
.divider-d-line {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    float: left;
    height: 5px;
    margin: 20px 0 45px;
    width: 100%;
}
.divider-s-dashed {
    border-top: 1px dashed #d7d7d7;
    float: left;
    margin: 15px 0 45px;
    width: 100%;
}
.divider-d-dashed {
    border-bottom: 1px dashed #d7d7d7;
    border-top: 1px dashed #d7d7d7;
    float: left;
    height: 5px;
    margin: 10px 0 45px;
    width: 100%;
}
.divider-s-dotted {
    border-top: 1px dotted #d7d7d7;
    float: left;
    margin: 15px 0 45px;
    width: 100%;
}
.divider-d-dotted {
    border-bottom: 1px dotted #d7d7d7;
    border-top: 1px dotted #d7d7d7;
    float: left;
    height: 5px;
    margin: 10px 0 45px;
    width: 100%;
}
/*		Sections			*/
.video-short{
	position:relative;
	clear:both;
	overflow:hidden;
	width:100%;
	height:400px;
	background-position:50% 50%;
	background-size:cover;
	color:#fff;
}
.video-play-text{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mi-overlay-white-bg {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}
video#video_bg {
    width: 100%;
}	
.video-img {
	position: relative;
	overflow: hidden;
}
/*		Responsive Utilities			*/
.responsive-utilities td.is-visible {
    background-color: #dff0d8;
    color: #468847;
}
.responsive-utilities th small {
    color: #777;
    font-weight: 400;
	line-height:26px;
	letter-spacing:1px;
}
/*		Popover & Tooltips			*/
.popover-title {
    padding: 18px 14px 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    background-color: inherit;
    border-bottom: none;
    border-radius: 0;
}
.popover.bottom {
    margin-top: 10px;
}
.popover {
	font-family: 'Poppins', sans-serif;
    border:none;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: #131415;
    padding: 3px 3px 8px;
}
.popover-content {
	color:#777;
}
.popover-title::after {
    border-top: 1px solid #eee;
    content: "";
    display: block;
    height: 1px;
    margin: 12px 0 5px;
    width: 100%;
}
.tooltip-inner {
    max-width: 200px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
/* Pagination & Pager */
.pagination.pagination-lg > li > a, .pagination.pagination-lg > li > span {
    padding: 6px 15px;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    margin: 0 5px 0 0;
    line-height: 1.42857143;
    color: #131415;
	font-weight:400;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.06);
    border-radius:0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover{
	border-color: #ef345c; 
}
.pagination > .active > a, .pagination > .active > a:hover{
	background-color: #ef345c; 
}	 
.pagination > li > a:hover  {
	color: #fff;
	background-color: #ef345c;
	border-color: #ef345c;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:first-child>a{
	border-radius:0px;
}
.pager li > a{
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
	font-weight:400;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    color: #131415;
	padding: 12px 20px;
}
.pager li > a:hover, .pager li > a:focus {
    color: #fff;
    background-color: #ef345c;
    border-color: #ef345c;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pager > .active > a{
	border-color: #ef345c;
	color:#fff;
}
.pager > .active > a, .pager > .active > span, .pager > .active > a:hover{
	border-color: #ef345c; 
}
.pager > .active > a, .pager > .active > a:hover{
	background-color: #ef345c; 
}
/* Toggle */
.accordion {
    background-color: inherit;
    color: #131415;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	transition: all 0.3s ease-out 0s;
}
.accordion:hover{
	color:#ef345c;
}
.accordion:after {
    content: '\002B';
    color: #131415;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\2212";
}
.panel1 {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.default .accordion {
	padding:18px;
    background-color: #131415;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	transition: all 0.3s ease-out 0s;
}
.default .accordion:after{
	color:#fff;
}
.default h4{
	margin:0;
}
.default .panel1{
	border:none;
	margin-bottom:5px;
}
.t_border .accordion {
	padding:18px;
    background-color: #fff;
	border:1px solid #ececec;
    color: #131415;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
	transition: all 0.3s ease-out 0s;
}
.t_border .panel1{
	border:none;
	margin-bottom:5px;
}
.t_border h4{
	margin:0;
}
.t_border .accordion .fa{
	padding-right:15px;
}
/* 	Process Steps	 */
.process-step {	
	padding: 0; 
	position: relative;
}
.process-step h4{
	margin-bottom:40px;
}
.process-service-dot {	
	position: absolute; 
	width: 30px; 
	height: 30px; 
	display: block; 
	background: #fbe8aa; 
	top: 45px; 
	left: 50%;
	margin-top: 7px; 
	margin-left: -15px; 
	border-radius: 50%;
} 
.process-service-dot:after {	
	content: ' '; 
	width: 14px; 
	height: 14px; 
	background: #fbbd19; 
	border-radius: 50px; 
	position: absolute; 
	top: 8px; 
	left: 8px; 
} 
.process-step .progress {
	position: relative; 
	border-radius: 0px; 
	height: 8px; 
	box-shadow: none; 
	margin: 23px 0;
}
.process-step .progress .progress-bar {	
	width:0px; 
	box-shadow: none; 	
	background: #fbe8aa;    
	height: 10px;
}
.process-step.disabled p {
	margin-top:40px;
	margin-left:20px;
	margin-right:20px;
}
.process-step.disabled > .process-service-dot:after {opacity: 0;}
.process-step:first-child  > .progress {left: 50%;width: 50%;}
.process-step:last-child  > .progress {width: 50%;}
.process-step.complete > .progress > .progress-bar {width:100%;}
.process-step.active > .progress > .progress-bar {width:50%;}
.process-step:first-child.active > .progress > .progress-bar {width:0%;}
.process-step:last-child.active > .progress > .progress-bar {width: 100%;}
.process-step.disabled > .process-service-dot {background-color: #f5f5f5;}
/* 	Forms	 */
.form-border form input,.form-border form textarea {
    border: 1px solid #ddd;
}
.form-background form input,.form-background form textarea {
    border: 1px solid #ddd;
	background:#f2f2f2;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: 0;
	padding-right:10px;
}
/* 	Countdown	 */
.mi-counter-timer .mi-box{
	box-shadow:none;
	margin-right:30px;
}
.border.background{
	background:#131415;
	color:#fff;
	padding:20px 60px;
}
/* 	Nav Bar	 */
.btn {
    border-radius: 4px;
    padding: 8px 20px; 
    text-align: center;
    vertical-align: top;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.navbar-form .form-group {
	margin-bottom:-40px;
}
.iframe-embed .video {
    min-height: 310px;
    width: 100%;
	border:0;
}
.navbar-brand{
	float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 20px
}
/*		Accourdion		*/
.mi-faq-noborder.mi-faq-classic  .panel-group .panel{
	border:none;
	padding:0;
}
.mi-faq-noborder.mi-faq-background .panel-group .panel{
	border:none;
	background:none;
}
.mi-faq-background .panel-default {
	background:#f7f7f7;
	margin-bottom:5px;
}
.mi-faq-background .panel-group .panel{
	border:none;
}
/* Blockquote */
blockquote {
    padding: 10px 30px;
    margin: 0 0 20px;
    border-left: 3px solid #ef345c;
	margin-bottom:120px;
}
blockquote.text-right {
    border-left-width: 0;
    border-right: 2px solid #ef345c;
}
blockquote.mi-bg-color, blockquote.mi-bg-image{
	border:none;
}
/* Breadcrump */
.breadcrumb {
    font-size: 11px;
    padding: 20px 0px;
	text-transform:uppercase;
	background:#131415;
}
.breadcrumb li a{
	margin-left:30px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.bordered-top {
	border-top: 1px solid rgba(0,0,0,0.10);
	background:none;
}
.bordered-top-bottom {
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	background:none;
}
.breadcrumb > li + li:before {
    font-family: "FontAwesome";
    padding: 0px 10px;
    content: "\f105 ";
}
/* Buttons */
.spacebutton  {
		padding:10px;
}
.sh-btn.margin {
    margin: 0 15px 15px 0;
}
.sh-btn.sh-btn-round {
    border-radius: 4px;
}
.sh-btn.sh-btn-large {
    font-size: 20px;
    padding: 20px 50px;
}
.sh-btn {
    padding: 15px 35px;
    margin: 0px;
    display: inline-block;
    box-shadow: none;
    border-radius: 0;
}
.sh-btn.sh-btn-black:hover,.sh-btn.sh-btn-black {
    color: #fff;
    background-color: #131415;
	transition: all 0.6s;
}
.sh-btn.sh-btn-red {
    color: #fff;
    background-color: #ef345c;
}
.sh-btn.sh-btn-red:hover,.sh-btn.sh-btn-grey:hover,.sh-btn.sh-btn-black-round:hover,.sh-btn.sh-btn-red-round:hover    {
    color: #fff;
    background-color: #131415;
	transition: all 0.6s;
}
.sh-btn.sh-btn-grey {
    color: #fff;
    background-color: #777;
}
.sh-btn.sh-btn-black-border {
    color: #131415;
    border:1px solid #131415;
}
.sh-btn.sh-btn-black-border:hover {
    color: #fff;
    background-color: #131415;
	transition: all 0.6s;
	border:1px solid #131415;
}
.sh-btn.sh-btn-red-border {
    color: #ef345c;
    border:1px solid #ef345c;
}
.sh-btn.sh-btn-red-border:hover {
    color: #fff;
    background-color: #ef345c;
	transition: all 0.6s;
	border:1px solid #ef345c;
}
.sh-btn.sh-btn-grey-border {
    color: #777;
    border:1px solid #777;
}
.sh-btn.sh-btn-grey-border:hover {
    color: #fff;
    background-color: #777;
	transition: all 0.6s;
	border:1px solid #777;
}
.sh-btn.sh-btn-black-round {
    color: #fff;
    background:#131415;
	border-radius:40px;
}
.sh-btn.sh-btn-red-round {
    color: #fff;
    background:#ef345c;
	border-radius:40px;
}
.sh-btn.sh-btn-grey-round {
    color: #fff;
    background:#777;
	border-radius:40px;
}
.sh-btn.sh-btn-grey-round:hover {
    color: #fff;
    background:#131415;
	transition: all 0.6s;
}
.sh-btn.sh-btn-black-round-border,.buttonanimation.sh-btn.sh-btn-black-round-border  {
    color: #131415;
    border:1px solid #131415;
	border-radius:40px;
}
.sh-btn.sh-btn-black-round-border:hover {
    color: #fff;
    background: #131415;
	transition: all 0.6s;
}
.sh-btn.sh-btn-red-round-border {
    color: #ef345c;
    border:1px solid #ef345c;
	border-radius:40px;
}
.sh-btn.sh-btn-red-round-border:hover {
    color: #fff;
    background: #ef345c;
	transition: all 0.6s;
}
.sh-btn.sh-btn-grey-round-border {
    color: #777;
    border:1px solid #777;
	border-radius:40px;
}
.sh-btn.sh-btn-grey-round-border:hover {
    color: #fff;
    background: #777;
	transition: all 0.6s;
}
.sh-btn.sh-btn-medium {
    font-size: 16px;
    padding: 15px 35px;
}
.sh-btn.sh-btn-small {
    font-size: 14px;
    padding: 10px 20px;
}
.type-1,.type-1:hover span:first-of-type {
	background: #131415;	
}
.type-1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	opacity: 1;
	left: 0;
	box-sizing: border-box;
	border:1px solid #131415;
	color:#fff;
	-moz-box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.type-1 span:last-of-type {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	background: #aaa;
}
.type-1:hover span:last-of-type {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: #131415;
	color:#fff;
}
.btn-change8{
    height: 54px;
    width: 250px;
    background: #777;
    margin: 20px;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #131415  inset;
}
.btn-change8:hover{
    -webkit-box-shadow: -250px 0 0 #131415 inset;
}
.btn-change2{
    height: 54px;
    width: 250px;
    margin: 20px;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px lightseagreen inset;
}
.btn-change2:hover{
    -webkit-box-shadow:0px 0px 0 0px lightseagreen inset;
    -webkit-transform: scale(1);
}
.sh-btn.sh-btn-black-border1,.sh-btn.sh-btn-black-border2 {
    color: #131415;
    border:1px solid #131415;
}
.sh-btn.sh-btn-black-border1:hover {
    color: #fff;
    background-color: #131415;
	transition: all 0.6s;
	border:1px solid #131415;
	border-radius: 50px;
}
.btn-1 {
    border: 3px solid #fff;
    color: #fff;    
	border: 3px solid #fff;
}
.btn-1c:hover:after, .btn-1c:active:after {
    width: 100%;
}
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.sh-btn.sh-btn-red-border1,.sh-btn.sh-btn-red1 {
    color: #fff;
	background:#ef345c;
}
.sh-btn.sh-btn-red-border1:hover {
	transition: all 0.6s;
	border-bottom:1px solid #ef345c;
	border-top:1px solid #ef345c;
	background:none;
	color:#ef345c;
}
.shadow-depth-4{
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}  
  
.shadow-depth-1{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}  
.sh-btn.sh-btn-red1:hover {
    transition: ease-in all 0.6s;
    box-shadow: inset 0 0 0 1px #ef345c, 0 5px 15px #193047;
}
.shadow {
	transition: all 0.6s;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}
.sh-btn.sh-btn-black-border2:hover {
    color: #fff;
    background-color: #131415;
	transition: all 0.6s;
	border:1px solid #131415;
	border-radius: 50px;
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}	
/*-- Code-*/
pre {
    background-color: #131415;
    border: 1px solid #777;
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;
    background-color: #131415;
    border: 1px solid #ccc;
    border-radius: 0px;
	white-space:pre-line;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: ef345c;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
/*-- Count Down Timer-*/
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
	margin:0 auto;	
}
#clockdiv > div{
	padding: 30px;
	border-radius: 3px;
	background: #ef345c;
	display: inline-block;
	margin-right: 100px;
	margin-left:50px;
}
#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #ef245c;
	display: inline-block;
	font-size:35px;
}
.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
#timer1 {
  font-family: poppins, sans-serif;
  font-size: 26px;
  color: #777;
  letter-spacing: -1px;
}
#timer1 span {
  font-size: 100px;
  color: #131514;
  margin: 0 6px 0 20px;
}
#timer1 span:first-child {
  margin-left: 0;
}
.dropcap {
    background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 3px 10px 0 0;
    text-align: center;
    width: 40px;
}
hr.space {
    border: none;
    height: 50px;
}
.space {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    position: relative;
}
.dropcap.dropcap-colored, .dropcap.dropcap-colored a, .highlight.highlight-colored, .highlight.highlight-colored a {
    background-color: #ef345c;
    color: #fff;
}
.dropcap {
    background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 3px 10px 0 0;
    text-align: center;
    width: 40px;
}
.dropcap.dropcap-circle {
    border-radius: 50%;
}
.dropcap.dropcap-small {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 3px 5px -3px 0;
    width: 21px;
}
.dropcap {
    background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 3px 10px 0 0;
    text-align: center;
    width: 40px;
}
.highlight.highlight-colored, .highlight.highlight-colored a {
    background-color: #ef345c;
    color: #fff;
}
span.highlight {
    padding: 0 5px;
}	
span.mi-ele-head {
	font-size: 36px;
	font-weight: 600;
}
.highlight {
    border-radius: 3px;
    background-color: #eee;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
mark {
    background: #ff0;
    color: #000;
}
.highlight.highlight-large {
    font-size: 20px;	
}
span.highlight {
    padding: 0 5px;
}
.highlight {
    border-radius: 3px;
    background-color: #131415;
	color:#fff;
}
.highlight.highlight-small {
    font-size: 12px;
    padding: 0 7px;
}
.parap p {
	color:#999;
}
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
.page-section {
    padding-top: 90px;
    padding-bottom: 50px;
}
.bgc-light {
    background-color: #FFFFFF;
}
.page-section .section-block {
    margin-bottom: 40px;
}
.section-block ol {
    counter-reset: ol-counter;
    list-style: none;
}
.section-block ol li {
    margin-bottom: 10px;
}
.section-block li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.section-block ol li:before {
    font-family: "Montserrat", sans-serif;
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    margin-right: 8px;
    font-size: 90%;
}
ul.list-icon li {
    display: block;
    margin-bottom: 10px;
}
ul.list-icon.list-primary li i {
    color: #ef345c;
}
ul.list-icon li i {
    font-size: 12px;
    margin-right: 8px;
}
.bgc-gray-lighter {
    background-color: #131415;
	color:#fff;
}
ul.list-disc.list-primary li:before, ul.list-square.list-primary li:before, ul.list-arrow.list-primary li:before {
    color: #ef345c;
}
ul.list-disc li:before {
    content: "\25CF";
}
ul.list-disc li:before, ul.list-square li:before, ul.list-arrow li:before {
    font-family: "poppins", sans-serif;
    margin-right: 8px;
}
ol.style-2.list-secondary li:before {
    background-color: #EF345C;
}
ol.style-2 li:before {
    display: inline-block;
    content: counter(ol-counter);
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #222222;
    border-radius: 50%;
}
.list-disc ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}
ol.list-primary li:before,ul.list-disc.list-primary li:before, ul.list-square.list-primary li:before, ul.list-arrow.list-primary li:before  {
    color: #ef345c;
}
ol li:before {
    font-family: "poppins", sans-serif;
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    margin-right: 8px;
    font-size: 90%;
}
ul.list-square li:before {
    content: "\25A0";
}
ul.list-arrow li:before {
    content: "\2714";
}
.list-primary li {
	margin-bottom:10px;
}
/*-- Team-*/
.sec-pad {
    padding: 80px 0px;
}
.no-h-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.portfolio-item {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: auto;
}
.portfolio-item .portfolio-figure {
    overflow: hidden;
}
figure {
    margin: 0;
}
.portfolio-item .portfolio-figure img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.portfolio-item .portfolio-figure figcaption {
    padding: 10px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.fullheight {
    height: 100%;
}
.fullwidth {
    width: 100%;
}
.valign-wrap {
    display: table;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap {
    border: 1px solid #ef345c;
    padding: 0px 30px 0px 30px;
    text-align:center;
}
.valign-middle {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .separator {
    width: 50px;
    height: 2px;
    display: block;
    background: #ef345c;
    margin: 0px auto 0px;
    display: inline-block;
	margin-bottom:20px;
}
.portfolio-item .portfolio-figure figcaption a{
	color:#fff;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap p {
    font-size: 14px;
    color: #fff;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn {
    border-color: #fff;
    color: #fff;
    margin-top: 30px;
    padding: 7px 10px 7px 20px;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.def-btn.btn-outline {
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.def-btn.btn-outline {
    border: 2px solid #ef345c;
    color: #0099ee;
}
.def-btn {
    display: inline-block;
    padding: 7px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn .text-content {
    position: relative;
    z-index: 2;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn i {
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
.portfolio-item .portfolio-figure:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.portfolio-item .portfolio-figure:hover figcaption {
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}	
.portfolio-item .portfolio-figure:hover figcaption {
    background: #131415;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:hover {
    color: #ef345c;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #fff;
}
.tourpadding {
	padding:0px;
	position:relative;
	overflow:hidden;
}
a.mi-more::after {
    background-color: #ef345c;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.mi-more:hover::after, .nav-pills li > a.mi-more:hover::after, .nav-pills li.active > a.mi-more::after {
    width: 100%;  	
}
a.mi-more:hover {
	color:#ef345c;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-single {
	margin-top:30px;
	position: relative;
	overflow:visible;
	margin-bottom: 30px;
}		
.hover-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 30px;
	width:100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	opacity: 0;		
}
.team-single .hover-content .header {
    margin-bottom: 15px;
}
.hover-content .title {
    font-family: "poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}
.content {
	color:#fff;
}
.designation  {
    color: #ef345c;
    font-size: 14px;
}
.team-single:hover .hover-content {
    opacity: 1;
    transition:all ease 0.8s;
}
.team-member {
	position:relative;		
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:#131415;
	opacity:0.8;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	padding:40px;
	text-align:center;
}
.our-team {
    text-align: center;
}
.team-member img {
	display: block;
	width: 100%;
	height: auto; 	
}
.member-info h3 {
	font-family: "Poppins", sans-serif;
	font-size:20px;
	color:#fff;	
}
.member-info p  {
	font-family: "Poppins", sans-serif;
	font-size:14px;
	color:#fff;		
}
.social-media .fa{
	font-size:16px;
	display:inline-block;
	color:#fff;
	padding:6px;
	text-decoration:none;
}
.social-media a {
	text-decoration:none;
}
.fa-facebook:hover { color:#3b5998; }
.fa-twitter:hover { color:#00aced } 
.fa-linkedin:hover { color:#007bb6}
.fa-google-plus:hover{ color:#dd4b39 }	
.team-member:hover .overlay {
	height: 40%;
	text-decoration:none;
} 
/* Progress bar  */
.two_text{
	padding-right: 40px;
	padding-bottom: 20px;
}
.bar_group {
	padding-bottom: 40px;
}
.bar_text span {
    float: right;
	font-size: 16px;
	width: auto;
	color: #2c3e50;
}
.bg_color .bar_text span {
	color: #fff;
}
.progress-bar {
    background: #f5f5f5 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 4px;
    margin: 0 0 20px;
    width: 100%;
}
.progress-bar > span {
    background: #ef345c none repeat scroll 0 0;
    display: block;
	width: 0;
    height: 100%;
}
.skill_two_col {
	padding: 20px 80px 0 0;
}
.zero_section {
	padding: 0;
}
.zero_section .list_margin {
	margin: 0;
}
.service_skills .skill_set {
	padding:60px 0 40px 0;
}
.service_skills .btn_custom {
	margin-top: 40px;
}
.service_feature_1 figcaption .text_bgcolor .text_overlay h3 {
	margin-bottom: 20px;
}
.service_feature_1 figure figcaption {
	background-color: rgba(44,62,80,0.6);
}
.service_feature_1 .text_blocks{
	box-shadow: none;
}
.pie_skill{
	position: relative;
}
.pie_skillset {
	padding-bottom: 40px;
	text-align: center;
}
.pie_skillset .chart {
	position: relative;
	display: inline-block;
}
.pie_skillset .chart .chart_percent {
	color: #2c3e50;
	position: absolute;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
	left:0;
}
.pie_skillset .chart .chart_percent:after {
	content:'%';
}
.p2_para {
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	padding-right:30px;
}
.p2_icon {
	display:inline-block;
	padding-right:15px;
	text-align:center;
	font-size:16px;	
}
.p2_icon  a {
	font-size:14px;
}
.p6_image {
	position:relative;
	background-repeat:no-repeat;
    background-attachment: fixed;	
}
.p6_image:after {
	background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .9	
}
.p6_content6 {
	position:absolute;
	top: 24%;
    bottom:0;
	right:0;
    left: 0;
	color:#fff;
}
.p6_content6 p ,span {
	position:relative;
	z-index:2;
}
.p6_para span {
	color:#ef345c;
}
.p6_para p {
	padding-top:20px;
	color:#f9f9f9;
}
.p6_space p {
		color:#fff;
}
.bar_group6 span  {
	color:#f9f9f9;
}
.bar_text1 {
	color:#eee;
}
.two_text{
	padding-right: 40px;
	padding-bottom: 20px;
}
.bar_group6 {
	padding-bottom: 40px;
}
.bar_text1 span {
    float: right;
	font-size: 16px;
	width: auto;
	color: #fff;
}
.p11_p p {
	color:#efefef;
	padding-top:30px;
}
.p11_space {
	padding:35px;
}
.bar_group11 {
	padding-top:30px;
}
.bar_group11  span {
	color:#999;
}
.bar_group11  p {
	color:#f7f7f7;
}
.back_color {
    background: #131415;
	
}
