
/* Header Section */

.header-section .right-info{
    justify-content: end;
}
.header-section .elementskit-menu-container {
    height: auto !important;
}
.header-section .wpr-logo {
    border: unset !important;
}
.header-section .site-logo{
    border-left: 2px solid #FFFFFF80;
    border-right: 2px solid #FFFFFF80;
}
.home .header-section{
    position: absolute;
    background-color: transparent !important;
    z-index: 2;
}
.header-section .elementskit-navbar-nav > li > a {
    padding: 5px 15px 5px 15px !important; 
}
.header-section .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
    color: #ffffff !important;
    fill: #ffffff !important;
}
.header-offcanvas {
    position: relative;
}
.header-offcanvas .para p{
    color: #000000 !important;
}
.header-offcanvas .eael-simple-menu li.current-menu-item>a.eael-item-active {
    background-color: #E2AB46 !important;
}
.header-section .ekit_navSidebar-button svg{
    width: 20px !important;
}
.header-section .ekit_navSidebar-button a{
    padding: 0 !important;
}
p {
    color: #ffffff !important;
}
.ekit_search-button {
    position: relative;
}
.ekit-search-group .icon.icon-search11::before{
    display: none;
}
.ekit-search-group .icon.icon-search11::after{
    width:15px;
    height:15px;
    padding:25px;
    box-sizing:border-box;
    background-image:url("https://license.flextheme.net/theme-images/flex-interior-design/search.png");
    background-size: unset;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.icon.icon-search11{
    font-size:0;
}

/* Slider Section */

.slider-section .slider-slide{
    position: relative;
}
.slider-section .slider-slide:after {
    content: '';
    position: absolute;
    background-color: #191919;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 60% 0, 40% 100%, 0% 100%);
    z-index: 1;
}
.slider-section .slide-info,
.slider-section .owl-dots{
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider-section p,
.services-section .subheading p {
    color: #E2AB46 !important;
}
.slider-arrows .elementor-icon {
    cursor: pointer;
}
.slider-section .owl-dots {
    top: 90%;
    display: inline-flex;
    gap: 10px;
}
.slider-section .owl-dots button {
    width: 70px;
    height: 5px;
    background: #FFFFFF80 !important;
    border-radius: 0px;
    font-size: 20px !important;
    border: none !important;
}
.slider-section .owl-dots span {
    font-family: "Antonio", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    margin-left: -10px; 
    color: #ffffff !important;
}
.slider-section .owl-dots .active {
   background: linear-gradient(to left, #ffffff 50%, #E2AB46 50%) !important;
   opacity: 1;
   font-size: 30px !important; 
}
.slider-section .owl-dots .owl-dot:focus,
.slider-section .owl-dots .owl-dot:focus-visible {
    outline: none;
    border: none;
}
.slider-section .owl-carousel,
.services-section .owl-carousel {
    display: block;
}
.slider-outer .slider-arrows {
    z-index: 1;
}

/* Services Section */
.services-section {
    margin-top: 50px;
}
.services-section .subheading p {
    margin-bottom: 10px;
}
.services-section .wpr-grid-media-hover-bg{
    background-image: none !important;
}
.blog-carousel .wbel-arrow,
.blog-carousel .slick-arrow {
    display: none !important;
}
.slick-slider {
    position: relative;
    left: 13%;
}
.services-desc .services-para {
    opacity: 0.8;
}
.blog-carousel .wb_ps_single_item{
    position: relative;
    overflow: hidden;
    border-radius: unset;
    box-shadow: unset;
    background: transparent !important;
}
.blog-carousel .wb_ps_thumbnail img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s;
    display: block;
    box-shadow: unset !important;
}
.blog-carousel .wb_ps_thumbnail:hover img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}
.blog-carousel .wb_ps_content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    text-align: left;
    padding: 0;
}
.blog-carousel .wb_ps_title h2{
    margin: 0;
}
.blog-carousel .wb_ps_title {
    margin-bottom: 5px;
}
.blog-carousel .wb_ps_single_item {
    position: relative;
    overflow: visible;
    height: 430px;
    background-color: #E2AB46;
}
.blog-carousel .wb_ps_single_item:has(img) {
    background-color: transparent !important;
}
.blog-carousel .wb_ps_title h2 a{
    color: #ffffff !important;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-carousel .wb_ps_description p{
    display: none !important;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2; 
    font-weight: 400;
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff !important;
    line-height: 18px;
    text-align: left;
}
.blog-carousel .wb_ps_single_item:hover .wb_ps_description p{
    display: block !important;
    opacity: 1;
}
.blog-carousel .wb_ps_thumbnail{
    position: relative;
}
.blog-carousel .wb_ps_thumbnail img{
    width: 100%;
    display: block;
}
.blog-carousel .wb_ps_single_item:hover .wb_ps_thumbnail{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.blog-carousel .wb_ps_single_item:hover .wb_ps_thumbnail img{
    opacity: 0.6; 
}
.blog-carousel .wb_ps_single_item .wb_ps_thumbnail{
    position: relative;
}
.blog-carousel .wb_ps_thumbnail {
    position: relative;
}
.blog-carousel .wb_ps_thumbnail:hover::before {
    position: absolute;
    content: '';
    top: 0;
    left: -14px;
    width: 105%;
    height: 1px;
    background-color: #fff;
}
.blog-carousel .wb_ps_thumbnail:hover::after {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    width: 1px;
    height: 450px;
    background-color: #fff;
}
.blog-carousel .wb_ps_thumbnail:hover a::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 1px;
    height: 450px;
    background-color: #fff;
}
.footer-section .footer-contact-form,
.blog-carousel .wb_ps_thumbnail {
    position: relative;
}
.blog-carousel .wb_ps_thumbnail:hover a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -14px;
    width: 105%;
    height: 1px;
    background-color: #fff;
}
.blog-carousel .slick-slide{
    padding: 10px;
}
.blog-carousel .slick-center{
    transform: scale(1.05);
    transition: 0.4s;
}
.blog-carousel .slick-slide{
    transition: 0.4s;
    padding-right: 20px;
}
.blog-carousel .slick-center{
    opacity: 1;
}
.blog-carousel {
    overflow: hidden;
}
.services-posts .wbel_post_slider_wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.blog-carousel .wb_ps_thumbnail img {
    height: 430px;
}
.blog-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.e-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog-carousel .slick-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.services-section {
    padding-left: 13% !important;
}

