.input-icon {
position: relative;
}
i.fal.fa-comment {
top: 20%;
}
.input-icon i {
margin-right: 20px;
position: absolute;
right: 15px;
top: 45%;
transform: translateY(-50%);
font-size: 16px;
color: #777;
pointer-events: none;
}
.input-icon input,
.input-icon select,
.input-icon textarea {
padding-right: 40px !important;
}
form.wpcf7-form.init br {
display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
color: #fff !important;
background-color: #f24224;
}
.wpcf7-form p {margin:0px;}
.form-btn.col-12 br {
display: none;
}
.light {
background-color: #fff !important;
}
.widget_categories ul li {
display: flex;
justify-content: space-between;
align-items: center;
}
.widget_categories ul li a {
display: flex;
align-items: center;
gap: 8px;
font-weight: 500;
color: #151b75; transition: 0.3s;
}
.media-img {
width: 50px;
}
.page-img {
width: 300px;
height: 250px;
background-color: #fff;
padding: 10px 20px;
box-sizing: border-box;
}
.page-img img {
width: 100%;
height: 100%;
object-fit: contain;
}
.header-info:first-child,p.footer-info:first-child {
padding: 18px 24px;
border-radius: 10px;
position: relative;
z-index: 1;
overflow: hidden;
vertical-align: middle;
display: inline-block;
border: none;
text-transform: uppercase;
text-align: center;
background-color: var(--theme-color2);
color: var(--white-color);
font-family: var(--body-font);
font-size: 16px;
font-weight: 500;
line-height: 1;
}
.header-info:first-child .header-info_icon:first-child {
display: none;
}
.header-info:first-child a {
color: #fff !important;
}
.service-item_img.global-img {
width: 273px;
height: 188px;
}
.service-item_img.global-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.footer-info a {
color: #fff;
}
p.footer-info:first-child i {
display: none;
}
.call-now-btn {
position: fixed;
bottom: 20px;
left: 20px;
background:#151b75;
color: #fff;
padding: 14px 20px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
z-index: 9999;
display: flex;
align-items: center;
gap: 8px;
}
.call-now-btn:hover {
opacity: 0.9;
color:#fff;
}
.wpo-partners-section {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
z-index: 1;
background-attachment: fixed;
}
.wpo-partners-section::before {
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
background: #000000b5;
z-index: -1;
opacity: 0.9;
}
.wpo-section-title {
margin-bottom: 18px;
position: relative;
}
.wpo-section-title h2 {
line-height: 55px;
margin: 0;
margin-top: 15px;
position: relative;
text-transform: uppercase;
margin-top: 0;
font-size: 38px;
font-weight: 100;
line-height: 1.5;
margin-top: 20px;
}
.wpo-partners-section ul {
display: flex;
flex-flow: row wrap;
align-items: center;
text-align: center;
width: 100%;
margin: auto;
justify-content: space-between;
}
.wpo-partners-section ul li {
list-style: none;
}
.wpo-partners-section ul li i {
font-size: 19px;
color: #fff !important;
}
.wpo-partners-section ul li p {
color: white;
}
.section-padding {
padding: 60px 0;
} .lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.9);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}
.lightbox.active{
display:flex;
}
.lightbox .close{
position:absolute;
top:20px;
right:30px;
color:#fff;
font-size:35px;
cursor:pointer;
}
.swiper{
width:80%;
height:80%;
}
.swiper-slide img{
width:100%;
height:100%;
object-fit:contain;
}