/*
  Theme Name: Name -
  Author:
  Support: admin@gmail.com
  Description:
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css

*/



/* 1. Theme default css */
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito:200,400|Roboto:400,700,900');
@font-face {
	font-family: 'Glacial Indifference';
	src: url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
		url('../fonts/GlacialIndifference-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
		url('../fonts/GlacialIndifference-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* body */
 body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #2c2255;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2c2255;
	text-decoration: none;
}
a,
button {
	color: #2c2255;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Glacial Indifference';
	font-weight: normal;
	color: #2c2255;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	color: #7b7c93;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #7b7c93;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7b7c93;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #7b7c93;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* for preloader */

/* sticky menu */
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(36, 62, 147, 0.22);
	z-index: 1030;
	background: #213782;
	padding-top: 0;
}
#home3 .sticky-menu {
	background: #1a2021;
}

.header-sticky.sticky-menu .header-btn {
	padding: 15px 0;
	margin-left: 60px;
}
.header-sticky.sticky-menu .main-menu nav ul li a {
	padding: 20px 0;
	color: #fff;
}
.header-sticky.sticky-menu .main-menu nav ul li.active a {
	color: #f1b63e;
}
.header-sticky.sticky-menu .btn-border {
	color: #f1b63e;
	border: 1px solid #f1b63e;
}
.header-sticky.sticky-menu .btn-border:hover {
	border: 1px solid transparent;
}
/* button style */
.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn-border {
	background: 0;
	color: #2c2255;
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border: 1px solid #2c2255;
	border-radius: 3px;
	padding: 9px 25px;
	padding-bottom: 13px;
}
.btn-border:hover {
	background: #f1b63e;
	border: 1px solid transparent;
	color: #000 !important;
}
.btn-orange-bg {
	border-radius: 5px;
	background: #f1b63e;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0;
	padding: 22px 40px;
}
.btn-orange-bg:hover {
	background: #000;
	color: #f1b63e;
}
.h2-btn-orrange-bg {
	background: #f1b63e;
	border: 1px solid transparent;
	color: #fff;
}
.h2-btn-orrange-bg:hover {
	background: #fff;
	color: #223780 !important;
}
.btn-border-white {
	border: 1px solid #f1b63e;
	color: #f1b63e;
}
.btn-border-black {
	background: #f1b63e;
	border: 1px solid #f1b63e;
	color: #1a2021;
}
.btn-border-black:hover {
	border: 1px solid #f1b63e !important;
	opacity: .7;
}

.btn-icon-border {
	display: inline-block;
	color: #f1b63e;
	font-size: 24px;
	text-transform: uppercase;
	padding: 25px 35px;
	border: 2px solid #f1b63e;
	border-radius: 5px;
	line-height: 1;
	padding-top: 24px;
	padding-bottom: 25px;
}
.btn-icon-border:hover {
	background: #f1b63e;
	color: #000;
	border: 2px solid transparent;
}
.c-button{
	margin-top: 20px;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #f1b63e;
	height: 50px;
	width: 50px;
	right: 40px;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
}
#scrollUp:hover {
	background: #444;
}

/* Defaults Theme Title */
.theme-title-main span.main-heading {
	display: block;
}
.theme-title-main h2.title {
	padding-bottom: 21px;
	position: relative;
	line-height: 52px;
}
.theme-title-main h2.title::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 71px;
	background: #2c2255;
	left: 0;
	bottom: 0;
	transition: all 1s ease-out;
}
.theme-title-main p {
	font-size: 20px;
}
.theme-title-middle h2.heading {
	margin-bottom: 22px;
}
.theme-title-middle p {
	font-size: 20px;
	padding: 0 1px;
}
.h3-section-title h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	color: #25282c;
}
.h3-section-title p {
	color: #8b8b8b;
}
.h3-title-main h2 {
	color: #25282c;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.h3-title-main h2.title::after {
	background: #25282c;
}
.h3-title-white h2.title::after {
	background: #fff;
}

/* 2. HomePage One */
/* 2.1 header-top */
.intro-banner img {
	padding-top: 132px;
}

.mobile-contato {
	display: none !important;
}

.logo-bg-shape {
	position: absolute;
	top: 0;
	left: 0;
}
.header-top-padding {
	padding: 0 165px;
}
.h2-top-padding {
	padding: 10px 0;
}
/* 2.1.1 Menu */
.main-menu nav ul li a {
	font-size: 20px;
	margin: 0 20px;
	padding: 48px 0;
	display: inline-block;
	position: relative;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	letter-spacing: 0.02em;
}
.main-menu nav ul li:hover a {
	color: #f1b63e;
}
.main-menu nav ul li.active a {
	color: #f1b63e;
}
.header-btn {
	padding: 45px 0;
	margin-left: 60px;
}
/* 2.2 Hero */
.h3-alt-caption {
	margin-top: 20%;
}

