/* About Area css */
.about-area h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

/* pricing area css */
.price-area {height: 100%;}
.pricing-area h2 {
    color: #2e343a;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

.pricing-area h4 {
    color:#2e343a !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
}

.pricing-area p {
    font-size: 16px;
    font-weight: 100;
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
    text-align: center;
}

.pricing-area .page-title {
    margin-bottom: 15px !important;
}

.pricing-area .pricing-sub {
    height: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 1px 25px 0px rgba(143, 85, 85, 0.1);
    border-radius: 25px;

}

/* .pricing-sub h4 {
    background-color: #00a2ff;
    color: floralwhite;
} */

.mb-footer-35 {
    margin-bottom: 35px;
}

.box-feature .col-xs-12:nth-of-type(even) .box {
    border-right: 0px solid #fff !important;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    /*border-top: 3px solid #ffffff;*/
    /* background: #03a1ff; */
    background: #595a5a;
}

.mainmenu-area.affix {
	/* background-color: #0089d8; */
	background-color: #414242;
}

.client-area,

.header-area {
    background: #000000 url('../images/web/web-main-banner.jpg') no-repeat scroll center center / cover;
}

.social-circle li a i.icoFacebook:hover {
    background-color: #3B5998;   
}

.social-circle li a i.icoLinkedin:hover {
    background-color: #007bb7;   
}

.social-circle li a i {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li a i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle a i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a i {
 background-color: #D3D3D3;   
}
.safetytask-logo {
    /*float: left;*/
    max-height: 139px;
    margin-top: -29px;
}

.max-height-82 {
    max-height: 82px;
}

.company-name {
    color: #585c60;
}

/* Stop Dashboard rotation animation */
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: none !important;
    transform: none !important;
}