/*========================================================================
EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Template Name   : AppAlive
========================================================================*/

/*----------------------------------
Table of contents
01. Loading
02. Common
03. Section title
04. Buttons
05. Owl
06. Page Title
07. Header
08. Home Banner
09. Feature Box
10. Tabs
11. Testimonial
12. About us Section
13. Video Box
14. counter section
15. Our Team
16. Price Table
17. Blog
18. Call To Action
19. Footer
20 Contact Us
----------------------------------*/

/*---------------------------------
* Buttons
-----------------------------------*/
.m-btn {
	display: inline-block;
	padding: 0 25px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px;
	transition: ease all 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	outline: none !important;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	box-shadow: rgba(2, 2, 2, 0.21) 0px 9px 20px -5px;
	border-radius: 0px 25px 25px 25px;
}

.m-btn i {
	margin-right: 8px;
}

.m-btn-t-white {
	border: 1px solid black;
	color: black;
	box-shadow: 0 0 #fff;
	background: none;
}

.m-btn-t-white:hover {
	box-shadow: 2px 2px #fff;
	color: #fff;
}

.m-btn-t-theme {
	border: 1px solid;
	background: transparent;
}

.m-btn-theme {
	color: #fff;
	border: 1px solid;
}
.m-btn-theme:hover {
	background: #fff;
}

.video-btn-white {
	color: #fff;
}
.video-btn-white i {
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #fff;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0px 0px #fff;
	transition: ease all 0.3s;
}
.video-btn-white span {
	line-height: 40px;
	margin-left: 8px;
}
.video-btn-white:hover {
	color: #fff;
}
.video-btn-white:hover i {
	box-shadow: 2px 2px #fff;
}

.video-btn-theme {
	width: 70px;
	height: 70px;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.video-btn-theme:hover {
	color: #fff;
}
.video-box {
	position: relative;
}

.video-btn-theme:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	opacity: 0.3;
	border-radius: 50%;
	z-index: -1;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.video-btn-theme:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
}

/*---------------------------------
* Owl
-----------------------------------*/
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border: 2px solid #323232;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
}
.owl-dots .owl-dot.active span {
	background: #323232;
}
.owl-light-dot .owl-dots .owl-dot span {
	border-color: #fff;
	background: none;
}
.owl-light-dot .owl-dots .owl-dot.active span {
	background: #fff;
}
.owl-nav > div {
	width: 30px;
	height: 50px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.owl-nav .owl-prev {
	left: 0;
}
.owl-nav .owl-next {
	right: 0;
}

.owl-dot-up .owl-dots {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	text-align: center;
	width: 100%;
}

/*---------------------------------
* Heading
-----------------------------------*/
.heading label {
	margin: 0 0 5px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: normal;
}
.heading label:after {
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.2;
}

.heading h2 {
	font-weight: 700;
	font-size: 40px;
	margin: 0;
	padding: 0 0 10px;
}
.heading p {
	font-size: 17px;
	margin: 0;
}

@media (max-width: 767px) {
	.heading h2 {
		font-size: 30px;
	}
	.heading p {
		font-size: 16px;
	}
}

/*---------------------------------
* Header
-----------------------------------*/
.header-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding: 0;
	z-index: 99;
	background: white;
}

.header-nav .navbar-nav > li {
	margin: 0 10px;
	padding: 20px 0;
}

.header-nav .navbar-nav .nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding: 0;
}
.header-nav .navbar-nav .nav-link:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: -5px;
	background: #fff;
	height: 1px;
	margin: auto;
	width: 0px;
	transition: ease all 0.3s;
}
.header-nav .navbar-nav > li .nav-link.active:before,
.header-nav .navbar-nav > li:hover .nav-link:before {
	left: 0;
	right: auto;
	width: 100%;
}

.header-nav .dark-logo {
	display: none;
}

.fixed-header .header-nav .dark-logo {
	display: block;
}
.fixed-header .header-nav .light-logo {
	display: none;
}

.fixed-header .header-nav {
	background: #fff;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
}
.fixed-header .header-nav .nav-link {
	color: #1b2c58;
}

.fixed-header .header-nav .navbar-nav .nav-link:before {
	background: #1b2c58;
}
.fixed-header .header-nav .navbar-nav .m-btn-t-white {
	border-color: #1b2c58;
	color: #1b2c58;
}
.fixed-header .header-nav .navbar-nav .m-btn-t-white:hover {
	box-shadow: 2px 2px #1b2c58;
}

/*Dark header*/
.header-nav-dark .navbar-nav .nav-link {
	color: #1b2c58;
}

.header-nav-dark .navbar-nav .nav-link:before {
	background: #1b2c58;
}

.header-nav-dark .m-btn-t-white {
	color: #1b2c58;
	border-color: #1b2c58;
}
/**/

/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #1b2c58;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/**/

@media (max-width: 991px) {
	.header-nav {
		background: #fff;
		padding: 15px;
	}
	.header-nav .light-logo {
		display: none !important;
	}
	.header-nav .dark-logo {
		display: block !important;
	}
	.header-nav .navbar-nav {
		margin-top: 25px;
		max-height: 70vh;
		overflow-y: auto;
	}
	.header-nav .navbar-nav > li {
		margin: 0;
		padding: 8px 0;
	}
	.header-nav .m-btn {
		margin-left: 0;
	}
	.header-nav .navbar-nav .nav-link {
		color: #1b2c58;
		display: inline-block;
		vertical-align: top;
	}
	.header-nav .navbar-nav .nav-link:after {
		background: #000;
	}
	.header-nav .navbar-nav .m-btn-t-white {
		border-color: #1b2c58;
		color: #1b2c58;
	}
	.header-nav .navbar-nav .m-btn-t-white:hover {
		box-shadow: 2px 2px #1b2c58;
	}
}

/*===================================
  01. Mega Menu
====================================== */