.intro-banner img {
	margin-left: -200px;
}
.header-logo {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 110%;
}
.hero-caption h1 {
	margin-bottom: 27px;
}
.hero-caption h1 span {
	display: block;
}
.hero-caption p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 40px;
	letter-spacing: 0.01em;
}
.intro-banner {
	text-align: center;
}
.hero-caption a.btn {
	margin-bottom: 30px;
}
.hero-sponsors a img {
	margin-right: 75px;
	margin-bottom: 30px;
}
/* 2.3 Features */
.feature-bg-shape {
	max-width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: 0;
	left: 0;
}
.feature-bg-shape img {
	max-width: 100%;
}
/* single-feature */
.h1-feature-box .features-content i::before {
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}
.h1-feature-box .features-content h4 {
	margin-bottom: 20px;
}
/* 2.4 About */
#about {
	padding-top: 0;
}
.about-content p {
	font-size: 20px;
	margin-bottom: 30px;
}
.app-download-btn a {
	margin-right: 9px;
	margin-bottom: 10px;
	display: inline-block;
}
.about-map-bg img {
	position: absolute;
	bottom: 0;
	height: 100%;
	right: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
/* 2.5 Promotion */
.promo-icon {
	height: 25px;
	width: 25px;
	text-align: center;
	border-radius: 50%;
	background: rgba(83, 89, 223, 0.2);
	line-height: 23px;
	display: inline-block;
	margin-right: 21px;
	margin-top: 7px;
}
.promo-feature-content h3 {
	margin-bottom: 12px;
}
.promo-feature-content p {
	font-size: 20px;
}
.promo-shape img {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%;
	bottom: 0;
}
.promo-thumb {
	text-align: center;
}
/* 2.6 Services */
.service-icon {
	display: inline-block;
	margin-bottom: 27px;
	position: relative;
}
.service-icon::before {
	position: absolute;
	content: "";
	background: rgba(83, 89, 223, 0.2);
	height: 60px;
	width: 60px;
	border-radius: 50px;
	left: -24px;
	top: 40px;
}
.service-box:hover .service-icon::before {
	animation: scale-up-one 12s infinite linear;
}
.service-icon i::before {
	font-size: 65px;
	color: #5359df;
}
.service-content h3 {
	margin-bottom: 18px;
}
.service-content p {
	font-size: 18px;
}
/* 2.7 Counter */
.counter-bg {
	background-attachment: fixed;
}
.counter-bg::before {
	position: absolute;
	content: "";
	max-width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(33, 55, 130, 0.90);
}
.counter-box span {
	display: block;
	font-size: 36px;
	color: #f6f7fd;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
}
.counter-box i::before {
	font-size: 95px;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
.counter-box p {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin: 0;
}
/* 2.8 Portfolio */
.portfolio-box .content span {
	font-size: 15px;
	color: #7b7c93;
	margin-bottom: 3px;
	display: block;
}
.portfolio-box .content h3 {
	margin-bottom: 20px;
}
.portfolio-box .content p {
	margin-bottom: 25px;
}
.portfolio-box .content a.btn {
	color: #7b7c93;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	border-radius: 2px;
	padding-top: 14px;
}
.portfolio-box .content h3:hover a {
	color: #f1b63e;
}
#portfolio-tabs-area #pills-tab {
	justify-content: center;
}

#portfolio-tabs-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #f1b63e;
	background-color: transparent !important;
}
.nav-item a,
.portfolio-btn ul li a {
	font-family: 'Glacial Indifference';
	font-size: 20px;
}
.portfolio-btn {
	float: right;
}
.portfolio-btn ul li a {
	margin-top: 16px;
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 1;
}
.portfolio-btn ul li a::before {
	position: absolute;
	content: "";
	width: 54px;
	height: 1px;
	background: #2c2255;
	left: -55px;
	bottom: 0;
}
#portfolio-tabs-area .nav-item a {
	margin-right: 15px;
}
#portfolio-tabs-area .nav-item:last-child a {
	margin-right: 0;
}
.seperator-line {
	position: absolute;
	bottom: -110px;
	border-bottom: 1px solid #e5e5e5;
	width: 97%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* 1.8 Pricing */
	.pricing-area {
	padding: 50px 0 22px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
}

.pricing-left {
	margin: 0;
}

.pricing-left .pl-buttons {
	margin: 0 0 23px;
}

.pricing-left .pl-buttons .pl-btn {
	cursor: pointer;
}

.pricing-left .more {
	color: #00a0b8;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 36px 0 0;
}

.pricing-left .more span {
	font-size: 14px;
	margin-left: 2px;
}

.single-pricing {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0px 16px 44.82px 9.18px rgba(33, 55, 130, 0.1);
	display: inline-block;
	min-width: 314px;
	padding: 40px 0px 45px;
	position: relative;
	text-align: center;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 3;
}

.single-pricing.active {

	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 5;
}

.single-pricing:first-child {
	margin-right: -67px;
}


.single-pricing:nth-last-child(1) {
	margin-left: -30px;
	padding-bottom: 49px;
}

.single-pricing .type {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 3px;
}

.single-pricing .short-desc {
	margin: 0 0 11px;
	text-transform: uppercase;
}

.single-pricing .price {
	color: #f1b63e;
	font-size: 48px;
	margin: 0 0 15px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
	font-weight: 700;
}
.price span.slash {
	font-size: 34px;
}
.price span.year {
	font-size: 20px;
	font-weight: 400;
}
.single-pricing.active .price {
	color: #f1b63e;
}

.single-pricing .price-desc {
	border-bottom: 2px solid rgba(0,0,0,0.05);
	margin: 0 0 30px;
	padding: 0 0 29px;
	font-size: 22px;
	color: #2c2255;
}

.single-pricing .info {
	list-style: outside none none;
	margin: 0 0 33px;
	padding: 25px;
}

.single-pricing .info li {
	color: #7b7c93;
	display: block;
	font-size: 18px;
	margin: 0 0 18px;
}
.single-pricing.active .link.picker-button:hover {
	background: #213782;
}
#pl_buttons {
	display: inline-block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 11px 52.8px 7.2px rgba(0, 0, 0, 0.08);
	border-radius: 45px;
}
.pl-btn.picker-button {
	padding: 15px 30px;
	background: 0;
	border: 0;
	font-size: 20px;
	color: #2c2255;
	cursor: pointer;
	transition: .4s;
}
#pn_2.pl-btn.picker-button.active {
	background: #f1b63e;
	color: #fff;
	border-radius: 0 45px 45px 0;
	transition: .4s;
}
#pn_1.pl-btn.picker-button.active {
	background: #f1b63e;
	color: #fff;
	border-radius: 45px 0 0 45px;
	transition: .4s;
}
.pricing-content p {
	font-size: 20px;
}
.link.picker-button {
	background: #f1b63e;
	color: #fff;
	padding: 20px 30px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 4px;
	display: inline-block;
}
/* 1.9 Video */
.video-thumb {
	margin-left: -60%;
}
.video-shape img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45%;
}
.video-content .nav-item a {
	font-size: 24px;
	color: rgba(44,34,85,0.40);
	padding: 12px 30px;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0 !important;
}
.video-content .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background: 0;
	color: #2c2255;
}
.video-content .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	border-bottom: 1px solid #2c2255;
	transition: .4s;
}
.video-content div.tab-content {
	font-size: 20px;
	color: #7b7c93;
}
.h1-video-icon {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}
.h1-video-icon .play-btn {
	box-shadow: 0 0 0 0 rgba(231, 12, 20, 0.7);
	font-size: 16px;
	height: 67px;
	width: 67px;
	border-color: #e70c14;
	background: #e70c14;
	color: #fff;
	line-height: 67px;
}
/* 1.10 Testimonials */
.raing ul li {
	display: inline-block;
}
.testmonials-box {
	background-color: rgb(255, 255, 255);
	padding: 50px 34px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
	margin: 30px 0;
}
.testi-author-info h3 {
	margin-bottom: 5px;
}
.testi-author-info p {
	font-size: 18px;
	color: #7b7c93;
	margin-bottom: 10px;
}
.raing ul li a i::before {
	color: #ffb82f;
	margin-right: 2px;
}
.testi-content p {
	font-size: 18px;
	margin-bottom: 0;
}
.testi-heading::before {
	position: absolute;
	content: "";
	background: #213782;
	height: 98px;
	width: 4px;
	left: 0;
}
/* 1.11 Blog */
.single-blog {
	width: 50%;
	float: left;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 44.82px 9.18px rgba(33, 55, 130, 0.1);
	padding: 14px;
}
.blog-thumb a img {
	width: 100%;
}
.blog-content {
	padding: 12px;
	padding-top: 23px;
}
.blog-content span {
	color: #7b7c93;
	display: block;
	margin-bottom: 10px;
}
.blog-content h3 {
	margin-bottom: 22px;
	line-height: 1.4;
}
.blog-content h3:hover a {
	color: #f1b63e;
}
.read-more-link {
	font-size: 18px;
	color: #7b7c93;
}
#single-blog-2 {
	transform: scale(.8);
	margin-left: -50px;
	position: relative;
	transition: .4s;
}
#single-blog-1 {
	position: relative;
	z-index: 1;
	transition: .4s;
}
.single-blog:hover#single-blog-2 {
	transform: scale(1);
	z-index: 11;
	transition: .4s;
}
/* 1.11 Footer */
.footer-address address {
	font-size: 20px;
	padding-right: 54px;
	color: #fff;
	font-family: 'Glacial Indifference';
	margin-bottom: 18px;
}
.footer-cta ul li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 11px;
	display: block;
}
.footer-social-info ul li {
	display: inline-block;
	margin-right: 11px;
}
.footer-social-info ul li a {
	color: rgba(255, 255, 255, 0.7);
}
.footer-cta {
	margin-bottom: 74px;
}
.footer-title h5 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 24px;
	display: block;
	text-align: center;
}
.footer-local {
	line-height: 1;
	display: flex !important;
	text-align: center;
	margin-left: 7vw;
}
.footer-menu ul li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
	display: block;
	margin-bottom: 16px;
}
.footer-newsletter h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 24px;
	line-height: 1;
}
.footer-newsletter form input {
	background: 0;
	border: 0;
	border-bottom: 2px solid #fff;
	width: 100%;
	float: left;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
	padding: 9px 0;
}
.footer-newsletter form input::placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
}
.footer-newsletter form i {
	position: absolute;
	right: 0;
	color: #fff;
	cursor: pointer;
	top: 0;
}
.footer-newsletter form {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
.footer-logo {
	font-family: 'Glacial Indifference';
	font-size: 27.3px;
	color: #fff;
}
.footer-copyright p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
}
.footer-social-info ul li:hover a {
	color: #f1b63e;
}
.footer-menu ul li:hover a {
	color: #f1b63e;
}
/* 3. HomePage Two */
/* 3.1 Header */
.header-transparrent {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	left: 0;
}
.h2-main-menu nav ul li a {
	color: #fff;
}
/* 3.2 Hero */

