/*
Theme Name: Enel
Theme URI: http://themecitizen.com/smartseo
Author: WP Friends
Author URI: http://themecitizen.com
Description: Enel - Construction & Building WordPress Theme
Version: 1.0.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enel
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Body
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-scrolling: touch;
  color: #52525b;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #52525b;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
a:active,
a:hover,
a:focus {
  color: #123e7a;
  outline-width: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #24242b;
}
h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
p {
  line-height: 24px;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter img {
  display: block;
  margin: 1em auto;
}
blockquote {
  border-left-color: #123e7a;
  padding-top: 20px;
  padding-bottom: 20px;
}
ul li.current-menu-item > a {
  color: #123e7a;
}
table {
  margin-bottom: 20px;
}
table thead tr th {
  color: #24242b;
  font-weight: 600;
  border-bottom: 1px solid #84848f;
  padding-bottom: 5px;
}
table tbody tr th {
  color: #24242b;
  padding: 10px 6px 10px 0;
  border-bottom: 1px solid #84848f;
}
table tbody tr th a {
  color: #123e7a;
}
table tbody tr td {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #84848f;
}
table tbody tr td a {
  color: #123e7a;
}
ul li {
  margin-bottom: 10px;
}
ul ul {
  margin-top: 10px;
}
dl dt {
  color: #24242b;
}
dl dd {
  margin-bottom: 10px;
}
ol {
  margin-left: 0px;
  padding-left: 30px;
}
ol li {
  margin-bottom: 20px;
}
ol ol {
  margin-top: 20px;
}
.post-password-form input[type=submit] {
  background-color: #24242b;
  border-color: #24242b;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.post-password-form input[type=password] {
  padding-left: 5px;
}
.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.wp-caption .wp-caption-text {
  font-style: italic;
  font-weight: 400;
  margin: 0 0 24px;
  color: #24242b;
  font-size: 14px;
  padding: 5px 0;
}
.wp-caption .wp-caption-text a {
  color: #123e7a;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
input,
textarea {
  border: 1px solid #84848f;
}
button,
select {
  text-transform: none;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:focus {
  border: none;
  outline: 0;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}
/* Layout
--------------------------------------------*/
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.clear {
  clear: both;
}
.head-title {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #24242b;
  margin-bottom: 20px;
}
.size-36 {
  font-size: 36px;
}
.size-32 {
  font-size: 32px;
}
/*
* Animation--------------*/
.no-inner-padding .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.opacity-effect {
  -webkit-transition: opcity .4s;
          transition: opcity .4s;
}
.opacity-effect:hover {
  opacity: .8;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.radio-style input[type="radio"] {
  display: none;
}
.radio-style input[type="radio"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border: 1px solid #84848f;
  cursor: pointer;
  position: relative;
}
.radio-style input[type="radio"]:checked + label span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #84848f;
}
.checkbox-form input[type="checkbox"] {
  display: none;
}
.checkbox-form input[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border: 1px solid #84848f;
  cursor: pointer;
  position: relative;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox-form input[type="checkbox"]:checked + label span:before {
  content: "\e64c";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 14px;
}
.pager {
  margin-top: 30px;
  margin-bottom: 0;
}
.pager ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pager li {
  font-size: 14px;
}
.pager li > a,
.pager li > span {
  border: none;
  text-transform: uppercase;
  color: #123e7a;
}
.pager li a {
  background-color: transparent;
  padding: 0;
}
.pager li a:focus,
.pager li a:hover {
  background-color: transparent;
}
.pager li span {
  background-color: transparent;
  padding: 0;
}
.pager .prev i {
  padding-right: 10px;
}
.pager .next i {
  padding-left: 10px;
}
.pager .next a {
  float: none;
}
.box-shadow-wrapper {
  -webkit-box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
          box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
}
.box-shadow-wrapper-second {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.grid-sizer,
.portfolio-mansory {
  width: 8.333333333333333%;
}
.portfolio-mansory-width-3 {
  width: 25%;
}
.portfolio-mansory-width-4 {
  width: 33.33333333333333%;
}
.portfolio-mansory-width-6 {
  width: 50%;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media (max-width: 991px) {
  .portfolio-mansory-one-item {
    width: 100%;
  }
  .portfolio-mansory-two-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-mansory-three-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .portfolio-mansory-two-item {
    width: 100%;
  }
}
.parallax {
  background-color: #52525b;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section-title {
  margin: 0;
  padding: 0;
}
.wp-caption .wp-caption-text {
  color: #767680;
  font-size: 13px;
  text-align: center;
  font-style: italic;
  margin-top: 13px;
}
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.sticky {
  position: relative;
}
@media (max-width: 1400px) {
  figure {
    max-width: 100%;
  }
}
body.header-transparent header {
  position: absolute;
  top: 0;
  z-index: 105;
  width: 100%;
}
body.header-transparent header .topbar,
body.header-transparent header .header-main {
  background: transparent !important;
}
body.header-transparent header .primary-nav .nav-menu > li > a {
  color: #fff;
}
body.header-transparent header .primary-nav .nav-menu > li > a:hover {
  color: #123e7a;
}
body.header-transparent header .nav-mobile .mobile-nav-icon,
body.header-transparent header .nav-mobile .search-icon {
  color: #fff;
}
body.header-transparent header .nav-mobile .mobile-nav-icon .close-form:before,
body.header-transparent header .nav-mobile .search-icon .close-form:before,
body.header-transparent header .nav-mobile .mobile-nav-icon .close-form:after,
body.header-transparent header .nav-mobile .search-icon .close-form:after {
  background-color: #fff;
}
body.header-transparent header.type1 .line-top {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.header-transparent header.type1 .line-top .group-info div h3,
body.header-transparent header.type1 .line-top .group-info div span {
  color: #fff;
}
body.header-transparent header.type1 .line-top .group-info div h3 a {
  color: #fff;
}
body.header-transparent header.type1 .line-top .group-info div h3 a:hover {
  color: #123e7a;
}
body.header-transparent header.type1 .line-bottom .form-search .search-icon span {
  color: #fff;
}
body.header-transparent header.type1 .line-bottom .form-search .search-icon span:hover {
  color: #123e7a;
}
body.header-transparent header.type1 .line-bottom .form-search .search-icon span.close-form:before,
body.header-transparent header.type1 .line-bottom .form-search .search-icon span.close-form:after {
  background-color: #fff;
}
body.header-transparent header.type2 .header-main {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.header-transparent.logged-in .site-header {
  top: 32px;
}
header .topbar {
  color: #fff;
  background-color: #24242b;
  font-family: 'Noto Serif', serif;
  padding-top: 20px;
  padding-bottom: 23px;
}
header .topbar .topbar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .topbar i {
  color: #123e7a;
  font-size: 14px;
  margin-right: 5px;
}
header .topbar strong {
  color: #fff;
  font-style: italic;
  margin-right: 5px;
}
header .topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 0;
}
header .topbar ul li a {
  color: #fff;
  font-size: 13px;
}
header .topbar ul li a:hover {
  color: #123e7a;
}
header .topbar ul li:last-child {
  margin-right: 0;
}
header .search-form {
  -webkit-box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
          box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 330px;
  right: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .3s, -webkit-transform .4s;
          transition: opacity .3s, transform .4s;
}
header .search-form .search-fields {
  font-family: 'Montserrat', sans-serif;
}
header .search-form .search-fields .search-field,
header .search-form .search-fields .search-submit {
  font-weight: 600;
  border: none;
  height: 42px;
}
header .search-form .search-fields .search-field {
  padding-left: 14px;
  width: 228px;
  float: left;
  padding-right: 15px;
}
header .search-form .search-fields .search-submit {
  background-color: #123e7a;
  color: #fff !important;
  float: left;
  text-transform: uppercase;
  width: 100px;
}
header .search-form.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header.type1 .group-info,
header.type4 .group-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.type1 .group-info span,
header.type4 .group-info span {
  color: #123e7a;
  font-size: 30px;
}
header.type1 .group-info div,
header.type4 .group-info div {
  margin-left: 12px;
}
header.type1 .group-info div span,
header.type4 .group-info div span {
  color: #52525b;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
}
header.type1 .group-info div h3,
header.type4 .group-info div h3 {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
header.type1 .group-info div h3 a,
header.type4 .group-info div h3 a {
  color: #24242b;
}
header.type1 .group-info div h3 a:hover,
header.type4 .group-info div h3 a:hover {
  color: #123e7a;
}
header.type1 .group-info.hotline div,
header.type4 .group-info.hotline div {
  margin-left: 5px;
}
header.type1 .group-info.left,
header.type4 .group-info.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header.type1 .group-info.right,
header.type4 .group-info.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.type1 .line-top {
  border-bottom: 1px solid #e6e6ee;
  padding-top: 23px;
  padding-bottom: 23px;
}
header.type1 .line-bottom .align-right {
  position: static;
}
header.type1 .line-bottom .container {
  position: relative;
}
header.type1 .line-bottom .container .align-left {
  position: static;
}
header.type2 .header-main .primary-nav .nav-menu li,
header.type3 .header-main .primary-nav .nav-menu li,
header.type4 .header-main .primary-nav .nav-menu li {
  text-align: left;
}
header.type2 .header-main {
  padding-top: 22px;
  padding-bottom: 21px;
}
header.type2 .header-btn-link .btn-top {
  background-color: #123e7a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 6px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
}
header.type2 .header-btn-link .btn-top:hover {
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
}
header.type3 .header-main .row {
  padding-top: 22px;
  padding-bottom: 21px;
  position: relative;
}
header.type3 .header-main .row .btn-features {
  position: static;
}
header.type4 .line-top {
  padding-top: 29px;
  padding-bottom: 34px;
}
header.type4 .line-bottom .row {
  position: relative;
}
header.type4 .line-bottom .row .btn-features {
  position: static;
}
header .nav-mobile .mobile-nav-icon,
header .nav-mobile .search-icon {
  font-size: 18px;
}
header .nav-mobile .mobile-nav-icon:hover,
header .nav-mobile .search-icon:hover {
  cursor: pointer;
}
header .form-search {
  padding-top: 18px;
}
header .form-search .search-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: color 0.4s, opacity 0.6s, visibility 0.6s, z-index 0.6s;
          transition: color 0.4s, opacity 0.6s, visibility 0.6s, z-index 0.6s;
}
header .form-search .search-icon .ti-search {
  position: absolute;
  right: 0;
}
header .form-search .search-icon .close-form {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  right: 0;
  -webkit-transition: opacity 0.4s, visibility 0.6s, z-index 0.6s;
          transition: opacity 0.4s, visibility 0.6s, z-index 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
header .form-search .search-icon .close-form:before,
header .form-search .search-icon .close-form:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background: #24242b;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .6s;
          transition: all .6s;
}
header .form-search .search-icon:hover {
  color: #123e7a;
  cursor: pointer;
}
header .form-search .search-icon:hover .close-form:before,
header .form-search .search-icon:hover .close-form:after {
  background: #123e7a;
}
header .form-search .search-icon.opening .ti-search {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
header .form-search .search-icon.opening .close-form {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
header .form-search .search-icon.opening .close-form:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .form-search .search-icon.opening .close-form:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1199px) {
  header.type2 .primary-nav .nav-menu li {
    margin-right: 10px;
  }
  header.type2 .header-btn-link .btn-top {
    font-size: 12px;
    width: 100%;
  }
  header.type4 .header-main .line-bottom .btn-features {
    text-align: right;
  }
}
@media (max-width: 991px) {
  header .nav-mobile {
    position: static;
  }
  header .nav-mobile .form-search {
    display: inline-block;
    margin-left: 5px;
  }
  header.type1 .line-top {
    position: relative;
  }
  header.type2 .header-main {
    position: relative;
  }
  header.type4 .header-main .line-top .logo {
    text-align: left;
  }
}
@media (max-width: 479px) {
  header .search-form {
    right: 0;
    width: 100%;
  }
  header .search-form .search-fields .search-field {
    width: 70%;
  }
  header .search-form .search-fields .search-submit {
    width: 30%;
  }
}
.primary-nav .nav-menu {
  color: #52525b;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.primary-nav .nav-menu li {
  display: inline-block;
  margin-right: 31px;
  margin-bottom: 0;
}
.primary-nav .nav-menu li a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.primary-nav .nav-menu li:last-child {
  margin-right: 0;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) {
  position: relative;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
          box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
  padding: 0px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 100%;
  text-transform: none;
  width: 235px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li {
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li a {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 11px;
  padding-bottom: 10px;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li:last-child > a {
  border-bottom: none;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li:before {
  content: '';
  position: absolute;
  background-color: #123e7a;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.18s linear;
          transition: all 0.18s linear;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li.menu-item-has-children:after {
  font-family: 'themify';
  content: "\e649";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul li:hover:before {
  width: 2px;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega) > ul ul {
  left: 100%;
  top: 0;
}
.primary-nav .nav-menu li.menu-item-has-children:not(.menu-item-mega):hover > ul {
  opacity: 1;
  visibility: visible;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega {
  position: static;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
          box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
  overflow: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  padding: 9px 15px 20px;
  margin: 0;
  width: 100%;
  z-index: -1;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  left: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu ul li {
  padding: 0;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu {
  margin-right: 0;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu > a {
  border-bottom: 1px solid #f3f3f3;
  color: #52525b;
  font-size: 13px;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 10px;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu li:before {
  display: none;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu.link-disabled > span {
  border-bottom: 1px solid #f3f3f3;
  color: #52525b;
  display: block;
  font-size: 13px;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 10px;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu.menu-item-title-hidden > a {
  display: none;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .mega-sub-menu:before {
  display: none;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .menu-item-custom-content {
  margin-top: 40px;
  overflow: hidden;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .menu-item-custom-content ul li {
  display: inline-block;
  float: left;
  margin-right: 1%;
  width: 32.6666%;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu .menu-item-custom-content ul li:last-child {
  margin-right: 0;
}
.primary-nav .nav-menu li.menu-item-has-children.menu-item-mega .wpf-mega-menu > li > a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #24242b;
}
.primary-nav .nav-menu li.menu-item-mega:hover .wpf-mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.primary-nav .nav-menu li.current-menu-ancestor > a,
.primary-nav .nav-menu li.current-menu-item > a {
  color: #123e7a;
}
.primary-nav .nav-menu li.current-menu-ancestor:before,
.primary-nav .nav-menu li.current-menu-item:before {
  width: 2px !important;
}
/*  Mobile Nav
=================================
*/
.mobile-nav-shown {
  cursor: pointer;
}
.mobile-nav {
  background-color: #fff;
  padding: 50px 20px 0;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  -webkit-transition: all .6s;
          transition: all .6s;
  opacity: 0;
  z-index: 1000;
}
.mobile-nav #close-menu {
  color: #24242b;
  margin-bottom: 40px;
  text-align: right;
}
.mobile-nav #close-menu i {
  cursor: pointer;
}
.mobile-nav #close-menu i:before {
  font-size: 24px;
}
.mobile-nav .menu {
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
  padding: 0;
}
.mobile-nav .menu li {
  margin-bottom: 19px;
}
.mobile-nav .menu li a {
  color: #24242b;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all .4s;
          transition: all .4s;
  display: block;
  position: relative;
}
.mobile-nav .menu li a i {
  margin-left: 5px;
}
.mobile-nav .menu li a:hover {
  color: #123e7a;
}
.mobile-nav .menu li li a {
  font-size: 15px;
}
.mobile-nav .menu li ul {
  list-style: none;
  padding-left: 16px;
  margin-top: 18px;
  display: none;
}
.mobile-nav .menu li ul ul ul {
  display: none;
}
.mobile-nav .menu li.menu-item-has-children > a:after {
  content: '\e64b';
  font-family: 'themify';
  position: absolute;
  color: #24242b;
  font-size: 12px;
  right: 0;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.mobile-nav .menu li.menu-item-has-children.expanded > a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side-menu-background {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .6s;
          transition: all .6s;
  visibility: hidden;
  z-index: 999;
}
.toggle-sidebar-mobile-menu {
  color: #fff;
  display: block;
  padding: 10px 15px 10px 20px;
  background-color: #123e7a;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
.toggle-sidebar-mobile-menu .toggle-hamburger {
  color: #fff;
  margin-right: 25px;
}
.toggle-sidebar-mobile-menu:hover,
.toggle-sidebar-mobile-menu:focus {
  color: #fff;
}
body.show-menu-mobile {
  overflow: hidden;
}
body.show-menu-mobile .mobile-nav {
  opacity: 1;
  left: 0;
}
body.show-menu-mobile .side-menu-background {
  visibility: visible;
  opacity: 1;
}
.widget {
  color: #52525b;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.widget .widget-title {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 19px;
  position: relative;
}
.widget .widget-title:after,
.widget .widget-title:before {
  content: '';
  position: absolute;
}
.widget .widget-title:after {
  background-color: #123e7a;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  z-index: 9;
}
.widget .widget-title:before {
  background-color: #fff;
  width: 2px;
  height: 1px;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left;
}
.widget ul li {
  display: block;
  margin-bottom: 0;
}
.widget ul li a {
  border-bottom: 1px solid #dfdfdf;
  color: #52525b;
  position: relative;
}
.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:hover,
.widget ul li a:active {
  text-decoration: none;
}
.widget ul li a:hover,
.widget ul li a:active {
  color: #123e7a;
}
.widget ul li ul {
  display: none;
  padding-left: 15px;
}
.widget ul li ul li:last-child a {
  border-bottom: 1px solid #dfdfdf;
}
.widget ul li ul li.menu-item-has-children > a:after {
  display: none;
}
.widget ul li ul ul {
  display: none;
}
.widget ul li:last-child a {
  border-bottom: none;
}
.widget ul li.menu-item-has-children > a i {
  display: none;
}
.widget ul > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget ul > li.menu-item-has-children.open > a:after {
  content: '\f107';
}
.widget select {
  width: 90%;
  padding: 5px;
}
.widget.require-install-widget a {
  color: #123e7a;
}
.widget_calendar {
  line-height: 26px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 15px;
}
.widget_search .screen-reader-text,
.widget_archive .screen-reader-text {
  margin-right: 10px;
}
.widget_search .search-field,
.widget_archive .search-field,
.widget_search select,
.widget_archive select {
  color: #24242b;
  width: 90%;
  padding: 5px;
}
.widget_search .close-search-popup,
.widget_archive .close-search-popup {
  display: none;
}
.widget_search .search-fields {
  position: relative;
}
.widget_search .search-fields input {
  border-color: #e6e6ee;
  width: 100%;
}
.widget_search .search-fields i {
  position: absolute;
  top: 11px;
  right: 13px;
}
.widget_categories .children {
  display: none;
}
.widget_categories .screen-reader-text {
  display: block;
}
.widget_categories select {
  width: 90%;
  padding: 5px;
}
.widget_text form select {
  max-width: 100%;
}
.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
  line-height: 28px;
  font-weight: 500;
}
.widget_rss .rsswidget {
  color: #24242b;
}
.widget_rss li .rsswidget {
  display: block;
}
.primary-sidebar .widget {
  font-family: 'Montserrat', sans-serif;
}
.primary-sidebar .widget .widget-title {
  font-size: 24px;
}
.primary-sidebar .widget .widget_search,
.primary-sidebar .widget .widget_archive {
  font-family: 'Montserrat', sans-serif;
}
.primary-sidebar .widget .widget_search,
.primary-sidebar .widget .widget_archive {
  font-family: 'Montserrat', sans-serif;
}
.primary-sidebar .widget ul {
  font-family: 'Montserrat', sans-serif;
}
.primary-sidebar .widget ul li {
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 4px;
}
.primary-sidebar .widget ul li a {
  border-bottom: none;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.primary-sidebar .widget ul li a:before {
  content: '';
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background: #123e7a;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.primary-sidebar .widget ul li a:hover {
  padding-left: 13px;
}
.primary-sidebar .widget ul li a:hover:before {
  width: 10px;
}
.primary-sidebar .widget.widget_recent_entries ul {
  font-family: 'Poppins', sans-serif;
}
.primary-sidebar .widget.widget_recent_entries ul li {
  border-bottom: none;
  margin-bottom: 6px;
}
.primary-sidebar .widget.widget_recent_entries ul li a {
  color: #24242b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}
.primary-sidebar .widget.widget_recent_entries ul li a:hover {
  color: #123e7a;
}
.primary-sidebar .widget.widget_recent_entries ul li .post-date {
  font-style: italic;
  font-weight: 400;
}
.primary-sidebar .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget_recent_comments ul li a:before {
  display: none;
}
.page-sidebar .widget .screen-reader-text {
  color: #24242b;
  font-weight: 600;
}
.page-sidebar .widget_text strong {
  color: #24242b;
  font-weight: 600;
}
.enel_testimonial_widget .content {
  padding: 63px 20px 40px 17px;
  background-color: #f9f9f9;
  -webkit-border-radius: 25px 0px 25px 25px;
          border-radius: 25px 0px 25px 25px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}
.enel_testimonial_widget .content p {
  position: relative;
}
.enel_testimonial_widget .content p:before {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 7px;
  content: "\f10d";
  top: -16px;
  left: 0;
  right: 100%;
}
.enel_testimonial_widget .content:after {
  right: 0;
  bottom: 100%;
  border-left: 12px solid #e5e6ec;
  border-bottom: 6px solid #e5e6ec;
  border-right: 12px solid transparent;
  border-top: 6px solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
}
.enel_testimonial_widget .author {
  padding-right: 40px;
  margin-bottom: 20px;
  text-align: right;
}
.enel_testimonial_widget .author .author-info {
  display: inline-block;
  margin-right: 17px;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}
.enel_testimonial_widget .author .author-info span {
  display: block;
  line-height: 15px;
}
.enel_testimonial_widget .author .author-info .name {
  color: #52525b;
  font-size: 14px;
  font-weight: 600;
}
.enel_testimonial_widget .author .author-info .job {
  color: #123e7a;
  font-size: 12px;
  font-style: italic;
}
.enel_testimonial_widget .author img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 60px;
}
.wpf_tweet_widget .tweet-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
.wpf_tweet_widget .tweet-item .tweet-time {
  color: #767680;
  font-style: italic;
  font-weight: 400;
}
.wpf_tweet_widget .tweet-item p {
  margin-bottom: 7px;
}
.contact-wrap {
  padding: 23px 20px 45px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #6d4dd6;
  background: -webkit-gradient(linear, left top, right top, from(#6d4dd6), to(#4976d6));
  background: -webkit-linear-gradient(left, #6d4dd6 0%, #4976d6 100%);
  background: linear-gradient(to right, #6d4dd6 0%, #4976d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d4dd6', endColorstr='#4976d6', GradientType=1);
}
.contact-wrap h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 28px;
}
.contact-wrap p {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-wrap .btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 25px;
  margin-top: 13px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.widget_contact_infos .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.widget_contact_infos .info i {
  color: #123e7a;
  font-size: 32px;
  margin-right: 15px;
}
.widget_contact_infos .info div h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.widget_contact_infos .info div span {
  display: block;
  font-family: 'Noto Serif', serif;
}
.enel_footer_banner.layout-1 {
  background-color: #123e7a;
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
.enel_footer_banner.layout-1 .left-side {
  font-size: 24px;
  padding-top: 6px;
}
.enel_footer_banner.layout-1 .right-side {
  text-align: right;
}
.enel_footer_banner.layout-1 .right-side .btn {
  border: 1px solid #24242b;
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 210px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.enel_footer_banner.layout-1 .right-side .btn:after {
  content: '';
  background: #fff;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  z-index: -1;
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.enel_footer_banner.layout-1 .right-side .btn:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
footer .footer-nav .menu li {
  line-height: 24px;
}
footer .footer-nav .menu ul {
  display: none;
}
footer.type1,
footer.type2 {
  color: #84848f;
  font-weight: 500;
}
footer.type1 .footer-widgets,
footer.type2 .footer-widgets {
  background-color: #24242b;
  color: #84848f;
  font-family: 'Montserrat', sans-serif;
  padding-top: 90px;
  padding-bottom: 92px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}
footer.type1 .footer-widgets .logo-footer,
footer.type2 .footer-widgets .logo-footer {
  margin-bottom: 24px;
}
footer.type1 .footer-widgets .footer-caption,
footer.type2 .footer-widgets .footer-caption {
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 52px;
}
footer.type1 .footer-widgets .contact-social,
footer.type2 .footer-widgets .contact-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.type1 .footer-widgets .contact-social li,
footer.type2 .footer-widgets .contact-social li {
  display: inline-block;
  margin-right: 17px;
}
footer.type1 .footer-widgets .contact-social li a,
footer.type2 .footer-widgets .contact-social li a {
  color: #84848f;
  font-size: 16px;
}
footer.type1 .footer-widgets .contact-social li a:hover,
footer.type2 .footer-widgets .contact-social li a:hover {
  color: #123e7a;
}
footer.type1 .footer-widgets .contact-social li:last-child,
footer.type2 .footer-widgets .contact-social li:last-child {
  margin-right: 0;
}
footer.type1 .footer-widgets .widget,
footer.type2 .footer-widgets .widget {
  color: #84848f;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}
footer.type1 .footer-widgets .widget .widget-title,
footer.type2 .footer-widgets .widget .widget-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 23px;
}
footer.type1 .footer-widgets .widget .widget-title:before,
footer.type2 .footer-widgets .widget .widget-title:before {
  background-color: #24242b;
}
footer.type1 .footer-widgets .widget .tagcloud a,
footer.type2 .footer-widgets .widget .tagcloud a {
  color: #84848f;
}
footer.type1 .footer-widgets .widget ul li a,
footer.type2 .footer-widgets .widget ul li a {
  border-bottom: none;
  color: #84848f;
  padding-bottom: 1px;
  line-height: 24px;
}
footer.type1 .footer-bottom,
footer.type2 .footer-bottom {
  background-color: #17171c;
  padding-top: 30px;
  padding-bottom: 34px;
}
footer.type1 .footer-bottom ul,
footer.type2 .footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.type1 .footer-bottom ul li,
footer.type2 .footer-bottom ul li {
  display: inline-block;
  margin-right: 37px;
  margin-bottom: 0;
}
footer.type1 .footer-bottom ul li a,
footer.type2 .footer-bottom ul li a {
  color: #84848f;
}
footer.type1 .footer-bottom ul li a:hover,
footer.type2 .footer-bottom ul li a:hover {
  color: #123e7a;
}
footer.type1 .footer-bottom ul li:last-child,
footer.type2 .footer-bottom ul li:last-child {
  margin-right: 0;
}
footer.type1 .footer-bottom .copyright strong,
footer.type2 .footer-bottom .copyright strong {
  color: #123e7a;
}
footer.type1 .footer-bottom {
  padding-top: 25px;
  padding-bottom: 29px;
}
footer.type1 .footer-bottom .copyright {
  margin-top: 5px;
}
footer.type2 .footer-wrapper {
  background-color: #24242b;
  -webkit-background-size: cover;
          background-size: cover;
}
footer.type2 .footer-widgets {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
footer.type2 .footer-widgets .widget ul li {
  margin-bottom: 1px;
}
footer.type2 .footer-widgets .widget ul li a {
  color: #fff;
  font-weight: 300;
}
footer.type2 .footer-widgets .widget ul li a:hover {
  color: #123e7a;
}
footer.type2 .footer-widgets .widget .textwidget {
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text'],
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email'] {
  border-color: #fff;
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text']:focus,
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email']:focus {
  border-color: #123e7a;
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text']:focus::-webkit-input-placeholder,
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email']:focus::-webkit-input-placeholder {
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text']:focus::-moz-placeholder,
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email']:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text']:focus:-ms-input-placeholder,
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email']:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='text']:focus:-moz-placeholder,
footer.type2 .footer-widgets .wpcf7 .footer-subscribe input[type='email']:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
footer.type2 .footer-widgets > .container {
  padding-top: 90px;
  padding-bottom: 86px;
}
footer.type2 .footer-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #123e7a;
}
.preloader .group-container {
  position: absolute;
  display: inline-block;
  line-height: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .bigSquare {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
  animation: bigSqrShrink 1s linear infinite;
}
.preloader .square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFF;
}
.preloader .first {
  left: 0px;
  top: 20px;
}
.preloader .second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
  animation: drop2 1s linear infinite;
}
.preloader .third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
  animation: drop3 1s linear infinite;
}
.preloader .fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
  animation: drop4 1s linear infinite;
}
#enel-back-to-top {
  background-color: #123e7a;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  color: #24242b;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
  -webkit-transition: all .4s;
          transition: all .4s;
  font-size: 17px;
  opacity: 0;
  visibility: hidden;
}
#enel-back-to-top i {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
#enel-back-to-top.show {
  opacity: 1;
  visibility: visible;
}
#enel-back-to-top:hover i {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 991px) {
  .site-footer.type1 .footer-bottom .footer-nav,
  .site-footer.type1 .footer-bottom .copyright {
    text-align: center;
  }
  .site-footer.type1 .footer-bottom .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .site-footer.type1 .footer-bottom ul li {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .enel_footer_banner.layout-1 .left-side {
    text-align: center;
    margin-bottom: 30px;
  }
  .enel_footer_banner.layout-1 .right-side {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .site-footer.type1 .footer-bottom {
    padding-bottom: 13px;
  }
  .site-footer.type1 .footer-bottom ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body.unload-footer .site-content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  footer.type1.footer-fixed-position,
  footer.type2.footer-fixed-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
body.left-sidebar .content-area {
  float: right;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav > div {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 5px;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 5px;
}
.owl-carousel .owl-nav > div:hover {
  background: #123e7a;
  color: #fff;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #e5e6ec;
  display: inline-block;
  height: 7px;
  width: 7px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #123e7a;
  border-color: #123e7a;
}
.owl-carousel:hover .owl-nav > div {
  visibility: visible;
  opacity: 1;
}
.owl-carousel:hover .owl-nav > div.owl-next {
  right: 0;
}
.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
}
.numeric-navigation {
  margin-top: 12px;
}
.numeric-navigation .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numeric-navigation .page-numbers li {
  display: inline-block;
}
.numeric-navigation .page-numbers li a,
.numeric-navigation .page-numbers li span {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.numeric-navigation .page-numbers li span.current {
  background-color: #123e7a;
  color: #fff;
}
.numeric-navigation .page-numbers li a {
  color: #52525b;
  background-color: #e5e6ec;
}
.site-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.social-share {
  margin-bottom: 20px !important;
}
.social-share li {
  margin-right: 7px;
  margin-bottom: 0;
}
.social-share li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 145px;
  text-align: center;
}
.social-share li a.facebook {
  background-color: #5a7dc3;
}
.social-share li a.twitter {
  background-color: #3aafe1;
}
.social-share li a.google-plus {
  background-color: #de5c4f;
}
.social-share li a.pinterest {
  background-color: #e03931;
}
.tags li {
  margin-right: 7px;
}
.tags li a {
  background-color: #ecede7;
  color: #24242b;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 13px 7px;
}
.page-links {
  clear: both;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}
.page-links label {
  color: #24242b;
  margin-right: 10px;
}
.page-links .no {
  display: inline-block;
  margin: 7px;
}
.page-links a {
  color: #123e7a;
  font-size: 16px;
  font-weight: 600;
}
.enel-breadcrumb {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 87px;
  padding-bottom: 122px;
}
.enel-breadcrumb .breadcrumb-info {
  text-align: center;
}
.enel-breadcrumb .breadcrumb-info h1 {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 9px;
}
.enel-breadcrumb .breadcrumb-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif', serif;
  color: #123e7a;
}
.enel-breadcrumb .breadcrumb-info ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.enel-breadcrumb .breadcrumb-info ul li i {
  margin-right: 2px;
}
.enel-breadcrumb .breadcrumb-info ul li a {
  color: #123e7a;
}
.archive .page-header,
.search-results .page-header {
  border-bottom: none;
  margin: 0;
}
.archive .page-title,
.search-results .page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  border-bottom: 1px solid #84848f;
  padding-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
}
.blog article.blog-list-layout,
.archive article.blog-list-layout,
.search-results article.blog-list-layout {
  margin-bottom: 30px;
}
.blog article.blog-list-layout .wrapper,
.archive article.blog-list-layout .wrapper,
.search-results article.blog-list-layout .wrapper {
  -webkit-box-shadow: 0px 9px 29px -9px rgba(36, 36, 43, 0.2);
          box-shadow: 0px 9px 29px -9px rgba(36, 36, 43, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blog article.blog-list-layout .entry-header,
.archive article.blog-list-layout .entry-header,
.search-results article.blog-list-layout .entry-header {
  position: relative;
}
.blog article.blog-list-layout .entry-header img,
.archive article.blog-list-layout .entry-header img,
.search-results article.blog-list-layout .entry-header img {
  max-width: inherit;
}
.blog article.blog-list-layout .entry-header .icon,
.archive article.blog-list-layout .entry-header .icon,
.search-results article.blog-list-layout .entry-header .icon {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(36, 36, 43, 0.2);
          box-shadow: 0px 9px 29px -9px rgba(36, 36, 43, 0.2);
  font-size: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  line-height: 56px;
  text-align: center;
}
.blog article.blog-list-layout .entry-content,
.archive article.blog-list-layout .entry-content,
.search-results article.blog-list-layout .entry-content {
  padding: 39px 18px 43px 29px;
}
.blog article.blog-list-layout .entry-content .time-post,
.archive article.blog-list-layout .entry-content .time-post,
.search-results article.blog-list-layout .entry-content .time-post {
  color: #52525b;
  font-size: 12px;
  font-style: italic;
}
.blog article.blog-list-layout .entry-content .time-post .sticky-article,
.archive article.blog-list-layout .entry-content .time-post .sticky-article,
.search-results article.blog-list-layout .entry-content .time-post .sticky-article {
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.blog article.blog-list-layout .entry-content .entry-title,
.archive article.blog-list-layout .entry-content .entry-title,
.search-results article.blog-list-layout .entry-content .entry-title {
  font-size: 20px;
  font-weight: 700;
  margin: 14px 0 23px;
  line-height: 24px;
  text-transform: uppercase;
}
.blog article.blog-list-layout .entry-content .entry-title a,
.archive article.blog-list-layout .entry-content .entry-title a,
.search-results article.blog-list-layout .entry-content .entry-title a {
  color: #24242b;
}
.blog article.blog-list-layout .entry-content .entry-title a:hover,
.archive article.blog-list-layout .entry-content .entry-title a:hover,
.search-results article.blog-list-layout .entry-content .entry-title a:hover {
  color: #123e7a;
}
.blog article.blog-list-layout .entry-content .post-overview,
.archive article.blog-list-layout .entry-content .post-overview,
.search-results article.blog-list-layout .entry-content .post-overview {
  color: #24242b;
  margin-bottom: 31px;
}
.blog article.blog-list-layout .entry-content .read-more,
.archive article.blog-list-layout .entry-content .read-more,
.search-results article.blog-list-layout .entry-content .read-more {
  color: #123e7a;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog article.blog-list-layout.has-post-thumbnail .entry-content .post-overview,
.archive article.blog-list-layout.has-post-thumbnail .entry-content .post-overview,
.search-results article.blog-list-layout.has-post-thumbnail .entry-content .post-overview {
  max-height: 245px;
  overflow: hidden;
}
.blog.blog-grid-layout .blog-grid-layout {
  margin-bottom: 30px;
}
.blog.blog-grid-layout .blog-grid-layout .wrapper {
  -webkit-box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
          box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
}
.blog.blog-grid-layout .blog-grid-layout .wrapper:hover .entry-header .icon {
  color: #123e7a;
}
.blog.blog-grid-layout .blog-grid-layout .entry-header {
  position: relative;
}
.blog.blog-grid-layout .blog-grid-layout .entry-header .icon {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0px 0px 22px -1px rgba(36, 36, 43, 0.2);
          box-shadow: 0px 0px 22px -1px rgba(36, 36, 43, 0.2);
  color: #24242b;
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 26px;
  font-size: 16px;
  line-height: 45px;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.blog.blog-grid-layout .blog-grid-layout .entry-content {
  padding: 17px 23px 31px 30px;
}
.blog.blog-grid-layout .blog-grid-layout .entry-content .time-post {
  font-size: 12px;
}
.blog.blog-grid-layout .blog-grid-layout .entry-content h2 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 2px;
  line-height: 18px;
  margin-bottom: 23px;
}
.blog.blog-grid-layout .blog-grid-layout .entry-content h2 a {
  color: #24242b;
  font-size: 14px;
  font-weight: 700;
}
.blog.blog-grid-layout .blog-grid-layout .entry-content .read-more {
  color: #123e7a;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.blog.blog-grid-layout.blog-4-col-layout .blog-grid-layout:nth-child( 4n + 1 ) {
  clear: left;
}
.blog.blog-grid-layout.blog-3-col-layout .blog-grid-layout .entry-header img,
.blog.blog-grid-layout.blog-4-col-layout .blog-grid-layout .entry-header img {
  width: 100%;
}
.post .site-content,
.archive .site-content,
.search-results .site-content {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.post .entry-header figure,
.archive .entry-header figure,
.search-results .entry-header figure {
  overflow: hidden;
}
.post .entry-header figure img,
.archive .entry-header figure img,
.search-results .entry-header figure img {
  -webkit-transition: all 1.1s;
          transition: all 1.1s;
}
.post .wrapper:hover .entry-header figure img,
.archive .wrapper:hover .entry-header figure img,
.search-results .wrapper:hover .entry-header figure img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-post .entry-header {
  margin-bottom: 59px;
}
.single-post .entry-header .left-info {
  float: left;
  width: 20%;
}
.single-post .entry-header .right-info {
  float: right;
  text-align: right;
  width: 80%;
}
.single-post .entry-header .right-info ul {
  list-style: none;
  padding: 0;
}
.single-post .entry-header .right-info ul li {
  display: inline-block;
}
.single-post .entry-header .post-info-meta .category {
  background-color: #123e7a;
  color: #24242b;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 13px;
  margin-bottom: 4px;
}
.single-post .entry-header .post-info-meta .post-time {
  font-size: 16px;
  margin-left: 10px;
}
.single-post .entry-header h1 {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-post .entry-header .author {
  margin-bottom: 41px;
}
.single-post .entry-header .author img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.single-post .entry-header .author .author-name {
  font-size: 15px;
  margin-left: 11px;
}
.single-post .entry-header .entry-format {
  text-align: center;
}
.single-post .entry-header .entry-format iframe {
  width: 100%;
}
.single-post .entry-header .caption {
  color: #767680;
  font-size: 13px;
  text-align: center;
  font-style: italic;
  margin-top: 13px;
}
.single-post .entry-header .entry-gallery ul {
  padding: 0;
}
.single-post .entry-content {
  text-align: justify;
}
.single-post .entry-content label {
  color: #24242b;
}
.single-post .entry-content a {
  color: #123e7a;
}
.single-post .entry-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .entry-footer ul li {
  display: inline-block;
}
.single-post .entry-footer ul.tags {
  margin-bottom: 52px;
}
.single-post .entry-footer .toolbar .prev-post a,
.single-post .entry-footer .toolbar .next-post a {
  border: 1px solid #123e7a;
  color: #24242b;
  display: inline-block;
  font-weight: 600;
  padding: 7px 12px 8px 9px;
  text-transform: uppercase;
}
.single-post .entry-footer .toolbar .prev-post a i,
.single-post .entry-footer .toolbar .next-post a i {
  position: relative;
  top: 1px;
}
.single-post .entry-footer .toolbar .prev-post a:hover,
.single-post .entry-footer .toolbar .next-post a:hover {
  background-color: #123e7a;
}
.single-post .entry-footer .toolbar .prev-post h4,
.single-post .entry-footer .toolbar .next-post h4 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 12px;
}
.single-post .entry-footer .toolbar .prev-post i {
  margin-right: 6px;
}
.single-post .entry-footer .toolbar .next-post a {
  padding-left: 10px;
  padding-right: 9px;
}
.single-post .entry-footer .toolbar .next-post i {
  margin-left: 6px;
}
.single-post .entry-footer .related-post .title-wrap {
  margin-bottom: 30px;
}
.single-post .entry-footer .related-post .title-wrap h2 {
  border-bottom: 1px solid #ecede7;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  padding-bottom: 15px;
}
.single-post .entry-footer .related-post .entry-header img {
  width: 100%;
}
.single-post .entry-footer .related-post .entry-content {
  text-align: left;
}
.member-info {
  text-align: center;
}
.member-info .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 33px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.member-info .position {
  color: #123e7a;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 9px;
  position: relative;
}
.member-info .socials {
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.member-info .socials li {
  display: inline-block;
}
.member-info .socials li a {
  background-color: #e5e6ec;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.member-info .socials li a i {
  color: #84848f;
  font-size: 12px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.member-info .socials li a:hover {
  background-color: #123e7a;
}
.member-info .socials li a:hover i {
  color: #fff;
}
.member-info .socials li:last-child a {
  margin-right: 0;
}
.member-info .line-separator .separator:before {
  left: 25px;
}
.single-enel_member .entry-content .right-information .about {
  font-weight: 500;
}
.single-enel_member .entry-content .right-information .contact {
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.single-enel_member .entry-content .right-information .contact li {
  margin-bottom: 30px;
}
.single-enel_member .entry-content .right-information .contact .method {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.single-enel_member .entry-content .right-information .contact .value {
  font-weight: 500;
}
.single-enel_member .entry-content .skills {
  margin-top: 60px;
}
.member-content-box .wrapper {
  -webkit-box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
          box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
  padding-bottom: 7px;
}
.member-content-box .wrapper .avatar {
  position: relative;
}
.member-content-box .wrapper .avatar .overlay {
  background-color: rgba(255, 171, 3, 0.8);
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .35s;
          transition: all .35s;
}
.post.box-content .wrapper {
  -webkit-box-shadow: 0px 9px 21px -6px rgba(36, 36, 43, 0.2);
          box-shadow: 0px 9px 21px -6px rgba(36, 36, 43, 0.2);
  padding-bottom: 32px;
}
.post.box-content .entry-header {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.post.box-content .entry-header .icon {
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post.box-content .entry-content,
.post.box-content .entry-footer {
  padding-left: 31px;
  padding-right: 31px;
}
.post.box-content .entry-content .post-time {
  font-size: 12px;
  font-weight: 500;
}
.post.box-content .entry-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 20px;
}
.post.box-content .entry-content h3 a {
  color: #24242b;
}
.post.box-content .entry-content h3 a:hover {
  color: #123e7a;
}
.post.box-content .entry-footer a {
  color: #123e7a;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.container-fluid .vc_row.vc_row-fluid {
  margin-left: 0;
  margin-right: 0;
}
.single-enel_portfolio .site-content {
  margin-top: 0;
  margin-bottom: 158px;
}
.single-enel_portfolio .enel_portfolio .nav i {
  display: none;
}
.single-enel_portfolio .enel_portfolio .nav a {
  background-color: #24242b;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 210px;
  -webkit-transition: background-color 0.3s, color 0.4s;
          transition: background-color 0.3s, color 0.4s;
}
.single-enel_portfolio .enel_portfolio .nav a:hover {
  background-color: #123e7a;
  color: #24242b;
}
.single-enel_portfolio .wpb_gallery_slides.wpb_image_grid ul.wpb_image_grid_ul li {
  margin-bottom: 30px;
}
.search-no-results .page-header {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.search-no-results .page-header .page-title {
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.search-no-results .search-form {
  margin-bottom: 100px;
  margin-top: 200px;
}
.search-no-results .search-form i {
  display: none;
}
.search-no-results .search-form input[type=text] {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #24242b;
  width: 100%;
}
.search-no-results .back-homepage {
  color: #123e7a;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 97px;
  width: 100%;
  text-align: center;
}
.error404 {
  font-family: 'Montserrat', sans-serif;
}
.error404 .error-404 header {
  margin-top: 218px;
}
.error404 .error-404 header .page-sub-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.error404 .error-404 header .title {
  font-size: 240px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.error404 .error-404 .page-content {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 63px;
}
.error404 .error-404 .back-homepage {
  color: #fff;
  display: inline-block;
  background-color: #123e7a;
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.error404 .site-content {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .blog article.blog-list-layout .wrapper,
  .archive article.blog-list-layout .wrapper,
  .search-results article.blog-list-layout .wrapper {
    display: block;
  }
  .blog article.blog-list-layout .wrapper .entry-header img,
  .archive article.blog-list-layout .wrapper .entry-header img,
  .search-results article.blog-list-layout .wrapper .entry-header img {
    width: 100%;
  }
  .single-post .entry-footer ul.social-share li {
    display: block;
    float: left;
    margin-right: 0;
  }
  .single-post .entry-footer ul.social-share:after {
    content: '';
    clear: both;
    display: table;
  }
}
@media (max-width: 991px) {
  .post.box-content .entry-content,
  .post.box-content .entry-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-share li a {
    font-size: 0;
    line-height: 55px;
    width: 65px;
  }
  .social-share li a i {
    font-size: 14px;
  }
  .error404 .error-404 header .page-sub-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .error404 .error-404 header .title {
    font-size: 200px;
  }
  .error404 .error-404 .page-content {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .blog.blog-grid-layout.blog-3-col-layout .blog-grid-layout:nth-child( 2n + 1 ) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .single-post .entry-header h1 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 14px;
  }
  .single-post .entry-header .post-info-meta .category {
    font-size: 14px;
  }
  .single-post .entry-header .post-info-meta .post-time {
    display: block;
    font-size: 13px;
    margin-left: 0;
    margin-top: 12px;
  }
  .single-post .entry-header .left-info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-post .entry-header .right-info {
    float: none;
    width: 100%;
    text-align: left;
  }
  .error404 {
    font-family: 'Montserrat', sans-serif;
  }
  .error404 .error-404 header {
    margin-top: 30px;
  }
}
@media (max-width: 579px) {
  .enel-breadcrumb .breadcrumb-info h1 {
    font-size: 34px;
  }
  .enel-breadcrumb .breadcrumb-info ul li {
    font-size: 16px;
  }
  .related-post article {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .related-post article .wrapper {
    -webkit-box-shadow: 0px 9px 21px 3px rgba(36, 36, 43, 0.2) !important;
            box-shadow: 0px 9px 21px 3px rgba(36, 36, 43, 0.2) !important;
  }
  .related-post article .wrapper .entry-header figure img {
    width: 100%;
  }
  .related-post article:not( .has-post-thumbnail ) .entry-content {
    padding-top: 20px;
  }
  .comments-area .comment-list .comment ul {
    padding-left: 13px;
  }
  .comments-area .comment-list .comment-item .comment-author {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  .error404 .error-404 header .page-sub-title {
    font-size: 22px;
  }
  .error404 .error-404 header .title {
    font-size: 90px;
  }
}
@media (max-width: 479px) {
  .blog.blog-grid-layout.blog-4-col-layout .blog-grid-layout,
  .blog.blog-grid-layout.blog-3-col-layout .blog-grid-layout {
    width: 100%;
  }
  .single-post .entry-footer .toolbar .prev-post h4,
  .single-post .entry-footer .toolbar .next-post h4 {
    display: none;
  }
  .single-enel_portfolio .enel_portfolio .nav a {
    width: 100%;
  }
  .single-enel_portfolio .enel_portfolio .nav i {
    display: inline-block;
  }
  .single-enel_portfolio .enel_portfolio .nav .project-name {
    display: none;
  }
}
@media (max-width: 379px) {
  .blog article.blog-list-layout .wrapper .entry-header .icon,
  .archive article.blog-list-layout .wrapper .entry-header .icon,
  .search-results article.blog-list-layout .wrapper .entry-header .icon {
    font-size: 20px;
    top: auto;
    right: 19px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    bottom: -27px;
  }
  .single-post .entry-footer .social-share li {
    float: none !important;
  }
  .single-post .entry-footer .social-share li a {
    font-size: 14px;
    line-height: 45px;
    width: 100%;
  }
  .single-post .entry-footer .toolbar .prev-post span,
  .single-post .entry-footer .toolbar .next-post span {
    display: none;
  }
  .single-post .entry-footer .toolbar .prev-post i,
  .single-post .entry-footer .toolbar .next-post i {
    margin: 0;
  }
  .error404 .error-404 .back-homepage {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog.blog-grid-layout.blog-3-col-layout .blog-grid-layout:nth-child( 3n + 1 ) {
    clear: left;
  }
}
.wpcf7 .footer-subscribe {
  margin-top: 23px;
}
.wpcf7 .footer-subscribe input[type='text'],
.wpcf7 .footer-subscribe input[type='email'] {
  background-color: transparent;
  border: 1px solid #84848f;
  height: 40px;
  padding-left: 15px;
  -webkit-transition: all .4s;
          transition: all .4s;
  width: 100%;
}
.wpcf7 .footer-subscribe input[type='text']:focus,
.wpcf7 .footer-subscribe input[type='email']:focus {
  border-color: #123e7a;
  color: #fff;
}
.wpcf7 .footer-subscribe input[type='text']:focus::-webkit-input-placeholder,
.wpcf7 .footer-subscribe input[type='email']:focus::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7 .footer-subscribe input[type='text']:focus::-moz-placeholder,
.wpcf7 .footer-subscribe input[type='email']:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.wpcf7 .footer-subscribe input[type='text']:focus:-ms-input-placeholder,
.wpcf7 .footer-subscribe input[type='email']:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.wpcf7 .footer-subscribe input[type='text']:focus:-moz-placeholder,
.wpcf7 .footer-subscribe input[type='email']:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.wpcf7 .footer-subscribe .wpcf7-submit {
  font-family: 'Montserrat', sans-serif;
  background-color: #123e7a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 120px;
  height: 40px;
  margin-top: 10px;
}
.wpcf7 .row-input {
  margin-bottom: 10px;
}
.wpcf7 .row-input input[type=text],
.wpcf7 .row-input input[type=email],
.wpcf7 .row-input select,
.wpcf7 .row-input option,
.wpcf7 .row-input textarea {
  color: #52525b;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  padding: 12px 10px 12px 14px;
  -webkit-transition: all .4s !important;
          transition: all .4s !important;
  width: 100%;
}
.wpcf7 .row-input input[type=text]:focus,
.wpcf7 .row-input input[type=email]:focus,
.wpcf7 .row-input select:focus,
.wpcf7 .row-input option:focus,
.wpcf7 .row-input textarea:focus {
  border-color: #123e7a;
}
.wpcf7 .row-input input[type=submit] {
  -webkit-transition: all .4s !important;
          transition: all .4s !important;
}
.wpcf7 .row-input select {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
  position: relative;
}
.wpcf7 .get-in-touch {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.wpcf7 .get-in-touch ::-webkit-input-placeholder {
  color: #52525b;
  font-size: 14px;
}
.wpcf7 .get-in-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #52525b;
  font-size: 14px;
}
.wpcf7 .get-in-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #52525b;
  font-size: 14px;
}
.wpcf7 .get-in-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #52525b;
  font-size: 14px;
}
.wpcf7 .get-in-touch ::-webkit-file-upload-button {
  color: #52525b;
  font-size: 14px;
}
.wpcf7 .get-in-touch .row-submit {
  margin-top: 33px;
  text-align: center;
}
.wpcf7 .get-in-touch .row-submit .wpcf7-submit {
  background-color: #123e7a;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  width: 370px;
}
.wpcf7 .free-quote-container {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.wpcf7 .free-quote-container ::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7 .free-quote-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.wpcf7 .free-quote-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.wpcf7 .free-quote-container :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.wpcf7 .free-quote-container ::-webkit-file-upload-button {
  color: #fff;
}
.wpcf7 .free-quote-container .row-input input[type=text],
.wpcf7 .free-quote-container .row-input input[type=email],
.wpcf7 .free-quote-container .row-input select,
.wpcf7 .free-quote-container .row-input option,
.wpcf7 .free-quote-container .row-input textarea {
  color: #fff;
  font-weight: 500;
  padding-left: 13px;
  outline: none;
}
.wpcf7 .free-quote-container .row-input input[type=submit] {
  background-color: #123e7a;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 210px;
  height: 40px;
  margin-top: 13px;
}
.wpcf7 .free-quote-container .row-input select {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wpcf7 .free-quote-container .row-input select option {
  color: #52525b;
}
.wpcf7 .free-quote-container .row-input textarea {
  height: 130px;
}
.wpcf7 .free-quote-container.gray-style {
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style ::-webkit-input-placeholder {
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style :-moz-placeholder {
  /* Firefox 18- */
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style ::-webkit-file-upload-button {
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style .row-input input[type=text],
.wpcf7 .free-quote-container.gray-style .row-input input[type=email],
.wpcf7 .free-quote-container.gray-style .row-input select,
.wpcf7 .free-quote-container.gray-style .row-input option,
.wpcf7 .free-quote-container.gray-style .row-input textarea {
  color: #52525b;
  font-weight: 600;
}
.wpcf7 .free-quote-container.gray-style .row-input select option {
  color: #52525b;
}
.wpcf7 .free-quote-container.gray-style .select-element:after {
  color: #52525b;
}
.wpcf7 .select-element {
  position: relative;
}
.wpcf7 .select-element:after {
  color: #fff;
  font-family: 'themify';
  content: '\e64b';
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.enel-process-step {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.enel-process-step .process-icon {
  position: relative;
}
.enel-process-step .process-icon .icon {
  background-color: #e9e9e9;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 0 0 115px #123e7a inset, 0 0 0 5px rgba(233, 233, 233, 0.8);
          box-shadow: 0 0 0 115px #123e7a inset, 0 0 0 5px rgba(233, 233, 233, 0.8);
  color: #fff;
  display: inline-block;
  width: 108px;
  height: 108px;
  font-size: 32px;
  line-height: 108px;
  position: relative;
  -webkit-transition: font-size 0.6s;
          transition: font-size 0.6s;
  z-index: 10;
}
.enel-process-step .process-icon:after {
  content: '';
  background: #123e7a;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 50%;
}
.enel-process-step .process-icon.first-step:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 17px;
  height: 17px;
  background: #123e7a;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 0 4px #fff inset, 0 0 0 1px #123e7a;
          box-shadow: 0 0 0 4px #fff inset, 0 0 0 1px #123e7a;
}
.enel-process-step .process-icon.last-step:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #123e7a;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.enel-process-step h3 {
  font-size: 18px;
  margin-top: 19px;
  margin-bottom: 18px;
}
.enel-process-step h3 span {
  font-size: 32px;
  margin-right: 9px;
}
.enel-process-step .process-info {
  font-weight: 600;
  line-height: 24px;
  padding: 0 10px;
}
.enel-process-step:hover .process-icon .icon {
  font-size: 45px;
}
.enel-images-gallery .gallery-container {
  float: left;
  width: 80%;
}
.enel-images-gallery .thumbnails {
  float: right;
  width: 19%;
}
.enel-images-gallery .thumbnails .slick-slide {
  margin-bottom: 8px;
  outline: none;
  text-align: center;
}
.enel-images-gallery .thumbnails .slick-slide span {
  display: inline-block;
  position: relative;
}
.enel-images-gallery .thumbnails .slick-slide img {
  margin: 0 auto;
}
.enel-images-gallery .thumbnails .slick-slide.slick-current span:before {
  content: '';
  background-color: rgba(255, 171, 3, 0.7);
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
}
.enel-images-gallery .thumbnails .slick-arrow {
  cursor: pointer;
  display: block;
  text-align: center;
}
.enel-images-gallery .thumbnails .slick-arrow.slick-prev {
  display: none !important;
}
.enel-portfolios {
  font-family: 'Montserrat', sans-serif;
}
.enel-portfolios .slick-slider {
  position: relative;
}
.enel-portfolios .slick-slider .slick-arrow {
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all .4s;
          transition: all .4s;
  text-align: center;
  z-index: 10;
}
.enel-portfolios .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.enel-portfolios .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.enel-portfolios .slick-slider .slick-arrow:hover {
  background-color: #123e7a;
  color: #fff;
}
.enel-portfolios.grid_gutter .portfolio-item,
.enel-portfolios.carousel .portfolio-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 25%;
}
.enel-portfolios.grid_gutter .portfolio-filter,
.enel-portfolios.carousel .portfolio-filter,
.enel-portfolios.mansory .portfolio-filter {
  margin-bottom: 58px;
  text-align: center;
}
.enel-portfolios.grid_gutter .portfolio-filter a,
.enel-portfolios.carousel .portfolio-filter a,
.enel-portfolios.mansory .portfolio-filter a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
}
.enel-portfolios.grid_gutter .portfolio-filter a:last-child,
.enel-portfolios.carousel .portfolio-filter a:last-child,
.enel-portfolios.mansory .portfolio-filter a:last-child {
  margin-right: 0;
}
.enel-portfolios.grid_gutter .portfolio-filter a:hover,
.enel-portfolios.carousel .portfolio-filter a:hover,
.enel-portfolios.mansory .portfolio-filter a:hover,
.enel-portfolios.grid_gutter .portfolio-filter a.filter-active,
.enel-portfolios.carousel .portfolio-filter a.filter-active,
.enel-portfolios.mansory .portfolio-filter a.filter-active {
  color: #123e7a !important;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper,
.enel-portfolios.carousel .portfolio-item .wrapper,
.enel-portfolios.mansory .portfolio-item .wrapper {
  position: relative;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container {
  position: absolute;
  left: 50px;
  bottom: 48px;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-title,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-title,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title {
  -webkit-transform: translateY(43px);
      -ms-transform: translateY(43px);
          transform: translateY(43px);
  -webkit-transition: .3s .1s;
          transition: .3s .1s;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-cat {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-title,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-title,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-title a,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-title a,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title a {
  color: #fff;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .project-title a:hover,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .project-title a:hover,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title a:hover {
  color: #123e7a;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .view-more,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .view-more,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .view-more {
  color: #123e7a;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s .15s;
          transition: .3s .15s;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container .project-information .view-more i,
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container .project-information .view-more i,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .view-more i {
  display: inline-block;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper:before,
.enel-portfolios.carousel .portfolio-item .wrapper:before,
.enel-portfolios.mansory .portfolio-item .wrapper:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper:hover:before,
.enel-portfolios.carousel .portfolio-item .wrapper:hover:before,
.enel-portfolios.mansory .portfolio-item .wrapper:hover:before {
  opacity: 1;
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper:hover .project-information-container .project-information .project-cat,
.enel-portfolios.carousel .portfolio-item .wrapper:hover .project-information-container .project-information .project-cat,
.enel-portfolios.mansory .portfolio-item .wrapper:hover .project-information-container .project-information .project-cat,
.enel-portfolios.grid_gutter .portfolio-item .wrapper:hover .project-information-container .project-information .project-title,
.enel-portfolios.carousel .portfolio-item .wrapper:hover .project-information-container .project-information .project-title,
.enel-portfolios.mansory .portfolio-item .wrapper:hover .project-information-container .project-information .project-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.enel-portfolios.grid_gutter .portfolio-item .wrapper:hover .project-information-container .project-information .view-more,
.enel-portfolios.carousel .portfolio-item .wrapper:hover .project-information-container .project-information .view-more,
.enel-portfolios.mansory .portfolio-item .wrapper:hover .project-information-container .project-information .view-more {
  opacity: 1;
  visibility: visible;
}
.enel-portfolios.carousel .portfolio-filter {
  text-align: right;
}
.enel-portfolios.carousel .portfolio-filter a {
  font-weight: 600;
}
.enel-portfolios.carousel .portfolio-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.enel-portfolios.carousel .portfolio-item .wrapper .project-information-container {
  left: 40px;
  bottom: 38px;
}
.enel-portfolios.mansory .portfolio-filter {
  padding-bottom: 58px;
  margin-bottom: 0;
  text-align: right;
}
.enel-portfolios.mansory .portfolio-filter a {
  font-weight: 600;
}
.enel-portfolios.mansory .portfolio-item .wrapper {
  position: relative;
}
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information {
  -webkit-transition: opacity .65s, -webkit-transform .5s;
          transition: opacity .65s, transform .5s;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
}
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-cat,
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .view-more {
  opacity: 1;
  visibility: visible;
}
.enel-portfolios.mansory .portfolio-item .wrapper:hover .project-information-container .project-information {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.enel-sharing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.enel-sharing li {
  display: inline-block;
  margin-right: 33px;
}
.enel-sharing li span {
  color: #24242b;
  font-size: 16px;
  font-weight: 600;
}
.enel-sharing li a:hover {
  color: #24242b;
}
.enel-sharing li:first-child {
  margin-right: 7px;
}
.enel-sharing li:last-child {
  margin-right: 0;
}
.enel-service-breadcrumb {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
}
.enel-service-breadcrumb span {
  color: #84848f;
  margin: 0 5px;
}
.enel-service-breadcrumb a span {
  color: #24242b;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.enel-service-breadcrumb a:hover span {
  color: #123e7a;
}
.enel-latest-news {
  position: relative;
}
.enel-latest-news .list-posts .blog-grid-layout .wrapper {
  -webkit-box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
          box-shadow: 0px 5px 21px -5px rgba(36, 36, 43, 0.3);
}
.enel-latest-news .list-posts .blog-grid-layout .wrapper:hover .entry-header .icon {
  color: #123e7a;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-header {
  position: relative;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-header .icon {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0px 0px 22px -1px rgba(36, 36, 43, 0.2);
          box-shadow: 0px 0px 22px -1px rgba(36, 36, 43, 0.2);
  color: #24242b;
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 26px;
  font-size: 16px;
  line-height: 45px;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-content {
  padding: 17px 23px 31px 30px;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-content .time-post {
  font-size: 12px;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-content h2 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 2px;
  line-height: 18px;
  margin-bottom: 23px;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-content h2 a {
  color: #24242b;
  font-size: 14px;
  font-weight: 700;
}
.enel-latest-news .list-posts .blog-grid-layout .entry-content .read-more {
  color: #123e7a;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.enel-members.carousel .member .avatar,
.enel-members.all .member .avatar {
  display: inline-block;
  position: relative;
}
.enel-members.carousel .member .avatar img,
.enel-members.all .member .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: auto;
}
.enel-members.carousel .member .avatar a,
.enel-members.all .member .avatar a {
  color: #24242b;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
          transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.enel-members.carousel .member .avatar:after,
.enel-members.all .member .avatar:after {
  content: '';
  position: absolute;
  background: #123e7a;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 1;
  -webkit-transition: all .35s;
          transition: all .35s;
  opacity: 0;
}
.enel-members.carousel .member .name a,
.enel-members.all .member .name a {
  color: #24242b;
}
.enel-members.carousel .member .name a:hover,
.enel-members.all .member .name a:hover {
  color: #123e7a;
}
.enel-members.carousel .member:hover .avatar a,
.enel-members.all .member:hover .avatar a {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.enel-members.carousel .member:hover .avatar:after,
.enel-members.all .member:hover .avatar:after {
  opacity: .75;
}
.enel-members.carousel .carousel-box .member-info,
.enel-members.all .carousel-box .member-info {
  -webkit-box-shadow: 0px 3px 12px 1px rgba(47, 47, 51, 0.1);
          box-shadow: 0px 3px 12px 1px rgba(47, 47, 51, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.enel-members.carousel .carousel-box .member-info .avatar .overlay a,
.enel-members.all .carousel-box .member-info .avatar .overlay a {
  color: #24242b;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
          transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.enel-members.carousel .carousel-box .member-info:hover .avatar a,
.enel-members.all .carousel-box .member-info:hover .avatar a {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.enel-members.carousel .carousel-box .member-info:hover .avatar .overlay,
.enel-members.all .carousel-box .member-info:hover .avatar .overlay {
  opacity: 1;
}
.enel-members.list .member {
  margin-bottom: 35px;
  padding-top: 10px;
}
.enel-members.list .member .member-info {
  text-align: left;
}
.enel-members.list .member .member-info .avatar {
  float: left;
  position: relative;
  top: -24px;
}
.enel-members.list .member .member-info .avatar .overlay {
  display: none;
}
.enel-members.list .member .member-info .line-separator {
  display: none;
}
.enel-members.list .member .member-info .name {
  padding-top: 18px;
  margin-top: 0;
}
.enel-members.list .member .member-info .name a {
  color: #24242b;
}
.enel-members.list .member .member-info .name a:hover {
  color: #123e7a;
}
.enel-members.list .member .member-info .name,
.enel-members.list .member .member-info .position,
.enel-members.list .member .member-info .socials {
  margin-left: 129px;
}
.enel-members.list .member .member-info .socials {
  margin-top: 22px;
  margin-bottom: 24px;
}
.enel-members.list .member .member-info .socials li {
  text-align: center;
}
.enel-members.all article {
  margin-bottom: 10px;
}
.enel-images-carousel.list .item {
  -webkit-filter: grayscale(100%) contrast(0%);
          filter: grayscale(100%) contrast(0%);
  -webkit-transition: all .4s;
          transition: all .4s;
}
.enel-images-carousel.list .item:hover {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}
.enel-progress .progress-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enel-progress .progress-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #24242b;
  margin: 0;
}
.enel-progress .progress-title span {
  font-size: 24px;
  position: relative;
  top: -6px;
}
.enel-progress .enel-progress-bar {
  height: 10px;
  /* Can be anything */
  position: relative;
  margin-bottom: 30px;
  /* Just for demo spacing */
  background: #f9f9f9;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.enel-progress .enel-progress-bar > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background-color: #123e7a;
  position: relative;
  overflow: hidden;
  width: 0;
}
.enel-progress .enel-progress-bar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  overflow: hidden;
}
.enel-testimonial .testimonials {
  padding-left: 15px;
  padding-right: 15px;
}
.enel-testimonial .testimonials img {
  float: left;
  width: auto;
}
.enel-testimonial .testimonials .content {
  background-color: #fff;
  -webkit-border-radius: 55px 0;
          border-radius: 55px 0;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-style: italic;
  padding: 37px 28px 31px 50px;
  margin-bottom: 30px;
  position: relative;
}
.enel-testimonial .testimonials .content p:before {
  font-family: 'FontAwesome';
  position: relative;
  font-size: 7px;
  content: "\f10d";
  top: -9px;
  left: 0;
  margin-right: 3px;
}
.enel-testimonial .testimonials .content::after {
  left: 0;
  top: 100%;
  border-left: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #e5e6ec;
  border-top: 6px solid #e5e6ec;
  content: " ";
  position: absolute;
  pointer-events: none;
}
.enel-testimonial .testimonials .author-info {
  display: block;
  margin-left: 99px;
  padding-top: 14px;
}
.enel-testimonial .testimonials .author-info .name {
  color: #123e7a;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.enel-testimonial .testimonials .author-info .job {
  color: #84848f;
  font-family: 'Noto Serif', serif;
  font-style: italic;
}
.enel-testimonial.with_thumbnail {
  font-family: 'Montserrat', sans-serif;
}
.enel-testimonial.with_thumbnail .title {
  color: #123e7a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.enel-testimonial.with_thumbnail .description {
  color: #24242b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 55px;
}
.enel-testimonial.with_thumbnail .icon {
  border: 1px solid #123e7a;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #123e7a;
  display: block;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 24px;
}
.enel-testimonial.with_thumbnail .right-side {
  position: static;
}
.enel-testimonial.with_thumbnail .right-side .thumbnail {
  position: absolute;
  top: 0;
  right: -130px;
}
.enel-testimonial.with_thumbnail .testimonials {
  padding-left: 0;
  padding-right: 0;
}
.enel-testimonial.with_thumbnail .testimonials .content {
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 18px;
  margin-bottom: 33px;
  padding: 0;
}
.enel-testimonial.with_thumbnail .testimonials .content p {
  line-height: 27px;
}
.enel-testimonial.with_thumbnail .testimonials .content p:before {
  display: none;
}
.enel-testimonial.with_thumbnail .testimonials .content:after {
  display: none;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div {
  bottom: 0;
  border: 1px solid #e6e6ee;
  opacity: 1;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  visibility: visible;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div i {
  font-size: 13px;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div.owl-prev {
  right: 37px;
  left: auto;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div.owl-next {
  right: 0;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div:hover {
  background-color: #fff;
  border-color: #123e7a;
}
.enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div:hover i {
  color: #123e7a;
}
.enel-testimonial.three_testimonials .testimonials .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.enel-testimonial.three_testimonials .testimonials .author .author-info {
  margin-left: 0;
  margin-right: 27px;
  text-align: right;
}
.enel-testimonial.three_testimonials .testimonials .author .author-info .name,
.enel-testimonial.three_testimonials .testimonials .author .author-info .job {
  font-family: 'Poppins', sans-serif;
}
.enel-testimonial.three_testimonials .testimonials .author .author-info .name {
  color: #24242b;
  font-size: 16px;
  margin-bottom: 8px;
}
.enel-testimonial.three_testimonials .testimonials .author .author-info .job {
  color: #123e7a;
  font-size: 13px;
  font-weight: 200;
}
.enel-testimonial.three_testimonials .testimonials .content {
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: right;
}
.enel-testimonial.three_testimonials .testimonials .content p:before {
  top: -20px;
  left: 5px;
  margin-right: 0;
}
.enel-testimonial.three_testimonials .testimonials .content:after {
  border-left: 15px solid #e5e6ec;
  border-bottom: 7px solid #e5e6ec;
  border-right: 15px solid transparent;
  border-top: 7px solid transparent;
  right: 0;
  left: auto;
  top: auto;
  bottom: 100%;
}
.image-carousels.list img {
  width: auto;
}
.display-separator {
  position: relative;
}
.display-separator:before,
.display-separator:after {
  content: '';
  position: absolute;
}
.display-separator:before {
  background-color: #fff;
  width: 2px;
  height: 1px;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
.display-separator:after {
  background-color: #123e7a;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  z-index: 9;
}
.enel-text-block .text {
  line-height: 24px;
}
.enel-service-category {
  font-family: 'Montserrat', sans-serif;
}
.enel-service-category .entry-header .thumbnail {
  display: inline-block;
  position: relative;
}
.enel-service-category .entry-header .thumbnail:before,
.enel-service-category .entry-header .thumbnail:after {
  content: '';
  position: absolute;
  z-index: 10;
}
.enel-service-category .entry-header .thumbnail:before {
  border-right: 40px solid transparent;
  border-top: 150px solid #fff;
  left: 0;
}
.enel-service-category .entry-header .thumbnail:after {
  border-left: 40px solid transparent;
  border-bottom: 150px solid #fff;
  right: 0;
  top: 0;
}
.enel-service-category .entry-header .thumbnail .overlay {
  background-color: #123e7a;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.enel-service-category .entry-header .thumbnail .rectangle {
  border: 2px solid #123e7a;
  content: '';
  position: absolute;
  z-index: 11;
  width: 29px;
  height: 43px;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
}
.enel-service-category .entry-header .thumbnail .rectangle.left {
  top: -3px;
  left: 32px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.enel-service-category .entry-header .thumbnail .rectangle.right {
  bottom: -3px;
  right: 32px;
  border-left-color: transparent;
  border-top-color: transparent;
}
.enel-service-category .entry-header .thumbnail:hover .overlay {
  opacity: .6;
}
.enel-service-category .entry-header h3 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: relative;
  padding-bottom: 16px;
  margin-top: 20px;
  margin-bottom: 29px;
}
.enel-service-category .entry-header h3:after,
.enel-service-category .entry-header h3:before {
  content: '';
  position: absolute;
}
.enel-service-category .entry-header h3:before {
  background-color: #fff;
  width: 2px;
  height: 1px;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
.enel-service-category .entry-header h3:after {
  background-color: #123e7a;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  z-index: 9;
}
.enel-service-category .entry-header h3 a {
  color: #24242b;
}
.enel-service-category .entry-content {
  list-style: none;
  margin: 0 0 38px;
  padding: 0;
}
.enel-service-category .entry-content li {
  margin-bottom: 17px;
}
.enel-service-category .entry-content li i {
  color: #123e7a;
  margin-right: 6px;
}
.enel-service-category .entry-content li a {
  font-size: 14px;
  font-weight: 600;
}
.enel-service-category .entry-footer a {
  color: #24242b;
  font-weight: 600;
}
.enel-service-category .entry-footer i {
  color: #24242b;
  font-weight: 600;
  position: relative;
  top: 1px;
  left: 6px;
}
.enel-list-services .service {
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  margin-bottom: 33px;
}
.enel-list-services .service header {
  position: relative;
}
.enel-list-services .service header .cats {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 10;
}
.enel-list-services .service header .cats a {
  background-color: #123e7a;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding: 15px;
}
.enel-list-services .service header .cats a:before,
.enel-list-services .service header .cats a:after {
  content: '';
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all .4s;
          transition: all .4s;
  width: 24px;
  height: 24px;
}
.enel-list-services .service header .cats a:before {
  left: -3px;
  top: -3px;
  border-left-color: #123e7a;
  border-top-color: #123e7a;
}
.enel-list-services .service header .cats a:after {
  right: -3px;
  bottom: -3px;
  border-bottom-color: #123e7a;
  border-right-color: #123e7a;
}
.enel-list-services .service header .cats a:hover:before,
.enel-list-services .service header .cats a:hover:after {
  width: 70px;
  height: 70px;
}
.enel-list-services .service .entry-content {
  margin-bottom: 18px;
}
.enel-list-services .service .entry-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 13px;
  padding-bottom: 9px;
  position: relative;
}
.enel-list-services .service .entry-content h3 a {
  color: #24242b;
}
.enel-list-services .service .entry-content h3 a:hover {
  color: #123e7a;
}
.enel-list-services .service .entry-content h3:before,
.enel-list-services .service .entry-content h3:after {
  content: '';
  position: absolute;
}
.enel-list-services .service .entry-content h3:after {
  background-color: #123e7a;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  z-index: 9;
}
.enel-list-services .service .entry-content h3:before {
  background-color: #fff;
  width: 2px;
  height: 1px;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
.enel-list-services .service .entry-content .excerpt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.enel-list-services .service footer a {
  color: #123e7a;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.enel-list-services .service footer a i {
  -webkit-transition: all .4s;
          transition: all .4s;
}
.enel-list-services .service footer a:hover i {
  margin-left: 5px;
}
.enel-button {
  display: inline-block;
}
.enel-button.square {
  background-color: #e5e6ec;
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.enel-button.square i {
  margin-right: 4px;
}
.enel-faq.layout_1 {
  font-family: 'Montserrat', sans-serif;
}
.enel-faq.layout_1 h4 {
  color: #24242b;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e5e6ec;
  padding-bottom: 8px;
  margin-bottom: 13px;
  line-height: 24px;
}
.enel-faq.layout_1 h4 i {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  -webkit-transition: all .5s;
          transition: all .5s;
  font-size: 14px;
}
.enel-faq.layout_1 h4:hover .ti-angle-right {
  margin-right: 10px;
}
.enel-faq.layout_1 .toogle-content {
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.enel-faq.layout_1.show .ti-angle-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-box.themify .layout-inline i {
  color: #ffb114;
  margin-right: 2px;
}
.icon-box.themify .layout-inline span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.icon-box.themify .layout-left-side {
  font-family: 'Montserrat', sans-serif;
}
.icon-box.themify .layout-left-side .icon {
  float: left;
}
.icon-box.themify .layout-left-side .icon .icon-block {
  background-color: #e6e6ee;
  display: inline-block;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  line-height: 74px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.icon-box.themify .layout-left-side .icon .icon-block i {
  color: #24242b;
  font-size: 24px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.icon-box.themify .layout-left-side .icon .icon-block:before,
.icon-box.themify .layout-left-side .icon .icon-block:after {
  content: '';
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all .4s;
          transition: all .4s;
  width: 20px;
  height: 20px;
}
.icon-box.themify .layout-left-side .icon .icon-block:before {
  left: -3px;
  top: -3px;
  border-left-color: #123e7a;
  border-top-color: #123e7a;
}
.icon-box.themify .layout-left-side .icon .icon-block:after {
  right: -3px;
  bottom: -3px;
  border-bottom-color: #123e7a;
  border-right-color: #123e7a;
}
.icon-box.themify .layout-left-side .content .title {
  color: #24242b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}
.icon-box.themify .layout-left-side .content .box-content {
  font-weight: 600;
  line-height: 24px;
}
.icon-box.themify .layout-left-side .content.has-icon {
  margin-left: 98px;
}
.icon-box.themify .layout-left-side:hover .icon .icon-block {
  background-color: #123e7a;
}
.icon-box.themify .layout-left-side:hover .icon .icon-block i {
  color: #fff;
}
.icon-box.themify .layout-left-side:hover .icon .icon-block:before,
.icon-box.themify .layout-left-side:hover .icon .icon-block:after {
  width: 70px;
  height: 70px;
}
.icon-box.themify.animated {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
.icon-box.image .icon {
  float: left;
}
.icon-box.image .info {
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  margin-left: 83px;
}
.icon-box.image .info h3 {
  color: #24242b;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.icon-box.image .info .separator {
  margin-top: -1px;
  margin-bottom: 16px;
}
.icon-box.image .info .separator span {
  background-color: #123e7a;
  display: inline-block;
  height: 1px;
  width: 30px;
  position: relative;
  z-index: 9;
}
.icon-box.image .info .separator span:before {
  background-color: #fff;
  content: '';
  width: 2px;
  height: 1px;
  left: 25px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.icon-box.image .info .content {
  font-weight: 600;
  margin-bottom: 40px;
}
.icon-box.image .info .footer a {
  color: #24242b;
  font-weight: 700;
}
.icon-box.image .info .footer a i {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: all .4s;
          transition: all .4s;
}
.icon-box.image .info .footer a:hover i {
  -webkit-animation-name: movingRight;
          animation-name: movingRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.icon-box.image .image_center {
  text-align: center;
}
.icon-box.image .image_center .box-image {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  padding-bottom: 29px;
  position: relative;
}
.icon-box.image .image_center .box-image .base-image {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden !important;
}
.icon-box.image .image_center .box-image .base-image img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: -webkit-transform .8s;
          transition: transform .8s;
}
.icon-box.image .image_center .box-image .front-image img {
  position: absolute;
  bottom: 5px;
  left: 37px;
}
.icon-box.image .image_center .info {
  margin-left: 0;
  text-align: center;
}
.icon-box.image .image_center .info h3 {
  font-size: 20px;
  margin-bottom: 1px;
}
.icon-box.image .image_center .info .content {
  margin-bottom: 19px;
}
.icon-box.image .image_top {
  text-align: center;
}
.icon-box.image .image_top .image {
  margin-bottom: 14px;
}
.icon-box.image .image_top .info {
  margin-left: 0;
}
.icon-box.image .image_top .info h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}
.icon-box.image .image_top .info .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
}
.icon-box.image .image_top .info .separator {
  display: none;
}
.icon-box.image .image_top .info .footer a {
  color: #123e7a;
}
.icon-box.image:hover .info .footer a i {
  -webkit-animation-name: movingRight;
          animation-name: movingRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.icon-box.image:hover .image_center .base-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.icon-box.counter {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.icon-box.counter .counter-up {
  color: #24242b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 9px;
}
.icon-box.counter .content {
  font-weight: 600;
}
.video-banner.banner_only {
  position: relative;
  overflow: hidden;
}
.video-banner.banner_only .play-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.video-banner.banner_only .play-icon .video-banner-source {
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  width: 54px;
  height: 54px;
  position: relative;
}
.video-banner.banner_only .play-icon .video-banner-source i {
  color: #24242b;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all .4s;
          transition: all .4s;
  position: absolute;
  right: 14px;
  top: 17px;
}
.video-banner.banner_only .play-icon .video-banner-source i.hover {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  color: #123e7a;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
          transition: all 0.5s cubic-bezier(0.4, 0.54, 0.51, 1.54);
}
.video-banner.banner_only:hover .play-icon .video-banner-source i.orgin {
  opacity: 0;
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.video-banner.banner_only:hover .play-icon .video-banner-source i.hover {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.enel-histories-timeline .timelines {
  position: relative;
  padding-bottom: 45px;
}
.enel-histories-timeline .timelines .timeline {
  margin-bottom: 17px;
}
.enel-histories-timeline .timelines .timeline .avatar {
  float: left;
}
.enel-histories-timeline .timelines .timeline .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.enel-histories-timeline .timelines .timeline .body {
  margin-left: 118px;
  padding-left: 56px;
  padding-top: 31px;
  position: relative;
}
.enel-histories-timeline .timelines .timeline .body h3 {
  color: #123e7a;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 4px;
}
.enel-histories-timeline .timelines .timeline .body .content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.enel-histories-timeline .timelines .timeline .body:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #123e7a;
  width: 9px;
  height: 9px;
}
.enel-histories-timeline .timelines:after {
  content: '';
  position: absolute;
}
.enel-histories-timeline .timelines .start-point {
  display: inline-block;
  margin-bottom: 43px;
  position: relative;
  left: 113px;
  top: 0;
  width: 9px;
  height: 9px;
}
.enel-histories-timeline .timelines .start-point:before,
.enel-histories-timeline .timelines .start-point:after {
  position: absolute;
  content: '';
}
.enel-histories-timeline .timelines .start-point:before {
  background: #123e7a;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 9px;
  height: 9px;
  z-index: 2;
}
.enel-histories-timeline .timelines .start-point:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #123e7a;
          box-shadow: 0 0 0 1px #123e7a;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 19px;
  height: 19px;
  left: -5px;
  top: -5px;
  z-index: 1;
}
.enel-histories-timeline .timelines:after {
  background-color: #123e7a;
  top: 0;
  left: 117px;
  bottom: 0;
  width: 1px;
}
.line-separator {
  line-height: 1px;
}
.line-separator .separator {
  background-color: #123e7a;
  display: inline-block;
  position: relative;
  height: 1px;
  width: 30px;
  z-index: 9;
}
.line-separator .separator:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 2px;
  height: 1px;
  right: 7%;
  bottom: 0;
  z-index: 10;
}
.image_banner {
  overflow: hidden;
  position: relative;
}
.image_banner .background {
  background-color: #52525b;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  height: 320px;
  width: 100%;
  position: relative;
  -webkit-transition: all 1s;
          transition: all 1s;
  z-index: 1;
}
.image_banner .background:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.image_banner .information {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.image_banner .information h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  width: 400px;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 23px;
}
.image_banner .information .content {
  line-height: 24px;
  padding-left: 145px;
  padding-right: 145px;
}
.image_banner:hover .background {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dark-dot-separator .separator:after {
  background-color: #2f2b2c !important;
}
.dark-dot-separator-2 .separator span:before {
  background-color: #093256 !important;
}
.dark-dot-separator-2 .separator:after,
.dark-dot-separator-2 .separator:before {
  background-color: #093256 !important;
}
.enel-section-information h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0;
}
.enel-section-information .separator {
  background-color: #123e7a;
  display: inline-block;
  width: 30px;
  height: 1px;
  position: relative;
}
.enel-section-information .separator:after {
  background-color: #fff;
  position: absolute;
  content: '';
  width: 2px;
  height: 1px;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
.enel-section-information .information {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin-top: 22px;
}
.group-information {
  font-family: 'Montserrat', sans-serif;
}
.group-information h3 {
  color: #adadb3;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 9px;
}
.group-information .content {
  color: #52525b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -14px;
  line-height: 33px;
}
.group-information ul {
  list-style: none;
  padding: 0;
  margin: 19px 0 0;
}
.group-information ul li {
  display: block;
  margin-bottom: 17px;
}
.group-information ul li label {
  color: #adadb3;
  font-size: 14px;
  font-weight: 600;
  margin-right: 3px;
  text-transform: uppercase;
}
.group-information ul li span {
  color: #24242b;
  font-weight: 600;
}
.group-information ul li span.big {
  font-size: 24px;
}
.group-information.layout_2 h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.group-information.layout_2 .content {
  font-weight: 700;
  line-height: 26px;
}
.group-information.layout_3 h3 {
  color: #24242b;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 3px;
}
.group-information.layout_3 .content {
  font-size: 18px;
  margin-bottom: -7px;
}
.group-information.layout_3 ul {
  margin-top: 20px;
}
.group-information.layout_3 ul li {
  margin-bottom: 2px;
}
.group-information.layout_3 ul li label {
  color: #52525b;
  font-family: 'Noto Sans', serif;
  font-style: italic;
  font-weight: 400;
  text-transform: inherit;
}
.group-information.layout_3 ul li span {
  color: #52525b;
  line-height: 24px;
}
.group-information.layout_3 .action-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 39px;
  display: inline-block;
}
.enel-map {
  width: 100%;
  height: 520px;
}
@media (max-width: 1600px) {
  .enel-portfolios.carousel .portfolio-item .wrapper .project-information-container {
    left: 15px;
  }
}
@media (max-width: 1199px) {
  .icon-box.themify .layout-inline span {
    line-height: 18px;
  }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    display: block;
  }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e6e6ee !important;
  }
}
@media (max-width: 991px) {
  .icon-box .layout-inline {
    line-height: 17px;
  }
  .enel-text-block .text p {
    line-height: 32px;
  }
  .enel-portfolios.grid_gutter .portfolio-filter {
    display: none;
  }
  .enel-portfolios.carousel .portfolio-filter,
  .enel-portfolios.mansory .portfolio-filter {
    text-align: center;
  }
  .enel-portfolios.mansory .portfolio-item .project-thumbnail img {
    width: 100%;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-three-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-three-item .wrapper .project-information-container .project-information .project-title {
    margin-bottom: 15px;
  }
  .enel-latest-news .list-posts article {
    margin-bottom: 30px;
  }
  .enel-latest-news .list-posts article .thumbnail img {
    width: 100%;
  }
  .enel-members.list .member {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .enel-members.list .member .member-info {
    -webkit-box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
            box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
  }
  .enel-members.list .member .member-info .avatar {
    float: none;
    text-align: center;
  }
  .enel-members.list .member .member-info .avatar img {
    margin: 0 auto;
  }
  .enel-members.list .member .member-info .name,
  .enel-members.list .member .member-info .position,
  .enel-members.list .member .member-info .socials {
    margin-left: 0;
    text-align: center;
  }
  .enel-members.list .slick-arrow {
    background-color: #123e7a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
  }
  .enel-members.list .slick-arrow.slick-prev {
    display: block !important;
    left: 0;
  }
  .enel-members.list .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .image_banner .background {
    height: 400px;
  }
  .image_banner .information {
    padding-left: 30px;
    padding-right: 30px;
  }
  .image_banner .information .banner-content h3 {
    font-size: 24px;
    width: 100%;
  }
  .image_banner .information .banner-content .content {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
  .enel-list-services .service header .thumbnail img {
    width: 100%;
  }
  .enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.carousel .portfolio-filter,
  .enel-portfolios.mansory .portfolio-filter {
    display: none;
  }
  .enel-section-information h3 {
    font-size: 26px !important;
  }
  .enel-section-information .information {
    font-size: 13px;
  }
  .vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #e6e6ee;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-left: 0;
  }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #e6e6ee;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0;
  }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding-left: 0;
    padding-right: 0;
  }
  .enel-process-step .process-icon.first-step:before,
  .enel-process-step .process-icon.last-step:before {
    display: none;
  }
  .enel-process-step .process-icon:after {
    display: none;
  }
  .enel-testimonial.with_thumbnail .left-side {
    padding-left: 0;
    padding-right: 0;
  }
  .enel-testimonial.with_thumbnail .owl-carousel .owl-nav > div {
    bottom: 105%;
  }
}
@media (max-width: 639px) {
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-two-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-two-item .wrapper .project-information-container .project-information .project-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .enel-histories-timeline .timelines .start-point {
    left: -3px;
  }
  .enel-histories-timeline .timelines .timeline {
    margin-bottom: 60px;
  }
  .enel-histories-timeline .timelines .timeline .avatar {
    float: none;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .enel-histories-timeline .timelines .timeline .body {
    margin-left: 0;
    padding-top: 0;
    padding-left: 35px;
  }
  .enel-histories-timeline .timelines:after {
    left: 0;
  }
  .wpcf7 .get-in-touch .row-submit .wpcf7-submit {
    width: 100%;
  }
  .enel-faq.layout_1 h4 {
    font-size: 15px;
  }
  .enel-faq.layout_1 .toogle-content {
    font-size: 13px;
  }
  .enel-service-breadcrumb {
    font-size: 14px;
    line-height: 17px;
  }
  .icon-box.image .icon {
    float: none;
    margin-bottom: 15px;
  }
  .icon-box.image .info {
    margin-left: 0;
  }
  .enel-latest-news .list-posts article {
    width: 100%;
  }
  .enel-images-gallery .thumbnails,
  .enel-images-gallery .gallery-container {
    float: none;
    width: 100%;
  }
  .enel-images-gallery .thumbnails {
    margin-top: 5px;
  }
  .enel-images-gallery .thumbnails .slick-arrow {
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
  }
  .enel-images-gallery .thumbnails .slick-arrow.slick-prev {
    display: block !important;
    left: 0;
  }
  .enel-images-gallery .thumbnails .slick-arrow.slick-next {
    right: 0;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-one-item .wrapper .project-information-container,
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-three-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-one-item .wrapper .project-information-container .project-information .project-title,
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-three-item .wrapper .project-information-container .project-information .project-title {
    margin-bottom: 15px;
  }
  .enel-members.all article {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .enel-list-services .service {
    float: none;
    width: 100%;
  }
  .enel-button.square {
    font-size: 12px;
  }
  .enel-portfolios .slick-slider .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .enel-testimonial .testimonials .content {
    padding-left: 25px;
    padding-right: 20px;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-one-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.mansory .portfolio-item.portfolio-mansory-one-item .wrapper .project-information-container .project-information .project-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 326px) {
  .enel-service-category .entry-header .thumbnail:before {
    border-right: 44px solid transparent;
    border-top: 159px solid #fff;
    left: -2px;
    top: -1px;
  }
  .enel-service-category .entry-header .thumbnail:after {
    border-left: 43px solid transparent;
    border-bottom: 155px solid #fff;
    right: -1px;
    top: -3px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .icon-box.image .icon {
    float: none;
    margin-bottom: 15px;
  }
  .icon-box.image .info {
    margin-left: 0;
  }
  .enel-portfolios.mansory .portfolio-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .enel-portfolios.grid_gutter .portfolio-item .wrapper .project-information-container,
  .enel-portfolios.mansory .portfolio-item .wrapper .project-information-container {
    left: 15px;
    bottom: 35px;
  }
  .enel-portfolios.mansory .portfolio-item .wrapper .project-information-container .project-information .project-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-box.image .icon {
    float: none;
    margin-bottom: 15px;
  }
  .icon-box.image .info {
    margin-left: 0;
  }
}
/**
  Comment
===========================================
*/
.comments-area .head-title {
  border-bottom: 1px solid #ecede7;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
}
.comments-area .comment-list .comment {
  list-style: none;
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-author .avatar img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.comments-area .comment-list .comment .comment-meta {
  padding-left: 14px;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post {
  margin-bottom: 14px;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .user {
  display: block;
  color: #24242b;
  font-weight: 600;
  margin-bottom: 9px;
  font-style: normal;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .user a {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.comments-area .comment-list .comment .comment-meta .comment-user-info .user-time-post .time {
  font-size: 13px;
}
.comments-area .comment-list .comment .comment-meta .comment-content h1,
.comments-area .comment-list .comment .comment-meta .comment-content h2,
.comments-area .comment-list .comment .comment-meta .comment-content h3,
.comments-area .comment-list .comment .comment-meta .comment-content h4,
.comments-area .comment-list .comment .comment-meta .comment-content h5,
.comments-area .comment-list .comment .comment-meta .comment-content h6 {
  color: #24242b;
  margin: 15px 0;
}
.comments-area .comment-list .comment .comment-meta .comment-content p {
  font-size: 14px;
  line-height: 23px;
}
.comments-area .comment-list .comment .comment-meta .comment-content blockquote {
  border-left-color: #123e7a;
  padding-left: 50px;
}
.comments-area .comment-list .comment .comment-meta .comment-content table {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content table thead tr th {
  color: #24242b;
  font-weight: 600;
  border-bottom: 1px solid #84848f;
  padding-bottom: 5px;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr th {
  color: #24242b;
  padding: 10px 6px 10px 0;
  border-bottom: 1px solid #84848f;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr th a {
  color: #123e7a;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr td {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #84848f;
}
.comments-area .comment-list .comment .comment-meta .comment-content table tbody tr td a {
  color: #123e7a;
}
.comments-area .comment-list .comment .comment-meta .comment-content ul li {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ul ul {
  margin-top: 10px;
}
.comments-area .comment-list .comment .comment-meta .comment-content dl dt {
  color: #24242b;
}
.comments-area .comment-list .comment .comment-meta .comment-content dl dd {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol {
  margin-left: 0px;
  padding-left: 30px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol li {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content ol ol {
  margin-top: 20px;
}
.comments-area .comment-list .comment .comment-meta .comment-content strong {
  color: #24242b;
}
.comments-area .comment-list .comment .comment-meta .comment-action a {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.comments-area .comment-list .comment .comment-meta .comment-action a:hover {
  color: #123e7a;
}
.comments-area .comment-list .comment .children ul {
  margin-top: 0;
}
.comments-area .comment-list .comment-item {
  border-bottom: 1px solid #ecede7;
  padding-top: 30px;
  padding-bottom: 38px;
}
.comments-area .comment-list .pingback {
  list-style: none;
  margin-bottom: 0;
}
.comments-area .comment-list .pingback article {
  padding: 23px 0 38px;
}
.comments-area .comment-list .pingback article .comment-author {
  display: none;
}
.comments-area .comment-list .pingback article .comment-meta {
  width: 100%;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post {
  margin-bottom: 14px;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post .user {
  display: block;
  color: #24242b;
  font-weight: 600;
  margin-bottom: 9px;
  font-style: normal;
  line-height: 20px;
}
.comments-area .comment-list .pingback article .comment-meta .user-time-post .user a {
  color: #24242b;
  font-family: 'Montserrat', sans-serif;
}
.comments-area .comment-list .pingback article .comment-meta .comment-content {
  line-height: 23px;
  font-size: 14px;
}
.comments-area .comment-list .pingback article .comment-meta .comment-action a {
  font-family: 'Montserrat', sans-serif;
  color: #24242b;
  font-weight: 700;
  margin-right: 5px;
}
.comments-area .no-comments {
  color: #24242b;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.comment-reply-title {
  color: #24242b;
  font-size: 20px;
}
.comment-form p {
  margin-bottom: 15px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form .form-row-wide {
  width: 100%;
}
.comment-form input,
.comment-form textarea {
  border-color: #ecede7;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.comment-form input:hover,
.comment-form textarea:hover,
.comment-form input:active,
.comment-form textarea:active,
.comment-form input:focus,
.comment-form textarea:focus {
  background-color: #fff;
}
.comment-form input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
}
.comment-form textarea {
  padding: 15px;
  height: 210px;
  width: 100%;
}
.comment-form .comment-form-comment {
  margin-bottom: 13px;
}
.comment-form .form-submit {
  margin-top: 14px;
}
.comment-form .form-submit .btn {
  font-family: 'Montserrat', sans-serif;
  background-color: #24242b !important;
  color: #fff;
  width: 180px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.grayscale-darker-effect:hover {
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
  -webkit-transition: -webkit-filter .3s, filter .3s;
          transition: filter .3s;
}
.box-shadow-effect-hover:hover {
  -webkit-box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
          box-shadow: 0px 4px 12px 1px rgba(47, 47, 51, 0.1);
}
@-webkit-keyframes movingRight {
  0% {
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  50% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
  }
}
@keyframes movingRight {
  0% {
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  50% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
  }
}
.moving-right {
  -webkit-animation-name: movingRight;
          animation-name: movingRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.spinner {
  width: 60px;
  height: 60px;
  background-color: #123e7a;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tabs-list {
  border-right: 1px solid #e6e6ee;
  margin-right: 9px !important;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: transparent !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  color: #52525b !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 17px 0 17px 15px;
  width: 270px;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active {
  position: relative;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border: 1px solid #e6e6ee;
  border-right-color: transparent;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  left: 100%;
  width: 2px;
}
.vc_tta-container .vc_tta-style-flat.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding-right: 0;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list {
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab > a {
  background-color: transparent !important;
  background-image: none;
  border: none !important;
  color: #52525b !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 16px 28px;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab.vc_active {
  position: relative;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  border-left: 1px solid #e6e6ee !important;
  border-right: 1px solid #e6e6ee !important;
  border-top: 1px solid #e6e6ee !important;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
  border: none !important;
  background-color: transparent !important;
}
.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  background-image: none;
}
.vc_row.bg-position-bottom {
  background-position: center bottom !important;
}
@media (max-width: 991px) {
  .responsive-to-100 {
    height: 100px !important;
  }
  .responsive-to-90 {
    height: 90px !important;
  }
  .responsive-to-80 {
    height: 80px !important;
  }
  .responsive-to-70 {
    height: 70px !important;
  }
  .responsive-to-60 {
    height: 60px !important;
  }
  .responsive-to-50 {
    height: 50px !important;
  }
  .responsive-to-40 {
    height: 40px !important;
  }
  .responsive-to-30 {
    height: 30px !important;
  }
  .responsive-to-20 {
    height: 20px !important;
  }
  .responsive-to-10 {
    height: 10px !important;
  }
  .responsive-to-0 {
    height: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .responsive-xs-to-100 {
    height: 100px !important;
  }
  .responsive-xs-to-90 {
    height: 90px !important;
  }
  .responsive-xs-to-80 {
    height: 80px !important;
  }
  .responsive-xs-to-70 {
    height: 70px !important;
  }
  .responsive-xs-to-60 {
    height: 60px !important;
  }
  .responsive-xs-to-50 {
    height: 50px !important;
  }
  .responsive-xs-to-40 {
    height: 40px !important;
  }
  .responsive-xs-to-30 {
    height: 30px !important;
  }
  .responsive-xs-to-20 {
    height: 20px !important;
  }
  .responsive-xs-to-10 {
    height: 10px !important;
  }
  .responsive-xs-to-0 {
    height: 0 !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .no-border-xs .vc_column-inner {
    border-left: none !important;
    border-right: none !important;
  }
  .padding-xs-15 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 639px) {
  .vc_row.default-padding-639 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 379px) {
  .vc_row.row-no-padding-379 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .default-padding-larger .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
