/* Header CSS */

html {
    overflow-x: hidden !important;
}


body .elementor-2271 .elementor-element.elementor-element-e84f652 .eael-simple-menu li a span {
    color: #15354a !important;
}

body .elementor-2271 .elementor-element.elementor-element-e84f652 .eael-simple-menu li .sub-menu a span {
    color: #ffffff !important;
}
li#menu-item-8111 a {
    padding: 0 !important;
    color: #fff !important;
    font-weight: 700;
}
/*.body #menu-primary-menu-1 .wow:before {
  content: "WOW!" !important;
  font-size: 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  bottom: 40px !important;
  left: 25px !important;
  font-family: 'Poppins' !important;
  padding: 1px 8px !important;
  border-radius: 2px !important;
  position: absolute;
  background-color: #fc8161;
}
.body #menu-primary-menu-1 .wow:after {
  width: 0px;
  content: "";
  position: absolute;
  height: 0px;
  top: 4px;
  left: 42px;
  font-size: 12px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fc8161 transparent transparent transparent;
}*/
.call-btn-32 {
    background-color: #000000;
    transition: all .25s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    border-color: #fff;
    padding: 3px 0px !important;
    margin-left: 20px;
}
.call-btn-32:hover {
    background-color: #000000;
    transform: translate(12px, 0px);
    transition: all 1s ease;
}




/* Contact Form CSS */

body .heading_check, body .heading_radio {
    color: #999999 !important;
    font-weight: 400 !important;
    font-size: 21px;
}


body .check .shapes {
    margin-left: -10px;
}
body .check .shapes .link_container {
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}
body .check .shapes .link {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100vw;
    margin-bottom: 0;
    padding: 1.8em 4.6em;
    transition: color .2s !important;
    position: relative;
    overflow: hidden;
}
body .check .shapes .link:hover {
    border: 1px solid #FC7C5D !important;
}
body .check .link.selected-toggle:hover {
    border: 1px solid #2d3e50 !important;
}
body .check .shapes .link .link_text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #2d3e50;
    font-weight: 400;
    text-align: center;
    flex-direction: column;
    display: flex;
}
body .check .shapes .wpcf7-list-item.link_container:nth-child(3) {
    margin-right: 20%;
}

body .link_circle {
    z-index: 1;
    background-color: #2d3e50;
    border-radius: 50%;
    width: 100%;
    min-height: 6em;
    margin-bottom: 5.9em;
    padding-top: 100%;
    transition: margin .4s, border-radius .25s;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.link.selected-toggle .link_text {
    color: #ffffff !important;
}

.selected-toggle .link_circle {
    background-color: #425b6c;
    border-radius: 0%;
    margin-bottom: 0em;
}

body .heading_radio {
    margin-bottom: 20px;
    font-size: 21px;
    color: #999999;
    font-weight: 400;
}
body .options .shapes {
    margin-left: -10px !important;
}
body .options .shapes .link:hover {
    border: 1px solid #FC7C5D !important;
}
body .options .link.selected-toggle:hover {
    border: 1px solid #2d3e50 !important;
}
body .options .shapes .wpcf7-list-item {
    margin: 0;
    padding: 10px;
}
body .options .shapes .link {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100vw;
    margin-bottom: 0;
    padding: 1.8em 3.6em;
    transition: color .2s !important;
    position: relative;
    overflow: hidden;
}

body .options .shapes .link .link_text {
    flex-direction: column;
    display: flex;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #2d3e50;
    font-weight: 400;
    text-align: center;
}


body .group_fields {
    width: 80%;
    margin-top: 60px;
}
body .group_fields .submit-contain {
    margin-top: 40px !important;
}
body .field_parent input::placeholder, body .field_parent textarea::placeholder {
    color: #b3b3b3 !important;
}

body .field_parent input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding-left: 0;
    height: 3em;
    border-bottom: 2px solid #b3b3b359 !important;
    border-radius: 0 !important;
    border: none;
    font-size: 2em;
    line-height: 30px;
    color: #b3b3b3 !important;
    font-weight: 400;
    transition: all 0.3s !important;
}
body .field_parent input.wpcf7-form-control.wpcf7-text:hover, body .field_parent input.wpcf7-form-control.wpcf7-text:focus {
    border-bottom: 2px solid #000000b8 !important;
}
body .field_parent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus, body .field_parent input.wpcf7-form-control.wpcf7-text:focus {
    border-bottom: 2px solid #000000b8 !important;
    color: #2d3e50 !important;
}
body .field_parent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:hover {
    border-bottom: 2px solid #000000b8 !important;
}
body .group_fields .two_field {
    width: 100%;
    overflow: hidden;
    display: flex;
    column-gap: 70px;
}

