/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Comfortaa', Arial, sans-serif;
  font-size: 13px;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #255f2fff;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #255f2fff;
}
a:hover,
a:focus,
a:active,
a.active {
  color: white;
  /* se cambia #fec503 por fafafa para quitar lineas de link en el apartado de servicios*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #255f2fff;
  border-color: #255f2fff;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #2b7838;
  border-color: #2b7838;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #255f2fff;
  border-color: #255f2fff;
}
.btn-primary .badge {
  color: #255f2fff;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #255f2fff;
  border-color: #255f2fff;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-md {
  color: white;
  background-color: #255f2fff;
  border-color: #255f2fff;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 3px;
  font-size: 15px;
  padding: 10px 20px;
}
.btn-md:hover,
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #2b7838;/*color verde cuando sobrepasa el raton*/
  border-color: #255f2fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #255f2fff;
  border-color: #255f2fff;
}
.btn-xl .badge {
  color: #255f2fff;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #255f2fff;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #2b7838;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #255f2fff;
  border-color: #255f2fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #255f2fff;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #255f2fff;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #255f2fff;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #2b7838;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: #999;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #999;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
/* for small devices*/
header {
  background-image: url('../img/header-2026.jpeg');
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: 100% 100%;
  -o-background-size: cover;
  text-align: center;
  color: white;

}
header .intro-text {
  padding-top: 150px;
  padding-bottom: 50px;
  
}
header .intro-text .intro-lead-in {
  font-family: 'Comfortaa', Arial, sans-serif;
 /* font-style: italic;*/
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  
  padding: 40px 40px 40px 40px;
  margin-top: 200px;
  color: black;
  background: rgba( 238, 238, 238, 0.7);
  border-radius: 5px 5px 5px;
}

header .intro-text .intro-heading {
  font-family: 'Comfortaa', Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 150px;
    padding-bottom: 0px;

  }
  header {
  background-image: url('../img/header-2026.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
  header .intro-text .intro-lead-in {
    font-family: 'Comfortaa', Arial, sans-serif;
    /*font-style: italic;*/
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
    padding-top:  30px;
    margin-top: 100px;
    margin-left: 100px;
    color: black;
    background: rgba( 238, 238, 238, 0.8);
    border-radius: 50px 15px;
   /*-webkit-animation: mymove 5s 2; /* Chrome, Safari, Opera */
    /*animation: mymove 5s 2; TEMPORAL POR TRAGEDIA*/ */
  }
@-webkit-keyframes mymove {
    50% {border-radius: 0px;}
}
  header .intro-text .intro-heading {
    font-family: 'Comfortaa', Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  /*Anexo para manejar botón de dime más*/
header .intro-text .intro-heading2 {
    font-family: 'Comfortaa', Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 150px;
    margin-left: 150px;
  }
 
}
section {
  padding: 100px 0;
}     
section h2.section-heading {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 20px;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: none;
  font-style: bold;
  font-weight: 200;
  margin-bottom: 35px;
  margin-left:  0px;
  margin-right:  0px;
  line-height: 30px;
}
/*title qué ofrecemos?*/
section h3.text-introducing{
  font-size: 16px;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: none;
  text-align: justify;
  font-style: bold;
  font-weight: 200;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 25px;
}
@media (min-width: 768px) {
  section h3.text-introducing{
  font-size: 20px;
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: none;
  text-align: justify;
  font-style: bold;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 200px;
  margin-right: 200px;
  line-height: 30px;
  }
}
.services-section-1, .service-section-2, .service-section-3, .service-section-4, .service-section-5,{
  font-family: 'Comfortaa', Arial, sans-serif;
  text-transform: none;
  transition: .15s ease;
  position: relative;
  top:0px;
}
@media (min-width: 768px){
 .services-section-1{
  display: none;
}
  .services-section-2{
  display: none;
}
  .services-section-3{
  display: none;
}
  .services-section-4{
  display: none;
}
  .services-section-5{
  display: none;
}
  .services-section-6{
  display: none; 
}
}

@-webkit-keyframes slideout {
  from{
    margin-top: 80%;
  }
  to{
    margin-top: 0%;
  }
}
.intro-text{
  animation-name: sliderig;
  -webkit-animation: sliderig 2s ;
  animation: sliderig 2s ;
}
@-webkit-keyframes sliderig {
  from{
    margin-top: 80%;
  }
  to{
    margin-top: 0%;
  }
}
.caja-redes{
  animation-name: appear;
  -webkit-animation: appear 3s ;
  animation: appear 3s ;
  animation-delay: 0s;

}
@-webkit-keyframes appear {
  from{
    bottom: -20%;
    opacity: 0;
  }
  to{
    bottom: 0%;
    opacity: 100%;
  }
}
.img-consultoría, .img-organismos, .img-desarrollo, .img-eventos, .img-contenidos{
opacity: .7;
transition: all ease .5s; 
}

.caption, .caption-2, .caption-3, .caption-4, .caption-5, .caption-6{
text-transform: none; 
font-size: 18px;
padding: 10px;
margin: 10px;
color: black;
position: relative;
display: inline-block;
}

#services-section-1 .service-section-2 .service-section-3 .service-section-4 .service-section-5:hover{
  opacity: 1;
  /*box-shadow: 0px 0px 3px 2px rgba( 254, 209, 54,  0.5);*/
  transition: all ease 3s;
}

.services-section-1:hover .caption, .services-section-2:hover .caption-2, .services-section-3:hover .caption-3, .services-section-4:hover .caption-4, 
.services-section-5:hover .caption-5, .services-section-6:hover .caption-6{
  text-shadow: .5px .5px 1px #bcbcbc;
}

.services-section-1:hover .img-consultoría, .services-section-2:hover .img-organismos, .services-section-3:hover .img-desarrollo, .services-section-4:hover .img-eventos, 
.services-section-5:hover .img-contenidos{
  opacity: 1;
  height: 133px;
}

.thumbnail{
/*border: 1px solid #255f2fff;*/
border: none;
}

.cenefa{
  width: 100%;
  opacity: .2;
}

@media (min-width: 768px) {
  section {
    padding: 20px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
  color: black;
}
/*Cambio de headers en los titulos de la sección de ¿qué ofrecemos?*/
#service-heading:hover  {
  margin: 15px 0;
  text-transform: none;
  color: #255f2fff;
  outline: none;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(37, 95, 47, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #255f2fff;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #255f2fff;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #255f2fff;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 20px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #255f2fff;
}
::selection {
  text-shadow: none;
  background: #255f2fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #255f2fff;
}

/* botones para redes sociales en ventanas emergentes*/
.caja-redes {
    margin: 0 auto;
    padding: 15px;
    position: relative;
    width: 400px;
}
.caja-redes a {
  text-align: center;
  font-size: 20px;
}
.icon-button {
  color: white;
  border-radius: 3em;
  cursor: pointer;
  display: inline-block;
  height: 3em;
  line-height: 3em;
  margin: 0 8px;
  position: relative;
  width: 3em;
}
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3em;
  height: 3em;
  border-radius: 3em;
  margin: -1.5em;
}
.envelope span {
  background-color: #4393BB;
}
.pinterest span {
  background-color: #C92228;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.phone span {
  background-color: #db5a3c;
}
.icon-button i {
  background: none;
  color: white;
  left: 0;
  line-height: 3em;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3em;
  z-index: 2;
}
.icon-button .icon-envelope {
  color: #4393BB;
}
.icon-button .icon-pinterest {
  color: #C92228;
}
.icon-button .icon-twitter {
  color: #4099ff;
}
.icon-button .icon-facebook {
  color: #3B5998;
}
.icon-button .icon-phone {
  color: #db5a3c;
}
.icon-button:hover .icon-envelope, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-phone {
  color: white;
}

/*slider accordian*/
@media (max-width: 768px) {

.accordian {
  padding: 0;
  width: 10px; height: 320px;
  /*overflow: hidden;*/
  display: none;
  /*Time for some styling*/
  margin: 0px auto;
  /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);*/
}
}



.accordian {
  padding: 0;
  width: 85%; height: 320px;
  overflow: hidden;
  
  /*Time for some styling*/
  margin: 100px auto;
  /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);*/
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
  width: 2000px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}
