/* --------------------------------------
=========================================
KreFolio - Startup Agency Landing Page Template
Version: 1.1
Designed By: E. A. Siblu (www.facebook.com/EASiblu)
Developed By: Zahidul Hossain (http://twitter.com/ch0yan)
=========================================

1. GLOBAL STYLES
    1.1 GLOBAL

    1.2 Helper Classes

    1.3 Fullscreen Menu

    1.4 Custom hover animation


2. SECTION STYLES
    2.1 SECTION: Header

    2.2 SECTION: Services

    2.3 SECTION: About Us

    2.4 SECTION: Case Study

    2.5 SECTION: Why Choose Us

    2.6 SECTION: Our Skills

    2.7 SECTION: Processes

    2.8 SECTION: Our Team

    2.9 SECTION: Testimonial

    2.10 SECTION: Portfolio

    2.11 SECTION: Promote

    2.12 SECTION: We are Hiring

    2.13 SECTION: Twitter

    2.14 SECTION: Map

    2.15 SECTION: Send Message

    2.16 SECTION: Footer
-----------------------------------------*/
/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  color: #ea0000;
}
a:hover {
  text-decoration: none;
  color: #dd0000;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #ea0000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ea0000;
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
/*
 * 1. Orange.
 */
/*
 * 2. Green.
 */
/*
 * 3. Blue.
 */
/*
 * 4. Blue Nutshell
 */
.main-bg {
  background: #ea0000;
}
.main-color {
  color: #ea0000;
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 19px 30px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.button.light {
  border: 2px solid #eeeeee;
}

.button.inline {
  border: 1px solid #ea0000;
  color:#ea0000;
}

.padding-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-top-large {
  padding-top: 90px;
}
.margin-top-large {
  margin-top:90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: #FFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 48px;
  width: 46px;
  margin: 0px;
  top: 45px;
  right: 115px;
  background-color: rgba(0,0,0,0.1);
}
.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(231, 00, 00, 0.9);
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 200%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.mobilenav li:last-child span {
  border-bottom: none;
}
.mobilenav li:hover {
  cursor: pointer;
}
.nav-label {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: block;
  width: 400px;
  margin: 0 auto;
}
.mobilenav li:first-child {
  margin-top: 60px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(231, 76, 60, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #ef0000;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: url(../img/slider-overlay.png) repeat;*/
}
header .carousel,
header .item,
header .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #e74c3c;
}
.carousel-caption {
  top: 25%;
}
.carousel-caption h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}

.plans{padding-bottom: 45px;}
.plans h2{font-weight: 900;}
.plans h3 { font-weight: 100; font-size: 21px;}
.plans span{
    font-weight: 400;
}
.btn-slide{
  margin-left: 0%;
}


/* ========================================================================
  2.2 Component: Services
 ========================================================================== */
.services h3 {padding: 20px 0px;}

.services .container{padding-top: 30px;}

.services .center-block img {border-radius: 8px 8px 0 0;/* border-bottom: 3px solid #ea0000; */}

.services .info{
  background: white;
  position: relative;
  border: 1px solid #eee;
  padding:0 20px 20px 20px;
}
.services .info:before, .services .info:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: " ";
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    box-shadow: 0 9px 15px rgba(0,0,0,.3);
    z-index: -1;
}

.services .info:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}

.services ul.text-left {
  padding: 20px inherit;
  margin: 20px 0;
  min-height: 200px;
}
.services ul.text-left li {
    list-style-type: square;
    margin: 0 0 0 20px;
    padding-bottom: 10px;
}

/* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */
.call-to-action {
  padding: 15px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.call-to-action p {
  margin: 20px;
}
/* ========================================================================
  2.3 Component: About Us
 ========================================================================== */
.our-claim {
  background-color:#ffffff;
  background-size: cover;
  position: relative;
}
.our-claim .light-title{
  font-weight: lighter;
  font-size: 60px;
}
.if-items{
  font-size: 23px;
  color: #ea0000;
  height: 64px;
  padding-top: 63px;
  padding-left: 15px;
  padding-right: 15px;
}
.item01{
  background: url("../img/if-icons.jpg") no-repeat scroll center -0px transparent;
}
.item02{
  background: url("../img/if-icons.jpg") no-repeat scroll center -77px transparent;
}
.item03{
  background: url("../img/if-icons.jpg") no-repeat scroll center -158px transparent;
}
.item04{
   background: url("../img/if-icons.jpg") no-repeat scroll center -230px transparent;
}

.tell-how{text-align: center; padding: 40px 0 20px 0;}

.btn-tell-how{
  background-color: #ea0000;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  margin: 30px 0;
  display: block;
  clear: both;
  width: 185px;
  height: 50px;
}
.btn-tell-how:hover{
  color:#cccccc;
}
.our-claim .overlay {
  background: rgba(238, 238, 238, 0.95);
  padding-bottom: 25px;
}
.our-claim .jumbo-text {
  text-transform: uppercase;
  color: #272727;
  font-size: 30px;
}
.our-claim p {
  color: #484848;
  line-height: 24px;
}
.our-claim img {
  margin-top: -125px;
}
.head-block{
  margin-bottom: 20px;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background: #ef0000;
  color: #f3eff0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
  padding: 0;
}
.panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.collapsed {
  background: #ededed !important;
  color: #222;
}
.collapsed strong,
.collapsed .state {
  color: #222222;
}
.state {
  font-size: 18px;
  line-height: 18px;
}

/* ========================================================================
  FAQ
 ========================================================================== */
#faq .light-title{
  font-family: "Raleway";
  font-weight: lighter;
  font-size: 60px;
  margin-left: 65px;
  margin-bottom: 20px;
  color:#ea0000;
}
#faq .margin-top-large{
  margin-top: 24px;
}
#faq .panel-title a{
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
}
#faq .panel-body{
  font-family: "Raleway";
  font-size: 14px;
}

div#accordion {
  padding-top: 22px;
}

/* ========================================================================
  2.4 Component: Case Study
 ========================================================================== */
#case-study {
  display:none;
}
.case-study .col-md-6 {
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: background .5s;
}
.case-study-left .overlay {
  padding-left: 200px;
  padding-right: 50px;
  transition: background .5s;
}
.case-study-right .overlay {
  padding-right: 200px;
  padding-left: 50px;
  transition: background .5s;
}
.case-study .case-study-left {
  background: url("../img/case-study/bf-left.jpg") no-repeat;
  background-size: cover;
}
.case-study .case-study-right {
  background: url("../img/case-study/bf-right.jpg") no-repeat;
  background-size: cover;
}
.case-study .overlay:hover {
  width: 100%;
  background: rgba(231, 76, 60, 0.9);
}
.case-study h3 {
  text-shadow: 1px 1px 1px #444;
  font-size: 28px;
  font-weight: bold;
}
.case-study .description {
  font-weight: lighter;
}
/* ========================================================================
  2.5 Component: Why choose us
 ========================================================================== */
.why-choose-us .icon {
  font-size: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: 4px;
}
.why-choose-us .icon i {
  color: #ef0000;
}
.why-choose-us h2{
  font-family: "raleway";
  font-weight: lighter;
  font-size: 40px
}
.why-choose-us h4 {
  margin: 15px 0 20px;
  color: #000;
}
.why-choose-us p {
  color: #aaaaaa;
}
.why-choose-us .service {
  padding: 5px;
  margin-bottom: 50px;
  cursor: pointer;
}
.why-choose-us .service:hover > .icon {
  background: #e74c3c;
  color: #fff;
  transition: all .85s;
}
.why-choose-us .service:hover > .icon i {
  color: #fff;
  transition: all .85s;
}
.paso1, .paso2 , .paso3{
  background: url("../img/iconos-work.png") no-repeat scroll 0 -19px;
  height: 190px;
  padding-top: 125px;
  margin-bottom: 140px;
}
.paso2{
  background: url("../img/iconos-work.png") no-repeat scroll -490px -19px;
}
.paso3{
  background: url("../img/iconos-work.png") no-repeat scroll -972px -19px;
}


/* ========================================================================
  2.6 Component: Our Skills
 ========================================================================== */
