/*******************************************************
    Template Name    : Servo - Digital Agency Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.Mini Features Section Style
    06.About Section Style
    07.Services Section Style
    08.Works Section Style
    09.Hire Section Style
    10.Overview Section Style
    11.Pricing Section Style
    12.Team Section Style
    13.Testimonials Section Style
    14.Faq Section Style
    15.Partner Logo Section Style
    16.Blog Section Style
    17.Contact Section Style
    18.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 0.5px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #f35416;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #f35416;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #f35416;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-family: 'Raleway', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #f35416;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 700;
	border: 2px solid #f35416;
	border-radius: 30px;
	color: #f35416;
	background: none;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.button:hover {
	color: #fff;
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #f35416;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #f35416;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.button:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.bg-gray {
	background-color: #fbfbfb;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #f35416;
}
dl,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pt-30 {
	padding-top: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mr-15 {
	margin-right: 15px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}
.section-title h5 {
	color: #f35416;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
}
.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #f35416;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ffc518;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #02050b;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #f35416 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #f35416;
	box-shadow: 0 1px 5px #f35416;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #f35416;
	transition: .3s;
}
/**************************************
 * 02.Preloader Area Style
 *************************************/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}
.preloader .preloader-inner {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .preloader-inner span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #2f5bea !important;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}
.preloader .preloader-inner span:last-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/**************************************
 * 03.Navber Area Style
 *************************************/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Raleway', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #757575;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #757575;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #f35416;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #f35416;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04.Home Section Style
 *************************************/

.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 40px;
}
.home-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #03030c !important;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.home-area .home-content {
	margin-bottom: 50px;
}
.home-area .home-content h1 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5;
}
.home-area .home-content p {
	font-size: 14px;
	color: #ffffff;
}
.button.home-btn-1 {
	background: #fff;
	margin-right: 15px;
	border: 2px solid #ffffff;
}
.home-app-button-box .img-app-btn-1 {
	margin-right: 15px;
}
.svg-shape-bottom .bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 1;
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

/**************************************
 * 04.1.Animated Headline Home Style
 *************************************/

.animated-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 40px;
}
.animated-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	z-index: -1;
	background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
	background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
}
.animated-area .home-content h1 {
	font-size: 65px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 900;
	line-height: 1.5;
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.cd-headline.clip span {
	display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #ffffff;
	font-weight: 900;
	letter-spacing: 0px;
}
.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}

/**************************************
 * 05. Mini Features Section Style
 *************************************/

.mini-feature-area .section-title {
	margin-bottom: 35px;
}
.single-mini-feature {
	padding: 40px 20px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	transition: all 0.4s ease 0s;
}
.single-mini-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.mini-feature-icon {
	text-align: center;
	margin-bottom: 20px;
}
.mini-feature-icon i {
	font-size: 40px;
	color: #f35416;
}
.mini-feature-info h6 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: capitalize;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.mini-feature-info p {
	color: #444;
	font-size: 13px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

/**************************************
 * 06.About Section Style
 *************************************/

.about-area {
	position: relative;
	z-index: 1;
}
.about-area .bg-shape {
	background-image: url(../img/bg-shape-1.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	width: 700px;
	height: 705px;
	background-size: 80%;
	top: 15px;
	right: 0;
	z-index: -1;
}
.about-content h5 {
	color: #f35416;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
}
.about-content h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-content-text p {
	margin-bottom: 15px;
}
.about-content-text .button {
	margin-top: 10px;
}
.about-image-wrapper {
	text-align: center;
}

/**************************************
 * 07.Service Section Style
 *************************************/
.services-area .section-title {
    margin-bottom: 45px;
}
.single-services-item {
	position: relative;
	padding: 45px 30px;
	text-align: left;
	border-radius: 0px;
	margin-top: 30px;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	transition: all 0.4s ease 0s;
}
.single-services-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background-color: #ff4800;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-services-item:hover::before {
    width: 100%;
    height: 3px;
}
.services-icon {
    text-align: center;
    margin-bottom: 20px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    color: #fff;
    border-radius: 3px;
    background: #ffe7e7;
}
.services-icon i {
	font-size: 35px;
	color: #f35416;
    line-height: 75px;
	transition: all 0.6s;
}
.single-services-item:hover .services-icon i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(380deg);
}
.services-info h6 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: capitalize;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.services-info p {
	color: #444;
	-webkit-transition: all .4s;
	transition: all .4s;
}

