/*
Theme Name: Unique Child
Author: lmpixels
Author URI: https://themeforest.net/user/lmpixels
Description: Child theme for the Unique. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Version: 1.0.1
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Text Domain: unique
Template: unique
*/
.section-title{
	color:black !important;
}
.section-inner .section-title-wrapper {

    text-align: center;
}

.serices-box .fw-iconbox-1 .fw-iconbox-image {

    color: #ff724c;
  
}
.serices-box  .services-list a{
	display:block;
}

.serices-box  .fw-iconbox .fw-iconbox-title h3 {

	font-size: 18px;
}

.serices-box .fw-iconbox {
    padding: 10px 0;
}
.certification-card .fw-col-inner{
	display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    padding: 10px 0px 20px !important;
}
.certification-card .fw-col-inner .client-block {
 
    margin-bottom: 10px;
}

.certification-card .fw-col-inner a.button{
	    padding: 0.3em 1em;
	text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"]{
	height:35px;
}
.wpcf7-form-control-wrap textarea{
height:100px;
}