/**
* Template Name: MyBiz - v2.1.0
* Template URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 85%;
	line-height: 1.7;
	font-weight: 300;
	color: #29293a;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .03em;
}

.main-font-size {
	font-size: 85%;
}

a {
	color: #f0f0f0;
}

a:hover {
	color: #0dd3fe;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cocogoose", sans-serif;
	font-weight: 100;
}

/*step start*/
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.font_blue {
	color: #0057b7;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: ($spacer * .25) !important;
}

.mt-2 {
	margin-top: ($spacer * .500) !important;
}

.mt-3 {
	margin-top: ($spacer * .75) !important;
}
/*step marker-end: t*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #01b1d7;
	color: #fff;
	transition: all 0.4s;
}

.back-to-top i:hover {
	background: #03d1fe;
	color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #444444;
	transition: 0.3s;
}

#topbar .contact-info a:hover {
	color: #01b1d7;
}

#topbar .contact-info i {
	color: #01b1d7;
	padding: 4px;
}

#topbar .contact-info .phone-icon {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
	color: #62787d;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
	color: #01b1d7;
}

#topbar .social-links a:first-child {
	border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #fff;
}

#header.header-scrolled {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #354144;
	text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
	color: #01b1d7;
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #354144;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
	color: #01b1d7;
	text-decoration: none;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #354144;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
	color: #01b1d7;
}

.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover > ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down > a:after {
		content: "\ea9d";
	}
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 20px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #354144;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #354144;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #01b1d7;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down > a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(31, 38, 39, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background-color: rgba(31, 38, 39, 0);
	overflow: hidden;
	position: relative;
	padding: 0;
}

#hero .carousel-item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#hero .carousel-item::before {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .carousel-content {
	text-align: left;
}

#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 48px;
	font-weight: 700;
}

#hero h3 {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
}

#hero h4 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	font-family: "Cocogoose", sans-serif;
}
/*step start*/
#hero h5 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bolder;
	font-family: "Cocogoose", sans-serif;
}
#hero h6 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Cocogoose", sans-serif;
}
.wow {
	backface-visibility: hidden;
}

/*
*
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes scaleInY {
	0% {
		top: 0;
		bottom: 100%;
	}

	50% {
		transform: scale3d(1, 1, 1);
	}

	100% {
		top: 100%;
		bottom: auto;
		transform: scale3d(1, 0, 1);
	}
}

@keyframes scaleFadeIn {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

.scaleFadeIn {
	display: flex;
	overflow: hidden;
	animation-name: scaleFadeIn;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scaleFadeInWrap {
	display: flex;
	align-items: stretch;
}

.wow-outer {
	position: relative;
	overflow: hidden;
}

@keyframes scaleInVertical {
	0% {
		transform: scale3d(1, 0, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

.scaleInVertical {
	animation-name: scaleInVertical;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes fadeSlideInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
		visibility: visible;
	}

	10% {
		opacity: 1;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInDown {
	animation-name: fadeSlideInDown;
}

@keyframes fadeSlideInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
		visibility: visible;
	}

	10% {
		opacity: 1;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInUp {
	animation-name: fadeSlideInUp;
}

.wow {
	backface-visibility: hidden;
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: .3s all ease;
	pointer-events: none;
	backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	transition: .2s linear;
	transform: translateY(0);
	pointer-events: none;
}

.preloader::before {
	top: 0;
	bottom: 50%;
	background: #fff;
}

.preloader::after {
	top: 50%;
	bottom: 0;
	background: #f6f6f6;
}

.preloader.loaded::before,
.preloader.loaded::after {
	transition: .4s linear;
}

.preloader.loaded::before {
	transform: translateY(-100%);
}

.preloader.loaded::after {
	transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
	opacity: 0;
	visibility: hidden;
	transition: 0s;
}

.preloader-logo,
.preloader-body {
	transition: 0s .2s;
}

.preloader-logo {
	position: relative;
	z-index: 10;
	transform: translate3d(0, -50%, 0);
	padding: 40px;
}

.preloader-body {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}

#loadingProgressG {
	width: 100vw;
	height: 5px;
	overflow: hidden;
	background: #e8e9ee;
	border-radius: 6px;
	margin: auto;
}

.loadingProgressG {
	background: #11d491;
	margin-top: 0;
	margin-left: -100vw;
	animation-name: bounce_loadingProgressG;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 100vw;
	height: 5px;
	transition: .5s;
}

@keyframes bounce_loadingProgressG {
	0% {
		margin-left: -100vw;
	}

	100% {
		margin-left: 100vw;
	}
}

/*
*
* Boxes
*/
.box-minimal {
	display: flex;
	margin-left: -15px;
	text-align: left;
}