.accordian li {
  position: relative;
  display: block;
  width: 245px;
  float: left;
  
  border-left: 1px solid #888;
  
  box-shadow: 0 0 25px px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px px rgba(0, 0, 0, 0.5);
  
  /*Transitions to give animation effect*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to 
  see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 1100px;}


.accordian li img {
  display: block;
}

/*Image title styles*/
.image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0; bottom: 0; 
  width: 1500px; 

}
.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 12px;
}


/* text animation slider*/
.bs-slider{
    overflow: auto;
    max-height: 450px;
    position: relative;
    background: #000000;
}
.bs-slider2{
    overflow: auto;
    max-height: 450px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide_style_justify {
    text-align: justify !important;
}

.slide-text {
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: justify;
    padding: 10px 85px;
}
.slide-text2 {
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: justify;
    padding: 0;
    
}
.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text2 > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    
}
.slide-text2 > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    
}
.slide-text > dl {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 280;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
  }
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 30px;
    }
    
    .slide-text2 > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        padding: 5px 5px;
    }
    .slide-text2 h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .control-round .carousel-control{
        display: none;
    }
    .bs-slider{
    overflow: hidden;
    max-height: 900px;
    position: relative;
    background: #000000;
    }
    .bs-slider2{
    overflow: hidden;
    max-height: auto;
    position: relative;
    background: #000000;
    }
    .slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    margin-top: -10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    margin-bottom: 0;
    }
    .slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 0px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    margin-bottom: 0px;
    }

  }
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
        font-size: 9px;
    }
    .slide-text h1 {
        font-size: 8px;
        line-height: 2px;
        margin-bottom: 0px;
    }
    .slide-text > p {
        font-size: 8px;
        line-height: 15px;
        margin-bottom: 0px;
    }
    .slide-text > dl{
      font-size: 8px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line > .carousel-indicators{
        display: none;
    }
    

}

