/******************** TYPOGRAPHY ********************/
body {
  color: #616161;
  overflow-x: hidden;
}
@media (min-width: 1920px) {
  .body-container {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  transition: all 0.3s;
}
a:hover {
  color: #04a878;
  text-decoration: none;
}
a:hover .icon svg {
  fill: #04a878;
}
a:focus {
  text-decoration: none;
}
.link {
  font-size: 18px;
  font-weight: 500;
}
.link .icon svg {
  width: 15px;
  height: 15px;
}
.title-text {
  margin-top: 0;
}
.small-text {
  font-size: 14px;
  font-weight: 300;
}
.text-big {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.text-color {
  font-weight: 500;
}
.text-dark {
  color: #272727;
}
strong {
  font-weight: 500;
}
.text-strong {
  font-weight: 500;
  font-size: 19px;
}
blockquote {
  border: none;
  padding: 0;
}
iframe {
  border-width: 0;
}
button {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
button:active,
button:focus {
  border-color: transparent;
}
/******************** ICONOGRAPHY ********************/
.icon {
  display: inline-block;
}
.icon svg {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  transition: all 0.3s;
}
.icon-xlg svg {
  width: 90px;
  height: 90px;
}
.icon-lg svg {
  width: 80px;
  height: 80px;
}
.icon-md svg {
  width: 65px;
  height: 65px;
}
.icon-sm svg {
  width: 55px;
  height: 55px;
}
.icon-smx svg {
  width: 40px;
  height: 40px;
}
.icon-xs svg {
  width: 30px;
  height: 30px;
}
.icon-shape {
  display: inline-block;
  text-align: center;
}
.width-60 {
  width: 60px;
  height: 60px;
}
.width-60 svg {
  width: 25px;
  height: 56px;
}
.width-65 {
  width: 65px;
  height: 65px;
}
.width-65 svg {
  width: 25px;
  height: 61px;
}
.width-75 {
  width: 75px;
  height: 75px;
}
.width-75 svg {
  width: 35px;
  height: 71px;
}
.width-90 {
  width: 90px;
  height: 90px;
}
.width-90 svg {
  width: 30px;
  height: 86px;
}
.radius-20 {
  border-radius: 20px;
}
.radius-30 {
  border-radius: 30px;
}
.shape-bg.icon svg {
  fill: #fff;
}
.shape-no-bg {
  background-color: transparent;
}
/******************** BUTTONS ********************/
.btn {
  font-size: 20px;
  font-weight: 500;
  border-radius: 27px;
  box-shadow: none;
  transition: all 0.3s;
  border: 0;
}
.btn:hover {
  box-shadow: none;
}
.btn:focus,
.btn:active {
  box-shadow: none;
}
.btn-rectangle {
  border-radius: 4px;
}
.btn-rectangle:after {
  border-radius: 4px !important;
}
.btn-base {
  color: #fff;
  border-color: transparent;
  position: relative;
  z-index: 1;
}
.btn-base:hover,
.btn-base:focus,
.btn-base:active {
  color: #fff;
}
.btn-base:hover:after {
  opacity: 1;
}
.btn-base span {
  position: relative;
  z-index: 3;
}
.btn-base .icon svg {
  fill: #fff !important;
}
.btn-base:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  transition: opacity 0.5s;
  z-index: 2;
  opacity: 0;
}
.btn-white {
  background-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #272727;
}
.btn-trans.btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-trans.btn-md {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-trans.btn-sm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  color: #fff;
}
.btn-secondary {
  border-color: #efefef;
  color: #616161;
}
.btn-icon {
  padding: 16px 38px;
}

.btn-icon-share {
  padding: 16px 16px;
}

.btn-icon .media-left,
.btn-icon .media-body {
  width: auto;
  vertical-align: middle;
}
.btn-icon .media-left {
  padding-right: 15px;
}
.btn-icon .icon svg {
  width: 60px;
  height: 60px;
}
.btn-icon .small-text {
  font-size: 18px;
}
.btn-icon .big-text {
  font-size: 28px;
}
.btn-icon .small-text,
.btn-icon .big-text {
  display: block;
  text-align: left;
  font-weight: 500;
}
.buttons-group .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .buttons-group li {
    display: inline-block;
  }
}
.btn-lg {
  padding: 17px 35px;
}
.btn-md {
  padding: 10px 35px;
}
.btn-sm {
  padding: 11px 20px;
  min-width: auto;
  font-size: 18px;
}
.btn-block {
  padding-left: 10px;
  padding-right: 10px;
}
/*
|----------------------------------------------------------------------------
| SECTION STYLE
|----------------------------------------------------------------------------
*/
.gradient-overlay,
.transparent-overlay,
.video-bg {
  position: relative;
  color: #fff;
}
.gradient-overlay .heading-text,
.transparent-overlay .heading-text,
.video-bg .heading-text {
  color: #fff;
}
.gradient-overlay:before,
.transparent-overlay:before,
.video-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 50, 65, 0.4);
}
.transparent-overlay,
.video-bg,
.polygon-bg {
  color: #fff;
}
.transparent-overlay .icon svg,
.video-bg .icon svg,
.polygon-bg .icon svg {
  fill: #fff;
}
.transparent-overlay .icon svg:hover,
.video-bg .icon svg:hover,
.polygon-bg .icon svg:hover {
  fill: #fff;
  opacity: 0.8;
}
.transparent-overlay .heading-text,
.video-bg .heading-text,
.polygon-bg .heading-text {
  color: #fff;
}
.transparent-overlay .heading-pre-suf:before,
.video-bg .heading-pre-suf:before,
.polygon-bg .heading-pre-suf:before,
.transparent-overlay .heading-pre-suf:after,
.video-bg .heading-pre-suf:after,
.polygon-bg .heading-pre-suf:after {
  background-color: #fff;
}
.transparent-overlay .section-heading .lines,
.video-bg .section-heading .lines,
.polygon-bg .section-heading .lines {
  border-top-color: #fff;
}
.transparent-overlay .section-heading .lines:before,
.video-bg .section-heading .lines:before,
.polygon-bg .section-heading .lines:before,
.transparent-overlay .section-heading .lines:after,
.video-bg .section-heading .lines:after,
.polygon-bg .section-heading .lines:after {
  border-top-color: #fff;
}
.transparent-overlay.testimonials .client-name,
.video-bg.testimonials .client-name,
.polygon-bg.testimonials .client-name {
  color: #fff;
}