/* Footer Section */

.footer-section .links-section .elementor-widget-text-editor{
    width: 112px;
}
.footer-section .wpr-logo{
    border: unset !important;
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
    height: 25px;
}

.footer-section .wpr-logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.footer-section .wpr-logo picture {
    padding: 0px 15px;
    
}
.footer-section .contact-info .elementor-widget-text-editor{
    margin: 0;
    padding: 0;
}
.footer-section p{
    margin-bottom: 0;
}
.footer-section .form-sub-heading p {
    color: #E2AB46 !important;
    margin-bottom: 10px;
}
.footer-section .footer-contact-form {
   padding-left: 100px !important;
   padding-right: 100px !important;
   position: relative;
}

/* Subscribe Form */

.footer-section .elementor-widget-shortcode {
   position: relative;
   z-index: 9;
}
.footer-section .flex-subscribe-form .wpcf7-spinner{
	display: none;
}
.footer-section .flex-subscribe-form{
	display: flex;
    flex-direction: row;
    align-content: center;
	gap: 10px;
}
.footer-section .flex-submitnow p,
.footer-section .flex-email p{
	margin-bottom: 0px;
}
.footer-section .flex-email p {
    margin-top: 5px;
}

.footer-section .flex-subscribe-form .flex-email{
	width: 100%;
    background-color: #222222;
    color: #fff;
}
.footer-section .flex-subscribe-form .flex-submitnow p{
	background-color: #ffffff;
}
.footer-section .flex-subscribe-form .flex-submit-btn {
	background-color: #0000 !important;
	color: #000 !important;
	padding: 13px !important;
	text-transform: capitalize !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.footer-section .flex-subscribe-form .flex-submitnow:hover .flex-submit-btn{
	background-color: #E2AB46 !important;
}
.footer-section .inner-form {
    position: relative;
}
.footer-section .subscribe-form .wpcf7-response-output,
.footer-section .flex-subscribe-form .flex-email input::placeholder{
	color: #fff !important;
    opacity: 0.3;
}
.footer-section .wpcf7-form-control-wrap input{
    border: unset;
}
.footer-section .footer-contact-form::before {
    left: -14px;
    width: 102%;
}
.footer-section .footer-contact-form::after {
    top: -10px;
    width: 1px;
    height: 222px;
}
.footer-section .footer-contact-form::before {
    position: absolute;
    content: '';
    top: 0;
    left: -14px;
    width: 105%;
    height: 100%;
    background-color: #0000;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.footer-section .footer-contact-form::after {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    width: 1px;
    height: 450px;
    height: calc(100% + 22px);
    background-color: #0000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 100%;
}
.footer-section .wpcf7-form-control-wrap input{
    border: unset;
}
.footer-section .footer-contact-form::before {
    left: -14px;
    width: 102%;
}
.footer-section .footer-contact-form::after {
    top: -10px;
}
.footer-section .inner-form::before {
    width: 1px;
    height: 450px;

}
.footer-section .inner-form::after {
    right: -13px;
    width: 102%;
    bottom: -50px;
}

/* Media */

@media screen and (max-width: 1320px){ 
    .footer-section .footer-contact-form::before, 
    .footer-section .footer-contact-form::after, 
    .footer-section .inner-form::before, 
    .footer-section .inner-form::after {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width:1400px){
    .footer-section .footer-email {
       gap: 5px;     
    }
}
@media screen and (max-width: 1000px){ 
    .slick-slider {
        left: unset;
    }
    .services-section {
        padding-left: unset !important;
    }
    .blog-carousel .slick-slide{
        padding: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width:1400px){
    .footer-section .e-flex {
        padding-left: 10px !important;
         padding-right: 10px !important;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    .header-section .site-logo {
        width: 100px;
    }
    .header-section .elementskit-navbar-nav > li > a {
        color: #ffffff !important;
    }
}
@media screen and (min-width: 766px) and (max-width:767px){ 
    .header-section .elementskit-menu-container {
        display: none !important;
    }
    .header-section .ekit_menu_responsive_mobile button.elementskit-menu-hamburger {
        display: block;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    .slider-section .owl-dots {
        top: 95%;
    }
    .slider-section .owl-dots button {
        font-size: 15px !important;
    }
    .slider-section .owl-dots .active {
        font-size: 25px !important; 
    }
    .slider-arrows .elementor-icon {
        padding: 10px !important;
    }
    .slider-arrows {
        justify-content: center !important;
        gap: 5px !important;
        position: absolute !important;
        bottom: 100px !important;
    }
    .header-section .right-info{
        justify-content: center;
    }
    .header-section .site-logo{
        border: none
    }
    .header-section button.elementskit-menu-hamburger{
        border-color: #ffffff;
        margin-top: 10px;
    }
    .header-section .elementskit-menu-container{
        height: 100% !important;
    }
    .header-section .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
        color: #101010 !important;
        fill: #101010 !important;
    }
    .footer-section .footer-contact-form {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header-section .elementor-widget-elementskit-header-offcanvas{
        margin: auto;
    }
}