/* =================================================

Template Name:  Harper - Personal Responsive Bootstrap Template
Author: MouriThemes
Version: 1.0
Design and Developed by: MouriThemes

NB: This is the main stylesheet of this theme.

=================================================== */

/*
Table of content

01. Default css
02. Preloader css
03. Nav area css
04. Mouse Animate css
05. Banner area css
06. About area css
07. Skills area css
08. Services area css
09. Portfolio area css
10. Statistic area css
11. Blog area css
12. Testimonial area css
13. Contact area css
14. Footer area css

*/


/*---------------------------------
 01. Default css
-----------------------------------*/

html,body{
    height: 100%;
}

body{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #f9f9f9;
    font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #ffffff;
    font-weight: 600;
}

h3{
    font-size: 20px;
    text-transform: none;
}

p {
    letter-spacing: 0;
    line-height:1.8;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:focus{
    outline:none;
    text-decoration: none;
}

ul,li{
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding{
    padding: 80px 0;
}

.section-header{
    margin-bottom: 60px;
    text-align: center;
}

.section-header .line1 {
	height: 5px;
	width: 100px;
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	margin: 15px auto 0;
}

section{
    background: #000;
}
.xs-mb-30{
    margin-bottom: 30px;
}


/*---------------------------------
 02. Preloader css
-----------------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #f64f59;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}


/*---------------------------------
 03. Navigation css
-----------------------------------*/

.nav-area{
    height: 65px;
}

.nav-area.sticky_navigation{
    background: #ffffff;
    height: 55px;
}

.sticky_navigation{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out ;
    -ms-transition: all 0.4s ease-out ;
    -o-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
    -webkit-box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
}

.sticky_navigation .main-menu{
    margin-top: 0;
}

.sticky_navigation .navbar-brand, .sticky_navigation .navbar-brand span {
    background: linear-gradient(90deg,#0788ff 0%,#90f 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.sticky_navigation .nav li a {
    color: #333333;
}

.sticky_navigation .nav li.active a{
    color: #0788FF;
}

.main-menu{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-top: 10px;
}

.navbar{
    border:0;
    margin-bottom: 0;
}

.navbar-brand{
    padding: 15px 0;
    font-size: 25px;
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
    color: #ffffff;
}

.navbar-right li{
    display: inline-block;
    float: none;
}

.navbar-right li a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-right li.active a{
    font-weight: bold;
    color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus{
    background: none;
}

.navbar-toggle .icon-bar{
    background: #777777;
}

/*---------------------------------
 04. Mouse Icon Animate css
-----------------------------------*/


.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: -160px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -17px;
    display: block;
    z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

/*---------------------------------
 05. Banner Area css
-----------------------------------*/

.banner-area{
    background-image: url(../images/home/banner1.jpg);
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
    height: 100%;
}

.banner-table{
    display: table;
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-table-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.welcome-text{
    color: #ffffff;
}

.welcome-text h2 {
	font-size: 2em;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.text-affect, .typed-cursor {
	display: inline;
	font-size: 4em;
	font-weight: 700;
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}

.banner-btn a {
	background: transparent;
	color: #ffffff;
	padding: 10px 35px;
	display: inline-block;
	margin-top: 30px;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 2px;
	border: 2px solid #fff;    
}

.banner-btn a:hover{
    transition: .6s;
    background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
    border: 0;
}
@media (max-width: 991px){
    .welcome-text{
        text-align: center;
        margin: 25px auto;
    }
}

/*---------------------------------
 06. About area css
-----------------------------------*/

.about-area h4 {
	font-size: 30px;
	margin-bottom: 30px;
}
.about-area .socials {
	margin-top: 30px;
}

/*---------------------------------
 07. Skills area css
-----------------------------------*/

.skills-area h6 {
	font-size: 25px;
	margin-bottom: 40px;
}
.skillbar .skillbar-title {
    font-weight: normal;
}

p.heading-text {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.about-text img {
    width: 90px;
    margin-bottom: 15px;
}

.socials a i {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 13px;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333333;
    color: #ffffff;
}

.socials a i:hover {
    border-color: #3498db;
    color: #ffffff;
    background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.skillbar-bar:before {
    background: #eee;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.skillbar-bar {
	height: 7px;
	width: 0px;
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	transition-property: width, background-color;
	margin-top: 6px;
}

.skillbar-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.skill-bar-percent {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.experience-area h3{
    font-weight: 600;
}

.experience-area h3, h5 {
    margin: 0 0 10px;
}

.experience-area h5 {
	font-style: italic;
	text-transform: uppercase;
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*---------------------------------
 08. Services area css
-----------------------------------*/

.services-icon i {
    font-size: 35px;
    color: #ffffff;
}

.services-content h3 {
    line-height: 1.9;
    text-transform: uppercase;
}

.services-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 20px;
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
}

.single-services {
    padding: 40px 20px;
    margin-bottom: 15px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.single-services:hover {
    transition: ease .09s;
}

.single-services:hover{
    background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%)#000;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;    
}

.single-services:hover .services-icon{
    background: #ffffff;
    transition: ease .3s;
}

.single-services:hover .services-icon i{
    color: #000;
}

.single-services:hover .services-content{
    color: #ffffff;
}
.single-services:hover .services-content h3{
    color: #ffffff;
}

/*---------------------------------
 09. Portfolio area css
-----------------------------------*/

.single-portfolio {
    margin-top: 20px;
}

.single-portfolio .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.single-portfolio .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.portfolio-area .list-inline li.active {
    background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
    color: #ffffff;
}

.portfolio-area ul li:hover{
    cursor: pointer;
}

.single-portfolio .item-overlay{
    position: absolute;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    height: 0;
    top: 50%;
    width: 0;
    text-align: center;
    opacity: 0;
    left: 50%;
}

.single-portfolio .item:hover {
    z-index: 100;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.single-portfolio .item:hover .item-overlay {
    height: 85%;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
}

.portfolio-images .mix {
    display: none;
}

.single-portfolio .item-overlay i {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 22px;
    left: 50%;
    color: #fff;
    background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
    padding: 20px;
    top: 50%;
}

.portfolio-area ul.list-inline{
    text-align: center;
}

.portfolio-area ul.list-inline li {
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	padding: 15px 30px;
}

/*---------------------------------
 10. Statistics area css
-----------------------------------*/

.statistic-area {
	text-align: center;
}
.single-count i {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 30px;
}
.single-count h2 {
	font-size: 50px;
	background: linear-gradient(90deg,#0788ff 0%,#90f 100%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.single-count p {
	font-size: 18px;
	color: #ffffff;
}

/*---------------------------------
 11. Blog area css
-----------------------------------*/

.blog-item .post-meta {
	color: #fff;
	font-size: 12px;
	line-height: normal;
	margin-top: 30px;
}
.blog-item {
	margin-bottom: 30px;
}
.cuss-color {
	background: linear-gradient(90deg,#0788ff 0%,#90f 100%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.btn-bar .btn-cus {
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 25px;
    margin-top: 20px;
}

/*---------------------------------
 12. Testimonial area css
-----------------------------------*/

.testimonial-content p {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}

.single-testimonial {
	margin: 0 49px 29px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	padding: 40px 30px 40px;
	position: relative;
	background-color: transparent;
	color: #fff;
	text-align: center;
}

.single-testimonial::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 5px;
}

.single-testimonial::after {
    content: "";
    background-color: #fff;
    right: 0;
    width: 20%;
    height: 5px;
    position: absolute;
    bottom: 0;
}

.single-testimonial .testimonial-content{
    margin-bottom: 30px;
    font-size: 15px;
}

.single-testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.single-testimonial .pic img{
    width: 100%;
    height: 100%;
}

.single-testimonial .testimonial-title small{
    font-size: 15px;
    color:#292F36;
}

.owl-theme .owl-controls{
    margin-top: 50px;
    margin-left: 30px;
}

.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%) !important;
}

/*---------------------------------
 13. Contact area css
-----------------------------------*/

.contact-area .form-control{
    border: none;
    border-bottom: 2px solid #a2a2a2;
    box-shadow: none;
    padding: 6px 0;
    border-radius: 0;
    margin-bottom: 30px;
}

.contact-area textarea.form-control{
    border:2px solid #a2a2a2;
    padding: 6px;
    height: 250px;
    margin-bottom: 30px;
}

.btn.btn-send {
	background: linear-gradient(90deg, #0788FF 0%, #9900FF 100%);
	color: #ffffff;
	border-radius: 50px;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0px;
}
.form-control {
	background-color: transparent;
}

/*---------------------------------
 14. Footer area css
-----------------------------------*/


.footer-area {
    background: #0a0a0a;
    color: #ffffff;
    padding: 30px 0;
}


























