@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
}

html, body, .wrapper {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
	font-family: 'Poppins', sans-serif;
}

a img, iframe {
	border: none;
}

p {
	color: #666666;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
}

a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color: #232323;
}

a:hover {
	color: #232323;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-weight: 600;
}

b, strong {
	font-weight: 900;
}

.btn.active, .btn:active {
	background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}
/* Default CSS */

.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
	padding: 0;
}

@media (min-width:576px) {
	.container-medium {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-medium {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-medium {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%;
	}
}

@media (min-width:576px) {
	.container-full {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-full {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-full {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-full {
		max-width: 1400px;
		width: 90%;
	}
}

@media (min-width:576px) {
	.container-fill {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-fill {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-fill {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:1199px) {
	.container-fill {
		padding: 0 15px;
	}
}

.fixed-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,245,222,1) 100%);
}

.bg-light {
	background-color: #ffffff;
}

.bg-dark {
	background-color: #1b1b1b !important;
}

.bg-theme {
	background-color: #ff6600;
}

.bg-gradient {
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(0,212,255,1) 100%);
}

.gradient-bg {
	background-image: linear-gradient(90deg, rgba(74,196,243,1) 23%, rgba(9,168,228,1) 100%);
	background-color: #ff6600;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
	color: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
	box-shadow: inherit !important;
}

.shadow.dark::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #ff6600 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #ff6600 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.default-padding-noticias {
	padding-top: 50px;
	padding-bottom: 120px;
}

.default-padding2 {padding-top: 120px;
	padding-bottom: 1px;}
	
.default-padding3 {padding-top: 0px;
	padding-bottom: 120px;}

.default-padding-rodape {
	padding-top: 10px;
	padding-bottom: 120px;
}

.default-padding-top {
	padding-top: 120px;
}

.default-padding-bottom {
	padding-bottom: 120px;
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

.align-center {
	align-items: center;
}

/* Button */

.btn {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 8px;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.btn-md {
	padding: 17px 42px;
}

.btn-md.btn-theme {
	padding: 17px 40px;
}

.btn-md i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-left: 30px;
}

.btn-md i::after {
	position: absolute;
	left: -19px;
	top: 8px;
	content: "";
	border: 1px solid #ffffff;
	width: 30px;
	height: 1px;
}

.btn-sm {
	padding: 14px 40px;
	font-size: 14px;
}

a:hover, a:active {
	opacity: 1;
	text-decoration: none;
}

.btn.btn-gradient {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #ff6600,  #C65911, #ff6600);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #F66200,  #d100df, #F66200);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #F66200;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-gradient:hover::after, 
.btn.btn-gradient:active {
	background-position: -70% 0;
	color: #ffffff;
}

.btn.btn-light.effect {
	color: #232323;
	border: 2px solid transparent;
	overflow: hidden;
	position: relative;
}

.btn.btn-light.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.btn.btn-light.effect:hover::after {
	width: 0;
}

.btn.btn-dark.effect {
	color: #ffffff;
	border: 2px solid transparent;
	box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.btn.btn-dark.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #202942;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
	border: 2px solid #202942;
	color: #202942;
	background: transparent;
}

.btn.btn-dark.effect:hover::after {
	width: 0;
}

.btn-light.border {
	background: #ffffff;
	border: 2px solid #e7e7e7 !important;
}

.btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #35b4f1;
	overflow: hidden;
	position: relative;
}

.btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #35b4f1;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect:hover {
	border: 2px solid #ff6600;
	color: #ffffff;
	background: transparent;
}

.shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #232323;
	background: transparent;
}

.btn.btn-theme.effect:hover::after {
	width: 0;
}

.btn.btn-theme.effect:hover::before {
	width: 100%;
}

.torch-red .btn.btn-theme.effect {
	color: #ffffff;
	border: 2px solid #F66200;
	overflow: hidden;
	position: relative;
}

.torch-red .btn.btn-theme.effect::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #F66200;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .shadow .btn.btn-theme.effect::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .btn.btn-theme.effect:hover {
	border: 2px solid #ff6600;
	color: #ffffff;
	background: transparent;
}

.torch-red .shadow .btn.btn-theme.effect:hover {
	border: 2px solid #ffffff;
	color: #F66200;
	background: transparent;
}

.torch-red .btn.btn-theme.effect:hover::after {
	width: 0;
}

.torch-red .btn.btn-theme.effect:hover::before {
	width: 100%;
}

.btn-theme-border {
	border: 2px solid #ff6600;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-theme-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
	border-radius: 30px;
}

.btn-theme-border:hover::after {
	width: 100%;
}

.btn-theme-border:hover {
	color: #ffffff;
}

.btn-light-border {
	border: 2px solid #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-light-border::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ffffff;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
	border-radius: 30px;
}

.btn-light-border:hover::after {
	width: 100%;
}

.btn-light-border:hover {
	color: #232323;
}

.btn-theme-effect {
	border: 2px solid #ff6600;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.btn-theme-effect::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
	border-radius: 30px;
}

.btn-theme-effect:hover::after {
	width: 0;
}

.btn-theme-effect:hover {
	color: #232323;
}



/* End Button */

.relative {
	position: relative;
	z-index: 1;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.overflow-hidden {
	overflow: hidden;
}

button, button:focus {
	border: none !important;
	box-shadow: inherit !important;
	outline: inherit !important;
}


/* Start Site Heading */
.site-heading h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #ff6600;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .site-heading h4 {
	color: #F66200;
	background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-heading p {
	margin: 0;
	margin-top: 10px;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #ff6600;
	position: relative;
	z-index: 1;
	left: 10px;
}

.torch-red .site-heading .devider {
	background: #F66200;
}

.site-heading.light .devider {
	background: #ffffff;
}

.site-heading .devider:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: #ff6600;
}

.torch-red .site-heading .devider:before {
	background: #F66200;
}

.area-title {
	font-size: 40px;
	line-height: 1.2;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.left-heading {
	margin-bottom: 60px;
}

.left-heading h4 {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	color: #ff6600;
	margin-top: -5px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.left-heading h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px;
	padding: 15px;
}

@media only screen and (min-width: 1100px) {
	.left-border::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 100%;
		width: 70px;
		background: #edf5ff;
	}

	.bg-gray.left-border::before {
		background: #ffffff;
	}
}


.top-bar-area .container-full {
	padding: 0 30px;
}

.top-bar-area {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.top-bar-area.transparent i {
	color: #ffffff !important;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.top-bar-area li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.top-bar-area p {
	margin: 0;
	font-weight: 600;
}

.top-bar-area p a {
	text-decoration: underline;
	font-weight: 600;
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
	display: inline-block;
	padding: 6px 25px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	height: 19px;
	width: 1px;
	border-left: 1px solid #dddddd;
}

.top-bar-area.transparent li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 80px;
	top: -30px;
}

.top-bar-area li:first-child::after {
	display: none;
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .social ul {
	margin-left: 30px;
}

.top-bar-area .social ul li::after {
	display: none;
}

.top-bar-area .social li {
	margin-left: 10px;
}

.top-bar-area.inc-pad {
	padding: 15px 0;
}

.top-bar-area.inc-padding {
	padding: 10px 0;
}

.top-bar-area .button i {
	margin-right: 5px;
}

.top-bar-area .info li i {
	margin-right: 5px;
	color: #ff6600;
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top-bar-area.fixe .row {
	align-items: center;
}

.top-bar-area.fixed {
	padding: 20px 0;
}

.top-bar-area .address-info li {
	text-align: left;
}

.top-bar-area .address-info li .icon, 
.top-bar-area .address-info li .info {
	display: inline-block;
}

.top-bar-area .address-info li .icon i {
	margin-right: 10px;
}

.top-bar-area .info a {
	margin-left: 20px;
}

.top-bar-area.fixed .container {
	padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i,
.top-bar-area.bg-gradient .info li i {
	color: #ffffff;
}

.top-bar-area.inc-logo {
	padding: 15px 0;
}

.top-bar-area .info-colums ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.top-bar-area .info-colums li i {
	font-size: 35px;
}

.top-bar-area .info-colums ul .info {
	font-size: 14px;
	text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
	display: inline-block;
}

.top-bar-area .info-colums ul li {
	text-align: left;
}

.top-bar-area .info-colums ul li .info {
	line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
	margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
	height: 90%;
	top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
	color: #ff6600;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
	color: #ffffff;
}

.top-bar-area.bg-theme {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.breadcrumb-area {
	padding: 80px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area.top-pad-extra {
	padding-top: 240px;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 20px;
	text-shadow: 1px 1px #000;
}

.breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	display: none;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
	content: "";
	height: 2px;
	left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	background: #ffffff;
	width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}


body, 
.banner-area, 
.banner-area div {
	height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 150px 0;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner-area .content {
	position: relative;
	z-index: 9;
	overflow: hidden;
}


/* Animation delays */
.banner-area .carousel-item h1:first-child, 
 .banner-area .carousel-item h2:first-child, 
 .banner-area .carousel-item h3:first-child, 
 .banner-area .carousel-item h4:first-child, 
 .banner-area .carousel-item h5:first-child, 
 .banner-area .carousel-item h6:first-child {
	animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
	animation-delay: .7s;
}

.banner-area .carousel-item p {
	animation-delay: .5s;
}

.banner-area .carousel-item ul {
	animation-delay: .6s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
	animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}

	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}

	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner .carousel-item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	opacity: 0;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area .carousel-control.left {
	left: -80px;
}

.banner-area .carousel-control.left::after {
	position: absolute;
	left: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.left::before {
	position: absolute;
	left: 20px;
	top: 22px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.left {
	left: 50px;
	opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}

.banner-area .carousel-control.right {
	right: -80px;
}

.banner-area:hover .carousel-control.right {
	right: 50px;
	opacity: 1;
}

.banner-area .carousel-control.right::after {
	position: absolute;
	right: 25px;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ffffff;
}

.banner-area .carousel-control.right::before {
	position: absolute;
	right: 20px;
	top: 23px;
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}

/* Carousel Contril Right Position */
.banner-area .carousel-control.position-right {
	position: absolute;
	right: -100px;
	left: auto !important;
	margin: 0;
	top: 50%;
	transform: translateX(-50%);
}

.banner-area .carousel-control.position-right.right {
	margin-top: -80px;
}

.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
	right: 0;
	left: auto !important;
}

.carousel-control.light-bg::after, 
.carousel-control.light-bg::before {
	display: none;
}

.carousel-control.light-bg {
	background: #ffffff;
	color: #ff6600;
	box-shadow: 0 0 10px #cccccc;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 100%;
}

.banner-area .carousel-indicators {
	position: absolute;
	right: auto;
	left: 0;
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 30px 0;
}

.banner-area .carousel-indicators.right {
	padding: 80px 0;
	left: auto;
	right: 0;
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 5px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.banner-area .carousel-indicators.theme li {
	border: 2px solid #e7e7e7;
	opacity: 1;
}

.banner-area .carousel-indicators li.active {
	border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
	border: 2px solid #ff6600;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
	border: 2px solid #F66200;
}

.banner-area .carousel-indicators li::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
	background: #ff6600;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
	background: #F66200;
}

.double-items > .row div {
	height: auto;
}

/* Content */
.banner-area .top-right-shape {
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: right top;
}

.banner-area .top-left-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 60% !important;
	width: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: left top;
}

.banner-area .shape-thumb {
	margin-right: -50px;
}

.banner-area .shape-thumb img {
	padding: 50px;
}

.banner-area.top-pad-140p .carousel-item {
	padding-top: 140px;
}

.banner-area.inc-shape::after {
	position: absolute;
	right: -100px;
	top: -200px;
	content: "";
	height: 600px;
	width: 800px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(0,212,255,1) 100%);
	z-index: -1;
	border-radius: 30px;
	transform: rotate(45deg);
	opacity: 0.1;
}

.banner-area.text-default h4 {
	text-transform: uppercase;
	color: #ff6600;
	font-weight: 600;
	margin-bottom: 25px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 0%, rgba(62,220,251,1) 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .banner-area.text-default h4 {
	color: #F66200;
	background: linear-gradient(90deg, #F66200 0%, #d100df 37%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-area.text-default h2 {
	font-weight: 600;
	font-size: 60px;
	margin: 0;
	line-height: 1.1;
}

.banner-area.text-default a {
	margin-top: 40px;
}

.banner-area.inc-video h2 {
	font-size: 70px;
	font-weight: 600;
	line-height: 1.1;
}

.banner-area.inc-video h4 {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.banner-area h2 span {
	font-weight: 200;
}

.banner-area.inc-video a.btn {
	margin-top: 23px;
}

.banner-area p {
	padding-right: 30%;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
}

.banner-area.text-center p {
	padding-left: 15%;
	padding-right: 15%;
}

.banner-area.inc-video a span {
	position: absolute;
	left: 80px;
	top: 0;
	min-width: 129px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: inherit;
}

.banner-area.inc-video a.video-play-button {
	margin-bottom: 50px;
}

.banner-area.inc-video .content {
	overflow: inherit;
}

.banner-area.top-pad-50 .content {
	padding-top: 50px;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

.banner-area .shape-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60%;
	width: 40%;
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.banner-area.text-big h2 {
	font-size: 150px;
	line-height: 120px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-area.text-big h2 span {
	font-weight: 100;
	font-size: 80px;
	display: block;
	line-height: 1.2;
}

.banner-area.text-big a.btn {
	margin-top: 20px;
}

.banner-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100% !important;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.5;
}

.banner-area.auto-height .shape-thumb img {
	padding: 50px;
	margin-top: 120px;
	padding-bottom: 0;
}

.banner-area.auto-height .content {
	padding: 0;
	padding-top: 120px;
}

.video-play-button {
	color: #ff6600;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
	background: #ff6600 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
	background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #ff6600;
}

.torch-red .video-play-button i {
	color: #F66200;
}

.video-play-button.theme i {
	color: #ffffff;
}

.video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	text-align: center;
	margin-top: 0 !important;
	top: 55px;
	margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
	height: 68px;
	width: 68px;
	line-height: 68px;
}

.video-play-button.relative i {
	line-height: 70px;
	font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
	z-index: 1;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: 200px;
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}


@media only screen and (min-width: 1367px) {
	.about-area .container {
		margin-left: calc((100% - 1140px)/ 2);
		padding: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

@media (min-width: 1601px) {
	.about-area .container {
		margin-left: calc((100% - 1320px)/ 2);
		padding: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

.about-area {
	position: relative;
	z-index: 1;
}

.about-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 80px;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

.about-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 80px;
	height: 100%;
	width: 60%;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.about-area .about-items .row {
	margin-left: 0;
}

.about-area .thumb {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-area .info {
	margin-top: 200px;
	padding-bottom: 120px;
}

.about-area .thumb .success-rate {
	position: absolute;
	display: flex;
	align-items: center;
}

.about-items .thumb .successr-ate {
	position: absolute;
	left: -80px;
	display: flex;
	align-items: center;
	background: #ff6600;
	padding: 30px;
	top: 80px;
}

.torch-red .about-items .thumb .successr-ate {
	background: #F66200;
}

.about-items .thumb .successr-ate i {
	display: inline-block;
	font-size: 60px;
	margin-right: 20px;
}

.about-items .thumb .successr-ate h2 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.about-area .info > h4 {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	color: #ff6600;
	margin-top: -5px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .about-area .info > h4 {
	color: #F66200;
	background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.about-area .info p {
	color: #a0a2a6;
}

.about-area .info {
	padding-right: 50px;
}

.about-area .info ul {
	margin-right: -15px;
	margin-top: 35px;
	overflow: hidden;
}

.about-area .info li {
	float: left;
	width: 50%;
	padding: 0 15px;
	position: relative;
	padding-left: 60px;
}

.about-area .info li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "N";
	font-family: 'ElegantIcons';
	height: 40px;
	width: 40px;
	background: #ffffff;
	border-radius: 50%;
	color: #ff6600;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.torch-red .about-area .info li::after {
	color: #F66200;
}

.about-area .info li h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.about-area .info li p {
	margin-bottom: 0;
}

.about-area .info > a {
	margin-top: 40px;
}


.about-us-area .about-items .thumb {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.about-us-area .about-items .thumb h2 {
	position: absolute;
	left: 0;
	bottom: 50px;
	margin: 0;
	background: #ffffff;
	padding: 37px;
	padding-top: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #666666;
	border-radius: 8px;
}

.about-us-area .about-items .thumb h2 strong {
	font-size: 62px;
	color: #ff6600;
}

.about-us-area .about-items .thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 50%;
	width: 25px;
	background: #ff6600;
	z-index: -1;
	border-radius: 8px;
}

.about-us-area .about-items .thumb img {
	border-radius: 8px;
}

.about-us-area .info {
	padding-left: 35px;
}

.about-us-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.about-us-area .author {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.about-us-area .author img {
	height: 80px;
}

.about-us-area .author .signature {
	border-right: 1px solid #999999;
	padding-right: 20px;
	margin-right: 20px;
}

.about-us-area .author h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.about-us-area .about-items .info ul {
	margin-top: 30px;
}

.about-us-area .about-items .info ul li {
	display: block;
	padding-left: 25px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	font-weight: 500;
}

.about-us-area .about-items .info ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "N";
	font-family: 'ElegantIcons';
	height: 100%;
	width: 100%;
	color: #ff6600;
}


.about-content-area .content-box .thumb {
	padding-right: 35px;
}

.about-content-area .thumb-box .shape {
	position: absolute;
	height: 300px;
	left: -150px;
	top: -80px;
	width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: -1;
}

.about-content-area .thumb-box {
	position: relative;
}

.about-content-area .thumb-box img:first-child {
	width: 80%;
	border-radius: 8px;
}

.about-content-area .thumb-box img:last-child {
	position: relative;
	width: 80%;
	right: 0;
}

.about-content-area .thumb-box img:nth-child(2) {
	position: relative;
	right: 0;
	width: 50%;
	float: right;
	top: -200px;
	margin-bottom: -200px;
	border: 5px solid #ffffff;
	border-radius: 50%;
}

.about-content-area .thumb-box .experience {
	position: absolute;
	right: -50px;
	bottom: 50px;
	background: #ff6600;
	padding: 30px 50px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.about-content-area .thumb-box .experience h2 {
	font-size: 120px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1;
	padding-right: 200px;
	margin: 0;
	margin-top: -10px;
}

.about-content-area .thumb-box .experience h2 strong {
	font-size: 22px;
	font-weight: 600;
	display: block;
}

.about-content-area .thumb-box .experience .video-play-button {
	position: absolute;
	right: 60px;
	left: auto;
}

.about-content-area .thumb-box .experience::after {
	position: absolute;
	right: -110px;
	top: -55px;
	content: "";
	height: 300px;
	width: 300px;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
}

.about-content-area .content-box .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.about-content-area .content-box .info ul li {
	display: flex;
	margin-top: 30px;
}

.about-content-area .content-box .info ul li i {
	display: inline-block;
	font-size: 40px;
	margin-right: 25px;
	color: #ff6600;
}

.about-content-area .content-box .info ul li h4 {
	font-weight: 600;
}

.about-content-area .content-box .info ul li p {
	margin: 0;
}

.about-content-area .content-box .info .call {
	border-top: 1px solid #e7e7e7;
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	align-items: center;
}

.about-content-area .content-box .info .call i {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 75px;
	background: #ff6600;
	text-align: center;
	border-radius: 50%;
	margin-right: 25px;
	color: #ffffff;
	font-size: 30px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
	margin-top: 7px;
}

.about-content-area .content-box .info .call i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.about-content-area .content-box .info .call h5 {
	font-weight: 600;
	margin-bottom: 3px;
}

.features-area .features-content .top {
	display: flex;
	align-items: center;
}

.features-area .features-content .top h4 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.features-area .features-content .top {
	margin-bottom: 20px;
}

.features-area .features-content .top span {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	position: relative;
	padding-right: 70px;
	color: #ff6600;
	text-shadow: -5px 5px 0px #eceefe;
}

.torch-red .features-area .features-content .top span {
	color: #F66200;
}

.features-area .features-content .top span::after {
	position: absolute;
	left: 65px;
	top: 50%;
	content: "";
	height: 1px;
	width: 35px;
	background: #cccccc;
}

.features-area .item a {
	display: inline-block;
	margin-top: 10px;
}

.features-area .item a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 2px solid #e7e7e7;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	position: relative;
}

.features-area .item a::before, 
.features-area .item a::after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.features-area .item a::before {
	border: 2px solid transparent;
}

.features-area .item:hover a::before {
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.torch-red .features-area .item:hover a::before {
	border-top-color: #F66200;
	border-right-color: #F66200;
	border-bottom-color: #F66200;
}

.features-area .item a::after {
	border: 0 solid transparent;
}

.features-area .item:hover  a::after {
	border-top: 2px solid #ff6600;
	border-left-width: 2px;
	border-right-width: 2px;
	transform: rotate(270deg);
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.torch-red .features-area .item:hover  a::after {
	border-top: 2px solid #F66200;
}

.features-area .item:hover a {
	border-color: transparent;
}

.features-area .item a i {
	position: relative;
	top: 2px;
}

.features-area .single-item .item {
	padding: 60px 30px;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	position: relative;
}

.features-area .single-item .item > i {
	display: inline-block;
	position: absolute;
	right: -60px;
	bottom: -60px;
	font-size: 120px;
	opacity: 0.06;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.features-area .single-item .item:hover > i,
.features-area .single-item:nth-child(2n) .item > i {
	opacity: 0.07;
	right: -20px;
	bottom: -20px;
	color: #ff6600;
}

.features-area .single-item:nth-child(2n) .item,
.features-area .single-item .item:hover {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.services-area .right-shape {
	position: absolute;
	right: 0;
	top: 120px;
}

.services-area .services-items .item .info > i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	color: #ffffff;
	height: 90px;
	width: 90px;
	line-height: 105px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(4, 215, 242, 1) 100%);
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.torch-red .services-area .services-items .item .info > i {
	background: #F66200;
}

.services-area .services-items .item .info > i::after {
	position: absolute;
	right: 8px;
	bottom: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	border: 3px solid #ffffff;
}

.torch-red .services-area .services-items .item .info > i::after {
	background: #F66200;
}

.services-area .services-items .item h4 {
	font-weight: 600;
}

.services-area .services-items {
	position: relative;
	z-index: 1;
}

.services-area .services-items .single-item {
	margin-bottom: 30px;
}

.services-area .services-items .single-item .item {
	padding: 60px 30px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.services-area.inc-thumbnail .services-items .single-item .item {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	padding: 0;
}

.services-area.inc-thumbnail .services-items .single-item .item .info {
	padding: 30px;
	padding-top: 0;
	position: relative;
	top: -45px;
	margin-bottom: -45px;
}

.services-area .services-items .single-item .item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	background: linear-gradient(to top, #ff6600 0%, #ff6600 50%, #C65911 100%);
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.torch-red .services-area .services-items .single-item .item::after {
	background: #F66200;
}

.services-area .services-items .single-item .item i,
.services-area .services-items .single-item .item h4,
.services-area .services-items .single-item .item p,
.services-area .services-items .single-item .item span {
	transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item:hover i,
.services-area .services-items .single-item .item:hover h4,
.services-area .services-items .single-item .item:hover p,
.services-area .services-items .single-item .item:hover span {
	color: #ffffff;
}

.services-area .services-items .single-item .item:hover i {
	background: #ffffff;
	color: #ff6600;
}

.torch-red .services-area .services-items .single-item .item:hover i {
	color: #F66200;
}

.services-area .services-items .single-item .item:hover span,
.services-area .services-items .single-item .item:hover a {
	background: transparent;
}

.services-area .services-items .single-item .item:hover span {
	opacity: 0.3;
}

.services-area .services-items .item:hover .info .bottom::after {
	opacity: 0;
}

.services-area .services-items .single-item .item:hover a {
	color: #ffffff;
}

.services-area .services-items .single-item .item:hover::after {
	height: 100%;
}

.services-area .services-items .info .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.services-area .services-items .info .bottom::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 100%;
	background: #e7e7e7;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.services-area .services-items .info .bottom a {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #232323;
	text-transform: uppercase;
	background: #ffffff;
	padding-left: 20px;
	font-size: 14px;
}

.services-area .services-items .info .bottom span {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 900;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	color: #e9e9e9;
	background: #ffffff;
}

.services-area .services-items .info .bottom a i {
	position: relative;
	top: 1px;
}


.services-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	height: 80%;
	width: 46%;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	.services-area .fixed-shape {
		height: 100%;
		width: 80%;
	}
}

@media screen and (min-width: 2201px) {
	.services-area .fixed-shape {
		height: 130%;
		width: 130%;
	}
}

.services-area .services-heading {
	margin-bottom: 60px;
}

.services-area .services-heading h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.services-area .services-heading h4 {
	text-transform: uppercase;
	color: #ff6600;
	font-weight: 600;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-area ul.achivement {
	float: right;
}

.services-area ul.achivement li {
	display: inline-block;
	margin-right: 80px;
	float: left;
	font-family: 'Poppins', sans-serif;
}

.services-area ul.achivement li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.services-area ul.achivement li .counter {
	position: relative;
}

.services-area ul.achivement li .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 5px;
}

.services-area ul.achivement li .counter .operator {
	font-size: 40px;
	margin-left: 2px;
}

.services-area ul.achivement li .medium {
	font-weight: 600;
	color: #ffffff;
	text-align: right;
	float: right;
}

.services-area .services-content .single-item {
	margin-bottom: 30px;
}

.services-area .services-content .item {
	padding: 60px 30px;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services-area .services-content .item i {
	display: inline-block;
	font-size: 50px;
	margin-bottom: 30px;
	margin-top: 25px;
	color: #ff6600;
	background: linear-gradient(to right,#ff6600,#ff6600,#ff6600,#9a009c,#9a009c);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.services-area .services-content .item i::after {
	position: absolute;
	left: -21px;
	top: -25px;
	content: "";
	height: 80px;
	width: 81px;
	background: linear-gradient(-62.5deg, transparent, rgba(237, 245, 255, 0.9));
	z-index: -1;
	border-radius: 50%;
	transform: rotate(65deg);
	transition: all 0.35s ease-in-out;
}

.services-area .services-content .item h4 {
	font-weight: 600;
	font-size: 18px;
}

.services-area .services-content .item p {
	margin-bottom: -5px;
}


.thumb-services-area .right-shape {
	position: absolute;
	right: 0;
	top: 120px;
}

.thumb-services-area .single-item {
	margin-bottom: 30px;
}

.thumb-services-area .services-items .item {
	background-size: cover;
	background-position: center;
	padding: 60px 37px;
	position: relative;
	z-index: 1;
}

.thumb-services-area .services-items .item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info h4 {
	font-weight: 600;
}

.thumb-services-area .services-items .item .info > i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	color: #ffffff;
	height: 90px;
	width: 90px;
	line-height: 105px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(4, 215, 242, 1) 100%);
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info > i::after {
	position: absolute;
	right: 8px;
	bottom: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	border: 3px solid #ffffff;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item::before {
	opacity: 0.6;
	transition: all 0.35s ease-in-out;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item:hover::after,
.thumb-services-area .services-items .single-item:first-child .item::after {
	opacity: 0;
}

.thumb-services-area .services-items .single-item .item:hover::before,
.thumb-services-area .services-items .single-item:first-child .item::before {
	height: 100%;
}

.thumb-services-area .services-items .single-item:first-child .item .info > i,
.thumb-services-area .services-items .single-item .item:hover .info > i {
	background: #ffffff;
	color: #ff6600;
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item h4, 
.thumb-services-area .services-items .single-item .item p, 
.thumb-services-area .services-items .single-item .item a {
	transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item:first-child .item h4, 
.thumb-services-area .services-items .single-item:first-child .item p, 
.thumb-services-area .services-items .single-item:first-child .item a,
.thumb-services-area .services-items .single-item .item:hover h4, 
.thumb-services-area .services-items .single-item .item:hover p, 
.thumb-services-area .services-items .single-item .item:hover a {
	color: #ffffff;
}

.thumb-services-area .services-items .item .bottom a {
	margin-top: 5px;
	color: #232323;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.thumb-services-area .services-items .item .bottom a i {
	font-size: 12px;
	margin-right: 3px;
}

.thumb-services-area .services-items .single-item:first-child .item .bottom a {
	border-color: rgba(255, 255, 255, 0.5);
}


.default-services-area .item {
	padding: 30px;
}

.default-services-area .item .info i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 30px;
	background: rgba(18, 115, 235, 0.1);
	height: 90px;
	width: 90px;
	line-height: 100px;
	color: #ff6600;
	border-radius: 5px;
	text-align: center;
}

.torch-red .default-services-area .item .info i {
	background: rgba(238, 40, 82, 0.07);
	color: #F66200;
}

.default-services-area .item .info p {
	margin: 0;
}

.default-services-area .services-items {
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
}

.thumbs-services-area .single-item {
	margin-bottom: 30px;
}

.thumbs-services-area .item img {
	border-radius: 7px;
	margin-bottom: 30px;
}

.thumbs-services-area .item {
	position: relative;
	z-index: 1;
	margin: 0 15px;
}

.thumbs-services-area .item::after {
	position: absolute;
	left: -15px;
	top: 80px;
	right: -15px;
	background: #24282b;
	content: "";
	bottom: 0;
	z-index: -1;
	border-radius: 7px;
}

.thumbs-services-area .item .info {
	padding: 30px;
	padding-top: 0;
}

.thumbs-services-area .item .info p {
	color: #cccccc;
}

.thumbs-services-area .item .info > a {
	text-transform: uppercase;
	font-size: 13px;
	color: #cccccc;
	display: inline-block;
	margin-top: 15px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	padding: 8px 25px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-weight: 600;
}

.thumbs-services-area .item .info > a i {
	margin-left: 3px;
	position: relative;
	top: 1px;
}

.thumbs-services-area .item:hover .info > a {
	color: #ffffff;
	border: 2px solid #ff6600;
}

.thumbs-services-area .item .info > a::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.thumbs-services-area .item:hover .info > a::after {
	width: 100%;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots {
	margin-top: 40px;
	margin-bottom: -8px;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 10px;
	width: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ff6600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
	font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
	margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
	margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
	font-weight: 800;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #ff6600;
}

.services-details-items .services-sidebar .services-list a {
	display: block;
	padding: 18px 25px;
	background: rgba(237,245,255,1);
	margin-top: 15px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	overflow: hidden;
	border-radius: 5px;
}

.services-details-items .services-sidebar .services-list a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	height: 13px;
	width: 13px;
	border: 3px solid #ff6600;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list .current-item a::after,
.services-details-items .services-sidebar .services-list a:hover::after {
	border-color: #ffffff;
}

.services-details-items .services-sidebar .services-list a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list li.current-item a::before {
	width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
	color: #ffffff;
}

.services-details-items .services-sidebar .services-list a:hover::before {
	width: 100%;
}

.services-details-items .services-sidebar {
	padding-left: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #232323;
	opacity: 0.7;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content {
	padding: 50px 30px;
	position: relative;
	z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #ff6600;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	text-align: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content p {
	color: #FFFFFFD1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	margin-top: 25px;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
	margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
	display: flex;
	align-items: center;
	margin-top: 15px;
	background: #ffffff;
	padding: 18px 25px;
	border-radius: 5px;
	border: 2px solid rgb(205 223 247);
}

.services-details-items .services-sidebar .single-widget.brochure a i {
	font-size: 30px;
	font-weight: 600;
	color: #ff6600;
	margin-right: 16px;
}

.services-details-items .services-sidebar .single-widget.brochure li:first-child a {
	margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover {
	color: #ff6600;
}

.services-details-items .services-single-content h2 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}

.services-details-area .features .col-lg-6 {
	display: flex;
}

.services-details-area .features i {
	display: inline-block;
	font-size: 50px;
	color: #ff6600;
	margin-right: 25px;
}

.services-details-area .features h4 {
	font-weight: 600;
}

.services-details-area .features p {
	margin: 0;
}

.services-details-area .features {
	margin: 20px 0;
}

.services-details-area .services-single-content ul {
	list-style: disc;
	margin-left: 20px;
}

.services-details-area .services-single-content ul li {
	line-height: 30px;
}

.fun-factor-area .fun-fact-items {
	position: relative;
	z-index: 1;
	padding: 120px 50px;
}

.fun-factor-area .fun-fact-items::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #ff6600;
	z-index: -1;
}

.business-groth-area .info {
	padding-right: 35px;
	position: relative;
	z-index: 1;
}

.business-groth-area .info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #ff6600;
	margin-top: -5px;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.business-groth-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.business-groth-area .info::after {
	position: absolute;
	content: "";
	background: url(assets/img/shape/14.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -200px;
	top: -200px;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.1;
}

.business-groth-area .info a {
	margin-top: 20px;
}

.choose-us-area {
	position: relative;
	z-index: 1;
}

.choose-us-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
	z-index: -1;
}

.choose-us-area .item-box {
	padding-left: 15px;
	margin-right: 15px;
}

.choose-us-area .item-box .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.choose-us-area .info {
	padding-top: 240px;
	padding-left: 50px;
}

.choose-us-area .thumb {
	position: relative;
	z-index: 1;
}

.choose-us-area .thumb .transform-text {
	position: absolute;
	left: -260px;
	bottom: 50%;
	transform: rotate(-90deg);
	margin-bottom: -22%;
}

.choose-us-area .thumb .transform-text h2 {
	margin: 0;
	font-size: 200px;
	font-weight: 900;
	opacity: 0.2;
	color: #ff6600;
}

.torch-red .choose-us-area .thumb .transform-text h2 {
	color: #F66200;
}

.choose-us-area .info .award {
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #232323;
	margin-top: 30px;
}

.choose-us-area .info .award i {
	display: inline-block;
	font-size: 70px;
	margin-right: 30px;
	border-right: 1px solid #dddddd;
	padding-right: 25px;
	background: linear-gradient(to right, #ff6600, #C65911, #ff6600);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info .award i {
	color: #F66200;
	-webkit-background-clip: inherit;
	-moz-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

.choose-us-area .info .award span {
	line-height: 30px;
}

.choose-us-area .info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #ff6600;
	display: inline-block;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.torch-red .choose-us-area .info h4 {
	color: #F66200;
	background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.choose-us-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.partner-area .item-box {
	padding: 120px 0;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}

.partner-area .item-box img {
	width: auto;
	margin: auto;
}

.partner-area .item-box::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #ff6600;
	z-index: -1;
}

.torch-red .partner-area .item-box::after {
	background: #1b1b1b;
}

.torch-red .partner-area .item-box.red::after {
	background: #F66200;
}

.partner-area .item-box::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500px;
	background: url(assets/img/shape/4.png);
	opacity: 0.2;
}

.partner-area {
	position: relative;
	z-index: 1;
}

.partner-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,245,222,1) 100%);
	z-index: -1;
}

.partner-area.bg-gray::after {
	background: #ffffff;
}

.partner-area.shadow-less::after {
	display: none;
}

.partner-area.shape-less::after {
	display: none;
}

.partner-area .info {
	padding-right: 50px;
}

.partner-area .info h2 {
	font-weight: 600;
	margin-top: -8px;
}

.partner-area .info p {
	margin-bottom: -5px;
}

.team-area .fixed-shape {
	position: absolute;
	left: 0;
	top: 120px;
	height: 100%;
	width: 100%;
}

.team-area .fixed-shape img {
	width: 100%;
}

.team-area .team-items {
	position: relative;
	z-index: 1;
}

.team-area .team-items::after {
	position: absolute;
	left: -80px;
	top: -80px;
	content: "";
	height: 150px;
	width: 150px;
	background: url(assets/img/shape/3.png);
	z-index: -1;
}

.team-area::after {
	position: absolute;
	right: -150px;
	bottom: -120px;
	content: "";
	height: 600px;
	width: 600px;
	border: 100px solid #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.team-area {
	position: relative;
	z-index: 1;
}

.team-area .single-item {
	margin-bottom: 30px;
}

.team-area .item {
	position: relative;
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-bottom: 3px solid #ff6600;
	border-radius: 8px;
}

.torch-red .team-area .team-items .thumb {
	border-bottom: 3px solid #F66200;
}

.team-area .team-items .thumb .share {
	position: absolute;
	right: 30px;
	bottom: 0;
	display: inline-block;
	padding: 17px;
	padding-bottom: 10px;
	background: #ff6600;
	border-radius: 30px 30px 0 0;
	color: #ffffff;
	transition: all 0.35s ease-in-out;
}

.torch-red .team-area .team-items .thumb .share {
	background: #F66200;
}

.team-area .team-items .item:hover .thumb .share {
	transform: translateY(60px);
}

.team-area .item .info {
	padding: 30px;
	padding-bottom: 0;
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-area .team-items .thumb img {
	transition: all 0.35s ease-in-out;
}

.team-area .team-items .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.team-area .item .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
}

.team-area .item .info span {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: -10px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.share-button i {
	transition: .3s ease;
}

.team-area .team-items .item .share-icon {
	opacity: 0;
}

.team-area .team-items .item:hover .share-icon {
	opacity: 1;
}

.team-area .team-items .item:hover .share-icon:first-child {
	transform: translateY(-30px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(2) {
	transform: translateY(-85px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(3) {
	transform: translateY(-140px) rotate(0);
}

.team-area .team-items .item:hover .share-icon:nth-child(4) {
	transform: translateY(-195px) rotate(0);
}

.share-icon {
	position: absolute;
	bottom: 0;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transform: translateX(0) rotate(180deg);
	cursor: pointer;
	transition: .3s ease-in-out;
}

.team-area .team-items .social a {
	color: #ffffff;
}

.team-area .team-items .social a.facebook {
	background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .social a.twitter {
	background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .social a.pinterest {
	background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .social a.g-plus {
	background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .social a.linkedin {
	background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .social a.instagram {
	background: #3f729b none repeat scroll 0 0;
}

.team-single-area .team-content-top {
	background: #ffffff;
	padding: 40px;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.team-single-area .team-content-top .right-info {
	padding-left: 35px;
	padding-right: 50px;
}

.team-single-area .team-content-top .right-info h2 {
	font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
	display: block;
	text-transform: uppercase;
	color: #ff6600;
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .right-info ul {
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
	padding-top: 17px;
}

.team-single-area .right-info ul li {
	margin-top: 10px;
	color: #232323;
}

.team-single-area .right-info ul li a {
	font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
	color: #ff6600;
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 25px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
}

.team-single-area .right-info .social .share-link > i {
	display: inline-block;
	height: 45px;
	background: #ffffff;
	box-shadow: 0 0 10px #cccccc;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: #ff6600;
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
}

.team-single-area .bottom-info {
	margin-top: 80px;
}

.team-single-area .bottom-info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
	margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
	padding-left: 35px;
}

.testimonials-area .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80%;
	width: 50%;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.testimonials-area .testimonial-items {
	position: relative;
	z-index: 1;
}

.testimonials-area .testimonial-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 60%;
	z-index: -1;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 96%) repeat scroll 0 0;
	border-radius: 10px;
}

.testimonials-area .item {
	padding: 120px 50px;
	position: relative;
	z-index: 1;
}

.testimonials-area .item::after {
	position: absolute;
	left: 50px;
	top: 10px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	font-size: 80px;
	opacity: 0.07;
	z-index: -1;
}

.testimonials-area .item .provider {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.testimonials-area .item .provider img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.testimonials-area .item .provider h4 {
	margin-bottom: 5px;
	font-weight: 600;
}

.testimonials-area .row > .info h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #ff6600;
}

.torch-red .testimonials-area .row > .info h4 {
	color: #F66200;
}

.testimonials-area .row > .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.testimonials-area .row > .info p {
	margin: 0;
}

.testimonials-area .item .provider span {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #ff6600;
}

.torch-red .testimonials-area .item .provider span {
	color: #F66200;
}

.testimonials-area .row > .info {
	padding-left: 50px;
	border-left: 1px solid #c7c7c7;
}

.testimonials-area .testimonials-carousel .owl-nav {
	position: absolute;
	right: 30px;
	bottom: 135px;
}

.testimonials-area .testimonials-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonials-carousel .owl-nav .owl-next {
	background: transparent;
	color: #232323;
	font-size: 25px;
	margin: 0;
}

.expertise-area {
	position: relative;
	z-index: 1;
}

.expertise-area .item-heading {
	margin-bottom: 60px;
}

.expertise-area .info {
	padding-right: 35px;
}

.expertise-area .info h4 {
	text-transform: uppercase;
	color: #ff6600;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.torch-red .expertise-area .info h4 {
	color: #F66200;
	background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.expertise-area .info h2 {
	font-weight: 600;
	margin-bottom: 0;
}

.skill-items .progress-box {
	margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
	margin-bottom: 0;
}

.skill-items .progress-box h5 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.skill-items .progress-box h5 span {
	position: absolute;
	font-size: 50px;
	line-height: 1;
	top: -21px;
	left: 0;
	z-index: -1;
	opacity: 0.05;
	font-weight: 900;
}

.skill-items .skill-items {
	margin-top: 40px;
}

.skill-items .progress-box .progress {
	background: transparent;
	border-bottom: 2px solid #e7e7e7;
	box-shadow: inherit;
	border-radius: inherit;
	overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
	height: 6px;
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	top: 12px;
	position: relative;
	overflow: inherit;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
	background: #F66200;
}

.skill-items .progress-box .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -40px;
	display: block;
	font-size: 15px;
	color: #232323;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.torch-red .skill-items .progress-box .progress .progress-bar span {
	top: -50px;
}

.torch-red .skill-items .progress-box .progress .progress-bar {
	position: relative;
	z-index: 1;
}

.torch-red .skill-items .progress-box .progress .progress-bar::after {
	position: absolute;
	right: 13px;
	top: -28px;
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	color: #F66200;
	font-size: 20px;
}

.expertise-area .expertise-content .item {
	padding: 50px;
	padding-top: 450px;
	position: relative;
	z-index: 1;
}

.expertise-area .expertise-content .single-item {
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	z-index: 1;
}

.expertise-area .expertise-content .single-item:last-child {
	border: none;
}

.expertise-content {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0 15px;
	border-radius: 8px;
}

.expertise-content .fixed-shape {
	position: absolute;
	left: -180px;
	bottom: -120px;
	height: 350px;
	width: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.expertise-area .expertise-content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 0 0 8px 8px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
}

.expertise-content h4 {
	font-weight: 600;
}

.expertise-content p {
	margin: 0;
}

.expertise-content .content i {
	display: inline-block;
	font-size: 35px;
	margin-bottom: 25px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	border-radius: 50%;
	color: #ff6600;
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.expertise-area .expertise-content .content {
	position: absolute;
	transition: all 0.35s ease-in-out;
	transform: translateY(5px);
	left: 50px;
	right: 50px;
	bottom: 50px;
}

.expertise-area .expertise-content .item:hover .content {
	transform: translateY(-90px);
}

.expertise-content a {
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	z-index: 1;
	bottom: 65px;
	position: absolute;
	opacity: 0;
	transform: translateX(-30px);
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #ffffff !important;
	font-size: 14px;
	color: #232323;
	padding: 12px 35px;
}

.expertise-area .expertise-content .item:hover a {
	opacity: 1;
	transform: translateX(0);
}

.expertise-area .expertise-content .item a:hover {
	background: rgba(255, 255, 255, 1);
}

.faq-content-area .faq-content {
	margin-top: -25px;
}

.faq-content-area .thumb {
	padding-left: 35px;
}

.faq-content-area .accordion .card-header h4:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	position: absolute;
	right: 0;
	left: auto;
	top: 22px;
	font-weight: 600;
}

.faq-content-area .accordion .card-header h4.collapsed:after {
	content: "\f067";
	font-weight: 600;
	font-size: 14px;
	color: #232323;
}

.faq-content-area .faq-content .card {
	border: none;
	overflow: inherit;
	background: #ffffff;
	border-radius: inherit;
	border-bottom: 1px solid #e7e7e7;
}

.faq-content-area .faq-content .card:last-child {
	margin-bottom: 0;
}

.faq-content-area .faq-content .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}

.faq-content-area .faq-content .card .card-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 25px;
	padding-right: 50px;
	padding-left: 0;
	cursor: pointer;
}

.faq-content-area .faq-content .card .card-body {
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-right: 50px;
}

.faq-content-area .ask-question a {
	color: #ff6600;
	text-decoration: underline;
}

.faq-area .faq-items .fixed-thumb {
	position: absolute;
	left: -195px;
	bottom: 0;
	width: 350px;
}

.faq-area .faq-items {
	position: relative;
	z-index: 1;
	padding-left: 50px;
}

.faq-area .faq-items .faq-content {
	padding: 120px 0;
	z-index: 9;
}

.faq-area .faq-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #ff6600;
	z-index: -1;
}

.faq-area .faq-items .icon i {
	position: absolute;
	right: -170px;
	top: 50%;
	font-size: 300px;
	opacity: 0.1;
	transform: translateY(-50%);
}

.faq-area {
	position: relative;
	z-index: 1;
}

.faq-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
	z-index: -1;
}

.faq-area .faq-content h2 {
	font-weight: 600;
	margin-top: -8px;
	margin-bottom: 30px;
}

.accordion .card-header h4:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: 600;
	background: #ffffff;
	color: #ff6600;
	font-size: 12px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.accordion .card-header h4.collapsed:after {
	content: "\f067";
	font-weight: 600;
}

.faq-area .faq-content .card {
	border: none;
	margin-bottom: 30px;
	overflow: inherit;
	background: transparent;
	border-radius: 5px;
	padding: 0;
}

.faq-area .faq-content .card:last-child {
	margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
	margin: 0;
	font-weight: 500;
	padding: 0;
	padding-left: 45px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.faq-area .faq-content .card .card-body {
	padding-left: 30px;
	padding: 0;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
	margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ff6600;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

.gallery-area {
	position: relative;
	z-index: inherit;
}

.gallery-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.03;
}

.gallery-area #portfolio-grid {
	margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
	float: left;
	padding: 15px;
	width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
	float: left;
	padding: 15px;
	width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
	float: left;
	padding: 15px;
	width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
	float: left;
	padding: 15px;
	width: 16.6666%;
}

.gallery-area .gallery-items .pf-item.wide {
	width: 66.6667%;
}

.gallery-area .pf-item .item {
	position: relative;
	overflow: hidden;
}

.gallery-area .pf-item .item .content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	bottom: 0;
	opacity: 0;
}

.gallery-area .pf-item .item .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 80%;
	background: #000000;
	z-index: -1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.gallery-area .pf-item .item:hover .content::after {
	width: 100%;
	opacity: 0.6;
}

.gallery-area .pf-item .item .content .info {
	transition: all 0.35s ease-in-out;
	transform: translateX(80px);
}

.gallery-area .pf-item .item:hover .content .info {
	transform: translateX(0);
}

.gallery-area .pf-item .item .content .button a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 44px;
	background: #ff6600;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	transform: translateY(-30px);
}

.torch-red .gallery-area .pf-item .item .content .button a {
	background: #F66200;
	color: #ffffff;
}

.gallery-area .pf-item .item:hover .content .button a {
	transform: translateY(0);
}

.gallery-area .pf-item .item .content a i {
	position: relative;
	top: 5px;
}

.gallery-area .pf-item .item .content h4 {
	font-weight: 600;
	margin-bottom: 7px;
	color: #ffffff;
}

.gallery-area .pf-item .item .content h4 a {
	color: #ffffff;
}

.gallery-area .pf-item .item .content span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #cccccc;
}

.gallery-area .pf-item .item:hover .content {
	bottom: 0;
	opacity: 1;
}

.projects-area {
	position: relative;
	z-index: inherit;
}

.projects-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.03;
}

.projects-area .single-item .thumb img {
	max-width: 120%;
}

.projects-area .single-item .content {
	background: #ffffff;
	padding: 80px;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	position: relative;
	z-index: 1;
}

.projects-area .single-item .content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 150px;
	background: url(assets/img/shape/1.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.projects-area .single-item span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.projects-area .single-item h2,
.projects-area .single-item h3,
.projects-area .single-item h4 {
	font-weight: 600;
	margin-bottom: 30px;
}

.projects-area .single-item a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #ff6600;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}

.torch-red .projects-area .single-item a {
	background: #F66200;
}

.projects-area .single-item a i {
	font-size: 25px;
	position: relative;
	top: 8px;
}

.projects-area .single-item .thumb {
	background-size: cover;
	background-position: center;
	max-width: 120%;
	width: 120%;
}

.projects-area .single-item .info {
	padding-left: 0;
	position: relative;
}

.projects-area .owl-item,
.projects-area .owl-item:not(.center) {
	opacity: 0.4;
}

.projects-area .owl-item.active.center {
	opacity: 1;
}

.projects-area .projects-carousel .owl-nav {
	margin: 0;
}

.projects-area .projects-carousel .owl-nav .owl-prev, 
.projects-area .projects-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #232323;
	font-size: 30px;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev, 
.projects-area .projects-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.projects-area .projects-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.projects-area .projects-carousel:hover .owl-nav .owl-prev {
	left: 50px;
}

.projects-area .projects-carousel:hover .owl-nav .owl-next {
	right: 50px;
}


.project-details-area .top-info {
	position: relative;
	margin-top: 50px;
}

.project-details-area .top-info .left-info {
	padding-right: 35px;
}

.project-details-area .top-info p:last-child {
	margin-bottom: 0;
}

.project-details-area .project-info {
	background: rgba(237,245,255,1);
	padding: 40px;
	border-bottom: 2px solid #ff6600;
}

.project-details-area .project-info h2,
.project-details-area .project-info h3,
.project-details-area .project-info h4,
.project-details-area .project-info h5 {
	font-weight: 600;
	margin-bottom: 25px;
}

.project-details-area .project-info > ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #232323;
}

.project-details-area .project-info > ul li i {
	display: inline-block;
	margin-right: 14px;
	color: #086AD8;
	font-size: 16px;
}

.project-details-area .project-info > ul {
	display: inline-block;
	grid-template-columns: repeat(2,1fr);
	display: grid;
	grid-gap: 30px 30px;
}

.project-details-area .project-info > ul li span {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	display: block;
	margin-top: 2px;
	color: #666666;
}

.project-details-area .project-info .share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #bbbbbb;
	margin-top: 20px;
	padding-top: 20px;
}

.project-details-area .project-info .share ul li {
	display: inline-block;
	margin-right: 8px;
}

.project-details-area .project-info .share ul li a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.project-details-area .project-info .share ul li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}

.project-details-area .project-info .share ul li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}

.project-details-area .project-info .share h4 {
	margin: 0;
	padding-right: 50px;
}

.project-details-area .main-content {
	margin-top: 50px;
}

.project-details-area .main-content h2,
.project-details-area .main-content h3,
.project-details-area .main-content h4,
.project-details-area .main-content h5 {
	font-weight: 600;
	margin-bottom: 25px;
}

.project-details-area .main-content .row img {
	margin-top: 30px;
}

.project-details-area .top-info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}

.terms-policy-area h1,
.terms-policy-area h2,
.terms-policy-area h3,
.terms-policy-area h4,
.terms-policy-area h5,
.terms-policy-area h6 {
	font-weight: 600;
}

.terms-policy-area p {
	margin-bottom: 20px;
}

.terms-policy-area p:last-child {
	margin-bottom: 0;
}

.terms-policy-area i {
	position: fixed;
	top: 50%;
	right: 50px;
	font-size: 200px;
	z-index: -1;
	opacity: 0.05;
	margin-top: -50px;
}

.terms-policy-area i.fa-copy {
	font-weight: 500;
}

.terms-policy-area ul li {
	display: flex;
	margin-top: 20px;
}

.terms-policy-area ul li span {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #ff6600;
	color: #ffffff;
	font-weight: 600;
	min-width: 30px;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 12px;
}

.terms-policy-area ul li:first-child {
	margin: 0;
}

.terms-policy-area ul {
	margin: 25px 0;
}

.earna-career ul.job-list {
	text-align: center;
	margin-bottom: 50px;
}

.earna-career ul.job-list li {
	display: inline-block;
	margin: 0 30px;
	text-align: center;
}

.earna-career ul.job-list li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.earna-career ul.job-list li .counter {
	position: relative;
}

.earna-career ul.job-list li .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 600;
	color: #232323;
	line-height: 1;
	margin-bottom: 5px;
}

.earna-career ul.job-list li .counter .operator {
	font-size: 30px;
	margin-left: 2px;
}

.earna-career ul.job-list li .medium {
	font-weight: 500;
	color: #666666;
	font-size: 14px;
}

.earna-career .job-lists .item {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	padding: 50px;
	border-radius: 7px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}

.earna-career .job-lists .item:last-child {
	margin-bottom: 0;
}

.earna-career .job-lists .item .info {
	padding-right: 30px;
}

.earna-career .job-lists .item .info h4 {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 24px;
	margin-right: 50px;
}

.earna-career .job-lists .item .info h4 span {
	background: rgba(18, 115, 235, 0.2);
	color: rgba(18, 115, 235, 1);
	font-weight: 500;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	top: -18px;
}

.earna-career .job-lists .item .info h4 span::after {
	position: absolute;
	left: 5px;
	bottom: -8px;
	content: "";
	border-left: 2px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(18, 115, 235, 0.2);
}

.earna-career .job-lists .item .info .top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.earna-career .job-lists .item .info .top i {
	display: inline-block;
	font-size: 40px;
	margin-right: 9px;
	color: #ff6600;
}

.earna-career .job-lists .item .info .top i.fa-wordpress {
	font-weight: 500;
}

.earna-career .job-lists .item .info ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.earna-career .job-lists .item .info ul li::after {
	position: absolute;
	right: -15px;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: #666666;
	border-radius: 50%;
	margin-top: -2px;
}

.earna-career .job-lists .item .info ul li:last-child::after {
	display: none;
}

.blog-area .blog-items .single-item {
	margin-bottom: 30px;
}

.blog-area .blog-items .item {
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.blog-area .blog-items .item .thumb img {border-radius: 3px;}


.blog-area .blog-items .info {
	padding-top: 40px !important;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
	font-weight: 600;
	line-height: 1.4;
}

.blog-area .blog-items .info h2 a,
.blog-area .blog-items .info h3 a,
.blog-area .blog-items .info h4 a,
.blog-area .blog-items .info h5 a {
	font-weight: 600;
}

.blog-area .blog-items .info {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.blog-area .blog-items .info > a {
	margin-top: 8px;
}

.blog-area .blog-items .thumb {
	position: relative;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px 8px 0 0;
}

.blog-area .blog-items .thumb .date {
	background: #ffffff;
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: #232323;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	font-family: 'Poppins', sans-serif;
}

.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
	color: #ff6600;
}

.torch-red .blog-area .blog-items h2 a:hover,
.torch-red .blog-area .blog-items h3 a:hover,
.torch-red .blog-area .blog-items h4 a:hover,
.torch-red .blog-area .blog-items h5 a:hover,
.torch-red .blog-area .blog-items .meta a:hover {
	color: #F66200;
}

.blog-area .meta {
	display: block;
	margin-bottom: 15px;
}

.blog-area .meta ul li {
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
}

.blog-area .meta ul li img {
	height: 35px;
	width: 35px !important;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-area .meta ul li:last-child {
	padding-right: 0;
}

.blog-area .meta ul {
	display: flex;
	align-items: center;
}

.blog-area .meta ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}

.blog-area .meta ul li:last-child::after {
	display: none;
}

.blog-area .meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}

.blog-area .meta ul li:first-child a {
	color: #1272eb;
}

.torch-red .blog-area .meta ul li:first-child a {
	color: #F66200;
}

.blog-area .meta ul li a:hover {
	color: #ff6600;
}

.torch-red .blog-area .meta ul li a:hover {
	color: #F66200;
}

.blog-area .info p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-area .meta ul li img {
		display: none;
	}
}

/* Pagination */
.pagi-area .pagination {
	text-align: center;
	display: block;
	margin-top: 30px;
}

.pagi-area .pagination li.page-item {
	float: none;
	display: inline-block;
}

.pagi-area .pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	margin-top: 5px;
	color: #232323;
	font-weight: 800;
}

.pagi-area .pagination li.active a {
	background: #ff6600;
	border-color: #ff6600;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
	float: right;
}

.blog-area.left-sidebar .sidebar {
	padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
	padding-left: 35px;
}

.blog-area .sidebar .title {
	display: block;
}

.blog-area .sidebar .title h4 {
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #ff6600;
}

.blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px;
}

.blog-area .sidebar form {
	position: relative;
}

.blog-area .sidebar button[type="submit"] {
	background: transparent;
	border: medium none;
	color: #232323;
	font-weight: 600;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: inherit;
	font-size: 18px;
	border-left: 1px solid #e7e7e7 !important;
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #ff6600 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
	display: flex;
	text-transform: capitalize;
	font-weight: 600;
	color: #666666;
	align-items: center;
	justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #ff6600;
}

.blog-area .sidebar .sidebar-item.category li a span {
	font-size: 12px;
	margin-left: 5px;
	background: #f1f1f1;
	min-width: 40px;
	padding: 3px;
	text-align: center;
	color: #232323;
	border-radius: 30px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-item.recent-post li a {
	color: #232323;
	display: block;
	font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block;
}

.sidebar-item.recent-post .meta-title {
	margin-bottom: 8px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 600;
}

.sidebar-item.recent-post li a:hover {
	color: #ff6600;
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}

.sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-item.recent-post .meta-title a {
	color: #999999;
}

.sidebar-item.recent-post li {
	color: #cdd0d3;
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.sidebar-item.recent-post li:last-child {
	margin: 0;
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding: 0;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}

.sidebar-item.recent-post .thumb img {
	width: 100%;
	border-radius: inherit;
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
	padding-top: 0 !important;
}

.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
}

.blog-area .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden;
}

.sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%;
}

.sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%;
}

.sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.sidebar-item.archives ul li:last-child {
	margin-bottom: 0;
}

.sidebar-item.archives ul li a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 25px;
	font-size: 14px;
	color: #666666;
}

.sidebar-item.archives ul li a::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "\f07b";
	font-family: "Font Awesome 5 Pro";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 600;
}

.sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden;
}

.sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
	background: #002359 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
	color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
	margin-top: -8px;
}

.sidebar-item.tags ul li {
	display: inline-block;
}

.sidebar-item.tags ul li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	font-size: 13px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
	color: #ff6600;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ff6600;
	z-index: -1;
	opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
	color: #ffffff;
	font-weight: 600;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
	color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
	display: inline-block;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.7);
	padding: 10px 25px;
	margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
	margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
	background: #ff6600 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
	font-weight: 600;
}

.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.blog-area .blog-items .info > ul li {
	margin-bottom: 5px;
	color: #232323;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	display: block;
}

.blog-area .blog-items .info > ul {
	margin-bottom: 25px;
	margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	height: 5px;
	width: 5px;
	background: #333333;
	border-radius: 50%;
}

.blog-area.single .item {
	margin-bottom: 0;
}

.blog-area .item blockquote {
	position: relative;
	z-index: 1;
	border: none;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 85px;
	color: #232323;
	font-weight: 600;
	line-height: 32px;
	background: #ecf6fa;
	padding: 50px;
	font-family: 'Poppins', sans-serif;
}

.blog-area .item blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-weight: 600;
	font-style: normal;
}

.blog-area .item blockquote::before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "";
	height: 90%;
	width: 3px;
	background: #ff6600;
}

.blog-area .item blockquote::after {
	position: absolute;
	right: 50px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	color: #666666;
	bottom: 50px;
	font-weight: 600;
	opacity: 0.1;
	font-size: 80px;
}

.blog-area .item blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	padding-bottom: 6px;
}

.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px;
}