body .two_field .field_parent {
    width: 47%;
}

body .field_parent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    resize: none;
    height: 20vh;
    border-bottom: 2px solid #b3b3b359 !important;
    border-radius: 0 !important;
    border: none;
    font-size: 2em !important;
    line-height: 30px;
    color: #b3b3b3 !important;
    font-weight: 400;
    transition: all 0.3s !important;
    padding: 20px 0px;
}

body .group_fields .submit-contain input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 20px 60px !important;
    border-radius: 3px;
    background-color: #ff7c5c;
    border: 1px solid #ffe0d9;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}


.title_class a {
  font-weight: 600;
}
.elementor.elementor-29891 .elementor-element.elementor-element-87270bb {
  border: none !important;
}


@media only screen and (max-width: 1424px) and (min-width: 1025px)  {
    .project_types ul li {
        display: inline-block;
    }
    .projects_wrap {
         margin: 10px;
    }
    .featured_column {
        justify-content: center;
    }


}

@media screen and (max-width: 1400px) {
/*.elementor-element.e-flex.e-con-boxed {
  padding-left: 15px !important;
  padding-right: 15px !important;
}*/

}

@media screen and (max-width: 1024px) {


    .call-btn-32 {
        background: transparent;
        border: 0 !important;
        max-width: 150px;
        width: 100%;
        margin: 8px auto !important;
    }
    .call-btn-32 a {
        padding: 6px !important;
        background-color: #FF7C5C !important;
        color: #fff !important;
        border-radius: 4px;
        font-weight: 600 !important;
    }


    #home_transp nav.elementor-nav-menu--dropdown {
        background: #202D3B !important;
        margin-top: 8px !important;
    }

    .mobile-header__new a.elementor-item {
        line-height: 25px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    .project_row {
        margin: 0 auto;
        padding: 10px;
    }
    .project_types {
        margin: 0 auto;
        padding: 10px;
    }
    .project_types ul {
        gap: 10px;
    }
    .project_types ul .active-type {
        display: inline-block !important;
        margin: 0px !important;
    }
    .project_types ul li {
        font-size: 14px;
        padding: 10px;        
    }



   .featured_column .featured-post:first-child, .featured_column .featured-post:first-child img {
        margin: 0 auto;
    }
    .our_work_page .featured_column .featured-post:nth-child(4), .our_work_page .featured_column .featured-post:nth-child(4) img,
    .our_work_page .featured_column .featured-post:nth-child(8), .our_work_page .featured_column .featured-post:nth-child(8) img {
        margin: 0 auto;
    }
   .featured_column .featured-post, .featured_column .featured-post img {
        margin: 0 auto;
    }

    .home_faq_section {
         padding: 20px;
    }
    .testimonial_section {
         padding: 10px;
    }
    .elementor-button-text {
        font-size: 16px;
    }
    .elementor-element.elementor-element-03b445e {
        padding: 20px 20px 25px 20px !important;
    }

    .featured_column .featured-post:first-child, .featured_column .featured-post:first-child img {
        max-width: 440px !important;
        width: 100% !important;
    } 
    .our_work_page .featured_column .featured-post:nth-child(4), .our_work_page .featured_column .featured-post:nth-child(4) img,
    .our_work_page .featured_column .featured-post:nth-child(8), .our_work_page .featured_column .featured-post:nth-child(8) img{
        max-width: 440px !important;
        width: 100% !important;
    }
    body .featured-post img {
        max-width: 440px !important;
        height: auto !important;
    }


    body .service_flipbox .eael-elements-flip-box-content {    
        line-height: normal !important;
    }


}

