/* Embedded Fonts */
@font-face {
  font-family: 'font-awesome';
  src: url(../fonts/fontawesome-webfont.ttf);
}

@font-face {
  font-family: 'glyphicons';
  src: url(../fonts/glyphicons-halflings-regular.ttf);
}

@font-face {
  font-family: 'JF Flat';
  src: url(../fonts/JF-Flat-regular.ttf);
}
@font-face {
  font-family: 'paci';
  src: url(../fonts/Pacifico-Regular.ttf);
}

@font-face {
  font-family: 'rale-bold';
  src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
  font-family: 'rale-med';
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: 'rale-reg';
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: 'rale-thin';
  src: url(../fonts/Raleway-Thin.ttf);
}

@font-face {
  font-family: 'seg-bold';
  src: url(../fonts/seguibl.ttf);
}

@font-face {
  font-family: 'seg-sb';
  src: url(../fonts/seguisb.ttf);
}
body {
  font-size: 16px;
}
/* END Embedded Fonts */

/*
    // Constants
*/
a {
  text-decoration: none;
}
.a {
  text-decoration: none !important;
  font-family: 'rale-bold';
  padding: 12px 31px;
  border: 1.5px solid #565656;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  margin: 55px 0 0;
  font-size: 0.9em;
  background-color: #565656;
  color: #e6e9ee !important;
}
.a:hover{
  color: #565656 !important;
  text-decoration: none;
  background: none;
}
.hr {
  width: 92px;
  height: 2px;
  background-color: #7c7c7c;
  border-radius: 50px;
  margin: 15px auto;
  display: -webkit-box;
}
.hr span {
  width: 44%;
  height: 2px;
  background-color: #7c7c7c;
  margin: 6px auto;
  display: table;
  border-radius: 50px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.plate {
  width: 95%;
  height: 90%;
  background-color: #e8e8e8;
  border-radius: 7px;
  position: absolute;
  top: 35px;
  left: 10px;
  animation-name: rotation;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
/*
    // END Constants
*/

/* Bootstrap Edits */
.navbar {
  border: none !important;
  border-radius: 0;
  background: none !important;
  margin-bottom: 0 !important;
  padding: 20px 0;

}
.navbar-toggle {
  margin-top: 19px !important;
}
.navbar-brand {
  padding: 0 15px !important;
  font-family: 'neon';
  width: 210px;
}
.navbar-brand > img {
  width: 100%;
  height: auto;
  font-family: 'neon';
}
.navbar-nav > li > a {
  text-align: center;
  transition: all 0.4s;
  color: #ecf0f1 !important;
  font-size: 16px;
  font-family: 'JF Flat';
}
.navbar-default .navbar-nav > .open > a {
  color: #34495e !important;
  background-color: #e7e7e7;
}
.navbar-nav > li > a:hover {
  opacity: 0.7;
}
.navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  font-family: 'rale-med';
  font-size: 0.95em !important;
  color: #7c7c7c !important;
  padding: 13px 15px !important;
}

/* END Bootstrap Edits */
/* Header */
header {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
header .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  padding-bottom: 30px;
}
.hello {
  margin: 100px 0 70px;
}
.hello h1 {
  color: #ecf0f1;
  font-family: 'paci';
  font-size: 22px;
  margin-bottom: 60px;
  line-height: 47px;
}
.hello h1 span {
  color: #F6C90E;
}

.hello a {
  text-decoration: none;
  font-family: 'rale-bold';
  padding: 12px 31px;
  border: 1.5px solid #ecf0f1;
  transition: all 0.3s;
  color: #ecf0f1;
  margin-top: 20px;
  font-size: 0.9em;
}
.hello a:hover{
  background-color:#ecf0f1;
  color: #303841;
  text-decoration: none;
}
.office {
  margin-top: 65px;
}
/* END Header */
/* Service */
.services {
  width: 100%;
  height: auto;
}
.service {
  position: relative;
  margin: 40px 0 0;
}
.service i {
  float: left;
  font-size: 80px;
  margin: 23px 16px 0 0;
  color: #7c7c7c;
}
.service h1 {
  font-family: 'rale-reg';
  display: inline-block;
}
.service p {
  font-family: 'rale-reg';
  color: #bbbbbb;
  font-size: 16px;
  width: calc(100% - 120px);
  line-height: 24px;
  margin-bottom: 50px;
  float: left;
}
.service a {
  text-decoration: none;
  font-family: 'rale-bold';
  padding: 12px 31px;
  border: 1.5px solid #565656;
  transition: all 0.3s;
  display: inline-block;
  margin: 0 0 20px;
  font-size: 0.9em;
  background-color: #565656;
  color: #e6e9ee;
}
.service a:hover{
  color: #565656;
  text-decoration: none;
  background: none;
}

/* END Service */
/* Works */

.works {
  width: 100%;
  height: auto;
  background-color: #EEEEEE;
  padding-bottom: 50px;
}
.works h1 {
  margin: 90px 0 30px;
  font-family: 'rale-reg';
  text-align: center;
  color: #5a5a5a;
}
.works p {
  text-align: center;
  color: #ccc;
  font-size: 17px;
  margin-top: 30px;
}
.item {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.item:hover {
  background-color: #a7a7a7;
  color: #fff;
}
.thumbnaill {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #fff;
  position: relative;
}
.thumbnaill > a > img {
  width: 100%;
  transition: all 0.3s;
}
.item:hover .thumbnaill > a > img {
  opacity: 0.2;
}
.thumbnaill > i {
  position: absolute;
  color: #a7a7a7;
  font-size: 50px;
  top: 71px;
  left: 154px;
  opacity: 0;
  transition: all 0.3s;
}
.item:hover .thumbnaill > i {
  opacity: 1;
}
.item h2 {
  font-family: rale-med;
  color: #a7a7a7;
  margin: 20px 0 20px 46px;
  float: left;
}
.item:hover h2 {
  color: #fff;
}
.item span {
  font-family: 'rale-med';
  background-color: #a7a7a7;
  color: #fff;
  padding: 5px 14px;
  float: right;
  border-radius: 50px;
  margin: 22px 47px 0 0;
  display: -webkit-inline-box;
  font-size: 13px;
}
.item:hover span {
  background-color: #fff;
  color: #a7a7a7;
}
/* END Works */
/* Opinions */
.opinions {
  background:url(../img/background2.png) #3A4750;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position-x: center;
}
.opinions small {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
}
.opinions .right {
  right: 0;
}
.opinions .left {
  left: 0;
}
@media (max-width: 768px) {
  .opinions .right {
    right: 30px;
  }
  .opinions .left {
    left: 30px;
  }
}
.clients {
  margin: 76px 0;
}
.clients .outer {
    overflow: hidden;
}
.clients .stage {
  width: 9000px;
  transition: all 0.25s;
  position: relative;
}
@media (max-width: 768px) {
  .clients {
      width: 280px;
      margin: 30px auto;
  }
  .clients .stage .feedback {
    width: 280px !important;
  }
}
.clients .stage .feedback {
  display: inline-block;
  width: 555px;
}
.clients .feedback .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0px auto 13px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.clients .feedback .avatar img {
  width: 100%;
}
.clients .feedback p {
  color: #fff;
  font-style: italic;
  margin-top: 19px;
  font-size: 17px;
  font-family: 'rale-thin';
  line-height: 1.7;
}
.clients .feedback span {
  color: #fff;
  font-family: 'rale-bold';
  display: block;
}
.clients .feedback span a {
  color: #34495e;
}
.clients .controls {
  text-align: center;
  margin-top: 20px;
}
.clients .controls i {
  background-color: #ecf0f1;
  margin: 0 4px;
  text-decoration: none;
  border: 2px solid #ecf0f1;
  padding: 4px 8px;
  transition: all 0.2s;
  border-radius: 19px;
  color: #3A4750;
  cursor: pointer;
}
.clients .controls i:hover {
  background-color: #3A4750;
  border: 2px solid #ecf0f1;
  color: #ecf0f1;
}
.clients .controls span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ecf0f1;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 2px;
}
.clients .controls .active {
  width: 17px;
}


/* END Opinions */
/* Footer */

footer {
  background:url(../img/background3.png) #303841;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
footer .contact {
  margin-top: 60px;
}
footer .contact h1 {
  color: #fff;
  font-family: 'rale-bold';
  font-size: 35px;
}
footer .contact p {
  color: #ecf0f1;
  font-family: 'rale-thin';
  font-size: 19px;
  margin: 20px 0;
}
footer .contact span a {
  display: block;
  color: #F6C90E;
  font-family: 'seg-bold';
  font-size: 19px;
  text-decoration: none;
}
footer .contact .call {
  padding: 8px 36px;
  background-color: #fff;
  color: #3A4750;
  margin: 13px 0 6px;
  transition: all 0.2s;
  display: -webkit-inline-box;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'rale-bold';
  border: 2px solid transparent;
}
footer .contact .call:hover {
  background: none;
  color: #ecf0f1;
  border: 2px dashed #ecf0f1;
}
footer .links {
  margin-top: 19px;
}
footer .links ul {
  display: inline-flex;
}
footer .links ul li{
  color: #ecf0f1;
}
footer .links ul li a {
  color: #ecf0f1;
  font-family: 'JF Flat';
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
footer .links ul li a:hover{
  opacity: 0.7;
}
footer .links ul li::after {
  content: '|';
  margin: 0 13px;

}
footer .links ul li:last-child::after {
  display: none;
}
footer .end-footer {
  margin: 50px 0;
}
footer .end-footer img {
  width: 58%;
  margin: 0 auto;
  display: block;
}
footer .end-footer span {
  color: #ecf0f1;
  font-family: 'rale-reg';
  display: -webkit-inline-box;
  margin-top: 17px;
}
footer .end-footer .social {
  margin: 20px 0 50px;
}
footer .end-footer .social a {
  margin: 0px 10px;
  transition: all 0.3s;
  color: #ecf0f1;
  font-size: 20px;
}
footer .end-footer .social a:hover{
  color: #3498db;
}
/* END Footer */

/*
** Works Page
**
*/
.header {
  width: 100%;
  height: 400px;
  background-image: url(../img/pexels-photo-26849.jpg);
  background-size: cover;
  background-position: right;
}
.header .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.64);
}
.header .overlay .page-title {
  margin-top: 93px;
}
.header .overlay .page-title h1 {
  color: #fff;
  font-family: 'rale-med';
  font-size: 32px;
}
.header .overlay .page-title h3 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  font-family: 'JF Flat';
  font-style: italic;
}
.header .overlay .page-title a,
.header .overlay .page-title span {
  color: rgba(255, 255, 255, 0.58);
}
/*
** Single page
**
*/
.content {
  margin: 60px 0;
}
.content .right {
  width: 100%;
  overflow: hidden;
}
.content .right img {
  width: 100%;
}
.content .left p {
  color: #b5b5b5;
  font-family: 'rale-reg';
  font-size: 18px;
  line-height: 30px;
}
.content .left .features {
  margin-top: 40px;
}
.content .left .features li {
  padding: 13px 0px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  font-family: 'rale-med';
  font-size: 22px;
  color: #6b6b6b;
}
.content .left .features li span {
  margin-left: 14px;
  font-family: 'rale-reg';
  color: #b5b5b5;
  font-size: 19px;
}
.content .left .features li span::before {
  content: ':';
  position: relative;
  left: -14px;
  font-size: 25px;
  color: #6b6b6b;
}
.content .left .links {
  margin: 30px auto;
  display: table;
}
.content .left .links a {
  padding: 10px 25px;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  font-family: 'rale-med';
  transition: all 0.3s;
}
.content .left .links a:hover {
  background-color: #7c7c7c;
  text-decoration: none;
}
/* Contact Form */
.contact-form {
  background-color: #ebebeb;
  padding: 27px 0;
}
.contact-form p {
  font-family: 'rale-reg';
  color: #969696;
  text-align: center;
  font-size: 15px;
  margin: 30px 0;
}
.contact-form form {
  background-color: #fff;
  padding: 26px;
  border-radius: 25px;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.05);
  margin: 20px 0 53px;
}
.contact-form form label {
  color: #95989A;
  font-family: 'rale-med';
  font-size: 20px;
}
.contact-form form input {
  height: 47px;
}
.contact-form form .field {
  margin-bottom: 20px;
}
.contact-form form input,
.contact-form form textarea
{
  width: 100%;
  background-color: #E6E6E6;
  font-family: 'rale-reg';
  font-size: 25px;
  border: none;
  padding-left: 10px;
  border-radius: 4px;
}
.contact-form form button {
  margin: 0 auto;
  display: -webkit-box;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  font-family: 'rale-med';
  background-color: #3A4750;
  color: #fff;
}
.success {
  padding: 10px;
  border: 2px solid;
  color: #7c7c7c;
  border-radius: 7px;
  font-family: 'rale-med';
}
/* END Contact Form */