.blog-area .blog-content .share li a {
	display: inline-block;
	color: #ff6600;
}

.blog-area .blog-content .share li.facebook a {
	color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
	color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
	color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
	color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
	color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 14px;
	margin-right: 3px;
	margin-bottom: 5px;
	display: inline-block;
}

.blog-area.single .post-pagi-area {
	margin-top: 50px;
	overflow: hidden;
}

.blog-area.single .post-pagi-area a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #999999;
	border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
	margin: 0;
	margin-top: 5px;
	font-weight: 600;
	transition: all 0.35s ease-in-out;
	font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
	color: #ff6600;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
	color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
	float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
	display: block;
	margin: 0;
}

.blog-area .contact-comments .submit {
	margin-bottom: 0;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
 /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Comments */

.blog-area .comments-form {
	margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
	margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
	margin-bottom: 0;
}

.comments-list .commen-item .avatar {
	height: 120px;
	width: 120px;
	min-width: 120px;
}

.comments-list .commen-item .content {
	position: relative;
}

.comments-list .commen-item .avatar img {
	height: 90px;
	width: 90px;
	border-radius: 5px;
}

.comments-list .commen-item {
	margin-top: 30px;
	display: flex;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}

.comments-list .commen-item:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

.comments-list .commen-item:last-child {
	margin-bottom: 0;
}

.comments-list .commen-item.reply {
	margin-left: 80px;
}

.comments-area {
	margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
	font-size: 14px;
	background: #0a1015;
	color: #ffffff;
	display: inline-block;
	padding: 8px;
	font-weight: 600;
}

.comments-list .commen-item .content .reply a:hover {
	background: #ff6600;
}

.comments-list .commen-item .content .reply i {
	font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
	margin-bottom: 0;
}

.comments-list .commen-item .content .title {
	align-items: center;
	margin-bottom: 15px;
	font-weight: 600;
}

.comments-list .commen-item .content .title span {
	font-weight: 400;
	color: #ff6600;
	display: block;
	margin-top: 0;
	font-size: 13px;
}

.comments-list .commen-item .content .title span i {
	font-weight: 600;
	margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
	font-weight: 600;
	margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
	margin-left: 10px;
}

.comments-info a {
	border: 1px solid #e7e7e7;
	color: #002359;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 1px 20px;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 30px;
}

.comments-info a:hover {
	color: #ff6600;
}

.comments-info a i {
	margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
	border: none;
	box-shadow: inherit;
	padding: 15px;
	background: #ecf6fa;
	font-size: 14px;
}

.comments-form textarea {
	min-height: 180px;
	padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}

.comments-form button,
.comments-form button:focus {
	background: transparent;
	margin-top: 15px;
	border: 2px solid #ff6600;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #ffffff;
	transition: all 0.35s ease-in-out;
	padding: 14px 40px;
	font-size: 15px;
	border-radius: 30px;
	font-weight: 600;
}

.comments-form button::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.comments-form button:hover::after {
	width: 0;
}

.comments-form button:hover {
	color: #232323;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.blog-area .contact-comments .comments {
	margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px;
}


/* Pagination */

.pagination li {
	display: inline-block;
	margin-top: 7px;
}

ul.pagination {
	display: block;
	margin-top: 30px;
}

.pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	color: #ff6600;
	font-weight: 800;
}

