body{
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  /* background-color: #ecf0f1;  */
  font-family: 'ZCOOL XiaoWei', serif;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.4);
}

.slides-navigation{
    z-index: 6;
}
.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/previous.png);
}

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

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

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

.titleMessage .heading .main{
    font-size: 50px;
}

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

.section{
    padding: 100px 0;
}

#skills {
    padding: 50px !important;
}
#contact{
    padding: 50px !important;
}
.aboutImage{
    max-width: 100%;
}

.skillsSection,
.contactSection{
    background-color: #6F1E51;
    color: #fff;
    padding: 50px !important;
}
.skill{
    text-align: center;
    margin-left: 10px;
}

.chart{
    position: relative;
    width: 152px;
    height: 152px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

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

.chart .percent{
    color: #000;
    line-height: 152px;
    font-size: 35px;
    display: inline-block;
}

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

.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: 400;
    color: #6F1E51;
}

.squareContent h3{
    font-size:  13px;
    margin: 0;
    font-weight:  600;
    
}

.squareIcon{
    position: absolute;
    left: 50%;
    top: -30px;
    width: 40%;
    height: 60px;
    font-size: 45px;
    margin-left: -20%;
    color: #444;
}
.downloadButton{
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 8px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #000;
}

.downloadButton:hover{
    text-decoration: none;
    color: #6F1E51;
}

.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: #6F1E51;
    background-color: #fff;
}

.filter a{
    color: #000;
    border: 1px solid #000;
    padding: 10px 18px;
    display: block;
}
.filter li{
    display: inline-block;
    padding: 5px;
}

.filter .current{
    background-color: #6F1E51;
    border: #6F1E51;
    color: #fff;
}

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

.section .heading,
#contact .heading{
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}

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

.itemContainer{
    width: 100%;
}

.items li img{
    width: 100%;
}
.items .item{
    position: relative;
    display: block;
    overflow: hidden;

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

.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{
    background-color: #6F1E51;
    width: 40px;
    position: relative;
    display: inline-block;
    height: 40px;

    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    -ms-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 0.3s;
    -moz-transition: all 0.2s linear 0.3s;
    -o-transition: all 0.2s linear 0.3s;
    -ms-transition: all 0.2s linear 0.3s;
    -transition: all 0.2s linear 0.3s;
}

.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.05, 1.05);
    -moz-transform: scale(1.05, 1.05);;
    -o-transform: scale(1.05, 1.05);;
    -ms-transform:scale(1.05, 1.05);;
    -transform: scale(1.05, 1.05);;
}

.items{
  padding: 0px;  
}

.copyrightSection{
    background-color: #000;
    color: #fff;
    padding: 20px 5px;
}

.copyrightSection p {
    margin: 0;
 }

 #navigation{
    background-color: #6F1E51;
    padding: 15px 10px;
    z-index: 100;
    width: 100%;
     
 }

 #navigation li{
    padding: 0 10px; 
 }

 #navigation li a{
     color: #fff;
     font-size: 18px;
 }

 .navbar-brand,
 .navbar-brand:hover{
    color: #000;
    font-size: 22px;
    font-weight: 500;
 }

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

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

 .loader{
     width: 100%;
     height: 100%;
     background-color: #fff;
     position: fixed;
     top: 0px;
     left: 0px;
     z-index: 1000;
 }

 .loader .inner{
     width: 100%;
     height: 100%;
     background: url(../img/loader.gif) center center no-repeat;
 }

 .social {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }

  .cp{
    padding-bottom: 20px;
    font-size: 20px;
  }

  .aboutme{
    color: #6F1E51;
    
  }
  .mydesc{
    font-size: 16px;
    text-align: justify;
  }

  .faviconImg{
    height: 131px;
    width: 175px;
    padding: 0 10px;
  }

  .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot span {
    background: #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
 
.owl-dots .owl-dot.active span {
	opacity: 1;
}

.section .divider,
#contact .divider {
    width: 100px;
    height: 2px;
    background: #6F1E51;
    margin: 12px auto;
}

.heading h2{
    font-weight: 600;
}

.img-thumbnail {
    border: 3px solid #000 !important;
}

.profilePic {
    text-align: center;
    margin: 0 auto;
    float: none;
}

.img-circle {
    border-radius: 50%;
    height: 210px;
    width: 175px;
}
.copyrightSection a{
    text-decoration: none;
    color: #fff;
}