body{
    font-size:15px;
    color: #333;
    background-color: #fff;
    letter-spacing: 2px;
}
.loader{
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
}

.loader .inner{
    width: 100%;
    height: 100%;
    background: url(../imgs/369.gif) center center no-repeat;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:3;
    background: rgba(0,0,0,0.3)
}
.slides-navigation{
    z-index: 6;
}

.slides-navigation .prev,
.slides-navigation .next{
    width:50px;
    height: 50px;
    background-repeat: no-repeat;
}

.slides-navigation a.prev{
    left: 20px;
    background:url(../imgs/icons/prev.png);
}

.slides-navigation a.next{
    right: 20px;
    background: url(../imgs/icons/next.png);
}

.titleMessage{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    color:white;
    text-align: center;
    margin-top: -100px;
    height: 250px;
   
}

.titleMessage .heading p{
    color: #ffffff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    font-weight: 100;
    letter-spacing: 7px;
}

.titleMessage .heading .main{
        font-size: 40px;
        /* font-weight: 200; */
}

.titleMessage .heading .sub{
    font-size: 20px;
}

.section{
    padding: 100px 0;
}

.aboutImg{
    max-width: 100%;

}

#about .resume{
    margin-top:45px;
}

#about .resume a{
    border: 1px solid #418DB2; 
    padding:20px; 
    color:white; 
    background-color:#418DB2; 
    text-decoration: none;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

#about .resume a:hover{
    background-color: white;
    color: #418DB2;
    
    -webkit-box-shadow: 3px 4px 16px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 16px 2px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 16px 2px rgba(0,0,0,0.75);

    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.skillsSection{
    background: #5DA7C4;
    /* background: #418DB2; */
    /* background: #16a085; */
    color: whitesmoke;
}
.contactSection{
    background: #418DB2;
    /* background: #38ada9; */
    color: #fffefd;
}

.skill{
    text-align: center;
    margin-left: 10px;
}
.skillItem{
    margin-top:10px;
}
.chart{
    position: relative;
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
}

.chart canvas{
    top: 0;
    left:0;
    position:absolute;
}

.chart .percent{
    color:-#2c3e50;
    line-height: 160px;
    display: inline-block;
    font-size: 30px;
}

.chart .percent:after{
    content: '%'
}

.squareItem{
    position: relative;
    margin-top: 30px;
}

.squareInnerContainer{
    position: relative;
    padding: 50px 15px 35px;
    text-align: center;
    border: 3px solid whitesmoke;
    border-top: none;
}

.squareInnerContainer:before,
.squareInnerContainer:after{
    content: '';
    position: absolute;
    top: 0px;
    width: 30%; 
    border-bottom: 3px solid whitesmoke;
}

.squareInnerContainer:before{
    right: 0px;
}

.squareInnerContainer:after{
    left:0px;
}

.squareContent h2{
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 400;
    color: whitesmoke;
    /* color:#079992; */
}
.squareContent h3{
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    /* color:#079992; */
    color: whitesmoke;
}

.squareIcon{
    position: absolute;
    left: 50%;
    top:-40px;
    width: 40%;
    font-size: 60px;
    height: 60px;
    margin-left:-20%;
}

.contactBtn{
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.contactBtn:hover{
    text-decoration: none;
    color:#38ada9;
    background-color: #fff;
}

#navigation{
    background: #418DB2;
    /* background: linear-gradient(100deg, #16a085 ,#38ada9 ); */
    padding: 10px 10px;
    z-index: 100;
    width: 100%;
    /* border-bottom: 0.5px solid rgb(98, 139, 160); */
    /* -webkit-box-shadow: 0px 3px 10px -1px rgba(173,173,173,1);
    -moz-box-shadow: 0px 3px 10px -1px rgba(173,173,173,1); */
    box-shadow: 3px 1px 10px 0px rgba(173,173,173,1);
}

#navigation li{
    padding: 0 10px;
}

#navigation li a, .navbar-brand{
    color: white;
}

