*{
font-family: 'Lora', serif;
font-family: 'Roboto Slab', serif;
}
/* ======== Start Header ========== */
#header{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    width: 300px;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    padding: 0 15px;
    background: #040b14;
    overflow-y: auto;

}
#header .profile img{
    margin: 15px auto;
    display: block;
    width: 120px;
    border: 8px solid #2c2f3f;
}
#header .profile h1{
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    -moz-text-align-last: center;
    text-align-last: center;
    font-family: "Poppins",sans-serif;
}
#header .profile .social-links a{
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #FFF;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#header .profile .social-links a:hover{
    background: #149ddd;
    color: #FFF;
    text-decoration: none;
}
#header .profile h1 a,
#header .profile h1 a:hover{
    color: #FFF;
    text-decoration: none;
}
#main{
    margin-left: 300px;
}
@media (max-width:1199px){
    #header{
        left: -300px;
    }
    #main{
        margin-right: 0;
        margin-left: -1px !important;
    }
}
/* Navigation Menu */
.nav-menu{
    padding-top: 30px;
}
.nav-menu *{
    padding:0;
    margin: 0;
    list-style: none;
}
.nav-menu > ul > li{
position: relative;
white-space: nowrap;
}
.nav-menu a{
    display: flex;
    align-items: center;
    color:#a8a9b4;
    padding: 12px 15px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 15px;
}
.nav-menu a i{
    font-size: 24px;
    padding-right: 8px;
    color: #6f7180;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a{
    text-decoration: none;
    color: #FFF;
}
.nav-menu a:hover i,
.nav-menu .active > a i,
.nav-menu li:hover > a i{
    color: #149ddd;
}
/* Mobile Navigation */
.mobile-nav-toggle{
    position: fixed;
    right: 15px;
    top:15px;
    z-index: 9998;
    border:0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i{
    color: #149ddd;
}

.mobile-nav-active{
    left:0 !important;
    width: 1000px;
}
.mobile-nav-toggle .mobile-nav-active i{
    color: #FFF;
}
/* ======== End Header ======= */
/*===== Start Hero section =====*/
#hero{
    width: 100%;
    height: 100vh;
    background: url('../img/hero.jpg') top center;
    background-size: cover;
}
/* before */
#hero::before{
    content: "";
    background: rgba(5, 13, 24, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#hero .hero-container{
    position: relative;
    z-index: 2;
    min-width: 200px;
}
#hero h1{
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #FFF;
}
#hero p{
    color: #FFF;
    margin-bottom: 50px;
    font-size: 34px;
    font-family: "Poppins",sans-serif;
}
#hero p span{
    color: #FFF;
    padding-bottom: 4px;
    letter-spacing: 1px;
    border-bottom: 1px solid #149ddd;
}
/* make it responsive */
@media(min-width:1024px){
    #hero{
        background-attachment: fixed;
    }
}
@media(max-width:768px){
    #hero h1{
    font-size: 28px;
    line-height: 36px;
    }
    #hero h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    }
}
/*===== End Hero section =====*/
/*====== Start About Section ====*/
.about .content h3{
font-weight: 700;
font-size: 26;
color: #173b6c;
}
.about .content ul{
    list-style: none;
    padding: 0;
}
.about .content ul i{
    font-size: 20px;
    padding-right: 2px;
    color: #149ddd;
}
.about .content p:last-child{
    margin-bottom: 0;
}
/*========Start Facts section=====*/
.facts{
    padding-bottom: 30px;
}
.facts .count-box{
    padding:30px;
    width: 100%;
}
.facts .count-box i{
    display: block;
    font-size: 44px;
    color: #149ddd;
    float: left;
}
.facts .count-box span{
    font-size: 48px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #050d18;
    margin-left: 60px;
}
.facts .count-box p{
    padding:15px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    color: #122f57;
}
.facts .count-box a{
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #122f57;
    font-size: 15px;
    font-family: "Poppins",sans-serif;
    transition: ease-in-out 0.3s;
}
.facts .count-box a:hover{
    color: #1f5297;
}
/*=======Section General=======*/
section{
    padding:60px 0;
    overflow:hidden;
}
.section-bg{
    background: #f5f8fd;
}
.section-title{
    padding-bottom: 30px;
}
.section-title h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
}
/*AFter*/
.section-title h2::after{
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #149ddd;
bottom: 0;
left:0;
}
/*======= End About Section ====*/
/*========Start Skills Bar========*/
.skills .progress{
height: 50px;
display: block;
background: none;
}
.skills .progress .skill{
    padding:10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    color: #050d18;
}
.skills .progress .skill .val{
    float: right;
    font-style: normal;
}
.skills .progress-bar-wrap{
    background: #dce8f8;
}
.skills .progress-bar{
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #149ddd;
}
/*======End Skills Bar========*/
/*=======Start Services========*/
.services .icon-box{
    margin-bottom: 20px;
}
.services .icon{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #149ddd;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #149ddd;
    margin-left: 12px;
}
.services .icon i{
    color: #FFF;
    font-size: 24px;
}
.services .icon-box:hover .icon{
    background: #FFF;
}
.services .icon-box:hover .icon i{
  color: #149ddd;
}
.services .title{
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .title a{
    color: #343a40;
}
.services .title a:hover{
    color: #149ddd;
}
.services .description{
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}
.testimonial-img{
    background-color: #FFF;
}
/*========End Services=========*/
/*========Start Testimonials=======*/
.testimonials .testimonials-item{
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}
.testimonials .testimonials-item .testimonial-img{
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonials .testimonials-item h3{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonials-item h4{
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonials-item .quote-icon-left,
.testimonials .testimonials-item .quote-icon-right{
    color: #c3e8fa;
    font-size: 26px;
}
.testimonials .testimonials-item .quote-icon-left{
    display: inline-block;
    left:-5px;
    position: relative;
}
.testimonials .testimonials-item .quote-icon-right{
    display: inline-block;
    right:-5px;
    position: relative;
    top:10px;
}
.testimonials .testimonials-item p{
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding:20px;
    background: #FFF;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.testimonials .testimonials-item p::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #FFF;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left:calc(50% - 20px);
}
.testimonials .owl-nav,
.testimonials .owl-dots{
margin-top: 5px ;
text-align: center ;
}
.testimonials .owl-dots{
    display: inline-block ;
    margin: 0 5px ;
    width: 12px ;
    height: 12px ;
    border-radius: 50% ;
    background-color: #ddd !important;
}
.testimonials .owl-dots.active{
    background-color: #149ddd !important;
}
@media (max-width:767px) {
    .testimonials{
        margin: 30px 10px;
    }
}
/*=========End Testimonials=========*/
/*=========Start Contact==========*/
.contact{
    padding-bottom: 130px;
}
.contact .info{
    padding:30px;
    background: #FFF;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i{
    font-size:20px;
    color: #149ddd;
    float: left;
    width: 44px;
    height: 44px;
    background: #dff3fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4{
    padding:0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #050d18;
}
.contact .info p{
    padding:0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color:#173b6c;
}
.contact .info .email p{
    padding-top: 5px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i{
    background: #149ddd;
    color: #FFF;
}
.contact .php-email-form{
    width: 100%;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .validate{
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
.contact .php-email-form .form-group{
    padding-bottom: 8px;
}
.contact .php-email-form input{
    height: 44px;
}
.contact .php-email-form input,
.contact .php-email-form textarea{
    padding:10px 12px;
}
.contact .php-email-form button[type="submit"]{
    background: #149ddd;
    border: 0;
    padding:10px 12px;
    color: #FFF;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover{
    background: #004e72;
}
/*=========End Contact========*/
/*===========Start Footer=======*/
#footer{
    padding:15px;
    color: #f4f6fd;
    font-size: 14px;
    position: fixed;
    left:0;
    bottom: 0;
    width: 300px;
    z-index: 9999;
    background: #040b14;
}
#footer .copyright{
    text-align: center;
}
#footer .credits{
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #eaebf0;
}
@media(max-width:1199px){
    #footer{
        position: static;
        width: auto;
        padding-right: 20px 15px;
    }
    #main{
        position: static !important;
        width: auto !important;
        padding-right: 20px 15px
    }
}
/*===========End Footer========*/
/*Back To Top*/
.back-to-top{
    position: fixed;
   
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #149ddd;
    color: #FFF;
    transition: display 0.5s ease-in-out;
    z-index: 9999;
}
.back-to-top i{
    font-size: 24px;
    position: absolute;
    top:7px;
    left:8px;
}
.back-to-top:hover{
    color:#FFF;
    background: #00ecb1;
    transition: background 0.2s ease-in-out;
}