/* HEADER 2 */
.navbar-toggler-icon{
	color: #FFF;
}
.navbar{
	padding: 30px; 
	background-color: #3735C0;
}
#home3{
	background-color: #3735C0;
}
.navbar-nav{
	margin-left: 50%;
}
.logo{
	margin-left: 9%;
}
.nuvem{
	margin-top: -5%;
	margin-left: -51%;
}
.nav-item .nav-link{
	color:white;
}
.login{
	margin-top: -5%;
}
.reagendamento{
	margin-top: -4%;
}

.seja_parceiro{
	margin-top: -4%;
}
/* Responsivo */
@media (min-width: 300px) and (max-width: 800px) {
	.internas{
		margin-top: -40%;
	}
	.screen-mockup{
		width: 400px;
		margin-left: 50%;
	}
	#cpf{
		margin-left: -47%;
	}
	#nfe{
		margin-left: -47%;
	}
	#oab{
		margin-left: -47%;
	}
	#cnpj{
		margin-left: 55%;

	}
	#safeid{
		margin-left: 55%;
	}
	#emed{
		margin-left: 55%;
	}
	#segunda_coluna{
		margin-top: -85%;
	}
	.animateds {
		display: block;
		display: none;
	}
	.h2-intro-banner {
		margin-left: -20%;
	}

	.celular{
		margin-left: -35%;
	}
	.texto{
		margin-left: -70%;
	}
	.nuvem{
		margin-top: -5%;
		margin-left: -70%;
	}
	.nav-item .nav-link{
		color:white;
	}
	.login{
		margin-left: -70%;
	}
	.reagendamento{
		margin-left: -70%;
		width: 140px;
	}

	.seja_parceiro{
		margin-left: -70%;
		width: 140px;
	}
	/* Header */
	.header-area{
		position: fixed;
	}
	.header-sticky{
		margin-top: -13%; 
		background-color: #3735C0; 
		height: 380px;

	}
	.sticky-menu{
		position: fixed;
	}
	.support-bar-top{
		margin-bottom: -50px;
	}

	/* Tela Inicial */

	.texto-responsivo{
		font-size: 15px;
	}
	.intro-banner {
		margin-left: -15%;
	}
	.btn-icon-borderCel{
		margin-left: -4%;
	}
	/* Sistemas */
	.sistemas{
		margin-top: 70%;
	}

	/* Mais soluções */
	.mais_solucoes{
		margin-top: 70%;
	}

	/* Outras Tecnologias */
	.outras_tecnologias{
		margin-top: 70%;
	}

	/* Seja Parceiro */
	.icone{
		margin-left: 20%;
	}

	/* celular */

}
@media (min-width: 1000px) and (max-width: 1500px) {
	.h3-hero-caption {
		margin-left: 30%;
		margin-top: -25%;
	}
	.texto-responsivo {
		font-size: 37px;
	}
	/* Certificado */
	.h3-hero-caption {
		margin-top: 7%;
	}
	.safeid {
		margin-left: 25%;
	}
}

@media (min-width: 1501px) {
	.oab {
		margin-left: 100px;
	}
}




/*Botao tela Incial */

.texto_tela_inicial {
	color: #FFF;
	font-size: 22px;
	margin-left: 10px;
	font-weight: bold;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

}
.texto_tela_inicial:hover {
	color: #FF8017;

}

.icone_tela_inicial{
	margin-right: 9px;
	color: #FF8017;
	background: #FF8017;
	font-weight: bold;
	width: 10px;

}




/* 1. Theme default css */


/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900|Nunito:400,600,700i,900&display=swap');
@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: 'Montserrat', sans-serif;
	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: #3634bf;
}

.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: #fff;
}

.header-sticky.sticky-menu .btn-border {
	color: #fff;
	border: 1px solid #fff;
}

.header-sticky.sticky-menu .btn-border:hover {
	border: 1px solid transparent;
}


/* button style */

.btn {
	-moz-user-select: none;
	background: #FF3E1A;
	border-radius: 2px;
	color: #fff;
	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-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	color: #2c2255;
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border: 1px solid tranparent;
	border-radius: 3px;
	padding: 9px 25px;
	padding-bottom: 13px;
}

.btn-border:hover {
	background: #fd8917;
	border: 1px solid transparent;
	color: #fff !important;
}

.btn-border2 {
	background: 0;
	color: #2c2255;
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border: 1px solid #2c2255;
	border-radius: 20px;
	padding: 7px 22px;
	padding-bottom: 10px;
	border-color: #fff
}

.btn-border2:hover {
	background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	border: 1px solid transparent;
	color: #fff !important;
}

.btn-border3 {
	background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	color: #fff;
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border-radius: 20px;
	padding: 7px 22px;
	padding-bottom: 10px;
}

