.client-items .item {
display: inline-block;
}
.client-items .item img {
display: inline-block;
-webkit-filter: saturate(0%);
filter: saturate(0%);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
opacity: .4;
margin: 11px 0;
}
.client-items .item img:hover {
display: inline-block;
-webkit-filter: saturate(1000%);
filter: saturate(100%);
opacity: 1;
}
.client-section {
padding: 90px 0;
border-bottom: 1px solid #eeeeee;
padding-bottom: 75px;
}.service-box {
text-align: center;
}
.service-icon i {
font-size: 84px;
color: #0b5be0;
position: relative;
padding-bottom: 17px;
}
.service-icon i:after {
content: "";
width: 100%;
height: 1px;
background: #bfbfbf;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.service-titles h3 {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
margin-top: 30px;
margin-bottom: 20px;
}
.service-titles h3 a {
color: #000000;
}
.service-dec p {
margin: 0;
font-weight: 300;
font-size: 16px;
}
.service-titles h3 a:hover {
color: #0b5be0;
}
.service-icon img {
width: 28%;
}
.service-icon {
padding-bottom: 30px;
} .service-box.style-two .service-titles h3 {
margin-top: 0;
margin-bottom: 12px;
}
.service-title-con {
display: block;
clear: both;
float: left;
margin-right: 15px;
position: relative;
}
.service-box.style-two .service-contents {
text-align: left;
box-shadow: 0px 1px 5px 1px #efe3e3;
padding: 40px 28px;
}
.service-box.style-two .service-title-con {
overflow: unset;
}
.service-box.style-two .service-c-inner {
overflow: hidden;
}
.service-title-con i {
font-size: 41px;
}
.service-box.style-two .service-icon i:after {
content: unset;
}
.service-box.style-two .service-icon i {
font-size: 130px;
}
.service-box.style-two .service-icon {
margin-bottom: 8px;
} .service-box.style-three {
text-align: left;
box-shadow: 0px 0px 6px 0px #cecece;
padding: 25px;
background: #fff;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out
}
.service-box.style-three .service-titles h3 {
margin: 0;
}
.service-box.style-three .service-titles {
display: block;
margin-bottom: 10px;
}
.service-box.style-three .service-titles h3 a {
padding: 12px;
display: block;
}
.service-dec blockquote {
background: transparent;
padding: 0px 13px;
border-left: none;
position: relative;
}
.service-dec blockquote:after {
content: "";
width: 2px;
height: 40px;
background: #596273;
position: absolute;
left: 0;
top: 7px;
transform: rotate(0deg);
}.project-signle {
position: relative;
overflow: hidden;
}
.project-video {
position: absolute;
left: 0;
top: 0;
margin: auto;
bottom: 0;
text-align: center;
right: 0;
width: auto;
height: 22px;
z-index: 999;
}
.project-box .project-title {
position: absolute;
right: 0;
bottom: 10px;
display: block !important;
left: auto;
margin-right: 10px;
z-index: 1;
}
.project-video a i:before {
font-size: 51px;
color: #fff;
}
.project-video a {
opacity: 0;
}
.project-signle:hover .project-video a {
opacity: 1;
}
.project-signle:after {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.52);
position: absolute;
left: 0;
top: 0;
z-index: 0;
margin-top: 999px;
}
.project-signle:hover.project-signle:after {
margin-top: 0;
}
.project-video a:hover i:before {
color: #0b5be0;
}
.slick-list .project-signle {
margin: 0 15px;
}
.project-hadding h2 {
font-size: 24px;
font-weight: normal;
color: #000000;
margin: 0;
line-height: 33px;
}
.project-hadding span {
font-size: 18px;
text-transform: uppercase;
color: #0b5be0;
padding-bottom: 15px;
display: block;
font-weight: 300;
}
.project-haddings {
margin-bottom: 60px;
}
.project-boxs {
margin-top: 95px;
}
.project-menu ul {
margin: 0;
padding: 0;
}
.project-menu ul li {
display: inline-block;
padding: 11px 25px;
border: 1px solid #999;
border-radius: 5px;
margin: 6px;
font-weight: bold;
color: #000;
text-transform: capitalize;
cursor: pointer;
}
.project-box .right {
float: right;
}
.project-menu ul li:hover {
background-color: #0b5be0;
color: #fff;
}
.project-menu ul li.active {
background: #0b5be0;
color: #fff;
}
.project-haddings .left {
flex-grow: 1;
}
.project-boxs .item.col-12.col-md-4.col-lg-4.col-xl-4 {
margin: 0;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-top: 15px;
}
.project-title a.theme-button {
background-color: #fff;
color: #000000;
min-width: 260px;
margin-top: 24px;
text-align: center;
}
.project-title a.theme-button i:before {
color: #0b5be0;
}
.project-title a.theme-button:hover {
background-color: #0b5be0;
color: #fff;
}
.project-title a.theme-button:hover i:before {
color: #fff;
}
.project-style-three .project-signle:after {
content: unset;
}
.pro-left {
float: left;
padding: 17px 0;
}
.pro-right {
float: right;
border-left: 2px solid #f3f3f3;
}
.pro-left h2 {
font-size: 18px;
margin: 0;
text-transform: capitalize;
font-weight: 600;
margin-top: 30px;
}
.pro-left ul {
padding: 0;
list-style: none;
margin: 0;
position: absolute;
}
.pro-left ul li {
display: inline-block;
text-transform: capitalize;
font-size: 13px;
color: #798795;
margin-right: 5px;
position: relative;
}
.pro-left ul li:after {
content: "-";
font-size: 14px;
left: 0;
margin-left: 3px;
}
.pro-left ul li:last-child:after {
content: "";
}
.project-box .project-content {
overflow: hidden;
padding: 0 18px;
padding-right: 0;
}
.pro-right a>i:before {
color: #000000;
margin: 0;
}
.project-box.project-style-three .project-signle {
border: 1px solid #f3f3f3;
}
.pro-left h2 a {
color: #000000;
}
.pro-left h2 a:hover {
color: #0b5be0;
}
.pro-right a.theme-button {
padding: 28px 27px;
border-radius: 0;
}
.pro-right a.theme-button:hover {
background: #0b5be0;
}
.pro-right a.theme-button:hover i:before {
color: #fff;
}
.project-box.project-style-three .project-hadding {
margin: 0;
text-align: center;
}
.project-items .item.service-3 {
margin-bottom: 30px;
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{background-color:transparent;border:3px solid;color:#69727d}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-block-start:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{height:1em;width:1em}.elementor-widget-text-editor .elementor-drop-cap{float:inline-start;font-size:50px;line-height:1;text-align:center}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}