/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

section#topheader .elementor-widget-text-editor p {
    margin-bottom: 5px;
}
.servicefeatured {
    position: relative;
    
}
.servicefeatured .elementor-widget-container{
    height: 300px;
    overflow: hidden;
}
.servicefeatured img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.servicebox_content {
    position: absolute;
    bottom: -20px;
}
.servicebox_content  .infobox-content {
    background: #fff;
    padding: 30px 20px!important;
    border-radius: 20px;
    box-shadow: 0 0 40px #00000021;
    border: 2px solid #eb7c0f;
}
.servicebox_content .infobox-icon {
    align-self: end !important;
    margin-bottom: 40px;
}
.servicebox_content .eael-infobox .infobox-icon img {
    border-radius: 0 0 0 20px;
    vertical-align: top;
}
.servicebox_content:hover .eael-infobox .infobox-icon img{
    border-radius: 0 0 0 20px;
}
div#videoplay .elementor-wrapper {
    position: relative;
}
div#videoplay .elementor-wrapper:before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(0deg, rgba(6,6,6,1) 20%, rgba(255,255,255,0) 100%);
}
/*section.otherservice_box  {
    counter-reset: my-sec-counter;
}
section.otherservice_box .elementor-inner-column{
    position: relative;
}
section.otherservice_box .elementor-inner-column:before {
    counter-increment: my-sec-counter;
    content: "0"counter(my-sec-counter);
    position: absolute;
    right:60px;
    bottom:0;
    font-size: 100px;
    font-weight: 800;
    color: #dfe6ef;
    z-index:1;
    transition: all 0.5s;
}*/
/*section.otherservice_box .elementor-inner-column:hover:before{
    color: #e89340;
    transition: all 0.5s;
}*/
section.otherservice_box .elementor-inner-column:hover h2{
    color: #e89340!important;
}
div#blog_grid .eael-grid-post-holder-inner {
    display: flex;
	flex-direction: row;
}
div#blog_grid  .eael-grid-post-holder {
    border-radius: 20px;
    overflow: hidden;
}
div#blog_grid .eael-entry-media {
    width: 30%;
}
div#blog_grid  .eael-entry-wrapper {
    width: 70%;
    display: grid;
    padding: 30px 20px;
}
div#blog_grid  .eael-entry-thumbnail {
    width: 100%;
    height: 100%;
}
div#blog_grid .eael-entry-footer {
    order: 1;
}
div#blog_grid .eael-entry-footer .eael-entry-meta {
    flex-direction: row!important;
}
div#blog_grid .eael-entry-footer .eael-entry-meta span {
    margin-right: 10px;
}
div#blog_grid .eael-entry-footer .eael-entry-meta span a{
    color: #a5adb8;
}
div#blog_grid header.eael-entry-header {
    order: 2;
}
div#blog_grid .eael-entry-content {
    order: 3;
}
div#blog_grid header.eael-entry-header h2.eael-entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pricing_table .eael-pricing {
    position: relative;
}

.pricing_table .eael-pricing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background: #eb7c0f;
    border-radius: inherit;
}
section#review_slider .eael-testimonial-content .eael-testimonial-user-company{
    display: block;
}
section#review_slider .owl-stage-outer {
    overflow: hidden;
}


section#review_slider .elementor-widget-wrap .owl-item {
    float: left;
}
section#review_slider .owl-nav.disabled {
    display: none;
}
section#review_slider button.owl-dot {
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    margin-right: 30px;
    outline: none;
    background-image: url('images/profile-user.webp');
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3px);
    transition: all 0.5s;
}
section#review_slider button.owl-dot:last-child{
    margin-right: 0px;
}
section#review_slider button.owl-dot.active, section#review_slider button.owl-dot:hover{
    width: 90px;
    height: 90px;
    background-color: transparent;
    filter: none;
    transition: all 0.5s;
}

section#review_slider .owl-dots {
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 90px;
    max-width: 300px;
    width: 100%;
}
section#review_slider button.owl-dot span{
    display: block;
    width: 100%;
    height: 100%;
}
section#review_slider .elementor-widget-wrap {
    justify-content: center;
}
section#slider-text-outer {
    overflow: hidden;
}