@media screen and (max-width: 991px) {
    .group {
        padding-top: 0px !important;
    }
    body .group_fields {
        width: 100%;
        margin-top: 30px;
    }
    .shapes {
        padding-bottom: 0px !important;
    }
    .group.options {
        margin-bottom: 0px !important;
    }
    body .check .shapes .link {
        padding: 1.5em 2.5em;
        transition: all 0.3s !important;
    }
    body .check .shapes .wpcf7-list-item.link_container:nth-child(3) {
        margin-right: 0px;
    }
    body .check .shapes .link_container {
        padding-bottom: 0px !important;
    }
    body .check .shapes .link .link_text {
        font-size: 18px;
        line-height: 18px;
    }

    body .options .shapes .link {
        padding: 1.5em 2.5em;
    }
    body .options .shapes .link .link_text {
        font-size: 18px;
        line-height: 18px;
    }


    .title_class {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    
}


@media screen and (max-width: 767px) {
    body .heading_check {
        margin-bottom: 10px;
    }
    body .heading_radio {
        margin-bottom: 10px;
    }
    body .check .shapes .link {
        padding: 1.2em 2em;
    }
    body .check .shapes .link_container {
        padding-right: 0px !important;
    }
    body .options .shapes .link {
        padding: 1.2em 2em;
    }
    body .options .shapes .wpcf7-list-item {
        padding-right: 0px !important;
    }
    body .group_fields .two_field {
        display: block;
    }
    body .two_field .field_parent {
        width: 100%;
    }
    body .field_parent input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        font-size: 24px !important;
    }
    body .field_parent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        font-size: 24px !important;
    }
    body .group_fields .submit-contain {
        margin-top: 25px !important;
    }
    body .group_fields .submit-contain input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 15px 30px !important;
        font-weight: 400;
    }
    .home_faq_section span.e-n-accordion-item-title-icon i {
        font-size: 14px !important;
    }
    .home_faq_section span.e-n-accordion-item-title-icon {        
        left: 94% !important;
    }

    .five_icons .elementor-image-box-content {
        margin: 0 auto !important;
        padding: 0 30px !important;
    }

    .five_icons .elementor-image-box-content br{
        display: none;
    }

      .title_class {
        margin-bottom: 10px !important;
        margin-top: 5px !important;
      }

}

@media screen and (max-width: 430px) {

    .title_class a {
        font-size: 20px !important;
    }
    .excerpt_class {
        font-size: 16px !important;
        line-height: 20px !important;
    }

}


/* contact page custom css ends */


/*==Home CSS==*/


.featured_column {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}


.featured_column .featured-post:first-child, .featured_column .featured-post:first-child img {
    max-width: 920px;
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: top;
}

 
.our_work_page .featured_column .featured-post:nth-child(4), .our_work_page .featured_column .featured-post:nth-child(4) img, 
.our_work_page .featured_column .featured-post:nth-child(8), .our_work_page .featured_column .featured-post:nth-child(8) img{ 
    max-width: 920px;
 width: 100%; height: 450px !important; object-fit: cover; object-position:
 top; 
}


.featured_column .featured-post, .featured_column .featured-post img {
    max-width: 440px;
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: top;
}
.featured-post  {
    display: block;
    margin-bottom: 100px !important;
}


.video_box img {
    border-radius: 10px !important;
}
.title_class a {
    color: #1d2935 !important;
    font-size: 24px;
    line-height: 30px;
}

.excerpt_class {
    color: #b3b3b3 !important;
    font-size: 18px;   
}
.title_class {
    margin-bottom: 6px;
    margin-top: 25px;
}