.clippings-max-size{
    width: 100px;
    margin: 25px auto;
}

.clippings-max-height{
    height: 30px;
}

.image-bg {
  background: url('../images/videos_vimeo_bg.jpg');
  background-position: center top;
  background-size: cover;
}
.dark-image-bg {
  background: linear-gradient(zrgba(48, 190, 202, 0.5), rgba(52, 212, 226, 0.2)), url('../images/videos_vimeo_bg.jpg');
  background-position: center top;
  background-size: cover;
}
.section-video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
  background: #34D4E2;
}
.section-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
}
.cover-bg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.white-bg {
  background-color: #fff;
}
.white-bg .secondary-color-bg {
  background-color: #f7f7f7;
}
.white-bg .input-group-big .secondary-color-bg {
  border-color: #f7f7f7;
}
.white-bg .btn-secondary {
  background-color: #f7f7f7;
}
.white-bg .btn-secondary:hover,
.white-bg .btn-secondary:focus {
  background-color: #f7f7f7;
}
.secondary-bg {
  background-color: #f7f7f7;
}
.secondary-bg .secondary-color-bg {
  background-color: #fff;
}
.secondary-bg .input-group-big .secondary-color-bg {
  border-color: #fff;
}
.secondary-bg .btn-secondary {
  background-color: #fff;
}
.secondary-bg .btn-secondary:hover,
.secondary-bg .btn-secondary:focus {
  background-color: #fff;
}
.gradient-bg {
  color: #fff;
}
.small-content {
  padding-top: 93px;
  padding-bottom: 90px;
}
.small-content p {
  font-size: 18px;
}
.small-content p:last-child {
  margin-bottom: 0;
}
.small-content-2 {
  padding-top: 66px;
  padding-bottom: 68px;
}
.small-content-2 p:last-child {
  margin-bottom: 0;
}
.map-info-window {
  font-family: Hind;
  font-size: 16px;
  color: #616161;
  padding: 30px;
}
.map-info-window .title-text {
  margin-bottom: 15px;
}
.map-info-window p {
  line-height: 25px;
  margin-bottom: 25px;
}
.map-info-window a {
  font-weight: 400;
}
.map {
  width: 100%;
  height: 334px;
}
.cover-map {
  height: 650px;
}
/******************** SECTION HEADING ********************/
.section-heading {
  margin-bottom: 34px;
}
.section-heading .heading-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.section-heading .sub-heading {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 63px;
}
.section-heading .lines {
  width: 6px;
  position: relative;
  margin-left: 34px;
  margin-top: 15px;
}
.section-heading .lines:before,
.section-heading .lines:after {
  content: "";
  position: absolute;
  top: -2px;
  width: 30px;
}
.section-heading .lines:before {
  left: -34px;
}
.section-heading .lines:after {
  right: -34px;
}
.heading-pre-suf {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #272727;
  font-size: 22px;
}
.heading-pre-suf:before,
.heading-pre-suf:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 40px;
  height: 13px;
}
.heading-pre-suf:before {
  left: -50px;
}
.heading-pre-suf:after {
  right: -50px;
}
.text-center .lines {
  margin: auto;
}