div#slider-text ul li{
/*    -webkit-text-stroke: 1px black;  */
     white-space: pre;
}
div#slider-text ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

div#slider-text ul li {
    font-size: 120px;
    font-weight: 900;
    position: relative;
    margin-right: 200px;
}

div#slider-text ul li:after {
    content: '';
    position: absolute;
    right: -150px;
    top: 50px;
    background-image: url(images/clean.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 112px;
    height: 112px;
}
div#slider-text{
    animation: scrollText 30s infinite linear;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

   to {
        transform: translateX(-100%);
    }
}
div#newletter_form .tnp-subscription-minimal input.tnp-email{
    margin-right: 0;
    color: #262626;
    font-size:18px;
    font-family: mulish;
    background: #f2f2f2;
    border-radius: 10px 0 0 10px;
    padding: 15px 20px!important;
    outline: 0;
}
div#newletter_form .tnp-subscription-minimal input.tnp-submit{
    background: #e89340;
    font-size:18px;
    font-family: mulish;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px!important;
    outline: 0;
}

#footertable table, #footertable table td {
  border: 0;
}
#footertable table td {
  padding: 5px 0;
}
div#footer_gallery .gallery-icon {
    width: 90px;
    height: 90px;
}
div#footer_gallery .gallery-icon img{
    width:100%;
    height:100%;
    object-fit: 100%;
}

div#contact_form form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#contact_form form ul li input, div#contact_form form ul li textarea {
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #001c41;
    border-radius: 30px;
    padding: 10px 20px;
}

div#contact_form form ul li textarea {
    resize: none;
    height: 150px;
}

div#contact_form form ul li input.wpcf7-submit, div#request_form form ul li input.wpcf7-submit{
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 60px ;
    color: #FFFFFF;
    background-color: #EB7C0F;
    border-radius: 30px;
    border: 0;
    transition: all 0.5s;
}
 div#request_form form ul li input.wpcf7-submit:hover{
    background:#001c41;
    transition: all 0.5s;
}

div#contact_form form ul li input.wpcf7-submit:hover {
    background: #ffffff;
    transition: all 0.5s;
    color: #eb7c0f;
}
div#request_form form ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

div#request_form form ul li.half {
    width: 50%;
}

div#request_form form ul li.full {
    width: 100%;
}

div#request_form form ul li {padding: 0 10px;}

div#request_form form ul li input, div#request_form form ul li textarea, div#request_form form ul li select {
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #001c41;
    border-radius: 30px;
    padding: 10px 20px;
    color: #000;
}


div#request_form form ul li textarea{
    resize: none;
    height: 150px;
}
div#request_form form ul li input::placeholder, div#request_form form ul li textarea::placeholder{
    color:#000;
}
div#request_form form ul li select option:first-child{
    font-size: 16px;
    font-weight: 500;
}
div#blog_listing .eael-grid-post-holder-inner {
    display: flex;
    align-items: center;
	flex-direction: row;
}

div#blog_listing .eael-entry-media {
    width: 50%;
}

div#blog_listing .eael-entry-wrapper {
    width: 50%;
}

div#blog_listing article.eael-grid-post.eael-post-grid-column {
    border-bottom: 1px solid #000;
    padding: 50px 0!important;
}
div#blog_listing article.eael-grid-post.eael-post-grid-column:first-child {
    padding-top: 0!important;
}

div#blog_listing article.eael-grid-post.eael-post-grid-column:last-child {
    padding-bottom: 0!important;
    border-bottom: 0;
}
div#blog_listing .eael-grid-post-excerpt a {
    display: inline-block !important;
}
div#blog_listing .eael-entry-meta span {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
div#blog_listing .eael-grid-post-excerpt p {
    margin: 20px 0;
}

ul.latest-post-side {
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

ul.latest-post-side li {
    margin-bottom: 20px;
    overflow: hidden;
}

div#blog-right figure.aligncenter.size-full img {
    width: 400px !important;
    height: 405px;
    object-fit: cover;
}


ul.latest-post-side .wp-block-latest-posts__featured-image.alignleft {
    width: 75px;
    height: 75px;
} 
ul.latest-post-side .wp-block-latest-posts__featured-image.alignleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main.single_content .page-content a{
    text-decoration: none;
}


