/*
Theme Name:   Hello Elementor Child
Theme URI:    https://example.com/
Author:       Ali Russel
Author URI:   https://royex.ae/
Description:  Custom child theme for Hello Elementor
Template:     hello-elementor
Version:      1.0
Text Domain:  hello-elementor-child
*/


html {
  scroll-padding-top: 180px;
}



@font-face {
    font-family: 'clash_displaylight';
    src: url('fonts/clashdisplay-light-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.6px;
    font-display: swap;
    ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}




@font-face {
    font-family: 'clash_displaymedium';
    src: url('fonts/clashdisplay-medium-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.6px;
    font-display: swap;
    ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}




@font-face {
    font-family: 'clash_displayregular';
    src: url('fonts/clashdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}


/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body{
    text-shadow: none;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 !important;
    color: #202020;
    letter-spacing: 0.6px;
}
h1,h2,h3,h4,h5,h6,h7,h8,h9, h10{
    font-family: "clash_displaymedium", sans-serif;
    letter-spacing: 0.6px;
}
img {
  height: auto;
}

a{
    color: #FEB80A;
    text-decoration: none;
}
a:hover{
    color: #1497DB;
}
ul{
        list-style: none;
    padding: 0;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #151519f0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

#preloader.hide {
  opacity: 0;
  transform: scale(0.9);
	display: none;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
}

.loader {
  background: url('images/dubaiwithrahul_logo.png') no-repeat center center;
  width: 400px;
  height: 300px;
  animation: zoomInOut 1s ease-in-out infinite;
}
.sticky_header_section{
    border-bottom: 1px solid #F7EADA;
}

.sticky_header_section{
    position: relative;
    z-index:1;
}
.home .sticky_header_section{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    background-color: rgba(255, 255, 255, .1)! important;
}

.sticky_header_section.shrink {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white !important; /* Change as needed */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #F7EADA;
}
.sticky_header_section.shrink .elementor-widget-image img{
    width:80% !important;
}
.sticky_header_section.shrink .e-con-inner{
        padding-top: 2px;
        padding-bottom: 2px;
}

#goTopBtn {
      position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #1497DB;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    padding:0;
    justify-content: center;
}
#goTopBtn:hover {
  background: #FEB80A;
}

.sticky_header_section.shrink .header_whatsapp_link a{
    font-size: 15px !important;
}
.header_whatsapp_link a{
    
}
.sticky_header_section .elementor-widget-image.main_logo {
    text-align: left;
}
.custom_container{
    position: relative;
}
.inner_top_left_bg{
    position: absolute;
    top: 20px;
    left: -120px;
}
.inner_top_left_bg.custom_thankyou_top_left_icon{
    left: 0;
}
.inner_bottom_right_bg{
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.custom_container,
body:not([class*=elementor-page-]) .site-main{
    width:100%;
    max-width: 1320px;
    margin: 0 auto;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}
.breadcrumb a {
  color: #8a8a8ed9;
  text-decoration: none;
}
.custom_breadcrumb{
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap:5px;
}
.custom_breadcrumb_left h2{
        font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    color: #FFFFFF !important;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'clash_displaylight' !important;
}
.custom_breadcrumb a{
    color: #ffffff;
    text-decoration: none;
}
.custom_breadcrumb_right{
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.custom_breadcrumb p{
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb a:hover,
.custom_breadcrumb a:hover{
    color: #FEB80A;
}

.blog_details_braeadcrumb.breadcrumb_section {
  background-image: url('images/breadcrumb/about_breadcrumb_banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 290px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
        border-radius: 0 0 25px 25px;
}
.blog_details_braeadcrumb.breadcrumb_case_study {
  background-image: url('images/breadcrumb/case_study_breadcrumb_banner.png');
}
.blog_details_braeadcrumb.breadcrumb_project_sold {
  background-image: url('images/breadcrumb/breadcrumb_project_sold.png');
}
.blog_details_braeadcrumb.breadcrumb_industry {
  background-image: url('images/breadcrumb/industry_breadcrumb_banner.png');
}

.error404 .entry-title{
    display: none;
}
.error404 .page-content{
    text-align: center;
    padding: 50px 0 80px 0;
}


.error404 .page-content a{
    color: #FEB80A;
    text-decoration: none;
}
.error404 .page-content a:hover{
    color: #1497DB;
    text-decoration: underline;
}

#countdown_div{
    background: linear-gradient(to right, #FBB717 50%, #31BADA 50%);
}

.elementor-kit-6 h5 {
    margin: 2rem 0 1rem 0;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    border: 1px solid #c3c3c3;
    border-radius: 30px;
    padding: 10px 20px !important;
    margin-bottom: 0px;
    width: 100%;
    background: #ffffff;
    color: #202020 !important;
    font-family: "Poppins", sans-serif;
    
}

textarea {
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
    color: #000000;
    font-family: "Poppins", sans-serif;
    
}


input[type="submit"] {
    border: 0px solid #EBEBEB;
    border-radius: 30px;
    padding: 12px 20px;
    margin-bottom: 0px;
    width: auto;
    cursor: pointer;
    background: #FEB80A;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
input[type="submit"]:hover {
    background: #1497DB;
}
.form-flat p{
    margin: 0;
}
.wpcf7-not-valid-tip {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}
.blog_grid_h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px !important;
    line-height: 35px !important;
    text-transform: uppercase;
    font-family: 'clash_displaylight';
    margin-top: 10px !important;
}
.blog_grid_h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px !important;
    line-height: 24px !important;
    font-family: "Poppins", sans-serif;
    color: #FEB80A !important;
}
.blog_grid_p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.blog_grid_h2.search_heading {
    text-align: left;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}
.elementor-widget-elementskit-blog-posts .post-meta-list{
    margin: 0 0 7px 0 !important;
}
.elementor-widget-elementskit-blog-posts .elementskit-btn.post_grid_read_post{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.elementor-widget-elementskit-blog-posts .elementskit-post-image-card:hover{
    border-color: #FEB80A !important;
}
.elementor-widget-elementskit-blog-posts .elementskit-post-image-card:hover .post_grid_read_post{
    display: block;
}
.elementor-widget-elementskit-blog-posts .elementskit-post-image-card:hover .elementskit-post-body  > p{
    opacity: 0.3;
}
#ekit-megamenu-header-menu{
    height: auto !important;
}

#ekit-megamenu-header-menu .elementskit-navbar-nav > li > a,
#ekit-megamenu-header-menu .elementskit-navbar-nav > li > a{
    padding: 4px 11px;
}
#ekit-megamenu-header-menu .elementskit-navbar-nav > li > a:hover,
#ekit-megamenu-header-menu .elementskit-navbar-nav > li > a:focus,
#ekit-megamenu-header-menu .elementskit-navbar-nav > li.current-menu-item > a,
#ekit-megamenu-header-menu .elementskit-navbar-nav > li.current-menu-parent > a{
    color: #FEB80A !important;
    text-decoration: underline #FEB80A;
     text-underline-offset: 5px;
}
#ekit-megamenu-header-menu .elementskit-navbar-nav .elementor-icon-list-item > a:hover,
#ekit-megamenu-header-menu .elementskit-navbar-nav .elementor-icon-list-item > a:focus{
    text-decoration: underline;
}

.sticky_header_section.shrink #ekit-megamenu-header-menu .elementskit-megamenu-has .elementskit-megamenu-panel{
    top: 60px !important;
}
#ekit-megamenu-header-menu .elementskit-navbar-nav>li>a>i.elementskit-submenu-indicator{
    margin-top: 7px;
}
#ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel{
        border-radius: 12px;
    background: #fff;
    border: 1px solid #C3C3C3;
    padding: 5px 0;
}
#ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel > li{
    background: #fff;
    padding: 1px 10px 1px 10px;
    border-radius: 12px;
}
#ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel > li > a{
    font-weight: 600;
}
#ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel > li:hover > a{
    background: #E9EAEF;
    color:#FEB80A;
    border-radius: 12px;
}
.elementskit-dropdown{
    max-width: 1280px;
    margin: 0 auto;
    box-shadow:
    -4px 0 6px -4px rgba(0, 0, 0, 0.3), /* Left */
     4px 0 6px -4px rgba(0, 0, 0, 0.3), /* Right */
     0 4px 6px -4px rgba(0, 0, 0, 0.3); /* Bottom */
}