.managed-developers{
  position: relative;
  width: 100%;
  background: #345e6a;
}
.managed-developers .padding-top-large{
  padding-top: 36px;
}
.managed-developers .light-title{
  font-weight: lighter;
  font-size: 60px;
  font-family: 'Raleway';
  color: #ffffff;
}
.managed-developers .text{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  width: 67%;
}
.managed-developers .overlay{
position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/slider-overlay.png) repeat;
  opacity: 0.7;
}
.managed-developers img{
  width: 100%;
  left: 0;
  top: 205px;
}
.skill-bar li .wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #dddddd;
}
.skill-bar li span {
  height: 25px;
  width: 0px;
  display: block;
  border-radius: 3px;
}
.skill-bar li span {
  overflow: visible!important;
  position: relative;
}
.skill-bar li span {
  background: #e74c3c;
}
.managed-developers .skill-people img {
  height: 300px;
}
/* ========================================================================
  2.7 Component: Processes
 ========================================================================== */
.processes {
  background: url("../img/process-bg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #fffeff;
}
.processes .overlay {
  background: rgba(0, 8, 5, 0.85);
}
.processes .icon-container {
  margin-right: 25px;
  font-size: 24px;
}
.processes .feature {
  margin: auto;
  padding-left: 37px;
  padding-right: 37px;
  margin-bottom: 45px;
}
.feature:last-child {
  margin-bottom: 0;
}
.processes .description {
  width: 90%;
}
.processes .process-bar {
  height: 125px;
  width: 125px;
  line-height: 125px;
  font-size: 24px;
  display: inline-block;
}
.processes .discussion {
  border-radius: 3px 3px 0 3px;
}
.processes .check {
  border-radius: 3px 3px 3px 0;
}
.processes .idea {
  border-radius: 3px 0 3px 3px;
}
.processes .office {
  border-radius: 0 3px 3px 3px;
}
.processes .process-bar.main-bg {
  margin-right: 100px;
}
.processes .process-bar.right {
  border: 3px solid #e74c3c;
}
.processes .lines {
  height: 55px;
  width: 110px;
  margin: -3px auto -3px;
  border-right: 3px solid #e74c3c;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
}
/* ========================================================================
  2.8 Component: Our Team
 ========================================================================== */
.startup {
  background: #eee;
}
.startup h2{
  font-family: "Raleway";
  font-weight: lighter;
}
.startup p{
  font-family: "Raleway";
  font-size: 18px;
}
.startup .team-member {
  border: 1px solid #e74c3c;
  width: 300px;
  height: 350px;
  overflow: hidden;
}
.startup .team-member:hover > .team-overlay {
  margin-top: -297px;
  transition: all .85s;
}
.startup img {
  width: 100%;
}
.startup .team-overlay {
  margin-top: 0px;
  width: 300px;
  color: #fff;
  margin-left: -2px;
  position: relative;
}
.startup .team-overlay .info {
  height: 297px;
  padding:30px 20px 20px 20px;
  background: rgba(231, 76, 60, 0.9);
}
.startup .team-overlay .info h3{
  font-family: "Raleway";
}
.startup .team-overlay .info p{
  font-family: "Raleway";
  font-weight: normal;
  margin-top: 10px;
}
.startup .team-overlay .learn-more {
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background: #c0392b;
  position: relative;
  cursor: pointer;
}
.startup .description {
  padding: 40px 0;
}
.startup .description h3 {
  text-transform: uppercase;
}
.startup .description .about {
  font-size: 14px;
  color: #555;
}
.startup .description .member-skill {
  display: inline-block;
}

/* ========================================================================
Component: Get Started
 ========================================================================== */
#get-started{
  background:url("../img/red-bg.jpg") repeat;
}
#get-started .margin-top-large{
  margin-top: 0px;
}
#get-started .main-bg{
  margin-bottom: 25px;
}
#get-started .row{
  margin-right: 0px;
}
#get-started h2{
  color:#ffffff;
  margin-top: 40px;
}
#get-started h4, #get-started p{
  color:#ffffff;
}
.col-md-4 .primero, .col-md-4 .segundo,
.col-md-4 .tercero, .col-md-4 .cuarto{
  padding-top: 64px;
  text-align: left;
  padding-left: 130px;;}
