/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2021 | 06:16:30 */
@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, .7);
    z-index: 9999;
}

    .page-loading .sk-three-bounce {
        margin: 40px auto;
        width: 80px;
        text-align: center;
    }

        .page-loading .sk-three-bounce .sk-child {
            width: 20px;
            height: 20px;
            background-color: #333;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        }

        .page-loading .sk-three-bounce .sk-bounce1 {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .page-loading .sk-three-bounce .sk-bounce2 {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

.news-item-wrap .mgps.mgps-6066 .row {
  margin-left: 0;
  margin-right: 0;
  display: block
}

.news-item-wrap .mgps.mgps-6066 .row:after {
  content: '';
  display: table;
  clear: both
}

.news-item-wrap .mgps.mgps-6066 .row .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.news-item-wrap .mp-meta,
.news-item-wrap .mp-meta a,
.news-item-wrap .mp-meta i {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-wrap .card {
  margin-bottom: 20px !important;
}

.news-item-wrap .card img {
  object-fit: cover;
  cursor: pointer
}

.news-item-wrap .row .card-body {
  padding:10px 15px;
}

.news-item-wrap .row .card-body .card-title {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item-wrap .row .card-body .card-title a {
  font-size: 24px;
}

#sidebar .widget-post img {
  height: 60px;
  width: 60px;
  object-fit: cover
}

.news-sidebar-search form .form-control:focus {
  box-shadow: none;
}

/* projects */
.elementor-element.elementor-element-14cb642 {
  display: none;
}

.fase1-projects-section {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(2, 1, 1, 0.24);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 60px 80px 60px;
}

.fase1-projects-section .elementor-widget-wrap ul.side-category {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fase1-projects-section .elementor-widget-wrap ul.side-category li {
  padding: 2px 0;
  color: #333;
}

.fase1-projects-section .elementor-widget-wrap ul.side-category li h2 {
  margin: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
}

.fase1-projects-section .projects-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

.fase1-projects-section .projects-grid > li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.fase1-projects-section .projects-grid > li .project-item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.fase1-projects-section .projects-grid > li .project-item .project-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fase1-projects-section .projects-grid > li .project-item .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fase1-projects-section .projects-grid > li .project-item:hover .project-img-wrap img {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.fase1-projects-section .projects-grid > li .project-item .project-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255,255,255, 0.6);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.fase1-projects-section .projects-grid > li .project-item .project-name p {
  margin: 0;
  padding: 2px;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 0px 0px #888888;
  text-align: center;
  color: #333;
}

.fase1-projects-section .projects-grid > li .project-item .project-name p.description {
  font-size: 16px;
  font-weight: normal;
}

.fase1-projects-section .projects-grid > li .project-item:hover .project-name {
  opacity: 1;
}

.project-detail-imgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #fff;
}

.project-detail-imgs .line-img-wrap ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: calc(100% - 200px);
  height: 100vh;
  list-style: none;
}

.project-detail-imgs .line-img-wrap ul li {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
}

.project-detail-imgs .line-img-wrap ul li.active {
  display: block;
}

.project-detail-imgs .line-img-wrap ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-detail-imgs .line-img-wrap .left,
.project-detail-imgs .line-img-wrap .right {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.project-detail-imgs .line-img-wrap:hover .left, 
.project-detail-imgs .line-img-wrap:hover .right {
  opacity: 1;
}

body.has-touch .project-detail-imgs .line-img-wrap .left, 
body.has-touch .project-detail-imgs .line-img-wrap .right {
  display: block !important;
}

.project-detail-imgs .line-img-wrap .project-detail-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: 0;
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
}

.project-detail-imgs .line-img-wrap .project-detail-close:before,
.project-detail-imgs .line-img-wrap .project-detail-close:after {
  background-color: #333;
  content: '';
  height: 2px;
  left: 5px;
  position: absolute;
  top: 14px;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 20px;
}

.project-detail-imgs .line-img-wrap .project-detail-close:before {
  transform: rotate(45deg);
}

.project-detail-imgs .line-img-wrap .project-detail-close:after {
  transform: rotate(-45deg);
}

@media (min-width:1025px) {
  .fase1-projects-section .elementor-column.elementor-col-33 {
    width: 25%;
  }
  .fase1-projects-section .elementor-column.elementor-col-66 {
    width: 75%;
  }
}

@media (max-width:1024px) {
  .fase1-projects-section {
    padding: 0px 30px 60px 30px;
  }
  
  .fase1-projects-section .projects-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {
  .fase1-projects-section {
    padding: 0px 10px 30px 10px;
  }
  
  .project-detail-imgs .line-img-wrap ul {
    width: 100vw;
  }
  
  .project-detail-imgs .line-img-wrap .left, .project-detail-imgs .line-img-wrap .right {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    
  }
}