.m-dropdown-mega-menu {
	width: 100%;
	padding: 30px 35px;
	background: #fff;
	list-style-type: none;
	border-top: 1px solid #eee;
}
.mm-column ul:first-child {
	margin-top: 0;
}
.mm-column ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.mm-column li {
	list-style-type: none;
	list-style-type: none;
	padding: 8px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.mm-column li.mm-header {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	white-space: inherit;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
.mm-column li.mm-header > a {
	font-size: 16px;
	padding: 0;
}

.mm-column li a {
	text-align: left;
	font-size: 14px;
	color: #051441;
	margin: 0;
	display: block;
	position: relative;
	left: 0;
	padding: 0 0 0 15px;
	line-height: normal;
}
.mm-column li:not(.mm-header) a:after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
	background: #333;
}
.mm-column li:hover a {
	text-decoration: none;
}

.mm-column li a.active {
	color: #000;
}

/* Singale Menu */
.m-dropdown {
	position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
}
.m-dropdown-multilevel .m-dropdown-menu li {
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu li a {
	text-align: left;
	font-size: 13px;
	color: #6f8ba4;
	text-transform: capitalize;
	margin: 0;
	display: block;
	position: relative;
	left: 0;
	padding: 8px 0;
	font-weight: 500;
}

.m-dropdown-multilevel .m-dropdown-menu ul {
	margin: 0;
	padding: 13px 0 15px;
	background: #fff;
	width: 100%;
}

@media (min-width: 992px) {
	.m-dropdown > a:after {
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-left: 7px;
		vertical-align: 0.255em;
		content: "";
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: rotate(-135deg);
		position: relative;
		top: 2px;
	}
	.fixed-header .m-dropdown > a:after {
		border-top: 2px solid #1b2c58;
		border-left: 2px solid #1b2c58;
	}
	.m-dropdown-multilevel .m-dropdown-menu > li > ul,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
	.m-dropdown .m-dropdown-menu {
		-webkit-transition: all 400ms ease 0s;
		transition: all 400ms ease 0s;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
	.m-dropdown:hover .m-dropdown-menu {
		-webkit-transition-delay: 200ms !important;
		transition-delay: 200ms !important;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
	}
	.m-dropdown .m-dropdown-toggle {
		display: none;
	}

	/*Mega menu */
	.m-mega-menu {
		position: static !important;
	}

	.m-dropdown-mega-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 50;
		box-shadow: 0 8px 20px -8px rgba(84, 84, 120, 0.26);
	}

	.m-dropdown-multilevel .m-dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 50;
		width: 200px;
		box-shadow: 0 1px 15px -1px rgba(84, 84, 120, 0.26);
		padding: 8px 0;
	}

	.m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
		position: absolute;
		right: 0;
		font-size: 12px;
		margin-top: 0;
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.m-dropdown-multilevel
		.m-dropdown-menu
		> li
		> ul
		> li
		> ul
		> li
		> ul
		> li:hover
		> a,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
	.m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
	.m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
		left: 4px;
		text-decoration: none;
	}
	.m-dropdown-multilevel .m-dropdown-menu > li a.active {
		color: #fff;
	}

	.m-dropdown-multilevel .m-dropdown-menu ul {
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 50;
		width: 220px;
	}
	.m-dropdown-multilevel .m-dropdown-menu > li > ul {
		position: absolute;
		top: 0;
		left: 100%;
	}
} /*@media*/

@media (max-width: 991px) {
	.m-dropdown .m-dropdown-toggle {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		color: #323232;
		height: 36px;
		width: 36px;
		text-align: center;
		line-height: 36px;
	}
	.m-dropdown a .fa-angle-down {
		display: none;
	}
	.m-dropdown .m-dropdown-menu {
		padding: 0;
		border: 1px solid #ddd;
		display: none;
		border-bottom: none;
		margin-top: 15px;
	}
	.m-dropdown .m-dropdown-mega-menu {
		padding: 15px 0;
	}
	.m-dropdown .m-dropdown-menu.open-menu {
		display: block;
	}
	.m-dropdown-multilevel .m-dropdown-menu li {
		list-style-type: none;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
		margin-bottom: 10px;
	}
	.m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}
	.m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
		margin-bottom: 0;
	}

	.m-dropdown-multilevel .m-dropdown-menu li a .arrow {
		display: none;
	}
	.m-dropdown-multilevel .m-dropdown-menu li li {
		padding-left: 0;
		padding-right: 0;
	}
	.m-dropdown-multilevel .m-dropdown-menu ul {
		padding: 0;
		float: none;
		background: #222;
	}
	.m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
		display: block;
		border-bottom: 2px solid rgba(255, 255, 255, 0.1);
		padding: 0 0 0px 10px;
		margin-bottom: 15px;
	}
	.m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
		color: #fff;
	}

	.mm-column {
		margin-bottom: 15px;
	}
	.mm-column:last-child {
		margin-bottom: 0;
	}
	.mm-column li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}
} /*@media*/

/*---------------------------------
* Home Banner
-----------------------------------*/

.home-banner h2 {
	font-size: 46px;
	font-weight: 700;
	margin: 0 0 20px;
}

.home-banner .btn-bar {
	margin-top: 30px;
}
.home-banner .m-btn {
	min-width: 150px;
}

@media (max-width: 991px) {
	.home-banner {
		padding-top: 120px;
	}
}
@media (max-width: 991px) {
	.home-banner .full-screen {
		min-height: inherit;
	}
	.home-banner .banner-text {
		padding-bottom: 40px;
	}
	.home-banner h2 {
		font-size: 32px;
		margin: 0 0 15px;
	}
	.home-banner .btn-bar {
		margin-top: 20px;
	}
}

/*---------------------------------
* home banner 01
-----------------------------------*/
.home-banner-01 label {
	font-size: 15px;
	padding: 5px 20px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.1);
	font-weight: 600;
}
.home-banner-01 h2 {
	font-size: 46px;
	font-weight: 600;
	margin: 0 0 20px;
}
.home-banner-01 h2 span {
	position: relative;
	font-style: italic;
	font-weight: 300;
}
.home-banner-01 h2 span:after {
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	height: 22%;
	left: 0;
	opacity: 0.2;
	background: #fff;
}