.home_video_section .elementor-video{
    border-radius: 25px;
}
.homepage_brand_logo_slider .swiper-slide{
}
.homepage_brand_logo_slider .swiper-slide-inner{
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background: #fff;
    margin: 0px 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.home_service_grid {
    /*border: 1px solid #e4e5e7;*/
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 15px;
    background: #fff;
    
}
.no_box_shadow{
    box-shadow: unset !important;
}
.home_service_grid img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home_service_grid_image_box{
    padding: 12px 15px 0px  15px;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.home_service_grid_detail_box{
    padding: 10px 15px 15px  15px;
    padding: 10px 0 15px  0;
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.home_service_grid_detail_box.white_papers_grid{
    padding: 20px 20px 20px 15px;
    border-radius: 15px;
}
.project_grid_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1497DB;
}
.home_service_grid_title > h3,
.home_service_grid_title > h3 > a{
    color: #202020;
    font-size: 22px  !important;
    line-height: 26px !important;
    font-weight: bold;
    opacity: 1;
    box-sizing: unset;
    box-shadow: unset;
    margin: 0;
    text-shadow: none;
    filter: blur(0);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: 'clash_displaylight', sans-serif !important;
    letter-spacing: 1px;
}

.home_service_grid_detail_box.white_papers_grid .home_service_grid_title > h3,
.home_service_grid_detail_box.white_papers_grid .home_service_grid_title > h3 > a{
    font-size: 20px  !important;
    line-height: 24px !important;
}
.home_service_grid_title a:hover{
    color: #1497DB;
}
.home_service_grid_age{
    color: #FEB80A;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.home_service_grid_details{
    color:#666666;
    margin: 5px 0 20px 0;
}
.home_service_grid_details.post_excerpt{
    margin: 10px 0 20px 0;
    font-size: 16px; 
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_service_grid_details.post_excerpt p{
    margin: 0;
    font-size: 16px; 
    line-height: 20px;
}
.home_service_grid_btn {
    width: 100%;
    text-align: center;
    display: flex;
}
.home_service_grid_btn a{
    background: #fff;
    color: #000000;
    border-radius: 30px;
    padding: 12px 25px;
    text-align: center;
    display: block;
    border: 1px solid #666666;
    
}
.grid_item .home_service_grid_btn a{
    background: #fff;
    color: #1497DB;
    border-radius: 30px;
    padding: 12px 25px;
    text-align: center;
    display: block;
    border: 1px solid #1497DB;
    
}
.home_service_grid_btn a:hover{
    background: #FEB80A;
    color:#ffffff;
    border: 1px solid #FEB80A;
}
.custom_post_slider,
.custom_keyService_slider{
    position: unset !important;
}
.blog_pagination{
    position: absolute;
    top: -32px;
    right: 0;
}

.swiper-button-next {
    right: -5px !important;
}
.custom_post_slider .swiper-button-next {
    right: -5px !important;
    top: -20px !important;
    width: 35px !important;
}
.youtube_section .swiper-button-next {
    top: -90px !important;
}
.custom_keyService_slider .swiper-button-next  {
    right: -20px !important;
    width: 35px !important;
}
.swiper-button-prev {
    left: -5px !important;
}
.custom_post_slider .swiper-button-prev {
    left: -75px !important;
    top: -20px !important;
    width: 35px !important;
}
.youtube_section .swiper-button-prev {
    top: -90px !important;
}
.custom_keyService_slider .swiper-button-prev {
    width: 35px !important;
    left: -20px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    color: #202020 !important;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px !important;
    padding: 0;
    background: #fff;
}
.youtube_section .swiper-button-next:after, .youtube_section .swiper-button-prev:after,
.project-sold-slider-list .swiper-button-next:after, .project-sold-slider-list .swiper-button-prev:after{
    color: #202020 !important;
    border: 1px solid #202020;
    background: transparent;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #1497DB !important;
    border: 1px solid #1497DB;
}
.project-sold-slider-list .swiper-button-next:hover:after, .project-sold-slider-list .swiper-button-prev:hover:after {
    color: #FEB80A !important;
    border: 1px solid #FEB80A;
}
.text-bold{
    color: #25252F !important;
}
.extra_static_page_sidebar .active_item{
    color: #1497DB !important;
    border-color: #1497DB !important;
}
.contactform_line{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    margin-bottom:15px;
}
.custom_your_name,
.custom_your_email,
.custom_your_subject,
.custom_your_phone{
    width: 100%
}
.age_of_child,.message_field{
    display: block;
}
.submit_btn .wpcf7-form-control.wpcf7-submit {
        padding: 15px 35px !important;
        background: #1497DB;
    color: #ffffff !important;
    font-weight: 500;
}
.submit_btn .wpcf7-form-control.wpcf7-submit:hover,
.submit_btn .wpcf7-form-control.wpcf7-submit:focus,
.submit_btn .wpcf7-form-control.wpcf7-submit:active {
        background: #FEB80A;
    color: #ffffff !important;
}

.homepage_contact_section .submit_btn .wpcf7-form-control.wpcf7-submit:hover,
.homepage_contact_section .submit_btn .wpcf7-form-control.wpcf7-submit:focus,
.homepage_contact_section .submit_btn .wpcf7-form-control.wpcf7-submit:active {
        background: #1497DBab;
    color: #000000 !important;
}

.contactform_line p{
    margin: 0 !important;
}

.contactform_line label{
    margin-bottom: 4px;
    display: inline-flex;
}
.contactform_line .wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 0px;
    width: 100%;
    background: #ffffff;
    color: #000000;
        font-family: "Poppins", sans-serif;
}
.popup_textarea.contactform_line .wpcf7-form-control.wpcf7-textarea{
    height: 150px;
    
}
.homepage_testimonial_section{
    color: #FFFFFF;
}
.testimonial_item{
    color: #1497DB;
    font-size: 22px;
    line-height: 22px;
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #e4e5e7;
    min-height:370px;
    background: url('images/test_comma.png') no-repeat right 20px bottom 70px #ffffff;
}
.testimonial_rating{
    display:flex;
    justify-content: flex-end;
    gap:8px;
    
}
.testimonial_rating span.star{
    font-size: 25px;
    color: #FFAE09;
}
.testimonial_title {
    font-family: 'clash_displaymedium';
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #202020;
        line-height: 26px;
    font-size: 22px;
    letter-spacing: 1px;
}
.testimonial_details{
    color: #484848;
    text-align: left;
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    
}
.testimonial_user{
    display:flex;
    justify-content: flex-start;
    gap:10px;
    margin-top: 20px;
    align-items: center;
}
.testimonial_user_icon{
    position: relative;
    
}
.testimonial_user_icon img{
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
}
.testimonial_user_icon .country_flag{
    position: absolute;
    top: -10px;
    right: -15px;
    
}
.testimonial_user_icon .country_flag img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    
}
.testimonial_user_details{
    color: #000000;
    display: grid;
    gap: 7px;
    text-align:left;
    
}
.testimonial_user_details strong{
    font-weight: 700px;
    font-size: 22px;
    line-height: 24px;
    margin:0;
    padding:0;
    
}
.testimonial_user_details span{
    font-size: 16px;
    line-height: 18px;
    margin:0;
    padding:0;
    color: #666666;
}
.testimonial_slider_pagiantion{
    position: unset !important;
    margin: 30px 0 0 0 !important;
}
.testimonial_slider_pagiantion .swiper-pagination-bullet{
    background: #FEB80A;
    width: 25px;
    border: 0;
    border-radius: 3px;
    height: 10px;
    opacity: 0.4;
}
.testimonial_slider_pagiantion .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial_slider_pagiantion .swiper-pagination-bullet:hover,
.testimonial_slider_pagiantion .swiper-pagination-bullet:active,
.testimonial_slider_pagiantion .swiper-pagination-bullet:focus{
    opacity: 1;
}

.testimonial_count{
    margin: 0 0 50px 0;
}
.testimonial_listing_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.testimonial_item_listing{
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #e4e5e7;

}
.testimonial_grid_style{
    display: grid;
    justify-content: space-between;
    align-items: center;
}
.testimonial_top_part{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    display: grid;
    align-items: center;
}
.testimonial_rating_listing{
    display: flex;
    justify-content: left;
    gap: 8px;
    color: #1497DB;
}
.testimonial_top_part_title_quote{
    text-align: center;
}
.testimonial_top_part_title_quote h4{
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.testimonial_design_top_3 .testimonial_top_part_title_quote h4,
.testimonial_design_top_4 .testimonial_top_part_title_quote h4{
    color: #25252F;
}
.testimonial_top_part_title_quote img{
    width: 60px;
    height: 42px;
}

.testimonial_details_listing{
    color: #666666;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 5px 0;
}
.extra_testimonial_details_listing{
        padding-bottom: 30px;
    padding-top: 10px;
}
.extra_testimonial_details_listing_user{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0 0;
}

.testimonial_deisgn_middle_3 .testimonial_user_details,
.testimonial_deisgn_middle_4 .testimonial_user_details{
    color: #25252F;
}
.testimonial_user_listing_extra{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0 0 0;
}
.testimonial_user_listing_inner{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.testimonial_deisgn_bottom_3 .testimonial_user_details,
.testimonial_deisgn_bottom_4 .testimonial_user_details{
    color: #25252F;
}

.testimonial-pagination{
    padding: 50px 0 20px 0;
    text-align: center;
}
.testimonial-pagination ul{
    background: transparent;
    border-radius: 4px;
    border-top: 0;
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.testimonial-pagination ul li{
    display: inline-block;
    margin: 2px;
}
.testimonial-pagination ul li a{
    color: #000000;
    border-radius: 50%;
    margin: 0 10px;
    border: 1px solid #C3C3C3;
    box-sizing: content-box;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
    background: #ffffff;
}
.testimonial-pagination ul li a.next.page-numbers,
.testimonial-pagination ul li a.prev.page-numbers{
    border-color: transparent;
    background-color: transparent;
    color: #000000;
}
.testimonial-pagination ul li span.current {
    background-color: #1497DB;
    color: #000000;
    border-color: #1497DB;
    border-radius: 50%;
    margin: 0 10px;
    border: 0px solid;
    box-sizing: content-box;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.testimonial-pagination ul li a:hover,
.testimonial-pagination ul li a:active,
.testimonial-pagination ul li a:focus {
    background-color: #1497DB;
    border-color: #1497DB;
    color: #000000;
}
.testimonial-pagination ul li a.next.page-numbers:hover,
.testimonial-pagination ul li a.next.page-numbers:active,
.testimonial-pagination ul li a.next.page-numbers:focus,
.testimonial-pagination ul li a.prev.page-numbers:hover,
.testimonial-pagination ul li a.prev.page-numbers:active,
.testimonial-pagination ul li a.prev.page-numbers:focus {
    background-color: unset !important;
    border-color: transparent;
    text-decoration: underline;
    color: #25252F !important;
}
.parent_mother_msg p{
    margin: 15px 0;
}

/* Blog grid wrapper */
.posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}



.custom_blog_card .custom_post_header {
    position: relative;
}

.custom_blog_card{
}

.custom_blog_card .custom_post_body {
    padding: 0px 20px 20px 20px;
    position: relative;
}
.custom_blog_card .custom_post_body .post-meta-list {
    text-align: left;
    margin: 0 0 7px 0 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.custom_blog_card .custom_post_body .post-meta-list > span {
    color: #666666;
    fill: #666666;
}
.post-meta-list{
    margin: 0 0 10px 0 !important;    
}
.custom_blog_card .custom_post_body h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
}
.custom_blog_card .custom_post_body h2.entry-title a {
    color: #25252F;
}
.custom_blog_card .custom_post_body .post_excerpt_grid {
    color: #000000;
    text-align: left;
    margin: 0px 0px 20px 0px;
}
.custom_blog_card .custom_post_body .btn-wraper {
    text-align: left;
}
.custom_blog_card .custom_post_body .post_grid_read_post{
    background-color: #FEB80A;
    padding: 12px 25px 12px 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
}

.custom_blog_card .custom_post_body .post_grid_read_post:hover{
    background-color: #1497DB;
    color: #ffffff;
    fill: #ffffff;
}
.single_blog_details{
    width: 100%;
    margin: 20px 0  0 0;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.single_blog_left{
    width: 70%;
}
.single_resource_full{
    width: 100%;
}
.single_blog_right{
    width: 30%;
}
.single-blog-title{
        font-size: 40px !important;
    line-height: 42px !important;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.single-blog-title-section .single-blog-featured{
    margin-bottom:20px;
}
.single-blog-title-section .single-blog-featured img{
    border-radius: 10px;
    width:100%;
    max-width:100%;
    height: auto;
}
.single-blog-title-section .single-blog-meta{
    margin-bottom: 20px;
    color: #000000;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
}
.single-blog-title-section .single-blog-meta .date,
.single-blog-title-section .single-blog-meta .author{
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-blog-title-section .single-blog-meta .date img,
.single-blog-title-section .single-blog-meta .author img{
    width: 22px;
}
.single-blog-content{
    color: #666672;
    padding-bottom: 30px;
}
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6{
    color: #25252F;
}
.single-blog-content img{
    border-radius: 10px;
    
    max-width:100%;
}
.single_blog_right .blog-search{
    padding:0px;
    border-radius: 10px;
    margin-bottom: 20px;
    
}
.custom_post_search_form{
    display:flex;
    width:100%;
    gap:0;
}
.custom_post_search_form .search-field{
    width: 100%;
    border-radius: 30px 0 0 30px !important;
    height: 40px;
    margin: 0;
    padding-right: 5px !important;
    background: url('images/search_icon.png') no-repeat center left 15px;
    border-right: 0 !important;
    padding-left: 35px !important;
    border-color: #C3C3C3 !important;
    color: #202020 !important;
}
.custom_post_search_form .search-submit{
    background-color: #1497DB !important;
    color: #ffffff !important;    
    border-radius: 0 30px 30px 0 !important;
    height: 40px;
    border: 0;
    text-align:center;
    cursor: not-allowed; 
  opacity: 0.5;    
  margin: 0 0 0 0px; 
}
.custom_post_search_form .search-submit.active {
  cursor: pointer;  
  opacity: 1; 
}
.single_blog_right .recent-posts{
    padding:0px;
    
}
.single_blog_right .recent-posts h3{
    font-size: 24px;
    line-height: 28px;
    margin: 35px 0 20px 0;
}
.single_blog_right .recent-posts ul{
    list-style-type: none;
    display: grid;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.single_blog_right .recent-posts ul li{
    display: flex;
    gap: 15px;
    margin: 0;
    justify-content: space-between;
        border: 1px solid #e4e5e7;
    border-radius: 18px;
    padding: 10px 10px 8px 10px;
}
.service-card_recentblog .meta-date-text{
    color: #fff !important;
}
.single_blog_right .recent-posts .recent_blog_image{
    width: 100px;
}
.single_blog_right .recent-posts .recent_blog_image img{
        width: 100px;
    height: 100px;
    border-radius: 12px;
}
.single_blog_right .recent-posts .recent_blog_title_date{
    display: grid;
    gap: 0px;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
}

.single_blog_right .recent-posts .recent_blog_title_date h4{
        margin: 0;
}

.single_blog_right .recent-posts .recent_blog_title_date a{
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single_blog_right .recent-posts .recent_blog_title_date a:hover{
    color: #1497DB;
}

.single_blog_right .recent-posts .recent_blog_title_date .recent_blog_date{
        margin: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;

    color: #000000;
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid #C3C3C3;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
    background: #ffffff;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #1497DB;
    border-color: #1497DB;
    color: #ffffff;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    background: unset;
    border-radius: unset;
    border: unset;
}

.pagination .page-numbers.dots {
    background: unset;
    color: #25252F;
    border-color: unset;
}

.pagination .page-numbers.dots:hover {
    background: unset;
    color: #25252F;
    border-color: unset;
    text-decoration: none;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
    background: unset;
    border-color: unset;
    text-decoration: underline;
    color: #000000;
}
#comments{
        border: 1px solid #EBEBEB;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    margin: 50px 0 30px 0;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"]{
    margin-top: 5px;
}
#reply-title{
        display: flex;
    justify-content: space-between;
}
#comments .comment-list{
    margin-bottom: 50px;
}
.custom_service_grid{
    
}
.custom-shop-layout {
    width: 100%;
    padding: 20px 0;
}
.custom_container_full_width{
    width: 100%;
}
.custom_container_full_flex{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.shop-sidebar {
  width: 25%;
}

ul.wc-block-product-categories-list{
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
    display: grid;
    gap: 0;
    width: 100%;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1{
    padding-left:15px;
    margin-top: 5px;
    margin-bottom: 17px;
}
.wc-block-product-categories-list .wc-block-product-categories-list {
    display: none;
}

.wc-block-product-categories-list-item.open > .wc-block-product-categories-list {
    display: block;
}


.wc-block-product-categories-list-item.has-children > a {
    position: relative;
    cursor: pointer;
}
.wc-block-product-categories-list-item.has-children > a::after {
    
    content: "\e994";
    position: absolute;
    right: 5px;
    transition: transform 0.2s;
    top: 50%;
  transform: translateY(-50%);
  font-family: elementskit !important;
}


.wc-block-product-categories-list-item.open > a::after {
    transform: rotate(180deg);
}

ul.wc-block-product-categories-list > li{
    border-bottom: 1px solid #666672a1;
    position: relative;
    
}
ul.wc-block-product-categories-list > li a{
    padding: 15px 0;
    color: #25252F;
    display: inline-block;
        font-weight: 500;
        width: 100%;
}
.wc-block-product-categories-list-item-count{
    display: none !important;
    position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 > li {
    border-bottom: 0;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 > li > a{
    padding: 7px 0 5px 15px;
    color:#3e3e49;
    border-left: 1px solid #ccc;
}

ul.wc-block-product-categories-list > li:hover a,
ul.wc-block-product-categories-list > li a:hover,
ul.wc-block-product-categories-list > li a.active-cat{
    color: #FEB80A;
}
.flex-direction-nav a {
  display: block !important;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}


.grid_item_wrapper{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
}
.grid_item_wrapper.project_sold_listing{
    grid-template-columns: repeat(4, 1fr);
}
.elementor-widget.elementor-widget-text-editor ul li{
    margin-bottom: 8px;
}
#respond{
    display: inline-block;
}

.team_grid .elementskit-info-box-icon {
    width: 100%;
}
.team_grid .elementskit-info-box-icon img {
    width: 100%;
}

.horizontal_divider{
    transform: translateX(-50%) rotate(90deg) !important;
}

.elementor-element.elementor-widget.elementor-widget-text-editor p{    
    margin: 10px 0;
}


.elementor-element.elementor-widget.elementor-widget-text-editor h3,
.elementor-element.elementor-widget.elementor-widget-text-editor h4,
.elementor-element.elementor-widget.elementor-widget-text-editor h5{    
    margin: 30px 0 10px 0;
}

.casestudy_bottom{
    background: #F6F7F9;
    padding: 0px 0 80px 0;
    margin: 50px 0 0 0;
}

.mySwiperRelated {
    padding-bottom: 50px !important;
}

.mySwiperRelated .swiper-pagination-bullet{
    background: #FEB80A !important;
    height: 12px !important;
    width: 12px !important;
}
.mySwiperRelated .swiper-pagination-bullet-active{
    background: #1497DB !important;
}

.custom_card_service_grid{
        display: flex;
    gap: 5px;
    justify-content: space-between;
    
}
.custom_card_service_title{
        padding: 15px 20px 0 20px;
}
.custom_card_service_title h3{
    margin: 0 0 5px 0;
    font-size: 22px !important;
    line-height: 24px !important;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card_left_side{
    width: 50%;
    padding: 0px 0 20px 20px;
    
}
.card_right_side_image{
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 0 0 15px 0;
    
}
.card_right_side_image img{
    width: 100%;
    height: 120%;
    object-fit: cover;
    display: block;
    border-radius: 50% 50% 15px 50% !important;
    position: absolute;
    right: -10%;
    top: 60%;
    transform: translateY(-50%);
    box-shadow: unset !important;
}
.service_details_part{
    padding-bottom: 40px;
    
}
.service_details_left_top{
    background: #F3F5F8;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    border:1px solid #eaebebc9;
}
.service_details_left_top h3{
    font-size: 30px !important;
    line-height: 35px !important;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    
}
.service_details_left_top ul{
    list-style: none;
    padding: 0;
    display: grid;
    gap: 12px;
    margin:0;
}
.service_details_left_top ul li{
    display: inline-block;
    padding: 0px 0 12px 0;
    border-bottom: 1px solid #d3d4d7eb;
    width: 100%;
}
.service_details_left_top ul li.last_item{
    border:0;
    padding: 0;
}
.service_details_left_top ul li a{
    color:#000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    background: url('images/service_arrow_icon.png') no-repeat right center;
    padding-right: 20px;
}

.service_details_left_top ul li a:hover,
.service_details_left_top ul li.active a{
    color:#1497DB;
    background: url('images/service_arrow_icon_hover.png') no-repeat right center;
}

.service_details_left_image{
    color:#ffffff;
    background: #FEB80A;
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    text-align: center;
    margin-bottom: 30px;
    
}
.service_details_left_image img{
    width: auto;
    max-width: 100%;
}
.service_details_left_image h4{
    font-size: 28px !important;
    line-height: 33px !important;
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 15px 0 0 0;
}
.service_details_left_image p{
    margin: 10px 0;
    color: #ffffffde;
}
.service_details_left_image a{
    background: #1497DB;
    padding: 10px 20px;
    color: #000000;
    border-radius: 30px;
        display: inline-block;
    margin: 20px 0;
        font-weight: 600;
}
.service_details_left_image a:hover{
    background: #ffffff;
    padding: 10px 20px;
    color: #FEB80A;
}
.site-main{
    min-height: 300px;
}

.designed_by{
    color:#ffffff;
}
.designed_by:hover{
    color:#FEB80A;
}
.position_relative{
    position: relative;
}
.yellow_absolute_part_inner{
        width: auto;
    max-width: max-content;
}
.homepage_yellow_absolute_part{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.mobile_whatsapp_sec img,
.mobile_youtube_sec img{
    border-radius: 0! important;
}

#ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel > li.current-menu-item > a.active
{
    color: #FEB80A !important;
    background: #E9EAEF;
    color: #FEB80A;
    border-radius: 12px;
}

.kaizen_ul_li_floatLeft ul li{
    float: left;
    margin: 0 20px 5px 0 !important;
}
.industry_we_serve_box_container a:hover{
    background-color: #1497DB !important;
    border-color: #1497DB !important;
}
#commentform input[type="submit"]:hover{
    color: #fff !important;
}
.blog_page_search{
    margin: 0 0 50px 0;
}

.blog_page_search .custom_post_search_form {
    justify-content: center;
}

.blog_page_search #blog-search-input {
    width: 350px !important;
}

#blog-search-input:focus-visible{
    outline: unset !important;
}
#ekit-megamenu-header-menu ul li a{
    font-family: 'clash_displaymedium';
    font-weight: 500;
    letter-spacing: 0.6px;
}
.why_choose_rahul .elementor-icon-box-title{
    margin: 10px 0 10px 0;
}
.clash_font_regular,
.clash_font_regular h3,
.clash_font_light,
.clash_font_light .elementor-button-text,
.clash_font_light .elementor-heading-title {
    font-family: 'clash_displaylight', sans-serif  !important;
    letter-spacing: 1px;
}
.clash_font_regular,
.clash_font_regular h3,
.clash_font_regular .elementor-button-text,
.clash_font_regular .elementor-heading-title{
    font-family: 'clash_displayregular', sans-serif  !important;
    letter-spacing: 1px;
}
.clash_font_light .elementor-image-box-title{
    font-family: 'clash_displaylight', sans-serif  !important;
    letter-spacing: 1px;
     white-space: nowrap;
}
.subscribe_now{
    display: contents;
}
@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2);
    }
}

.wpcf7-form-control.wpcf7-submit:hover,
.subscribe_now a:hover{
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.custom_ul ul{
        list-style: disc;
    padding: 0 0 5px 40px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}
.gallery-icon {
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    
}
.gallery-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.brand_image_slider .swiper-slide img {
    transition: transform 0.4s ease; 
}

.brand_image_slider .swiper-slide:hover img {
    transform: scale(1.15);
}
.color_blue{
    color: #1497DB !important;
}
.service-card {
    position: relative;
    overflow: hidden;
    height: auto;
    height: 300px;
    cursor: pointer;
    transition: transform 0.4s ease;
    border-radius: 25px;
}
.service-card_recentblog {
    height: 170px;
    width: 100%;
    border-radius: 18px;
}

.service-card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 20px;
    border-radius: 0 0 25px 25px;
}
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-card:hover img {
    transform: scale(1.07);
}
.service-card-title{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-family: 'clash_displaylight', sans-serif  !important;
    letter-spacing: 1px;
    font-weight: 700;
}
.service-card_recentblog .service-card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.service-card-desc{
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0 0 0;
}
.marquee .e-con-inner{
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 20s linear infinite;
}

.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.marquee-track > * {
  flex: 0 0 auto;
}

.marquee-track .elementor-image-box-title {
  white-space: nowrap;
}

.marquee-track .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes scrollLeft {
  to {
    transform: translateX(-50%);
  }
}

.footer_address_area .elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{
       flex-direction: row;
}

.award_card{
    text-align: center;
}
.award_card_image img{
    max-width: 100%;
    width: auto;
}
.myAwardSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.blog-know-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #1497DB;
    color: #ffffff;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.3s ease;
    white-space: nowrap;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-family: 'clash_displaylight', sans-serif !important;
    text-align: center;
    
    letter-spacing: 1px;
}

.custom_blog_card:hover .blog-know-more {
    transform: translate(-50%, -50%) scale(1);
}
.blog-know-more:hover{
    color: #ffffff;
    
}

.video-post-card {
    cursor: pointer;
    width: 100%;
    max-width: 500px;
}

.thumbnail-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.video-thumb {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.video-post-card:hover .video-thumb {
    transform: scale(1.05);
}

.play-button-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    width: 60px;
    height: 60px;
    background: #ff0000;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.play-icon::after {
    content: '';
    position: absolute;
    left: 23px; top: 18px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid white;
}

#video_overlay, #video_popup_container {
    display: none;
}
body.video-is-open #video_overlay {
    display: block;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9998;
}

body.video-is-open #video_popup_container {
    display: block;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    z-index: 9999;
    background: #000;
}