/**************************************
 * 08.Works Section Style
 *************************************/

.project-area {
	position: relative;
}

.project-area .project-list {
	text-align: center;
	margin-bottom: 20px;
}

.project-area .project-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.project-area .project-list .nav li {
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 8px 25px;
    background: transparent;
    cursor: pointer;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area .project-list .nav li:hover, .project-area .project-list .nav li.filter-active {
    color: #f35416;
    background-color: transparent;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area .project-container {
	display: inline-block;
	width: 100%;
}

.project-area .project-grid-item {
	overflow: hidden;
}

.project-grid-item img {
	width: 100%;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 3px;
	margin-top: 30px;
}

.project-item .project-img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: transparent;
}

.project-item .project-img-overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
    z-index: -1;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.project-item:hover .project-img-overlay:after {
	height: 100%;
}

.project-item .project-img-overlay .project-content .info {
    position: absolute;
    left: 5%;
    bottom: 5%;
    overflow: hidden;
}
.project-item .project-img-overlay .project-content .info p {
    color: #f35416;
    font-weight: 500;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-img-overlay .project-content .info h6 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-img-overlay .project-content .icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #f35416;
    text-align: center;
    font-size: 18px;
    color: #f35416;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.project-item:hover .project-img-overlay .project-content .icon {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-item:hover .project-img-overlay .project-content .info p,
.project-item:hover .project-img-overlay .project-content .info h6 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-more-btn {
	margin-top: 30px;
}

/**************************************
 * 09. Hire Section Style
 *************************************/

.hire-area {
	position: relative;
	z-index: 1;
	padding: 150px 0;
	text-align: center;
	background-image: url(../img/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hire-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #03030c;
}
.hire-container {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.hire-content h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 700;
}
.hire-content .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	display: block;
	color: #fff;
	background: transparent;
	margin: auto;
	margin-bottom: 40px;
}
.iq-video.video-btn i {
	font-size: 85px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.hire-content .video-btn {
	border-radius: 50%;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}
@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/**************************************
 * 10.Overview Section Style
 *************************************/

.overview-area .tabs-section {
	margin-top: 0px;
}
.overview-area .tabs-section .tabs {
	border-bottom: 2px solid #eee;
	position: relative;
}
.overview-area .tabs-section .tabs .nav-item {
	width: 33.3333%;
	text-align: center;
}
.overview-area .tabs-section .tabs .nav-item .nav-link {
	position: relative;
	padding: 0 0 15px;
	color: #555;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
}
.overview-area .tabs-section .underline li {
	display: inline-block;
	text-align: center;
	width: 33.33333%;
}
.overview-area .tabs-section .tabs .nav-item .active {
	background: transparent;
	color: #f35416;
}
.overview-area .tabs-section .one.active ~ .hr {
	left: 0;
}
.overview-area .tabs-section .two.active ~ .hr {
	left: 33.33333%;
}
.overview-area .tabs-section .three.active ~ .hr {
	left: 66.66666%;
}
.overview-area .tabs-section .underline .hr {
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 33.33333%;
	margin: 0;
	background: #f35416;
	border: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.overview-area .tabs-section .tab-content {
	padding-top: 10px;
}
.tab-content>.active {
	display: block;
}
.overview-area .skills {
	margin-top: 30px;
}
.overview-area .skills .skill-item {
	margin-bottom: 25px;
}
.overview-area .skills .skill-item h6 {
	font-size: 12px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
}
.overview-area .skills .skill-item h6 em {
	float: right;
	font-size: 12px;
	font-style: normal;
}
.overview-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.overview-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color: #f35416;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.overview-area .tabs-section .list {
	overflow: hidden;
}
.overview-area .tabs-section .list li {
	padding: 12px 15px 12px 40px;
	background: #f7f8f9;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-top: 15px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.overview-area .tabs-section .list li i {
	margin-right: 5px;
	color: #f35416;
	position: absolute;
	left: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
	font-size: 30px;
	opacity: .2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.overview-area .tabs-section .list li h6 {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
ul.list-style {
	list-style: disc;
	padding-left: 18px;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.overview-img {
	padding-left: 50px;
}

/**************************************
 * 11.Pricing Section Style
 *************************************/

.price-area .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.pricing-content {
    padding: 45px 40px;
    background: #ffffff;
    text-align: left;
    border-radius: 7px;
	margin-top: 30px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}
.price-heading {
    margin-bottom: 30px;
    text-align: center;
}
.price-heading .price-name h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-heading .price-name h2 {
    font-size: 45px;
    font-weight: 700;
    color: #f35416;
	display: inline-block;
}

.price-heading .price-name .price-small-text {
    font-size: 15px;
    font-weight: 600;
    color: #3e3e3e;
}
.price-body {
    padding-left: 40px;
    padding-right: 30px;
}
.price-body ul li {
    display: block;
    padding: 5px 0;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}
.price-body ul li i {
    color: #6f64e7;
    padding-right: 5px;
}
.price-body .offer-list-none {
    color: #b7b7b7;
}
.price-body .offer-list-none i {
    color: #ff9aa0;
}
.price-btn {
    text-align: center;
    margin-bottom: 30px;
}
.price-btn .button {
    display: block;
    margin: 0;
}

/**************************************
 * 12.Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
	margin-bottom: 45px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #f35416;
	font-size: 14px;
	font-weight: 500;
	display: block;
}

/**************************************
 * 13.Testimonial Section Style
 *************************************/

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

.testimonial-area .owl-stage-outer {
  margin: 0 -8px;
  padding-left: 8px;
  padding-top: .35rem;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    text-align: left;
	-webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
	box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}
.testimonial-content-inner .testimonial-text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.testimonial-content-inner .testimonial-text p {
}

.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	padding: 30px 0;
}
.testimonial-content-inner .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 75px;
    margin: 0 auto;
	-webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}
.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
	font-weight: 700
}

.testimonial-content-inner .author-info-box span {
	font-size: 14px;
	font-weight: 500
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd;
}
.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
	background-color: #cacaca;
}

/**************************************
 * 14.Faq Section Style
 *************************************/

.faq-area {
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 0;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #333;
    position: relative;
    background: #f5f5f6;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border: none;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #767c99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f0d8";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/**************************************
 * 15.Partner Logo Section Style
 *************************************/

.partner-area {
}
.partner-item {
    padding: 20px 20px;
    background: #fdfdfd;
    border-radius: 5px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: .6;
	cursor: pointer;
}

/**************************************
 * 16. Blog Section Style
 *************************************/

.blog-area .section-title {
	text-align: center;
    margin-bottom: 45px;
}
.blog-area .single-blog {
	position: relative;
	background: #ffffff;
	border-radius: 3px;
    margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	overflow: hidden;
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.single-blog .blog-tag {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #f35416;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	z-index: 2;
	text-transform: uppercase;
}
.single-blog .blog-tag a {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: 700;
	display: block;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.35);
}
.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}
.blog-category {
	margin-bottom: 15px;
}
.blog-area .single-blog .blog-type {
	font-weight: 700;
	color: #f35416;
	font-size: 14px;
	display: inline-block;
}
.blog-area .single-blog .blog-type:hover {
	color: #f35416;
	text-decoration: underline !important;
}
.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	display: block;
}
.blog-area .single-blog .blog-content h5 a:hover {
	color: #f35416;
	text-decoration: underline !important;
}
.blog-bottom-text-link {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.blog-bottom-text-link span {
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 700;
}
.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 14px;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px;
	display: block;
}
.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #f35416;
	text-decoration: underline !important;
}

