body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #898989;
  font-weight: 400;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  color: #010101;
  line-height: 34px;
  text-align: center;
}

p.top {
  color: #898989;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0 70px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 60px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.sticky {
  position: fixed;
  width: 100%;
  background: #fcdb00;
  box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  z-index: 89;
}

.tl-header {
  color: #212121;
  padding-top: 10px;
}

.logo {
  text-align: center;
  padding-top: 10px;
}

header .logo img {
  max-width: 300px;
  width: 100%;
}

nav {
  float: right;
  text-align: right;
  padding-top: 10px;
}

nav ul li {
  display: inline-block;
  padding: 0 10px;
}

nav ul li a {
  font-size: 20px;
  line-height: 30px;
  color: #212121;
}

nav ul li a:hover {
  color: #999;
  transition: all 0.5s;
}

#banner {
  background: #fcdb00;
  padding: 160px 0 50px;
  text-align: center;
  position: relative;
}

#banner p {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 40px;
}

#features {
  padding: 110px 0;
}

#features h3,
#professional h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #010101;
}

#features i {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #010101;
}

#professional i {
  font-style: italic;
}

#bottom p {
  padding: 13px 0 80px;
}

#work {
  padding: 40px 0 150px;
}

#work article h3 {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
  line-height: 24px;
  text-align: center;
  margin-top: 17px;
}

#work article p {
  text-align: center;
  padding-bottom: 65px;
}

.timespan {
  letter-spacing: 1.4px;
  font-weight: 700;
  font-variant: small-caps;
}

.proj_img {
  position: relative;
}

.proj_img img {
  display: block;
  width: 100%;
}

.proj_img {
  width: 100%;
  display: block;
}

.halfleft {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #fff;
}

.halfright {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.match {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
}

.proj_desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding-top: 80px;
  transition: all 0.5s;
  cursor: pointer;
}

.proj_img:hover .proj_desc {
  visibility: visible;
  opacity: 1;
}

.proj_desc i {
  font-size: 50px;
}

#contact {
  padding-bottom: 75px;
  text-align: center;
}

#contact i {
  font-size: 22px;
  color: #010101;
}

#contact h3 {
  font-size: 24px;
  margin-top: 15px;
  color: #010101;
  margin-bottom: 5px;
}

#contact span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 40px;
}

#contact form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

#contact form input,
#contact form textarea {
  width: 100%;
  outline: 0;
  border: 2px solid #010101;
  margin-bottom: 25px;
  padding: 13px;
  color: #010101;
}

#contact form textarea {
  height: 200px;
}

#contact form a {
  width: 170px;
  height: 51px;
  line-height: 51px;
  background: #010101;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}

#contact form a:hover {
  background: #fcdb00;
  color: #010101;
  transition: all 0.5s;
}

div.padded_row {
  padding: 13px 0 40px;
}

footer {
  padding: 90px 0 277px;
  background: #010101;
}

footer h2 {
  color: #fff;
}

footer p.top {
  margin-bottom: 35px;
}

.mesg {
  max-width: 740px;
  width: 100%;
  display: block;
  margin: 0 auto 110px;
}

footer .mesg input {
  width: 78%;
  background: #fff;
  border: 0;
  padding: 13px;
  outline: 0;
  height: 51px;
}

footer .mesg button {
  width: 135px;
  margin-left: 10px;
  background: #fff;
  border: 0;
  outline: 0;
  height: 52px;
  line-height: 49px;
  color: #010101;
  font-weight: 700;
}

footer .mesg button:hover {
  background: #fcdb00;
}

footer a,
footer address {
  display: block;
  color: #fff;
}

footer a:hover {
  color: #fcdb00;
}

.copyright {
  text-align: center;
}

.active {
  color: #999;
}

/* New */

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.staggered-animation {
  opacity: 0;
}

.staggered-animation.animated {
  opacity: 1;
}

/*LOADER EFFECT*/

/*Paste this css to your style sheet file or under head tag*/

/* This only works with JavaScript,
if it's not present, don't show loader */

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fcdb00;
}

.cssload-container {
  display: block;
  margin: 49px auto;
  width: 97px;
  top: 50%;
  position: relative;
}

.cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}

.cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}

/* #Media Queries
================================================== */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #banner {
    padding: 250px 0 50px;
  }
  #features {
    padding: 90px 0 20px;
  }
  #work {
    padding: 40px 0 30px;
  }
  footer {
    padding: 90px 0 177px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav {
    width: 23%;
  }
  #banner {
    padding: 250px 0 50px;
  }
  #banner a.start {
    margin: 0 auto 50px;
  }
  #features {
    padding: 70px 0 20px;
  }
  #bottom p {
    padding: 13px 0 50px;
  }
  #work article {
    min-height: 270px;
  }
  .proj_desc {
    padding-top: 51px;
  }
  #work article p {
    padding-bottom: 20px;
  }
  #work {
    padding: 40px 0 30px;
  }
  #testimonilas {
    margin-bottom: 100px;
  }
  footer {
    padding: 90px 0 107px;
  }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
  #banner {
    background: #fcdb00;
    padding: 120px 0 29px;
  }
  header {
    padding: 20px 0;
  }
  #banner a.start {
    margin: 0 auto 30px;
  }
  #features {
    padding: 40px 0;
    text-align: center;
  }
  #bottom p {
    padding: 13px 0 40px;
  }
  h2 {
    font-size: 26px;
  }
  p.top {
    font-size: 18px;
    margin: 15px 0 40px;
  }
  #work {
    padding: 0 0 40px;
  }
  #work article p {
    padding-bottom: 35px;
  }
  footer a,
  footer address {
    text-align: center;
    margin-bottom: 5px;
  }
  #contact {
    padding-bottom: 40px;
  }
  footer {
    padding: 40px 0 40px;
  }
  header.sticky {
    padding: 10px 0;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
}
