/*
Template Name: Asik - Personal Portfolio Bootstrap5 Landing Page Template
Description: Asik - Personal Portfolio Bootstrap5 Landing Page Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', 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: #f03f3f;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #f03f3f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #f03f3f;
	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{
	color:#666;
	font-family: 'Karantina', cursive;
	font-weight: 700;
}
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;
}
p{
	color: #191919;
}
/*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;
    border-radius: 50%;
}
/*
 * Button
*/
.button-1 {
    background: #fa9b1b;
    display: inline-block;
    padding: 15px 36px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.button-1:hover{
	color: #fff;
	background: #bb6b00;
}
.button-2 {
    border: 2px solid #fa9b1b;
    display: inline-block;
    padding: 13px 34px;
    color: #fa9b1b;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.button-2:hover{
	color: #fff;
	background: #fa9b1b;
}
/*Header*/
.header-top {
	background: #29e6b9;
	padding: 10px 0px;
}
.top-info {
	display: flex;
	align-items: center;
	height: 100%;
}
.top-info span {
	color: #fff;
	font-weight: 500;
	padding-right: 12px;
}
.top-info span:last-child{
	padding-right: 0px;
}
.top-social {
	text-align: right;
}
.top-social ul li{
	display: inline-block;
	margin: 0px 2px;
}
.top-social ul li a{
	display: inline-block;
}
.top-social ul li a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1ebf99;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-social ul li a i:hover{
	background: #0e8a6d;
}
.header-bottom.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 {
	display: flex;
	height: 100%;
	align-items: center;
}
.logo h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 32px;
}
.logo h2 a{
	color: #333;
}
.menu {
	text-align: right;
}
.menu ul li {
	display: inline-block;
	padding: 20px 20px;
}
.menu ul li a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 4px 0px;
}
.menu ul li a:hover{
	color: #0e8a6d;
}
.menu ul li a::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 0;
	background: #0e8a6d;
	height: 2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
}
.menu ul li a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}
.menu ul li.current a:after {
	width: 100%;
	left: 0;
	right: auto;
}
.menu ul li.current a{
	color: #0e8a6d;
}
/*
 * Hero Area
*/
.hero-area {
    padding-top: 200px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    z-index: 1;
}
.hero-area:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: -1;
}
.hero-caption h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fa9b1b;
}
.hero-caption h2 {
    font-size: 40px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 14px;
}
.hero-caption h2 span {
    color: #fa9b1b;
}
.hero-caption p {
    color: #ddd;
    font-size: 18px;
}
.hero-btn .button-1:first-child{
	margin-right: 10px;
}
/*
 * About Area
*/
.section-bg {
	background: #d7fdbd78;
}
.about-img {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 30px;
}
.about-img img{
	width: 100%;
}
.dwonload-resume a {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.about-info h4 {
	color: #fa9b1b;
	font-size: 20px;
	letter-spacing: 2px;
}
.about-info h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.about-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.about-info-add ul li {
	padding: 3px 0px;
	font-size: 16px;
}
.about-info-add ul li span{
	font-weight: 600;
}
.bout-info-social ul li {
	display: inline-block;
	margin: 2px 3px;
}
.bout-info-social ul li a{
	display: inline-block;
}
.bout-info-social ul li a i {
	width: 40px;
	height: 40px;
	border: 1.8px solid #fa9b1b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bout-info-social ul li a i:hover{
	background: #fa9b1b;
	color: #fff;
}
.section-title h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
/*
 * Services Style
*/
.services-single {
	text-align: center;
	border: 1px solid #d5e1ed;
	padding: 60px 20px;
	transition: all ease-in-out 0.3s;
}
.services-single:hover {
	background: #fa9b1b;
	border-color: #fa9b1b;
}
.services-single .icon {
	width: 64px;
	height: 64px;
	background: #fa9b1b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.services-single .icon::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #4da2f0;
	top: -8px;
	left: -8px;
	z-index: -1;
}
.services-single:hover .icon {
	background: #fff;
	color: #fa9b1b;
}
.services-single h3 {
	font-size: 30px;
	font-weight: 700;
	color: #2c4964;
	margin: 20px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.services-single:hover h3 {
	color: #fff;
}
.services-single p {
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.services-single:hover p {
	color: #fff;
}
/*
 * Portfolio
*/
.portfolio-list {
	text-align: center;
}
.portfolio-list ul li {
	display: inline-block;
	margin: 2px;
	border: 2px solid #fa9b1b;
	line-height: 1;
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 50px;
	cursor: pointer;
}
.mixitup-control-active {
	background: #fa9b1b;
	color: #fff;
}
.portfolio-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.portfolio-item img {
	width: 100%;
}
.portfolio-item-overly {
	position: absolute;
	top: 0;
	left: 0;
	background: #fa9b1be3;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}
.portfolio-item:hover .portfolio-item-overly {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.portfolio-item-overly-full a {
	display: inline-block;
	padding: 15px 15px;
	line-height: 1;
	border-radius: 50%;
	background: #fff;
	color: #333;
}
/*
 * Counter Area
*/
.counter-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}
.counter-area::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
}
.counter-single {
	text-align: center;
	box-sizing: border-box;
	border: 10px solid #fa9b1b;
	padding: 40px 0px;
	position: relative;
	margin-top: 45px;
}
.counter-single .icon {
	background: #fa9b1b;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: -49px;
	left: 0;
	right: 0;
}
.counter-single h2 {
	color: #fff;
	font-size: 50px;
	letter-spacing: 2px;
}
.counter-single p{
	color: #fff;
}
/*
 * Testimonial
*/
.testimonial-area {
	width: 100%;
	overflow: hidden;
}
.testimonial-single {
	text-align: center;
	background: #e8e8e8;
	box-sizing: border-box;
	padding: 40px 30px;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-item.active.center .testimonial-single {
	background: #c1c1c1;
}
.thumbnail-test img {
	width: 100px !important;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 24px;
	border-radius: 50%;
}
.testi-content h2 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
.testi-content h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	margin-bottom: 5px;
}
.testi-content .ratting span {
	color: #ff6306;
	font-size: 16px;
}
.testi-content p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 27px;
}
.owl-prev .client-review-arrow {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 50px;
	background: #fa9b1b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-next .client-review-arrow {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 50px;
	background: #fa9b1b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
}
.owl-prev .client-review-arrow:hover{
	background: #fa9b1bb3;
}
.owl-next .client-review-arrow:hover{
	background: #fa9b1bb3;
}
@media (max-width: 360px){
	.testimonial-single {
		padding: 30px 15px;
	}
}
/*
 * Blog
*/
.latest-blog-item {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
}
.latest-blog-item .thumbnail {
	width: 100%;
	overflow: hidden;
}
.latest-blog-item .thumbnail img{
	width: 100%;
	-webkit-transition:all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.latest-blog-item:hover .thumbnail img{
	transform: scale(1.2);
	opacity: .7;
}
.latest-blog-item .content {
	padding: 18px 10px;
}
.latest-blog-item .content .meta span {
	font-size: 14px;
	padding-right: 5px;
}
.latest-blog-item .content .meta:last-child span{
	padding: 0px;
}
.latest-blog-item .content h2 {
	margin-top: 6px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.latest-blog-item .content h2 a{
	color: #333;
}
.latest-blog-item .content h2 a:hover{
	color: #fa9b1b;
}
.latest-blog-item .content p {
	font-size: 15px;
	line-height: 25px;
}
/*
 * Contact Section
*/
.contact-form {
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px #e3f4dc;
	border-radius: 3px;
}
.contact-detail {
	padding: 30px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px #e3f4dc;
	border-radius: 3px;
}
.contact-form h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.contact-detail h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.contact-detail p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
.contact-detail .contact-detail-list {
	margin: 20px 0px;
}
.contact-detail .contact-detail-list ul li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}
.contact-detail .contact-detail-list ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #fa9b1b;
}
.contact-detail .contact-detail-list ul li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}
.contact-detail .contact-detail-list ul li small {
	font-size: 16px;
	color: #333;
}
.contact-detail ul.social-link {
	margin-top: 20px;
}
.contact-detail ul.social-link li {
	display: inline-block;
	margin: 2px;
}
.contact-detail ul.social-link li a {
	display: inline-block;
}
.contact-detail ul.social-link li a i {
	width: 40px;
	height: 40px;
	border: 2px dotted #fa9b1b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fa9b1b;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-detail .contact-detail-list ul li a {
	display: block;
	color: #182e57;
	font-size: 17px;
}
.contact-detail ul.social-link li a i:hover {
	background: #fa9b1b;
	color: #fff;
}
.contact-form input {
	width: 100%;
	padding: 13px 14px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-form input:focus{
	border-color: #fa9b1b;
}
.contact-form textarea{
	width: 100%;
	padding: 13px 14px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 160px;
}
.contact-form textarea:focus{
	border-color: #fa9b1b;
}
.contact-form button {
	border: none;
	text-align: center;
	width: 100%;
}
/*===== All Preloader Style =====*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; 
}
#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
  	0% {
    	transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	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; 
    } 
}
/*End Preloader Style*/
/*
 * Footer Area
*/
#contact-map {
	height: 200px;
}
.footer {
	background-color: #232a34;
	color: #fff;
}
.footer-top{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-widgets h2 {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 900;
	color: #fff;
}
.footer-widgets p {
	color: #fff;
	line-height: 26px;
}
.footer-widgets h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.footer-widgets ul li {
	padding: 6px 0px;
}
.footer-widgets ul li a {
	color: #ccc;
	font-size: 15px;
}
.footer-widgets ul li a:hover{
	color: #fff;
}
.footer-widgets ul li a i{
	padding-right: 3px;
}
.footer-bottom p {
	color: #ccc;
}
.footer-bottom p a{
	color: #ccc;
}
.footer-bottom p a:hover{
	color: #fff;
}