.ova-contact-info {
display: flex;
align-items: center;
}
.ova-contact-info.type1 .address a, .ova-contact-info.type1 .address span {
color: #a1aabf;
}
.ova-contact-info.type2 .icon {
margin-right: 15px;
}
.ova-contact-info.type2 .icon svg {
width: 28px;
height: 28px;
}
.ova-contact-info.type2 .icon i {
font-size: 28px;
}
.ova-contact-info.type2 .address .sub_text_link {
font-size: 15px;
line-height: 24px;
color: #62718d;
display: block;
}
.ova-contact-info.type2 .address .text_link {
font-size: 20px;
line-height: 24px;
color: #202b5d;
display: block;
}
.ova-contact-info.type2 .address .text_link a {
font-size: 20px;
line-height: 24px;
color: #202b5d;
}
.ova-contact-info.type3 .icon {
margin-right: 8px;
}
.ova-contact-info.type3 .icon i {
font-size: 16px;
color: #b0b8c6;
}
.ova-contact-info.type3 .address label {
font-size: 17px;
line-height: 26px;
color: #202b5d;
font-weight: 600;
margin: 0 5px 0 0;
}
.ova-contact-info.type3 .address span, .ova-contact-info.type3 .address a {
font-size: 17px;
line-height: 26px;
color: #62718d;
font-weight: 400;
}
.ova-contact-info .icon {
display: flex;
align-items: center;
margin-right: 8px;
}
.ova-contact-info .icon svg {
width: 20px;
height: 20px;
}
.ova-contact-info .icon i {
font-size: 20px;
color: #62718d;
}
.ova-contact-info .address a, .ova-contact-info .address span {
font-size: 15px;
line-height: 24px;
color: #62718d;
}
.ova-contact-info .address a > span {
font-size: 17px;
line-height: 22px;
letter-spacing: 0.2px;
font-weight: 400;
color: #8c96ac;
}.ova_shadow_menu_page .ova_menu_page .menu li {
box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.05);
}
.ova_menu_page .menu {
list-style-type: none;
padding: 0;
}
.ova_menu_page .menu li {
position: relative;
margin-right: 25px;
border-radius: 30px;
}
.ova_menu_page .menu li a {
display: block;
padding: 5px 0 5px 0;
color: #7b859d;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.2px;
font-weight: 400;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ova_menu_page .menu li .dropdown-toggle {
display: none;
}
.ova_menu_page.type1.show-arrow a {
position: relative;
color: #8c96ac;
display: flex;
align-items: center;
}
.ova_menu_page.type1.show-arrow a:before {
font-family: "ElegantIcons";
content: "5";
font-size: 18px;
color: #455476;
margin-right: 2px;
margin-left: -7px;
}
.ova_menu_page.type2 > ul {
display: flex;
flex-wrap: wrap;
margin: 0px;
}
.ova_menu_page.type2 li {
margin: 5px 0px;
border-radius: 4px;
}
.ova_menu_page.type2 li:hover a:after, .ova_menu_page.type2 li.current-menu-item a:after {
display: inline-block;
}
.ova_menu_page.type2 li a {
display: inline-flex;
justify-content: center;
padding-left: 12px;
padding-right: 12px;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.2px;
color: #b0b8ca;
}
.ova_menu_page.type3 li {
position: relative;
border-radius: 0;
margin: 0;
border-bottom: 1px solid #e5e5e5;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ova_menu_page.type3 li:before {
content: "";
width: 100%;
height: 1px;
background: #fff;
opacity: 0;
position: absolute;
top: -1px;
left: 0;
}
.ova_menu_page.type3 li:after {
content: "";
width: 100%;
height: 1px;
background: #fff;
opacity: 0;
position: absolute;
bottom: -1px;
left: 0;
}
.ova_menu_page.type3 li:hover, .ova_menu_page.type3 li.active {
background: #fff;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
}
.ova_menu_page.type3 li:hover:before, .ova_menu_page.type3 li:hover:after, .ova_menu_page.type3 li.active:before, .ova_menu_page.type3 li.active:after {
opacity: 1;
}
.ova_menu_page.type3 li a {
font-size: 17px;
line-height: 1.2;
color: #202b5d;
padding: 15px 12px 13px 12px;
}
.ova_menu_page.type3 li a i {
display: none;
}
.ova_menu_page.type3 li .dropdown-menu {
position: unset;
float: none;
border: none;
padding: 0;
padding-left: 15px;
display: none;
}
.ova_menu_page.type3 li:last-child {
border: none;
}
.ova_menu_page.type3 li .dropdown-toggle {
display: block;
position: absolute;
right: 0;
top: 12px;
border: none;
background-color: unset;
outline: none;
cursor: pointer;
}
.ova_menu_page.type3 li .dropdown-toggle i {
padding: 10px 0 10px 10px;
}
.ova_menu_page.type3 li .dropdown-toggle:after {
display: none;
}
@media (max-width: 767px) {
.ova_menu_page .menu li {
margin-right: 30px;
}
.ova_menu_page .menu li a {
padding: 10px 0;
}
}.ova_social .content {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.ova_social .content a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
background: #62718d;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ova_social .content a:not(:last-child) {
margin-right: 0;
}
.ova_social .content a.ova-framework-social-icon:not(:last-child) {
margin-right: 8px;
}
.ova_social .content a span {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ova_social .content a i {
position: relative;
display: block;
font-size: 15px;
color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}