.home-banner-01 p {
	font-size: 18px;
}

@media (max-width: 767px) {
	.home-banner-01 label {
		font-size: 13px;
	}
	.home-banner-01 h2 {
		font-size: 32px;
		margin: 0 0 15px;
	}
	.home-banner-01 p {
		font-size: 16px;
	}
}

/*-----------------------------------------
*  Home Slider 02
-----------------------------------------*/
.home-banner-02 .banner-text label {
	margin: 0 0 14px;
	font-size: 12px;
	padding: 0 20px;
	border-radius: 30px;
}
.home-banner-02 .banner-text h2 {
	font-size: 65px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
	padding: 0 0 25px;
	position: relative;
}
.home-banner-02 .banner-text h2:after {
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
}
.home-banner-02 .btn-bar {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.home-banner-02 .banner-text h2 {
		font-size: 30px;
	}
}

/*-----------------------------------------
*  Home Banner 03
-----------------------------------------*/
.home-banner-03 h6 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 10px;
}
.home-banner-03 h2 {
	font-size: 80px;
	font-weight: 700;
	margin: 0 0 20px;
}
.home-banner-03 p {
	font-size: 16px;
	padding: 0 10%;
	margin: 0;
}
.home-banner-03 .btn-bar {
	margin-top: 25px;
}

@media (max-width: 991px) {
	.home-banner-03 h2 {
		font-size: 50px;
		margin: 0 0 15px;
	}
	.home-banner-03 h6 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.home-banner-03 h2 {
		font-size: 40px;
	}
	.home-banner-03 h6 {
		font-size: 14px;
	}
	.home-banner-03 p {
		padding: 0;
	}
}

/*-----------------------------------------
*  Home Banner 04
-----------------------------------------*/
.home-banner-04 h2 {
	font-weight: 800;
	font-size: 120px;
}

@media (max-width: 1200px) {
	.home-banner-04 h2 {
		font-weight: 800;
		font-size: 100px;
	}
}

@media (max-width: 991px) {
	.home-banner-04 h2 {
		font-weight: 800;
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.home-banner-04 h2 {
		font-weight: 800;
		font-size: 40px;
	}
}

/*-----------------------------------------
*  Home Slider
-----------------------------------------*/
.home-slider .banner-text label {
	font-size: 18px;
	margin: 0 0 10px;
}
.home-slider .banner-text h2 {
	font-size: 50px;
	margin: 0 0 30px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.home-slider .banner-text label {
		font-size: 16px;
	}
	.home-slider .banner-text h2 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.home-slider .banner-text label {
		font-size: 15px;
	}
	.home-slider .banner-text h2 {
		font-size: 28px;
	}
}

/*-----------------------------------------
*  Home Slider 01
-----------------------------------------*/
.home-slider-01 .banner-text h2 {
	font-size: 80px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.home-slider-01 .banner-text h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.home-slider-01 .banner-text h2 {
		font-size: 25px;
	}
}

/*-----------------------------------------
*  About us
-----------------------------------------*/
.about-box label {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0 0 10px;
}
.about-box h3 {
	font-size: 36px;
	margin: 0 0 20px;
	font-weight: 300;
}
.about-box h3 span {
	position: relative;
	font-style: italic;
	font-weight: 600;
}
.about-box h3 span:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 30%;
	opacity: 0.2;
	bottom: 0;
}
.about-box li {
	font-weight: 500;
}
@media (max-width: 767px) {
	.about-box h3 {
		font-size: 28px;
	}
}

/*---------------------------------
* Feature box
-----------------------------------*/
.feature-box {
	padding: 40px 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
}

.feature-box .icon {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 35px;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.feature-box .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50%;
	background: #f5f4ff;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.feature-box .icon:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: 40px;
	bottom: 40px;
	opacity: 0.1;
	border-radius: 50%;
	z-index: 1;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	z-index: -1;
}
.feature-box:hover .icon:before {
	top: 100%;
	bottom: 100%;
	left: 100%;
	right: 100%;
}
.feature-box:hover .icon:after {
	opacity: 1;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.feature-box:hover .icon i {
	color: #fff;
}

.feature-box h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}

.feature-box p {
	margin: 0;
}
.feature-box .btn-bar {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.feature-box {
		padding: 30px 20px;
	}
}

/*-----------------------------------------
*  Feature 01
-----------------------------------------*/

.feature-box-01 {
	padding: 10%;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	position: relative;
	background: #fff;
}

.feature-box-01 h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

.feature-box-01 .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	font-size: 45px;
	text-align: center;
	margin-bottom: 20px;
}
.feature-box-01 p {
	margin: 0;
}

.feature-box-01.theme-hover:hover {
	border-radius: 5px;
}
.feature-box-01.theme-hover:hover .icon i,
.feature-box-01.theme-hover:hover h6 {
	color: #fff;
}
.feature-box-01.theme-hover:hover p {
	color: rgba(255, 255, 255, 0.7);
}

/*-----------------------------------------
*  Feature box 4
-----------------------------------------*/
.feature-box-03 {
	padding: 45px 30px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
}

.feature-box-03 .icon {
	font-size: 42px;
	margin: 0 0 30px;
	display: inline-block;
	width: 80px;
	vertical-align: top;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
}

.feature-box-03 h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px;
}

.feature-box-03 p {
	margin: 0;
}

/*-----------------------------------------
*  Feature box 5
-----------------------------------------*/
.feature-box-04:not(.gray-bg) {
	background: rgba(255, 255, 255, 0.05);
}
.feature-box-04 {
	padding: 22px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.feature-box-04 .feature-content {
	float: left;
	width: calc(100% - 80px);
	padding-left: 24px;
}

.feature-box-04 .icon {
	text-align: center;
	font-size: 37px;
	margin: 0;
	width: 80px;
	vertical-align: top;
	height: 80px;
	line-height: 80px;
	border-radius: 0 50% 50% 50%;
	float: left;
}

.feature-box-04 h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px;
}