.pagination li.page-item.active a {
	background: #ff6600;
	border-color: #ff6600;
}

/* ============================================================== 
     # Contact Area  
=================================================================== */

.contact-area.extra-margin {
	margin: 120px 0;
}

.contact-area {
	position: relative;
	z-index: 1;
}

.contact-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 120px;
	background: #ffffff;
	z-index: -1;
}

.contact-area::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 120px;
	background: #ffffff;
	z-index: -1;
}

.contact-area .info .content {
	padding: 50px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	padding-left: 80px;
	padding-top: 80px;
}

.contact-area .info .content::after {
	position: absolute;
	right: -30px;
	top: 30px;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.contact-area .info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-area .info ul {
	display: block;
	margin-top: 35px;
}

.contact-area .info ul li {
	display: flex;
	margin-top: 30px;
}

.contact-area .info ul li:first-child {
	margin-top: 0;
}

.contact-area .info ul li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	min-width: 60px;
	line-height: 60px;
	background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(4, 215, 242, 1) 100%);
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 20px;
}

.contact-area .info ul li p {
	margin: 0;
}

.contact-area .form-box input, 
.contact-area .form-box textarea {
	padding: 20px;
	padding-left: 0;
	border: none;
	box-shadow: inherit;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	border-radius: inherit;
}

