/*==========================================================
Template Name: UI Expert Website
Created By: Prameshwar Kumar
Envato Profile: *********
Website: http://uiexpertin.com
Description:  Fully Responsive Personal Portfolio Template with awesome features.
Version: v1.0
Support: ******************
============================================================*/


/*===========================================================
CSS INDEX
===================

[ 1. General Code ]
[ 2. Typography ]
[ 3. Global Classes ]
[ 4. Home Version's ]
[ 5. Pages ]
[ 6. Loding Bar ]
[ 7. ScrollUp ]
==============================================================*/


/*
[ 1. General Code ]
================ */

body { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; font-weight: 400; color: #a1a1a1; background-color: #fff; overflow-x: hidden; -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased; }
html { font-family: 'Poppins', sans-serif; }
html, body { width: 100%; height: 100%; }

::-moz-selection {
    background: #318DFD;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #318DFD;
    text-shadow: none;
    color: #fff;
}
.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }
img { max-width: 100%; }
.fix { overflow: hidden; }
hr.line { background: #f5f5f5 none repeat scroll 0 0; border: 0 none; height: 1px; margin: 0 auto; width: 100px; }
input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:focus, textarea:focus { outline: 0px; }


/* installed Google fonts
---------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Poppins:400,500,600');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/


/* Link style
============== */

a { color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 1; }
a, a > * { outline: none; cursor: pointer; text-decoration: none; }
a:focus, a:hover { color: #ffffff; outline: none; text-decoration: none; }
/* Transition
=============== */

a, .navbar a, .form-control { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
/*
[ 2. Typography ]
==========================*/

p { font-family: 'Poppins', sans-serif; color: #767676; font-size: 16px; line-height: 24px; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #4f4f4f; margin: 0 0 15px; text-transform: uppercase; }
h1 { font-size: 40px; font-weight: 700; }
h2 { font-size: 32px; font-weight: 700; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; }
.btn { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); border: none; border-radius: 2px; }
.btn.btn-lg { font-size: 16px; padding: 15px 20px; }
.btn.btn-hover-shdow:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); }
.btn.btn-white { background: #fff; color: #347eff; }
.btn.btn-white:active, .btn.btn-white:focus { background: #fff; color: #347eff; }
.btn.btn-blue { background: #61a7ff; color: #fff; }
.btn.btn-blue:hover, .btn.btn-blue:focus { background: #82b9ff; color: #FFF; }
.btn.btn-blue:active { background: #fff; color: #347eff; }

.btn.btn-dribble { background: #fb76aa; color: #fff; }
.btn.btn-dribble:hover, .btn.btn-dribble:focus { background: #ff8eba; color: #FFF; }
.btn.btn-dribble:active { background: #fff; color: #fb76aa; }
section { padding: 50px 0; }
.horizontal-line hr { margin: 0; max-width: 80px; border-color: #4f4f4f; }
.horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px }
.text-center .horizontal-line hr { margin: 0 auto; max-width: 80px; border-color: #4f4f4f; }
.text-center .horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px }
.section-title { margin-bottom: 30px; }
.multiple-col{margin-top: -15px; margin-bottom: -15px;}
.multiple-col > [class*="col-"]{padding-top: 15px; padding-bottom: 15px;}
@media(min-width:767px) {
    section {
        padding: 100px 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
}
/*margin top
-------------*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }

/* Screen Support
-------------------- */
@media screen and (max-width: 768px) {
    .mt-50 {
        margin-top: 40px;
    }
    .mt-80 {
        margin-top: 50px;
    }
    .mt-100 {
        margin-top: 60px;
    }
}
/*margin bottom
----------------*/
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-11 { margin-bottom: 11px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mtb-50 { margin: 50px 0; }
.mtb-15 { margin: 15px auto; }
/* Screen Support
-------------------- */
@media screen and (max-width: 768px) {
    .mb-50 {
        margin-bottom: 30px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .mtb-60 {
        margin-bottom: 20px;
    }
    .mtb-50 {
        margin: 30px 0;
    }
    .mtb-15 {
        margin: 10px auto;
    }
}
/*Navigation*/

.navbar-default { background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); border: none; }
.navbar-toggle { border: none; max-width: 28px; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
.navbar-default .navbar-toggle .icon-bar { background: #fff; border-radius: 5px; height: 3px; width: 28px; float: right; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: 6px; }
.navbar-toggle .icon-bar:nth-child(3) {
    width: 24px;
}
.navbar-default .navbar-nav>li>a { color: rgba(255, 255, 255, .7); position: relative; }
.logo{height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;}
.navbar-default .navbar-brand, .logo { color: #fff; position: relative; }
.navbar-default .navbar-brand span, .logo span { float: left; padding: 5px 7px; margin-top: -5px; margin-right: 5px; background: #fff; color: #347eff; }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: #fff;
}
.navbar-default .navbar-brand:active{
    opacity: .7;
}
@media(min-width:767px) {
    .navbar-default {
        border: none;
        box-shadow:0 1px 8px rgba(2, 3, 3, 0);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .navbar-default .navbar-nav>li + li {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a {
        color: rgba(255, 255, 255, 1);
        background: none;
    }
    .navbar-default .navbar-nav>li>a:before {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        height: 2px;
        background: rgba(255, 255, 255, 1);
        width: 0;
        left: 10px;
        content: '';
        top: 50%;
        position: absolute;
        margin-top: -1px;
    }
    .navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li.active>a:before {
        width: calc(100% - 20px);
    }
    .navbar-default .navbar-nav>li.active>a:hover {
        opacity: .5;
        color: rgba(255, 255, 255, 1);
        background: none;
    }

    .navbar-default .navbar-nav>li.active>a:focus {
        color: rgba(255, 255, 255, 1);
        background: none;
    }
}
/*Intro Section*/

.intro-section { color: rgba(255, 255, 255, 1); background: #298fff; background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); padding-top: 100px; padding-bottom: 0; position: relative; }
.intro-content h5 { color: rgba(255, 255, 255, .8); margin: 0 0 5px; }
.intro-content h1 { color: rgba(255, 255, 255, 1); }
.intro-content p { color: rgba(255, 255, 255, .8); }
.intro-content .intro-buttons { margin-top: 30px; }
@media(min-width:767px) {
    .intro-section {
        padding-top: 150px;
    }
    .intro-content h1 {
        margin-bottom: 24px;
    }
    .intro-content .intro-buttons {
        margin-top: 40px;
    }
    .intro-content {
        margin-top: 120px;
    }
    .intro-content .btn + .btn {
        margin-left: 10px;
    }
}
/*About Me section*/
.about-section .btn-download { margin-bottom: 50px }
@media(min-width:767px) {
    .about-section .btn-download {
        margin-bottom: 0px
    }
}
/* Progress bar
-----------------*/
.right.skill-progress { max-width: 370px; width: 100%; }
.skill-bar { margin-bottom: 28px; }
.skill-progress .skill-bar:last-child { margin-bottom: 0px; }
.progress-title-holder { position: relative; font-size: 14px; text-transform: uppercase; }
.progress-title { z-index: 100; }
.progress-wrapper { width: 100%; z-index: 10; }
.progress-mark { position: absolute; bottom: 0; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.progress-mark:after { background: #347eff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52, 126, 255, .5); content: ""; height: 14px; position: absolute; right: 7px; bottom: -25px; width: 14px; z-index: 999; }
.progress-mark span, .progress-title-holder { color: #5e5e5e; font-family: Montserrat, sans-serif; font-weight: 700; }
.progress-outter { background-color: #c8c8c8; }
.progress-content { background-color: #347eff; width: 0%; /* Initial value */ }
.progress-content, .progress-outter { height: 8px; border-radius:4px; }

/*Experience Section*/
.experience-section { background: #FAFAFA; }
.single-experiance-details { position: relative; padding-left: 50px; padding-bottom: 50px; }
.single-experiance-details .ckeckmarks { position: absolute; left: 0; top: 0; width: 22px; text-align: center; height: 100%; }
.single-experiance-details .ckeckmarks:before { content: ''; position: absolute; left: 0; top: 0; content: "\F132"; font-family: "Material Design Icons"; color: #4f4f4f; font-size: 24px; top: 0px; width: 22px; height: 20px; text-align: center; z-index: 1; background: #FAFAFA; line-height: 22px; }
.single-experiance-details .ckeckmarks:after { content: ''; position: absolute; left: 50%; margin-left: -1px; width: 2px; height: 100%; top: 10px; content: ""; border-right: 2px dashed #939393; }
.single-experiance-details .company { margin-bottom: 15px; }
.single-experiance-details .company p { font-size: 14px; color: #aaa; font-weight: 600; }
.single-experiance-details .company h6 { margin: 0; color: #888; }
.single-experiance-details .details h5 { font-weight: 700; }
@media(min-width:767px) {
    .single-experiance-details:last-child {
        padding-bottom: 0;
    }
    .single-experiance-details:last-child .ckeckmarks:after {
        left: -99999px;
    }
}
@media(max-width:767px) {
    .single-experiance-details.sm-pb {
        padding-bottom: 0
    }
}
/*Portfolio Section*/
.single-portfolio { position: relative; overflow: hidden;}
.single-portfolio a{display: block;}
.single-portfolio .portfolio-img{background: #f1f1f1;  }
.single-portfolio .portfolio-img img{ position: relative;  opacity: 1; position: relative; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-filter: grayscale(0%);  filter: grayscale(0%);}
.single-portfolio .portfolio-title,
.single-portfolio .portfolio-zoom{position: absolute; -webkit-transition: all .3s ease; transition: all .3s ease; width: 100%; opacity: 0;}
.single-portfolio .portfolio-zoom{text-align: center;  top: 50%; height: 50px; margin-top: -25px; z-index: 2;}
.single-portfolio .portfolio-zoom .mdi{width: 50px; height: 50px; border-radius: 3px; background: rgba(73, 73, 73, 0.35); display: inline-block; line-height: 50px; font-size: 24px; -webkit-transition: ease all .3s; transition: ease all .3s;}
.single-portfolio .portfolio-title{bottom: 0px; padding: 30px;  -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 1;}
.single-portfolio .portfolio-title h4{text-transform: none; margin: 0;}
.single-portfolio .portfolio-title p {margin: 0; font-size: 14px;}
.single-portfolio a:hover .portfolio-zoom{opacity: 1}
.single-portfolio a .portfolio-zoom .mdi:hover{background: rgba(73, 73, 73, 1); }
.single-portfolio a:hover .portfolio-title{opacity: 1; bottom: 0;  -webkit-transition: all 1s ease;  transition: all 1s ease; }
.single-portfolio a:hover .portfolio-img img{opacity: .2; bottom: 0;  -webkit-filter: grayscale(100%);  filter: grayscale(100%);   -webkit-transform: scale(1.2);   transform: scale(1.2)}
@media(min-width:767px) {
    .single-portfolio .portfolio-title{bottom: -120px; padding: 30px;  -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 0;}
}

/*Section My Services*/
.section-services{ }
.service-item{
    padding:50px 30px;
    background: #fdfdfd;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-item .mdi{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px #347eff solid;
    color: #347eff ;
    line-height: 38px;
    font-size: 20px;
    margin-bottom: 30px;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 0 0 rgba(52, 126, 255, .5);
}
.service-item hr{
    max-width: 60px;
    margin:15px auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-item:hover{box-shadow: 0 7px 30px 0 rgba(0,0,0,.08);}
.service-item:hover .mdi{background: #347eff; color: #fff; box-shadow: 0 4px 10px 0 rgba(52, 126, 255, .5);}

/*Section Contact*/
.section-contact{
    padding-bottom: 70px;
}
.section-contact .contact-details{
    margin-top: 30px;
}
.section-contact .contact-details li{
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    color: #767676;
    margin-bottom: 30px;
    padding-top: 7px;
}

.section-contact .contact-details li h5{ margin: 0 0 5px}
.section-contact .contact-details li a, .section-contact .contact-details li p{
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: none;

}
.section-contact .contact-details li .mdi{position: absolute; left: 0; width: 30px; height: 30px; border: 1px solid #767676; border-radius: 50%; text-align: center; line-height: 28px; font-size: 14px; top: 0; left: 0;}
.googlemap{
    width: 100%;
    height: 430px;
}
/*Section Footer*/
.footer{
    background: #f1f1f1;
    padding: 15px 0;

}
.footer p{
    font-size: 14px;
    color: #aaa;
    line-height: 24px;
    padding: 0;
    margin-bottom: 15px;
}
.social-link ul{
    margin: 0;
}
.social-link li{
    display: inline-block;
}
.social-link li + li{margin-left: 20px;}
.social-link li a{
    line-height: 24px;
    color: #aaa;
    font-size: 18px;
}
.social-link li a:hover{
    color: #555;
}
@media(min-width:767px) {
    .social-link{
        float: right;
    }
    .footer p{
        margin: 0;
    }
}
.scrollToTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #298fff;
    opacity: 0;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1);
    text-align: center;
    line-height: 30px;
}
.scrollToTop .mdi{
    font-size: 20px;
}
.scrollToTop.scroll-active{
    opacity: 1;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#298fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