ul.latest-post-side li a {
    font-size: 16px;
    font-weight: 600;
    color: #001c41;
}

ul.latest-post-side li .wp-block-latest-posts__post-author {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #eb7c0f;
}
.bafg-twentytwenty-container{
    border-radius: 30px;
    height: 450px !important;
}
.bafg-twentytwenty-container img {
    margin: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-banner {
    height: 426px;
}

.post-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.single_content {
    padding: 70px 0;
}
main.single_content header.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #001c41;
    padding: 0px;
}

main.single_content .page-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

main.single_content .page-content h2 {
    font-size: 22px;
    font-weight: 500;
}
section#galler_filter_tab .elementor-tab-title.elementor-active {
    background: #eb7c0f;
    border-radius: 30px;
    padding: 5px 40px !important;
}
li.full.checks p span.wpcf7-form-control-wrap {
    display: block;
    /* width: 33.33%; */
    /* margin-bottom: 10px; */
    height: 150px;
    padding: 10px 20px;
    overflow-y: scroll;
}
li.full.checks p span.wpcf7-form-control-wrap span.wpcf7-list-item-label{
    font-size:16px;
    font-weight: 600!important;
}
li.full.checks p .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

li.full.checks {
    background: #fff;
    padding: 0px!important;
    border-radius: 30px;
    margin: 0 20px 20px 10px;
    border: 2px solid #001c41;
    height: 150px;
    overflow-y: scroll;
    overflow: hidden;
}

label.services_name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 10px;
    margin-top: 12px;

}



div#request_form li.full.checks .wpcf7-list-item{
    width: 100%!important;
}

/*03-06-2024*/


.box-image.elementor-widget.elementor-widget-image {
    position: absolute;
    bottom: 34px;
    right: 43px;
}


section.otherservice_box .elementor-inner-column:hover .box-image.elementor-widget.elementor-widget-image{
   filter: invert(52%) sepia(71%) saturate(1020%) hue-rotate(353deg) brightness(93%) contrast(98%);


}

.pack-table .elementor-element.e-con-full{
    padding: 0
}
.pack-table .elementor-element.e-con-full h2.elementor-heading-title {
    padding: 20px 0;
}
.pack-table .elementor-element.e-con-full .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: -20px;
    width: 0;
    top: 0px;
    height: 0;
    /* background: #eb7c0f; */
    /* top: 0px; */
    /* transform: skew(329deg); */
    border-right: 20px solid #7e4207;
    border-top: 27px solid transparent;
    z-index: 1;
}

.pack-table .elementor-element.e-con-full .elementor-heading-title:before {
    content: '';
    position: absolute;
    right: -20px;
    width: 0;
    top: 0px;
    height: 0;
    /* background: #eb7c0f; */
    /* top: 0px; */
    /* transform: skew(329deg); */
    border-left: 20px solid #7e4207;
    border-top: 27px solid transparent;
    z-index: 1;
}

.e-n-tabs-content {
    background: #fff;
    padding:40px 20px 0 20px;
    border-radius: 30px;
}

div#contact_form ul li.half {
    width: 50%;
}

div#contact_form ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

li.full {
    width: 100%;
}

div#contact_form ul li {
    padding: 0px 10px;
}

div#contact_form form ul li input, div#contact_form form ul li textarea {
  
    border-radius: 16px;
  
}


.page-content h2.entry-title a {
    font-family: "Mulish", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #001C41 !important;
}


.blog-author header.page-header h1.entry-title {
    display: none;
}


.blog-author .page-content article.post {
    padding: 20px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    border: 1px solid #f9f9f9;
}


.blog-author {
    padding-top: 60px;
}


div#request_form li.full.checks .wpcf7-list-item {display: block;width: 33.33%;margin: 0; padding-bottom: 10px}


div#contact_form .wpcf7-response-output {
    color: #fff;
}


section#copy-right p {
    margin: 0px;
}

section#copy-right p a{
    color: #eb7c0f;
    font-size: 16px;
    font-weight: 700;
}

.bafg-twentytwenty-container.twentytwenty-container {
    max-width: 100%!important;
}



