body 
{
    margin:0px;
    font-family: 'Arial' !important;
    background-color: #0E0E0E !important;
}
.owl-carousel,.about_section
{
    border-bottom: 1px solid white;
     background: linear-gradient(to bottom, white -10%, black 27%);
}
/* Dark Mode */
.dark_body{
    background-color: #0E0E0E !important;
}
.dark_font
{
    color: white !important;
}
.dark_button
{
    background-color: #f57722 !important;
}
.dark_item:hover {
    background-color: #f57722 !important;
}
/* Dark Mode */
.top_header
{
    background-color: #f57622;
    height: 56px;
    padding-left: 80px;
    padding-right: 80px;
    color: white;
}
.top_header_list
{
    list-style:none;
    display: flex;
    align-items: center;
    margin: 0 -40px;
    padding: 18px 0 18px 0;
}
.top_header_item{
    padding: 0 40px;
    position: relative;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.top_header_list_first >:first-child {
    margin-right: auto;
}
.top_header_item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    border-right: solid 1px currentColor;
    opacity: 0.3;
}
.top_header_item_social {
    font-size: 18px;
    white-space: nowrap;
}
.social_links {
    margin: 0 -10px;
}
.social_links_item {
    /* opacity: 0.3; */
    margin: 0 10px;
}
.top_header_fa_icon
{
    color:white;
}
.header_desktop_outer
{
    background-color: #ffffff;
}
.header_desktop_row
{
    height: 101px;
    position: relative;
    display: flex;
    color: #222222;
    background-color:  #ffffff;
    transition: height 0.3s linear;
}
.header_desktop_row_item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.header_desktop_row:not(:last-child) {
    border-right: solid 1px #dedede;
}
.header_logo {
    padding: 15px 40px;
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_menu {
    position: relative;
    margin-right: 40px;
    margin-left: 40px;
    align-self: stretch;
}
.header_menu_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.header_desktop_row_item_menu {
    flex: 1 1 auto;
    justify-content: flex-end;
}
.header_menu_item {
    font-size: 17px;
    line-height: 5.9;
    /* line-height: 1.2; */
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}
.header_menu_item > a:hover{
    color: #f57622 !important;
}
.header_menu_item + .header_menu_item {
    margin-left: 30px;
}
.header_scrolled{
    position:fixed !important;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.owl-nav {
    color: white !important;
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    opacity: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 18px !important;
}
.owl-nav button {
    color: #fff;
    border: none;
    width: 50px; /* Width of the button */
    height: 50px; /* Height of the button */
    font-size: 24px; /* Size of the arrow */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s; /* Add transition for hover effects */
}

.owl-nav button:hover {
    background: transparent !important;
    transform: scale(1.1); /* Scale up on hover */
}

.owl-nav .owl-prev {
    left: 10px;
    font-size: 40px !important;
}

.owl-nav .owl-next {
    right: 10px;
    font-size: 40px !important;
}
.image-container {
    position: relative; /* Position relative for the overlay */
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; /* Add rounded corners to the images */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hide overlay by default */
    transition: opacity 0.3s; /* Smooth transition for the overlay */
}

.image-container .overlay {
    opacity: 1; /* Show overlay on hover */
}

.overlay h3 {
    margin: 0;
    font-size: 24px; /* Title font size */
}

.overlay p {
    margin: 0;
    font-size: 16px; /* Description font size */
}
.owl-carousel:hover .owl-nav {
    opacity: 1; 
}
.heading_default {
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 200px 0px 200px;
    text-align: left;
}
.heading_conent
{
    text-align: center;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
}
.categories_list {
    display: grid;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-columns: repeat(min(4, 4), 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding: 20px;
}
.categories_list1 {
    grid-template-columns: repeat(min(5, 5), 1fr);
}
.categories_list2 {
    grid-template-columns: repeat(min(4, 4), 1fr);
    max-width:1400px;
}
.categories_list3 {
    grid-template-columns: repeat(min(3, 3), 1fr);
    /* max-width:1400px; */
}
.categories_item {
    position: relative;
    z-index: 3;
    background-color: #f6f6f6;
}
.categories_link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #222222;
}
.categories_image_wrap {
    position: relative;
    padding-bottom: 97.2%;
}
.categories_image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.categories_image_overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
}
.categories_link:hover .categories_image_overlay {
    opacity: .7;
}
.categories_link:hover .categories_plus {
    opacity: 1;
}
.categories_title_image {
    flex: 1 1 auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    min-height: 100px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
}
.categories_title_image1
{
    min-height: 60px;
}
.categories_title_image:before {
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -36px;
    width: 0;
    height: 0;
    border-right: 36px solid transparent;
    border-bottom: 25px solid #f57622;
    border-left: 36px solid transparent;
    content: "";
    opacity: 0;
    transform: scaleY(.1);
    transform-origin: center bottom;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
}
.categories_plus {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 10%;
    right: 10%;
    top: 50%;
    width: 85%;
    /* margin-left: -29px; */
    margin-top: -29px;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
}
.categories_link:hover .categories_title_image {
    color: #fff;
    background-color: #f57622;    
}
.categories_link:hover .categories_title_image:before {
    opacity: 1;
    transform: scaleY(1);
}
a:focus, a:hover {
    text-decoration: none !important;
}
.img_background{
    background-color: #f57622;
    background-image: url('/master-power/public/images/back.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 40px 120px 40px;
    position: relative;
    background-attachment: fixed;
}
.img_background_overlay
{
    background-color: #222222;
    opacity: 0.86;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.img_background_container{
    max-width: 1382px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.img_background_container_column
{
    width: 100%;
    position: relative;
    min-height: 1px;
    display: flex;
}
.img_background_container_wrap
{
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.img_background_container_wrap>.img_background_container_row {
    width: 100%;
}
.content_counter{
    color: #ffffff;
}
.content_counter_list{
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.content_counter_item{
    width: 25%;
    padding: 20px;
}
.content_counter_item_wrap{
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.content_counter_row{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.content_counter__counter{
    color: #f57622;
    position: relative;
    flex: 0 0 auto;
    font-size: 74px;
    margin-right: 25px;
    font-weight: 700;
    line-height: 1;
}

.content_counter__icon{
    display: block;
    height: 85px;
    font-size: 85px;
    line-height: 1;
}
.content_counter__title{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.67;
}
.content_counter__subtitle{
    font-weight: 400;
    line-height: 1.63;
    opacity: .6;
}
.img_rental
{
    /* background-color: #000; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 40px 60px 40px;
    /*background: linear-gradient(to bottom, white -10%, black 27%);*/
}

.img_rental_row
{
    width: 50%;
}
.img_rental_container{
    padding: 0px 70px 0px 0px;
}
.img_rental_heading{
    text-align: left;
    color: white;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 10px;

}
.img_rental_heading1{
    text-align: left;
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    padding-top: 10px;
}
.img_support
{
    background-color: #f57622;
    background-image: url('/master-power/public/images/place.png');
    background-position: center center;
    background-repeat: repeat;
    position: relative;
}
.container_gap
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.img_deal
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 60px 0px;
    position: relative;
}
.img_deal_container{
    justify-content: center;
    max-width: 1220px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.img_rental_icon_list{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.img_rental_icon_list_row{
    margin: 0 0 20px -30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.img_rental_icon_list_item{
    position: relative;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    margin-left: 30px;
    margin-bottom: 30px;
    width: 262.5px;
    background-color: #ffffff;
    color: #222222;
    transition: opacity 0.3s linear,visibility 0.3s linear,color 0.3s linear,border-color 0.3s linear,background-color 0.3s linear,box-shadow 0.3s linear,transform 0.3s linear;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.img_rental_icon_list_item_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 33px 30px 40px;
}
.img_rental_icon_list_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: 1px dotted;
    border-radius: 55px;
    overflow: hidden;
}
.img_rental_icon_list_title{
    margin-top: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #222222;
}
.img_rental_icon_list_item:nth-child(2n) {
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
}
.heading_img
{
    line-height: 1;
    font-weight: 600;
    font-size: calc(23.2px + 2.125vw) !important;
    padding-bottom: 10px;
}
.heading1_img
{
    font-size: calc(10.2px + 1.125vw) !important;
}
a{
    cursor: pointer !important;
}
.img_background_widget_wrap{
    align-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.img_rental_column{
    width: 15.16%;
    position: relative;
    min-height: 1px;
    display: flex;
}
.img_widget_container{
    padding: 0% 10% 0% 10%;
}
.img_widget_img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.img_w_c{
    max-width: 1350px;
    min-height: 192px;
}
.img_widget_heading{
    text-align: left;
    color: #222222;
    font-size: 1.55em;
    font-weight: 700;
}
.img_w_w{
    width: 30.98%;
}
.img_w_w1{
    width: 6.647%;
}
.img_w_w2{
    width: 27.195%;
}
.img_h_f{
    text-align: left;
    color: #222222;
    font-family: "Barlow", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.img_h_f2{
    text-align: left;
    color: var(--e-global-color-primary);
    font-family: "Barlow", Sans-serif;
    font-size: 36px;
    font-weight: 600;
}
.img_w_w3{
    width: 20%;
}
.img_button{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: #222222;
    padding: 20px 40px;
    color: white !important;
}
.img_rental_icon_list_item:hover {
    color: white !important;
    background-color: #222222;
}
a:hover,a:hover > .img_rental_icon_list_title {
    color: white !important;
}
a{
    color: #222222 !important;
}
.rental_widget_wrap{
    padding: 66px 0px 0px 0px;
}
.rental_widget_container{
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}
.rental_widget_heading{
    /*text-align: left;*/
    color: #888888;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 20px;
    text-align: left;
}
.img_c_p{
    padding: 0px 30px 0px 0px;
}
.rental_widget_heading1{
    text-align: left;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 20px;
}
.img_rental_icon_list_wrap > svg{
    width: 60px !important;
    height: 60px !important;
}
.top_nav_icons{
    color:white !important;
    margin-left: 10px;
    font-weight: bold;
}
.top_nav_icon{
    font-size: 24px !important;
}
.footer{
    background-color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 25px 0px 25px;
    border-top: 1px solid white;
}
.footer_container{
    max-width: 1450px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer_widget_wrap{
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.footer_widget_container{
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_heading{
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer_column{
    width: 25%;
}

.header_menu_toggle {
    display: none; /* Show the toggle button */
}

.about_section{
    position: relative;
}

.about_container{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.about_column{
    position: relative;
    min-height: 1px;
    display: flex;
    width: 100%;    
}
.about_widget-wrap{
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.about_header{
    position: relative;
    padding: 20px 0 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 465px;
    color: white;
    background-color: #0d0808;
    width: 100%;
    clear: both;
    min-width: 320px;
}
.about_img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    opacity: 0.26;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.about_shadow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    max-height: 100%;
    opacity: 0.85;
    background-image: linear-gradient(to top, #0d0808, rgba(13,8,8,0));
    z-index: 1;
}
.about_page_wrap{
    flex: 0 1 auto;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
.about_page_title{
    font-size: calc(30px + 34 * (100vw - 320px) / 1079);
    font-weight: 600;
    line-height: 1.1;
    padding: 0;
    margin: 0;
    word-break: break-word;
    white-space: normal;
}
.contact_section{
    box-shadow: 16px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 120px 0px 60px 0px;
    position: relative;
}
.contact_overlay{
    /* background-image: url('/master-power/public/images/backimg.jpg'); */
    background-position: top center;
    background-repeat: repeat-x;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.contact_container{
    max-width: 1250px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.contact_column{
    /* width: 35.351%; */
    position: relative;
    min-height: 1px;
    display: flex;
}
.contact_page_wrap{
    background-color: #f57622;
    margin: 0px 0px 0px 0px;
    padding: 60px 60px 60px 60px;
    display: flex;
    position: relative;
    width: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.contact_widget_container
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
}
.contact_icon_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.contact_icon_list_item{
    display: flex;
    font-size: 24px;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.contact_icon_list_icon{
    padding-right: 17px;
    text-align:center;
    display: flex;
    position: relative;
    top: initial;
}
.contact_icon_list_text{
    color: #FFFFFF;
    align-self: center;
    padding-inline-start: 5px;
    width: 315px;
}
.contact_section1
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F3DA8F;
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 0px 0px 25px 0px;
    width: 100%;
}
.contact_column1{
    width: 17.716%;
}
.contact_page_icon_wrap{
    text-align: left;
}
.contact_page_icon_new{
    color: #FFFFFF;
    border-color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    font-size: 42px;
    text-align: center;
}
.top_nav_icon1
{
    font-size: 42px !important;
    color: white;
}
.c_i_l_item{
    padding-bottom: 20px;
}
.contact_page_wrap1{
    /* background-color: #FFFFFF; */
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: white;
    box-shadow: 13px -8px 57px -40px rgba(0, 0, 0, 0.5);
    padding: 60px 60px 60px 60px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.contact_container1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 27px 0px;
}
.contact_heading{
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
}
.contact_heading1{
    text-align: left;
    font-size: 18px;
    font-style: italic;
    line-height: 1.44;
    color: white;
}
.contact_inline_form{
    display: flex;
    align-items: flex-start;
    margin: 0 -7.5px;
}
.inputClass{
    font-size: 16px;
    line-height: 24px;
    color: white;
    border: solid 1px white;
    padding: 18px 25px 18px 25px;
    background-color: transparent;
    height: auto;
    min-width: 0;
    border-radius: 2px;
    width: 100%;
}
.contact_inline_form > * {
    flex: 1 1 auto;
    margin: 0 7.5px;
    padding-bottom: 20px;
}
.pbClass{
    padding-bottom: 10px;
}
.send_button{
    color: white;
    background-color: #f57722;
    padding: 20px 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 2px;
}
.btn_1{
    padding: 20px 0px 0px 0px;
}
.faIcon{
    padding-right: 10px;
}
.f_w_c
{
    padding: 0px 65px 35px 0px;
    color: #FFFFFFAB;
    font-size: 18px;
    margin: 0px;
}
.footer_social{
    padding-left: calc(16px / 3* 1.6);
    padding-right: calc(16px / 3* 1.6);
    font-size: 16px;
    margin: calc(-30px / 2);
    display: inline-flex;
    align-items: center;
}
.footer_social_icon{
    color: #BDB6B6;
    width: 16px;
    margin: calc(30px / 2);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.footer_social_icon::after{
    background-color: #292929;
    margin-left: -16px;
    margin-top: -16px;
    width: calc(16px* 2);
    height: calc(16px* 2);
    border-radius: 50%;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}
.footer_social_icon:hover::after{
    background-color: #f57622;
}
.footer_social_icon:hover
{
    color: white;
}
.footer_icon_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer_icon_list_item{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    font-size: 17px;
    align-items: center;
    padding-bottom: calc(20px / 2);
}
.footer_icon_list_text{
    color: #FFFFFFAB;
    align-self: center;
    padding-inline-start: 5px;
}
.footer_icon_list_icon{
    color: #888888;
    font-size: 10px;
    top: initial;
    padding-right: 9px;
}
.footer_icon_list_item:hover .footer_icon_list_icon{
    color: #f57622;
}
.footer_icon_list_item:hover .footer_icon_list_text{
    color: white;
}
.footer_section
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #303030;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
}
.footer_section_container{
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer_section_column{
    width: 17.716%;
    position: relative;
    min-height: 1px;
    display: flex;
}
.footer_section_widget_wrap{
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.footer_section_widget_container{
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_section_icon_wrapper{
    text-align: left;
}
.footer_section_icon{
    color: white;
    border-color: white;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}
.footer_section_icon svg{
    fill:white;
    height: 40px;
    width: 1em;
    position: relative;
    display: block;
}
.f_s_c1{
    width: 82%;
    position: relative;
    min-height: 1px;
    display: flex;
}
.footer_section_heading_title{
    color: #FFFFFFAB;
    font-size: 17px;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.footer_section_heading_title1
{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.1em;
    padding: 0;
    margin: 0;
}
.footer_copyright{
    background-color: #111111;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #303030;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
.footer_copyright_container
{
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer_copyright_column{
    width: 100%;
    position: relative;
    min-height: 1px;
    display: flex;
}
.footer_copyright_wrap{
    padding: 10px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.footer_copyright_widget_container{
    text-align: center;
    color: #FFFFFFFC;
    font-size: 18px;
    line-height: 1.875;
    font-weight: normal;
}
.d_img
{
    width: 300px;
}
.d_img_rental_container
{
    text-align: center;
    padding: 50px 20px 0px 0px;
}
.d_img1{
    margin-left:15px;
}
.heading_default3
{
    padding:15px 90px 20px 60px;
    color: white;
}
.heading_default4
{
    padding:20px 90px 0px 60px;
    color: white;
}
.img_rental1{
    background-color: #000;
}
.heading_conent1
{
    color: #f67622;
    padding-top: 20px;
}
.c_icon{
    color:#ff8231
}
.s_img_rental_heading1
{
    color: white;
}
.heading_conent2
{
    text-align: left;
    padding: 0px 110px;
    color: #f67622;
    font-size: 25px;
}
.heading_conent3{
    padding: 20px 110px 0px 60px;
}
.heading_default5
{
    padding-top:10px;
}
.heading_default6
{
    padding: 15px 20px 0px 20px;
}
.heading_default7
{
    padding: 10px 20px 15px 20px;
}
.heading_div{
    border: 1px solid #222222;
    margin: 10px 115px 0px 115px;
    border-radius: 10px;
}
.ir_div{
    padding: 30px 40px 30px 40px;
}
.d_img_rental_container1{
    padding: 10px 0px 0px 0px;
}
.td_div{
    text-align: justify;
    color: white !important;
}
.th_div{
    text-align: center;
    color: #f67622;
    font-size: 18px;
}
.categories_image_wrap1 {
    padding-bottom: 50%;
}
.categories_title_image2{
    display:block;
    text-align: left;
    color: #f67622;
    padding: 20px 10px 10px 10px;
}
.categories_link:hover .categories_title_image2
{
    color: #f67622;
    background-color: transparent;
}
.categories_link:hover .categories_title_image2:before
{
    opacity: 0;
}
.img_desc{
    color: #222222;
    font-weight: normal;
    font-size: 17px;
    padding: 20px 0px 20px 0px;
    text-transform: none;
}
.img_rental_heading2{
    text-align: center;
}
.img_background_container_row1
{
    width: 18% !important;
}
.img_background_container_row2
{
    width: 82% !important;
}
.img_rental_row1{
    margin: 0px 10px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.img_rental2
{
    padding: 0px 40px 40px 40px;
}
.team_img
{
    padding-top: 40px;
    width: 600px;
    /*height: 450px;*/
     height: auto;
}
.header_menu_submenu{
    position: absolute;
    font-size: 15px;
    list-style: none;
    padding: 15px 0;
    width: 250px;
    margin: 0;
    left: -25px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s linear, opacity 0.15s linear;
    color: #222222;
    background-color: #FFFFFF;
    border: solid 1px rgb(221,221,221);
}
.has_children  > a::after
{
    content: "⯆";
    /*content: "˅";*/
    font-family: "theme-icons";
    font-size: 15px;
    line-height: 1;
    margin-left: 10px;
    display: inline-block;
    font-weight:600;
}
.header_menu_item:hover > .header_menu_submenu {
    opacity: 1;
    visibility: visible;
}
.header_menu_item > a {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
.submenu_subitem{
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    text-transform: none;
    font-weight: normal;
    white-space: normal;
}
.header_menu_submenu::after{
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: -8px;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border: solid 1px rgb(221,221,221);
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform-origin: center center;
    transform: rotate(45deg);
}
.submenu_subitem > a {
    display: block;
    padding: 7px 25px 7px 25px;
}
.header_menu_item:hover > a {
    color: #f67622 !important;
}
.submenu_subitem:hover > a {
    color: #f67622 !important;
}
.submenu_inner {
    /*left: 100%;*/
    /*right: unset;*/
    /*top: -16px;*/
    /*width: 175px;*/
        left: unset;
    right: 100%;
    top: -16px;
    width: 175px;
}
.submenu_subitem:hover > .header_menu_submenu {
    opacity: 1;
    visibility: visible;
}
.submenu_subitem > a::after
{
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform-origin: center;
    transform: rotate(45deg);
}
.submenu_inner::after {
    content: '';
    display: block;
    position: absolute;
    left: -7.5px;
    right: unset;
    top: 23px;
    width: 15px;
    height: 15px;
    background-color: var(--top-menu-submenu-bg-color);
    border: solid 1px var(--header-color-border);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform-origin: center center;
    transform: rotate(-135deg);
}
.submenu_inner_item {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    text-transform: none;
    font-weight: normal;
    white-space: normal;
}
.submenu_inner_item > a {
    display: block;
    padding: 7px 25px 7px 25px;
}
.submenu_inner_item:hover > a {
    color: #f67622 !important;
}

/* whatsapp icon */

/* Floating WhatsApp Button */
.whatsapp-float {
    /*position: fixed;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*bottom: 40px;*/
    /*right: 40px;*/
    /*background-color: #25D366;*/
    /*color: #FFF;*/
    /*border-radius: 10px;*/
    /*text-align: center;*/
    /*font-size: 30px;*/
    /*box-shadow: 2px 2px 3px #999;*/
    /*z-index: 1000;*/
    /*animation: bounce 2s infinite; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    background-color: #25d3668a;
    border-radius: 29%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 50%;
    height: 50%;
    border-radius: 0;
    vertical-align: middle;
    /*margin-top:15px;*/
    object-fit: cover;
    
    /*  width: 100%;*/
    /*height: 100%;*/
    /*border-radius: 50%;*/
    /*object-fit: cover;*/
}

.whatsapp-float:hover {
    background-color: #128C7E;
    animation: none; /* Stop animation on hover */
}

/* Bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Bounce up */
    }
}

/* whatsapp icon */


 /* Mobile styles */
 @media (max-width: 768px) {
    .top_header
    {
        display: none;
    }
    .header_desktop_row_item_menu {
        justify-content: end;
    }
    .header_logo {
        padding: 0px;
        min-width: 250px;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .header_desktop_outer {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the left */
    }

    .header_logo img {
        width: 80%; /* Adjust logo size for mobile */
        max-width: 200px; /* Max width for logo */
        margin-bottom: 10px; /* Space below the logo */
    }

    .header_menu {
        display: none; /* Hide the menu by default */
        width: 100%; /* Take full width */
    }

    .header_menu.active {
        display: flex; /* Show menu when active */
        flex-direction: column; /* Stack menu items vertically */
    }

    .header_menu_item {
        margin: 10px 0; /* Vertical margin for menu items */
        font-size: 14px; /* Smaller font size for mobile */
        text-align: center; /* Center align menu items */
    }

    /* Style for menu toggle button */
    .header_menu_toggle {
        display: block; /* Show toggle button */
        cursor: pointer;
        padding: 10px;
        font-size: 16px;
        /*background-color: #007BFF; */
        background-color: #f57622; /* Button color */
        color: white; /* Button text color */
        border: none;
        border-radius: 5px; /* Rounded corners */
        margin-bottom: 10px; /* Space below the button */
        font-weight:600;
    }
    .heading_img {
        font-size: calc(10.2px + 2.125vw) !important;
        padding: 0px 35px 0px 35px;
        text-align: center;
    }
    .heading1_img{
        padding: 15px 35px 0px 35px;
        text-align: center;
    }
    .img_rental_row {
        width:100%;
    }
    .img_background_container
    {
        display: block;
    }
    .img_rental_container > img{
        width: 300px;
        padding: 10px 10px 10px 10px;
    }
    .img_rental
    {
        padding: 10px 10px 10px 10px;
    }
    .img_rental_heading1, .heading_conent
    {
        font-size: 28px;
        text-align: center;
    }
    .img_rental_container
    {
        padding: 0px;
    }
    .heading_default
    {
        padding: 0px 10px 0px 10px;
    }
    .categories_list
    {
        grid-template-columns: repeat(min(1, 1), 1fr);
        width: 325px;
    }
    .content_counter_item
    {
        width: 100%;
    }
    .img_rental_column
    {
        width: 100%;
    }
    .img_w_w1
    {
        display: none;
    }
    .img_deal{
        padding: 10px 0px 10px 0px;
    }
    .img_deal_container{
        display:block;
    }
    .img_rental_icon_list_row
    {
        margin: 0px;
    }
    .img_rental_icon_list_item:nth-child(2n) {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .rental_widget_wrap
    {
        padding: 0px;
    }
    .rental_widget_heading1
    {
        padding: 10px;
        font-size: 28px;
    }
    .rental_widget_heading
    {
        padding-bottom:0px;
    }
    .rental_widget_container
    {   
        padding: 10px 10px 0px 10px;
    }
    .footer_column
    {
        width: 100%;
    }
    .footer_container
    {
        display: block;
    }
    .footer_heading
    {
        font-size: 18px;
    }
    .footer
    {
        padding: 20px 20px 0px 20px;
    }
    .contact_column{
        display: block;
    }
    .contact_page_wrap,.contact_page_wrap1{
        width: 100%;
        padding:10px;
    }
    .contact_icon_list_text
    {
        width: 100%;
    }
    .contact_icon_list_item{
        font-size: 20px;
    }
    .contact_section
    {
        padding: 0px;
    }
    .contact_heading{
        font-size:34px;
    }
    .contact_heading1
    {
        font-size: 15px;
    }
    .d_img1{
        margin-left:0px;
    }
 }
 @media (min-width:320px) and (max-width:720px)
 {
    .img_rental_container1 > img {
        width: 60px;
        padding: 10px 10px 10px 10px;
    }
}
 @media  (min-width: 769px) and (max-width: 1439px)
 {
    .img_background_container,.categories_list2
    {
        max-width:1200px;
    }
    .d_img
    {
        width: 275px;
    }
    .img_rental_row
    {
        width:100%;
    }
 }
.row-bg
{
    background: linear-gradient(to bottom, white -10%, black 27%);
}

.row-bg1 {
    background: linear-gradient(to bottom, white -10%, black 15%);
}


@media (min-width:320px) and (max-width:720px)
{
 .img_rental_heading{
    text-align: left;
    color: white;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 10px;
    /*text-align: justify;*/
}
.img_new >img {
    width: 60px;
}
.heading_conent2 {
    padding: 0px 30px;
}
.heading_div {
    margin: 10px 15px 0px 15px;
}
li.header_menu_item > a {
    color: #fff !important;
    }
.header_menu_item
    {
        color:#fff;
    }
    /*edit on 08/10/25*/
.content_counter__counter
{
    color: #f57622;
    position: relative;
    flex: 0 0 auto;
    font-size: 60px !important;
    margin-right: 25px;
    font-weight: 700;
    line-height: 1;
}
.img_widget_img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 30%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.img_h_f2 {
    text-align: left;
    color: var(--e-global-color-primary);
    font-family: "Barlow", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

    .header_menu.active {
        /*display: flex;*/
        /*flex-direction: column;*/
        /*position: absolute;*/
        /*z-index: 2000;*/
        /*left: 0;*/
        /*background-color: black;*/
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 2000;
        /*left: 27px;*/
        right:-40px;
        background-color: black;
        width: 70%;
    }
 
    .header_menu_toggle
    {
        z-index:5000;
    }
   .header_menu_list {
     display: block ; 
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.img_button {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: #222222;
    padding: 8px 20px;
    color: white !important;
}
.categories_image_wrap {
    position: relative;
    padding-bottom: 70%;
}

.about_header {
    position: relative;
    padding: 20px 0 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 200px;
    color: white;
    background-color: #0d0808;
    width: 100%;
    clear: both;
    min-width: 320px;
}
.team_img
{
    display:none;
}
.img_widget_heading {
    text-align: left;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}
.img_h_f {
    text-align: left;
    color: #222222;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
    .img_h_f2 {
        text-align: left;
        color: var(--e-global-color-primary);
        font-family: "Barlow", Sans-serif;
        font-size: 25px;
        font-weight: 600;
    }
    .img_rental_row1 {
    margin: 0px 10px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    justify-self: center;
}
.footer_widget_container {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.heading_default {
        padding: 10px 0px 0px 0px;
    }
.td_div {
    text-align: center;
    color: white !important;
}
.categories_image_wrap > .categories_image
{
    border-radius: 20px 20px 0px 0px;
}
.categories_item 
{
    border-radius: 20px;
}

.contact_icon_list_item 
{
        font-size: 15px;
}
.top_nav_icon1 {
    font-size: 25px !important;
    color: white;
}
.contact_heading {
        font-size: 25px;
    }
.send_button {
    color: white;
    background-color: #f57722;
    padding: 10px 20px;
    font-size: 13px;
}

.img_rental_icon_list_item_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px;
}
.img_rental_icon_list_title {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #222222;
}
.img_rental_icon_list_wrap > svg {
    width: 40px !important;
    height: 40px !important;
}
.img_rental_icon_list_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px dotted;
    border-radius: 55px;
    overflow: hidden;
}

.img_rental_icon_list_item {
    position: relative;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 6%);
    margin:2px;
    width: 48%;
    background-color: #ffffff;
    color: #222222;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.img_c_p {
    padding: 0px 0px 0px 0px; 
}
.img_rental_icon_list_item:nth-child(2n) {
        margin-top: 0px;
        margin-bottom: 0px; 
    }
.img_rental_icon_list_row {
        margin: 0px;
        align-items: center;
        justify-content: center;
    }
    
    /*mobile menu*/
    	
.header_menu_submenu {
    width: 200px;
}
.submenu_subitem {
    font-size: 13px;
}
.submenu_inner_item {
    font-size: 13px;
   
}
.header_menu_item {
    line-height: 3.9;
}
.header_menu_submenu {
    position: absolute;
    font-size: 15px;
    list-style: none;
    padding: 15px 0;
    width: 250px;
    margin: 0;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s linear, opacity 0.15s linear;
    color: #222222;
    background-color: #FFFFFF;
    border: solid 1px rgb(221, 221, 221);
}
.submenu_inner {
    right: 70%;
    left: unset;
    top: 20px;
    width: 150px;
}
.header_menu_item_mobile
{
    margin-left:30px;
}
.has_children  > a::after
{
    /*content: "⯆ ˅";*/
    content: "˅";
    font-family: "theme-icons";
    font-size: 15px;
    line-height: 1;
    margin-left: 10px;
    display: inline-block;
    font-weight:600;
}
.header_menu_item_mobile
{
    margin-left:30px;
}
.menu_mob
{
    display:none;
}
}