/*
    Template Name    : HireSEO
	Description		 : Responsive HTML Digital Marketing Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS	
4. Header
5. Banner Area
6. Featrues Sec
7. About Sec
8. Services Sec
9. How it Works
10. Our Team Sec
11. Our Portfolio
12. Our Blog
13. Contact Sec
14. Responsive CSS

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=poppins:400,600,700|Raleway:200,300,400,500,600,700,800');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
	margin-bottom: 30px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background: #bd45bd;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
.sec-title {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.sec-title .inner-title {
	position: relative;
}
.sec-title .title {
	position: relative;
	color: #fc3549;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	background-image: linear-gradient(to right, #f269c2 0%, #ec15a0 100%);
	background-image: -ms-linear-gradient(left, #f269c2 0%, #ec15a0 100%);
	background-image: -moz-linear-gradient(left, #f269c2 0%, #ec15a0 100%);
	background-image: -o-linear-gradient(left, #f269c2 0%, #ec15a0 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f269c2), color-stop(100, #f269c2));
	background-image: -webkit-linear-gradient(left, #f269c2 0%, #ec15a0 100%);
	display: inline-block;
	font-weight: 700;
}
.sec-title h2::before {
	position: absolute;
	content: '';
	top: 22px;
	height: 2px;
	width: 50px;
	background-color: #773fCe;
	margin-left: -60px;
}
.sec-title h2 {
	position: relative;
	display: block;
	text-transform: capitalize;
	color: #3f4451;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background: #f2f2f2;
}
.padding-20 {
	padding: 20px;
}
.border-left-four {
	border-left: 1px solid #e3e0e0;
}
.border-three {
	border: 1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom: 25px;
}
/* Button Effects */
.custom-button {
	font-size: 18px;
	font-weight: 500;
	color: #5350ff;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	line-height: 35px;
	padding: 11px 30px;
	background: transparent;
	z-index: 9;
	border: 1px solid #bd45bd;
	display: inline-flex;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.custom-button.load-more {
	color: #0d112b;
	border-color: #0d112b;
	padding: 10px 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.custom-button::before, .custom-button::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #bd45bd;
	border: 1px solid #bd45bd;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: -1;
}
.custom-button::after {
	top: 100%;
	left: 100%;
}
.custom-button::before {
	top: -100%;
	left: -100%;
}
.custom-button:hover {
	color: #ffffff;
	border-color: #5350ff;
}
.custom-button:hover:before, .custom-button:hover::after {
	top: 0;
	left: 0;
}
.custom-button.active {
	color: #ffffff;
	border-color: #bd45bd;
}
.custom-button.active::after, .custom-button.active::before {
	top: 0;
	left: 0;
}
.custom-button.active:hover {
	color: #5350ff;
	border-color: #5350ff;
}
.custom-button.active:hover::after {
	top: 100%;
	left: 100%;
}
.custom-button.active:hover::before {
	top: -100%;
	left: -100%;
}
/*
================================================
3. Loader CSS
================================================
*/
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	left: 0;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
 @include align-items-center;
	overflow: hidden;
}
.loader, .loader:before, .loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	margin-top: -20px;
	color: #03c;
	font-size: 6px;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
 @-webkit-keyframes load7 {
 0%, 80%, 100% {
 -webkit-box-shadow: 0 2.5em 0 -1.3em;
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 -webkit-box-shadow: 0 2.5em 0 0;
 box-shadow: 0 2.5em 0 0;
}
}
 @keyframes load7 {
 0%, 80%, 100% {
 -webkit-box-shadow: 0 2.5em 0 -1.3em;
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 -webkit-box-shadow: 0 2.5em 0 0;
 box-shadow: 0 2.5em 0 0;
}
}
/*
================================================
4. Header
================================================
*/
header {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
/** Header Top **/
.header-top {
	padding: 10px 0;
	background-image: -ms-linear-gradient(left, #eb49b2 0%, #0235eb 100%);
	background-image: -moz-linear-gradient(left, #eb49b2 0%, #0235eb 100%);
	background-image: -o-linear-gradient(left, #eb49b2 0%, #0235eb 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eb49b2), color-stop(100, #0235eb));
	background-image: -webkit-linear-gradient(left, #eb49b2 0%, #0235eb 100%);
	background-image: linear-gradient(to right, #eb49b2 0%, #0235eb 100%);
}
.header-top a {
	color: #fff;
}
.header-box-item {
	display: inline-block;
	padding-right: 30px;
}
.header-social {
	display: inline-block;
	color: #fff;
}
.header-social li {
	display: inline-block;
	padding: 0 8px;
}
.header-top a {
	color: #fff;
}
/** Main Menu **/
.logo {
	margin-top: 18px;
}
.logo img {
	max-width: 200px;
}
.navbar-area {
	background-color: #fff;
	padding: 25px 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	float: left;
}
.navbar-area .navbar-brand img {
	max-width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area {
	padding: 10px 0;
}
}

@media (max-width: 767px) {
.navbar-area {
	padding: 10px 0;
}
}
.navbar-area .navbar {
	position: relative;
	padding: 0;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #121212;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-collapse {
	position: absolute;
	top: 108%;
	left: 0;
	width: 100%;
	background-color: #f4f6f7;
	z-index: 999;
	padding: 10px 16px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-collapse {
	position: absolute;
	top: 108%;
	left: 0;
	width: 100%;
	background-color: #f4f6f7;
	z-index: 8;
	padding: 10px 16px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 999;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav {
	margin-right: 0;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav {
	margin-right: 0;
}
}
.navbar-area .navbar .navbar-nav .nav-item {
	position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 11px 14px;
	color: #121212;
	text-transform: uppercase;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin: 14px 4px;
	opacity: 0.7;
	border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item a {
	padding: 10px 0;
	display: block;
	border: 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item a {
	padding: 10px 0;
	display: block;
	border: 0;
	margin: 0;
}
}
.navbar-area .navbar .navbar-nav .nav-item a::before, .navbar-area .navbar .navbar-nav .nav-item a::after {
	position: absolute;
	content: '';
	width: 32px;
	height: 2px;
	background: -webkit-linear-gradient(left, #f77062 0%, #fe5196 100%);
	background: -o-linear-gradient(left, #f77062 0%, #fe5196 100%);
	background: linear-gradient(to right, #f77062 0%, #fe5196 100%);
	left: 50%;
	top: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translateX(-50%) scaleX(0);
	-moz-transform: translateX(-50%) scaleX(0);
	-ms-transform: translateX(-50%) scaleX(0);
	-o-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item a::before, .navbar-area .navbar .navbar-nav .nav-item a::after {
	display: none;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item a::before, .navbar-area .navbar .navbar-nav .nav-item a::after {
	display: none;
}
}
.navbar-area .navbar .navbar-nav .nav-item a::after {
	top: auto;
	bottom: 0;
}
.navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
	opacity: 1;
	border-color: #e5e5e8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
	border: 0;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
	border: 0;
}
}
.navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item.active > a::after, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	-moz-transform: translateX(-50%) scaleX(1);
	-ms-transform: translateX(-50%) scaleX(1);
	-o-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}
.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 14px;
	font-size: 16px;
	background: none;
	border: 0;
	color: #121212;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 14px;
	font-size: 16px;
	background: none;
	border: 0;
	color: #121212;
}
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
	position: absolute;
	right: 0;
	top: 100%;
	width: 260px;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
	position: relative !important;
	width: 100% !important;
	left: 0 !important;
	top: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: none;
	right: auto;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all none ease-out 0s;
	-moz-transition: all none ease-out 0s;
	-ms-transition: all none ease-out 0s;
	-o-transition: all none ease-out 0s;
	transition: all none ease-out 0s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
	border-top: 0;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
	position: relative !important;
	width: 100% !important;
	left: 0 !important;
	top: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: none;
	right: auto;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all none ease-out 0s;
	-moz-transition: all none ease-out 0s;
	-ms-transition: all none ease-out 0s;
	-o-transition: all none ease-out 0s;
	transition: all none ease-out 0s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
	border-top: 0;
}
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
	position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
	color: #121212;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 24px;
	position: relative;
	color: #121212;
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-ms-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	border-radius: 0;
	margin: 0 0;
	opacity: 1;
	border: 0;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler {
	color: #121212;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
	float: right;
	font-size: 14px;
	margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
	display: none;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
	display: none;
}
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
	display: inline-block;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
	display: none;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
	padding-left: 30px;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
	padding-left: 30px;
}
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
	color: #fff;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
	background: -webkit-linear-gradient(left, #f77062 0%, #fe5196 100%);
	background: -o-linear-gradient(left, #f77062 0%, #fe5196 100%);
	background: linear-gradient(to right, #f77062 0%, #fe5196 100%);
	color: #fff;
}
.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
	opacity: 1;
}
.navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area .navbar .navbar-btn {
	position: absolute;
	right: 70px;
	top: 11px;
}
}

@media (max-width: 767px) {
.navbar-area .navbar .navbar-btn {
	position: absolute;
	right: 60px;
	top: 11px;
}
}
.navbar-area .navbar .navbar-btn .menu-bar {
	font-size: 32px;
	position: relative;
	overflow: hidden;
	color: #121212;
}
.navbar-area.navbar-transparent {
	background-color: transparent;
}
.navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
	background-color: #fff;
}
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
	color: #fff;
}
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before, .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::after {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
	color: #121212;
}
}

@media (max-width: 767px) {
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
	color: #121212;
}
}
.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
	color: #fff;
}
.navbar-area.navbar-transparent.sticky {
	background-color: #fff;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
	background-color: #121212;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
	color: #121212;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a::before, .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a::after {
	display: block;
}
.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
	color: #121212;
}
.navbar-area.navbar-transparent-2 {
	background-color: transparent;
}
.navbar-area.navbar-transparent-2.sticky {
	background-color: #fff;
}
.navbar-area.sticky {
	position: fixed;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 5px 0;
}
/*
================================================
5. Banner Area
================================================
*/
.fixed-header + .home-slider-one	 {
	margin-bottom: 80px;
}
.home-slider-one {
	position: relative;
	display: block;
	z-index: 10;
	padding: 0;
	overflow-x: hidden;
}
.silder-right-content {
	position: absolute;
	top: 0;
	right: -5px;
	max-width: 365px;
	height: 100%;
	z-index: 1000;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.slider-social-links {
	position: absolute;
	top: 200px;
	right: -90px;
	width: 300px;
	transform: rotate(-90deg);
	height: 20px;
}
.slider-social-links li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	line-height: 20px;
}
.slider-social-links li:last-child {
	margin-right: 0;
}
.slider-social-links li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.slider-social-links li a:hover {
	text-decoration: underline;
}
.slider-contact-info {
	position: absolute;
	left: -55px;
	bottom: 100px;
	width: 400px;
	z-index: 22222222;
}
.slider-contact-info .inner {
	position: relative;
	display: block;
	width: 100%;
}
.slider-contact-info .inner .icon-holder {
	width: 120px;
	height: 120px;
	border: 10px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	text-align: center;
}
.slider-contact-info .inner .icon-holder span:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #ff662a;
	font-size: 35px;
	line-height: 100px;
	border-radius: 50%;
}
.slider-contact-info .inner .icon-holder, .slider-contact-info .inner .title-holder {
	display: table-cell;
	vertical-align: middle;
}
.slider-contact-info .inner .title-holder {
	padding-left: 30px;
}
.slider-contact-info .inner .title-holder h3 {
	color: #ffffff;
	font-size: 20px;
}
.slider-contact-info .inner .title-holder h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	margin: 0px 0 0;
}
.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
.home-slider-one .slide-item {
	position: relative;
	padding: 201px 0px 205px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-slider-one .auto-container {
	max-width: 1200px;
}
.home-slider-one .content-box {
	position: relative;
	max-width: 640px;
}
.home-slider-one .shape {
	position: relative;
	display: block;
	letter-spacing: 0px;
	margin-bottom: 12px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.home-slider-one .shape h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1em;
}
.home-slider-one .active .shape {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 1000ms ease 700ms;
	-moz-transition: all 1000ms ease 700ms;
	-ms-transition: all 1000ms ease 700ms;
	-o-transition: all 1000ms ease 700ms;
	transition: all 1000ms ease 700ms;
}
.home-slider-one .title {
	position: relative;
	font-size: 70px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 32px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.home-slider-one .active .title {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.home-slider-one .link-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.home-slider-one .active .link-box {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 1000ms ease 1200ms;
	-moz-transition: all 1000ms ease 1200ms;
	-ms-transition: all 1000ms ease 1200ms;
	-o-transition: all 1000ms ease 1200ms;
	transition: all 1000ms ease 1200ms;
}
.home-slider-one .owl-dots {
	position: absolute;
	left: 14%;
	max-width: 20px;
	margin-left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -80px !important;
}
.home-slider-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: transparent;
	width: 18px;
	height: 18px;
	margin: 3px 0px;
	border-radius: 50px;
	border: 2px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	outline: none;
}
.home-slider-one .owl-dots .owl-dot:before {
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	right: 0;
	margin: 4px;
	background: #ffffff;
	border-radius: 50%;
	content: '';
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.home-slider-one .owl-dots .owl-dot.active, .home-slider-one .owl-dots .owl-dot:hover {
	border-color: #ffffff;
}
.home-slider-one .owl-dots .owl-dot span {
	display: none;
}
.home-slider-one .custom-button.active:hover {
	color: #fff;
	border-color: #fff;
}
/*
================================================
6. Featrues Sec
================================================
*/
.our-features-sec .sec-title {
	margin: 0;
}
.our-features-sec .single-work {
	text-align: center;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 40px;
}
.our-features-sec .single-work span {
	font-size: 50px;
	position: relative;
	display: block;
	z-index: 1;
	color: #ffffff;
	margin-bottom: 25px;
	margin-top: -10px;
}
.our-features-sec .single-work span i:before {
	margin: 0;
	font-size: 30px;
}
.our-features-sec .single-work span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-image: url(../images/shape1.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	margin: auto;
}
.our-features-sec .single-work h3 {
	margin: 0 0 12px;
	font-size: 25px;
	font-weight: 700;
}
.our-features-sec .single-work p {
	margin-bottom: -3px;
}
.our-features-sec .single-work:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}
.our-features-sec .single-work:hover span {
	-webkit-animation: heartBeat 1s infinite linear;
	animation: heartBeat 1s infinite linear;
}
/*
================================================
7. About Sec
================================================
*/
.about-sec {
	background: #f7f7f8;
}
.about-content h2 {
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: -8px;
}
.about-content a {
	margin-top: 15px;
	margin-right: 10px;
}
.about-content .btn-one i {
	margin-top: 8px;
	margin-right: 8px;
}
.about-sec .btn-contact {
	border: 2px solid #e7e7e7;
	padding: 8px 25px;
	background: #ffffff;
}
.about-sec .btn-contact i {
	background: #3639de;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	margin-right: 10px;
	border-right: 1px solid #e7e7e7;
}
.about-content p:last-child {
	margin-bottom: 0;
}
.about-content.left-content {
	padding-left: 15px;
	position: relative;
	z-index: 1;
}
.about-content ul li {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}
.about-content ul li h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
.about-content ul li:last-child {
	margin-bottom: 15px;
}
.about-content ul {
	margin-top: 30px;
	display: block;
}
.about-content ul li h5::after {
	position: absolute;
	left: -25px;
	top: 0;
	content: "\e64c";
	font-family: 'themify';
	color: #3639de;
}
.about-sec .thumb-box .thumb {
	margin-left: 50px;
	position: relative;
	z-index: 1;
}
.about-sec .thumb-box .thumb .video-play-button:before, .about-sec .thumb-box .thumb .video-play-button:after {
	height: 60px;
	width: 60px;
}
.about-sec .video {
	background: #ffffff;
	height: 120px;
	width: 120px;
	position: absolute;
	left: -57px;
	bottom: 45px;
	-moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	transform: rotate(45deg);
}
.video-play-button {
	color: #00cdcd;
	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: #3639de;
	-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: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: #3639de;
	-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: #ffffff;
	transform: rotate(-45deg);
}
.about-sec .thumb-box .thumb img {
	-moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	padding: 5px;
}
.about-sec .thumb-box .thumb img {
	width: 100%;
}
/*
================================================
8. Services Sec
================================================
*/
.services-sec .sec-title {
	margin: 0;
}
.services-sec .single-box {
	text-align: center;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 40px;
	position: relative;
}
.services-sec .single-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background-color: #773fCe;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-sec .single-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #773fCe;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-sec .single-box i:before {
	margin: 0;
	font-size: 30px;
}
.services-sec .single-box i {
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	line-height: 65px;
	text-align: center;
	background-color: #bd45bd;
	border-radius: 50%;
	display: inline-block;
}
.services-sec .single-box h3 {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 25px;
}
.services-sec .single-box p {
	margin-bottom: -6px;
}
.services-sec .single-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.services-sec .single-box:hover::before {
	height: 100%;
}
.services-sec .single-box:hover::after {
	width: 100%;
}
.services-sec .single-box:hover i {
	-webkit-box-shadow: 0 0 0 15px transparent;
	box-shadow: 0 0 0 15px transparent;
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
}
.services-sec .box-right-img {
	text-align: center;
}
.services-sec .box-right-img img {
	width: 100%;
}
.services-sec .single-services-box:nth-child(2) .single-box {
	margin-top: 30px;
}
.services-sec .single-services-box:nth-child(3) .single-box {
	margin-top: -30px;
}
/*
================================================
9. How it Works
================================================
*/
.how-it-works-sec {
	padding: 80px 0 40px;
}
.how-it-works-sec::before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: #000;
}
.how-it-works-sec {
	float: left;
	background: url(https://images.pexels.com/photos/577585/pexels-photo-577585.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.how-it-works-sec .sec-title h2:before {
	background: #bd45bd;
}
.how-it-works-sec .sec-title h2 {
	color: #fff;
}
.how-it-works-sec .fix {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-working-steps-box {
	position: relative;
	display: inline-block;
	float: left;
	max-width: 250px;
	width: 100%;
	margin: 0 auto 40px;
	margin-right: 20px;
}
.single-working-steps-box:last-child {
	margin-right: 0;
}
.single-working-steps-box .icon-holder {
	position: relative;
	display: block;
	width: 190px;
	height: 190px;
	margin: 0 auto;
	border: 10px solid #f5f5f5;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	background: #fff;
}
.single-working-steps-box:hover .icon-holder {
}
.single-working-steps-box .icon-holder span:before {
	color: #bd45bd;
	font-size: 60px;
	line-height: 170px;
	transition: all 500ms ease;
	transition-delay: .2s;
	display: block;
	transition: all 0.8s ease-in-out .3s;
}
.single-working-steps-box:hover .icon-holder span:before {
	color: #1a1e32;
}
.single-working-steps-box .icon-holder .count {
	position: absolute;
	top: -8px;
	right: -6px;
	width: 60px;
	height: 60px;
	background: #bd45bd;
	border: 2px solid #bd45bd;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
}
.single-working-steps-box:hover .icon-holder .count {
	background: #1f37e4;
	border-color: #1f37e4;
	color: #ffffff;
	transition: all 0.5s ease-in-out 0s;
	transform-style: preserve-3d;
	transform: perspective(0px) rotateX(0deg) rotate(360deg);
}
.single-working-steps-box .icon-holder .count h5 {
	display: block;
	padding: 18px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.single-working-steps-box .text-holder {
	position: relative;
	display: block;
	padding-top: 23px;
}
.single-working-steps-box .text-holder h4 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
	color: #bd45bd;
}
.single-working-steps-box .text-holder h4 a {
	color: #bd45bd;
	transition: all 0.8s ease-in-out .3s;
	font-weight: 700;
}
.single-working-steps-box:hover .text-holder h4 a {
	color: #fff;
}
.single-working-steps-box .text-holder p {
	margin: 0;
	color: #fff;
}
/*
================================================
10. Our Team Sec
================================================
*/
.our-team-sec .sec-title {
	margin: 0;
}
.single-team-sec {
	margin: 40px 0 0;
}
.single-team-sec-items {
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
	background-color: #fff;
	position: relative;
}
.box-hover-effect {
	display: block;
	vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.box-hover-effect .effect-wrapper .thumb {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease;
}
.box-hover-effect:hover .effect-wrapper .thumb {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.img-fullwidth {
	width: 100%;
}
.single-team-sec:hover .team-content {
	bottom: -55px;
	width: 100%;
	border-radius: 0px;
}
.single-team-sec:hover .team-content:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.single-team-sec:hover .team-content h5 a {
	color: #fff;
}
.team-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	background-color: #161d29;
	transition: all 450ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	z-index: -1;
	background-color: #002E5A;
}
.team-content {
	text-align: center;
	padding: 25px 20px 20px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #F4F7FB;
	right: 0;
	margin: 0 auto;
	transition: all 450ms ease;
	border-bottom: 3px solid #002E5A;
}
.team-content h5 {
	color: #333;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: 600;
}
.team-content .speciality {
	color: #aaa;
	font-size: 0.95rem;
	margin-bottom: 10px;
}
.single-team-sec:hover .styled-icons {
	opacity: 1;
	top: 0;
}
.team-content .styled-icons {
	margin-bottom: 0;
	transition: all 450ms ease;
	opacity: 0;
	top: 50px;
	position: absolute;
	left: 0;
	margin: -60px auto;
	text-align: center;
	right: 0;
}
.styled-icons li {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 0;
	padding-left: 0 !important;
}
.single-team-sec:hover .styled-icons li a {
	background: #7c40cd;
}
.styled-icons li a {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	line-height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
}
.styled-icons a i {
	height: 100%;
	line-height: 2;
	position: relative;
	top: 0;
	width: 100%;
}
/*
================================================
11. Our Portfolio
================================================
*/
.portfolio-sec {
	background: #f7f7f8;
	padding:80px 0 0;
}
.portfolio-sec .project-img-box {
	position: relative;
}
.portfolio-sec .project-img-box:hover {
	-webkit-box-shadow: 0px 20px 30px -5px rgba(34, 34, 34, 0.8);
	box-shadow: 0px 20px 30px -5px rgba(34, 34, 34, 0.8);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.portfolio-sec .project-img-box:hover .img-box-hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.portfolio-sec .project-img-box .img-box-hover {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-sec .project-img-box .img-box-hover .text-box-hover {
	position: absolute;
	bottom: 20px;
	left: 10px;
}
.portfolio-sec .project-img-box .img-box-hover .text-box-hover span {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	color: #bd45bd;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.portfolio-sec .project-img-box:hover .img-box-hover .text-box-hover span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.portfolio-sec .project-img-box .img-box-hover .text-box-hover h5 {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	color: #17223E;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.portfolio-sec .project-img-box:hover .img-box-hover .text-box-hover h5 {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.portfolio-sec .project-img-box .img-box-hover i {
	background-color: #17223E;
	border-radius: 50%;
	padding: 12px;
	font-weight: 600;
	position: absolute;
	bottom: 20px;
	right: 10px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	color:#fff;
}
.portfolio-sec .project-img-box .img-box-hover i:hover {
	background-color: #bd45bd;
}
.portfolio-sec .project-img-box:hover .img-box-hover i {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.portfolio-sec .all-projects [class*="col-lg-"] {
	padding:0;
}
/*
================================================
12. Our Blog
================================================
*/
.blog-sec {
	background: #f4f4f4;
}
.blog-sec .sec-title {
	margin:0;
}
/** Single Blgo Sec **/
.blog-sec .post {
	position: relative;
	background:#fff;
	margin:40px 0 0;
}
.blog-sec .post .post-wrapper {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	border-radius: 3px;
	position: relative;
}
.blog-sec .post:hover .post-wrapper {
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.blog-sec .post .post-wrapper .blog-img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.blog-img a {
	text-decoration: none;
	transition: 0.5s;
}
.animate-img {
    position: relative;
    overflow: hidden;
}
.animate-img:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.blog-sec .full-width {
    width: 100%;
}
.blog-sec .post .post-wrapper .post-date {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1;
}
.blog-sec .post .post-wrapper .blog-img .post-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	justify-content: center;
	display: flex;
}
.blog-sec .post .post-wrapper .blog-img .post-video .video-btn-wrapper {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	font-size: 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: height .25s ease, width .25s ease;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.blog-sec .post .post-wrapper .blog-img .post-video .video-btn-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	animation: ripple 2s linear infinite;
}
.blog-sec .post .post-wrapper .blog-img .post-video .video-btn-wrapper .video-btn {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background-color: inherit;
	font-size: 30px;
}
.blog-sec .post .post-wrapper .post-date>a {
	display: inline-block;
	padding: 8px 15px;
	line-height: 10px;
	font-size: 14px;
	position: relative;
	background-color: #e248b4;
	color: #fff;
	float: right;
}
.blog-sec .post .post-wrapper .blog-meta .cat-box {
	position: relative;
	margin-top: -37px;
	background: #e248b4;
	margin-bottom: 15px;
	padding: 5px 10px;
	width: fit-content;
	z-index: 1;
}
.blog-sec .post .post-wrapper .blog-meta .cat-box .cats a {
	color: #fff;
	font-size: 16px;
	position: relative;
}
.blog-sec .post .post-wrapper .blog-meta .cat-box .cats a:after {
	content: '/';
	margin: 0 5px;
	position: relative;
	top: 1px;
}
.blog-sec .post .post-wrapper .blog-meta .cat-box .cats a:last-child:after {
	display: none;
}
.blog-sec .post .post-wrapper .blog-meta h2 {
	font-size: 20px;
	font-weight:700;
}
.blog-sec .post .post-wrapper .blog-footer-meta {
	border-top: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px;	
}
.blog-sec .post .post-wrapper .blog-footer-meta .post-author {
	display: flex;
	align-items: center;
}
.blog-sec .post .post-wrapper .blog-footer-meta .post-author .author-img {
	margin-right: 15px;
}
.post-author .text-theme a {
	font-weight:600;
}
.blog-sec .post .post-wrapper .blog-footer-meta .post-link>a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #5692ea;
}
.blog-sec .blog-meta {
	padding:20px;
}
/*
================================================
13. Contact Sec
================================================
*/
form.contact-form h2 {
  margin-bottom: 40px;
  font-weight: 800;
}

.address h2 {
  margin-bottom: 40px;
  font-weight: 800;
}

.contact-btn {
  background: #00669d;
  border: none;
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  margin: 30px 15px 30px 15px;
}

textarea.form-control {
  height: 270px;
}

.contact-icon {
  width: 20%;
  float: left;
  text-align: center;
}

.contact-icon span.icon-bg {
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 102, 157, 0.1);
  display: block;
  padding: 5px;
  border-radius: 50%;
}

.contact-box-content {
  width: 73%;
  margin-left: auto;
  padding-top: 10px;
}

.contact-icon i {
  font-size: 32px;
  line-height: 1.7;
  color: #677cff;
}
.contact-sec .form-control {
	border: none;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 21px 0px rgba(0, 102, 157, 0.16);
	padding: 1.375rem .75rem;
	font-size: 14px;
}
.contact-sec textarea.form-control {
	height: 270px;
}
.contact-sec .about-box {
	border-radius: 15px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 21px 0px rgba(0, 102, 157, 0.1);
	margin: 0 0 30px;
}
.contact-sec .contact-btn {
	background: #677cff;
	border: none;
	padding: 10px;
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	margin: 30px 15px 30px 15px;
}
.google-map {
	margin: 0 0 -10px;
}
.google-map iframe {
	width: 100%;
	height: 450px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border: none;
}
.copyright {
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #191d33;
}
.copyright p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.copyright .color {
	color: #eee;
	font-weight: 600;
}
/*
================================================
14. Responsive CSS
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {
	
}

@media (min-width: 1200px) {
/** Header **/	
.navbar-area.fixed-header {
	z-index: 111;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 15px 0;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
/** Slider **/	
.home-slider-one .auto-container {
	position: static;
	max-width: 550px;
	padding: 0px 15px;
	margin: 0 auto;
}
.home-slider-one .shape h3 {
	font-size: 20px;
	line-height: 1.1em;
}
.home-slider-one .title {
	font-size: 40px;
	line-height: 1.2em;
}
.silder-right-content {
	top: 0;
	right: -5px;
	max-width: 236px;
}
.home-slider-one .slide-item {
	padding: 141px 0px 145px;
}
.slider-contact-info {
	position: absolute;
	left: -170px;
	bottom: 30px;
	width: 400px;
}
/** How It Work Sec **/		
.single-working-steps-box {
	max-width: 420px;
	margin: 0 auto 40px;
	margin-right: 0;
	padding: 0 40px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
/** Header Top **/	
.header-social {
	font-size: 12px;
}
.header-top a {
	font-size: 12px;
}
.header-box-item {
	padding-right: 12px;
}
/** Slider **/
.home-slider-one .shape h3 {
	font-size: 20px;
	line-height: 1.1em;
}
.home-slider-one .title {
	font-size: 40px;
	line-height: 1.2em;
}
.home-slider-one .slide-item {
	padding: 121px 0px 125px;
}
.silder-right-content {
	top: 0;
	right: -15px;
	max-width: 250px;
}
.home-slider-one .auto-container {
	position: static;
	max-width: 400px;
	padding: 0px 15px;
	margin: 0 auto;
}
.slider-contact-info {
	position: absolute;
	left: -90px;
	bottom: 20px;
	width: 320px;
}
.slider-contact-info {
	position: absolute;
	left: -135px;
	bottom: 20px;
	width: 365px;
}
/** How It Work Sec **/	
.single-working-steps-box {
	max-width: 320px;
	margin: 0 auto 40px;
	margin-right: 0;
	padding: 0 40px;
}
}

@media (max-width: 767px) {
/** Common Styles **/	
.sec-title h2::before {
	display: none;
}
/** Slider **/
.home-slider-one .shape h3 {
	font-size: 20px;
	line-height: 1.1em;
}
.home-slider-one .title {
	font-size: 40px;
	line-height: 1.2em;
}
.home-slider-one .slide-item {
	padding: 121px 0px 125px;
}
.silder-right-content {
	top: 0;
	right: -25px;
	max-width: 236px;
}
.home-slider-one .auto-container {
	position: static;
	max-width: 400px;
	padding: 0px 15px;
	margin: 0 auto;
}
.slider-contact-info {
	position: absolute;
	left: -110px;
	bottom: 20px;
	width: 320px;
}
.slider-contact-info .inner .title-holder h1 {
	font-size: 24px;
}
.slider-contact-info .inner .title-holder {
	padding-left: 15px;
}
/** About Us **/	
.about-sec .thumb-box .thumb {
	margin-left: 0;
	margin-top: 30px;
}
.about-sec .video {
	left: 50%;
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about-sec .video i {
	transform: rotate(0deg);
}
/** How It Work Sec **/	
.single-working-steps-box {
	max-width: 345px;
	margin: 0 auto 40px;
	margin-right: 0;
	padding: 0 40px;
	float: none;
}
}

@media (max-width: 599px) {
/** Slider **/	
.silder-right-content {
	display: none;
}
.home-slider-one .shape h3 {
	font-size: 18px;
	line-height: 1.1em;
}
.home-slider-one .title {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 22px;
}
.home-slider-one .slide-item {
	padding: 80px 0px 85px;
}
.home-slider-one .owl-dots .owl-dot {
	display: none;
}
.home-slider-one .link-box a {
	padding: 12px 30px;
}
}