/* slider interview */
.panel-heading:hover {
    cursor:pointer;
    background-color: #ffc708;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
/* responsive panel heading */
@media (max-width:1199px){
  .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    }
}
@media (max-width:768px){
  .panel-heading{
    display: none;
  }
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    /* responsive panel for Aliv */
    @media (max-width: 768px){
      .panel.panel-default{
        display: none;
      }
      .title-imagesaliv{
        display: none;
      }
    }
    @media (min-width: 768px){
      .carousel-slide{
       display: none; 
      }
    }
    @media (max-width: 768px){
      .carousel-slide{
        font-size: 8px;
      }
    }

    .panel-heading {
        border: none;
        background-color: #ffdb5d;
    
    }
    .panel-body {
        background-color: #ffefb8;
    }
    .panel-title {
        font-weight: 400;
        color: $white;
    }
    @media (max-width: 768px){
      .panel-title{
      font-weight: 10;
    }
}
/*----------------------------------
    Macbook pro mockup from:
    http://jaredhardy.com/minimal-devices/
    
----------------------------------*/
.md-macbook-pro {
  display: block;
  width: 55.3125em;
  height: 31.875em;
  font-size: 16px;
  margin: 0 auto;
}
  @media (max-width:1199px){
    .md-macbook-pro {
    font-size: 11px;
  }
}

  @media (max-width:768px){
    .md-macbook-pro{
      display: none;
    /*font-size: 8px;*/
  }
}
  @media (max-width:320px){
    .md-macbook-pro{
    display: none;
  }
}

.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  // background: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
.md-macbook-pro .md-screen img {
  width: 100%;
}
.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
/*----------------------------------
    Update accordion for services/
    Adaptable
----------------------------------*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
    display: block;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    border: none;
    position: relative;
    display: block;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px 10px 60px;
    background: #8f080bff;
    border-radius: 30px;
    border: 2px solid #8f080bff;
    font-size: 20px;
    font-weight:600;
    color: #fff;
    position: relative;
}
#accordion .panel-title a.collapsed{
    border: 2px solid #bbb;
    background: #fff;
    color: #bbb;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #8f080bff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #bbb;
    border: none;
}
#accordion .panel-body{
    padding: 15px 20px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    display: block;
    width: 5px;
    height: 90%;
    background: #8f080bff;
    position: absolute;
    top: 0;
    left: -30px;
}
#accordion .panel-body:after{
    content: "";
    border-top: 20px solid #8f080bff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: -48px;
}
/*----------------------------------
    End update accordion for services/
    
----------------------------------*/