.btn-border3:hover {
	background-image: linear-gradient(-45deg, #D1361B, #E34024);
	color: #fff !important;
}

.btn-border5 {
	background: #E7EFF5;
	color: #2c2255;
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border: 1px solid #2c2255;
	padding: 15px 22px;
	padding-bottom: 10px;
	border-color: #fff;
	border: none;
	border-radius: 0 0 20px 0;
}

.btn-border5:hover {
	color: #fff !important;
}

.btn-border6 {
	background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	color: #fff;
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	padding: 15px 24px;
	padding-bottom: 10px;
	border: none;
}

.btn-border4 {
	background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
	color: #2c2255;
	text-transform: capitalize;
	font-size: 17px;
	font-family: 'Glacial Indifference';
	font-weight: normal;
	border: 1px solid #2c2255;
	border-radius: 3px;
	padding: 7px 22px;
	padding-bottom: 10px;
}

.btn-border4:hover {
	background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
	border: 1px solid transparent;
	color: #fff !important;
}

.btn-orange-bg {
	border-radius: 5px;
	background: #fd8917;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0;
	padding: 22px 40px;
}

.btn-orange-bg:hover {
	background: #213782;
	color: #fff;
}

.h2-btn-orrange-bg {
	background: #fd8917;
	border: 1px solid transparent;
	color: #fff;
}

.h2-btn-orrange-bg:hover {
	background: #fff;
	color: #223780 !important;
}

.btn-border-white {
	border: 1px solid #fff;
	color: #fff;
}

.btn-border-orange {
	background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
	border: 0 solid #fd8917;
	color: #fff;
}

.btn-icon-border {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 20px;
	line-height: 1;
	padding: 25px;
	width: 200px;
}

.btn-icon-border:hover {
	background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	color: #fff;
	border: 2px solid transparent;
}

.btn-icon-borderCel {
	display: inline-block;
	padding: 25px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 20px;
	line-height: 1;
	margin-top: 5px;
	width: 120px;
	height: 75px;
	border: 2px solid #3735C0;
	font-size: 20px;
	font-weight: bold;
	color: #3735C0;
}

.btn-icon-borderCel:hover {
	background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
	color: #fff;
	border: 2px solid transparent;
}

.btn-icon-borderdown {
	display: inline-block;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 25px;
	border: 2px solid #f8f9fa;
	border-radius: 5px;
	line-height: 1;
	padding-top: 14px;
	padding-bottom: 15px;
}

.btn-icon-borderdown:hover {
	background: #fd8917;
	color: #fff;
	border: 2px solid transparent;
}

.btn-icon-borderdw {
	display: inline-block;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	padding: 25px 15px;
	border: 2px solid #f8f9fa;
	border-radius: 5px;
	line-height: 1;
	padding-top: 14px;
	padding-bottom: 15px;
}

.btn-icon-borderdw:hover {
	background: #fd8917;
	color: #fff;
	border: 2px solid transparent;
}

.btn-icon-border2 {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 25px 35px;
	border-radius: 5px;
	line-height: 1;
	padding-top: 24px;
	padding-bottom: 25px;
}

.btn-icon-border2:hover {
	color: #fff;
}

.btn-icon-border3 {
	display: inline-block;
	color: #fd8917;
	font-size: 24px;
	padding: 25px 35px;
	border-radius: 5px;
	line-height: 1;
	padding-top: 24px;
	padding-bottom: 25px;
}

.btn-icon-border3:hover {
	background: transparent;
	color: #fd8917;
	border: 2px solid #fff;
}

.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: #FF5B19;
	height: 50px;
	width: 50px;
	right: 30px;
	bottom: 85px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
}

#scrollUp:hover {
	background: #fff;
	color: #FF5B19;
}