.h2-hero-bg.h3-hero-bg.pos-rel {
	height: 100%;
	padding-top: 60px;
	padding-bottom: 0;
}

.hero-overlay-bg::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 55, 130, 0.97);
	bottom: 0;
	right: 0;
	left: 0;
}
.h2-hero-shape {
	position: absolute;
	top: 0;
	right: 0;
}
.h2-hero-bg {
	padding-top: 189px;
	padding-bottom: 74px;
}

.h2-intro-banner {
	margin-left: 36px;
}
.h2-hero-caption a.btn:hover {
	background: #fff;
	color: #223780;
}
.header-sticky.sticky-menu .h2-btn-orrange-bg {
	border: 1px solid transparent;
}
/* 3.3 Screenshots */
.screenshots-area {
	padding-bottom: 230px;
}
.screenshots-area {
	position: relative;
}
.sccrenshots-up img {
	position: absolute;
	z-index: 1;
	width: 375px;
	height: 623px;
	right: 0;
	left: 0;
	margin: auto;
	top: 27%;
}
.h1-screenshots-active .slick-active {
	transform: scale(.89);
}
.h1-screenshots-active .slick-active.slick-center {
	transform: scale(1);
}
.h1-screenshots-active .slick-active.slick-center .single-screenshot img {
	border-radius: 30px;
}
.h1-screenshots-active .slick-dots {
	position: absolute;
}
.h1-screenshots-active .slick-dots li {
	display: inline;
}
.h1-screenshots-active .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	bottom: -108px;
}
.h1-screenshots-active .slick-dots li button {
	text-indent: -999999px;
	height: 8px;
	width: 8px;
	background: #c7cde0;
	padding: 0;
	border: 0;
	margin: 0 6px;
	cursor: pointer;
	transition: .4s;
}
.h1-screenshots-active .slick-dots li.slick-active button {
	width: 14px;
	background: #f1b63e;
	border-radius: 4px;
	transition: .4s;
}
.footer-logo:hover {
	color: #f1b63e;
}
/* 4. HomePage 3 */
/* 3.2 Hero */
.h3-hero-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.h3-hero-caption h3.h3-welcome-message {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	display: block;
	margin-bottom: 73px;
}
.h3-hero-caption a img {
	margin-top: -4px;
	margin-right: 15px;
}
.fact-icon {
	float: left;
}
.fact-content {
	overflow: hidden;
	padding-left: 20px;
}
.fact-icon i::before {
	font-size: 35px;
	color: #f1b63e;
}
.fact-content>span {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #25282c;
	line-height: 1;
	margin-bottom: 2px;
	display: block;
}
.fact-content h6 {
	color: #8b8b8b;
	font-family: 'Nunito', sans-serif;
	margin: 0;
}
.hero-fact {
	position: absolute;
	right: -36%;
	top: 52%;
}
.hero-fact .single-fact {
	margin-bottom: 50px;
}
/* 3.3 Services */
.h3-service-content h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #25282c;
	margin-bottom: 20px;
}
.h3-service-content-alt p {
	color: rgba(255, 255, 255, 0.70);
}
.h3-service-content-alt h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.h3-service-icon {
	margin-bottom: 43px;
}
.h3-service-content a {
	font-weight: 200;
	color: #25282c;
	border: 1px solid #e5e5e5;
	display: inline-block;
	line-height: 1;
	padding: 11px 23px;
	border-radius: 3px;
}
.h3-service-content p {
	margin-bottom: 24px;
	color: #8b8b8b;
}
.h3-service-content a:hover {
	background: #f1b63e;
	color: #fff;
	border: 1px solid transparent;
}
.gray-bg-2 {
	background: #fcfcfc;
}
.col-xl-3.col-lg-3.col-md-6 {
	height: 400px;
}
.col-xl-3.col-lg-3.col-md-6.h3-service-box-alt {
	height: 200px;
}
/* 3.4 About */
.screen-mockup-3 {
	margin-left: -29%;
}