.col-md-4 .primero{
 background: url("../img/numbers.png") no-repeat scroll left 0px;
}
.col-md-4 .segundo{
   background: url("../img/numbers.png") no-repeat scroll -377px 0px;
}
.col-md-4 .tercero{
   background: url("../img/numbers.png") no-repeat scroll -756px 0px;
}
.col-md-4 .cuarto{
   background: url("../img/numbers.png") no-repeat scroll -1132px 0px;
}
.sign-up-now{
  background: url("../img/sign-up-dev.png") no-repeat scroll 0 0 transparent;
  width: 288px;
  height: 255px;
  display: block;
  margin-left: 40px;
}

/* ========================================================================
  2.9 Component: Testimonail
 ========================================================================== */
.testimonial-carousel .owl-wrapper-outer {
  border-radius: 10px;
}
.testimonial-carousel .item {
  padding: 25px 40px 40px;

}
.testimonial h2{
  color:#000000;
}
.testimonial .owl-wrapper-outer{
  background:url('../img/bg-testimonials.jpg');
  background-size: cover;
}
.testimonial-carousel .item p {
  font-style: italic;
  font-size: 20px;
  font-family: "Raleway";
  font-weight: normal;
}
.testimonial .client-info{
  color:rgba(255, 255, 255, 0.75);
  font-size: 16px;
}
.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
  display: inline-block;
  vertical-align: middle;
}
.testimonial-carousel .item .client img {
  height: 50px;
  width: 50px;
  max-width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.testimonial-carousel .item .client-info {
  margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
  text-align: left;
}
.testimonial-carousel .item .client-info li:first-child {
  font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e74c3c;
}
/* ========================================================================
  2.10 Component: Portfolio
 ========================================================================== */
.portfolio .line {
  margin: 15px auto 45px;
}
.portfolio .subtitle {
  font-size: 20px;
}
.portfolio p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 10px;
}
.portfolio .filters {
  color: #9e9e9e;
}
.portfolio .filters li {
  display: inline;
}
.portfolio .filters li a {
  margin: 0 5px;
  color: #9e9e9e;
}
.portfolio .filters .active {
  color: #e74c3c;
  text-decoration: none;
}
.portfolio .portfolio-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-item a {
  position: relative;
  display: block;
  color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 125px 20px;
}
.portfolio .portfolio-item a img {
  width: 100%;
  transition: all 1.2s linear;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
  transform: scale(1.2);
}
.portfolio > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
}
.portfolio > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}
/* ========================================================================
  2.11 Component: Promote
 ========================================================================== */
