/*
Template Name: aBusiness - Digital Agency One Page Portfolio & Corporate Business Template
Description: aBusiness - Digital Agency One Page Portfolio & Corporate Business Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #444;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 40px;
    height: 40px;
    background-color: #f73859;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    -webkit-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scroll-area i:hover{
	transform: translateY(-10px);
}
/*
 * Button
*/
.button-1 {
	display: inline-block;
	padding: 18px 42px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;

}
.btn-bg-two {
	background-color: #ff7900;
}
.button-1::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all .7s;
	transition: all .7s;
	border-style: solid;
	border-width: 80px 100px;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.btn-bg-two::before {
	border-color: #ff7a7a;
}
.button-1:hover::before {
	border-color: #0f0c0a;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	opacity: 1;
}
.button-1:hover {
	color: #fff !important;
}
/*Header*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 15px 0px;
}
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 0px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.logo h2 {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 700;
}
.logo h2 a{
	color: #fff;
}
.menu {
	text-align: right;
}
.menu li{
	display: inline-block;
}
.header.sticky .menu ul li a{
	color: #333;
}
.header.sticky .menu ul li a:hover{
	color: #ff7a7a;
}
.menu li a {
	display: inline-block;
	padding: 10px 18px;
	color: #fff;
	font-weight: 500;
}
.menu li.current a{
	color: #ff7a7a;
}
.header.sticky .menu li.current a{
	color: #ff7a7a;
}
.menu li a:hover{
	color: #ff7a7a;
}
.header.sticky .logo h2 a {
	color: #333;
}
.hero-area {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
}
.hero-area::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-caption h3 {
	font-size: 24px;
	color: #ff7a7a;
	font-weight: 700;
}
.hero-caption h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.hero-caption p{
	color: #fff;
}
/*
 8 Section TItle
*/
.section-title {
	text-align: center;
}
.section-title h2 {
	font-size: 24px;
}
.section-title h2 span{
	color: #ff7a7a;
	text-transform: capitalize;
}
.section-title-divider {
	margin: 10px auto;
	position: relative;
	width: 15px;
	height: 15px;
	background: #fff;
	border:4px solid #ff7a7a;
	border-radius: 50%;
}
.section-title-divider:after{
	content: "";
	background: #ff7a7a;
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 3px;
	left: 15px;
	top: 2px;
}
.section-title-divider::before {
	content: "";
	background: #ff7a7a;
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 3px;
	right: 15px;
	top: 2px;
}
/*
 * Features
*/
.features-item.active {
	box-shadow: 0px 0px 30px 0px rgba(9, 17, 74, 0.1);
}
.features-item {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	border: 1px solid #F7F8FF;
	padding: 40px 40px 30px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in-out;
}
.features-item:hover{
	box-shadow: 0px 0px 30px 0px rgba(9, 17, 74, 0.1);
}
.features-item .icon {
	display: inline-block;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in-out;
	color: #fff;
	background-color: #ff7a7a;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 27px;
	position: relative;
	transition: .5s;
}
.features-item h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.features-item p {
	line-height: 27px;
}
.section-bg{
	background: #F5FBF9;
}
/*
 * About Area
*/
.about-img img {
	width: 100%;
	margin-top: 16px;
}
.about-info h5 {
	font-size: 14px;
	font-weight: 400;
	color: #ff7a7a;
	padding-left: 50px;
	position: relative;
}
.about-info h5::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 47px;
	height: 1px;
	background: #ff7a7a;
	left: 0;
	top: 8px;
}
.about-info h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.about-info p {
	font-size: 14px;
}
.about-info ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-info ul li {
	line-height: 26px;
}
.about-info ul li i{
	color: #ff7a7a;
	padding-right: 5px;
}
/*
 * Counter Area
*/
.counter-area{
	background: #ff7a7a;
}
.counter-item {
	background: #fff;
	padding: 25px 13px;
}
.counter-item .icon {
	float: left;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	color: #ff7a7a;
}
.counter-item .cotent{
	overflow: hidden;
}
.counter-item .cotent h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 5px;
}
.counter-item .cotent p{
	font-size: 14px;
}
/*
 * Skills Area
*/
.skills-item{
	margin-bottom: 24px;
}
.skills-img img {
	width: 100%;
}
.skills-item h2 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.skills-item .progress {
	height: 8px;
	background-color: #a4caf0;
	border-radius: 0px;
}
.skills-item .progress .progress-bar {
	background-color: #ff7a7a;
}
/*
 * Our Services
*/
.services-item {
	position: relative;
	margin-bottom: 40px;
	padding: 40px 30px 25px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #F7F8FF;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.services-item .icon {
	border: 2px dotted #ff7a7a;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff7a7a;
	font-size: 20px;
}
.services-item h2 {
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 18px;
}
.services-item p{
	font-size: 15px;
}
/*
 * Portfolio
*/
.portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-item img{
	width: 100%;
}
.portfolio-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(1.5);
    background: #0e0d0deb;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
}
.portfolio-item:hover .portfolio-overly{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.portfolio-overly-title h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.portfolio-overly-title a {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-list {
    text-align: center;
}
.portfolio-list ul li {
    display: inline-block;
    padding: 3px 15px;
    border: 2px solid #ff7a7a;
    color: #333;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}
.portfolio-list ul li.mixitup-control-active {
    background: #ff7a7a;
    color: #fff !important;
}
/*
 * Team Single
*/
.team-single {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-single img{
	width: 100%;
}
.team-single:hover{
	box-shadow: 10px 10px 0 #91e3d3;
}
.team-overly {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(35 218 167 / 85%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-single:hover .team-overly {
    height: 100%;
}
.team-overly-full h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.team-overly-full .social ul li {
    display: inline-block;
    margin: 0.5px;
}
.team-overly-full .social ul li a{
	display: inline-block;
}
.team-overly-full .social ul li a i {
    width: 35px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff7a7a;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
/*
 * Testimonial Section
*/
.testimonial-single {
	background: #ddd;
	padding: 20px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}
.testimonial-thumbnail{
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.testimonial-thumbnail img {
	width: 200px !important;
	margin: 0 auto;
	border-radius: 50%;
	height: 200px;
	margin-bottom: 20px;
}
.testimonial-thumbnail .icon {
	position: absolute;
	top: 17px;
	right: 36px;
	width: 60px;
	height: 60px;
	background: #ff7a7a;
	font-size: 24px;
	color: #fff;
	border-radius: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-testimonial-area-full .owl-prev {
	position: absolute;
	top: 44%;
	left: 13px;
}
.our-testimonial-area-full .owl-prev span {
	width: 46px;
	height: 40px;
	background: #ff7a7a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.our-testimonial-area-full .owl-next {
	position: absolute;
	top: 44%;
	right: 13px;
}
.our-testimonial-area-full .owl-next span {
	width: 46px;
	height: 40px;
	background: #ff7a7a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.testimonial-content h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0px;
}
.testimonial-content h4 {
	font-size: 14px;
	color: #ff7a7a;
}
.testimonial-content {
	max-width: 700px;
	margin: 0 auto;
}
.ratting {
	color: #ee8515;
	margin-bottom: 12px;
	margin-top: 5px;
}
/*
 * blog
*/
.latest-blog-single {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 4px 9px #d5d5d5b3;
	position: relative;
}
.latest-blog-single .thumbanil {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.latest-blog-single .thumbanil img{
	width: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.latest-blog-single:hover .thumbanil img{
	transform: scale(1.1);
}
.category {
	position: absolute;
	top: 10px;
	left: 10px;
}
.category a {
	display: inline-block;
	background: #ff7a7a;
	font-size: 14px;
	padding: 6px 20px;
	border-radius: 20px;
	color: #fff;
}
.blog-content {
	margin: 20px;
}
.blog-content h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.blog-content h2 a{
	color: #333;
}
.blog-content h2 a:hover{
	color: #ff7a7a;
}
.blog-meta {
	overflow: hidden;
}
.author {
	float: left;
}
.blog-meta span {
	float: right;
	margin-top: 13px;
	font-size: 14px;
	font-weight: 600;
}
.author img {
	width: 50px;
	height: auto;
	border-radius: 50%;
	margin-right: 10px;
}
.author a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.author a:hover{
	color: #ff7a7a;
}
/*
 * Pricing
*/
.pricing-single {
	text-align: center;
	background: #fff;
	padding: 30px 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 0px 10px #ccc3;
}
.pricing-single h3 {
	font-size: 20px;
	font-weight: 500;
}
.pricing-single h2 {
	font-size: 50px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #ff7a7a;
}
.pricing-single h2 sup {
	font-size: 35px;
}
.pricing-single h2 span {
	font-size: 20px;
	color: #333;
}
.popular {
	position: absolute;
	top: 22px;
	right: -40px;
	padding: 10px 46px;
	background: #ff7a7a;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 2px;
	transform: rotate(45deg);
}
.pricing-single ul li {
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #cccccc52;
}
.pricing-single ul li:last-child{
	border-bottom: none;
}
.pricing-btn a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
/*
 * Contact Area
*/
.contact-form input {
	width: 100%;
	border: 1px solid #F5FBF9;
	margin-bottom: 20px;
	padding: 18px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-form input:focus{
	border-color: #ff7a7a;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #F5FBF9;
	margin-bottom: 20px;
	padding: 18px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 150px;
}
.contact-form textarea:focus{
	border-color: #ff7a7a;
}
.contact-form button {
	border: none;
	font-weight: 500;
}
.contact-info-single {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
.contact-info-single .icon {
	width: 60px;
	height: 60px;
	float: left;
	background: #ff7a7a;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 20px;
	border-radius: 50%;
	color: #fff;
	margin-right: 13px;
}
.contact-info-single .cont {
	overflow: hidden;
	padding-top: 6px;
}
.contact-info-single .cont span{
	display: block;
}
/*
 * Footer
*/
.footer {
	background: #232a34;
	color: #ddd;
}
.footer-single h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.footer-single .footer-social{
	margin-top: 20px;
}
.footer-social span {
	display: inline-block;
	margin: 2px;
}
.footer-single .footer-social span a {
	display: inline-block;
}
.footer-single .footer-social span a i {
	display: flex;
	width: 35px;
	height: 35px;
	background: #5274BB;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
}
.footer-single .footer-social span a i.fa-twitter {
	background: #1DA1F2;
}
.footer-single .footer-social span a i.fa-instagram {
	background: #E14521;
}
.footer-single .footer-social span a i.fa-linkedin{
	background: #0077B5;
}
.footer-single h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.footer-single h3::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #494f55;
	bottom: 0;
}
.footer-single h3::after {
	content: "";
	background: #ff7a7a;
	width: 40px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.footer-single ul li {
	line-height: 28px;
}
.footer-single ul li a{
	color: #ddd;
	font-size: 14px;
}
.footer-single ul li a i{
	padding-right: 5px;
}
.footer-single ul li a:hover{
	color: #fff;
}
.subscribe-form {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.subscribe-form input {
	width: 100%;
	height: 50px;
	border: none;
	padding: 0px 20px;
}
.subscribe-form button {
	background: #ff7a7a;
	height: 50px;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 26px;
}
.footer-bottom {
	border-top: 1px solid #484646;
}
.copyright-text {
	text-align: center;
	font-size: 14px;
}
.copyright-text a{
	color: #fff;
}