.tnp-subscription-minimal input.tnp-submit {
    width: 30%;
    position: absolute;
    box-sizing: border-box;
    right: 0%;
    display: inline-block;
    padding: 12px;
    border: 1px;
    border-color: #e89340;
    background-color: #e89340;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0px 10px 10px 0px;
    margin: 0;
}

.tnp-subscription-minimal input.tnp-email, .tnp-subscription-minimal input.tnp-name {
    width: 80%;
    max-width: 470px;
    box-sizing: border-box;
    padding: 10px 18px;
    display: inline-block;
    border: 0px solid #ddd;
    background-color: #f2f2f2;
    color: #444;
    font-size: 18px;
    line-height: 24px;
    border-radius: 0px;
     margin-right: 0px; 
     border-radius: 10px 0px 0px 10px;
}

.tnp-subscription-minimal input.tnp-email:focus-visible, .tnp-subscription-minimal input.tnp-submit:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.infobox-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.infobox-content h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px!important;
}


@media (max-width:1400px){
    section.common-section .elementor-container {
        width: 98%;
        max-width: 100%!important;
    }
     section#request_freeform .elementor-container {
        width: 95%;
        max-width: 100%!important;
    }
	.hfe-nav-menu li.menu-item.elementor-button-wrapper a {
    font-size: 14px!important;
    padding: 10px 25px!important;
}
.hfe-nav-menu li.menu-item {
    margin-right: 10px!important;
}




}
@media (max-width:1200px){
    section#main-header ul.hfe-nav-menu li {
        margin-right: 10px;
    }
    section#main-header ul.hfe-nav-menu li:last-child{
        margin-right:0!important;
    }
     section#our_promise .elementor-inner-section {
        width: 95%;
        max-width: 100%;
        margin: auto;
    }
   
    div#gallery-1 {
        display: flex;
    }
    div#gallery-1 .gallery-item {
        width: 80px;
        height: 80px;
    }


    div#footer_gallery .gallery-icon {
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

section#service-four-box .elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
}

section#service-four-box .service_box {
    width: 50%;
    margin-bottom: 60px;
}

    section#our-service {
    padding-bottom: 50px;
}




}
@media (max-width:1000px){
    section#main-header ul.hfe-nav-menu li a.hfe-menu-item {
        font-size: 16px;
    }
    section#main-header ul.hfe-nav-menu li {
        margin-right: 5px;
    }
    section#main-header ul.hfe-nav-menu li:last-child a.hfe-menu-item {
        padding: 10px 20px;
    }

    div#blog_listing article {
    width: 100%;
    float: inherit;
}


}
@media (max-width:991px){
    section#main-header ul.hfe-nav-menu li a.hfe-menu-item {
        font-size: 14px;
    }
    .servicefeatured .elementor-widget-container {
        height: 500px;
        overflow: hidden;
    }
    .servicebox_content{
       position: inherit;
        bottom: 50px;
        width: 90% !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .servicebox_content .infobox-icon{
        display: none;
    }
    div#about_main img {
        width: 100%;
    }

    div#about_secondary {
        position: inherit;
        left: inherit;
        top: inherit;
    }

    div#about_secondary img {
        width: 100%;
        height: 100%;
    }
     section#hero_banner .n2-ss-slider h1.n2-ow{
    font-size: 60px !important;
}
li.full.checks p span.wpcf7-form-control-wrap {
    width: 100%;
}



ul.latest-post-side li a {
    font-size: 14px;
}
.bafg-row.bafg-gallery-row .bafg-col-4 {
    width: 33%!important;
}

.bafg-twentytwenty-container.twentytwenty-container {
    max-width: 100%!important;
}

section#service-four-box .service_box {
    width: 100%;
    margin-bottom: 20px;
}


}
@media (max-width:767px){
    .bafg-row.bafg-gallery-row .bafg-col-4 {
    width: 100%!important;
}

li.full.checks p span.wpcf7-form-control-wrap span.wpcf7-list-item-label{
    font-size: 13px;
}

.bafg-twentytwenty-container {
    max-width: 100% !important;
}
section.common-section .elementor-container {
        width: 96%;
        max-width: 100%!important;
    }
    section#hero_banner .n2-ss-section-main-content {
    padding: 0!important;
}