.heading-text-video {
    padding-bottom: 40px;
}
/*
|----------------------------------------------------------------------------
| HELPER CLASSES
|----------------------------------------------------------------------------
*/
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.p_tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-125-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.padding-125-75 {
  padding-top: 125px;
  padding-bottom: 75px;
}
.padding-120-125 {
  padding-top: 120px;
  padding-bottom: 125px;
}
.padding-120-75 {
  padding-top: 120px;
  padding-bottom: 75px;
}
.padding-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.padding-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
.padding-120-95 {
  padding-top: 120px;
  padding-bottom: 95px;
}
.padding-100-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p_lr45 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .pr95 {
    padding-right: 95px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pl10 {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .p_lr150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .img-left {
    margin-left: 0;
    margin-right: auto;
  }
  .img-right {
    margin-left: auto;
    margin-right: 0;
  }
  .img-center {
    margin-left: auto;
    margin-right: auto;
  }
}
.img-scale {
  overflow: hidden;
}
.img-scale img {
  display: block;
  max-width: 100%;
  height: auto;
}
/******************** MISC ********************/
.media-left {
  padding-right: 25px;
}
.media-body .title-text {
  margin-top: 0;
}
.media-chained + .media-chained {
  margin-top: 0;
}
.media-chained:first-child .media-left:before {
  border-color: transparent;
}
.media-chained:last-child .media-left:after {
  border-color: transparent;
}
.media-chained .media-left {
  position: relative;
}
.media-chained .media-left:before,
.media-chained .media-left:after {
  content: '';
  position: absolute;
  left: 37px;
  border-left: 2px dotted #efefef;
}
.media-chained .media-left:before {
  top: -45px;
  height: 40px;
}
.media-chained .media-left:after {
  top: 79px;
  height: 100%;
}
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: transparent;
  padding: 0;
}
.single-quote {
  font-size: 16px;
}
.single-quote strong {
  font-size: 17px;
  font-weight: 500;
}
.swiper-pagination-bullet {
  background-color: #616161;
  width: 12px;
  height: 12px;
  opacity: 1;
}
@media (min-width: 768px) {
  .table-behaviour {
    display: table;
    width: inherit;
  }
  .table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
/*
|----------------------------------------------------------------------------
| FORMS
|----------------------------------------------------------------------------
*/
.form-control {
  box-shadow: none;
  font-size: 16px;
  color: #616161;
  border-color: #efefef;
  line-height: normal;
}
.form-control.secondary-color-bg {
  border: none;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-standard {
  height: 50px;
  padding: 6px 20px;
  box-shadow: none;
  font-size: 16px;
  color: #616161;
  border: 1px solid #efefef;
  line-height: normal;
  border-radius: 4px;
  width: 100%;
}
.form-standard:hover,
.form-standard:focus {
  box-shadow: none;
  outline: none;
}
.input-group-big .form-control {
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
.input-group-big .form-control:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group-big .btn {
  min-width: auto;
  padding: 18px 35px;
  height: 70px;
}
.input-group-big .btn:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-big .icon svg {
  width: 27px;
  height: 27px;
}
@media (max-width: 767px) {
  .input-group-big {
    display: block;
  }
  .input-group-big .form-control {
    display: block;
    border-radius: 30px;
    border-radius: 30px !important;
    margin-bottom: 30px;
  }
  .input-group-big .btn {
    border-radius: 30px !important;
  }
  .input-group-big .btn:after {
    border-radius: 30px;
  }
}
.input-field-big {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form-popup {
  background-color: #fff;
  padding: 34px 0 58px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  color: #616161;
}
@media (min-width: 768px) {
  .contact-form-popup {
    max-width: 650px;
  }
}
.contact-form-popup .heading-text {
  margin-bottom: 27px;
  color: #272727;
}
.contact-form-popup label {
  color: #272727;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-form-popup .form-control {
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 10px;
  border-color: transparent;
}
.contact-form-popup .form-control:focus,
.contact-form-popup .form-control:hover,
.contact-form-popup .form-control :active {
  border-color: transparent;
}
.table-form > tbody > tr > th,
.table-form > tbody > tr > td {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 0;
  border: 1px solid #efefef;
}
.table-form > tbody > tr > th:first-child,
.table-form > tbody > tr > td:first-child {
  border-left-color: transparent;
}
.table-form > tbody > tr > th:last-child,
.table-form > tbody > tr > td:last-child {
  border-right-color: transparent;
}
/******************** FORM UNDERLINED ********************/
.form-underlined {
  position: relative;
  margin-bottom: 30px;
}
.form-underlined .form-control {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
  display: inline-block;
  height: 40px;
  line-height: normal;
  transition: all 0.3s;
  font-weight: 500;
}
.form-underlined ::-webkit-input-placeholder {
  font-weight: 300;
}
.form-underlined :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
}
.form-underlined ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
}
.form-underlined :-ms-input-placeholder {
  font-weight: 300;
}
/******************** FORM BAR ********************/
.form-bar {
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
}
.form-bar .form-group {
  border-right: 2px solid #efefef;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  height: 70px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form-bar .form-group {
    border-radius: 0;
  }
  .form-bar .form-group:first-child {
    border-radius: 4px 0 0 4px;
  }
  .form-bar .form-group:last-child {
    border-radius: 0 4px 4px 0;
  }
}
.form-bar .form-group:nth-last-child(-n + 2) {
  border: none;
}
.form-bar .form-group-btn {
  background-color: transparent;
}
@media (min-width: 768px) {
  .form-bar {
    display: inline-table;
  }
  .form-bar.two-field .form-group {
    width: 50%;
  }
  .form-bar .btn {
    border-radius: 0 4px 4px 0;
  }
  .form-bar .form-group {
    display: table-cell;
  }
}
.form-bar .btn {
  height: 70px;
  min-width: auto;
}
.form-bar .btn-white {
  border-left: 2px solid #efefef;
}
.form-inline-label {
  font-size: 13px;
  padding: 10px 20px 0 20px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
  color: #272727;
  text-align: left;
  text-transform: uppercase;
}
.form-inline-input {
  background-color: transparent;
  padding: 0 20px 0 20px;
  border: none;
  width: 100%;
  font-size: 18px;
  line-height: normal;
  color: #616161;
  outline: none;
}
.form-inline-input option {
  color: #616161;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
}
.select-outer {
  position: relative;
}
.select-outer:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 15px;
  border-width: 7px 6px;
  border-style: solid;
}
.select-outer .form-inline-input {
  margin-top: -5px;
  padding-left: 15px;
  outline: none;
  /* remove focus ring from Webkit */
  -moz-appearance: none;
  -webkit-appearance: none;
}
/******************** WIDGET AREA FORM ********************/
.form-dark-bg {
  background-color: #161616;
}
.form-dark-bg .form-control {
  border-color: rgba(255, 255, 255, 0.15);
}
.form-dark-bg .form-control {
  color: #fff;
}
.form-widget {
  border-radius: 4px 4px 0 0;
  padding: 55px 30px;
}
.form-widget .title-text {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-widget .form-group {
  margin-bottom: 20px;
}
.form-widget .form-control {
  background-color: transparent;
  padding: 10px 20px;
}
.form-widget input.form-control {
  height: 47px;
}
/******************** FORM RESULT ********************/
.result {
  position: relative;
}
.result .icon svg {
  width: 23px;
  height: 23px;
}
.result .success-msg {
  color: #75a932;
}
.result .success-msg .icon svg {
  fill: #75a932;
}
.result .error-msg {
  color: #fc5f45;
}
.result .error-msg .icon svg {
  fill: #fc5f45;
}
.result .success-msg,
.result .error-msg {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  margin-top: 20px;
}
.submit-form-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}
.submit-form-popup .form-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #fff;
  color: #616161;
  padding: 30px 30px 10px;
  border-radius: 4px;
  display: none;
}
.submit-form-popup .form-inner .icon svg {
  fill: #616161;
  margin-bottom: 15px;
}
/******************** INPUT GROUP REGULAR ********************/
.input-group .form-control {
  border: 0;
}
@media (max-width: 480px) {
  .input-group {
    display: block;
  }
  .input-group .form-control {
    display: block;
    float: none;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .input-group .input-group-btn {
    display: block;
    width: auto;
  }
  .input-group .input-group-btn > .btn {
    border-radius: 4px;
  }
}
.input-group-reg .form-control {
  height: 60px;
  padding: 8px 20px;
}
/*
|----------------------------------------------------------------------------
| NAVBAR STYLE
|----------------------------------------------------------------------------
*/
.navbar-nemo {
  background-color: #fff;
  border-color: #efefef;
  transition: all 0.4s;
}
.navbar-nemo .navbar-nav > li {
  font-weight: 500;
}
.navbar-nemo .navbar-nav > li > a {
  color: #272727;
}
.navbar-nemo .navbar-nav > li > a:hover,
.navbar-nemo .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-nemo .navbar-nav > .active > a {
  background-color: transparent;
}
.navbar-nemo .navbar-collapse {
  border-color: #efefef;
}
.navbar-brand {
  line-height: 30px;
  height: 74px;
}
.navbar-brand img {
  height: 100%;
}
.appear-onscroll {
  top: -75px;
}
.navbar-toggle {
  position: relative;
  width: 50px;
  height: 45px;
  padding: 0;
  border: 0;
  margin-top: 14px;
  margin-right: 20px;
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 30px;
  height: 3px;
  transition: all 0.5s;
  background-color: #fff !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0;
}
.navbar-toggle .icon-bar-top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggle .icon-bar-middle {
  opacity: 0;
  left: -30px;
}
.navbar-toggle .icon-bar-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggle.collapsed .icon-bar-top {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 13px;
}
.navbar-toggle.collapsed .icon-bar-middle {
  opacity: 1;
  left: 10px;
}
.navbar-toggle.collapsed .icon-bar-bottom {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 29px;
}
@media (min-width: 768px) {
  .navbar-transparent {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-transparent .navbar-nav > li {
    font-weight: 500;
  }
  .navbar-transparent .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-transparent .navbar-nav > li > a:hover {
    color: #fff !important;
  }
  .navbar-transparent .navbar-nav > .active > a {
    color: #fff !important;
  }
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
|----------------------------------------------------------------------------
| HOMES STYLE
|----------------------------------------------------------------------------
*/
.home {
  color: #fff;
  text-align: center;
}
.home .heading-text {
  color: #fff;
}
.home .sub-heading {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.95);
}
.home .list-block li {
  font-size: 18px;
  line-height: 1.5;
}
.home .icon svg {
  fill: #fff;
}
.home .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.home-download-btn {
  display: inline-block;
}
.home-download-btn .btn {
  margin-bottom: 20px;
}
.home-download-btn .icon svg {
  fill: #fff;
  width: 30px;
  height: auto;
  margin-left: 5px;
}
.stores-on span {
  opacity: 0.9;
}
/******************** APP HOME ********************/
.app-home-1 {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .app-home-1 {
    text-align: left;
  }
}
.app-home-1 .logo-home {
  margin-top: 30px;
  margin-bottom: 20px;
}
.app-home-1 .heading-text {
  margin-bottom: 25px;
}
.app-home-1 .sub-heading {
  margin-bottom: 50px;
}
.app-home-1 .img-responsive {
  width: 100%;
  max-width: 487px;
}

/******************** APP HOME 2 ********************/
.app-home-2 {
  padding: 180px 0 0;
}
.app-home-2 .heading-text {
  margin-top: 10px;
}
.app-home-2 .img-responsive {
  margin-top: 30px;
  max-width: 815px;
  width: 100%;
}
.small-review {
  padding: 70px 0 66px;
  border-bottom: 1px solid #EFEFEF;
}
.small-review blockquote {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.small-review p:last-child {
  margin-bottom: 0;
}
/******************** APP HOME 3 ********************/
.app-home-3 {
  padding: 150px 0 200px;
}
.app-home-3 .logo-home {
  margin-bottom: 80px;
}
.app-home-3 .logo-home img {
  width: 65px;
  height: auto;
}
.app-home-3 .heading-text {
  margin-bottom: 20px;
}

/******************** ELEARNING ********************/
.elearning-home {
  padding: 200px 0;
}
.elearning-home.image-bg {
  background: linear-gradient(rgba(52, 212, 226, 0), rgba(38, 52, 66, 0.75)), url('../images/videos_vimeo_bg.jpg') no-repeat center top;
  background-size: cover;
}
.elearning-home.dark-image-bg {
  background: linear-gradient(rgba(52, 212, 226, 0.75), rgba(48, 190, 202, 0.75)), url('../images/videos_vimeo_bg.jpg') no-repeat center top;
  background-size: cover;
}

/*
|----------------------------------------------------------------------------
| FEATURES SECTIONS
|----------------------------------------------------------------------------
*/
.feature-item .icon-shape {
  margin-bottom: 25px;
}
.feature-item .icon {
  margin-bottom: 20px;
}
.feature-item .title-text {
  margin-bottom: 15px;
  font-weight: bold;
}
.feature-item p:last-child {
  margin-bottom: 0;
}

.padding-features {
    margin-bottom: 20px;
}

.image-feature-wave {
    height: 90px;
    width: 90px;
}
/******************** APP FEATURE 1 ********************/
@media (min-width: 768px) {
  .app-features-1 .feature-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.app-features-1 .img-responsive {
  width: 100%;
  max-width: 545px;
  margin: 20px auto 0;
}
/******************** APP FEATURE 2 ********************/
@media (min-width: 992px) {
  .app-features-2 .section-heading {
    margin-top: 50px;
  }
}
.app-features-2 .media {
  margin-top: 52px;
}
.app-features-2 .media + .media {
  margin-top: 26px;
}
.app-features-2 .img-responsive {
  width: 100%;
  max-width: 445px;
}
/******************** APP FEATURES 3 ********************/
.grid-border .icon {
  margin-top: -7px;
  margin-bottom: 20px;
}
.grid-border .title-text {
  margin-bottom: 15px;
}
.grid-border p:last-child {
  margin-bottom: 0;
}
.grid-border .item {
  padding-bottom: 50px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .grid-border .item:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .grid-border .item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-border .item:after,
  .grid-border .item:before {
    content: "";
    position: absolute;
  }
  .grid-border .item:after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
  }
  .grid-border .item:before {
    left: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-border .item:nth-child(n + 3) {
    padding-top: 50px;
  }
  .grid-border .item:nth-child(2n - 1):before {
    border-color: transparent;
  }
  .grid-border .item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
  .grid-border .item:nth-last-child(-n + 2):after {
    border-color: transparent;
  }
}
@media (min-width: 992px) {
  .grid-border .item:nth-child(n + 4) {
    padding-top: 50px;
  }
  .grid-border .item:nth-child(3n + 1):before {
    border-color: transparent;
  }
  .grid-border .item:nth-last-child(-n + 3) {
    padding-bottom: 0;
  }
  .grid-border .item:nth-last-child(-n + 3):after {
    border-color: transparent;
  }
}
/******************** APP FEATURES 4 ********************/
.feature-side-content .icon-shape {
  margin-top: 3px;
  transition: all 0.3s;
}
.feature-side-content .title-text {
  transition: all 0.3s;
}
.feature-side-content.active .icon-shape svg,
.feature-side-content:hover .icon-shape svg {
  fill: #fff;
}
.feature-side-content .feature-content {
  width: calc(100% - 65px);
}
.feature-side-content .feature-content.pull-left {
  text-align: right;
  padding-right: 30px;
}
.feature-side-content .feature-content.pull-right {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .feature-side-content {
    text-align: center;
  }
  .feature-side-content .pull-left {
    float: none !important;
  }
  .feature-side-content .pull-right {
    float: none !important;
  }
  .feature-side-content .feature-content {
    width: 100%;
  }
  .feature-side-content .feature-content.pull-left {
    text-align: center;
    padding-right: 0;
  }
  .feature-side-content .feature-content.pull-right {
    text-align: center;
    padding-left: 0;
  }
}
.feature-side-content + .feature-side-content {
  margin-top: 60px;
}
@media (min-width: 400px) and (max-width: 991px) {
  .feature-side-content {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features-swiper {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
}
@media (min-width: 992px) {
  .features-swiper {
    padding-bottom: 33px;
  }
}
.features-swiper .screenshot-frame {
  position: absolute;
  width: 100%;
}
.features-swiper .swiper-container {
  width: 240px;
}
.features-swiper .swiper-wrapper {
  padding-top: 71px;
  padding-bottom: 123px;
}
.features-swiper .swiper-slide img {
  width: 100%;
}
/******************** APP FEATURES 3 ********************/
.app-features-5 .media-chained {
  padding-top: 15px;
}
.app-features-5 .media-chained + .media-chained {
  padding-top: 45px;
}
.app-features-5 .img-responsive {
  width: 100%;
  max-width: 470px;
}
/******************** SMALL FEATURES ********************/
.small-features {
  padding: 100px 0 43px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.small-features .icon svg {
  vertical-align: top;
}
.small-features .title-text {
  margin-bottom: 8px;
}
.small-features p:last-child {
  margin-bottom: 0;
}

/*
|----------------------------------------------------------------------------
| THE VIDEO
|----------------------------------------------------------------------------
*/
.video-player {
  position: relative;
  line-height: 0;
}
.video-player video {
  width: 100%;
}
.video-player .btn {
  width: 230px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  transition: all 0.6s;
}
.video-player .btn .icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.video-player .btn span {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.video-player .btn span.active {
  opacity: 1;
}
.video-features {
  padding: 35px;
  border-radius: 4px;
}
.video-features h4 {
  margin-top: 0;
  margin-bottom: 13px;
}
.video-features p {
  margin-bottom: 0;
}
.video-features .media-left {
  vertical-align: middle;
}
.video-features .icon svg {
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
/******************** THE VIDEO 2 ********************/
.the-video-2 {
  padding: 175px 0;
  position: relative;
}
.the-video-2 .heading-text,
.the-video-2 p {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.the-video-2.playing .heading-text,
.the-video-2.playing p {
  opacity: 0;
  visibility: hidden;
}
.the-video-2 button:active,
.the-video-2 button:focus {
  outline: none;
}
.the-video-2 button {
  margin: 50px 0 30px;
}
.the-video-2 .icon svg {
  width: 100px;
  height: 100px;
}
.the-video-2 p:last-child {
  margin-bottom: 0;
}
/*
|----------------------------------------------------------------------------
| SCREENSHOTS
|----------------------------------------------------------------------------
*/
.screenshots-1 {
  padding-top: 120px;
  padding-bottom: 107px;
}
.screenshot-slides .swiper-wrapper {
  padding-bottom: 70px;
}
.screenshot-slides .swiper-slide img {
  width: 100%;
}
.screenshot-slides .swiper-slide-active {
  margin-right: 20px;
}
.screenshot-slides .swiper-slide-active img {
  opacity: 1 !important;
  transition: all 0.4s;
}
.screenshot-slides .screenshot-frame {
  display: none;
}
@media (min-width: 768px) {
  .screenshot-slides .screenshot-frame {
    width: 272px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    display: block;
  }
  .screenshot-slides .swiper-wrapper {
    padding-top: 69px;
    padding-bottom: 113px;
  }
  .screenshot-slides .swiper-slide img {
    opacity: 0.7;
  }
}
@media (min-width: 992px) {
  .screenshot-slides .screenshot-frame {
    width: 208px;
  }
  .screenshot-slides .swiper-wrapper {
    padding-top: 53px;
    padding-bottom: 113px;
  }
}
@media (min-width: 1200px) {
  .screenshot-slides .screenshot-frame {
    width: 252px;
  }
  .screenshot-slides .swiper-wrapper {
    padding-top: 63px;
    padding-bottom: 113px;
  }
}
/******************** SCREENSHOTS 2 ********************/
.screenshots-2 img {
  border: 3px solid #efefef;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.screenshots-2 .screen-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.screenshots-2 .screen-no {
  display: inline-block;
  margin-right: 3px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 100%;
  text-align: center;
}
@media (min-width: 400px) and (max-width: 767px) {
  .screenshots-2 .lightbox {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
|----------------------------------------------------------------------------
| TESTIMONIAL SECTION
|----------------------------------------------------------------------------
*/
.testimonials .client-name {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.testimonials .position {
  font-size: 14px;
  font-weight: 300;
  color: #fbfbfb;
}
.testimonials-3 blockquote:before,
.testimonials-4 blockquote:before {
  content: '"';
}
.testimonials-3 blockquote:after,
.testimonials-4 blockquote:after {
  content: '"';
}
/******************** TESTIMONIALS 1 ********************/
.testimonials-1 {
  padding-top: 125px;
  padding-bottom: 7px;
  color: #fff;
}
.testimonials-1.dark-image-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/testimonials-1.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.testimonials-1.image-bg {
  background: url('../images/testimonials-1.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.testimonials-1 .testimonials-content {
  margin-top: 65px;
}
.testimonials-1 blockquote {
  border: none;
  font-style: italic;
  font-size: 18px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .testimonials-1 blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-1 .testimonials-thumb {
  width: 50%;
  margin: 10px auto 0;
}
.testimonials-1 .testimonials-thumb .swiper-slide {
  cursor: pointer;
}
.testimonials-1 .testimonials-thumb .swiper-slide img {
  width: 100%;
  border-radius: 4px;
  opacity: 0.8;
  transition: all 0.4s;
}
.testimonials-1 .testimonials-thumb .swiper-slide .item {
  margin: 14px 7px;
  position: relative;
  top: 7px;
}
.testimonials-1 .testimonials-thumb .active img {
  opacity: 1;
  border-radius: 0;
}
.testimonials-1 .testimonials-thumb .active .item {
  top: 0;
  margin-left: 0;
  margin-right: 0;
}
.testimonials-1 .client-logo {
  margin-top: 75px;
}
.client-logo li {
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.padding_bottom_lite {
    padding-bottom: 30px;
}

.padding_bottom_big {
    padding-bottom: 150px;
}

/******************** TESTIMONIALS 2 ********************/
.testimonials-2.image-bg {
  background: url('../images/testimonials-2.jpg') no-repeat center top;
  background-size: cover;
}
.testimonials-2.dark-image-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/testimonials-2.jpg') no-repeat center top;
  background-size: cover;
}
.testimonials-2.transparent-overlay .client-name {
  color: #fff;
}
.testimonials-2 .thumb {
  width: 100px;
  border-radius: 10px;
}
.testimonials-2 blockquote {
  border: none;
  font-style: italic;
  font-size: 18px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .testimonials-2 blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-2 .media {
  display: inline-table;
  margin: auto;
}
.testimonials-2 .media .icon {
  margin-top: 5px;
}
.testimonials-2 .media img {
  margin-top: 5px;
  height: 30px;
  width: auto;
}
.testimonials-2 .media-left {
  padding-right: 15px;
}
.testimonials-2 .media-body {
  width: auto;
  text-align: left;
}
/******************** TESTIMONIALS 3 ********************/
.testimonials-3 .item {
  border-radius: 4px;
  padding: 20px 25px 25px;
  border: 1px solid #efefef;
}
.testimonials-3 blockquote {
  font-style: italic;
}
.testimonials-3 hr {
  border-top: 2px solid #efefef;
}
.testimonials-3 .media-left {
  padding-right: 15px;
}
.testimonials-3 .thumb {
  width: 60px;
  border-radius: 4px;
}
.testimonials-3 .client-name {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonials-3 .position {
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 0;
  line-height: 1.3;
}
.star li {
  display: inline-block;
}
.star .icon svg {
  width: 14px;
  height: 14px;
}
/******************** TESTIMONIAL 4 ********************/
.testimonials-4 .testimonial-item {
  position: relative;
  padding: 75px 30px 15px;
  border-radius: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #efefef;
}
.testimonials-4 .thumb {
  padding: 2px;
  border-radius: 100%;
  height: 96px;
  width: 96px;
  position: absolute;
  top: -48px;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #fff;
}
.testimonials-4 .client-name {
  margin-top: 27px;
  margin-bottom: 0;
}
.testimonials-4 .position {
  color: #272727;
}
/******************** TESTIMONIALS 5 ********************/
.testimonials-5 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.testimonials-5.image-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/photography-bg-2.jpg');
  background-position: center center;
  background-size: cover;
}
@media (min-width: 992px) {
  .testimonials-5 .blockquote-gradient-bg {
    margin-right: 30px;
  }
}
.blockquote-gradient-bg {
  color: rgba(255, 255, 255, 0.9);
  padding: 22px;
  border-radius: 4px;
}
.blockquote-gradient-bg blockquote {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.blockquote-gradient-bg p.client-name {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.blockquote-gradient-bg .icon svg {
  fill: #fff;
  margin-right: 5px;
}
/*
|----------------------------------------------------------------------------
| DOWNLOADS
|----------------------------------------------------------------------------
*/
/******************** DOWNLAD 1 ********************/
.download-app-3 {
  padding-top: 125px;
  padding-bottom: 75px;
}
.download-app-3 .wave-logo-download img{
  width: 100%;
  max-width: 120px;
}
.download-app-3 .btn-icon{
  padding: 8px 30px;
}
.download-app-3 .btn-icon svg{
  width: 40px;
  height: 40px;
}
.logo-in-bg {
  display: inline-block;
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 46px;
}
.logo-in-bg img {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.logo-in-bg .icon svg {
  width: 50px;
  height: 90px;
}
.subscribe-newsletter {
  margin-top: 90px;
}
/******************** DOWNLAOD 2 ********************/
@media (min-width: 768px) {
  .download-app-2 .item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .download-app-2 .item:last-child {
    border-color: transparent;
  }
}
@media (min-width: 992px) {
  .download-app-2 .item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.download-app-2 .icon svg {
  fill: #272727;
  margin-bottom: 20px;
}
.download-app-2 .btn {
  margin-top: 25px;
}
/******************** DOWNLAOD APP 3 ********************/
.download-app-3.image-bg {
  /*background: url('../images/wave-download-bkg.jpg') no-repeat center bottom;*/
  background: linear-gradient(rgba(52, 212, 226, 0), rgba(38, 52, 66, 0.75)),  url('../images/bg-spread.jpg') no-repeat center bottom;
  background-size: cover;
}

.wave-logo-download{
    margin-top: 20px;
}
/*
|----------------------------------------------------------------------------
| GALLERY STYLE
|----------------------------------------------------------------------------
*/
[class*="gallery-"],
[class^="gallery-"] {
  font-size: 0;
}
[class*="gallery-"] .gallery-item,
[class^="gallery-"] .gallery-item {
  float: left;
}
.gallery-1 {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-1 .gallery-item {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-2 .gallery-col-2 .gallery-item {
  padding: 0 !important;
}
.gallery-col-4 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-col-4 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gallery-col-4 .gallery-item {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .gallery-col-4 .gallery-item {
    width: 25%;
  }
}
.gallery-col-3 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-col-3 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-col-3 .gallery-item {
    width: 33.33333333%;
  }
}
.gallery-col-2 .gallery-item {
  width: 50%;
}
.gallery-img-pop {
  position: relative;
  display: block;
}
.gallery-img-pop:hover .hover-effect {
  top: 0;
}
.gallery-img-pop:hover .plus-sign:before,
.gallery-img-pop:hover .plus-sign:after {
  opacity: 1;
  transition-delay: 0.3s;
}
.gallery-img-pop:hover .plus-sign:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery-img-pop:hover .plus-sign:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-img-pop img {
  width: 100%;
}
.gallery-img-pop .hover-effect {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.plus-sign:before,
.plus-sign:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 4px solid #fff;
  width: 40%;
  transition: all 0.3s;
  opacity: 0;
}
.plus-sign:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.plus-sign:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/******************** RECAP PHOTO GALLERY ********************/
.recap-gallery {
  padding-top: 120px;
  padding-bottom: 120px;
}
.recap-gallery.image-bg {
  background: linear-gradient(to bottom right, rgba(48, 190, 202, 0.5), rgba(52, 212, 226, 0.2)), url('../images/gallery-images-bg.jpg') center center;
  background-size: cover;
}
.recap-gallery.dark-image-bg {

  background: linear-gradient(rgba(52, 212, 226, 0), rgba(38, 52, 66, 0.75)), url('../images/gallery-images-bg.jpg') center center;
  background-size: cover;
}
.recap-gallery-item {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.recap-gallery-item:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
   filter: grayscale(100%);
}
.recap-gallery-item .img-scale {
  max-height: 449px;
}
.recap-gallery-item img {
  transition: all 0.3s;
  opacity: 1;
  width: 100%;
}
.recap-gallery-item .recap-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(48, 190, 202, 1) !important;
  padding: 25px;
}
.recap-gallery-item .title-text {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .recap-gallery-item {
    float: left;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}

/*
|----------------------------------------------------------------------------
| FOOTER STYLES
|----------------------------------------------------------------------------
*/
.footers {
  background-color: #000000;
  text-align: center;
}
.footers .title-text {
  color: #fff;
}
.footers a:hover {
  color: #B1B0C2;
}
.footers .contact-help {
  font-size: 20px;
}
.footers .socialize li {
  display: inline-block;
  margin: 0 4px;
}
.footers .socialize .icon svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.footers .socialize .icon svg:hover {
  fill: #B1B0C2;
  width: 50px;
  height: 50px;
}
.footers .copyright {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.footers .copyright a {
  position: relative;
  color: #fff;
  margin-right: 23px;
}
.footers .copyright span{
  position: relative;
}
.footers .copyright a:not(:first-child):before,
.footers .copyright span:not(:first-child):before{
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: -16px;
  top: 9px;
  border-radius: 50%;
}

.footer-1 {
  padding-top: 75px;
  padding-bottom: 65px;
}
.footer-1 .socialize + .socialize{
  margin-top: 25px;
}
.footer-2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-2 .copyright {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .footer-2 .copyright {
    text-align: left;
  }
  .footer-2 .socialize {
    text-align: right;
  }
}
.footer-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-3 p {
  margin-bottom: 0;
}
.footer-4 {
  padding-top: 125px;
}
@media (max-width: 767px) {
  .footer-4 .table-behaviour {
    display: block;
  }
  .footer-4 .widget-get-in-touch {
    margin-bottom: 50px;
  }
}
.footer-5 {
  color: #616161;
}
.footer-5 .title-text {
  color: #272727;
}
.footer-5.white-bg {
  background-color: #fff;
}
.footer-5 .secondary-bg {
  background-color: #f7f7f7;
}
.footer-5 .gallery-1 li {
  width: 33.33333333%;
  margin: 0;
}

.footers .other-logos .logo-enisa{
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto 60px;
}
.footers .other-logos .logo-gobierno{
  width: 260px;
  height: auto;
  display: block;
  margin: 60px auto 30px;
}


@media (min-width:768px){
  .footers .socialize{
    text-align: left;
  }
  .footers .other-logos{
    text-align: right;
    padding-top: 10px;
  }
  .footers .other-logos .logo-enisa{
    margin: 0 auto;
    display: inline-block;
  }
  .footers .other-logos .logo-gobierno{
    margin: 0 40px 0 auto;
    display: inline-block;
  }
  .footers .copyright{
    margin-top: 60px;
  }
}


/*
|----------------------------------------------------------------------------
| WIDGETS
|----------------------------------------------------------------------------
*/
.widgets .inner-wids-section {
  margin-bottom: 40px;
}
.widgets .inner-wids-section:last-child {
  margin-bottom: 0;
}
.widgets .socialize li {
  margin: 0 1px;
}
.widget-get-in-touch p {
  margin-bottom: 0;
}
/******************** MODALS ********************/
.simple-success-msg .modal-body {
  padding: 80px;
}
.simple-success-msg p {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*
|----------------------------------------------------------------------------
| VIDEO
|----------------------------------------------------------------------------
*/

.image-video{
    width: 300px;
    max-width: 100%;
    padding-bottom: 20px;
}

.image-video:hover{
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}

#photo_gallery::before{
  display: none;
}

/*
|----------------------------------------------------------------------------
| COOKIE BAR
|----------------------------------------------------------------------------
*/

div#cookie-bar{
  max-width: 300px!important;
  padding: 15px;
  background: rgba(0,0,0,.8);
  left: auto!important;
  right: 20px;
  bottom: 20px!important;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
#cookie-bar a{
  padding: 4px 15px;
  line-height: 22px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 99px
}
#cookie-bar a.cb-policy {
  background: none;
  background: none;
  border: 1px solid #fff;
}
#cookie-bar a.cb-policy:hover{
  background: none;
}