.screen-mockup-3-img {
	width: 475px;
}

.about-inner-box-3 {
	padding-left: 63px;
}
.h3-about-content p {
	color: #8b8b8b;
	margin-bottom: 15px;
}
.h3-about-features ul li i {
	height: 25px;
	width: 25px;
	display: inline-block;
	background: #fce5ce;
	color: #f1b63e;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 20px;
}
.h3-about-features ul li {
	font-size: 20px;
	color: #8b8b8b;
	margin-bottom: 29px;
}
/* 3.5 Features */
.h3-promo-features .promo-icon {
	height: 25px;
	width: 25px;
	text-align: center;
	border-radius: 50%;
	background: rgba(253, 137, 23, 0.2);
	line-height: 25px;
	display: inline-block;
	margin-right: 21px;
	margin-top: 5px;
	color: #f1b63e;
	font-size: 12px;
}
.h3-promo-features .promo-feature-content h3 {
	margin-bottom: 12px;
	color: #f1b63e;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}
.h3-promo-features .promo-feature-content p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.70);
}
.h3-promo-features {
	padding-right: 70px;
}
.h3-features-promotion {
	position: absolute;
	right: 0;
	top: 5%;
}


/* 3.6 Counter */
.h3-counter-box i::before {
	color: #f1b63e;
}
.h3-counter-box span {
	color: #25282c;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
.h3-counter-box p {
	color: #8b8b8b;
}
/* 3.7 Video */
.play-btn {
	-webkit-animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
	animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
	border: 2px solid #000000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-size: 26px;
	height: 145px;
	line-height: 145px;
	margin: 0 20px;
	padding: 0 0 0 5px;
	position: relative;
	text-align: center;
	width: 145px;
	border-color: #ffffff;
	background: #fff;
	color: #f1b63e;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
	}
}
.h3-video-area::before {
	position: absolute;
	content: "";
	background: rgba(37, 44, 44, 0.90);
	width: 100%;
	height: 100%;
	top: 0;
}
.video-icon-view a {
	margin-bottom: 49px;
}
.video-icon-view h3 {
	color: #fff;
	font-family: 'Nunito', sans-serif;
}
.h3-video-area {
	padding-top: 312px;
	padding-bottom: 275px;
	background-attachment: fixed;
}