.featured_column .featured-post:first-child video {
    width: 920px !important;
    height: 450px;
}
.featured_column .featured-post video {
    width: 440px !important;
    height: 450px;
}



.home_faq_section summary.e-n-accordion-item-title {
  border: none !important;
  background: #eeeff0 !important;
  border-radius: 10px;
  margin-bottom: 10px !important;
}
.home_faq_section  .elementor-element.e-con-full.e-flex.e-con.e-child {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF7C5C;
    border-radius: 10px;
}
.home_faq_section span.e-n-accordion-item-title-icon {
    position: absolute;
    left: 96%;
}




.service_faq_section .e-n-accordion-item-title {
  border: none !important;
  border-radius: 10px;
  margin-bottom: 10px !important;
  background-color: #181818;
}

.service_faq_section  .elementor-element.e-con-full.e-flex.e-con.e-child {
    border: none;
    border-radius: 10px;
}
.grw-review-inner.grw-backgnd.grw-round.grw-shadow svg {
    display: none;
}
.grw-review-inner.grw-backgnd.grw-round.grw-shadow {   
    border: 1px solid #dcdcdc !important;  
    border-radius: 10px !important;
    box-shadow: unset !important;
}

.service-pro-review .grw-review-inner.grw-backgnd.grw-round.grw-shadow {
    background: #181818 !important;
    border: 1px solid #474747 !important;
}
.service-pro-review .wp-gr.wpac .wp-google-name, .service-pro-review .wp-gr span.wp-google-text {
    color: #fff !important;
}


#menu-primary-menu-1 li {
    margin: 0px 15px 0px 15px;
}
#menu-primary-menu-2 li {
    margin: 0px 15px 0px 15px;
}
#home-transparent .call-btn-32 {
    background-color: #FF7C5C;
}


.loop-left {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation:infiniteleft 20s linear infinite;
  margin-bottom: 20px;
}
@keyframes infiniteleft {
 0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.loop-right {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation:infiniteright 20s linear infinite;
}
@keyframes infiniteright {
  0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}

.horizontal-scrolling-items__item {
    margin: 0 10px;  
    max-width: 200px !important;
    width: 100% !important;
}

.service_flipbox .eael-elements-flip-box-content {
    line-height: 45px!important;
}
.service_flipbox .eael-elements-flip-box-content ul {
    margin: 0 !important;
    padding: 20px!important;
}
.service_flipbox .eael-elements-flip-box-content ul li {
    line-height: 28px !important;
}
.service_flipbox .eael-elements-flip-box-content ul li::marker { 
  color: #ff7c5c !important;
}


.top_text_slider span#eael-fancy-text-f6cea74 {
    text-shadow: 0px 0px 40px rgba(255, 151, 39, 0.45) !important;
    filter: drop-shadow(0 0 30px rgba(255, 151, 39, 0.75));
}

.top_text_slider span#eael-fancy-text-2f15d37 {
    text-shadow: 0px 0px 40px rgba(255, 151, 39, 0.45) !important;
    filter: drop-shadow(0 0 30px rgba(255, 151, 39, 0.75));
}


.neon_glow_text span#eael-fancy-text-f6cea74 {
    text-shadow: 0px 0px 40px rgba(255, 151, 39, 0.45) !important;
    filter: drop-shadow(0 0 30px rgba(255, 151, 39, 0.75));
}

.btn_flas a.elementor-button {
    box-shadow: inset 0 0 17.5px rgba(255, 255, 255, 0.65) !important;
    background-color: #d03d1a !important;

}
.btn_flas a.elementor-button.elementor-button-link.elementor-size-sm {
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.75));
}

.btn_flas a:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    filter: unset !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}


/*body .eicon-play:before {    
content: url(https://plusrender.emc32.dev/wp-content/themes/plus-render-child-theme/img/play-button.svg)!important; 
    width: 100px;
    height: 100px;
    border: 2px solid;
    color: #ff7c5c;
} */