.feature-box-04 p {
	margin: 0;
}

@media (max-width: 767px) {
	.feature-box-04 .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 27px;
	}
	.feature-box-04 .feature-content {
		width: calc(100% - 60px);
		padding-left: 15px;
	}
}

/*-----------------------------------------
*  Feature box 6
-----------------------------------------*/
.feature-box-05 .feature-img {
	overflow: hidden;
	border-radius: 5px;
}
.feature-box-05 .feature-content {
	padding-top: 20px;
}
.feature-box-05 h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}
.feature-box-05 p {
	margin: 0 0 20px;
}

/*---------------------------------
* Feature  07
-----------------------------------*/
.feature-box-06 {
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px 40px 40px 40px;
	padding: 30px 30px 30px 100px;
	position: relative;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}

.feature-box-06 .icon {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 40px;
}
.feature-box-06 h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px;
}
.feature-box-06 p {
	font-size: 15px;
	margin-bottom: 15px;
}
.feature-box-06 a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
.feature-box-06:not(:hover) .icon i {
	color: #fff;
}
.feature-box-06:not(:hover) h4 {
	color: #fff;
}
.feature-box-06:not(:hover) p {
	color: rgba(255, 255, 255, 0.6);
}
.feature-box-06:not(:hover) a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.feature-box-06:hover {
	background: #fff;
}
.feature-box-06:hover a {
	border-bottom: 1px solid;
}

/*-----------------------------------------
*  Feature box 8
-----------------------------------------*/
.feature-box-07 {
	padding: 35px 45px;
	box-shadow: 0px 5px 30px rgba(72, 73, 121, 0.15);
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.feature-box-07 .icon {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	margin-bottom: 20px;
}

.feature-box-07 h6 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}
.feature-box-07 p {
	margin-bottom: 0;
}
.feature-box-07 a {
	font-weight: 600;
	font-size: 16px;
}

/*-----------------------------------------
*  Feature box 9
-----------------------------------------*/
.feature-box-08 {
	padding: 25px 40px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.feature-box-08:hover {
	background: #fff;
	box-shadow: 0px 5px 30px rgba(72, 73, 121, 0.15);
}
.feature-box-08 .icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 40px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 30px rgba(72, 73, 121, 0.15);
}

.feature-box-08 h6 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 600;
}
.feature-box-08 p {
	margin-bottom: 0;
}
.feature-box-08 a {
	font-weight: 600;
	font-size: 16px;
}

/*-----------------------------------------
*  Feature box 10
-----------------------------------------*/

.feature-box-09 .icon {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
}
.feature-box-09 .icon span {
	font-size: 30px;
	font-weight: 600;
}
.feature-box-09 .icon h6 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding-left: 10px;
}
.feature-box-09 .feature-content {
	padding: 20px;
	background: #fff;
}
.feature-box-09 p {
	margin: 0;
	font-size: 16px;
}

/*---------------------------------
* Feature flow
-----------------------------------*/
.flow-chart {
	position: relative;
}
.flow-chart:after {
	content: "";
	width: 1px;
	border-left: 2px dashed #d5d3ff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flow-chart .fc-info {
	position: relative;
	padding: 40px;
}
.flow-chart .fc-img {
	text-align: center;
	padding: 5%;
}
.flow-chart .fc-count {
	font-size: 50px;
	margin: 0 0 20px;
	font-weight: 600;
}

.flow-chart .fc-count:before,
.flow-chart .fc-count:after {
	content: "";
	position: absolute;

	z-index: 1;
	border-radius: 50%;
}
.flow-chart .fc-count:after {
	width: 25px;
	height: 25px;
	top: 40px;
	left: -28px;
}

.flow-chart .fc-count:before {
	width: 45px;
	height: 45px;
	top: 30px;
	left: -38px;
	opacity: 0.5;
}
@media (min-width: 768px) {
	.flow-chart .fc-count {
		font-size: 40px;
	}
	.flow-chart h2 {
		font-size: 20px;
		padding: 0px 0 12px;
	}
	.flow-chart .fc-left {
		text-align: right;
	}
	.flow-chart .fc-left .fc-count:after {
		right: -27px;
		left: auto;
	}
	.flow-chart .fc-left .fc-count:before {
		left: auto;
		right: -37px;
	}
}

.flow-chart h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding: 5px 0 12px;
}
.flow-chart p {
	margin: 0;
}
.flow-chart .btn-bar {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.flow-chart .row:not(:last-child) {
		margin-bottom: 50px;
	}
	.flow-chart:after {
		right: auto;
		left: 15px;
	}
	.flow-chart .fc-img {
		padding: 0 40px;
	}
	.flow-chart .fc-info {
		padding: 40px 0 0 60px;
	}
	.flow-chart .fc-count:before {
		top: 30px;
		left: -5px;
	}
	.flow-chart .fc-count:after {
		left: 4px;
	}
}

/*-----------------------------------------
*  Std Box
-----------------------------------------*/
.side-title {
	font-size: 30px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.side-title {
		font-size: 26px;
	}
}

/*-----------------------------------------
  Prpgress
-----------------------------------------*/
.progress-lt {
	margin-top: 25px;
	position: relative;
}
.progress-lt:first-child {
	margin-top: 0;
}
.progress-lt h6 {
	display: inline-block;
	width: 47%;
	margin-right: 1.5%;
	margin: 0;
	padding: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.progress-lt span {
	position: absolute;
	top: 0;
	right: 1.5%;
	font-size: 12px;
}
.progress-lt .progress {
	margin-bottom: 0;
	height: 8px;
	border-radius: 50px;
}
.progress-lt .progress-bar {
	width: 0%;
	-webkit-transition: width 1.2s ease;
	-moz-transition: width 1.2s ease;
	-o-transition: width 1.2s ease;
	transition: width 1.2s ease;
}

/*-----------------------------------------
*  Portfolio Slider
-----------------------------------------*/
.portfolio-slide {
	position: relative;
}
.portfolio-slide .ps-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	text-align: center;
	opacity: 0;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.portfolio-slide:hover .ps-info {
	opacity: 1;
}
.portfolio-slide .ps-info h5 {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
}
.portfolio-slide .ps-info h5:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 2px;
	background: #fff;
}