/* 3.8 testimonials */
.h3-testimonials-active .testi-heading::before {
	background: #f1b63e;
}
/* 3.9 blog */
.h3-blog-content span,
.h3-blog-content span a {
	color: #8b8b8b;
	font-size: 16px;
	line-height: 1;
}
.h3-blog-content span {
	margin-bottom: 19px;
	display: block;
	margin-top: 28px;
}
.h3-blog-content h3 {
	color: #25282c;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	cursor: pointer;
}
.h3-blog-thumb img {
	width: 100%;
}
.h3-theme-bg {
	background-attachment: fixed;
}
.h3-blog-content h3:hover a {
	color: #f1b63e;
}


/*------------------------------------------------------------------
[17.Preloader]
*/


.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99989999;
}

.loader {
	background: #f1b63e;
	position: absolute;
	display: inline-block;
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	text-indent: -9999em;
	z-index: 9999999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}

/* About Page */
.breadcrumb-caption {
	padding-bottom: 29px;
}
.breadcrumb-caption h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
}
.breadcrumb-caption ul li,
.breadcrumb-caption ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-right: 5px;
}
.page-name a.page-name-link {
	color: #ff9400;
}

.pagination-area .page-link:hover,
.pagination-area .page-link.active {
	color: #f1b63e;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
}
.pagination-area .page-link.next {
	color: #2c2255;
}
.pagination-area .page-link {
	background: 0;
	border: 0;
	font-size: 16px;
	color: #7b7c93;
	padding: 0;
	margin-right: 20px;
}