.contact-area .form-box input::-webkit-input-placeholder,
.contact-area .form-box textarea::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #ffffff;
}

.contact-area .form-box input::-moz-placeholder,
.contact-area .form-box textarea::-moz-placeholder {
 /* Firefox 19+ */
	color: #ffffff;
}

.contact-area .form-box input:-ms-input-placeholder,
.contact-area .form-box textarea:-ms-input-placeholder {
 /* IE 10+ */
	color: #ffffff;
}

.contact-area .form-box input:-moz-placeholder,
.contact-area .form-box textarea:-moz-placeholder {
 /* Firefox 18- */
	color: #ffffff;
}

.contact-area .form-box textarea {
	min-height: 180px;
}

.contact-area .form-box button {
	display: inline-block;
	padding: 15px 42px;
	border-radius: 5px;
	background: #ffffff;
	font-weight: 600;
	color: #ff6600;
}

.contact-area .form-box button i {
	margin-left: 3px;
}

.contact-area .form-box img.loader {
	margin-left: 10px;
}


/* Google Maps */

.google-maps iframe {
	border: medium none;
	height: 550px;
	margin-bottom: -10px;
	width: 100%;
}

.maps-area {
	overflow: hidden;
}


.contact-us-area .info h2 {
	font-weight: 600;
}