.box-minimal > * {
	margin-left: 15px;
}

.box-minimal-icon {
	position: relative;
	top: 4px;
	min-width: 26px;
	font-size: 24px;
	line-height: 1;
	color: #11d491;
}

.box-minimal-icon.fl-bigmug-line-checkmark14 {
	font-size: 20px;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.box-minimal-link {
	text-transform: uppercase;
	color: #29293a;
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .2em;
	display: inline-block;
}

.box-minimal-link::after {
	content: '\f14f';
	display: inline-block;
	position: relative;
	font-family: "Material Design Icons";
	color: inherit;
	font-size: inherit;
	margin-left: 6px;
}

.box-minimal-link:hover {
	color: #11d491;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

* + .box-minimal-link {
	margin-top: 12px;
}

@media (max-width: 575.98px) {
	.box-minimal {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.box-minimal * + p {
		margin-top: 7px;
	}
}

@media (min-width: 768px) {
	.box-minimal {
		padding-right: 15px;
		margin-left: -30px;
	}

	.box-minimal > * {
		margin-left: 30px;
	}
}

@media (min-width: 992px) and(max-width: 1199.98px) {
	.box-minimal {
		padding-right: 0;
	}

	.box-minimal-title {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.box-minimal-icon {
		top: 0;
		font-size: 36px;
	}

	.box-minimal-icon.fl-bigmug-line-checkmark14 {
		font-size: 30px;
	}
}

.box-light {
	text-align: left;
}

.box-light-icon {
	font-size: 30px;
	line-height: 1;
	color: #11d491;
}

* + .box-light-title {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.box-light {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.box-light {
		max-width: 240px;
	}

	* + .box-light-title {
		margin-top: 16px;
	}
}

@media (min-width: 768px) and(max-width: 1199.98px) {
	.box-light-title {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.box-light-icon {
		font-size: 32px;
	}

	* + .box-light-title {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.box-light-icon {
		font-size: 40px;
	}
}

.box-creative {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: default;
}

.box-creative:hover .box-creative-icon {
	color: #fff;
}

.box-creative:hover .box-creative-icon::after {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.box-creative-shadow .box-creative-icon {
	background: #fff;
	border: 0;
	box-shadow: 0 17px 24px 0 rgba(0, 0, 0, 0.05);
}

.box-creative-icon {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8em;
	height: 2.8em;
	border: 2px solid #e8e9ee;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	color: #11d491;
}

.box-creative-icon::before {
	position: relative;
	z-index: 2;
}

.box-creative-icon::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	background: #11d491;
	border-color: #11d491;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: .15s ease-in;
	transform: scale3d(1.05, 1.05, 1.05);
}

* + .box-creative-icon {
	margin-top: 10px;
}

* + .box-creative-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-creative-icon {
		font-size: 30px;
	}

	* + .box-creative-title {
		margin-top: 15px;
	}
}

@media (max-width: 991.98px) {
	.box-creative * + p {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.box-creative-icon {
		width: 2.4em;
		height: 2.4em;
		font-size: 40px;
	}

	* + .box-creative-title {
		margin-top: 24px;
	}
}

.box-1 {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.box-2 {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.box-2 {
		padding-right: 35px;
	}
}

@media (min-width: 1200px) {
	.box-2 {
		padding-right: 100px;
	}
}

@media (min-width: 992px) {
	.box-3 {
		padding-left: 10px;
	}
}

@media (min-width: 1200px) {
	.box-3 {
		padding-left: 70px;
	}
}

div.box-cta-1 {
	display: inline-table;
	text-align: center;
	vertical-align: middle;
	margin-bottom: -25px;
	margin-left: -40px;
}

div.box-cta-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

div.box-cta-1 > * {
	display: inline-block;
	margin: 0 0 25px 40px;
}

div.box-cta-1 > * {
	margin-top: 0;
	vertical-align: middle;
}

div.box-cta-thin {
	display: inline-table;
	text-align: center;
	vertical-align: middle;
	margin-bottom: -25px;
	margin-left: -30px;
}

div.box-cta-thin:empty {
	margin-bottom: 0;
	margin-left: 0;
}

div.box-cta-thin > * {
	display: inline-block;
	margin: 0 0 25px 30px;
}

div.box-cta-thin > * {
	margin-top: 0;
	vertical-align: middle;
}

@media (min-width: 768px) and(max-width: 991.98px) {
	div.box-cta-thin > * {
		max-width: 500px;
	}
}

.box-indigo {
	position: relative;
	padding: 5px 0 22px;
	max-width: 500px;
}

.box-indigo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100px;
	bottom: 0;
	left: 30px;
	z-index: -1;
	background: rgba(34, 34, 34, 0.12);
	pointer-events: none;
}

.box-indigo p {
	line-height: 1.35;
}

.box-indigo-header > * {
	padding-left: 60px;
}

.box-indigo-header > * + * {
	margin-top: 0;
}

.box-indigo-mark {
	font-weight: 300;
	color: #d3d5db;
}

.box-indigo-title,
.box-indigo-subtitle {
	font-weight: 700;
	letter-spacing: 0;
	color: #222222;
}

p.box-indigo-title {
	position: relative;
	font-size: 30px;
	line-height: 1.15;
}

p.box-indigo-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	display: inline-block;
	width: 37px;
	height: 0.05em;
	margin-right: 15px;
	vertical-align: middle;
	background: #11d491;
}

@media (min-width: 576px) {
	p.box-indigo-title {
		font-size: 60px;
	}
}

@media (min-width: 768px) {
	p.box-indigo-title {
		font-size: 75px;
		line-height: 1.2;
	}
}

p.box-indigo-subtitle {
	font-size: 24px;
	line-height: 1.2;
}

p.box-indigo-subtitle .box-indigo-mark {
	font-size: 0.85em;
}

@media (min-width: 576px) {
	p.box-indigo-subtitle {
		font-size: 34px;
	}
}

@media (min-width: 768px) {
	p.box-indigo-subtitle {
		font-size: 40px;
	}
}

.context-dark .box-indigo::before,
.bg-gray-700 .box-indigo::before,
.bg-gray-800 .box-indigo::before,
.bg-primary .box-indigo::before,
.bg-primary-darker .box-indigo::before {
	background: rgba(255, 255, 255, 0.12);
}

.context-dark .box-indigo p,
.bg-gray-700 .box-indigo p,
.bg-gray-800 .box-indigo p,
.bg-primary .box-indigo p,
.bg-primary-darker .box-indigo p {
	color: #aeb1be;
}

.context-dark p.box-indigo-title,
.bg-gray-700 p.box-indigo-title,
.bg-gray-800 p.box-indigo-title,
.bg-primary p.box-indigo-title,
.bg-primary-darker p.box-indigo-title,
.context-dark p.box-indigo-subtitle,
.bg-gray-700 p.box-indigo-subtitle,
.bg-gray-800 p.box-indigo-subtitle,
.bg-primary p.box-indigo-subtitle,
.bg-primary-darker p.box-indigo-subtitle {
	color: #fff;
}

.box-promo {
	position: relative;
	display: flex;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
	transition: .33s ease-in-out;
}

.box-promo h6,
.box-promo .heading-6 {
	color: #d3d5db;
}

.box-promo:hover {
	transform: translate(0, -5px);
	box-shadow: 0 2px 24px 1px rgba(0, 0, 0, 0.2);
}

.box-promo-mark {
	position: absolute;
	top: 14%;
	right: 6.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	color: rgba(17, 212, 145, 0.1);
	border: 2px solid;
	pointer-events: none;
}

.box-promo-mark::before,
.box-promo-mark::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: rgba(17, 212, 145, 0.1);
}

.box-promo-mark::before {
	width: 2px;
	height: 50%;
}

.box-promo-mark::after {
	height: 2px;
	width: 50%;
}

.box-promo-inner,
.box-promo-dummy {
	width: 100%;
	flex-shrink: 0;
}

.box-promo-inner {
	display: flex;
	align-items: center;
	padding: 30px;
}

.box-promo-dummy {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.box-promo-dummy::before {
	content: '';
	display: block;
	padding-bottom: 48.53333%;
}

.box-promo-content {
	width: 100%;
	max-width: 500px;
}

.box-promo-content * + h3,
.box-promo-content * + .heading-3 {
	margin-top: 15px;
}

.box-promo-content * + p {
	margin-top: 10px;
}

.box-promo-content * + .button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.box-promo-inner {
		padding: 39px 35px;
	}
}

@media (min-width: 1200px) {
	.box-promo-inner {
		padding: 60px 70px;
	}

	.box-promo-mark {
		top: 24%;
		right: 6.5%;
		width: 120px;
		height: 120px;
	}
}
/*step end*/
#hero p {
	width: 80%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
}

#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .carousel-indicators li {
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4px;
	transition: ease-in;
	opacity: .7;
}

#hero .carousel-indicators li.active {
	opacity: 1;
	background-color: #0057b7;
}

#hero .btn-get-started {
	font-family: "Cocogoose", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 32px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	background: #0057b7;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#hero .btn-get-started:hover {
	background: #0057b7;
}

@media (max-width: 768px) {
	#hero {
		height: 90vh;
	}
	#hero .carousel-item {
		height: 90vh;
	}
	#hero h2 {
		font-size: 28px;
	}
}