/* Porfolio Details */
.port-details-box {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.06);
	padding: 54px;
}
.follow-me-portfolio ul li {
	display: inline-block;
	margin-right: 10px;
}
.follow-me-portfolio ul li a {
	color: #7b7c93;
}
.follow-me-portfolio ul {
	overflow: hidden;
	padding-left: 100px;
}
.follow-me-portfolio span {
	float: left;
	position: relative;
	color: #7b7c93;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.follow-me-portfolio span::before {
	position: absolute;
	content: "";
	background: #e2e2e2;
	width: 53px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: -74%;
}
.follow-me-portfolio {
	padding: 30px;
	padding-left: 28%;
	background: #fbfbfb;
}
.port-details-box > span {
	font-size: 15px;
	color: #7b7c93;
	margin-bottom: 13px;
	display: block;
}
.port-details-box h3 {
	margin-bottom: 20px;
}
.port-details-box p {
	margin-bottom: 45px;
}
.portfolio-info ul li {
	display: inline-block;
	width: 45%;
	margin-bottom: 10px;
	color: #7b7c93;
}
.portfolio-info ul li span {
	color: #2c2255;
	margin-right: 5px;
}
.portfolio-details-divider {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}
/* Blog Grid & Blog Details */
.blog-blog-content {
	padding-left: 30px;
}
.blog-blog-content h3 {
	margin-bottom: 19px;
}
.blog-blog-content p {
	margin-bottom: 25px;
}
.read-more-btn {
	color: #7b7c93;
	background: transparent;
	border: 1px solid #e5e5e5;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 11px;
}
.read-more-btn:hover {
	background: #f1b63e;
	color: #fff;
	border: 1px solid transparent;
}
.pagination-area-2 .page-link {
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.pagination-area-2 .page-link:hover,
.pagination-area-2 .page-link.active {
	color: #fff;
	text-decoration: none;
	background-color: #f1b63e;
	border-color: transparent;
}
.sidebar-form {
	position: relative;
}
.sidebar-form input {
	height: 57px;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding: 10px 47px;
}
.sidebar-form input::placeholder {
	color: #7b7c93;
	font-size: 18px;
}
.sidebar-form i {
	position: absolute;
	width: 97px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background: #f1b63e;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	cursor: pointer;
}
.sidebar-widget-title h2 {
	font-size: 20px;
	color: #2c2255;
}

.sidebar-blog-thumb {
	float: left;
	margin-right: 19px;
}
.sidebar-blog-content {
	overflow: hidden;
}
.sidebar-blog-content h6 {
	font-size: 16px;
	color: #2c2255;
	font-family: 'Glacial Indifference';
	line-height: 26px;
	margin-bottom: 2px;
}
.sidebar-blog-content span {
	color: #7b7c93;
	opacity: 0.60;
	font-size: 14px;
}
.sidebar-blog-content h6:hover a {
	color: #f1b63e;
}
.sidebar-menu ul li a {
	font-size: 14px;
	color: #7b7c93;
	margin-bottom: 18px;
	display: block;
}
.sidebar-menu ul li:hover a {
	color: #f1b63e;
}
.sidebar-menu-tags ul li a {
	font-size: 14px;
	color: #7b7c93;
	line-height: 1;
	padding: 9px 21px;
	display: inline-block;
	border: 1px solid #f2f2f2;
}
.sidebar-menu-tags ul li {
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}
.sidebar-menu-tags ul li:hover a {
	background: #f1b63e;
	color: #fff;
	border: 1px solid transparent;
}


.postbox__thumb {
	position: relative;
}

.postbox img {
	max-width: 100%;
}

.postbox__thumb a img {
	max-width: 100%;
}

.post-meta span {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	color: #7886a0;
	margin-right: 20px;
}

.post-meta span a {
	color: #7886a0;
}

@media (max-width: 767px) {
	.post-meta span {
		margin-right: 10px;
	}
}

.post-meta span a:hover {
	color: #fe8264;
}

.post-meta span i {
	margin-right: 2px;
}

.postbox__text {
	background: #fff;
}

.p-50 {
	padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.p-50 {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.p-50 {
		padding: 30px;
	}
}

.p-30 {
	padding: 30px;
}

.blog-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.blog-title a:hover {
	color: #fe8264;
}

.navigation-border {
	border-top: 1px solid #eaedff;
}

.read-more {
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.read-more:hover {
	color: #fe8264;
}

.read-more i {
	transition: .3s;
	display: inline-block;
}

.read-more:hover i {
	transform: translateX(5px);
}

.blog-title-sm {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.post-text p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
}

.postbox__gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	border: none;
	background: none;
	padding: 0;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #ffffff;
	width: 60px;
	height: 60px;
	color: #6f7172;
	border-radius: 50%;
	font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
	background: #fe8264;
	color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}

.postbox__video {
	position: relative;
}

.video-btn {
	position: absolute;
	background: #ffffff;
	height: 90px;
	width: 90px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 90px;
	color: #fe8264;
	transform: translateY(-50%);
}

.video-btn:hover {
	background: #fe8264;
	color: #ffffff;
}

.post-text blockquote {
	background: #062a4d;
	padding: 50px;
	position: relative;
	padding-left: 120px;
}

@media (max-width: 767px) {
	.post-text blockquote {
		padding: 30px;
	}
}

.post-text blockquote p {
	font-size: 24px;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.3;
}

.post-text blockquote::before {
	content: "\f10d";
	left: 50px;
	top: 50px;
	position: absolute;
	color: #758799;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 41px;
}

@media (max-width: 767px) {
	.post-text blockquote::before {
		position: static;
	}
}

.post-text blockquote footer {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

.widget {
	padding: 30px;
	background: #fff;
}

.b-0 {
	border: 0;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #eaedff;
	padding: 0 20px;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #47087C;
	padding: 0 25px;
	color: #ffffff;
	line-height: 60px;
	border: 0;
}

.search-form button:hover {
	background: #fe8264;
}

.widget-title {
	font-size: 22px;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}

.about-me img {
	margin-bottom: 25px;
}

.about-me h4 {
	font-size: 20px;
	letter-spacing: 1px;
}

.about-me p {
	font-size: 14px;
	margin-bottom: 15px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #fe8264;
}

.widget-social-icon a:hover {
	color: #fe8264;
}

.widget .recent-posts>li:first-child {
	border: 0;
	padding-top: 0;
}

.widget .recent-posts li:last-child {
	padding-bottom: 0;
}

.widget .recent-posts>li {
	border-top: 1px solid #eaedff;
	padding: 20px 0;
	overflow: hidden;
}

.widget-posts-image {
	float: left;
}

.widget-posts-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 15px;
}

.widget-posts-body {
	overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.widget-posts-title a:hover {
	color: #fe8264;
}

.widget-posts-meta {
	font-size: 12px;
}

ul.cat li {
	border-top: 1px solid #eaedff;
	padding: 15px 0;
	overflow: hidden;
}

ul.cat li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.cat li:last-child {
	padding-bottom: 0;
}

ul.cat li a {
	display: block;
	color: #152136;
	font-size: 14px;
}

ul.cat li a:hover {
	color: #fe8264;
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #47087C;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 5px;
}

.social-profile a:hover {
	background: #fe8264;
}

.banner-widget img {
	width: 100%;
}

#Instafeed {
	margin: 0 -5px;
	overflow: hidden;
}

#Instafeed li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

#Instafeed li img {
	width: 100%;
}

.tag a {
	display: inline-block;
	line-height: 1;
	padding: 12px 16px;
	background: #FAF9FF;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #152136;
}

.tag a:hover {
	background: #fe8264;
	color: #ffffff;
}

.bg-none {
	background: none;
}

.blog-post-tag span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 17px;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #eaedff;
	padding: 12px 24px;
	margin-right: 10px;
	transition: .3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
	color: #fff;
	background: #fe8264;
	border-color: #fe8264;
}

