@import url(http://fonts.googleapis.com/css?family=Raleway:400, 800);

body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:focus,
a:hover {
  outline: inherit;
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul,
ol {
  padding-left: 0 !important;
}

.row {
  padding: 60px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.btn:focus,
.btn:active,
.btn:hover,
.btn,
.open .dropdown-toggle.btn {
  outline: inherit;
  border-color: inherit;
}

.btn {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding: 15px 30px;
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-common {
  color: #ffffff;
  font-weight: 400;
  background: #c21949;
}

.btn-common:hover {
  background: #ff7b6b;
  color: #fff;
}

.section-title {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  padding-bottom: 30px;
  position: relative;
  color: #454545;
}

.small-title {
  font-size: 30px;
  color: #666;
  font-weight: 800;
  padding-bottom: 22px;
  line-height: 40px;
}

i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#social {
  background: #ecf0f1;
}

#social .social {
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

#social .social li {
  display: inline-block;
}

#social .social li a i {
  border: 2px solid #c21949;
  color: #c21949;
  padding: 10px;
  font-size: 18px;
  line-height: 28px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 50%;
}

#social .social li a i:hover {
  color: #fff;
}

#social .social .fa-facebook:hover {
  background: #3b5998;
  border: 2px solid #3b5998;
}

#social .social .fa-twitter:hover {
  background: #00cafb;
  border: 2px solid #00cafb;
}

#social .social .fa-google-plus:hover {
  background: #d23a1d;
  border: 2px solid #d23a1d;
}

#social .social .fa-linkedin:hover {
  background: #007bb6;
  border: 2px solid #007bb6;
}

#social .social .fa-pinterest:hover {
  background: #008ed6;
  border: 2px solid #008ed6;
}

#home {
  background: url(../img/backgrounds/bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home .color-overlay {
  background: rgba(0, 0, 0, 0.3);
}

#home .logo-nav {
  color: #ffffff;
}

#home .logo-nav h2 {
  font-size: 33px;
  line-height: 38px;
}

#home .intro-section {
  margin-bottom: 155px;
  text-align: center;
  color: #ffffff;
}

#home .intro-section .intro {
  font-size: 50px;
  line-height: 76px;
  font-weight: 800;
  letter-spacing: 1px;
}

#home .intro-section .sub-heading {
  font-size: 18px;
  line-height: 36px;
}

#home .intro-section .btn-common {
  margin-top: 20px;
}

#about {
  background: #c21949;
  color: #fff;
}

#about .section-title {
  color: #fff;
}

#about .company-logo {
  width: 100%;
  display: block;
  height: 152px;
  margin-bottom: 62px;
}

#about .company-logo .item {
  float: left;
  width: 234px;
  min-height: 50px;
  margin: 15px 0px;
}

#about .client {
  position: relative;
}

#about .client .client-img {
  float: left;
  /* width: 120px; */
  height: 120px;
  margin-right: 1em;
}

#about .client .client-img img {
  height: 100%;
}

#about .client .info-client {
}

#about .client .info-client p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

#about .client .info-manager p {
  font-size: 33px;
  line-height: 25px;
  font-weight: 300;
}

#about .client .info-client .name {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 800;
}

#about .client .info-client .name span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

#main-features {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#main-features img {
  width: 100%;
}

#main-features .feature-content {
  padding: 0 42px;
}

#main-features .feature-content p {
  margin-bottom: 22px;
}

#main-features .item-2 {
  background: #ecf0f1;
}

#subscribe {
  color: #ffffff;
  background: #c21949;
  text-align: center;
}

#subscribe .section-subtitle {
  color: #999;
}

#footer {
  background: #353b47;
}

#footer p {
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  line-height: 60px;
}

.form-control,
.textarea-box {
  margin-bottom: 15px;
  margin-top: 15px;
  outline: 0;
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  color: #c21949;
  padding-left: 12px;
  line-height: auto;
}

.form-control {
  min-height: 50px;
  -webkit-backface-visibility: hidden;
  text-align: center;
  font-size: 20px;
}

.form-control:active,
.form-control:focus,
.textarea-box:active,
.textarea-box:focus {
  border: 1px solid #c21949;
  color: #323232;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lol {
  color: #454545;
}

/* slider */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.slides {
  padding: 0;
  width: 750px;
  height: 500px;
  display: block;
  margin: 40px auto;
  position: relative;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide {
  top: 0;
  opacity: 0;
  width: 750px;
  height: 500px;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.slide img {
  width: initial !important;
  height: 100% !important;
}

.nav label {
  width: 200px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 156pt;
  text-align: center;
  line-height: 380px;
  font-family: 'Varela Round', sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: rgba(0, 0, 0, 0.8);
}

.header-container {
  display: flex;
  align-items: center;
}

.header-phone {
  display: flex;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
}

.fa.header-phone-icon {
  margin-right: 10px;
  font-size: 20px;
}

.header-logo {
  width: 125px;
  height: 125px;
}