/* 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: center;
	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 {
		font-family: 'Montserrat', sans-serif;
		font-size: 35px;
		font-weight: 700;
		letter-spacing: -1.5px;
		margin-bottom: 25px;
		color: #3735C0;
	}

	.h3-title-main h2.title::after {
		background: #25282c;
	}

	.h3-title-white h2.title::after {
		background: #fff;
	}


	/* 2. HomePage One */


	/* 2.1 header-top */

	.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: 10px;
		margin: 0 15px;
		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: #fff;
	}

	.main-menu nav ul li.active a {
		color: #fff;
	}

	.header-btn {
		padding: 45px 0;
		margin-left: 60px;
	}


	/* 2.2 Hero */

	.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-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;
		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: #fd8917;
	}

	#portfolio-tabs-area #pills-tab {
		justify-content: center;
	}

	#portfolio-tabs-area .nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		color: #fd8917;
		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;
	}

	.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 {
		min-width: 358px;
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 5;
	}

	.single-pricing:first-child {
		margin-right: -30px;
	}

	.single-pricing:nth-last-child(1) {
		margin-left: -30px;
	}

	.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 {
		background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		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 {
		background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: bold;
	}

	.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;
	}

	.single-pricing.prt_1.active::before {
		position: absolute;
		content: "";
		background-image: url(../img/Shape/pricing-shape.png);
	}

	.single-pricing.prt_3.active::before {
		position: absolute;
		content: "";
		background-image: url(../img/Shape/pricing-shape.png);
	}

	.single-pricing .info li {
		color: #7b7c93;
		display: block;
		font-size: 18px;
		margin: 0 0 18px;
	}

	.single-pricing.active .link.picker-button:hover {
		background: #fd8917;
	}

	#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: #fd8917;
		color: #fff;
		border-radius: 0 45px 45px 0;
		transition: .4s;
	}

	#pn_1.pl-btn.picker-button.active {
		background: #fd8917;
		color: #fff;
		border-radius: 45px 0 0 45px;
		transition: .4s;
	}

	#pn_3.pl-btn.picker-button.active {
		background: #fd8917;
		color: #fff;
		border-radius: 0 45px 45px 0;
		transition: .4s;
	}

	#pn_4.pl-btn.picker-button.active {
		background: #fd8917;
		color: #fff;
		border-radius: 45px 0 0 45px;
		transition: .4s;
	}

	.pricing-content p {
		font-size: 20px;
	}

	.link.picker-button {
		background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
		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: #fd8917;
	}

	.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: #74748A;
		margin-bottom: 11px;
		display: block;
	}

	.footer-social-info ul li {
		display: inline-block;
		margin-right: 11px;
	}

	.footer-social-info ul li a {
		color: #FF5B19;
	}

	.footer-cta {
		margin-bottom: 74px;
	}

	.footer-title h5 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 20px;
		color: #FFF;
		line-height: 1;
		margin-bottom: 24px;
		display: block;
	}

	.footer-menu ul li a {
		font-size: 16px;
		color: #74748A;
		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: #fff;
	}

	.footer-menu ul li:hover a {
		color: #FF5B19;
	}


	/* 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 */

	.hero-overlay-bg::before {
		position: absolute;
		content: "";
		top: 0;
		width: 100%;
		height: 100%;
		background: url("img/hero/h3-slider-bg-1.jpg");
		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: #fd8917;
		border-radius: 4px;
		transition: .4s;
	}

	.footer-logo:hover {
		color: #fd8917;
	}


	/* 4. HomePage 3 */


	/* 3.2 Hero */

	.h3-hero-caption h1 {
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		font-weight: 700;
		letter-spacing: -1.5px;
		margin-bottom: 40px;
	}

	.h3-hero-caption h3.h3-welcome-message {
		color: #fff;
		font-size: 18px;
		display: block;
		margin-top: -20px;
		margin-bottom: 70px;
	}

	.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: #fd8917;
	}

	.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-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: #fd8917;
		color: #fff;
		border: 1px solid transparent;
	}

	.gray-bg-2 {
		background: #fcfcfc;
	}


	/* 3.4 About */

	.screen-mockup-3 {
		margin-left: -29%;
		margin-top: 30px;
	}

	.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-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
		color: #fff;
		text-align: center;
		line-height: 25px;
		font-size: 12px;
		border-radius: 50%;
		margin-right: 20px;
	}

	.h3-about-features ul li {
		font-size: 20px;
		line-height: 33px;
		color: #8b8b8b;
		margin-bottom: 29px;
	}


	/* 3.5 Features */

	.h3-promo-features .promo-icon {
		height: 25px;
		width: 25px;
		text-align: center;
		border-radius: 50%;
		background-image: linear-gradient(-45deg, #FF8017, #FF3E1A);
		line-height: 25px;
		display: inline-block;
		margin-right: 21px;
		margin-top: 5px;
		color: #fff;
		font-size: 12px;
	}

	.h3-promo-features .promo-feature-content h3 {
		margin-bottom: 12px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
	}

	.h3-promo-features .promo-feature-content p {
		font-size: 20px;
		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 {
		background: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.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: #fd8917;
	}

	@-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: #fd8917;
	}


	/* 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: #fd8917;
	}


/*------------------------------------------------------------------
[17.Preloader]
*/

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99989999;
}

.loader {
	background: #fd8917;
	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: #fd8917;
	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: #fd8917;
	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: #fd8917;
	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: #fd8917;
	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: #fd8917;
}

.sidebar-menu ul li a {
	font-size: 14px;
	color: #7b7c93;
	margin-bottom: 18px;
	display: block;
}

.sidebar-menu ul li:hover a {
	color: #fd8917;
}

.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: #fd8917;
	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;
}

.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;
}

.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-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: -webkit-linear-gradient(-45deg, #FF3E1A, #FF8017);
	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;
}

contact-form-area>p {
	margin-bottom: 50px;
}