/*
Theme Name: Consultix | Shared By VestaThemes.com
Theme URI: http://themes.radiantthemes.com/consultix/
Author: RadiantThemes
Author URI: https://themeforest.net/user/radiantthemes
Description: Consultix is an extremely potent corporate, business & financial services WordPress theme. It is apt for a myriad of business and corporate websites that are related to insurance services, stocks, e-commerce, financial services, finance, advisories, accounts, legal, banking, wealth consultants and general services websites.
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consultix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Consultix is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
.disnone
{
	display:none !important;
}
.pic img
{
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

}
.pic img:hover
{
	opacity: 1;
}
.clients-item {
    width: calc(32%);
    padding: 25px;
    display: inline-block;
    border: 1px #f2f2f2 solid;
    margin-bottom: 5px;
}
.clients-item:nth-child(even)
{
	background-color: #f4f4f4 !important;
}
.clients-item:nth-child(odd)
{
	background-color: #fafafa !important;
}

.rt-case-study-box.element-two .rt-case-study-box-item {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder {
    background-color: #f8f8f8;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic {
    position: relative;
    overflow: hidden;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > img {
    width: 100%;
}
.pic img {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.rt-case-study-box.element-two[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .pic > .data {
    text-align: center;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 18px 25px 18px 25px;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data p.category {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    opacity: 0.9;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data p {
    margin-bottom: 10px;
    color: #fff;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data > *:last-child {
    margin-bottom: 0 !important;
}
.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data h4 {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.eprofile:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.home-project-item-text-hover
{
	z-index:9 !important;
}




/* clients element-one */

.clients.element-one{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.clients.element-one:not(.owl-carousel):after{
	display:block;
	content:" ";
	width:100%;
	height:0;
	clear:both;
}

.clients.element-one *{
	margin:0 auto;
}

.clients.element-one .clients-item{
	padding:5px 15px 10px 15px;
}

.clients.element-one:not(.owl-carousel) .clients-item{
	float:left;
	margin-bottom:40px;
}

.clients.element-one .clients-item > .holder{
	text-align:center;
}

.clients.element-one .clients-item > .holder > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.clients.element-one .clients-item > .holder > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.clients.element-one .clients-item > .holder .pic{
	display:inline-block;
	vertical-align:top;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.clients.element-one:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.clients.element-one:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.clients.element-one:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}