





/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {

  padding:  30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0  rgba(232, 19, 12, 0.776);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: rgba(232, 19, 12, 0.776);
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 30px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: rgba(232, 19, 12, 0.776);
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.services{
  margin: 20px auto;
  padding: 30px auto;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color:  rgba(232, 19, 12, 0.776);
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: rgba(232, 19, 12, 0.776);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}


@import "cubeportfolio.min.css"; 


/*----- Portfolio -----*/
#portfolio {
  padding-top: 60px;
  padding-bottom: 100px;
}
.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
  background-color: #f6f7f7;
  color: #7E7B7B;
  cursor: pointer;
  font: 400 11px/28px "Montserrat",sans-serif;
  text-transform: uppercase!important;
  padding: 3px 20px;
  position: relative;
  overflow: visible;
  margin: 10px 0 0 5px;
  border: none;
  border-radius: 3px;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cbp-l-filters-alignRight {
  margin: 20px auto 10px;
  padding: 10px 0px 20px 0px;
  text-align: left;
  background-color: transparent;
}

.cbp-l-caption-title {
  color: #fff;
  font: 700 16px/18px "Montserrat",sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cbp-l-caption-desc {
  color: #ffffff;
  font: 400 12px/16px sans-serif;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease,bottom .25s ease;
  transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease,bottom .25s ease;
  transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
  margin: 40px auto 10px;
  padding: 10px 0px 20px 0px;
  text-align: center;
  background-color: transparent;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #fff;
}
.cbp-l-filters-alignCenter .cbp-filter-item-active {
  color: #fff!important;
}
.cbp-l-filters-dropdownWrap {
  width: 150px;
  position: absolute;
  right: 0;
  background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
  font: 12px/38px "Open Sans",sans-serif;
  margin: 0 17px;
  color: #1c1c1c;
  cursor: pointer;
  position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: none;
  color: #7a7a7a;
  width: 100%;
  text-align: left;
  font: 12px/40px "Open Sans",sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: 0;
  border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
  border-color: #7a7a7a rgba(0,0,0,0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}
.cbp-item-w h4 {
  margin-top: 10px;
  margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  background: #f6f7f7;
  border: 1px solid #91DA32;
  border-radius: 3px;
  color: #91DA32;
  display: inline-block;
  font: 400 11px/34px "Montserrat",sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 3px 23px;
  outline: 0;
  margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
  color: #fff;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 56px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev { 
  height: 34px;
  width: 34px;
  top: 8px;
}
.cbp-popup-singlePage-counter {
  top: -24px;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}
.cbp-popup-lightbox .cbp-popup-close, 
.cbp-popup-lightbox .cbp-popup-next, 
.cbp-popup-lightbox .cbp-popup-prev {
  -webkit-transition: all 0.11s ease-in-out;
  -moz-transition: all 0.11s ease-in-out;
  -o-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
  opacity: .4;
  background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
  opacity: 1;
  background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
  opacity: .4;
  background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
  opacity: 1;
  background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
  opacity: .4;
  background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
  opacity: 1;
  background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close, 
.cbp-popup-singlePage .cbp-popup-next, 
.cbp-popup-singlePage .cbp-popup-prev {
  top:17px;
  -webkit-transition: all 0.11s ease-in-out;
  -moz-transition: all 0.11s ease-in-out;
  -o-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
  background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
  top:18px;
  opacity: .2;
  background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
  background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
  top:18px;
  opacity: .2;
  background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
  background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
  top:18px;
  opacity: .2;
  background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
  margin-top: 0;
  max-width: 100%;
}
.project-video,
.project-widget {
  margin-bottom: 60px;
}
.project-big-slider {
  margin-bottom: 20px;
}
.project-big-slider img {
  min-width: 100%;
}
.project-widget h4 {
  margin-top: 0;
}
.project-widget p {
  color: #7a7a7a!important;
}
/* 
.cbp-l-grid-fullScreen {
  visibility: visible;
  overflow: visible;
}
@media (min-width:992px) {
  .cbp-l-grid-fullScreen {
      margin-top: 200px;
  }
}
*/

