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

.navbar-toggler-icon {
  background: url(../img/menu.png);
  background-size: 100%;
}
.navbar_logo_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#main-nav {
  background-color: #5cc103;
  padding: 20px 200px;
  z-index: 100;
  width: 100%;
  transition: all 0.7s;
}

#main-nav li {
  padding: 0 10px;
}
#main-nav li a {
  color: #fff;
}
.fixed-me#main-nav {
  background-color: #fff;
  padding: 0 10px !important;
  margin-bottom: 5px;
  top: 0;
  border-bottom: 3px solid rgb(176, 242, 118) !important;
  transition: all 1s;
}
@media (max-width: 991px) {
  #main-nav {
    padding: 15px;
  }
  .navbar_logo_name {
    font-size: 14px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
}

.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/prev.png);
}
.slides-navigation a.next {
  right: 20px;
  background-image: url(../img/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;
}
/* loader */
.loader {
  width: 100%;
  height: 100%;
  background-color: #d5f6ca;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.loader .inner {
  width: 100%;
  height: 100%;
  background: url(../img/loader.gif) center center no-repeat;
}
.about-img {
  width: 130px;
  height: 130px;
}

.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: 0;
}
.squareInnerContainer:after {
  left: 0;
}

.squareContent h2 {
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #5cc103;
}
.squareContent h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.squareIcon {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 40%;
  height: 60px;
  font-size: 45px;
  margin-left: -20%;
  color: #444;
}
.filter a {
  color: #bdc3c7;
  border: 1px solid #bdc3c7;
  padding: 10px 10px;
  display: block;
}
.filter li {
  display: inline-block;
  padding: 5px;
}
.filter .current {
  background-color: #5cc103;
  border-color: rgb(176, 242, 118);
  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%;
}
.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;
  -ms-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: #5cc103;
  position: relative;
  display: inline-block;
  -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: 0;
  top: 0;
  opacity: 0;

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

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#contact {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#contact a {
  color: #fff;
}
footer {
  background-color: #5cc103;
}
.header-primary {
  width: 100%;
  min-height: 50px;
  background-color: #dedede;
  text-align: center;
}
.header-primary h1 {
  font-size: 60px;
  font-family: 'Abril Fatface', cursive;
  padding: 15px 0;
}

.tweets-area {
  /* width: 100%;
  margin: 50px auto 0;
  position: relative;
  z-index: 1; */
  background-color: rgb(196, 237, 160);

  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: start;

  overflow-x: scroll; */
}
.owl-prev img,
.owl-next img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.owl-prev img {
  left: 30px;
}
.owl-next img {
  right: 30px;
}
.tweet-card {
  height: 350px;
  max-width: 270px;
  min-width: 240px;
  background-color: #fff;
  border-radius: 12px;
  overflow: scroll;
  margin: 30px auto;

  flex-grow: 1;
}
.tweet-card header {
  height: 60px;
  background-color: #55acee;

  position: relative;
}

.tweet-card .tw-logo {
  width: 40px;
  height: 40px;
  background-image: url('https://image.flaticon.com/icons/svg/145/145812.svg');
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: 10px;
}

.tweet-card .user-photo {
  width: 80px;
  height: 80px;
  background-color: purple;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  top: 10px;
  right: 30px;
  box-shadow: 1px 2px 5px #000000;
}
.tweet-card .user-photo img {
  max-width: 100%;
}

.tweet-card main {
  padding: 20px;
}

.tweet-card h3 {
  margin-bottom: 10px;
  font-family: 'Francois One', sans-serif;
}

.tweet-card h5 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #7f7d7d;
}

.tweet-card p {
  font-family: 'Vollkorn', serif;
  line-height: 20px;
}

div.message {
  white-space: pre-line;
  font-size: 14px;
  font-family: 'Vollkorn', serif;
}
.date {
  font-size: 10px;
  color: #7f7d7d;
}