.video-responsive-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-responsive-wrapper iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.close-video-x {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
}

.video-popup-container {
    width: 90% !important;
    max-width: 800px !important;
    padding: 0 !important;
    background: #000 !important;
}

.video-responsive-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-responsive-wrapper iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.service-card-overlay{
    background-image: url(images/image_shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 25px;
    border-radius: 30px 0 30px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.single_blog_title_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.share-wrapper {
    position: relative;
    display: inline-block;    
    width: 70px;
    text-align: right;
}

.share-btn {
    background: #333;
    color: #fff;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
}

.share-dropdown {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: none;
    min-width: 160px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.share-dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.share-dropdown a:hover {
    background: #f5f5f5;
}
.share-dropdown.show {
    display: block;
}
.share-btn{
    background: url(images/sahre_icon.png) no-repeat right center #fff !important;
    height: 27px;
    width: 24px;
    border: 0;
    border-radius: unset !important;
    padding: 0 !important;
    
}

.service_inner_page{
    display: grid;
    gap: 10px;
}
.service_list_child{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
        margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 30px 0;
}
.service_child_title,
.service_child_title h3{
    font-size: 24px   !important;
    line-height: 28px  !important;
    font-family: 'clash_displaylight', sans-serif  !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.service_child_details_text{
    font-size: 14px;
    line-height: 18px;
}
.service_child_details_text p{
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 10px 0;
}
.service_child_details_text h1,
.service_child_details_text h2,
.service_child_details_text h3,
.service_child_details_text h4,
.service_child_details_text h5{
    font-size: 18px   !important;
    line-height: 20px  !important;
    font-weight: 600;
    font-family: 'clash_displaylight', sans-serif  !important;
    margin: 25px 0 5px 0 !important;
    text-transform: uppercase;
}
.service_child_details_text .double_ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.double_ul ul{
        width: 100%;
        list-style-type: disc;
        padding: 0 0 0 20px ;
        margin: 10px 0;
}
.double_ul ul li{
        margin: 0 0 5px 0;
}
.service_child_image{
    width: max-content;
    width: 30%;
    height: 100%;
}
.service_child_image img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.service_child_details{
    width: max-content;
    width: 70%;
}
.service_list_child {
    flex-direction: row;
}

.service_list_child:nth-child(even) {
    flex-direction: row-reverse;
        justify-content: flex-end;
}
.service_list_child:last-child{
    border: 0;
}
.elementor-widget.elementor-widget-text-editor ul{
    list-style: disc;
    padding: 0 0 0 40px;
    margin: 10px 0 20px 0;
}

.elementor-widget.elementor-widget-text-editor ul li{
    margin: 0 0 10px 0;
}
.property_card,
.property_card .home_service_grid_detail_box,
.property_card .home_service_grid_image_box{
    background: transparent !important;
    color: #fff !important;
}
.property_card .home_service_grid_title > h3, 
.property_card .home_service_grid_title > h3 > a,
.property_card .home_service_grid_details{
    color: #fff !important;
}
.property_address{
    margin: 5px 0 15px 0;
}
.property_types {
    margin: 5px 0;
}
.property_types p{
    margin: 5px 0;
}

.blue_color{
 color: #1497DB;   
 font-weight: 600;
}
.yellow_color{
 color: #FEB80A;   
 font-weight: 600;
    
}

.email_text .elementor-icon-box-description{
    word-wrap: break-word;
}
.sticky_social_media{
    position: fixed;
    top: 33%;
    right: 10px;
    z-index: 9;
    width: auto;
}
 .elementor-slideshow__title{
    display: none !important;
}

@media (max-width: 992px) {
    .posts-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .posts-wrapper {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 576px) {
    
    .page-header .entry-title {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    
}



@media (min-width: 1440px) {
    .custom_container, body:not([class*=elementor-page-]) .site-main{
        padding: 15px 0px 25px 0!important;
    }
    .e-con {
        --container-max-width: 1320px;
    }
    .custom_container {
        max-width: 1320px;
    }
    
    
    .container_extra_width .e-con{
        --content-width: 1450px;
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .e-con-inner{
        --content-width: 1450px;
        max-width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .custom_container{
        max-width: 1450px;
    }
    
    .e-con-inner .header_menu_portion #ekit-megamenu-header-menu ul li a {
        font-size: 15px;
    }
}
@media (min-width: 1600px) {
    .custom_container, body:not([class*=elementor-page-]) .site-main{
        padding: 15px 0px 25px 0!important;
    }
    .e-con {
        --container-max-width: 1440px;
    }
    .e-con-inner {
        --content-width: 1440px; 
        max-width: 1440px;       
        margin-left: auto;
        margin-right: auto;
    }
    .custom_container {
        max-width: 1440px;
        
    }
    .container_extra_width .e-con{
        --content-width: 1570px;
        max-width: 1570px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .e-con-inner{
        --content-width: 1570px;
        max-width: 1570px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .custom_container{
        max-width: 1570px;
    }
    
    .elementor-element.hero-banner {
        --min-height: 940px! important;
    }
    
    .e-con-inner .header_menu_portion #ekit-megamenu-header-menu ul li a {
        font-size: 16px;
    }
}

@media (min-width: 1900px) {
    .custom_container, body:not([class*=elementor-page-]) .site-main{
        padding: 15px 0px 25px 0!important;
    }
    .e-con {
        --container-max-width: 1640px;
    }
    .e-con-inner {
        --content-width: 1640px; 
        max-width: 1640px; 
        margin-left: auto;
        margin-right: auto;
    }
    .custom_container {
        max-width: 1640px;
    }
    
    
    .container_extra_width .e-con{
        --content-width: 1770px;
        max-width: 1770px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .e-con-inner{
        --content-width: 1770px;
        max-width: 1770px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .custom_container{
        max-width: 1770px;
    }
    
    .elementor-element.hero-banner {
        --min-height: 940px !important;
    }
    
    
    .e-con-inner .header_menu_portion .elementskit-navbar-nav {
        gap: 1rem;
        align-items: center;
    }
    
    .e-con-inner .header_menu_portion #ekit-megamenu-header-menu ul li a {
        font-size: 18px;
    }
    
    .header_enqury_portion {
        max-width: 340px;
    }
}


@media (min-width: 2500px) {
    .e-con {
        --container-max-width: 2040px;
    }
    .e-con-inner {
        --content-width: 2040px; 
        max-width: 2040px;  
        margin-left: auto;
        margin-right: auto;
    }
    .custom_container {
        max-width: 2040px;
    }
    
    
    .container_extra_width .e-con{
        --content-width: 2170px;
        max-width: 2170px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .e-con-inner{
        --content-width: 2170px;
        max-width: 2170px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_extra_width .custom_container{
        max-width: 2170px;
    }
    
}

@media (min-width: 1025px) and (max-width: 1099px) {
    .e-con {
        --container-max-width: 1000px !important;
    }
    .custom_container {
        max-width: 1000px !important;
    }
}
@media (min-width: 1100px) and (max-width: 1199px) {
    .e-con {
        --container-max-width: 1080px !important;
    }
    .custom_container {
        max-width: 1080px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1319px) {
    .e-con {
        --container-max-width: 1150px !important;
    }
    .custom_container {
        max-width: 1150px !important;
    }
}
@media (min-width: 1320px) and (max-width: 1350px) {
    .e-con {
        --container-max-width: 1280px !important;
    }
    .custom_container {
        max-width: 1280px !important;
    }
}
@media (max-width: 1024px) {
    #menu-main-menu .icon.icon-down-arrow1.elementskit-submenu-indicator{
        border: unset !important;
    }
    .sticky_header_section.shrink .elementskit-menu-container {
      height: 100% !important;
    }
    
    .header_enqury_portion {
        max-width: 300px;
        width: 100%;
    }
    
    .testimonial_item{
        min-height: auto;
    }
    
    .hero-banner {
        background-position: top right !important;
    }
    
    .elementor-element.hero-banner {
        --min-height: 100%! important;
    }
    
    .header_menu_portion .elementskit-menu-overlay {
        display: none;
    }
    
    .header_menu_portion .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        text-decoration: none! important;
        border-bottom: 1px solid rgba(0, 0, 0, .6);
        display: block;
        width: 100%;
        font-size: 18px;
    }
    
    .home .sticky_header_section{
        position: relative;
    }
    .home .sticky_header_section.shrink{
        position: fixed;
    }
    #ekit-megamenu-header-menu {
        height: 100% !important;
    }
    .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        
        border: unset;
    }
    #ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel {
        max-width: 88%;
        margin: auto;
        margin-right: 30px;
    }
    #ekit-megamenu-header-menu .elementskit-navbar-nav > li {
        margin-bottom: 10px;
    }
    #ekit-megamenu-header-menu .elementskit-navbar-nav > li > a {
        margin-bottom: 10px;
        font-size: 15px;
    }
    #ekit-megamenu-header-menu .elementskit-dropdown.elementskit-submenu-panel > li > a{
        padding: 10px 0;
    }
    
    .view_all{
        position: unset !important;
        margin: 20px 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .custom_breadcrumb,
    .custom_container_inner,
    .single_blog_details,
    .custom_container_full_width,
    .custom_container_full_flex{
        padding: 15px 10px;
    }
    .container_extra_width {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
    .container_extra_width_padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .single_blog_details{
        gap: 20px
    }
    
    .grid_item_wrapper.project_sold_listing{
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonial_details_listing,
    .testimonial_top_part,
    .testimonial_user_listing {
        background-image: unset !important;
    }
    .testimonial_top_part {
        height: auto;
        border-radius: 20px 20px 0 0;
    }
    .testimonial_top_part_title_quote {
        padding-top: 10px;
    }
    .testimonial_top_part_title_quote h4 {
        margin: 30px 0 15px 0;
    }
    .testimonial_top_part_title_quote img {
        width: 50px;
        height: auto;
    }
    .testimonial_rating_listing {
        margin: 15px 0 10px 0;
    }
    .testimonial_details_listing {
        padding: 0;
    }
    .testimonial_user_listing {
        padding-top: 0;
        height: auto;
        border-radius: 0 0 20px 20px;
    }
    .testimonial_user_listing_inner {
        padding: 20px 0 30px 0;
    }
    .testimonial_listing_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .header_menu_portion{
        order: 1;
        flex: none !important;
    }
    .header_logo_portion{
        order: 2;
        width: 100% !important;
    }
    .header_enqury_portion{
        order: 3;
        width: 100% !important;
    }
}

@media (min-width: 768px){
    .mobile_whatsapp_sec,
    .mobile_youtube_sec{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .kaizen_ul_li_floatLeft ul li{
        float: unset;
    }
    .custom_container, body:not([class*=elementor-page-]) .site-main{
        width:100%;
        max-width: 100%;
        padding: 0;
    }
    .container_extra_width_padding{
        padding: 30px 20px;
        margin: 0 15px;
        width: stretch;
    }
    .container_extra_width_padding.bottom_part{
        padding-bottom: 0;
    }
    #home_banner_partner_logo img{
        height: 20px;
    }

    .hero-banner {
        background-position: bottom left !important;
    }
    .banner_brand_logo img{
        width: 35px;
    }
    .testimonial_details{
        margin: 20px 0;
        font-size: 16px;
        line-height: 18px;
    }
    .service_list_child{
        display: grid;
    }
    .service_child_image {
        width: auto;
        max-width: 100%;
    }
    .service_child_details{
        width: 100%;
    }
    .service_child_details_text .double_ul {
        display: grid;
        gap: 0;
    }
    .double_ul ul {
        margin-bottom: 0;
    }
    
    
    .testimonial_user_details strong {
        font-size: 16px;
        line-height: 21px;
    }
    .testimonial_user_details span {
        font-size: 13px;
        line-height: 15px;
    }

    .testimonial_listing_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .custom_breadcrumb{
        display: grid;
        justify-content: center;
        text-align: center;
        gap: 7px;
        padding: 15px 10px;
    }
    .custom_container_inner,
    .single_blog_details,
    .custom_container_full_width{
        padding: 15px 10px;
        max-width: 100%;
        width: auto;
    }
    .single_blog_details,
    .custom_container_full_width,
    .custom_container_full_flex{
        display: block;
    }
    .single_blog_left,
    .shop-sidebar{
        width: 100%;
        margin-bottom: 20px;
    }
    .single_blog_right{
        width: 100%;
    }
    .custom_breadcrumb .elementor-heading-title,
    .custom_breadcrumb h2,
    .custom_breadcrumb .custom_breadcrumb_right{
        text-align: center;
    }
    .testimonial_details_listing,
    .testimonial_top_part,
    .testimonial_user_listing {
        background-image: unset !important;
    }
    .testimonial_top_part {
        height: auto;
        border-radius: 20px 20px 0 0;
    }
    .testimonial_top_part_title_quote {
        padding-top: 10px;
    }
    .testimonial_top_part_title_quote h4 {
        margin: 15px 0 15px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .testimonial_top_part_title_quote img {
        width: 35px;
        height: auto;
    }
    .testimonial_rating_listing {
        margin: 15px 0 10px 0;
    }
    .testimonial_details_listing {
        padding: 0;
    }
    .testimonial_user_listing {
        padding: 0 10px 0 10px;
        height: auto;
        border-radius: 0 0 20px 20px;
    }
    .testimonial_user_listing_inner {
        padding: 20px 0 30px 0;
    }
    .shop-sidebar, .shop-main {
        padding: 0 10px;
    }
    .single_blog_left {
        padding: 0 0px;
    }
    .custom-product-data-related-wrapper{
        display: block;
    }
    
    .grid_item_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid_item_wrapper.project_sold_listing{
        grid-template-columns: repeat(1, 1fr);
    }
    
    #commentform > p{
        display: grid !important;
    }
    #commentform > p.comment-form-cookies-consent{
        display: flex !important;
        gap: 10px;
    }
    
    #commentform #comment,
    #commentform #author,
    #commentform #email,
    #commentform #url {
        width: 90% !important;
    }
    
    #comments {
        padding: 0px 10px 20px 10px;
    }
    .blog_page_search #blog-search-input{
        width: 100% !important;
    }
    .blog_details_braeadcrumb.breadcrumb_section{
        height: auto;
        padding: 25px 10px;
    }
    .header_menu_portion{
        order: 1;
        flex: none !important;
    }
    .header_logo_portion{
        order: 2;
        width: 100% !important;
    }
    .header_enqury_portion{
        order: 3;
        width: 100% !important;
    }
    .mobile_whatsapp_sec{
        display: block;
        position: fixed;
        bottom: 90px;
        right: 20px;
        font-size: 25px;
        border: none;
        z-index: 999;
        cursor: pointer;
        text-align: center;
        padding: 0;
        justify-content: center;
        width: auto;
    }
    .mobile_youtube_sec{
        display: block;
        position: fixed;
        bottom: 160px;
        right: 20px;
        font-size: 25px;
        border: none;
        z-index: 999;
        cursor: pointer;
        text-align: center;
        padding: 0;
        justify-content: center;
        width: auto;
        
    }
    .blog_pagination {
        top: 40%;
        right: 5px;
        width: 100%;
    }
    .youtube_section .blog_pagination {
        top: 30px;
        width: auto;
    }
    .blog_pagination .swiper-button-prev {
        left: 5px !important;
    }
    .youtube_section .blog_pagination .swiper-button-prev {
        left: unset !important;
        right: 40px !important;
    }
	
	.header_menu_portion{
		order: 1 !important;
	}
	.header_logo_portion {
		order: 2 !important;
	}
	.header_enqury_portion{
		order: 3 !important;
	}

}

@media (max-width: 430px) {
    .contactform_line{
        display: grid;
    }
}
@media (max-width: 374px) {
    .testimonial_details {
        margin: 20px 0;
        font-size: 16px;
        line-height: 18px;
        min-height: 120px;
        max-height: 120px;
    }
    
    .testimonial_user {
        margin-top: 35px;
    }
    .testimonial_user_icon {
        width: 82px;
    }
    .testimonial_user_icon img {
        width: 60px;
        height: 60px;
    }
    .testimonial_user_details strong {
        font-size: 16px;
        line-height: 20px;
    }
    .testimonial_user_details span {
        font-size: 12px;
        line-height: 14px;
    }
    .custom_service_slider {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
    }
    .swiper-button-next {
        right: -7px !important;
    }
    .swiper-button-prev {
        left: -7px !important;
    }
    
}

#enquiry_trigger {
    cursor: pointer;
}
#popup_contact_form {
    display: none; 
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.7); 
    z-index: 99999 !important; 
    width: 90%;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
#popup_contact_form .e-con-inner{
    padding-top: 0;
}
@media (min-width: 576px) {
    #popup_contact_form {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    #popup_contact_form {
        max-width: 650px;
    }
}

#custom_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.popup-is-open #popup_contact_form {
    display: block !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

body.popup-is-open #custom_overlay {
    display: block !important;
    opacity: 1 !important;
}

.close-popup-x {
    position: absolute;
    top: -17px;
    right: -15px;
    font-size: 28px;
    color: #202020;
    cursor: pointer;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
    height: 32px;
    width: 33px !important;
    text-align: center;
    padding: 1px 0 0 0;

}

.close-popup-x:hover {
    color: #1497DB;
}
.grecaptcha-badge{
    display: none !important;
}

.elementor-image-gallery .gallery-item .gallery-caption {
	display: none;
    font-size: 16px;
	line-height: 1.5;
    position: absolute;
    left: 0;
    right: 15px;
    z-index: 999;
    color: #fff;
    bottom: 27px;
    padding: 5px;
    /*background: red;
    width: auto;*/
}
.elementor-image-gallery .gallery-item:hover .gallery-caption {
    display: block !important;
}