.blog-post-tag a:last-child {
	margin-right: 0;
}

.blog-share-icon span {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
	display: block;
	margin-bottom: 17px;
}

.blog-share-icon a {
	color: #6f7172;
	font-size: 16px;
	transition: .3s;
	margin-right: 15px;
}

.blog-share-icon a:hover {
	color: #fe8264;
}

.blog-share-icon a:last-child {
	margin-right: 0;
}

.blog-details-border {
	border-top: 1px solid #eaedff;
	border-bottom: 1px solid #eaedff;
	padding-top: 33px;
	padding-bottom: 23px;
	margin-bottom: 42px;
}

.author {
	background: #F6F7FF;
	padding: 0 70px 44px 70px;
}

@media (max-width: 767px) {
	.author {
		padding: 0 30px 44px 30px;
	}
}

.author-img {
	margin-bottom: 35px;
}

.author-img img {
	margin-top: -60px;
}

.author-text h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.author-text p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}

.author-icon {
	margin-top: 6px;
	margin-bottom: 25px;
}

.author-icon a {
	font-size: 14px;
	color: #9498b6;
	margin: 0 5px;
	transition: .3s;
}

.screen-mockup-3-alt {
	padding-left: 63px;
}

.author-icon a:hover {
	color: #fe8264;
}

