@charset "utf-8";
/* CSS Document */

/* CORE STYLES */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-fluid {
  padding: 0;
}

.responsive {
  width: 100%;
  height: auto;
}

.showcase {
  color: #fff;
/*  height: 100vh;*/
  position: relative;	
}

.showcase:before {
  content: '';
  /*background: url('../images/header.jpg') no-repeat center center/cover;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
	
}

.showcase .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.showcase h1 {
  font-size: 4rem;
}

.showcase p {
  font-size: 1.3rem;
}

.conforms2 .submita {
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF;
}
button.submita {
    background: #ff0000 !important;
}
button.submita {
    width: 192px;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
	margin: 20px 0;
}

	
.all_items{
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
	padding: 40px 0px;
}
.single_counter_item{
  text-align: center;
}
.single_counter_item h4{
  color: #505050;
  font-size: 28px;
	line-height: 0.6 !important;
}
.single_counter_item h3{
  color: #505050;
  font-size: 28px;
	line-height: 0.6 !important;	
}
	
.single_counter_item span{color:#FD0206 !important;  font-size: 30px; font-weight: bold; padding: 0; line-height: 0px; margin: 0;  box-sizing: border-box;}	


@media screen and (max-width: 660px) {
.all_items{
    display: block;
   /* grid-template-columns: 18% 18% 18% 18% 18%;*/
    padding: 40px 0px;
  }
.single_counter_item{
  text-align: center;
	padding: 20px 0;
}	
}

img{
width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;	
}

.responsive{
	max-width: 100%;
	height: auto;
}


.line-betwen {
  width: 15%;
  height: 3px;
  background-color: #db2925;
  position: relative;
  left: 42.5%;
  top: 80px;
}

.nav {
  position: relative;
  width: auto;
  border: none;
}

.btn-nav {
  position: fixed;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 99999;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 35px;
  height: 5px;
  background-color: #db2925;
}

.btn-nav:hover .icon-bar {
  background-color: #db2925;
}

.nav-content {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,.9);
  display: block;
  height: 100%;
  z-index: 9;
	width: 300px;
}

.below-line {
  width: 15%;
  height: 3px;
  background-color: #db2925;
  position: relative;
  left: 42.5%;
  top: 40px;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 10%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
 
}

.item-anchor {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
/*  letter-spacing: 15px;*/
}

.item-anchor:hover,
.item-anchor:focus {
  color: #db2925;
 
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #db2925;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #FCA311;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #FCA311;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}


.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5c9f24;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info span {
  font-size: 13px;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8ed851;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio .portfolio-wrap .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(86, 93, 103, 0.75);
  height: 100%;
  width: 100%;
  padding: 15px 25px;
  opacity: 0;
  transition: .2s;
}

.portfolio .portfolio-wrap .image-overlay .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
	z-index: 2;
}

.portfolio .portfolio-wrap .image-overlay .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.portfolio .portfolio-wrap .image-overlay:hover .member-info {
  background: #292727;
  opacity: 0.6;
  transition: 0.4s;
}

.portfolio .portfolio-wrap .image-overlay:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.portfolio .portfolio-wrap .image-overlay h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.portfolio .portfolio-wrap .image-overlay span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.portfolio .portfolio-wrap .image-overlay .social {
  margin-top: 15px;
}

.portfolio .portfolio-wrap .image-overlay .social a {
  transition: color 0.3s;
  color: #fff;
}

.portfolio .portfolio-wrap .image-overlay .social a:hover {
  color: #e84444;
}

.portfolio .portfolio-wrap .image-overlay .social i {
  font-size: 18px;
  margin: 0 2px;
}

.portfolio .portfolio-wrap:hover .image-overlay {
  opacity: 1;
}
