.elementor-106 .elementor-element.elementor-element-8e1cfd2.elementor-element{--align-self:flex-end;}/* Start custom CSS for facilio-portfolio, class: .elementor-element-8e1cfd2 */.portfolio_item:after,
.portfolio_item:before {
  position: absolute;
  top: 0;
  content: "";
  width: 50%;
  height: 50%;
  background: rgba(17, 41, 73, 0.5);
  transform: scale(0);
  transform-origin: left 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio_item .bg_hover:before,
.portfolio_item .bg_hover:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(17, 41, 73, 0.5);
  transition: all 0.35s ease;
}/* End custom CSS */
/* Start custom CSS */.navbar_fixed .menu_one .btn_get {
  border-color: #fff;

  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    #112949,
    #112949,
    #112949,
    #112949
  );
  background-size: 150% 100%;
  color: #fff;
}
.navbar_fixed .menu_one .btn_get:hover {
  background-position: 100% 0;

  
  transition: all 0.4s ease-in-out;
  background-color: #f15a26;
  color: #fff;
  
   background-image: linear-gradient(
    to right,
    #f15a26,
    #f15a26,
    #f15a26,
    #f15a26
}

.breadcrumb_area {
 background-image: -moz-linear-gradient(-86deg, #112949 0%, #112949 100%);
 background-image: -webkit-linear-gradient(-86deg, #112949 0%, #112949 100%);
 background-image: -ms-linear-gradient(-86deg, #112949 0%, #112949 100%);
 background-image: linear-gradient(-86deg, #112949 0%, #112949 100%);
 text-align: center;
 color: #fff;
 padding: 190px 0px 120px;
 position: relative;
 z-index: 1;
}/* End custom CSS */