@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700');

body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  color: #000;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h1 {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

h4 {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.5px;
}

.mr-10 {
  margin-right: 10px;
}

.m-0 {
  margin: 0px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.section-space {
  padding-bottom: 150px;
}

.section-btn {
  margin: 32px 0 0 0;
  padding: 0;
}

.section-btn a,
.section-btn button {
  line-height: 45px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}

.section-btn a span,
.section-btn button span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: #ee5057;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms3d .section-btn a span::before,
.csstransforms3d .section-btn button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 1px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.section-btn a:hover span,
.section-btn a:focus span,

.section-btn button:hover span,
.section-btn button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,

.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
  background: #000000;
}

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ee5057;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.section-title {
  position: relative;
  padding-bottom: 22px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about-us {
  padding-top: 150px;
}

#about-us,
#freelancer,
#start,
footer {
  background: #ffffff;
}

#about-us {
  text-align: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.custom-navbar {
  margin-bottom: 0;
  background-color: #ee5057;
  padding: 20px 0;
}

.custom-navbar .navbar-brand {
  color: #f9f9f9;
  font-weight: normal;
  font-size: 25px;
  font-weight: 600;
}

.custom-navbar .nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #f9f9f9;
  letter-spacing: 0.5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px 20px;
  text-transform: uppercase;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active>a:after {
  background: #ffffff;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ee5057;
    padding: 15px 0;
  }
}

.nav.navbar-nav.navbar-right form {
  margin: 8px 10px 0;
}

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 10em;
}

#home h1 {
  color: #ffffff;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 400;
}

#home p {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

#home .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.about-info h3 {
  font-size: 14px;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin: 0;
}

.about-info p {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  color: inherit;
}

#start .feature-icon {
  font-size: 50px;
  color: #ee5057;
  margin-bottom: 20px;
}

.bg-color-header {
  background: #ee5057;
}

#tasks {
  padding-top: 10em;
  background-color: #f4f6f9;
}

#tasks .filter-column {
  margin-bottom: 0px;
}

#tasks .filter-block {
  padding: 15px;
}

#tasks .filter-block h4 {
  font-size: 20px;
  font-weight: 600;
}

#tasks .result-block {
  padding: 24px;
  margin-bottom: 20px;
}

#tasks .filter-block,
#tasks .result-block {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(11, 10, 10, 0.1);
}

#tasks .price {
  color: green;
  font-size: 20px;
  font-weight: bold;
  float: right;
}

#tasks .result-title {
  margin-bottom: 12px;
}

#tasks .result-title a {
  font-size: 20px;
  font-weight: 600;
  color: #0074d9;
}

#tasks .result-block p {
  word-wrap: break-word;
}

#tasks .result-meta {
  font-size: 12px;
  color: #999;
}

#tasks .result-tags {
  margin-bottom: 12px;
}

#tasks .result-tags span {
  display: inline-block;
  background-color: #eee;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 2px 5px 2px 0;
  font-size: 14px;
  font-weight: 500;
}

#task {
  padding-top: 10em;
}

#task .header {
  margin-bottom: 10px;
}

#task .header h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}

#task .info {
  font-size: 14px;
  color: #777;
}

#task .price {
  font-size: 24px;
  font-weight: bold;
  color: #5cb85c;
  margin-bottom: 20px;
}

#task .description {
  margin-bottom: 15px;
  line-height: 1.6;
}

#task .description p {
  word-wrap: break-word;
}

#task .tags .label {
  margin-right: 5px;
}

#task .tags {
  margin-bottom: 25px;
}

footer {
  padding-top: 40px;
  border-top: 1px solid #ee5057;
}

footer h4 {
  padding-top: 12px;
}

footer a {
  color: #000;
}

footer .copyright-text {
  padding-top: 42px;
}

ul.footer-menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.footer-menu li {
  margin: 10px 0px;
}

ul.footer-menu li a {
  font-size: 16px;
}

#modalForm h4#modalLabel {
  font-weight: 600;
}

#contactForm label {
  font-size: 16px;
}

#contactForm .btn {
  color: #fff;
  background-color: #ee5057;
  border-color: #ee5057;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 991px) {
  #home h1 {
    font-size: 4em;
    line-height: normal;
    text-align: center;
  }

  #home p {
    text-align: center;
  }

  #home .section-btn {
    display: flex;
    justify-content: center;
  }

  .section-space {
    padding-bottom: 100px;
  }

  #about-us {
    padding-top: 100px;
  }

  #freelancer .freelancer-image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  #freelancer h2 {
    text-align: center;
  }

  #freelancer .section-btn {
    display: flex;
    justify-content: center;
  }

  #tasks,
  #task {
    padding-top: 9em;
  }

  #tasks .filter-column {
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {

  h1,
  .about-info p {
    font-size: 30px;
    line-height: inherit;
  }

  #home {
    padding-top: 0em;
  }

  footer {
    text-align: center;
  }

  footer .social-icon {
    margin-top: 32px;
  }
}

@media (max-width: 770px) {
  #home h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 767px) {
  .custom-navbar {
    padding: 10px 0;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
  }

  .custom-navbar .nav li:last-child a {
    margin-bottom: 5px;
  }

  .nav.navbar-nav.navbar-right form {
    margin: 15px 20px 0;
  }

  #tasks,
  #task {
    padding-top: 7em;
  }

  #task .header h1 {
    font-size: 22px;
  }

  #task .price {
    font-size: 20px;
  }

  .footer-info {
    padding: 22px 0 22px 0;
  }
}

@media (max-width: 580px) {

  h1,
  .about-info p,
  #freelancer h2,
  footer h2 {
    font-size: 26px;
  }

  #home {
    height: 100vh;
  }

  #home h1 {
    word-break: break-all;
  }

  .section-space {
    padding-bottom: 80px;
  }

  #about-us {
    padding-top: 80px;
  }

  .about-info h3 {
    font-size: 12px;
    letter-spacing: 6px;
  }
}