/*-----------------------------------------
*  Portfolio Sider
-----------------------------------------*/
.portfolio-slide-01 {
	margin: 10px 17px 45px 17px;
	position: relative;
}

.portfolio-slide-01 .ps-img {
	position: relative;
}

.portfolio-slide-01 .ps-img .ps-link {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	background: #000;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.portfolio-slide-01 .ps-info {
	background: #fff;
	padding: 20px 10px;
	position: absolute;
	bottom: -25px;
	left: 20px;
	right: 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
}

.portfolio-slide-01 .ps-info h6 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

/*-----------------------------------------
*  Portfolio Filter
-----------------------------------------*/
.portfolio-cols {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.portfolio-cols .portfolio-item {
	float: left;
	padding: 10px;
}
.portfolio-cols.no-space {
	margin: 0;
}
.portfolio-cols.no-space .portfolio-item {
	padding: 0;
}

.portfolio-cols-2 .portfolio-item {
	width: 50%;
}

.portfolio-cols-3 .portfolio-item {
	width: 33.3333%;
}
.portfolio-cols-4 .portfolio-item {
	width: 25%;
}
.portfolio-cols-5 .portfolio-item {
	width: 20%;
}
@media (max-width: 1100px) {
	.portfolio-cols-4 .portfolio-item {
		width: 25%;
	}
	.portfolio-cols-4 .portfolio-item {
		width: 33.33%;
	}
}
@media (max-width: 991px) {
	.portfolio-cols-4 .portfolio-item {
		width: 33.33%;
	}
	.portfolio-cols-3 .portfolio-item {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.portfolio-cols-2 .portfolio-item,
	.portfolio-cols-3 .portfolio-item,
	.portfolio-cols-4 .portfolio-item,
	.portfolio-cols-5 .portfolio-item {
		width: 100%;
	}
}

.portfolio-filter .filter-01 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-filter .filter-01 li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	margin: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.portfolio-filter .filter-01 li:not(.font-alt) {
	font-weight: 600;
	font-size: 15px;
}
.portfolio-filter .filter-01 li:after {
	width: 0px;
	content: "";
	height: 1px;
	left: auto;
	right: 0;
	position: absolute;
	bottom: 0;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.portfolio-filter .filter-01 li:hover:after,
.portfolio-filter .filter-01 li.active:after {
	width: 100%;
	right: auto;
	left: 0;
}

/*Hover 1*/
.portfolio-hover-01 {
	position: relative;
}

.portfolio-hover-01 .portfolio-info {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	opacity: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.81);
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
}
.portfolio-hover-01:hover .portfolio-info {
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	opacity: 1;
}

/*-----------------------------------------
*  Counter
-----------------------------------------*/
.counter-col {
	position: relative;
	padding-left: 75px;
}
.counter-col .icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.31);
	color: #fff;
	font-size: 22px;
}

.counter-col .count {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
	line-height: normal;
}

.counter-col h6 {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width: 767px) {
	.counter-col {
		padding-left: 55px;
	}
	.counter-col .icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.counter-col .count {
		font-size: 24px;
		padding: 0 0 5px;
	}
}

.counter-col-01 {
	text-align: center;
	padding: 30px 10px;
	background: #fff;
}
.counter-col-01 .count {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
}
.counter-col-01 h6 {
	font-size: 18px;
	margin: 0;
}

@media (max-width: 767px) {
	.counter-col-01 .count {
		font-size: 35px;
	}
	.counter-col-01 h6 {
		font-size: 15px;
	}
}

/*-----------------------------------------
*  card
-----------------------------------------*/
.card-box-01 h3 {
	font-weight: 600;
	font-size: 28px;
	margin: 0 0 20px;
}
.card-box-01 .btn-bar {
	padding-top: 18px;
}

@media (max-width: 767px) {
	.card-box-01 h3 {
		font-size: 25px;
	}
}

/*-----------------------------------------
*  Video Section
-----------------------------------------*/
.video-section {
	position: relative;
}
.video-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
}
.video-box {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 5% 0;
}
.video-box h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.video-box h2 {
	color: #fff;
	font-size: 58px;
	font-weight: 500;
	margin: 15px 0 35px;
}

.video-box .icon {
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	display: inline-block;
	font-size: 22px;
	line-height: 66px;
	color: #fff;
	border-radius: 0 50% 50% 50%;
}