/**************************************
 * 17. Contact Section Style
 *************************************/

.contact-information {
}

.contact-info-title h3 {
	font-size: 25px;
	font-weight: 700;
}

.contact-info-title {
	padding: 0 10px;
	margin-bottom: 30px;
}

.contact-details {
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	padding-top: 8px;
}

.contact-details p {
	font-size: 15px;
}

.box-social-media {
}
.box-social-media a {
    margin: 0 10px;
    color: #f35416;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.box-social-media a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
	border: 1px solid #f35416;
    background: transparent;
    -webkit-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-social-media a:hover {
    color: #fff;
}
.box-social-media a:hover:after  {
    background: #f35416;
	-webkit-transform:rotate(45deg) scale(.98);
	-moz-transform:rotate(45deg) scale(.98);
	-ms-transform:rotate(45deg) scale(.98);
	-o-transform:rotate(45deg) scale(.98);
	transform:rotate(45deg) scale(.98);
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 12px 20px;
	border: 0;
	background-color: #f5f5fa;
	font-weight: 500;
	border-radius: 5px;
	border-left: 3px solid #f35416;
}
.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 18.Footer Section Style
 *************************************/

.footer-area {
	padding: 30px 0;
	background-color: #1e1f21;
}

.footer-copyright p {
	color: #fff;
}