.navbar-toggler-icon{
    background: url(../imgs/icons/icons8-menu-64.png);
    background-size: 100%;
}

.fixedNav #navigation{
    position: fixed;
    top: 0;
}

.filter a {
    color: white;
    border: 1px solid whitesmoke;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.filter li {
    display: inline-block;
    padding: 10px;
}

.filter .current{
    background-color: #FEC52E;
    color: black;
    border-color: goldenrod;
}

.filter{
    text-align: center;
    width:100%;
}

#filters{
    padding: 0px;
}

.section .heading{
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    color: white;
}

.items li{
    display: inline-block;
    padding: 5px;
}

.itemsContainer {
    width: 100%;
}

.items li img {
    width: 100%;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item{
    position: relative;
    display: block;
    overflow: hidden;
    /* border-radius:50%; */
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}


.items .icons{
    position: absolute;
    width: 90px;
    /* border: 1px solid red; */
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    z-index: 3;
    text-align: center;
}

.items .icons i{
    color: #ffffff;
    font-size: 20px;
    margin-top: 9px;
}
.me .item .icons a.projectLink{
        pointer-events: none;
        cursor: default;
}
.items .me a.projectLink{
    background-color: grey;
}
.items a{
    width: 40px;
    height: 40px;
    background-color: #418DB2;
    position: relative;
    display: inline-block;

    -webkit-transition: all 0.2s linear, 0.2s;
    -moz-transition: all 0.2s linear, 0.2s;
    -ms-transition: all 0.2s linear, 0.2s;
    -o-transition: all 0.2s linear, 0.2s;
    -transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left:0px;
    top: 0px;
    opacity: 0;
    
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}
.items .item:hover{
    border-radius: 50%;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}
.items .item:hover .imageOverlay{
    opacity: 1;
    
}

.items .openBtn{
    float: left;
    left: -200px;
}

.items .item:hover .openBtn{
    left: 0px;
}

.items .projectLink{
    float: right;
    right: -200px;
}   

.items .item:hover .projectLink{
    right: 0px;
}

.items .item:hover img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform:  scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
}

.items{
    padding: 0px;
}
#timeline #dates li a{
    color: #418DB2;
    text-decoration: none;
}
#timeline #dates li a.selected{
    color: #ffcc00;
    font-size:40px;
}

.copyrightSection{
    background-color: #325F94;
    color: #ffffff;
    padding: 20px 0px;
}

.copyrightSection p{
    margin: 0;
}

/* -----------------------------------------------------
footer
____________________________________________________ */

footer ul { width: 100%; text-align: center; margin-top: 20px; }
footer li { display: inline-block; margin: 0 4px; }
footer li a { display: block; text-decoration: none; border-bottom: none; padding: 18px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in, 1s; -moz-transition: all 0.3s ease-in, 1s; -o-transition: all 0.3s ease-in, 1s; -ms-transition: all 0.3s ease-in, 1s; transition: all 0.3s ease-in, 1s; }
footer .facebook { background: url(../imgs/icons/fb.png) center no-repeat #444749; }
footer .facebook:hover { background-color: #4265b9; }
footer .instagram { background: url(../imgs/icons/insta.png) center no-repeat #444749; }
footer .instagram:hover { background-color: #956751; }
footer .linkedin { background: url(../imgs/icons/ln.png) center no-repeat #444749; }
footer .linkedin:hover { background-color: #0073b2; }














/* ___________________________________________________________________ */

@media (min-width:375px) and (max-width:539px) {
    .titleMessage{
        top:35%;
    }
    .skillsSection, .contactSection{
        padding: 45px 0;
    }
    .cont-sm{
        padding:0;
    }
    .statsSection{
        padding: 12px;
        margin-top:-15px;
    }
    .squareIcon{
        top:-25px;
        width: 42%;
        font-size: 35px;
    }
    .statsSection .col-md-3{
        margin-bottom: 20px;
        width:50%;
        /* padding:10px; */
    }
    #experience{
        display: none;
    }

}