.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}#page > div.breadcrumb-wrap.navbar-default > div > div > div > div > ul,
#masthead > nav > div > div.nav-right-part.nav-right-part-desktop.align-self-center > div > div.header-button > button > svg,
#post-1989 > div > div > div.elementor-element.elementor-element-57fc0a6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div > div > div > div > div > div > div:nth-child(2) > div > div > div.client-thumb-group,
#post-1989 > div > div > div.elementor-element.elementor-element-b304435.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.client-bg-area-2.space-bottom.z-indez-3 > div, #masthead > nav > div > div.nav-right-part.nav-right-part-desktop.align-self-center > div > div.social-links.d-xl-inline-flex.d-none > a:nth-child(2),
#masthead > nav > div > div.nav-right-part.nav-right-part-desktop.align-self-center > div > div.social-links.d-xl-inline-flex.d-none > a:nth-child(3),
#masthead > nav > div > div.nav-right-part.nav-right-part-desktop.align-self-center > div > div.header-button > a,
div.pe-xl-4.pe-3.ps-xl-4.ps-3.pt-2.pb-2 > div.post-related-posts.margin-top-20 > div > div > div > div.content-wrap.post-post > div > ul,
#related-posts-heading,
div.pe-xl-4.pe-3.ps-xl-4.ps-3.pt-2.pb-2 > div.blog-details-footer > div > h5,
#post-1989 > div > div > div.elementor-element.elementor-element-b304435.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.about-area-1.position-relative.space-top > div.container > div > div > div > div.achive-about,
.single-post-navigation-center-grid,
.achive-about,
.blog-details-footer,
.post-meta-wrap,
.client-bg-area-2.space-bottom.z-indez-3
{
display:none !important;
}
.about1-shape-img1 .about1-shape-img-1 {
border-radius: 40px;
padding: 20px;
}
.language-switch a:hover{
color:#285C28 !important;
}
.brd {
border-left: 1px solid gray;
border-right: 1px solid gray;
}
#masthead > nav > div > div.nav-right-part.nav-right-part-desktop.align-self-center > div > div:nth-child(2) > a {
margin-left: 0 !important;
}
#bizmaster_contact_info_widget-2 > div > div > ul.social-media.mt-4 > li > a{
background: #285c28;
}
.header-layout1 .topsosyal a {
background-color: #ffffff;
border-radius: 0;
margin-right:15px;
border-radius:5px;
}
.header-layout1 .topsosyal {
border-left: 1px solid gray;
border-right: 1px solid gray;
}
.ff-btn-submit {
background-color: #285c28 !important;
color: #ffffff !important;
}
.elementor-2450 .elementor-element.elementor-element-61e888a .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
background-color: #285c28 !important;
color: #ffffff !important;
}
#menu-main-menu a {
font-family: Lexend, serif !important;
font-size: 14px !important;
font-weight: normal !important;
}
.hero-1 .hero-image-wrapp .hero-thumb img {
margin-left: 0;
margin-top: 22px;
}
.hero-1 .hero-image-wrapp .hero-shape1{
background: #dcefe3;
}
.footer-style-2 .footer-wrap .copyright-wrap .copyright-text, .footer-style-2 .copyright-wrap .menu-footer-menu-container ul li a {
color: var(--body-color);
font-size: 13px;
text-align: center;
}
.footer-style-2 .widget_media_gallery {
max-width: 90%;
}
.gallery-columns-4 .gallery-item {
margin: 10px;
}
.breadcrumb-wrap {
background-color: rgb(240 233 223);
}
.elementor-1989 .elementor-element.elementor-element-dd4c5b8 .cta-wrap1 .cilent-box_counter {
padding-bottom: 26px;
}
.breadcrumb-wrap .breadcrumb-content {
padding: 100px 0 75px 0 !important;
}
.page-title {
display: none;
}
.breadcrumb-wrap .page-title {
font-size: 25px;
}
.blog-single-content-wrap .thumbnail {
padding: 25px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default {
background: white;
}
.about1-shape-img2:before {
content: "";
position: absolute;
top: 58px;
left: 0;
width: 945px;
min-height: 625px;
background-color: var(--white-color);
border-radius: 0 20px 20px 0;
z-index: -1;
} .onay .ff-el-form-check-input,
.onay input[type="checkbox"] {
opacity: 1 !important;
visibility: visible !important;
position: static !important;
pointer-events: auto !important;
} .onay .ff-el-form-check-label::before,
.onay .ff-el-form-check-label::after {
display: none !important;
content: none !important;
} .onay input[type="checkbox"] {
-webkit-appearance: checkbox !important;
appearance: checkbox !important;
width: 18px !important;
height: 18px !important;
min-width: 18px !important;
min-height: 18px !important;
display: inline-block !important;
margin-right: 8px !important;
accent-color: #1f7a3f !important;
} .onay label,
.onay .ff-el-form-check-label {
display: flex !important;
align-items: center !important;
cursor: pointer !important;
}
label {
font-size: 15px;
}
form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit {
border-color: rgba(40, 92, 40, 1) !important;
} @media (max-width: 768px) {
.hero-title {
font-size: 30px !important; }
.about-area-1 {
padding-bottom: 0px !important;
}
.elementor-1989 .elementor-element.elementor-element-651eeb8 {
--margin-top: 1px !important;
}
.header-layout1 .topsosyal a {
margin-right: 1px;
}
.nav-right-part a {
margin-left: 1px;
}
.header-layout1 .topsosyal {
border-left: 0;
border-right: 0;
}
.nav-right-part-desktop {
margin-left: 0;
}
.sagmobil {
display: block;
margin: 0 10px;
}
.header-wrapper {
float: right;
}
.topsosyal {
display:none;
}
}
@media only screen and (max-width: 991px) {
.navbar-area .custom-container .responsive-mobile-menu {
display: block;
position: relative;
width: 82%;
}
}
@media (max-width: 767px) {
.hero-1 .hero-image-wrapp .hero-thumb {
width: 500px;
height: 500px;
clip-path: none;
background-color: transparent;
border-radius: 10%;
}
}
@media (max-width: 767px) {
.hero-1 .hero-image-wrapp .hero-thumb img {
margin-left: 0;
padding: 20px;
border: 20px;
border: 10px solid white;
}
.hero-1 .hero-image-wrapp .hero-shape4 {
display:none;
}
.hero-style1 {
text-align: center;
padding: 50px 0 40px 0;
}
.elementor-1989 .elementor-element.elementor-element-7bc5c8a img {
padding-bottom: 60px;
}
.breadcrumb-wrap {
background-position: center right;
background-repeat: no-repeat;
background-size: auto;
background-attachment: scroll;
}
.about1-shape-img1 .about1-shape-img-1 {
display: inline;
margin-top: 310px;
}
.mb-20 {
margin-bottom: 440px;
}
.breadcrumb-wrap {
background-image: url(https://oxivall.com/wp-content/uploads/2025/12/BlHeader.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
background-attachment: scroll;
}
.breadcrumb-wrap {
background-color: #ffffff;
}
.blog-page-content-area {
padding-top: 20px; 
padding-bottom: 20px;
}
.elementor-kit-2744 #main > div > div > div.col-lg-8 > span > svg > path {
fill: #1b401b;
}
}
.back-to-top {
background: #1b401b !important;
}
.wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > h3, .wp-block-group__inner-container > h4, .wp-block-group__inner-container > h5, .wp-block-group__inner-container > h6 {
color: #1b401b !important;
}
.wp-block-group__inner-container > h1:before, .wp-block-group__inner-container > h2:before, .wp-block-group__inner-container > h3:before, .wp-block-group__inner-container > h4:before, .wp-block-group__inner-container > h5:before, .wp-block-group__inner-container > h6:before {
background: #1b401b !important;
}
.wp-block-search__label {
color: #1b401b !important;
}
.wp-block-search__label:before {
background: #1b401b !important;
}
.wp-block-search button[type=submit]:hover {
background-color: #1b401b !important;
}
.footer-style-2 .footer-widget.widget_nav_menu a, .footer-style-2 .widget.footer-widget ul li, .footer-style-2 .about_us_widget {
color: #7a7a7a !important;
}
.wp-block-search button[type=submit] {
background: #285c28 !important;
}