/*body .eicon-play:before {
    background-image: url(https://plusrender.emc32.dev/wp-content/themes/plus-render-child-theme/img/play-button.svg) !important;
    background-size: 150px;
    width: 100px;
    height: 100px;
    border: 2px solid;
    color: #ff7c5c;
    content: '';
}*/


/*--Work Page Css---*/


.project_types {
    margin-bottom: 70px;
    margin-top: 50px ;
}
.project_types ul {
    padding: 0px;
}
.project_types ul .active-type {
    color: #fff;
    background: #1d2935;
    margin-right: 20px;
    display: inline;
    list-style: none !important;
    padding: 10px 20px;
    border-radius: 4px;
}
.project_types ul li {
    font-weight: 600;
    color: #1d2935;
    margin-right: 20px;
    display: inline;
    list-style: none !important;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Poppins-SemiBold-600", Sans-serif !important;
}

@media screen and (max-width: 980px) {
.project_types ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto !important;
  justify-content: center;
}

}



.wp-gr .grw-reviews {
    gap: 30px !important;
}
body .grw-btns, body .wp-gr .rpi-dots-wrap {
   /* display: none !important;*/
   opacity: 0 !important;
}

.get_white_bg .elementor-section.elementor-top-section {
  background: #fff !important;
}
.get_white_bg .elementor-section.elementor-element-50d066d9 {
  display: none;
}

.eael-simple-menu li.current-menu-item>a.eael-item-active {
    background: transparent !important;
}


.foo_social {
    display: flex;
    gap: 30px;
    align-items: center !important;
    justify-content: flex-start;
}

.foo_social img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}




.top_text_slider .eael-fancy-text-container {
    height: 50px !important;
}

body .marquee_logo img {
    max-width: 200px;
    vertical-align: middle;   
    display: inline-block;
    margin: 0px 15px;
}

/* Home 3 CSS*/


.home_top_text_slider span.eael-fancy-text-strings {
    text-shadow: 0px 0px 40px rgba(255, 151, 39, 0.45) !important;
    filter: drop-shadow(0 0 30px rgba(255, 151, 39, 0.75));
}
.home_top_text_slider .eael-fancy-text-container {
    height: 90px !important;
}


.orange_glow a{
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.35));
}

#vdo_id .elementor-custom-embed-play i {
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    /* background-color: #FF7C5C; */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 20px rgba(255, 124, 92, 0.6), 0 0 40px rgba(255, 124, 92, 0.4), 0 0 60px rgba(255, 124, 92, 0.8);
    transition: box-shadow 0.3s ease;
    opacity: 1;
}



.marquee-container {
width: 100%;
overflow: hidden;
padding: 20px 0;
position: relative;
}

.marquee-track {
display: flex;
width: max-content;
animation: scroll-left 30s linear infinite;
}

.marquee-track.reverse {
animation: scroll-right 30s linear infinite;
}

.marqueelogo {
width: 110px;
height: 57px !important;
margin: 0 20px;
object-fit: contain;
filter: grayscale(100%);
transition: filter 0.3s;
flex-shrink: 0;
}

.marqueelogo:hover {
filter: grayscale(0%);
}

@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
0% { transform: translateX(-50%); }
100% { transform: translateX(0); }
}


/*Home Logo marquee 16-06-2025*/
.mr_marquee_row {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.mr_logo_track {
  display: inline-flex;
  animation: mr_scrollleft 55s linear infinite;
}

.mr_marquee_row.righttoleft .mr_logo_track {
  animation: mr_scrollright 55s linear infinite;
}

.mr_logo_track img {
    width: 110px;
    object-fit: contain;
    filter: grayscale(100%);
    flex-shrink: 0;
    height: 57px !important;
    margin: 0px 20px;
    transition: filter 0.3s;
}
.mr_marquee-row.lefttoright {
    margin-bottom: 10px;
}


/* Left to right scroll */
@keyframes mr_scrollleft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Right to left scroll */
@keyframes mr_scrollright {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}