body{
    font-size: 14px;
    color: #333;
    background-color: #fff;
    letter-spacing: 1px;
}
.bebas{
    font-family: 'Bebas Neue', cursive;
}
.montserrat{
    font-family: 'Montserrat', sans-serif;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.4);
}
.slides-navigation{
    z-index: 6;
    opacity:50%;
}
.slides-navigation .prev,
.slides-navigation .next
{
    width: 47px;
    height: 47px;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.titlemsg{
    position: absolute;
    width: 100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -100px;
}
.titlemsg .heading p{
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    font-weight: 100;
    letter-spacing: 7px;
}
.titlemsg .heading .main{
    font-size: 50px;
    font-weight: 300;
}
.titlemsg .heading .sub{
    font-size: 23px;
}
  
  @media screen and (max-width: 530px) {
    .titlemsg .heading .main {
      position: relative;
      font-size: 50px;
        font-weight: 200;
    }
    .titlemsg .heading .sub {
      font-size: 15px;
      font-weight: 300;
      position: relative;
    }
    .slides-navigation .prev, .slides-navigation .next {
      width: 25px;
      height: 25px;
    }
  }
  
.section{
    padding: 100px 0px;
}
.aboutImage{
    max-width:100%;
    border-radius: 2%;
}
.skillsSection,.contactSection{
    background-color: #222f3e;
    color: #fff;
}
.skill{
    text-align: center;
    margin-left: 10px;
}
.chart{
    position: relative;
    width: 152px;
    height: 152px;
    display: inline-block;
    text-align: center;
}
.chart canvas{
    position: absolute;
    left:0;
    top:0;
}
.chart .percent{
    color: #fff;
    line-height: 152px;
    display: inline-block;
    font-size: 35px;
}

.chart .percent:after{
    content: '%';
}
.owl-carousel{
    margin-top:50px;
}

.squareItem{
    margin-top: 30px;
    position: relative;
}
.squareInnerContainer{
    position:relative;
    padding: 50px 15px 35px;
    text-align:center;
    border: 2px solid #444;
    border-top:none;
}
.squareInnerContainer:before,
.squareInnerContainer:after{
    content:'';
    position:absolute;
    top: 0px;
    width: 30%;
    border-bottom: 2px solid #444;

}
.squareInnerContainer:before{
    right: 0px;
}
.squareInnerContainer:after{
    left: 0px;
}
.squareContent h2{
    font-size:56px;
    margin-bottom: 10px;
    font-weight: 400px;
    color:#222f3e;
}
.squareContent h3{
    font-size:13px;
    font-weight:600px;
    margin: 0;
}

.squareIcon {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 40%;
    height: 60px;
    font-size: 45px;
    margin-left: -20%;
    color: #222f3e;
  }
.portfolioheading{
    background-color: #222f3e;
    color:#fff;
    text-align: center;
    width: 100%;
    padding: 3%;
    padding-top: 5%;
    margin-bottom: -70px;

}

.contactButton
{
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
}
.contactButton:hover{
    text-decoration: none;
    color: #222f3e;
    background-color: #fff;
}
.filter a{
    color:#222f3e;
    border: 1px solid #222f3e;
    padding: 10px;
    display: block;

}
.filter a:hover{
    text-decoration: none;

}
.filter ul {
    display: inline-block;
    padding: 5px;
    margin: auto;
    width: 100%;
  }
  
.filter li{
    display: inline-block;
    padding: 5px;

}
.filter .current{
    background-color: #222f3e;
    border-color: #222f3e;
    color: #fff;
}
.filter{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.section .heading{
    text-align:center;
    padding-bottom: 40px;
    width: 100%;
}
.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;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}
.items .item{
    position:relative;
    display:block;
    overflow: hidden;
}
.items .icons{
    position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
}
.items .icons i{
    color: #fff;
    font-size: 20px;
    margin-top: 9px;
}
.items a{
    width:40px;
    height:40px;
    background-color:#222f3e;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s linear, 0.3s;
    -moz-transition: all 0.2s linear, 0.3s;
    -o-transition: all 0.2s linear, 0.3s;
    -transition: all 0.2s linear, 0.3s;
}
.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;
    -o-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item:hover .imageOverlay{
    opacity:1;
}

.items .openButton{
    float:left;
    left: -200px;
}
.items .projectLink{
    float:right;
    right:-200px;
}
.items .item:hover .openButton{
    left:0px;
}
.items .item:hover .projectLink{
    right:0px;
}
.items .item:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -transform: scale(1.1,1.1);
}
.items{
    padding: 0;
}
    

.copyrightSection{
    background-color: #222f3e;
    color: #fff;
    padding: 30px 5px;
    margin-top: -120px;
    font-size: 80%;
}
.copyrightSection p{
    margin: 0;
}
#navigation
{
    background-color: rgb(34, 47, 62, 0.95);
    padding: 20px 10px;
    z-index: 100;
    width: 100%;
}
#navigation li{
    padding: 0 10px;
    
}
#navigation li:hover{
    font-weight: 400;
    font-size: 150%;
  }


#navigation li a{
    color: #fff;
    font-size: 100%;
}
.navbar-brand,
.navbar-brand:hover{
    color:#fff;
}
.navbar-toggler-icon{
    background: url(../img/icons/menu.png);
    background-size: 100%;
}
.fixedNav #navigation{
    position: fixed;
    top: 0;
}
.links{
    margin-top: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
    }
.fb,.lk,.gh{
    padding: 5px;
    color: #fff;
}
.dev{
    margin:30px 0px 10px;
}
.dev p{
    margin:0;
}
.Sign{
    font-size:130%;
}
#navbarNav {
    margin: 0 auto;
    text-align: center;
}
.boot{
    width:100%;
    height:100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 800;
}
.boot .inner{
    width:100%;
    height:100%;
    background: url(../img/boot.gif) center center no-repeat;
}