@import url(https://fonts.googleapis.com/css?family=PT+Sans);
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Aharoni';
  src: url('../fonts/ahronbd.ttf')  format('truetype');
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #444;
  background: #f9f9f9;
  font-size: 16px;
  /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h1,h2,h3,h4,h5,h6, .navWrapper ul li {
  font-family: "Aharoni", Arial Black, sans-serif !important;
  text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
  color:#0d0f3a;
}

h2 {
  font-size: 58px;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
  width: 100%;
}

/*##### MY CSS #####*/
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  display: block;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  text-shadow: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
 0% {
-webkit-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-webkit-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@-moz-keyframes fade_move_down {
 0% {
-moz-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-moz-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@keyframes fade_move_down {
 0% {
transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}

h1, h2 {
  font-weight:normal;
}

.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 18px;
  right: 18px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.header h2 {
  padding-bottom:40px;
}

.header .smoothscroll {
  padding-top: 20px;
}

.featuredProjectsButton {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin:0 auto;
  width: 200px;
  padding:20px;
  font-size:1.2em;
  font-weight: 200;
  cursor:pointer;
}

.pastClients .content {
  text-align: center;
}

.pastClientImg {
  background: rgba(144, 90, 29, 0.33);
  height: 130px;
  background-size: 100%;
}

.pastClientImg img {
  width: 80%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.counterWrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/*.pastClients ul{
  width: 100%;
}

.pastClients ul li {
  display: inline-block;
  float: left;
  width:25%;
}

.pastClients ul li img {
  width:100%;
  height:auto;
}*/

#logo {
    background: url('../images/CJK1.svg') no-repeat;
    background-size: 100%;
    float: left;
    height: 60px;
    width: 60px;
    margin-top: 6px;
}

.nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: #0d0f3a;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(115,115,115,1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(115,115,115,1);
  box-shadow: 0px 1px 10px 0px rgba(115,115,115,1);
}

.navWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.nav ul {
  width: 80%;
  line-height:50px;
  text-align: right;
  float: right;
}

.nav ul li {
  color: #FFFFFF;
  padding: 0 20px;
  width: initial;
  text-align: center;
  height: 50px;
}

.nav ul li:hover {
  background: #bf9000;
}

.nav ul li.active {
	border-bottom: 7px solid #bf9000;
}

.nav ul, .nav ul li {
  display:inline-block;
}

.stickyNav {
    height: 50px;
}

.stickyNav ul {
  line-height: 50px;
}

.stickyNav ul li {
  padding: 0;
}

/* Hero Section */
.hero {
  height: 75%;
  background: url("../images/hero-background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .content {
  /*background: rgba(0, 0, 0, 0.65);*/
  width: 100%;
  height: 100%;
}
.hero .content .header {
    margin: 0 auto;
    padding-bottom: 1%;
    max-width: 1200px;
}
.hero .content .header h1 {
  font-size: 55px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 20px 0;
  min-width: 555px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

div#typed {
  min-height: 78px;
  display: inline;
}

.hero .content.about-myself {
    height: 300px;
    display: inline;
    vertical-align: middle;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0%,-50%);
}

.hero .content .header h2 {
  color: #fff;
  font-size: 1.9em;
}

.typed-cursor{
  opacity: 1;
  font-weight: 100;
  animation-iteration-count: infinite !important;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.availableWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.available {
  background: rgba(191, 144, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  padding: 25px 20px;
  font-size: 20px;
  min-width: 550px;
}

/*##### ABOUT MYSELF SECTION #####*/
.aboutText {
    max-width: 700px;
    margin: 0 auto 60px;
}

.aboutText p {
    margin-bottom: 10px;
}

.hexagons {
  max-width: 800px;
  margin: 0 auto;
  height: 500px;
}

.hex {
  float: left;
  margin-right: -26px;
  margin-bottom: -50px;
}
.hex .left {
  float: left;
  width: 0;
  border-right: 30px solid #248b9d;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
   -webkit-transition: border-right 0.5s ease;
  -moz-transition: border-right 0.5s ease;
  -o-transition: border-right 0.5s ease;
  transition: border-right 0.5s ease;
}
.hex .middle {
  float: left;
  width: 60px;
  height: 104px;
  background: #248b9d;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.hex .right {
  float: left;
  width: 0;
  border-left: 30px solid #248b9d;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  -webkit-transition: border-left 0.5s ease;
  -moz-transition: border-left 0.5s ease;
  -o-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
}
.hex:hover .left,
.hex.hover .left {
  border-right: 30px solid #bf9000;
  -webkit-transition: border-right 0.5s ease;
  -moz-transition: border-right 0.5s ease;
  -o-transition: border-right 0.5s ease;
  transition: border-right 0.5s ease;
}
.hex:hover .middle,
.hex.hover .middle {
  background-color: #bf9000;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.hex:hover .right,
.hex.hover .right {
  border-left: 30px solid #bf9000;
  -webkit-transition: border-left 0.5s ease;
  -moz-transition: border-left 0.5s ease;
  -o-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
}
.hex.even {
  margin-top: 53px;
}
.hex-row {
  clear: left;
}
.hex .text {
  position: absolute;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 5px 0 5px;
  text-align: center;
  width: 120px;
  height: 105px;
  font-weight: bold;
}
.text .text-positioner {
  width: 100px;
  padding-left: 10px;
  height: 105px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;  
}

.workCounters {
  background: url('../images/hero-background.jpg') no-repeat;
  background-size: 100%;
  height: 210px;
  border-top: 5px solid #00373c;
  border-bottom: 5px solid #00373c;
}

#counter {
    width: 33%;
	float: left;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 45px 0;
    text-align: center;
}

span.count {
    font-size: 70px;
}

span.plus {
  font-size: 70px;
  color: #bf9000;
}

span.desc {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}

/*##### PROJECTS SECTION #####*/
.portfolio .content .projects .project .projectTitle {
  text-align: center;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  bottom: 0;
  line-height: 150px;
  background: rgba(35,61,79,0.6);
  color: rgba(232, 232, 232, 0.7);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 1s linear; 
  -moz-transition: background 1s linear; 
  transition: background 1s linear; 
  -webkit-transition: color 1s linear;
  -moz-transition: color 1s linear;
  transition: color 1s linear;
}
.portfolio .content .projects .project .projectTitle:hover {
  color: rgba(232, 232, 232, 1);
  background:rgba(35, 61, 79, 1);
}
.portfolio .content .projects .project .project-image {
  z-index: 3;
  overflow: hidden;
  height: 150px;
  position: relative;
}

.portfolio .content .projects .project .project-image img {
  width: 90%;
  height: auto;
}


/*##### EXPERIENCE SECTION #####*/
.experience h2 {
  color: #fff;
  text-transform:uppercase;
}
.experience .content {
  text-align: center;
}
.experience .content h1 {
  font-size: 2em;
  color: #fff;
}
.experience .content ul {
  padding: 50px 0;
  list-style-type: none;
}
.experience .content ul li {
  background: #f5f5f5;
  position: relative;
  margin-left: 20px;
  width: 5px;
  padding-bottom: 40px;
}
.experience .content ul li:last-child {
  padding-bottom: 7px;
}
.experience .content ul li:before {
  content: '';
  background: #ffbc15;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 4px solid #f5f5f5;
  z-index: 2;
}
.experience .content ul li .hidden {
  opacity: 0;
  margin-left: 10vw;
}
.experience .content ul li .experience-content {
  background: #f5f5f5;
  position: relative;
  top: 7px;
  left: 48px;
  width: calc(100vw - 100px);
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 0 5px 5px;
  -moz-border-radius: 0 5px 5px;
  border-radius: 0 5px 5px;
}
.experience .content ul li .experience-content h2 {
  font-size: 1.5em;
  color: #3c3c3c;
  padding-bottom: 10px;
  padding-top: 0;
}
.experience .content ul li .experience-content .experience-time {
  color: #777;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.experience .content ul li .experience-content p {
  color: #1a1a1a;
  font-size: .95em;
}
.experience .content ul li .experience-content:before {
  content: '';
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: -35px;
  width: 35px;
  height: 5px;
}
.experience-title {
    color: #777 !important;
    font-size: 1.2em !important;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
}

.experience .content ul li .experience-content .experience-description {
  text-align: left;
  padding-bottom:20px;
}

/*##### SKILLS SECTION #####*/
.skills {
  padding: 70px 20px;
  background: rgb(236, 236, 236);
}
.skills .content {
  /*height: 610px;*/
  height:auto;
  overflow: hidden;
}
.skills .content h2, .experience .content h2, .portfolio .content h2 {
  text-align:center;
  text-transform:uppercase;
  padding-bottom: 40px;
}
.skills .content .development-wrapper .development-title {
  color: #3c3c3c;
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: none;
}
.skills .content .development-wrapper .skills-bar-container { 
  width: 100%;
  list-style-type: none;
}
.skills .content .development-wrapper .skills-bar-container li {
  width: 100%;
  margin-bottom: 20px;
}
.skills .content .development-wrapper .skills-bar-container li .progressbar-title {
  position: relative;
  color: #3c3c3c;
  margin-bottom: 5px;
}
.skills .content .development-wrapper .skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills .content .development-wrapper .skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 20px;
  font-size: 1.1em;
}
.skills .content .development-wrapper .skills-bar-container li .bar-container {
  background: #dee2ed;
  position: relative;
  width: 100%;
  height: 10px;
}
.skills .content .development-wrapper .skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
}
.skills .content .development-wrapper:nth-child(2) .skills-bar-container li .bar-container .progressbar {
  /*background:#1c5617;*/
  background:#34495e;
}
.skills .content .development-wrapper:nth-child(3) .skills-bar-container li .bar-container .progressbar {
  background:#34495e;
}
.skills .content .development-wrapper:nth-child(4) .skills-bar-container li .bar-container .progressbar {
  background:#945105;
}
.skills .content .tools-knowledge-wrapper {
  width: 100%;
}
.skills .content .tools-knowledge-wrapper .tools-wrapper,
.skills .content .tools-knowledge-wrapper .knowledge-wrapper {
  position: relative;
  padding: 20px 0;
  widht: 100%;
  text-align: center;
}
.skills .content .tools-knowledge-wrapper .tools-wrapper .title,
.skills .content .tools-knowledge-wrapper .knowledge-wrapper .title {
  color: #3c3c3c;
  font-size: 2em;
  margin-bottom: 10px;
}
.skills .content .tools-knowledge-wrapper .tools-wrapper ul,
.skills .content .tools-knowledge-wrapper .knowledge-wrapper ul {
  list-style-type: none;
  margin-left: 40px;
}
.skills .content .tools-knowledge-wrapper .tools-wrapper ul li,
.skills .content .tools-knowledge-wrapper .knowledge-wrapper ul li {
  color: #444;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
}
.skills .content .tools-knowledge-wrapper .tools-wrapper ul li i,
.skills .content .tools-knowledge-wrapper .knowledge-wrapper ul li i {
  color: #27ae60;
}

/*##### RESUME SECTION #####*/
.resume {
  background: url("../images/stars.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resume .content {
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  text-align: center;
}
.resume .content a {
  color: #fff;
  text-transform: uppercase;
}
.resume .content a .btn-resume {
  display: inline-block;
  font-size: 1.1em;
  padding: 20px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.resume .content a .btn-resume span {
  -webkit-transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.resume .content a .btn-resume i {
  color: #fff;
  position: absolute;
  padding: 20px 0;
  top: -80px;
  width: 100%;
  left: 0;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  transition: top .5s;
}
.resume .content a .btn-resume:hover span {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}
.resume .content a .btn-resume:hover i {
  top: 0;
}

/*##### PORTFOLIO SECTION #####*/
.portfolio {
  background: rgb(255, 255, 255);
  padding: 80px 0 0;
  height: auto;
  overflow:auto;
  padding-bottom: 20px;
}
.portfolio h2 {
  text-transform: uppercase;
}
.portfolio .content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.portfolio .content h1 {
  color: #3c3c3c;
  font-size: 2em;
  margin-bottom: 50px;
}
.portfolio .content .projects {
  width: 100%;
  margin-top: 25px;
}
.portfolio .content .projects .project {
  color: #fff;
  position: relative;
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  overflow: hidden; 
  display: inline-block;
}
.project .fa {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 24px;
  display: none;
}
.portfolio .content .projects .project .project-title {
  color: #3c3c3c;
  padding: 10px 0;
}
.portfolio .content .projects .project .project-description {
  color: #444;
}

.portfolio .content .projects .project .project-description span {
  color: #c0392b;
  font-weight: bold;
}
.portfolio .content .projects .project .project-image.rugby img {
    max-height: 90%;
    width: auto;
    margin-top: 2%;
    max-width: 85%;
}

button.filterButton {
  padding: 0 25px;
  margin: 0 10px 20px;
  height: 50px;
  border-radius: 40px;
  border: 4px solid #248b9d;
  cursor: pointer;
  background: #FFFFFF;
  color: #248b9d;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 44px;
}

button.filterButton:hover {
    background: #248b9d;
    color: #FFF;
}
button.filterButton.activeFilter {
	background: #248b9d;
    color: #FFF;
}

button.filterButton:focus {
  outline:0;
}

/*##### CONTACT SECTION #####*/
.contact_form {
  padding: 50px 0;
  overflow-x: hidden;
  border-top: 7px solid #00373c;
  color: black;
}
.contact_form .content {
  max-width: 1200px;
  margin: 0 auto;
}
.contact_form .left {
  display: inline-block;
  width: 40%;
  float: left;
}
.contact_form .right {
  display: inline-block;
  width: 60%;
}
.contact_form h2 {
  text-align: left;
  padding-bottom: 20px;
}
.contact_form .available {
  background: #248b9d;
  color: #FFFFFF;
  display: inline-block;
  padding: 25px 9px;
  font-size: 20px;
  width: 90%;
  text-align: center;
  min-width: auto;
}
.contact_form .social {
  color: #248b9d;
  width: 100%;
  padding: 25px 5px 0;
  font-size: 20px;
}
.contact_form .social .fa {
  font-size: 34px;
  margin-right: 15px;
}
.contact_form .picInfo {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 7px solid #248b9d;
  margin-top: 60px;
}
.contact_form .picInfo .castleImage {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.contact_form .picInfo .castleImage img {
  width: 100%;
  height: auto;
}
.contact_form .picInfo .infoText {
  padding: 20px 5px;
}
.contact_form form {
  width:90%;
  margin-left:10%;
}
.contact_form form input,
.contact_form form textarea {
  border: 1px solid #c6b3b3;
  border-radius: 7px;
  min-height: 50px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::-webkit-input-placeholder {
   font-style: italic;
   opacity: 0.5;
}
:-moz-placeholder {
   font-style: italic;
   opacity: 0.5;
}
::-moz-placeholder {
   font-style: italic;
   opacity: 0.5;
}
:-ms-input-placeholder {  
   font-style: italic;
   opacity: 0.5;
}

.contact_form input, .contact_form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 6px;
}

.contact_form textarea {
  height: 300px;
  resize: none;
}
.contact_form input[type=submit] {
  width: initial;
  margin-left: 0;
  text-transform: uppercase;
  background: #248b9d;
  color: #FFFFFF;
  font-size: 24px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_form input[type=submit]:hover {
  cursor: pointer;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
    min-height: 20px;
}

/* Single Client Page */
/*.page-template:not(.page-template-template-developer) .nav,
body.single-clients .nav {
  display: block;
}*/
body.single-clients {
  background: #FFFFFF;
}
body.single-clients #container {
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
}
body.single-clients .client-name {
  width: 100%;
  display: inline-block;
  padding: 40px 0 0;
  text-align: center;
  font-size: 60px;
}
body.single-clients div#content {
  min-height: 750px;
}
body.single-clients .client-logo {
  height: 505px;
  width: 49%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body.single-clients .client-logo.desktop-only {
	height: 400px;
}

body.single-clients .client-logo img.devices {
  width: 100%;
  height: auto;
  z-index: 9;
}
body.single-clients .client-logo img.devices.desktop-only {
    height: 400px;
    width: auto;
    display: block;
    margin: auto;
}
body.single-clients .client-logo .client-desktop {
  position: absolute;
  top: 104px;
  left: 121px;
  height: 174px;
  width: 303px;
  background: #FFFFFF;
  z-index: -1;
}
body.single-clients .client-logo .client-desktop.desktop-only {
    top: 18px;
    left: 73px;
    height: 251px;
    width: 443px;
}
body.single-clients .client-logo .client-laptop {
  position: absolute;
  top: 270px;
  right: 42px;
  height: 133px;
  width: 211px;
  background: #FFFFFF;
  z-index: -1;
}
body.single-clients .client-logo .client-tablet {
  position: absolute;
  top: 267px;
  left: 38px;
  width: 120px;
  height: 157px;
  background: #FFFFFF;
  z-index: -1;
}
body.single-clients .client-logo .client-mobile {
  position: absolute;
  top: 348px;
  left: 150px;
  width: 62px;
  height: 89px;
  background: #FFFFFF;
  z-index: -1;
}

body.single-clients .client-logo .client-desktop img,
body.single-clients .client-logo .client-laptop img,
body.single-clients .client-logo .client-tablet img,
body.single-clients .client-logo .client-mobile img {
  width: 100%;
  height: 100%;
}

body.single-clients.final-fantasy .client-logo .client-desktop {
    background:#000000;
}

body.single-clients.final-fantasy .client-logo .client-desktop img {
    width: auto;
    height: 100%;
	display: block;
    margin: auto;
}

body.single-clients.rugby .client-logo .client-desktop img {
	height: auto;
	margin-top:10%;
	width: 90%;
	margin-left: 5%;
}

body.single-clients .project-summary {
  width: 49%;
  padding: 85px 0 60px 55px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
}
body.single-clients .project-desc {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 34px;
}
body.single-clients .project-desc a {
	text-decoration: underline;
}
body.single-clients .project-hexagons {
  max-width: 700px;
  margin: 0 auto;
  min-height: 210px;
  padding-top: 50px;
}

/* Single Client Page End */

.footer {
  padding: 60px 0;
  text-align: center;
  background: #0d0f3a;
  min-height: 202px;
  border-top: 7px solid #bf9000;
}

.footer .content {
  max-width: 1000px;
  margin: 0 auto;
  height: 75px;
  position: relative;
}

.footer ul.socials {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  list-style: none;
}

.footer ul.socials li.social {
  display: inline-block;
  font-size: 30px;
  border: 2px solid #bf9000;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 6px;
  margin: 0 7px;
}

.footer ul.socials li.social:hover {
  background: #bf9000;
}

.footer ul.socials li.social .fa {
  color: #e8e8e8;
}

ul.footerNav {
  position: absolute;
  right: 0;
  list-style: none;
  color: #FFFFFF;
  top: -25px;
  text-align: left;
}

ul.footerNav li {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  font-size: 20px;
}

ul.footerNav li:hover {
  border-bottom: 5px solid #bf9000;
}

.footer .copyright {
  font-size: 1.1em;
  color: #fff;
  font-weight: 200;
  max-width: 90%;
  margin-left:5%;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.footer i {
/*   color: #e74c3c; */
	color: #FFFFFF;
}

#about h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}

.about-myself .text p {
  padding-bottom: 10px;
}

.about-myself .text p:first-child {
  font-size: 18px;
  color: #e8e89b;
}

.wpcf7-not-valid-tip {
	color: red !important;	
}

section.testimonials {
    padding: 75px 0 40px;
    background: #FFFFFF;
}

.testSlick {
    width: 70%;
    margin: 0 auto;
}

.testimonial {
    position: relative;
}

.testimonial i {
    position: absolute;
	font-size: 30px;
}

.testimonial i.fas.fa-quote-left {
    left: 0.1%;
}

.testimonial i.fas.fa-quote-right {
    right: 6%;
}

.testimonial .text {
    width: 87%;
    margin: 0 10% 0 4%;
}

.testifier {
    text-align: right;
    margin-right: 5%;
    margin-top: 50px;
}

.testifier .name {
    font-family: "Aharoni", Arial Black, sans-serif;
}

.slick-prev {
    left: -50px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 0px !important;
    color: #FFF !important;
}

.slick-arrow i {
    font-size: 50px;
    color: #444;
}

.slick-arrow {
    height: 50px;
    width: 50px;
}

/* ############################
        RESPONSIVE
############################### */
@media only screen and (min-width: 480px) {
  .hero .content {
    margin-top: 50px;
  }
  .header {
    position: static;
    top: 0;
    transform:none;
  }
  .myImage {
    width: 200px;
    height: 200px;
  }
  .hero .content .header h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .about-myself .text {
    color: #FFFFFF;
  }
  .skills .content .development-wrapper {
    padding-bottom: 60px;
  }
  .skills .content .development-wrapper:last-child {
    padding-bottom:0;
  }
  .skills .content .tools-knowledge-wrapper .tools-wrapper,
  .skills .content .tools-knowledge-wrapper .knowledge-wrapper {
    width: 50%;
    float: left;
    padding: 0;
  }
  .skills .content .tools-knowledge-wrapper .tools-wrapper ul,
  .skills .content .tools-knowledge-wrapper .knowledge-wrapper ul {
    margin-left: 0;
  }
  .skills .content .clear {
    clear: both;
  }
  .about-myself .content {
    width:100%;
    padding:0;
    margin:0;
  }
  .about-myself .image {
    display:block;
    margin: 0 auto 40px;
  }
  .about-myself .content p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .hero .content {
    margin-top: 50px;
  }
  .header h2 {
    padding-bottom: 15px;
  }
  .myImage {
    margin-bottom: 20px;
    height: 220px;
    width: 220px;
  }
  .about-myself .text {
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
  }
  .about-myself .content {
    width: 100%;
  }
  .about-myself .image {
    display:block;
    margin: 0 auto 40px;  
  }
  .skills {
    padding-left: 0;
    padding-right: 0;
  }
  .skills .content .development-wrapper {
    width: 600px;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom:0;
  }
  .skills .content .tools-knowledge-wrapper {
    width: 600px;
    margin: auto;
  }

  .contact .content .socials {
    width: 600px;
    margin: auto;
  }
} 
@media only screen and (min-width: 960px) {
  .hero .content .header h2 {
    font-size: 40px;
    padding-bottom: 60px;
  }
  .about-myself .content {
  width: 100%;
  /*padding-left:50px;*/
  }
  .about-myself .content p {
    width: 80%;
    display: block;
    margin: 0 auto 25px;
  }
  .myImage {
    margin-bottom: 0px;
    height: 225px;
    width: 225px;
  }
  .about-myself .aboutText {
    width: 650px;
    height: 260px;
    margin-left: 4%;
    display: inline-block;
    color: #FFFFFF;
    text-align: left;
  }
  .about-myself .aboutText p {
    margin-bottom: 20px;
  }
  .experience .content ul li {
    margin: 0 auto;
  }
  .experience .content ul li .experience-content {
    width: 40vw;
  }
  .experience .content ul li:nth-child(odd) .experience-content {
    left: 62px;
  }
  .experience .content ul li:nth-child(odd) .experience-content:before {
    left: -50px;
    width: 50px;
  }
  .experience .content ul li:nth-child(even) .experience-content {
    /*left: calc(-40vw - 57px);*/
    left:-43.5vw;
    -webkit-border-radius: 5px 0px 5px 5px;
    -moz-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
  }
  .experience .content ul li:nth-child(even) .experience-content:before {
    left: auto;
    right: -50px;
    width: 50px;
  }
  .experience .content ul li:nth-child(odd) .hidden {
    margin-left: 10vw;
  }
  .experience .content ul li:nth-child(even) .hidden {
    margin-left: -10vw;
  }

  .skills {
    padding-left: 50px;
    padding-right: 50px;
  }
  .skills .content {
    max-width: 1100px;
    margin: auto;
  }
  .skills .content .development-wrapper,
  .skills .content .tools-knowledge-wrapper {
    float: left;
  }
  .skills .content .development-wrapper.first {
    width: 60%;
  }
  .skills .content .development-wrapper, .skills .content .tools-knowledge-wrapper, .skills .content .tools-knowledge-wrapper{
    margin-bottom: 0;
    width: 30%;
    margin-right:3%;
  }
  .skills .content .development-wrapper.first li {
    width: 45%;
    margin-right: 4%;
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  .hero .content .header,
  .availableWrapper,
  .wrapper,
  .counterWrapper,
  .navWrapper,
  .portfolio .content,
  .contact_form .content,
  body.single-clients #container {
    max-width: 90%;
  }
  .hero .content .header {
    padding-top: 7%;
    margin: 0 auto;
    padding-bottom: 1%;
  }
  .contact_form .picInfo .castleImage img {
    width: initial;
  }
  h2 {
    font-size: 3em;
  }
  #counter {
    width: 30%;
  }
  .portfolio .content .projects .project {
    width: 47%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    display: inline-block;
    height: 160px;
  }
  .portfolio .content .projects .project .project-image {
    height:160px;
  }
  .portfolio .content .projects .project .projectTitle {
    line-height: 160px;
  }

  body.single-clients .client-logo {
    width: 440px;
    margin-left: 30px;
  }
  body.single-clients .client-logo .client-desktop {
    top: 77px;
    left: 90px;
    height: 131px;
    width: 228px;
  }
  body.single-clients .client-logo .client-laptop {
    top: 202px;
    right: 31px;
    height: 100px;
    width: 159px;
  }
  body.single-clients .client-logo .client-tablet {
    top: 199px;
    left: 29px;
    width: 90px;
    height: 118px;
  }
  body.single-clients .client-logo .client-mobile {
    top: 260px;
    left: 112px;
    width: 47px;
    height: 68px;
  }
  body.single-clients .client-logo .client-desktop.desktop-only {
    top: 16px;
    left: 17px;
    height: 231px;
    width: 408px;
  }
	
  body.single-clients .client-logo img.devices.desktop-only {
	width: 436px;
	height: auto;
  }
}

@media only screen and (max-width: 1000px){
  .footer .content {
    max-width: 90%;
  }
  .footer .copyright {
    max-width: 50%;
    margin: 0 auto;
    bottom: -40px;
  }
}

@media only screen and (max-width: 900px){
  .c-hamburger {
    display: block;
    float: right;
  }
  .navWrapper ul {
    background: #0d0f3a;
    position: absolute;
    top: 50px;
    left: 100%;
    width: 100%;
    height: 150px;
    z-index: -1;
  }
  .navWrapper ul li {
    width: 48%;
    display: inline-block;
  }		
  #counter {
    width: 32%;
  }
  .portfolio .content .projects .project .project-image img {
    height: 100%;
  }
  .contact_form .social {
    text-align: center;
  }
  .contact_form .social .fa {
    width: 100%;
  }

  body.single-clients .client-logo {
    display: block;
    margin: 0 auto;
    height: 375px;
  }
  body.single-clients .project-summary {
    padding: 0 0 60px 0px;
    width: 100%;
  }
  body.single-clients .project-desc {
    width: 100%;
  }
  body.single-clients .client-logo img.devices.desktop-only {
	width: 100%;
	height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .hexagons {
    width: 600px;
  }
  .hex-row {
    clear: initial;
  }
  .hero .content.about-myself {
	top: 55%;	  
  }
}

@media only screen and (max-width: 730px){
  .aboutText {
    max-width: 90%;
  }
  #counter {
    vertical-align: top;
  }
  .contact_form .left,
  .contact_form .right,
  .contact_form .available,
  .contact_form input[type=submit] {
    width: 100%;
  }
  .contact_form h2 {
    text-align: center;
  }
  .contact_form .social {
    padding: 45px 5px 0;
    font-size: 24px;
  }
  .contact_form .right {
    margin-top: 50px;
  }
  .contact_form form {
    width: 100%;
    margin-left: 0;
  }
  .footer ul.socials {
    transform: translate(-50%,0);
    top: -20px;
  }
}

@media only screen and (max-width: 600px) {
  .hero .content .header h1,
  .available {
    max-width: 100%;
    min-width:0;
  }
  .hero .content .header h1 {
    font-size: 46px;
  }
  .hexagons {
    width: 400px;
    height: 730px;
  }
  .hex-row {
    clear: left;
  }
  .workCounters {
    height: 395px;
    background-size: 100% 100%;
  }
  #counter {
    width: 49%;
    padding: 45px 0 0 0;
  }
  div#counter:nth-child(3) {
    width: 100%;
  }
  .portfolio .content .projects .project {
    width: 100%;
  }
  .portfolio .content .projects .project,
  .portfolio .content .projects .project .project-image {
    height: 230px;
  }
  .portfolio .content .projects .project .projectTitle {
    line-height: 230px;
  }
  .footer {
    padding: 30px 0;
    height: 500px;
  }
  .footer .content {
    height: 375px;
  }
  .footer ul.socials {
    transform: none;
    top: 90px;
    left: 0;
  }
  ul.footerNav {
    right: initial;
    top: 170px;
    left: 0;
  }

  body.single-clients .client-name {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .hero .content .header h1 {
    font-size: 40px;
  }
  .hexagons {
    width: 90%;
    margin: 0 auto;
  }
  .workCounters {
    height: 520px;
    background-size: auto 100%;
  }
  #counter {
    width: 100%;
  }
  button.filterButton {
    margin: 0 5px 10px;
	height: auto;
	line-height: 30px;
  }

  .contact_form .social {
    font-size: 20px;
  }

  body.single-clients .client-logo {
    width: 300px;
    height: 260px;
  }
  body.single-clients .client-logo .client-desktop {
    top: 52px;
    left: 61px;
    height: 90px;
    width: 156px;
  }
  body.single-clients .client-logo .client-laptop {
    top: 137px;
    right: 21px;
    height: 69px;
    width: 109px;
  }
  body.single-clients .client-logo .client-tablet {
    top: 136px;
    left: 19px;
    width: 63px;
    height: 81px;
  }
  body.single-clients .client-logo .client-mobile {
    top: 177px;
    left: 76px;
    width: 33px;
    height: 47px;
  }
  body.single-clients .project-hexagons {
    min-height: 315px;
  }
  body.single-clients .client-logo .client-desktop.desktop-only {
    top: 11px;
    left: 11px;
    height: 159px;
    width: 278px;
  }
}

@media only screen and (max-width: 420px){
  .hexagons {
    display: none;
  }
  .footer .copyright {
    max-width: 90%;
  }
  a.email {
    font-size: 16px;
  }
  body.single-clients .client-name {
    font-size: 30px;
  }
  body.single-clients .project-hexagons {
    max-width: 215px;
  }
  body.single-clients .project-hexagons {
    min-height: 400px;
  }
}

@media only screen and (max-width: 320px){
  .hero {
    height: 60%;
  }
  .hero .content.about-myself {
	top: 65%;		
  }
  .hero .content .header h1 {
    font-size: 32px;
  }
  .available {
    font-size: 17px;
  }
  a.email {
    font-size: 14px;
  }
  body.single-clients .client-logo {
    width: 270px;
  }
  body.single-clients .client-logo .client-desktop {
    top: 47px;
    left: 55px;
    height: 82px;
    width: 140px;
  }
  body.single-clients .client-logo .client-laptop {
    top: 124px;
    right: 18px;
    height: 62px;
    width: 99px;
  }
  body.single-clients .client-logo .client-tablet {
    top: 122px;
    left: 17px;
    width: 57px;
    height: 73px;
  }
  body.single-clients .client-logo .client-mobile {
    top: 160px;
    left: 68px;
    width: 30px;
    height: 41px;
  }
  body.single-clients .client-logo .client-desktop.desktop-only {
    top: 10px;
    left: 10px;
    height: 141px;
    width: 250px;
  }
}