/* --------------------------------------
   Global Styles
-----------------------------------------*/

body {
    background-color: #fff;
}

.main-title h2 {
    color: #444;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: 0;
}

.main-title h2:before,
.main-title h2:after {
    height: 2px;
    width: 28%;
    background: linear-gradient(to left, #319be6 7%, #16c0f0 93%);
}

.main-title h2 .main-color {
    color: #16c0f0;
}

.main-title span i {
    background: #fff;
    color: #16c0f0;
    font-size: 16px;
}

.main-btn {
    color: #16c0f0;
    border: 2px solid #319be6;
}

.main-btn:hover {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
}

/* --------------------------------------
    Loading
-----------------------------------------*/

.preloader {
    background: #041331;
}

.preloader .loading-inner:before,
.preloader .loading-inner:after {
    border: 2px solid #16c0f0;
}

/* --------------------------------------
    Control Bar
-----------------------------------------*/

.control-bar {
    background-color: #041331;
}

.control-bar .logo-brand span {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    -webkit-background-clip: text;
    color: transparent;
}

.control-bar .menu-toggle .bar {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
}

/* --------------------------------------
    Slide Menu
-----------------------------------------*/

.slide-menu {
    background-color: #041331;
}

.slide-menu .logo {
    border-bottom: 1px solid rgba(255, 255, 255, .02);
}

.slide-menu .logo .logo-brand {
    color: #fff;
}

.slide-menu .logo .logo-brand span {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    -webkit-background-clip: text;
    color: transparent;
}

.slide-menu .menu-list li {
    border-top: 1px solid #06173a;
    border-bottom: 1px solid #051127;
}

.slide-menu .menu-list li a {
    color: #dbdede;
}

.slide-menu .menu-list li a:after {
    background-color: #16c0f0;
}

.slide-menu .menu-list li a span {
    color: #16c0f0;
}

.slide-menu .social-media li a {
    color: #dbdede;
    border: 1px solid #dbdede;
}

.slide-menu .social-media li a:hover {
    background: #16c0f0;
    border: 1px solid #16c0f0;
}

/* --------------------------------------
    Home
-----------------------------------------*/



/* --------------------------------------
   About Me
-----------------------------------------*/

.about-me {
    color: #444;
}

.about-me .about-image {
    background: linear-gradient(-50deg, #16c0f0 62%, transparent 25%);;
    box-shadow: 0 0 10px #d9d9d9;
}

.about-me .about-image img {
    opacity: 1;
}

.about-me .about-info h3 {
    color: #444;
    font-size: 23px;
    letter-spacing: .5px;
    line-height: 1.3;
}

.about-me .about-info h3:before {
    background: linear-gradient(to left, #319be6 7%, #16c0f0 93%);
}

.about-me .about-info h4 {
    color: #444;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: .1px;
}

.about-me .about-info p {
    color: #555;
}

.about-me .about-info .btn-download {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    color: #fff;
}

/* --------------------------------------
    Services
-----------------------------------------*/

.services {
    background: #041331;
}

.services .main-title h2 {
    color: #fff;
}

.services .main-title span i {
    background: #041331;
}

.services .service .service-icon:after {
    border-top: 1px solid #06173a;
    border-bottom: 1px solid #051127;
}

.services .service .service-icon i {
    background: #041331;
    color: #16c0f0;
    border: 1px solid #16c0f0;
}

.services .service:hover .service-icon i {
    background: rgba(22, 192, 240, .8);
}

.services .service h4 {
    color: #fff;
}

.services .service p {
    color: #dbdede;
}

/* --------------------------------------
    Resume
-----------------------------------------*/

.resume {
    color: #fff;
}

.resume .resume-item {
    border: 3px solid #efefef;
    box-shadow: 0 0 10px rgba(153, 153, 153, .1);
}

.resume .resume-item .resume-icon {
    color: #16c0f0;
    opacity: .5;
}

.resume .resume-item .resume-date {
    color: #444;
    border-bottom: 1px solid #f3f1f1;
}

.resume .resume-item h4 {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    -webkit-background-clip: text;
    color: transparent;
    border-top: 1px solid #f7f5f5;
    font-size: 18px;
}

.resume .resume-item span {
    color: #444;
    border-bottom: 1px solid #f3f1f1;
}

.resume .resume-item p {
    color: #555;
    border-top: 1px solid #f7f5f5;
}

/* --------------------------------------
    Skills
-----------------------------------------*/

.skills {
    background: #041331;
}

.skills .main-title h2 {
    color: #fff;
}

.skills .main-title span {
    background: #041331;
}

.skills .main-title span i {
    background: #041331;
}

.skills .box .chart {
	color: #fff;
}

.skills .box h4 {
    color: #dbdede;
}

/* --------------------------------------
    Portfolio
-----------------------------------------*/

.portfolio .list-filter li {
    color: #444;
    border: 2px solid #16c0f0;
}

.portfolio .list-filter li:before {
    border: none;
}

.portfolio .list-filter .active {
    background: #16c0f0;
    color: #fff;
}

.portfolio .portfolio-content .item .overlay {
    background-color: rgba(204, 204, 204, .9);
}

.portfolio .portfolio-content .item .overlay .icon-img {
    background-color: #16c0f0;
    border: 1px solid #16c0f0;
}

.portfolio .portfolio-content .item .overlay .item-title {
    color: #444;
    font-weight: 600;
}

.portfolio .portfolio-content .item .overlay .item-category span {
    color: #16c0f0;
}

/* --------------------------------------
    Fun Facts
-----------------------------------------*/

.facts {
    background: #041331;
}

.facts .fact-item .fact-icon:after {
    border-top: 1px solid #06173a;
    border-bottom: 1px solid #051127;
}

.facts .fact-item .fact-icon i {
    background: #041331;
    color: #16c0f0;
    border: 1px solid #16c0f0;
}

.facts .fact-item:hover .fact-icon i {
    background: rgba(22, 192, 240, .8);
}

.facts .fact-item h4 {
    color: #fff;
}

.facts .fact-item .fact-number {
    color: #dbdede;
}

/* --------------------------------------
    Testimonials
-----------------------------------------*/

.testimonials .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #16c0f0;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 192, 240, .6);
            box-shadow: 0 0 0 0 rgba(22, 192, 240, .6);
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
                box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
                box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
    }
}

.testimonials .testimonial-box {
	background: #041331;
    border-image: 1 linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
}

.testimonials .testimonial-box .client-pic img {
	border: 2px solid #06173a;
    background: #041331;
}

.testimonials .client-details h6 {
	color: #fff;
}

.testimonials .client-details span {
    color: #16c0f0;
}

.testimonials .testimonial-box .description .quote-left {
    color: #a6aebf;
}

.testimonials .testimonial-box .description .quote-right {
    color: #a6aebf;
}

.testimonials .testimonial-box .description p {
    color: #dbdede;
}

/* --------------------------------------
    Blog
-----------------------------------------*/

.blog {
    background: #041331;
    color: #fff;
}

.blog .main-title h2 {
    color: #fff;
}

.blog .main-title span i {
    background: #041331;
}

.blog .post {
    background: #fff;
    border-image: 1 linear-gradient(to left, #319be6 7%, #16c0f0 93%);
}

.blog .post-img {
    background: linear-gradient(-50deg, #16c0f0 62%, transparent 25%);
    box-shadow: 0 0 10px rgba(239, 239, 239, .1);
	padding: 0;
}

.blog .post-img img {
    opacity: 1;
}

.blog .post .post-content .post-title h4 {
    color: #444;
    font-size: 18px;
}

.blog .post .post-content .post-title h4:hover {
    color: #16c0f0;
}

.blog .post .post-content .post-info {
    border-bottom: 1px solid #eee;
}

.blog .post .post-content .post-info li {
    color: #555;
}

.blog .post .post-content .post-info li a span {
    color: #555;
}

.blog .post .post-content .post-info li a span:hover {
    color: #16c0f0;
}

.blog .post .post-content .post-text p {
    border-top: 1px solid #ddd;
    color: #555;
}

.blog .post .post-content .post-more {
    color: #444;
    font-weight: 800;
}

.blog .post .post-content .post-more:hover {
    color: #16c0f0;
}

/* --------------------------------------
    Contact
-----------------------------------------*/

.contact .contact-box .title-box .icon-box:after {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
}

.contact .contact-box .title-box .icon-box i {
    background: #fff;
    color: #16c0f0;
    border: 1px solid #16c0f0;
}

.contact .contact-box:hover .title-box .icon-box i {
    background: rgba(22, 192, 240, .8);;
}

.contact .contact-box .title-box .name-box h4 {
    color: #444;
    font-weight: 800;
}

.contact .contact-box .content-box p {
    color: #555;
}

.contact .contact-form {
    background: #041331;
    box-shadow: 0 0 10px rgba(238, 238, 238, .1);
}

.contact .contact-form .form-group .form-control {
    background-color: #041331;
    color: #fff;
    border-bottom: 1px solid rgba(190, 191, 191, .4);
}

.contact .contact-form .form-group label {
    color: #c5c3c3;
}

.contact .contact-form .form-group .form-control:focus ~ label {
    color: #16c0f0;
}

.contact .contact-form .form-group .input-border {
    background-color: #16c0f0;
}

.contact .contact-form .main-btn {
    border-color: #16c0f0;
}

/* --------------------------------------
    Footer
-----------------------------------------*/

.footer {
    background-color: #041331;
    color: #fff;
}

.footer .logo {
    color: #fff;
}

.footer .logo span {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    -webkit-background-clip: text;
    color: transparent;
}

.footer .footer-social-icons li a {
    color: #dbdede;
    border: 1px solid #dbdede;
}

.footer .footer-social-icons li a:hover {
    background: #16c0f0;
    border: 1px solid #16c0f0;
}

.footer .copyright p a {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
    -webkit-background-clip: text;
    color: transparent;
}

/* --------------------------------------
    Scroll To Top
-----------------------------------------*/

.scroll-top {
    background: linear-gradient(to bottom, #319be6 7%, #16c0f0 93%);
}