File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/_ova_contact_slide.scss
.ova_contact_slide {
position: relative;
.slide-contact{
.owl-item.active{
.item{
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
}
.item{
padding: 40px 25px 40px 25px;
background: #fff;
h3{
margin: 0 0 21px 0;
display: inline-block;
padding: 0 10px 4px 10px;
a{
font-size: 18px;
line-height: 1.2;
color: #fff;
font-weight: 700;
}
&:hover{
background: #06163A;
}
}
.address{
p{
margin: 0 0 6px 0;
font-size: 16px;
line-height: 24px;
color: #62718d;
font-weight: 400;
}
}
.mail{
margin: 0 0 5px 0;
}
.phone{
margin: 0 0 28px 0;
}
.mail, .phone{
a{
font-size: 16px;
line-height: 1.2;
color: #62718d;
i{
margin: 0 3px 0 0;
}
}
}
.read_more{
a{
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2px;
color: #202b5d;
border: 1px solid #e5e5e5;
padding: 8px 20px 8px 20px;
display: inline-block;
border-radius: 100px;
font-weight: 500;
&:hover{
color: #0067da;
}
}
}
}
}
.owl-stage-outer{
padding: 50px 0;
}
.owl-stage-outer {
margin-right: -30px;
margin-left: -30px;
padding-left: 30px;
padding-right: 30px;
width: calc(100% + 60px);
@media(max-width: 1290px){
margin-right: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}
}
.owl-dots{
text-align: center;
margin-top: 2px;
.owl-dot{
outline: none;
span{
width: 6px;
height: 6px;
margin: 5px;
background: #d1d1d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
&.active{
span{
width: 12px;
border-radius: 5px;
opacity: 1;
}
}
}
}
.owl-carousel{
.owl-nav{
position: absolute;
bottom: 123px;
left: -320px;
@media(max-width: 1150px){
left: -120px;
bottom: 78px;
}
@media(max-width: 1024px){
display: none;
}
>button{
background: #fff;
border: 1px solid #e5e5e5;
color: #888888;
width: 50px;
height: 50px;
display: inline-block;
font-size: 22px;
border-radius: 50%;
outline: none;
&.owl-prev{
margin-right: 10px;
}
}
}
}
}