body {
  letter-spacing: 1px;
  color: #333;
  margin: 0;
  font-size: 14px;
  background-color: #fff;
}

.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: none;
}

.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");
}

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

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

.titleMessage .heading span {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0 0 0 / 40%);
  font-weight: 100;
  letter-spacing: 7px;
}

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

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

.section {
  padding: 100px 0;
}

.aboutImage {
  max-width: 100%;
}

.myTextArea h4 {
  font-size: 37px;
}

.myTextArea p {
  font-size: 21px;
  overflow-wrap: break-word;
}

.skillsSection,
.contactSection {
  background-color: #e74c3c;
  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;
  top: 0;
  left: 0;
}

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

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

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

.suqareInnerContainer {
  position: relative;
  padding: 50px 15px 30px;
  border: 2px solid #444;
  border-top: none;
  text-align: center;
}

.suqareInnerContainer:before,
.suqareInnerContainer:after {
  content: "";
  position:absolute;
  border-bottom: 2px solid #444;
  width: 30%;
  top: 0px;
}

.suqareInnerContainer:before {
  right: 0;
}

.suqareInnerContainer:after {
  left: 0;
}

.suqareContent h2 {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #e74c3c;
}

.suqareContent h3 {
  font-size:13px;
  font-weight: 600;
}

.suqareIcon {
  position: absolute;
    left: 50%;
    height: 60px;
    top: -30px;
    width: 40%;
    margin-left: -20%;
    font-size: 35px;
    color: #444;
}

.contactButton{
  color: #fff;
  padding: 15px 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.contactButton:hover{
  background-color: #fff;
  color: #e74c3c;
}

.filter a {
  color:#bdc3c7;
  padding:10px 18px;
  border:1px solid #bdc3c7;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

.itemsContainer {
  width: 100%;
  margin: 0 auto;
}

.items li img {
  width: 100%;

  transition: all 0.2s linear;
}

.items .item {
  position: relative;
  overflow: hidden;
}

.items .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 40px;
  margin: -20px auto 0 -47px;
  text-align: center;
  z-index: 3;
}

.items .icons i {
  color: #fff;
  font-size: 20px;
  margin-top: 9px;
}

.items a {
  position: relative;
  display: inline-block;
  background-color: #e74c3c;
  width: 40px;
  height: 40px;

  transition: all 0.2s linear;
}

.items .imageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s linear;
}

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

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

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

.items .item:hover .openButton {
  left: 0;
}

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

.items .item:hover img {
  transform: scale(1.05, 1.05);
}

.items {
  padding: 0;
}

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

.copyrightSection p {
  margin: 0;
}

#navigation {
  padding: 20px 10px;
  background-color: #e74c3c;
  z-index: 100;
  width: 100%;
}

#navigation li {
  padding: 0 10px;
}

#navigation li a {
  color: #fff;
  padding: 0 10px;
}

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

.navbar-brand,
.navbar-brand:hover {
  color: #fff;
}

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

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

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

.owl-theme h4 {
  margin-top: 10px;
}
