input.accordion-checkbox {
position: absolute;
opacity: 0;
z-index: -1
}
.css-only-tabs {
overflow: hidden
}
.css-only-tabs .tab {
width: 100%;
color: #fff;
overflow: hidden
}
.css-only-tabs.jobs .tab-label {
justify-content: inherit!important
}
.css-only-tabs.jobs .tab-label:after {
margin-left: 10px!important
}
.css-only-tabs .tab-label {
display: flex;
justify-content: space-between;
padding: 1em 0;
font-size: 1.1rem;
color: #ee1a35;
font-weight: 600;
cursor: pointer
}
.css-only-tabs .tab-label::after {
content: "❯";
width: 1em;
height: 1em;
text-align: center;
transition: all .35s
}
.css-only-tabs .tab-content {
max-height: 0;
padding: 0 1em;
color: #000;
background: #fff;
transition: all .35s
}
.css-only-tabs .tab-close {
display: flex;
justify-content: flex-end;
padding: 1em 0;
padding-top: 0!important;
font-size: .75em;
background: #ee1a35;
cursor: pointer
}
input.accordion-checkbox:checked+.tab-label {
color: #ee1a35
}
input.accordion-checkbox:checked+.tab-label::after {
transform: rotate(90deg)
}
input.accordion-checkbox:checked~.tab-content {
max-height: 100vh;
padding-top: 0!important
}
.tab-content>:last-child {
padding-bottom: 0!important
}
.red-color {
color: #ee1a35 !important;
}
#custom-nav {
position: fixed;
z-index: 100;
width: 100% !important;
align-items: center !important;
display: flex !important;
justify-content: space-between !important;
padding-right: 1rem !important;
padding-bottom: 0.5rem !important;
padding-top: 1rem !important;
padding-left: 0.25rem !important; }
.align-items-center {
align-items: center !important;
}
.d-flex {
display: flex !important;
}
#custom-nav .wave-absolute {
top: -0.125rem;
left: -0.0625rem;
z-index: 0;
width: 77%;
max-width: 20rem;
pointer-events: none;
position: absolute !important;
}
#custom-nav .left-menu {
width: 4.1875rem;
height: 2.3125rem;
background: #ee1a35 0% 0% no-repeat padding-box;
border-radius: 0px 50px 50px 0px;
z-index: 10;
margin-right: 0.5rem !important;
display: none !important;
}
#custom-nav .right-menu {
width: 2.875rem;
height: 2.875rem;
background: #ee1a35 0% 0% no-repeat padding-box;
border-radius: 100%;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
#custom-nav .right-menu .burger {
left: unset !important;
top: unset !important;
}
#custom-nav .left-menu .burger, #custom-nav .right-menu .burger {
position: relative;
left: 1.875rem;
top: 0.625rem;
display: flex;
width: 1.25rem;
height: 1.25rem;
cursor: pointer;
}
#custom-nav .left-menu .burger .burger-line, #custom-nav .left-menu .burger .burger-line:before, #custom-nav .left-menu .burger .burger-line:after, #custom-nav .right-menu .burger .burger-line, #custom-nav .right-menu .burger .burger-line:before, #custom-nav .right-menu .burger .burger-line:after {
width: 1.125rem;
height: 0.125rem;
background: #fff;
border-radius: 5px;
}
#custom-nav .left-menu .burger .burger-line:after, #custom-nav .right-menu .burger .burger-line:after {
transform: translateY(0.875rem);
}
#custom-nav .left-menu .burger .burger-line:before, #custom-nav .right-menu .burger .burger-line:before {
transition: all 0.3s ease-in-out;
}
#custom-nav .left-menu .burger .burger-line:before, #custom-nav .right-menu .burger .burger-line:before {
transform: translateY(0.4375rem);
}
#custom-nav .left-menu .burger .burger-line:before, #custom-nav .left-menu .burger .burger-line:after, #custom-nav .right-menu .burger .burger-line:before, #custom-nav .right-menu .burger .burger-line:after {
content: "";
position: absolute;
}
#custom-nav .right-logo {
width: 8rem;
z-index: 10;
}
#custom-nav .right-logo a {
display: flex !important;
align-items: center !important;
}
#custom-nav .right-logo a img {
max-width: 95px;
}
@media only screen and (min-width: 992px) {
#custom-nav .wave-absolute {
top: 0;
left: 0;
max-width: 27.0625rem;
}
}
@media only screen and (min-width: 768px) {
#custom-nav {
padding-bottom: 1.8rem !important;
padding-top: 1.8rem !important;
padding-left: 0 !important;
margin-top: 0 !important; }
#custom-nav .wave-absolute {
top: 0;
left: 0;
max-width: 27rem;
}
#custom-nav .left-menu {
display: block !important;
}
#custom-nav .right-menu {
display: none !important;
}
}
#fullscreen-custom-nav {
position: fixed; width: 100%;
height: 100%;
background: #ee1a35 !important;
z-index: 101;
justify-content: space-between !important; display: flex !important; transition: -webkit-transform .5s ease;
transition: transform .5s ease;
-webkit-transform: translateX(-110%);
-ms-transform: translateX(-110%);
transform: translateX(-110%);
}
#fullscreen-custom-nav.open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%)
}
#fullscreen-custom-nav .main-content {
padding-left: 2rem !important;
padding-right: 2rem !important;
padding-top: 1rem !important;
flex: 0 0 calc(12 / 12 * 100%);
max-width: calc(12 / 12 * 100%);
}
@media only screen and (min-width: 768px) {
#fullscreen-custom-nav .main-content {
padding-left: 0rem !important;
padding-right: 4.5rem !important;
margin-left: 2rem !important;
flex: 0 0 calc(4 / 12 * 100%);
max-width: calc(4 / 12 * 100%);
}
}
@media only screen and (min-width: 992px) {
#fullscreen-custom-nav .main-content {
flex: 0 0 calc(3 / 12 * 100%);
max-width: calc(3 / 12 * 100%);
}
}
#fullscreen-custom-nav ul.parent-links {
list-style: none;
padding: 0px !important;
}
#fullscreen-custom-nav ul.parent-links li {
position: relative !important;
display: flex;
align-items: center; flex-wrap: wrap;
}
#fullscreen-custom-nav ul.parent-links li .menu-item {
margin-bottom: 0.5rem;
display: flex;
align-items: center !important;
justify-content: space-between !important;
cursor: pointer;
width: 100%;
}
@media (min-width: 768px) {
#fullscreen-custom-nav ul.parent-links > li:not(.close-button):after {
content: "";
position: absolute;
height: 24px;
width: 70%;
background-image: url(//q-rent.com/wp-content/themes/Divi-child/left-arrow-svgrepo-com.svg);
right: -4.5rem;
background-size: contain;
background-repeat: no-repeat;
background-position: center right;
transition: opacity 0.3s, right 0.4s;
opacity: 0;
visibility: hidden;
}
#fullscreen-custom-nav ul.parent-links li:not(.close-button):hover:after {
opacity: 1;
visibility: visible;
}
}
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item{
text-align: left;
justify-content: flex-end ! important; font-size: 1.125rem;
color: #fff;
font-weight: 600;
margin-left: -12px;
margin-bottom: 2rem;
}
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item span {
display: none;
}
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item img {
margin-right: -29px;
}
#fullscreen-custom-nav ul.parent-links li:not(.close-button) .menu-item {
transition: margin 0.4s;
}
#fullscreen-custom-nav ul.parent-links li .menu-item .h4 {
font-weight: 600;
line-height: 2rem;
font-size: 20px;
color: #fff;
margin-bottom: 0.5rem;
}
#fullscreen-custom-nav ul.parent-links li .menu-item .icon-arrow {
margin-right: -16px;
position: relative !important;
}
@media (min-width: 768px) {
#fullscreen-custom-nav ul.parent-links li .menu-item {
margin-bottom: 0px;
} #fullscreen-custom-nav ul.parent-links li:not(.close-button):hover > .menu-item {
margin-left: 1.25rem;
margin-right: -1.25rem; }
}
@media (max-width: 768px) {
#fullscreen-custom-nav ul.parent-links li .menu-item .icon-arrow img {
max-width: 34px;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item h3 {
margin-bottom: 0.25rem !important;
font-size: 1.5rem !important;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item p {
margin-bottom: 0.5rem !important;
}
}
@media only screen and (min-width: 992px) {
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item {
justify-content: flex-start ! important;
}
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item span {
display: inline;
}
#fullscreen-custom-nav ul.parent-links li.close-button .menu-item img {
margin-right: 0;
}
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item h3 {
font-weight: 600;
line-height: 2.75rem;
margin-bottom: 1.5rem;
font-size: 2.375rem;
color: #ee1a35 !important;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item p {
margin-bottom: 2rem;
}
#fullscreen-custom-nav > .main-content > hr {
border-color: #fff;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item hr {
width: 100%;
border: 1px solid #fff;
box-shadow: 0px 1px 0px #00000029;
opacity: 0.41;
margin-bottom: 2rem;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item ul.sub-menu-links {
list-style: none;
padding: 0px !important;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item ul.sub-menu-links li a {
min-height: 1.25rem;
margin-bottom: 2rem;
color: #ee1a35 !important;
display: flex;
font-weight: 600;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item ul.sub-menu-links li a:hover {
text-decoration: underline;
}
#fullscreen-custom-nav ul.parent-links li .sub-menu-item ul.sub-menu-links li a img {
width: 25px;
margin-left: 1.5rem;
}
.sub-menu-item, .init-sub-menu-item {
position: fixed !important;
top: 0;
left: 100%;
width: 100%;
color: black;
height: 100%;
z-index: 30;
cursor: initial;
overflow-y: auto;
overflow-x: hidden;
display: flex;
background-color: #fff;
}
@media only screen and (max-width: 993px) {
.submenu-image-wav {
display: none !important;
}
.sub-menu-item {
transition: left 0.3s;
left: -100%;
}
.sub-menu-item.is-open {
left: 0;
position: fixed;
padding: 1rem 2rem;
opacity: 1 !important;
visibility: visible !important;
}
.is-open .sub-menu-item-content {
flex: 0 0 100%;
max-width: 100%;
display: flex !important;
flex-direction: column !important;
}
.is-open .sub-menu-item-image {
opacity: 0;
visibility: hidden;
}
}
.sub-menu-item {
z-index: 100;
}
.init-sub-menu-item {
opacity: 0;
visibility: hidden;
}
a.close-this-sub-menu-item {
color: rgb(0 0 0 / 70%);
display: flex;
margin-bottom: 2rem;
}
a.close-this-sub-menu-item img {
opacity: .6;
margin-right: 8px;
}
@media only screen and (min-width: 992px) {
.sub-menu-item, .init-sub-menu-item {
width: calc(100% - calc(25% + 2rem));
}
.init-sub-menu-item {
right: 0 !important;
left: unset !important;
background-color: #ee1a35;
opacity: 1;
visibility: visible;
}
}
@media only screen and (min-width: 768px) {
a.close-this-sub-menu-item {
opacity: 0;
visibility: hidden;
}
}
@media only screen and (min-width: 768px) {
#fullscreen-custom-nav ul.parent-links li .sub-menu-item {
left: calc(33.33% + 2rem) !important;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
}
#fullscreen-custom-nav ul.parent-links li:hover > .sub-menu-item{
opacity: 1;
visibility: visible;
}
}
@media only screen and (min-width: 992px) {
#fullscreen-custom-nav ul.parent-links li .sub-menu-item {
left: calc(25% + 2rem) !important;
}
}
.sub-menu-item .sub-menu-item-content, .init-sub-menu-item .sub-menu-item-content {
flex: 0 0 100%;
max-width: 100%;
display: flex !important;
flex-direction: column !important;
}
@media (min-width: 768px) {
.sub-menu-item .sub-menu-item-content, .init-sub-menu-item .sub-menu-item-content {
flex: 0 0 50%;
max-width: 50%; transition: left 0.5s;
position: relative;
z-index: 30;
padding-left: 3rem;
padding-top: 3rem;
padding-right: 0px;
}
}
.sub-menu-item .sub-menu-item-image, .init-sub-menu-item .sub-menu-item-image {
flex: 0 0 50%;
max-width: 50%;
display: flex;
justify-content: flex-end;
}
.sub-menu-item .sub-menu-item-image .cover-image, .init-sub-menu-item .sub-menu-item-image .cover-image {
width: 34.5vw;
height: 100%;
bottom: 0;
right: 0;
object-fit: cover;
z-index: 10;
}
.sub-menu-item .sub-menu-item-image .submenu-image-wav, .init-sub-menu-item .sub-menu-item-image .submenu-image-wav {
z-index: 40;
pointer-events: none;
bottom: 0;
right: 0;
width: 61.75vw;
position: fixed !important;
vertical-align: middle;
}  a.close-custom-nav {
position: absolute;
top: 6px;
right: -18px;
background: #fff;
border-radius: 100%;
display: flex;
align-items: center !important;
justify-content: center;
height: 45px;
width: 45px;
}
a.close-custom-nav img {
max-width: 25px;
} .goyang:hover {
transform: translateX(0px) translateY(-2px)!important;
}
#our-services-section-, .galeri-list-div {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#our-services-section- > *, .galeri-list-div > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
#our-services-section {
margin-top: 0px;
}
#our-services-section .glide__slide {
height: auto !important;
}
#our-services-section .service-item-wrapper {
line-height: 1.8em;
background-color: #ffffff;
border-radius: 10px 10px 10px 10px;
overflow: hidden;
height: 100%; box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 5%);
display: flex;
flex-wrap: wrap;
}
#our-services-section .service-item-wrapper .service-text{
padding: 0px 10px 10px;
}
#our-services-section .service-item-wrapper a{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px 10px;
background: #25d466;
color: #fff;
font-weight: 600;
font-size: 16px;
margin-top: auto;
}
#our-services-section .service-item-wrapper a img {
max-width: 18px;
margin-right: 5px;
}
#our-services-section .service-item-wrapper h4 {
color: #ee1a35;
font-weight: 600;
text-align: center;
margin-top: 10px;
}
#our-services-section .service-item-wrapper p {
text-align: center;
} .service-image img {
border-radius: 5px 5px 0px 0px;
}
#our-services-section- .service-item, .galeri-list-div .galeri-item {
flex: 0 0 auto;
width: 50%;
margin-bottom: 30px!important;
}
@media (min-width: 768px) {
#our-services-section- .service-item {
flex: 0 0 auto;
width: 33.33333333%;
}
.galeri-list-div .galeri-item {
flex: 0 0 auto;
width: 25%;
}
}
.testimony-list-div .slick-track, .testimony-list-div .glide__slide
{
display: flex !important;
align-items: center;
justify-content: center;
}
.testimony-list-div .slick-slide, .testimony-list-div .glide__slide
{
height: inherit !important;
}
.testimony-list-div .slick-slide > div , .testimony-list-div .slick-slide .testimony-item, .testimony-list-div .slick-slide .testimony-wrapper, .testimony-list-div .glide__slide .testimony-wrapper{
height: 100%;
padding: 0px 13px;
}
.testimony-list-div .testimony-image {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.testimony-list-div img {
max-height: 100px;
}
.testimony-list-div .slick-dots {
bottom: -50px;
}
.testimony-list-div .slick-dots li button {
width: 20px;
height: 20px;
}
.testimony-list-div .slick-dots li button:before {
width: 20px;
height: 20px;
font-size: 10px;
}
.testimony-list-div .glide__bullets {
bottom: -30px !important;
}
.testimony-list-div .glide__bullets button {
background-color: #000 !important;
}
.testimony-list-div .glide__bullets button.glide__bullet--active {
background-color: #ee1a35 !important;
}
.galeri-list-div .galeri-item img {
border-radius: 8px;
}
.galeri-list-div .galeri-item h4 {
text-align: center;
line-height: 17px;
font-size: 14px;
font-weight: 600;
}
@keyframes floating {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(1rem);
}
100% {
transform: translateY(0px);
}
}
.bottom-hero {
bottom: 1.25rem;
left: 0;
right: 0;
z-index: 9;
font-size: 0.875rem;
animation: floating 2s ease-in-out infinite;
color: #fff;
margin: auto !important;
width: 50% !important;
position: absolute !important;
align-items: center !important;
flex-direction: column !important;
display: flex !important;
}
.bottom-hero .margin-bottom {
margin-bottom: 0.25rem;
text-align: center;
}
.bottom-hero .arrow-icon{
width: 1rem;
height: 1rem;
position: relative;
cursor: pointer;
margin-bottom: 0.5rem;
font-size: 0.875rem;
color: #fff;
}
.bottom-hero .arrow-icon:before {
content: "";
height: 0.875rem;
width: 0.125rem;
border-radius: 0.625rem;
position: absolute;
background-color: #fff;
left: 0;
right: 0;
bottom: 0;
margin: auto;
box-shadow: 0 0.188rem 0.75rem #000;
}
.bottom-hero .arrow-icon:after {
content: "";
height: 0.625rem;
width: 0.625rem;
border-bottom: 0.125rem solid #fff;
border-right: 0.125rem solid #fff;
position: absolute;
transform: rotate(45deg);
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
@media (min-width: 1400px) {
#row-why-us {
position: relative !important;
margin: auto !important;
}
#col-why-us-1 {
position: relative !important;
} }
.whatsapp-button-float  {
position: fixed;
z-index: 9000;
right: 12px;
bottom: 12px;
}
.whatsapp-button-float a {
width: 60px;
height: 60px;
display: flex;
border-radius: 50%;
background-color: #25d366;
overflow: hidden;
border-radius: 100%;
padding: 8px;
}
.whatsapp-button-float a img {
max-width: 100%;
}
.whatsapp-button-float a:hover {
transform: translateX(0px) translateY(-2px)!important;
}
.whatsapp-button-float-tooltip{
position: absolute;
top: 14px;
right: 70px;
max-width: 300px;
height: 32px;
padding: 0 14px;
border: none;
border-radius: 16px;
background: #fff;
color: rgba(0,0,0,.8);
line-height: 31px;
white-space: nowrap;
opacity: 0;
transition: opacity .1s ease-out .2s;
filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
pointer-events: none;
}
a:hover  ~ .whatsapp-button-float-tooltip {
opacity: 1;
}
.whatsapp-button-float-tooltip:after{
content: "";
display: block;
position: absolute;
top: 10px;
right: -6px;
border: 8px solid transparent;
border-width: 6px 0 6px 8px;
border-left-color: #fff;
}
.whatsapp-modal {
position: fixed;
background: #0000008c;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 20000;
display: none;
justify-content: center;
align-items: center;
}
.whatsapp-modal.is-open-modal {
display: flex;
}
.whatsapp-modal-close-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1;
}
.whatsapp-modal-wrapper {
background: #fff;
max-width: 576px;
min-width: 480px;
margin: 20px;
border-radius: 6px;
padding: 20px 20px 10px 20px;
z-index: 2;
}
@media only screen and (max-width: 470px) {
.whatsapp-modal-wrapper {
min-width: 0;
}
}
.whatsapp-modal-wrapper h3 {
font-size: 14px;
font-weight: 600;
}
.whatsapp-modal-wrapper .wa-list-number {
display: flex;
flex-wrap: wrap;
}
.wa-list-number-button {
width: 50%;
max-width: 50%;
text-align: center;
padding: 10px;
}
.whatsapp-modal-wrapper .wa-list-number a {
text-align: center;
display: block;
background-color: #25d366;
padding: 5px;
color: #fff;
border-radius: 4px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.whatsapp-modal-wrapper .wa-list-number a img {
width: 21px;
margin-right: 5px;
}
.check-box-list ul li:before {
content: "\52";
font-size: 28px;
color: #ee1a35;
font-family: etmodules !important;
margin-right: 8px;
bottom: -2px;
position: relative;
display: block;
font-weight: 600;
}
.check-box-list ul {
padding-left: 0px !important;
}
.check-box-list ul li {
list-style: none;
margin-top: 5px;
display: flex;
min-height: 40px;
}