.post-comments {
	border-bottom: 1px solid #eaedff;
	margin-bottom: 42px;
	padding-bottom: 46px;
}

.blog-coment-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.comments-avatar {
	float: left;
}

@media (max-width: 767px) {
	.comments-avatar {
		float: none;
	}
}

.comments-avatar img {
	width: 100px;
	margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
	border-top: 0;
	padding-top: 0;
}

.latest-comments li:last-child .comments-box {
	border-bottom: 0;
	padding-bottom: 0;
}

.latest-comments li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.latest-comments li.children {
		margin-left: 0;
	}
}

.comments-box {
	border-top: 1px solid #eaedff;
	padding: 30px 0;
}

.comments-text {
	overflow: hidden;
	padding-top: 4px;
}

@media (max-width: 767px) {
	.comments-text {
		margin-top: 15px;
	}
}

.comments-text p {
	margin-bottom: 0;
	margin-top: 8px;
}

.avatar-name h5 {
	font-size: 18px;
	margin-bottom: 7px;
}

.avatar-name span {
	color: #fe8264;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.avatar-name {
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.reply {
	color: #6f7172;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
	line-height: 1;
	float: right;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.reply:hover {
	color: #fe8264;
}

.reply i {
	margin-right: 5px;
}

.post-comments-title {
	margin-bottom: 39px;
}

.post-comments-title h2 {
	font-size: 26px;
	font-weight: 700;
	color: #140a20;
	margin-bottom: 0;
}

.conatct-post-form {
	background: #F4F4FF;
	padding: 40px;
}

@media (max-width: 767px) {
	.conatct-post-form {
		padding: 20px;
	}
}

.conatct-post-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #a7a7c1;
}

.conatct-post-form textarea {
	border: none;
	height: 150px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}
.form#contacts-form {
  position: relative;
}

.contact-icon {
	position: relative;
}

.contact-icon::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	right: 30px;
	color: #d2cce9;
	top: 18px;
}

.contacts-message::after {
	content: "\f303";
}

.contacts-name::after {
	content: "\f007";
}

.contacts-email::after {
	content: "\f0e0";
}

.contacts-tel::after {
	content: "\f095"
}

.contacts-website::after {
	content: "\f0ac";
}

.about-community p {
	font-size: 16px;
	line-height: 28px;
}
.btn.btn-bg-salmon {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: capitalize;
	background: #f1b63e;
	border-radius: 0;
	font-family: 'Nunito', sans-serif !important;
}
.contact-title {
	font-size: 30px;
	margin-bottom: 15px;
}
.contacts-widget>span {
	font-size: 18px;
	color: #7b7c93;
	line-height: 28px;
}
.contact-form-area span {
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
	color: #7b7c93;
	font-family: 'Glacial Indifference';
}
.contact-form-area span strong {
	color: #ff9400;
}
.contact-form-area>p {
	margin-bottom: 50px;
}
/* Depoimentos */
.col-xl-7.col-lg-8.mb-30.about-inner-box-3.otherside-image {
	padding-left: 63px;
	padding-right: 63px;
}

/* Footer */
.footer-title h5 {
	height: 40px;
	width: 100%;
}

#footer {
	background-position: center center;
}

.footer-map a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(32, 32, 32, 0.81);
	opacity: 0;
	transition: all 300ms;
}

.footer-map a:after{
	content: 'VER NO MAPA';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 25px;
	color: white !important;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 300ms;
}

.footer-map a:hover:after, .footer-map a:hover:before {
	opacity: 1;
}