.contact-us-area .info ul li {
	display: flex;
	margin-top: 30px;
}

.contact-us-area .info ul li:first-child {
	margin-top: 0;
}

.contact-us-area .info ul li p {
	margin: 0;
}

.contact-us-area .info ul li i {
	display: inline-block;
	font-size: 30px;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background: rgba(18, 115, 235, 0.1);
	color: rgba(18, 115, 235, 1);
	border-radius: 8px;
	margin-right: 20px;
}

.contact-us-area .info ul {
	margin-top: 50px;
}

.contact-us-area .info ul li h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-us-area form {
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
	padding: 60px;
}

.contact-us-area form input, .contact-us-area form textarea {
	border: none;
	background: #f4f4f4;
	padding: 20px;
	font-size: 15px;
}

.contact-us-area form textarea {
	min-height: 180px;
}

.contact-us-area form button {
	padding: 15px 42px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	color: #ffffff;
}

.contact-us-area form button::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #ff6600,  #C65911, #ff6600);
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff !important;
	background-color: #ff6600;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.contact-us-area form button:hover::after, 
.contact-us-area form button:active {
	background-position: -70% 0;
	color: #ffffff;
}

form.white-popup-block {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	margin: auto;
	overflow: hidden;
	padding: 50px 30px;
	position: relative;
	width: 50%;
}

