/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/


.carousel-content {
	background: #ffffff;
    margin-top: 150px;
    padding: 10px 20px 35px 34px;
}

#cta h1{
    color: rgb(239, 127, 26);
    font-size: 25px;
    line-height: 0px;
}


#cta col-sm-4 {
	text-align:center;
}

#features img{
	width:100%;
}


.texctr{
	text-align: center;
    background: #f1f1f1;
    border: 1px solid #fff;
    padding: 20px;
}

#contact a{
	font-weight:bold;
	color:rgb(239, 127, 26);
}

  .portfolio-info{
	 /* display:none; */
  }
  
  .rgtarrow {
	width: 12px;
    margin-right: 5px;
  }
  
@media only screen and (max-width: 768px) {
  #footer .social-icons {
    float: right;
  }
  
  .portfolio-info{
	  display:none;
  }
}
