.cshero-fancybox-wrap,
.cshero-fancybox-wrap .fancy-icon {
position: relative;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-padding{overflow: hidden;}
.cshero-fancybox-wrap .fancy-icon:before {
position: relative;
z-index: 1;
}
.cshero-fancybox-wrap .fancy-icon:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-title{
margin: 15px 0;
} .cshero-fancybox-wrap .fancy-icon.icon-hover-style-1:after{
transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
z-index: -1;
}
.cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-1:after{
opacity: 1;
visibility: visible;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
.cshero-fancybox-wrap .fancy-icon.icon-hover-style-2:after{
background-color: transparent !important;
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
}
.csbody .cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-2:after {
opacity: 1;
visibility: visible;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.cshero-fancybox-wrap .content,
.cshero-fancybox-wrap .cshero-title-main {
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}.cshero-fancybox-wrap {
width: 100%;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-icon {
float: left;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-icon {
float: right;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-content {
padding-left: 60px;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-content {
padding-left: 0px;
padding-right: 60px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding {
padding-left: 30px;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding {
padding-left: 0px;
padding-right: 30px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cs-title-main {
display: inline-block !important;
margin-bottom: 10px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title i ,
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title .cshero-fancybox-image {
height: 60px;
width: 60px;
line-height: 60px;
font-size: 28px;
margin-right: 15px;
display: inline-block;
text-align: center;
float:left;
-moz-box-sizing: initial;
-webkit-box-sizing: initial;
box-sizing: initial;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title .cs-title-main {
display: table-cell;
padding-left: 0;
padding-right: 20px;
} .cshero-fancybox-wrap.fancybox-layout2{
position: relative;
}
.key-features.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title{
font-weight: bold;
padding-left: 6px;
margin: 10px 0;
}
.key-features.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding{
padding: 0;
}.portfolio-layout2 article{
position: relative;
overflow: hidden;
}
.portfolio-layout2 .cshero-portfolio-content-wrap{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout2 .cshero-portfolio-content-wrap-inner{
position: absolute;
bottom: 0;
text-align: center;
padding: 40px 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout2 .cshero-portfolio-content-wrap-inner .cshero-portfolio-meta-box {
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-o-transform: translateY(-40px);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout2 .cshero-portfolio-content-wrap-inner .cshero-portfolio-content{
-webkit-transition: all 0.5s linear 0s;
-moz-transition: all 0.5s linear 0s;
-ms-transition: all 0.5s linear 0s;
-o-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
opacity: 0;
}
.portfolio-layout2 .cshero-portfolio-content-wrap-inner .cshero-portfolio-meta-box .cshero-portfolio-title a{
color: #fff!important;
font-size: 24px;
font-weight: 400;
}
.portfolio-layout2 .cshero-portfolio-content-wrap-inner .cshero-portfolio-description img{
width: auto;
}
.portfolio-layout2 article:hover .cshero-portfolio-content-wrap-inner{
opacity: 1;
}
.portfolio-layout2 article:hover .cshero-portfolio-meta-box {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
}
.portfolio-layout2 article:hover .cshero-portfolio-content{
opacity: 1;
}.cshero-counter-wrap.counter-layout2 {
-webkit-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.cshero-counter-wrap.counter-layout1:hover {
cursor: pointer;
}
.cshero-counter-wrap.counter-layout1 .cshero-counter-inner .counter,
.cshero-counter-wrap.counter-layout1 .cshero-counter-inner .counter_text {
line-height: normal;
}.cshero-client-carousel .cshero-header{ margin-bottom: 60px;}
.cshero-client-carousel .cshero-header .cshero-title{ margin-bottom: 30px;}
.cshero-client-carousel .cshero-header .cshero-subtitle { margin-bottom: 40px;}
.cshero-client-carousel .cs-carousel-container{ text-align: center;}.cs-client-carousel .cshero-header{
margin-bottom: 30px;
}
.client-layout1 .cs-client-carousel-item-wrap{
border-right: 1px solid #eee;
}
.client-layout1 .cs-client-carousel-item-wrap .cs-carousel-item {
border-bottom: 1px solid #eee;
}
.client-layout1 .cs-client-carousel-item-wrap .cs-carousel-item:last-child{
border-bottom: 0;
}