form.white-popup-block button.mfp-close {
	color: red;
}

form.white-popup-block li {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-left: 3px;
}

form.white-popup-block li a {
	background: #002147 none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 45px;
	line-height: 48px;
	text-align: center;
	width: 45px;
}

form.white-popup-block li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
	border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
	border-left: 1px solid;
}

form.white-popup-block h3, 
form.white-popup-block h4 {
	font-weight: 600;
	margin-bottom: 30px;
}

form.white-popup-block .login-social h3, 
form.white-popup-block .login-social h4 {
	margin-bottom: 20px;
}

form.white-popup-block .login-social {
	padding-right: 30px;
	text-align: center;
}

form.white-popup-block .login-social > i {
	display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	background: rgba(18, 115, 235, 0.1);
	color: rgba(18, 115, 235, 1);
	font-size: 36px;
	border-radius: 50%;
	margin-bottom: 30px;
}

form.white-popup-block .login-social > i.fa-user-plus {
	font-size: 30px;
	position: relative;
	padding-left: 6px;
}

form.white-popup-block .login-custom {
	border-left: 1px solid #e7e7e7;
	padding-left: 35px;
}

form.white-popup-block input {
	border: none;
	box-shadow: inherit;
	background: rgba(237,245,255,1);
	padding-left: 25px;
}

form.white-popup-block .lost-pass-link {
	float: right;
}

form.white-popup-block .lost-pass-link:hover {
	text-decoration: underline;
}

form.white-popup-block label {
	float: left;
}

form.white-popup-block label input {
	float: left;
	margin-right: 10px;
	min-height: 25px;
}

form.white-popup-block button[type="submit"] {
	background: #ff6600 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	padding: 12px 55px;
	text-transform: uppercase;
	border-radius: 30px;
}

form.white-popup-block .link-bottom {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-top: 15px;
	width: 100%;
}

form.white-popup-block .link-bottom a:hover {
	text-decoration: underline;
}

.login-area form.white-popup-block {
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	width: auto;
}

.login-area .form-group {
	width: 100%;
}

.error-page-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.error-page-area .error-box h1 {
	color: #666666;
	font-size: 300px;
	font-weight: 900;
	line-height: 215px;
	z-index: -1;
	margin-bottom: 30px;
}

.error-page-area h2 {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.error-page-area a {
	margin-top: 15px;
}

.error-box .search {
	margin-top: 30px;
	text-align: center;
}

.error-box .search form {
	margin: auto;
	position: relative;
	width: 400px;
}

.error-box .search .input-group {
	width: 100%;
}

.error-box .search form input {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	border-radius: 30px;
	min-height: 60px;
	padding: 25px;
}

.error-box .search form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	line-height: 60px;
	padding: 0 25px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

footer {
	position: relative;
	z-index: 1;
	border-top: 3px solid #ff6600;
}

footer::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: url(assets/img/map.svg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.3;
}

footer .widget-title, 
footer img {
	margin-bottom: 30px;
	font-weight: 600;
}

footer .f-items .f-item.about {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 40px;
	margin-right: 10px;
}

footer .f-items .f-item form {
	position: relative;
	margin-top: 30px;
}

footer .f-items .f-item form input {
	background: #24282b;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
 /* Firefox 19+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
 /* IE 10+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
 /* Firefox 18- */
	color: #adb5bd;
}

footer .f-items .f-item form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: transparent;
	color: #ff6600;
	font-size: 25px;
}

.torch-red footer .f-items .f-item form button {
	color: #F66200;
}

footer .f-items .f-item form button::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 30px;
	width: 1px;
	margin-top: -15px;
	opacity: 0.1;
	border-left: 1px solid #ffffff;
}

footer .f-items .f-item form button i {
	position: relative;
	top: 4px;
}

footer p {
	color: #a0a2a6 !important;
}

footer a {
	font-weight: 500;
}

footer .f-items .f-item.link li {
	margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
	margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
	color: #ffffff;
	margin-left: 10px;
}

footer .f-items .f-item.link li a {
	font-weight: 400;
	color: #a0a2a6;
}

footer .f-items .f-item.link li a i {
	font-size: 12px;
	margin-right: 3px;
}

footer .f-items .f-item .address li {
	display: flex;
	margin-bottom: 25px;
}

footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
	color: #a0a2a6;
}

footer .f-items .f-item .address li i {
	display: inline-block;
	margin-right: 20px;
	color: #ffffff;
	font-size: 24px;
	color: #ff6600;
	position: relative;
	top: 5px;
}

.torch-red footer .f-items .f-item .address li i {
	color: #F66200;
}

footer .f-items .f-item .address li:last-child {
	margin-bottom: -8px;
}

footer .f-items .f-item .address li strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

/* Footer Bottom */
footer .footer-bottom {
	overflow: hidden;
}

footer .footer-bottom p {
	margin-bottom: 0;
}

footer .footer-bottom li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
}

footer .footer-bottom li::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: -3px;
	opacity: 0.5;
}

footer .footer-bottom li:first-child::before {
	display: none;
}

footer .footer-bottom-box {
	padding: 30px 0;
	padding-right: 80px;
	position: relative;
	z-index: 1;
	font-size: 14px !important;
	line-height: 20px;
}

footer .footer-bottom-box::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #24282b;
	z-index: -1;
	opacity: 0.8;
	clip-path: polygon(0 0, 99% 0, 100% 100%, 10% 100%);
}

.earna-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.earna-preloader .animation-preloader {
	z-index: 1000;
}

.earna-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #ff6600;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}

.torch-red .earna-preloader .animation-preloader .spinner {
	border-top-color: #F66200;
}

.earna-preloader .animation-preloader .txt-loading {
	font: bold 5em "Poppins", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.earna-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.earna-preloader p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.earna-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.earna-preloader .loader .row {
	height: 100%;
}

.earna-preloader .loader .loader-section {
	padding: 0px;
}

.earna-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.earna-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.earna-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.earna-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {
	0%,
  75%,
  100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%,
  75%,
  100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
  50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.earna-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	.earna-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Poppins", sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.earna-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	.earna-preloader .animation-preloader .txt-loading {
		font: bold 2em "Poppins", sans-serif;
	}
}

.top-bar-style-two {
	background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	padding: 10px 30px;
}

.top-bar-style-two .info li i {
	font-weight: 100;
	color: #ffffff;
}

nav.navbar.bootsnav {
	background-color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
	-moz-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 20px 25px 0 rgb(0 0 0 / 4%);
	-o-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
}

.btn.btn-theme.effect {
	border: 2px solid #ff6600;
}

.btn.btn-theme.effect::after {
	background: #ff6600;
}

.btn.btn-theme.effect::before {
	background: #F66200;
}

.btn.btn-theme.effect:hover {
	border: 2px solid #F66200;
}

.banner-style-six .content h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 25px;
}

.banner-style-six .content a {
	margin-top: 15px;
}

.banner-style-six .content p {
	color: #232323;
	font-weight: 400;
}

.banner-style-six .carousel-control i {
	font-weight: 100;
	font-size: 30px;
	position: relative;
	top: 5px;
	color: #232323;
}

.banner-style-six .content h2 strong {
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.banner-style-six .content h2 strong::after {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 12px;
	content: "";
	height: 7px;
	background: #F66200;
	z-index: -1;
}

.banner-style-six .content h2 strong::before {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	content: "";
	height: 3px;
	background: #F66200;
	z-index: -1;
	transform: rotate(-1deg);
}

.banner-area .fixed-shape img {
	height: 100%;
	width: auto;
	float: right;
}

.banner-area.banner-style-six .fixed-shape {
	bottom: -100px;
	top: auto;
}

.banner-area.banner-style-six.auto-height .content {
	padding-top: 200px;
	padding-bottom: 200px;
}

.navbar .attr-nav .call i.fa-user-headset {
	font-weight: 100;
	-webkit-text-fill-color: #232323;
}

.about-service-list {
	background-color: #F66200;
	padding: 50px;
	background: linear-gradient(30deg, #ff6600 5%, #F66200 90%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 60%;
}

.about-style-six.d-flex {
	position: relative;
}

.about-style-six .thumb {
	max-width: 120%;
	margin-left: -20%;
	border-right: 5px solid #ffffff;
}

.about-service-list li {
	margin-top: 30px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	padding-top: 30px;
}

.about-service-list li i {
	display: inline-block;
	font-size: 50px;
	font-weight: 100;
	margin-right: 30px;
}

.about-service-list li p {
	margin: 0;
	opacity: 0.9;
}

.about-service-list li:first-child {
	margin-top: 0;
	padding: 0;
	border: none;
}

.about-service-list li h4 {
	font-weight: 600;
}

.about-service-list img {
	width: 60px;
	min-width: 80px;
	margin-bottom: 30px;
}

.shape-inner {
	position: absolute;
	z-index: -1;
	right: -65px;
	top: -80px;
	margin-left: -120px;
	transform: rotate(5deg);
}

.shape-inner img {
	height: 100px;
}

.compnay-author {
	display: flex;
	align-items: center;
}

.compnay-author img {
	height: 100px;
	margin-right: 30px;
	border-right: 1px solid #e7e7e7;
	padding-right: 30px;
	margin-top: 30px;
}

.compnay-author h4 {
	font-weight: 600;
	margin-bottom: 5px;
}

.compnay-author span strong {
	color: #ff6600;
}

.about-style-six-info .title {
	font-weight: 700;
	margin-bottom: 30px;
}

.circle-progress-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-column-gap: 50px;
}

.circle-progress-items .circle {
	position: relative;
	z-index: 1;
}

.circle-progress-items .circle strong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	color: #232323;
	font-size: 20px;
}

