.fc-white , .fc-white *{
	color:#FFF;
}
.fc-green {
	color:#2ab999;
}

.fc-crimson {
	color:#df0a34;
}
.fc-grey {
	color: #bdbdbd
}
.fs-22 {
	/* font-size: 1.4rem; */
	font-size: 16px;
}
.ff-bold {
	font-family: 'sk-modernistbold';
}
.mr-auto {
	margin: 0 auto;
}
/* -------------- header styles ---------------*/
.header-top {
	background: #4d4f4e;
}
.phone {
    padding: 4px 0;
    margin: 0px;
}
ul.phone li {
    display: inline;
    padding: 0 20px;
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    color:#FFF;
}
ul.social-icons li a i.fa {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
ul.social-icons li a i.fa:hover {
    background-color: #ffffff;
    color: #00ab84;
}

@media (min-width: 992px) {
  body.down #header {
      -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
      -moz-transform: translate(0,0);
      transform: translate(0,0);
  }
  body.down #header.header-scrolled {
      -webkit-transform: translate(0,-35px);
      -ms-transform: translate(0,-35px);
      -moz-transform: translate(0,-35px);
      transform: translate(0,-35px);
      background:#FFF;
      box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  }
  .logo-img {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
    
    
  }
  body.down #header.header-scrolled .logo-img {
      width:70%;
       
  }
  body.up #header {
      -webkit-transform: translate(0,-170px);
      -ms-transform: translate(0,-170px);
      -moz-transform: translate(0-170px);
      transform: translate(0,-170px);
  }
  #header {
      position:fixed !important;
      width:100%;
      top:0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
  }
  #main {
  	margin-top: 120px ; /* 162px;*/
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #df0a34;
}
.carousel-control-next, .carousel-control-prev {
	width:2% !important;
    opacity:1 !important;
}

/* -------------- hero section styles ---------------*/
#hero {
	padding-top:9rem;
	padding-bottom:9rem;
}
#hero h1 {
	font-size:4rem;
	font-weight:600;
}

/* -------------- product page styles ---------------*/
.product-banner {
	background:url(/cpc/assets/img/product-banner.jpg);
}

.product-ul {
	background:#444444;
	color:#FFF;
	padding:0.6rem 1rem;
	list-style:inside;
	/* font-size:11px; */
        font-size:14px;
	line-height:2.4;
}
.product-cat {
	position:relative;
    padding:0;
}
.product-cat span {
	position:relative;
    z-index: 1;
    padding-right: 5px;
    color:#df0a34;
}
.product-cat:after {
	position:absolute;
	content:'';
	background: #444444;
	width:100%;
	height:1px;
	top:10px;
    left:0;
    z-index: 0;
}
.product-item{
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
#products .product-item h6 {
	color:#FFF;
	background:#636363;
	padding:0.8rem;
	font-size:15px;
	text-transform:uppercase;
}
#recent-products .product-item h3{
	background:#919191;
	padding:1rem 0.5rem;
	text-transform:uppercase;
}
#recent-products .product-item h3 a{
	display:flex;
	align-items: center;
	justify-content: center;
	height:100%;
	color:#FFF;
}
@media (min-width: 992px) {
	#products .col-lg-2 {
		width:20%;
	}
}

/* -------------- home page styles ---------------*/
.img-wrapper {
	box-shadow: 0 0rem 40px rgb(0 0 0 / 30%);
}
.service-item .img-wrapper {
	width:6.25rem;
    height:6.25rem;
    margin: 0 auto;
    background: #FFF;    
}
.icon-wrapper i{
	background: #df0a34;
    color: #FFF;
    font-size:1.2rem;
    width:2.125rem;
    height:2.125rem;
    line-height:2.125rem;
    border-radius: 50%;
    text-align:center;
}

/* -------------- footer styles ---------------*/
.footer-bottom{
  background-color:#df0a34;
  padding-top:10px;
}
.social-links a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 30px;
  margin-left: 20px;
  text-align: center;
  display: inline-block;
}
.social-links a:hover{
	background-color:black;
	 border: 1px solid black;
}
.follow-us .social-links a{
	width:35px;
	height:35px;
	border:2px solid #444444;
	line-height:35px;
	margin-left:0;
	margin-right:30px;
	color:#444444;
	font-size:20px;
}
.follow-us .social-links a:hover{
	background:#444444;
	color:#FFF;
}
@media only screen and (max-width: 767px) {
 footer .pull-right{  
   float:none;
   text-align:center;
  }
}
/* -------------- About page styles ---------------*/
.about-banner {
	background:url(/assets/img/about-banner.jpg);
}



/*--------------------------------------------------------------
# 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: 0.5rem 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
	background:#03a689;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #424443;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .pinfo{
	  background: rgba(17, 17, 17, 0.6);
	  padding:0.5rem;
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(17, 17, 17, 0.6);
    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 .pinfo h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .pinfo p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }*/
  
  .portfolio-item .pinfo {
    text-align: center;
    background:#dfe0e2;
  }
  .portfolio-item .pinfo h4, .portfolio-item .pinfo h2{margin-bottom:0;}
  .portfolio-item .wrapper{max-width:350px;margin:0 auto;position:relative;}
  .portfolio-item .plinks{position:absolute;top:0;right:0;z-index:1;    width: 28px;
    height: 28px;line-height: 28px;}
  .portfolio-item .plinks a{background:rgba(255, 255, 255, 0.8);border-radius:50%;font-size:16px;display:inherit;}
  
  /*.portfolio .plinks a {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }*/
  
  /*.portfolio .plinks a:hover {
    color: #fff;
  }*/
  
  .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-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }
  
  /*.portfolio-container{
	max-width:992px;
  }*/
  

.notify-badge-com{
background: #E83E8C;
text-align: center;
top:10px;
margin-left: 10px;
line-height: 1.2rem;
border-radius: 1px 10px 10px 1px;
color: white;
padding: 2px 5px;
  }
.notify-badge-res{
background: #FF6900;
text-align: center;
top:10px;
margin-left: 10px;
line-height: 1.2rem;
border-radius: 1px 10px 10px 1px;
color: white;
padding: 2px 5px;
  }
.notify-badge-int{
background: #ff5722;
text-align: center;
top:10px;
margin-left: 10px;
line-height: 1.2rem;
border-radius: 1px 10px 10px 1px;
color: white;
padding: 2px 5px;
  }


@media screen and (min-width:992px){
	.portfolio-container > div[class*="col-"]{
		padding:0.5rem 1.5rem;
	}
	
}