.video-box .video-icon {
	width: 70px;
	height: 70px;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 70px;
	border-radius: 0 50% 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.video-box .video-icon:hover {
	color: #fff;
}
.video-box .video-icon:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	opacity: 0.3;
	border-radius: 0 50% 50% 50%;
	z-index: -1;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.video-box .video-icon:hover:after {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
}

@media (max-width: 991px) {
	.video-box h2 {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	.video-box h2 {
		font-size: 35px;
	}
}

/*-----------------------------------------
*  Tab style 
-----------------------------------------*/
.tab-style-1 .nav-item {
	border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.tab-style-1 .nav-item:last-child {
	border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.tab-style-1 .nav-link {
	position: relative;
	color: #fff;
	padding: 40px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.tab-style-1 .nav-link i {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.tab-style-1 .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0px;
	margin: auto;
	border-bottom: 15px solid #e9e9e9;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.tab-style-1 .tab-pane {
	padding-top: 80px;
}

@media (max-width: 767px) {
	.tab-style-1 .nav-link {
		padding: 30px 10px;
	}
	.tab-style-1 .nav-link i {
		margin-right: 0;
	}
	.tab-style-1 .nav-link span {
		display: none;
	}
	.tab-style-1 .tab-pane {
		padding-top: 40px;
	}
}

/*-----------------------------------------
*  Tabs
-----------------------------------------*/
.tab-style-2 .nav-link {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 4px 8px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}
.tab-style-2 .nav-link.active {
	color: #fff;
}
.tab-style-2 .nav-link:after {
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	z-index: -1;
}
.tab-style-2 .nav-link.active:after {
	width: 100%;
}
.tab-style-2 .tab-content {
	position: relative;
	margin-top: 20px;
}
.tab-style-2 .tab-pane {
	padding: 40px 0 0;
}

@media (max-width: 991px) {
	.tab-style-2 .tab-pane {
		padding: 20px 0 0;
	}
}

/*-----------------------------------------
*  FAQ
-----------------------------------------*/
.accordion-01 .acco-group {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 30px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.accordion-01 .acco-group .acco-heading {
	width: 100%;
	padding: 12px 20px 12px 55px;
	margin: 0;
	font-size: 15px;
	position: relative;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.accordion-01 .acco-group .no {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	border-radius: 50%;
}
.accordion-01 .acco-group .acco-des {
	padding: 20px;
	border-top: 1px solid #ddd;
}

.accordion-01 .acco-group .acco-des p:last-child {
	margin-bottom: 0;
}

/*-----------------------------------------
*  Our Team
-----------------------------------------*/
.our-team {
	position: relative;
	max-height: 475px;
	overflow: hidden;
}
.our-team:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	opacity: 0;
	transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) all 0.55s;
}
.our-team .team-info {
	position: absolute;
	bottom: -40px;
	left: 0;
	padding: 20px;
	z-index: 1;
	opacity: 0;
	transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) all 0.55s;
}

.our-team .team-info h4 {
	font-size: 18px;
	margin: 0 0 4px;
}
.our-team .team-info label {
	font-size: 11px;
	line-height: normal;
	padding-bottom: 5px;
}

.our-team .team-info p {
	margin: 0;
}
.our-team:hover:after {
	opacity: 0.8;
}
.our-team:hover .team-info {
	opacity: 1;
	bottom: 0;
	transition-delay: 0.35s;
}

/*-----------------------------------------
  Our Team
-----------------------------------------*/
.our-team-01 .team-social {
	margin: 0;
	padding: 0;
}
.our-team-01 .team-social a {
	color: #fff;
	display: block;
	width: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.our-team-01 .team-social a:hover {
	background: #000;
	color: #fff;
}
.our-team-01 .team-social li {
	float: left;
	list-style: none;
}

.our-team-01 .team-img {
	position: relative;
	overflow: hidden;
}
.our-team-01 .team-social {
	width: 40px;
	position: absolute;
	bottom: 0;
	left: -50px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}

.our-team-01 .team-info {
	padding: 20px;
}
.our-team-01 .team-info h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: normal;
}
.our-team-01 .team-info label {
	margin: 0;
	font-size: 13px;
	line-height: normal;
}

.our-team-01:hover .team-social {
	left: 0;
}

@media (max-width: 991px) {
	.our-team-01 .team-social {
		left: 0;
	}
}

/*-----------------------------------------
*  Price Table
-----------------------------------------*/
.price-table {
	border-radius: 5px;
	border: 2px solid #e6e6e6;
	padding: 10%;
}
.price-table h4 {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 25px;
	display: inline-block;
	vertical-align: top;
}
.price-table .pt-plan {
	padding-bottom: 25px;
}
.price-table .pt-plan span {
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
}
.price-table .pt-plan label {
	margin: 0;
	line-height: normal;
	vertical-align: baseline;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.price-table .pt-plan em {
	margin: 0;
	line-height: normal;
	vertical-align: baseline;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price-table .pt-footer {
	margin-top: 35px;
}

/*-----------------------------------------
*  Testimonial
-----------------------------------------*/
.testimonial {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.testimonial.testimonial-dark {
	background: rgba(255, 255, 255, 0.05);
}
.testimonial .testimonial-info {
	width: 100px;
	float: left;
}
.testimonial .user {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 5px;
}
.testimonial .info {
	padding: 10px 0 0;
}
.testimonial .info label {
	margin: 0;
	font-weight: 600;
	width: 100%;
	line-height: normal;
	font-size: 18px;
}
.testimonial .info span {
	font-size: 13px;
}

.testimonial .testimonial-text {
	width: calc(100% - 120px);
	float: left;
	padding-left: 20px;
	position: relative;
}

.testimonial .testimonial-text i {
	font-size: 80px;
	opacity: 0.1;
	position: absolute;
	top: -10px;
	left: 0;
}

.testimonial .testimonial-text p {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 400px) {
	.testimonial .testimonial-info {
		width: 100%;
		margin-bottom: 20px;
	}
	.testimonial .user {
		display: inline-block;
		vertical-align: middle;
	}
	.testimonial .info {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}
	.testimonial .testimonial-text {
		width: 100%;
		padding: 0;
	}
}

/*-----------------------------------------
*  Testimonial
-----------------------------------------*/
.testimonial-col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.testimonial-col .tc-avtar {
	width: 100px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 25px;
}
.testimonial-col .tc-content {
	width: 100%;
	padding-left: 0;
}

.testimonial-col .tc-content p {
	margin: 0 0 5px;
}
.testimonial-col .tc-content .tc-name {
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}
.testimonial-col .tc-content .tc-name h6 {
	margin: 0;
}

/*-----------------------------------------
*  Testimonial 01
-----------------------------------------*/
.testimonial-01 {
	margin-bottom: 25px;
}
.testimonial-01 .testimonial-info {
	text-align: center;
	padding-bottom: 10px;
}

.testimonial-01 .testimonial-info .user {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 15px;
}

.testimonial-01 .testimonial-info .info label {
	font-size: 16px;
	display: block;
	margin: 0;
	font-weight: 600;
	line-height: normal;
	padding: 0;
}

.testimonial-01 .testimonial-info .info span {
	font-size: 13px;
	line-height: normal;
}

.testimonial-01 {
	background: #fff;
	padding: 20px;
}

.testimonial-01 i {
	font-size: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
	opacity: 0.05;
}

.testimonial-01 p {
	margin: 0;
	text-align: center;
	font-size: 16px;
}

/*-----------------------------------------
*  Blog Item
-----------------------------------------*/
.blog-item-1 {
	position: relative;
	overflow: hidden;
}

.blog-item-1 img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}

.blog-item-1 .blog-info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 23px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	right: 0;
}

.blog-item-1 .blog-info .cat {
	padding: 8px 16px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: normal;
	border-radius: 0 20px 20px 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.blog-item-1 .blog-info h2 {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 0;
}

.blog-item-1 .blog-info .date {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.blog-item-1 .blog-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog-item-1:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media (max-width: 991px) {
	.blog-item-1 .blog-info h2 {
		font-size: 16px;
	}
}

/*-----------------------------------------
*  blogs
-----------------------------------------*/
.blog-item {
	border: 1px solid #ddd;
	background: #fff;
}

.blog-item .meta span {
	font-size: 12px;
	line-height: normal;
	position: relative;
}

.blog-item .meta > span + span {
	margin-left: 10px;
	padding-left: 10px;
}

.blog-item .meta > span + span:after {
	position: absolute;
	height: 80%;
	width: 1px;
	background: #000;
	content: "";
	left: 0;
	top: 2px;
	opacity: 0.3;
}

.blog-item .info {
	text-align: center;
	padding: 15px 15px 20px;
}

.blog-item .info h4 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 600;
	line-height: 1.5;
}

.blog-item .info p {
	margin: 0;
}

.blog-item .info .m-btn {
	padding: 10px 15px;
	font-size: 11px;
	line-height: normal;
}

.blog-item .info .btn-bar {
	margin-top: 20px;
}

.blog-item-dark {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
}
.blog-item-dark .meta > span + span:after {
	background: #fff;
}

/*-----------------------------------------
*  Blog Pages
-----------------------------------------*/

/*Blog Listing*/
.blog-lising .blog-item {
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.blog-lising .blog-item:hover {
	margin-top: -0px;
}

.bottom-pagination {
	margin-top: 20px;
}

.sidebar-widget {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
}

.sidebar-widget p {
	font-size: 15px;
	line-height: normal;
}
.sidebar-widget p:last-child {
	margin: 0;
}

.sidebar-widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	padding: 0 0 10px;
	color: #323232;
}
.sidebar-widget .widget-title:after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.widget-search form {
	position: relative;
}
.widget-search .form-control {
	padding-right: 45px;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	border: 1px solid #e5e8ed;
	font-size: 14px;
}
.widget-search .m-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border: none;
	border-radius: 3px;
	padding: 0;
	font-size: 22px;
}
.sidebar-widget .m-btn i {
	margin: 0;
}
.sidebar-widget .m-btn:hover {
	background: #1b2c58;
	color: #fff;
}
.widget-about .avtar {
	margin-bottom: 15px;
}

.widget-newsletter .newsletter-box {
	position: relative;
}
.widget-newsletter .newsletter-box .form-control {
	padding-right: 45px;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	border: 1px solid #e5e8ed;
	font-size: 14px;
}

.widget-newsletter .m-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border: none;
	border-radius: 3px;
	padding: 0;
}

.blog-detail-title {
	text-align: center;
	padding-bottom: 20px;
}
.blog-detail-title h2 {
	margin: 0;
	padding: 0 0 10px;
	font-weight: 700;
	font-size: 30px;
}
.blog-detail-title .post-meta span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.blog-detail-title .post-meta i {
	margin-right: 8px;
}
.blog-detail-title .post-meta a {
	color: #666;
}

.bog-content-area {
	margin-bottom: 40px;
	position: relative;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.blog-comment-area {
	margin-bottom: 40px;
	position: relative;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.blog-tag-nav {
	background: #fff;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.blog-tag-nav .social-icons {
	margin: 0;
	padding: 0;
}
.blog-tag-nav .social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.blog-tag-nav .social-icons li a {
	display: block;
	padding: 0;
	color: #7f7c97;
	width: 30px;
	height: 30px;
	border: 1px dashed #e5e8ed;
	text-align: center;
	line-height: 30px;
	border-radius: 0;
	background: transparent;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.blog-tag-nav .social-icons li a:hover {
	color: #323232;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.pagination {
	margin: 0px;
}

.pagination li a {
	font-size: 15px;
	font-weight: 500;
	margin: 0 5px;
	color: #626262;
	border-radius: 3px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > a:hover {
	color: #626262;
}

.page-item.disabled .page-link,
.pagination > li > a,
.pagination > li > span {
	background: #fff;
	text-align: center;
	font-size: 13px;
	border: 1px solid #04091d;
	color: #04091d;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
	background: #04091d;
	color: #fff;
	border-color: #04091d;
}

.title-style-1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #e5e8ed;
	padding: 0 0 16px;
}
.title-style-1:after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.blog-comment {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-comment li {
	padding: 30px 0;
	border-bottom: 1px dashed #e5e8ed;
	position: relative;
}

.blog-comment li .btn-reply {
	float: right;
	border: 1px solid #ededed;
	padding: 0 8px;
	font-size: 10px;
	font-weight: 600;
	position: relative;
}

.blog-comment > li:first-child {
	padding-top: 0;
}

.blog-comment li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-comment li ul.child-comment {
	margin-left: 40px;
	list-style: none;
	padding: 0;
}

.blog-comment li ul.child-comment li {
	border: none;
	padding-bottom: 0;
	border-top: 1px dashed #e5e8ed;
	margin-top: 30px;
}

.blog-comment li .person {
	font-weight: 600;
}

.blog-comment li .date {
	font-style: italic;
	display: block;
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
}

.blog-comment li .reply {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 10px;
	border: 1px solid #323232;
	line-height: normal;
	color: #fff;
	padding: 3px 8px;
	text-decoration: none;
	background: #323232;
	text-transform: uppercase;
}
.blog-comment li .reply:after {
	content: "";
	border-bottom: 9px solid transparent;
	border-left: 8px solid #696969;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.blog-comment li p {
	margin: 15px 0 0;
}

.blog-comment-form {
	position: relative;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.blog-comment-form .form-group label {
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	color: #323232;
}

.blog-comment-form .form-group .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote.blockquote-left {
	background: #f9f9f9;
	padding: 20px;
	border-left: 5px solid #d2e2ff;
	font-size: 16px;
	margin: 30px 0 50px;
}

blockquote.blockquote-left .parson {
	font-weight: 600;
	margin: 0;
	color: #111;
}

.latest-post {
	margin: 0;
	padding: 0;
}

.latest-post li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.latest-post li:not(:last-child) {
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #e5e8ed;
}

.latest-post li:last-child {
	margin-bottom: 0;
}

.latest-post .lp-img {
	width: 60px;
	float: left;
}

.latest-post .lp-text {
	overflow: hidden;
	line-height: 14px;
	padding-left: 10px;
}

.latest-post .lp-text h6 {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 3px;
}

.latest-post .lp-text a {
	font-size: 14px;
	color: #1b2c58;
}

.latest-post .date {
	font-size: 13px;
}

.list-style-tag {
	margin: 0;
	padding: 0;
}

.list-style-tag li {
	display: inline-block;
	vertical-align: top;
}

.list-style-tag li a {
	position: relative;
	padding: 6px 12px;
	line-height: 20px;
	font-weight: 500;
	border: 1px dashed #ddd;
	margin-right: 4px;
	margin-bottom: 3px;
	display: inline-block;
	vertical-align: top;
	color: #1b2c58;
	font-size: 14px;
	margin-top: 3px;
}

.list-style-tag li a:hover {
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.list-style-2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-style-2 li {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5e8ed;
}

.list-style-2 li span {
	position: absolute;
	top: 3px;
	right: 0;
}

.list-style-2 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-style-2 a {
	color: #1b2c58;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.list-style-2 a:hover {
	color: #323232;
}

/*-----------------------------------------
*  Footer
-----------------------------------------*/

.output_message {
	vertical-align: top;
	margin-top: 15px;
	padding: 4px 10px;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 3px;
}
.output_message.success {
	background: #25a224;
	display: block;
	color: #fff;
	width: 100%;
	float: left;
}
.output_message.error {
	background: #dc1e1e;
	display: block;
	color: #fff;
	width: 100%;
	float: left;
}

.contact-form {
	background: #fff;
	padding: 35px;
	min-height: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
}
.contact-form h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form .send {
	display: inline-block;
}

.form-group {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.form-group .form-control {
	outline: none;
	box-shadow: none;
	height: 45px;
	border: none;
	padding-left: 0;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	font-size: 14px;
	color: #000;
	background: #fff;
	border-radius: 0;
}

.form-group .form-control.form-xl {
	height: 55px;
	border: 1px solid #ddd;
	font-size: 16px;
	border-bottom: 2px solid #ddd;
}

.form-group textarea.form-control {
	height: 150px;
	border: 1px solid #d4d4d4;
	padding: 15px;
}
.form-group textarea.form-control.form-xl {
	height: 170px;
}

.form-group .input-focus-effect {
	width: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
	width: 100% !important;
}

.contact-info {
	padding: 25px 20px 25px 65px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}
.contact-info h6 {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 10px;
	color: #fff;
}
.contact-info i {
	font-size: 30px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}
.contact-info p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}
.contact-info:last-child {
	border: none;
}

.contact-map {
	width: 100%;
	height: 400px;
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
}

.contact-map iframe {
	width: 100%;
	height: 100%;
}

.contact-form-dark {
	background: rgba(255, 255, 255, 0.05);
	border: none;
}
.contact-form-dark .form-group .form-control {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-form-dark .form-group textarea.form-control {
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.section-contact-down {
	border-bottom: 100px solid #111;
}
.dark-blue-border {
	border-color: #04091d !important;
}
.section-contact-down .contact-form-down {
	margin-bottom: -100px;
	border-radius: 5px;
	padding: 10%;
}
@media (max-width: 767px) {
	.contact-form {
		padding: 20px;
	}
}

/*-----------------------------------------
*  404
-----------------------------------------*/
.box-404 h3 {
	font-size: 200px;
	color: #fff;
	font-weight: 800;
}

.box-404 p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
}

.box-404 .btn-bar {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.box-404 h3 {
		font-size: 150px;
	}
}
@media (max-width: 767px) {
	.box-404 h3 {
		font-size: 110px;
	}
}

/*-----------------------------------------
*  Footer
-----------------------------------------*/
.footer {
	background: #04091d;
}
.footer-top {
	padding: 60px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top h6 {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	margin: 0 0 21px;
}

.footer-top .nav a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	position: relative;
	padding: 0 0 0 18px;
}
.footer-top .nav a:hover {
	color: #fff;
}

.footer-top .nav a:after {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 7px;
	left: 0;
	background: #fff;
	border-radius: 50%;
	opacity: 0.8;
}

.footer-top .nav li {
	margin: 0;
	padding: 0 0 6px;
}
.footer-top .nav li:last-child {
	padding: 0;
}

.footer-top p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.footer .newsletter-box {
	position: relative;
}

.footer .newsletter-box .form-control {
	border: 1px solid rgba(255, 255, 255, 0.58);
	background: none;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	height: 40px;
}

.footer .newsletter-box .btn {
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0;
	padding: 0;
	height: 38px;
	width: 38px;
	border: none;
}
.footer .newsletter-box .btn:hover {
	background: #fff;
	color: #1b2c58;
}

.footer .social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.footer .social-icons li a {
	color: #eee;
	font-size: 18px;
}
.footer .footer-bottom {
	padding: 20px 0;
}

.footer .footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

@media (max-width: 767px) {
	.footer-top {
		padding: 30px 0 15px;
	}
}

.footer-single {
	padding: 60px 0 0;
}
.footer-single .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
}
.footer-single .copyright p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

.footer-single .social-icons {
	margin: 0;
	padding: 0 0 40px;
	list-style: none;
	text-align: center;
}
.footer-single .social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.footer-single .social-icons a {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