.circle-progress-items h5 {
	font-weight: 600;
	margin: 0;
	margin-top: 15px;
}

.services-style-six .item {
	padding: 60px 37px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.services-style-six {
	margin-bottom: 30px;
}

.services-style-six .item i {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 30px;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	color: #ff6600;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.services-style-six .item p {
	margin: 0;
}

.services-style-six .item i::before {
	line-height: inherit;
}

.services-style-six .item i::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ff6600;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.1;
}

.services-style-six:nth-child(2) .item i {
	color: #FF5A0F;
}

.services-style-six:nth-child(2) .item i::after {
	background: #FF5A0F;
}

.services-style-six:nth-child(4) .item i {
	color: #00DDC1;
}

.services-style-six:nth-child(4) .item i::after {
	background: #00DDC1;
}

.services-style-six:nth-child(3) .item i {
	color: #FF35B7;
}

.services-style-six:nth-child(3) .item i::after {
	background: #FF35B7;
}

.services-style-six .item img {
	height: 80px;
	margin-bottom: 30px;
}

.service-six-grid:nth-child(2) {
	margin-top: 60px;
}

.shape-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: right;
}

.shape-box .shape-item {
	position: absolute;
	height: 700px;
	width: 200px;
	background: #ffffff;
	z-index: -1;
	right: 0;
	transform: skewX(30deg);
	opacity: 0.5;
}

.services-style-six-area {
	position: relative;
	z-index: 1;
}

.shape-box .shape-item:nth-child(2) {
	top: 300px;
	right: 50px;
}

.shape-box .shape-item:nth-child(3) {
	top: 700px;
}

.half-bg-light {
	position: relative;
	z-index: 1;
}

.half-bg-light::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

.compnay-owner-carousel-carousel .item {
	position: relative;
}