section#hero_banner .n2-ss-layer {
    width: 100%!important;
}

section#hero_banner .n2-ss-layer-row-inner {
    display: grid!important;
}

section#hero_banner .n2-ss-slide {
    height: auto!important;
}
section#hero_banner .n2-ss-button-container--non-full-width {
    display: inline-block;
    float: left;
}

div#request_form li.full.checks .wpcf7-list-item {
   
    width: 50%;
   
}

.tnp-subscription-minimal input.tnp-submit {
    width: 100%;
    position: inherit;
    border: 0px;
    border-color: #e89340;
    background-color: #e89340;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
}

.tnp-subscription-minimal input.tnp-email, .tnp-subscription-minimal input.tnp-name {
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    padding: 10px 18px;
    display: inline-block;
    border: 0px solid #ddd;
    background-color: #f2f2f2;
    color: #444;
    font-size: 18px;
    line-height: 24px;
    border-radius: 0px;
    margin-right: 0px;
    border-radius: 10px;
}




}


@media (max-width:667px){
    div#request_form form ul li.half {
        width: 100%;
    }
    section#hero_banner .n2-ss-slider h1.n2-ow {
    font-size: 36px !important;
}
li.full.checks p span.wpcf7-form-control-wrap {
    width: 100%;
}


div#blog_listing .eael-grid-post-holder-inner {
    display: flex;
    flex-direction: column;
}

div#blog_listing .eael-entry-media, div#blog_listing .eael-entry-wrapper{
    width: 100%;
}


div#request_form li.full.checks .wpcf7-list-item {
   
    width: 100%;
   
}

div#contact_form ul li.half {
    width: 100%;
}

}
@media (max-width:480px){
    div#blog_grid .eael-grid-post-holder-inner{
        display: grid;
    }
    div#blog_grid .eael-entry-media, div#blog_grid .eael-entry-wrapper{
        width: 100%;
    }
	 section#hero_banner .n2-ss-slider h1.n2-ow {
    font-size: 24px !important;
}
}

main.single_content .page-content p a, main.single_content .page-content li a {
    color: #eb7c0f!important;
}

div#newsletter-bottom .elementor-image-box-wrapper {
    flex-direction: column;
}
main.single_content .page-content h3 {
    font-size: 20px;
}
main.single_content .page-content h4 {
    font-size: 18px;
}

.elementor-top-section h2 {
    font-size: 16px;
}

main.single_content .page-content h2 {
   
    font-weight: 700;
}

main.single_content .page-content .post-tags {
    display: none;
}



.blue-text a {
  
    color: #0c3abb;
    font-style: italic;
    cursor: pointer;
}

.white-text a {
    color: #fff;
    font-style: italic;
    cursor: pointer;
}


/***** Abhay Csss *****/

.eael-infobox.icon-on-left .infobox-button a.eael-infobox-button {
    background: #EB7C0F !important;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}

.eael-infobox.icon-on-left .infobox-button a.eael-infobox-button span.infobox-button-text  {
    color: #fff;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.eael-infobox.icon-on-left .infobox-content {
    padding: 20px !important;
}

.post-tags {
    display: none;
}



.eael-infobox.icon-on-left .infobox-content h4.title {
    line-height: 30px;
    font-weight: bold !important;
}

.eael-infobox.icon-on-left .infobox-content p {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 600;
}
.eael-infobox.icon-on-left .infobox-content {
    padding: 20px !important;
}

.eael-infobox.icon-on-left .infobox-content h4.title {
    line-height: 30px;
    font-weight: bold !important;
}

.eael-infobox.icon-on-left .infobox-content p {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 600;
}

.eael-infobox.icon-on-left .infobox-icon {
    text-align: center;
}

.eael-infobox.icon-on-left .infobox-icon img {
    margin: 0;
}
section#threeservice_sectionbox .elementor-column .elementor-widget-wrap h2.elementor-heading-title {
    font-weight: bold;
    font-size: 32px;
}

section#threeservice_sectionbox .elementor-column p {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
}
section#promisebox_row p {
    font-weight: 800;
    font-style: italic;
    font-size: 26px;
    line-height: 40px;
}

section#promisebox_row span.elementor-button-text {
    font-weight: bold;
}