.promote {
  padding: 25px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.promote p {
  margin: 20px;
}
.promote .button {
  display: inline-block;
}
.promote .deep {
  background: #c0392b;
}
/* ========================================================================
  2.12 Component: We are hiring
 ========================================================================== */
.we-are-hiring {
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
}
.we-are-hiring h2 {
  color: #3a3a3a;
  font-size: 36px;
}
.we-are-hiring p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.we-are-hiring .upload-cv {
  background: #fff;
  height: 300px;
  width: 300px;
  margin: 20px auto 0;
  padding: 15px;
  border: 1px solid #dbd8d8;
}
.we-are-hiring .upload-cv .inner {
  padding: 65px;
  border: 2px dashed #dbd8d8;
  color: #666666;
}
.we-are-hiring .inner i {
  font-size: 80px;
}
/* ========================================================================
  2.13 Component: Twitter
 ========================================================================== */
.twitter {
  background: url("../img/twitter-bg.jpg") no-repeat center top fixed;
  background-size: cover;
  color: #fff;
}
.twitter .overlay {
  background: rgba(27, 28, 29, 0.9);
}
.twitter .icon {
  font-size: 120px;
}
.twitter .icon i {
  transition: 1.2s;
  cursor: pointer;
}
.twitter .icon i:hover {
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  color: #00aced;
}
.twitter .tweet-text {
  font-size: 16px;
  line-height: 1.5em;
}
/* ========================================================================
  2.14 Component: Map
 ========================================================================== */
#map{
  display:none;
}
#map-container {
  height: 500px;
  width: 100%;
}
/* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */
.send-message {
  padding: 20px;
}
.send-message .send-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: #e74c3c;
  border-radius: 50%;
  line-height: 60px;
  margin-top: -60px;
  font-size: 20px;
  position: relative;
}
.send-message p {
  font-size: 30px;
}
.send-message:hover {
  cursor: pointer;
}
.send-message .modal-lg {
  width: 700px;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  position: relative;
  padding: 22px 20px 7px 20px;
}
.modal .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  opacity: 1;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  outline: none;
  z-index: 10;
}
.modal .close span {
  outline: none;
}
.modal .modal-body {
  padding: 0px;
}
.modal .member-info {
  padding: 0;
}
.modal input {
  height: 50px;
}
.modal input,
.modal textarea {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.modal textarea {
  resize: none;
}
.modal .button {
  width: 100%;
  border-radius: 0;
  padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
  color: #DBDBDB;
  font-style: italic;
}
/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
.footer p {
  color: #bababa;
  font-size: 16px;
}
.footer li {
  display: inline-block;
  margin: 0 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  background: #fff;
  transition: all .4s;
}
.footer li:hover {
  cursor: pointer;
}
.footer li a {
  color: #e5e5e5;
}
.footer .social i {
  font-size: 22px;
  transition: all .4s;
}
.footer .facebook:hover {
  border-color: #3b5998;
}
.footer .facebook:hover > a i {
  color: #3b5998;
}
.footer .twitter:hover {
  border-color: #00aced;
}
.footer .twitter:hover > a i {
  color: #00aced;
}
.footer .g-plus:hover {
  border-color: #dd4b39;
}
.footer .g-plus:hover > a i {
  color: #dd4b39;
}
.footer .linkedin:hover {
  border-color: #007bb6;
}
.footer .linkedin:hover > a i {
  color: #007bb6;
}
.footer .youtube:hover {
  border-color: #bb0000;
}
.footer .youtube:hover > a i {
  color: #bb0000;
}
.footer .instagram:hover {
  border-color: #517fa4;
}
.footer .instagram:hover > a i {
  color: #517fa4;
}
.footer .behance:hover {
  border-color: #1769ff;
}
.footer .behance:hover > a i {
  color: #1769ff;
}
.footer .dribbble:hover {
  border-color: #ea4c89;
}
.footer .dribbble:hover > a i {
  color: #ea4c89;
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #e74c3c;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}



/*Forms auto.lyncros.com*/
.modal-content{
  border-radius: 10px !important;
  padding: 40px !important;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    background: #f7f7f7 !important;
    border-radius: 4px !important;
    border-radius: 6px !important;
    margin-top: 5px;
}
.btn-cotizar{
  width: 100%;
  height: 70px;
  border-radius: 8px !important;
  color: #fff !important;
  background: #ea1a00 !important;
  font-weight: normal !important;
  font-size: 22px !important;
  border: none !important;
  margin-top: 5px;
  padding-top: 20px;
}
.radio-container{display: flex;}
.mauticform-radiogrp-row{width: 50% !important}
.branding-imeet{
  width: 100%;
  text-align: center;
  background: #ea1a00; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b41107, #fc5152); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b41107, #fc5152); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b41107, #fc5152); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b41107, #fc5152); /* Standard syntax */
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 2px;
  color: #fff;
  position: relative;
  height: 40px;
}
.other-branding{
  width: 100%;
  text-align: center;
  background: #4d8096; /* For browsers that do not support gradients */
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 2px;
  color: #fff;
  position: relative;
  height: 40px;
}
.branding span{
  vertical-align: -webkit-baseline-middle;
  margin-top: 7px;
  display: inline-flex;
  font-size: 14px;
}
.close-modal{
  border: none !important;
}
.form-logo{
  text-align: center;
}
.form-logo img{
  padding-bottom: 6px;
  margin-bottom: 20px;
  height: 40px;
}
.modal input["text"]{height: 40px !important}
.mauticform-radiogrp-radio{
  height: 12px !important;
  margin-right: 5px !important;
}
.mauticform_wrapper { max-width: 600px; margin: 10px auto; }
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-message { margin-bottom: 10px;color: green; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: normal !important; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
.mauticform-checkboxgrp-row {}
.mauticform-checkboxgrp-label { font-weight: normal; }
.mauticform-checkboxgrp-checkbox {}
.mauticform-radiogrp-row {}
.mauticform-radiogrp-label { font-weight: normal; }
.mauticform-radiogrp-radio {}
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