.compnay-owner-carousel-carousel .item .company-owner-info {
	max-width: 33.333%;
	position: absolute;
	left: 7%;
	bottom: -85px;
	background: #ffffff;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content {
	padding: 50px;
	position: relative;
	z-index: 1;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.compnay-owner-carousel-carousel .item .company-owner-info .content::after {
	position: absolute;
	left: 50px;
	top: 30px;
	content: "";
	height: 80px;
	width: 80px;
	background: url(assets/img/shape/quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
	opacity: 0.15;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider {
	background: linear-gradient(30deg, #ff6600 5%, #F66200 90%);
	padding: 15px 30px;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 3px;
}

.compnay-owner-carousel-carousel .item .company-owner-info .provider span {
	color: #ffffff;
	opacity: 0.9;
}

.compnay-owner-carousel-carousel .owl-stage-outer {
	padding-bottom: 85px;
}

.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0;
}

.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav > div {
	margin: 0;
	margin-left: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background: #ff6600;
}

@keyframes infiUpDown {
	0% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
  
	50% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  
	100% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
  }
  
  @-webkit-keyframes infiUpDown {
	0% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
  
	50% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  
	100% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
  }


.banner-area.banner-style-seven.auto-height .content {
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 600px;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: inherit;
}

.banner-area.banner-style-seven.auto-height .carousel-item {
    padding: 160px 0;
}

.banner-area.banner-style-seven.auto-height .content::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ff6600;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.8;
    border-radius: 50%;
}

.banner-area.banner-style-seven.auto-height .content p {
    padding: 0 15%;
}

.banner-style-seven h2 {
    padding: 0 15%;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-style-seven p {
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    animation: inherit;
    font-weight: 400;
	animation: infinite;
}

.banner-style-seven a {
    margin-top: 15px;
}

.banner-area.banner-style-seven.auto-height .content::before {
    position: absolute;
    right: 0;
    top: 100px;
    content: "";
    height: 200px;
    width: 200px;
    background: url(assets/img/shape/17.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area.banner-style-seven.auto-height .carousel-item.active .content::before {
	opacity: 1;
	top: 0;
	transition-delay: 300ms;

}

.banner-area .carousel-indicators.left.center {
    bottom: auto;
    top: 0;
    height: auto;
    width: auto;
    transform: translateY(-50%);
    display: block;
}

.banner-area.banner-style-seven .carousel-indicator {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
	left: 50px;
}

.banner-area .carousel-indicators.left.center li {
    display: block;
}

.heading-left {
	margin-bottom: 60px;
}

.heading-left .sub-title {
    text-transform: uppercase;
    color: #ff6600;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.heading-left .title {
	font-weight: 600;
	margin-bottom: 0;
}

.services-style-seven .item {
    display: flex;
    margin-bottom: 30px;
    padding: 50px 37px;
    transition: all 0.35s ease-in-out;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-style-seven .item::before {
    position: absolute;
    bottom: -10px;
    right: -50px;
    content: "";
    background: url(assets/img/shape/20.png);
    height: 60px;
    width: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.35s ease-in-out;
	opacity: 0;
}

.services-style-seven .item:hover::before,
.services-style-seven:first-child .item::before {
    opacity: 1;
	right: 0;
}

.services-style-seven .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    transition: all 0.35s ease-in-out;
    background: #ff6600;
    z-index: -1;
    border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}

.services-style-seven .item i {
    display: inline-block;
    font-size: 50px;
    min-width: 70px;
    color: #ff6600;
}

.services-style-seven .item p {
    margin: 0;
}

.services-style-seven:first-child .item::after,
.services-style-seven .item:hover::after {
    height: 100%;
	opacity: 1;
	visibility: visible;
}

.services-style-seven .item i, 
.services-style-seven .item p, 
.services-style-seven .item a {
    transition: all 0.35s ease-in-out;
}

.services-style-seven:first-child .item i, 
.services-style-seven:first-child .item p, 
.services-style-seven:first-child .item a,
.services-style-seven .item:hover i, 
.services-style-seven .item:hover p, 
.services-style-seven .item:hover a {
    color: #ffffff;
}

.services-style-seven:first-child .item p {
    opacity: 0.9;
}

.services-style-seven-area {
    background-size: cover;
    background-position: left top;
}


/* About */
.about-style-seven h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.about-style-seven h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff6600;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgb(115 4 242) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-style-seven .thumb {
    position: relative;
    margin-right: 50px;
}

.about-style-seven .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about-style-seven .author img {
    height: 70px;
    margin-right: 20px;
}

.about-style-seven .author h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.about-style-seven ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-top: 23px;
}

.about-style-seven ul li {
    position: relative;
    z-index: 1;
    font-weight: 500;
    padding-left: 28px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

.about-style-seven ul li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    background: #ff6600;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 500;
}

.about-style-seven .video {
    position: absolute;
    bottom: 50px;
    right: -30px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about-style-seven .video i {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: #ff6600;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
    font-weight: 100;
    font-size: 30px;
}

.about-style-seven .video i::before {
    position: relative;
    left: 7px;
}

.about-style-seven .video a {
    display: inline-block;
    background: #ffffff;
}

.about-style-seven .video span {
    padding: 0 25px;
    position: relative;
    top: -5px;
    padding-right: 35px;
}

.about-style-seven .thumb img:nth-child(2) {
    position: absolute;
    left: -80px;
    bottom: 50px;
    height: 150px;
    border: none;
    border-radius: inherit;
}

.about-style-seven .thumb img {
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.shape-left-top {
    position: absolute;
    left: 0;
    top: -80px;
    max-width: 15%;
}


/* Process */
.process-style-two img {
    height: 80px;
    margin-bottom: 30px;
}

.process-style-two h4 {
    font-weight: 600;
    margin: 0;
    padding-right: 30%;
}

.process-style-two .item {
    position: relative;
}

.process-style-two .item span {
    position: absolute;
    top: 0;
    margin-left: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 50px;
    top: 30px;
    opacity: 0.15;
    color: transparent;
    -webkit-text-stroke: 2px #666666;
    text-shadow: -5px 5px 0px #eceefe;
}

@media (max-width: 1023px) {
	.navbar .attr-nav .call i.fa-user-headset {
		display: none;
	}
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.top-bar-style-two {
		background: no-repeat;
	}

	.top-bar-area.top-bar-style-six-area {
		background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
	}

	.banner-area.banner-style-six.auto-height .content {
		padding: 120px 0 !important;
		margin: 0;
	}

	.banner-area.banner-style-seven.auto-height .content {
		margin: auto;
	}

	.about-style-six.d-flex {
		display: block !important;
	}

	.about-style-six .thumb {
		margin: 0;
		max-width: 100%;
		border: none;
		margin-bottom: 30px;
	}

	.about-style-six .shape-inner {
		display: none;
	}

	.about-service-list {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
		min-width: 100%;
		padding: 50px 30px;
	}

	.compnay-author {
		display: block;
	}

	.about-style-six-info {
		text-align: center;
	}

	.compnay-author img {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 15px;
	}

	.about-style-six .thumb img {
		width: 100%;
	}

	.about-style-seven .thumb img:nth-child(2) {
		left: 0;
	}
	
	.about-style-seven .thumb {
		margin: 0;
		margin-bottom: 80px;
	}
	
	.about-style-seven .video {
		right: 0;
	}

	.heading-left {
		text-align: center;
	}
	
	.process-style-two {
		margin-bottom: 80px;
	}
	
	.process-style-two-area {
		padding-bottom: 40px;
	}

	.services-style-six-area {
		text-align: center;
	}

	.services-style-six-area .right-info {
		margin-top: 50px;
	}

	.service-six-grid:nth-child(2) {
		margin-top: 0;
	}

	.services-style-seven-area {
		text-align: center;
	}
	
	.heading-left .text-right {
		text-align: center !important;
		margin-top: 20px;
	}
	
	.services-style-seven .item {
		display: block;
		background: #f9f9f9;
	}
	
	.services-style-seven .item i {
		margin-bottom: 30px;
	}

	.compnay-owner-carousel-carousel .item .company-owner-info {
		position: relative;
		max-width: 100%;
		left: 0;
		bottom: 0;
		border: 1px solid #e7e7e7;
	}

	.compnay-owner-carousel-carousel .owl-stage-outer {
		padding-bottom: 0;
	}

	.compnay-owner-carousel-carousel.owl-carousel.owl-theme .owl-nav {
		display: none;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  

	.banner-style-six .content h2 {
		font-size: 36px;
	}

	.banner-area.banner-style-six.auto-height .content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.banner-area.banner-style-seven.auto-height .content {
		height: 100%;
		width: 100%;
	}
	
	.banner-area.banner-style-seven.auto-height .content::after {
		height: 500%;
		width: 500%;
		border-radius: inherit;
		left: -150%;
		top: -150%;
	}
	
	.banner-area.banner-style-seven.auto-height .carousel-item {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.banner-area.banner-style-seven.auto-height .carousel-item.active .content::before {
		display: none;
	}
	
	.banner-area .carousel-indicators.left.center {
		bottom: 20px;
		top: auto;
		transform: translateY(0);
		left: 0;
		width: 100%;
		right: 0;
		margin: 0;
		padding: 0;
	}
	
	.banner-area.banner-style-seven .carousel-indicator {
		top: auto;
		transform: inherit;
		bottom: 0;
		left: 0;
	}
	
	.banner-area .carousel-indicators.left.center li {
		display: inline-block;
	}

	.about-style-six.d-flex {
		display: block !important;
	}

	.about-style-six .thumb {
		margin: 0;
		max-width: 100%;
		border: none;
		margin-bottom: 30px;
	}

	.about-style-six .shape-inner {
		display: none;
	}

	.about-service-list {
		text-align: center;
		margin-bottom: 50px;
		width: 100%;
		min-width: 100%;
		padding: 50px 30px;
	}

	.about-style-seven .thumb img:nth-child(2) {
		left: 0;
		bottom: 0;
		max-width: 50%;
		height: auto;
	}
	
	.about-style-seven .thumb {
		margin: 0;
		margin-bottom: 70px;
	}
	
	.about-style-seven .video {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		min-width: auto;
		bottom: -30px;
	}
	
	.about-style-seven .video span {
		display: none;
	}
	
	.about-style-seven .video i::before {
		left: 4px;
	}
	
	.about-style-seven ul {
		grid-template-columns: 1fr;
	}
	
	.about-style-seven ul li {
		line-height: 36px;
	}
	
	.about-style-seven ul li::after {
		top: 9px;
	}

	.compnay-author {
		display: block;
	}

	.about-style-six-info {
		text-align: center;
	}

	.compnay-author img {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 15px;
	}

	.services-style-six-area {
		text-align: center;
	}

	.services-style-six-area .right-info {
		margin-top: 30px;
	}

	.service-six-grid:nth-child(2) {
		margin-top: 0;
	}

	.services-style-seven-area {
		background-image: none !important;
		text-align: center;
	}
	
	.heading-left .text-right {
		text-align: center !important;
		margin-top: 20px;
	}
	
	.services-style-seven .item {
		display: block;
		background: #f9f9f9;
	}
	
	.services-style-seven .item i {
		margin-bottom: 30px;
	}

	.compnay-owner-carousel-carousel .item .company-owner-info {
		position: relative;
		max-width: 100%;
		left: 0;
		bottom: 0;
		border: 1px solid #e7e7e7;
	}

	.compnay-owner-carousel-carousel .owl-stage-outer {
		padding-bottom: 0;
	}

	.heading-left {
		text-align: center;
	}
	
	.process-style-two {
		text-align: center;
		margin-top: 50px;
	}
	
	.process-style-two:first-child {
		margin: 0;
	}
	
	.process-style-two h4 {
		padding: 0 10%;
	}
	
	.process-style-two .item span {
		position: inherit;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 500px) {
}

@media (max-width: 1023px) {
	.navbar .attr-nav .call i {
		display: none;
	}
}

/* Pricing Two */

.pricing-style-two {
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
	padding: 60px 37px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	margin-bottom: 30px;
}

.pricing-style-two::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/26.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
}

.pricing-style-two h4 {
	font-size: 24px;
	font-weight: 800;
}

.pricing-style-two h2 {
	font-size: 50px;
	font-weight: 600;
}

.pricing-style-two strong {
    font-weight: 600;
}

.pricing-style-two h2 sub {
	font-size: 16px;
	font-weight: 800;
	margin-left: -12px;
}

.pricing-style-two h2 sup {
	font-size: 30px;
	top: -18px;
	font-weight: 500;
}

.pricing-style-two li {
	margin-top: 7px;
	font-size: 14px;
}

.pricing-style-two li i {
	font-size: 14px;
	margin-right: 5px;
}

.pricing-style-two .pricing-info {
	margin-top: 30px;
}

.pricing-style-two.active {
	border: none;
	background: rgb(255,102,0);
background: linear-gradient(144deg, rgba(255,102,0,1) 0%, rgba(196,79,28,1) 100%);
	z-index: 9;
}

.pricing-style-two.active h2, 
.pricing-style-two.active h4, 
.pricing-style-two.active li, 
.pricing-style-two.active p {
	color: var(--white);
}

.pricing-style-two .btn {
	display: block;
}

.pricing-style-two .btn {
    margin-top: 30px;
}


.clientefoto {border-radius: 3px;}
.sombra {-webkit-box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75); box-shadow: 3px 3px 17px -5px rgba(0,0,0,0.75);}
.redondo {border-radius: 4px !important;}
.parter {display: block; margin-left: auto; margin-right: auto; width: 70%; padding: 10px;}

.newslado {font-size: 15px !important; line-height: 1.3 !important; margin-top: -8px !important;}

.colorido {color: #F66200; font-weight: 600; background: linear-gradient(90deg, rgba(238,40,82,1) 0%, rgba(166,23,153,1) 100%);-webkit-background-clip: text;	-moz-background-clip: text;	background-clip: text;-webkit-text-fill-color: transparent;	margin-bottom: 40px;}

.botaozinho {
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(#f9f9f9, #e9e9e9);
	background-color:#666;
	border-radius:6px;
	border-color:#dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-size:11px;
	padding:1px 8px;
	text-decoration:none;
	margin-bottom: 5px;
	margin-right: 10px;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
}
.botaozinho:hover {
	background: linear-gradient(#e9e9e9, #f9f9f9);
}

.botaozinho:active {position:relative; top:1px;}

.caixaalta {text-transform: uppercase;}

.whatswidget-widget-wrapper{font-size:12px !important;line-height:15px!important;position:fixed !important;bottom:20px !important;right:30px !important;z-index:1001 !important}.whatswidget-conversation{background-color:#e4dcd4 !important;background-image:url('data:image/png !important;base64,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') !important;background-repeat:repeat !important;box-shadow:rgba(0, 0, 0, 0.16) 0px 5px 40px !important;width:250px !important;height:300px !important;border-radius:10px !important;transition-duration:0.5s !important;margin-bottom:80px !important}.whatswidget-conversation-header{background-color:#25d366 !important;padding:10px !important;padding-left:25px !important;box-shadow:0px 1px #00000029 !important;font-weight:600 !important;border-top-left-radius:10px !important;border-top-right-radius:10px !important; color: #fff !important}.whatswidget-conversation-message{line-height: 1.2em !important;background-color:white !important;padding:10px !important;margin:10px !important;margin-left:15px !important;border-radius:5px !important}.whatswidget-conversation-message-outer{background-color:#FFF !important;padding:10px !important;margin:10px !important;margin-left:0px !important;border-radius:5px !important;box-shadow:rgba(0, 0, 0, 0.342) 0px 2.5px 10px !important;cursor:pointer !important;animation:nudge 2s linear infinite !important;margin-bottom:50px !important}.whatswidget-text-header-outer{font-weight:bold !important;font-size:90% !important}.whatswidget-text-message-outer{font-size:90% !important}.whatswidget-conversation-cta{border-radius:25px !important;width:175px !important;font-size:110% !important;padding:10px !important;margin:0 auto !important;text-align:center !important;background-color:#23b123 !important;color:white !important;font-weight:bold !important;box-shadow:rgba(0, 0, 0, 0.16) 0px 2.5px 10px !important;transition:1s !important;position:absolute !important;top:62% !important;left:10% !important}.whatswidget-conversation-cta:hover{transform:scale(1.1) !important;filter:brightness(1.3) !important}.whatswidget-cta{text-decoration:none !important;color:white !important}.whatswidget-cta-desktop{display:none !important}.whatswidget-cta-mobile{display:inherit !important}@media (min-width: 48em){.whatswidget-cta-desktop{display:inherit !important}
.whatswidget-cta-mobile{display:none !important}}.whatswidget-button-wrapper{position:fixed !important;bottom:15px !important;right:2px !important}.whatswidget-button{position:relative !important;right:0px !important; width:60px !important;height:60px !important;}.whatswidget-icon{width:52px !important;height:52px !important;position:absolute !important; bottom:6px !important; right:16px !important;}.whatswidget-button:hover{filter:brightness(115%) !important;transform:rotate(15deg) scale(1.15) !important;cursor:pointer !important}@keyframes nudge{20%,100%{transform:translate(0,0)}0%{transform:translate(0,5px);transform:rotate(2deg)}10%{transform:translate(0,-5px);transform:rotate(-2deg)}}.whatswidget-link{position:absolute !important;bottom:90px !important;right:5px !important;opacity:0.5 !important;}
.whatswidget-conversation {color: revert; font: revert; font-feature-settings: revert; font-kerning: revert; font-optical-sizing: revert; font-variation-settings: revert; forced-color-adjust: revert; text-orientation: revert; text-rendering: revert; -webkit-font-smoothing: revert; -webkit-locale: revert; -webkit-text-orientation: revert; -webkit-writing-mode: revert; writing-mode: revert; zoom: revert; place-content: revert; place-items: revert; place-self: revert; alignment-baseline: revert; animation: revert; appearance: revert; aspect-ratio: revert; backdrop-filter: revert; backface-visibility: revert; background: revert; background-blend-mode: revert; baseline-shift: revert; block-size: revert; border-block: revert; border: revert; border-radius: revert; border-collapse: revert; border-end-end-radius: revert; border-end-start-radius: revert; border-inline: revert; border-start-end-radius: revert; border-start-start-radius: revert; inset: revert; box-shadow: revert; box-sizing: revert; break-after: revert; break-before: revert; break-inside: revert; buffered-rendering: revert; caption-side: revert; caret-color: revert; clear: revert; clip: revert; clip-path: revert; clip-rule: revert; color-interpolation: revert; color-interpolation-filters: revert; color-rendering: revert; color-scheme: revert; columns: revert; column-fill: revert; gap: revert; column-rule: revert; column-span: revert; contain: revert; contain-intrinsic-size: revert; content: revert; content-visibility: revert; counter-increment: revert; counter-reset: revert; counter-set: revert; cursor: revert; cx: revert; cy: revert; d: revert; display: none; dominant-baseline: revert; empty-cells: revert; fill: revert; fill-opacity: revert; fill-rule: revert; filter: revert; flex: revert; flex-flow: revert; float: revert; flood-color: revert; flood-opacity: revert; grid: revert; grid-area: revert; height: revert; hyphens: revert; image-orientation: revert; image-rendering: revert; inline-size: revert; inset-block: revert; inset-inline: revert; isolation: revert; letter-spacing: revert; lighting-color: revert; line-break: revert; list-style: revert; margin-block: revert; margin: revert; margin-inline: revert; marker: revert; mask: revert; mask-type: revert; max-block-size: revert; max-height: revert; max-inline-size: revert; max-width: revert; min-block-size: revert; min-height: revert; min-inline-size: revert; min-width: revert; mix-blend-mode: revert; object-fit: revert; object-position: revert; offset: revert; opacity: 0; order: revert; origin-trial-test-property: revert; orphans: revert; outline: revert; outline-offset: revert; overflow-anchor: revert; overflow-clip-margin: revert; overflow-wrap: revert; overflow: revert; overscroll-behavior-block: revert; overscroll-behavior-inline: revert; overscroll-behavior: revert; padding-block: revert; padding: revert; padding-inline: revert; page: revert; page-orientation: revert; paint-order: revert; perspective: revert; perspective-origin: revert; pointer-events: revert; position: revert; quotes: revert; r: revert; resize: revert; ruby-position: revert; rx: revert; ry: revert; scroll-behavior: revert; scroll-margin-block: revert; scroll-margin: revert; scroll-margin-inline: revert; scroll-padding-block: revert; scroll-padding: revert; scroll-padding-inline: revert; scroll-snap-align: revert; scroll-snap-stop: revert; scroll-snap-type: revert; shape-image-threshold: revert; shape-margin: revert; shape-outside: revert; shape-rendering: revert; size: revert; speak: revert; stop-color: revert; stop-opacity: revert; stroke: revert; stroke-dasharray: revert; stroke-dashoffset: revert; stroke-linecap: revert; stroke-linejoin: revert; stroke-miterlimit: revert; stroke-opacity: revert; stroke-width: revert; tab-size: revert; table-layout: revert; text-align: revert; text-align-last: revert; text-anchor: revert; text-combine-upright: revert; text-decoration: revert; text-decoration-skip-ink: revert; text-indent: revert; text-overflow: revert; text-shadow: revert; text-size-adjust: revert; text-transform: revert; text-underline-offset: revert; text-underline-position: revert; touch-action: revert; transform: revert; transform-box: revert; transform-origin: revert; transform-style: revert; transition: revert; user-select: revert; vector-effect: revert; vertical-align: revert; visibility: revert; -webkit-app-region: revert; border-spacing: revert; -webkit-border-image: revert; -webkit-box-align: revert; -webkit-box-decoration-break: revert; -webkit-box-direction: revert; -webkit-box-flex: revert; -webkit-box-ordinal-group: revert; -webkit-box-orient: revert; -webkit-box-pack: revert; -webkit-box-reflect: revert; -webkit-highlight: revert; -webkit-hyphenate-character: revert; -webkit-line-break: revert; -webkit-line-clamp: revert; -webkit-mask-box-image: revert; -webkit-mask: revert; -webkit-mask-composite: revert; -webkit-perspective-origin-x: revert; -webkit-perspective-origin-y: revert; -webkit-print-color-adjust: revert; -webkit-rtl-ordering: revert; -webkit-ruby-position: revert; -webkit-tap-highlight-color: revert; -webkit-text-combine: revert; -webkit-text-decorations-in-effect: revert; -webkit-text-emphasis: revert; -webkit-text-emphasis-position: revert; -webkit-text-fill-color: revert; -webkit-text-security: revert; -webkit-text-stroke: revert; -webkit-transform-origin-x: revert; -webkit-transform-origin-y: revert; -webkit-transform-origin-z: revert; -webkit-user-drag: revert; -webkit-user-modify: revert; white-space: revert; widows: revert; width: revert; will-change: revert; word-break: revert; word-spacing: revert; x: revert; y: revert; z-index: revert;}