@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}
	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}

@media (max-height: 500px) {
	#hero {
		height: 150vh;
	}
	#hero .carousel-item {
		height: 150vh;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f2fdff;
}

.section-title {
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #354144;
	position: relative;
	z-index: 2;
}

.section-title span {
	position: absolute;
	top: 30px;
	color: #f3f5f5;
	left: 0;
	right: 0;
	z-index: 1;
	font-weight: 700;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 0;
}

.section-title p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 575px) {
	.section-title h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.section-title span {
		font-size: 38px;
	}
}

/*step start*/

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

/*
*
* Footers
*/
.footer-standard h4 + *,
.footer-standard .heading-4 + * {
	margin-top: 14px;
}

.footer-standard-main {
	padding: 35px 0 15px;
}

.footer-standard-aside {
	padding: 30px 0;
}

.footer-standard-aside {
	margin-bottom: -18px;
	text-align: center;
}

.footer-standard-aside > * {
	margin-bottom: 18px;
}

.footer-standard-aside > * {
	margin-top: 0;
}

@media (max-width: 575.98px) {
	.footer-standard .box-1 {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-standard .box-1 {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.footer-standard h4 + *,
	.footer-standard .heading-4 + * {
		margin-top: 25px;
	}
	.footer-standard-main {
		padding: 55px 0 20px;
	}
	.footer-standard-aside {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
		margin-left: -20px;
	}
	.footer-standard-aside > * {
		margin-left: 20px;
	}
}

@media (min-width: 1200px) {
	.footer-standard-main {
		padding: 80px 0 50px;
	}
}

.footer-minimal {
	padding: 30px 0;
}

.footer-minimal-inner {
	margin-bottom: -18px;
	text-align: center;
}

.footer-minimal-inner > * {
	margin-bottom: 18px;
}

.footer-minimal-inner > * {
	margin-top: 0;
}

.footer-minimal-inner .rights a:hover {
	color: #11d491;
}

@media (min-width: 768px) {
	.footer-minimal-inner {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
		margin-left: -20px;
	}
	.footer-minimal-inner > * {
		margin-left: 20px;
	}
}

.footer-advanced.bg-gray-700 h1,
.footer-advanced.bg-gray-700 h2,
.footer-advanced.bg-gray-700 h3,
.footer-advanced.bg-gray-700 h4,
.footer-advanced.bg-gray-700 h5,
.footer-advanced.bg-gray-700 h6,
.footer-advanced.bg-gray-700 [class^='heading-'] {
	color: #aeb1be;
}

.footer-advanced h4 + *,
.footer-advanced .heading-4 + * {
	margin-top: 14px;
}

.footer-advanced-main {
	padding: 35px 0 15px;
}

.footer-advanced-aside {
	padding: 30px 0;
}

.footer-advanced-layout {
	margin-bottom: -18px;
	text-align: center;
}

.footer-advanced-layout > * {
	margin-bottom: 18px;
}

.footer-advanced-layout > * {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-advanced .box-1 {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-advanced-text {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (min-width: 768px) {
	.footer-advanced-main {
		padding: 55px 0 20px;
	}
	.footer-advanced-aside {
		padding: 35px 0;
	}
	.footer-advanced-layout {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
		margin-left: -20px;
	}
	.footer-advanced-layout > * {
		margin-left: 20px;
	}
	.footer-advanced-aside + .container {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.footer-advanced h4 + *,
	.footer-advanced .heading-4 + * {
		margin-top: 35px;
	}
	.footer-advanced-main {
		padding: 80px 0 60px;
	}
	.footer-advanced-aside + .container {
		margin-top: 20px;
	}
}

.footer-linked.bg-gray-700 .list {
	color: #fff;
}

.footer-linked.bg-gray-700 .list a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.footer-linked h4 + *,
.footer-linked .heading-4 + * {
	margin-top: 14px;
}

.footer-linked h4 + hr,
.footer-linked .heading-4 + hr {
	margin-top: 15px;
}

.footer-linked * + .row {
	margin-top: 25px;
}

.footer-linked-main {
	padding: 35px 0 15px;
}

.footer-linked-aside {
	padding: 30px 0;
}

.footer-linked-layout {
	margin-bottom: -18px;
	text-align: center;
}

.footer-linked-layout > * {
	margin-bottom: 18px;
}

.footer-linked-layout > * {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-linked .box-1 {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-linked-text {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (min-width: 768px) {
	.footer-linked-main {
		padding: 65px 0 40px;
	}
	.footer-linked-aside {
		padding: 30px 0;
	}
	.footer-linked-layout {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: center;
		margin-left: -20px;
	}
	.footer-linked-layout > * {
		margin-left: 20px;
	}
	.footer-linked-aside + .container {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.footer-linked h4 + *,
	.footer-linked .heading-4 + * {
		margin-top: 35px;
	}
	.footer-linked-main {
		padding: 90px 0 60px;
	}
	.footer-linked-aside + .container {
		margin-top: 20px;
	}
}

.separator {
	padding-bottom: 3rem;
	background: rgb(0, 138, 177);
	background: -moz-linear-gradient(90deg, rgba(0, 138, 177, 1) 30%, rgba(0, 181, 198, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 138, 177, 1) 30%, rgba(0, 181, 198, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 138, 177, 1) 30%, rgba(0, 181, 198, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008ab1", endColorstr="#00b5c6", GradientType=1);
	background-image: url(../img/polygonbg.jpg);
}
.bg-gray-100 {
	background-color: #eaeaea;
}

.bg-gray-700 {
	color: rgba(255, 255, 255, 1);
	background-color: #999999;
}

.row-50 {
	margin-bottom: -50px;
}

/*step end*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.about .content h3 {
	font-weight: 500;
	line-height: 32px;
	font-size: 24px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding: 10px 0 0 28px;
	position: relative;
}

.about .content ul i {
	left: 0;
	top: 7px;
	position: absolute;
	font-size: 20px;
	color: #01b1d7;
}

.about .content p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
	padding-top: 0;
}

.about-list .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
	font-size: 48px;
	float: left;
	color: #01b1d7;
}

.about-list .icon-box p {
	font-size: 15px;
	color: #848484;
	margin-left: 60px;
}

.about-list .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	background: url("../img/counts-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 80px 0 60px 0;
	position: relative;
}

.counts::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.counts .title {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

.counts .title h3 {
	font-size: 36px;
	font-weight: 700;
}

.counts .counters span {
	font-size: 48px;
	display: block;
	color: #01b1d7;
}

.counts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 6px;
	background: #fff;
}

.services .icon-box i {
	float: left;
	color: #01b1d7;
	font-size: 40px;
}

.services .icon-box h4 {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .icon-box h4 a {
	color: #354144;
	transition: 0.3s;
}

.services .icon-box:hover h4 a {
	color: #01b1d7;
}

.services .icon-box p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 0 35px 0;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 0 15px 15px 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	border-radius: 4px;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	background: #01b1d7;
	color: #fff;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.portfolio .portfolio-wrap img {
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
	text-align: center;
	background: rgba(53, 65, 68, 0.6);
	padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links {
	display: flex;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
	color: #01b1d7;
	margin: 0 4px;
	background-color: #fff;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a i {
	font-size: 18px;
	line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
	background: #01b1d7;
	color: #fff;
}

.portfolio .portfolio-wrap:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	background: #fff;
}

.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
}

.team .member .pic {
	overflow: hidden;
	width: 180px;
	border-radius: 50%;
}

.team .member .pic img {
	transition: ease-in-out 0.3s;
}

.team .member:hover img {
	transform: scale(1.1);
}

.team .member .member-info {
	padding-left: 30px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #354144;
}

.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #b4c1c4;
	bottom: 0;
	left: 0;
}

.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #c2cdcf;
}

.team .member .social a i {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}

.team .member .social a:hover {
	background: #01b1d7;
}

.team .member .social a + a {
	margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	padding: 80px 0;
	background: url("../img/testimonials-bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(8, 10, 11, 0.7);
}

.testimonials .section-header {
	margin-bottom: 40px;
}

.testimonials .testimonial-item {
	text-align: center;
	color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
	width: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #fff;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #ddd;
	margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: rgba(255, 255, 255, 0.4);
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
	background-color: #01b1d7 !important;
}

@media (min-width: 1024px) {
	.testimonials {
		background-attachment: fixed;
	}
}

@media (min-width: 992px) {
	.testimonials .testimonial-item p {
		width: 80%;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.contact .info {
	background: #fff;
}

.contact .info i {
	font-size: 24px;
	color: #01b1d7;
	float: left;
	width: 48px;
	height: 48px;
	background: #e2faff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #354144;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #62787d;
}

.contact .info:hover i {
	background: #01b1d7;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: #01b1d7;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #0dd3fe;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #f6f7f8;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 400;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #4b5c61;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
	position: relative;
}

.portfolio-details .portfolio-details-carousel {
	position: relative;
	z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
	margin-top: 5px;
	text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
	background-color: #01b1d7 !important;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0 0 0 0;
}

@media (max-width: 768px) {
	.portfolio-details .portfolio-info {
		position: static;
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #1f2627;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
	background: #2a3336;
	border-bottom: 1px solid #354144;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Cocogoose", sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #354144;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 5px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #0057b7;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #0057b7;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #0057b7;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #01b1d7;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 5px 5px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
	background: #0187a4;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