section#bloglisitng_home .eael-entry-wrapper header.eael-entry-header h2.eael-entry-title a {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold !important;
}

section#bloglisitng_home .eael-entry-wrapper header.eael-entry-header h2.eael-entry-title {
    margin: 10px 0px 10px;
}

section#bloglisitng_home .eael-entry-wrapper a.eael-post-elements-readmore-btn {
    background: #E89340;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 30px;
}
section#packagebox_box .elementor-column a.elementor-button {
    background: #EB7C0F;
    border-color: #EB7C0F;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
section#copy-right {
    background: #eb7c10;
    color: #fff !important;
}

section#copy-right p, section#copy-right a {
    color: #fff !important;
}

section#copy-right .elementor-widget-container {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: 'Mulish';
}


.latest-post-side a.wp-block-latest-posts__post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

div#blog_listing .eael-entry-meta span.eael-posted-by {
    display:none;
}

ul.latest-post-side li time.wp-block-latest-posts__post-date {
    color: #eb7c0f;
    font-weight: 600;
}
div#sib-container {
    max-width: 100% !important;
}
.faq-section summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 20px 20px 0px 0px!important;
}

/*02-09-2025*/
body.single-post main#content{
    max-width: 1320px;
}
.hover-effect ul.hfe-nav-menu li.current-menu-item:last-child a {
  color: #fff!important;
}
a.callnow {
    background-color: #EB7C0F;
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 40px;
    color: #fff;
    display: inline-block;
    transition: all 0.4s;
}
a.callnow:hover {
    background-color: #001c41;
    transition: all 0.4s;
}
.post-content-main {
    display: flex;
    gap: 50px;
}
.post-content-main .post-left {
    width: 75%;
}
.post-content-main  .post-right {
    width: 25%;
}
span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 20px;
    padding-left: 15px;
}
section.widget_nav_menu, section.widget_block {
    background: #001c41;
    padding: 30px;
    border-radius: 10px;
}
section.widget_block{
     margin-bottom: 20px;
}
section.widget_nav_menu h2.widget-title {
    font-family: "Mulish", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #EB7C0F;
    margin-top: 0;
}

section.widget_nav_menu ul#menu-our-services {
    padding-left: 20px;
    margin: 0;
    list-style: square;
    color: #fff;
}
section.widget_nav_menu ul#menu-our-services li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.4s;
}

section.widget_nav_menu ul#menu-our-services li a:hover {
    color: #eb7c0f;
    transition: all 0.4s;
}
section.widget_block form ul{
    padding: 0;
    margin: 0;
    list-style: none
}
section.widget_block form ul li input, section.widget_block form ul li textarea{
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    color: #000;
}
section.widget_block form ul li textarea{
    height: 150px;
}
section.widget_block form ul li input.wpcf7-form-control.wpcf7-submit{
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 60px;
    color: #FFFFFF;
    background-color: #EB7C0F;
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
    transition: all 0.5s;
}
section.widget_block span.wpcf7-form-control-wrap.recaptcha div {
    width: 100%!important;
}
section.widget_block span.wpcf7-form-control-wrap.recaptcha  iframe {
    width: 100%;
}
section.widget_block span.wpcf7-form-control-wrap.recaptcha {
    margin: inherit;
    padding: inherit;
}
.post-banner {
    position: relative;
}
.post-banner .post-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.post-heading p {
    font-family: "Mulish", Sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    color: #FFFFFF;
}
.post-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
@media (max-width:1400px){
        body.single-post main#content{
        max-width: 100%;
        padding: 70px 20px;
    }
	  section#request_freeform .elementor-container {
        width: 100%;
        max-width: 750px !important;
    }
	div#request_form form ul li input, div#request_form form ul li textarea, div#request_form form ul li select {
    font-size: 14px;
    border: 1px solid #001c41;
    padding: 8px 20px;
}
	label.services_name {
    font-size: 16px;
    margin-top: 0px;
}
	li.full.checks p span.wpcf7-form-control-wrap span.wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 5px;
    display: inline;
}
	div#request_form li.full.checks .wpcf7-list-item {
    padding-bottom: 0px;
}
	li.full.checks {
    border: 1px solid #001c41;
		height: 115px;
			margin: 0 10px 20px 10px;

}
	li.full.checks p span.wpcf7-form-control-wrap {
    height: 120px;
    padding: 8px 20px;
	
}
div#request_form form ul li textarea {
    height: 120px;
}
}

@media (max-width:991px){
    .post-content-main{
        display: block;
    }
    .post-content-main .post-left, .post-content-main .post-right{
        width: 100%;
    }
    .post-right {
        margin: 30px 0;
    }
       main.single_content header.page-header h1 {
        margin: 0;
        max-width: 100%;
        font-size: 36px;
    }
    
}

@media (max-width:593px){
div#request_form form ul li input, div#request_form form ul li textarea, div#request_form form ul li select {
    border-radius: 10px;
}
}




/*Ani 14-10-25*/

/*.servicebox_content_right  .infobox-icon {
    height: 100%;
    width: 40% !important;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}


.servicebox_content_right  .infobox-content { width: 60% !important;}
.servicebox_content_right .infobox-icon img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.servicebox_content_right .infobox-icon:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: red;
    padding-bottom: 75%;
}

.servicebox_content_right .eael-infobox.icon-on-left  .infobox-content {
    padding: 10px 20px !important;
}
.servicebox_content_right.eael-infobox-shape-square.eael-infobox-hover-img-shape-square.elementor-widget.elementor-widget-eael-info-box {
    box-shadow: 0px 0px 15px #cccccc99;
    border-radius: 15px;
}

.service_box_slidetop  {
    position: sticky;
    top: 50px;
    z-index: 100;
    height: fit-content;
}


.proud_member_img img {
    max-height: 100px;
    width: auto;
}

.proud_member_img  .gallery-icon.landscape {
    background: #fff;
    border-radius: 5px;
    padding: 10px !important;
}


.slider-text-outer-midr  div#slider-text ul li:after {
    width: 90px;
    height: 90px;
    top: 0;
    filter: invert(1) grayscale(100) brightness(100);
}



.slider-text-outer-midr  ul li {
    font-size: 60px;
}
.slider-text-outer-midr {
    background: #eb7c0f;
}


.slider-text-outer-midr  div#slider-text ul li {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

section#slider-text-outer.slider-text-outer-midr {
    transform: rotate(-1deg);
    padding-top: 10px;
    padding-bottom: 10px;
}*/


/* city Page css start */

.why_choose_us_city ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.why_choose_us_city ul.elementor-icon-list-items li.elementor-icon-list-item {width: calc(50% - 25px);    align-self: baseline;}
.how_do_we_do  .elementor-widget-image-box {
    height: 100% !important;
    display: flex;
}
.why_choose_big_box .elementor-widget-wrap.elementor-element-populated > div {
    max-width: 850px;
}

.how_do_we_do .elementor-widget-image-box:hover .elementor-widget-container {
    box-shadow: 0px 0px 10px 0px rgb(130 100 54 / 50%);
    background:#EB7C0F;
}

.how_do_we_do .elementor-widget-image-box:hover .elementor-widget-container *{
    filter: invert(1);
    }

.bfgrid .elementor-widget-container {
    min-height: 300px;
    position: relative;
    overflow: hidden;
    margin: 1px;
}

.bfgrid .elementor-widget-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.bfgrid .elementor-widget-container img {
    opacity: .4;
    transition:all linear .2s;
}

.bfgrid .elementor-widget-container img:hover {
    opacity: 1;
    transition:all linear .2s;
}

.cleaning_city_list_as_btn ul.elementor-icon-list-items {
    display: block !important;
    text-align: center;
}



.cleaning_city_list_as_btn ul.elementor-icon-list-items li.elementor-icon-list-item {
    display: inline-block !important;
    width: auto;
    border: solid 1px #eb7c0f;
    border-radius: 50px;
    padding: 5px 12px;
    margin-bottom: 10px;
    color: #000;
}
.cleaning_city_list_as_btn ul.elementor-icon-list-items li.elementor-icon-list-item:hover {
    background: #eb7c0f;
}

@media (max-width:767px){
    .why_choose_us_city ul.elementor-icon-list-items li.elementor-icon-list-item
     {
        width: 100%;
    }
}