.cat-menu li.menu-item.elementskit-dropdown-has > a:first-child {
    pointer-events: none;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.home-banner .banner-heading h1{
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0.25px;
    font-weight:500;
}
.home-banner .banner-heading{
    text-align: center;
}
.home-banner .banner-heading p {
    margin: 5px 0 15px;
    font-size: 72px;
    line-height: 108px;
    font-weight: 600;
}
.home-banner .banner-heading h1 span {
    font-size: 100px;
    line-height: 108px;
    display: inline-block;
}
.home-banner .banner-heading p .animated-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
.home-banner .banner-heading p .animated-word {
    display: inline-block;
    transition: transform 0.5s ease, opacity 0.5s ease;
    will-change: transform, opacity;
}
.found-section .found-img-top {
    position: absolute;
    top: 0;
    left: 0;
}
.sec-title{
    text-align: center;
}
.sec-title h2{
    margin: 0;
}
.sec-title h2 span{
    color: #d4353e;
    display: inline-block;
}
.why-col .elementor-column .elementor-divider .elementor-divider-separator{
    border-radius: 3px;
}
.why-col .elementor-column h3.elementor-heading-title{
    display: flex;
    align-items: center;
    min-height: 90px;
    justify-content: center
}
.why-col .elementor-column .col-img {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.need-help-form .elementor-field-textual.elementor-size-lg{
    min-height: 67px;
    padding: 7px 33px;
}
.need-help-form .elementor-field-type-textarea .elementor-field-textual.elementor-size-lg{
    min-height: 247px;
}
.service-box-section .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{
    top: 44px;
    right: 44px;
    left: 44px;
    bottom: 44px;
    width: auto;
    height: auto;
}
.service-box-section .elementor-flip-box--effect-fade .elementor-flip-box__front .elementor-flip-box__layer__title{
    margin: 0;
}
.found-img-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.37);
    z-index: 1;
    display: inline-block;
}

/* 3d slider */

.v-shape-carousel-container {
    position: relative;
    width: 100%;
    height: 880px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
}
.v-shape-carousel-container .slider-title {
    text-align: center;
    position: absolute;
    top: 0;
    color: #f6f6f6;
}
.v-shape-carousel-container .slider-title h2 {
    margin: 0 0 30px;
    color: #f6f6f6;
}
.v-shape-carousel-container .carousel {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
.v-shape-carousel-container .carousel-item {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, z-index 0.5s, opacity 0.5s;
    opacity: 0.6;
    width: 350px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    pointer-events: none;
}
.v-shape-carousel-container .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}
.v-shape-carousel-container .carousel-item.active {
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 5;
    width: 410px;
    height: 500px;
    pointer-events: auto;
}
.v-shape-carousel-container .carousel-item.left1 {
    transform: translate(-170%, -105%);
    z-index: 3;
}
.v-shape-carousel-container .carousel-item.left2 {
    transform: translate(-270%, -155%);
    z-index: 2;
}
.v-shape-carousel-container .carousel-item.right1 {
    transform: translate(51%, -110%);
    z-index: 3;
}
.v-shape-carousel-container .carousel-item.right2 {
    transform: translate(140%, -155%);
    z-index: 2;
}
.v-shape-carousel-container .carousel-item.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  z-index: 0;
}
.v-shape-carousel-container .carousel-item h3 {
    display: none;
}
.v-shape-carousel-container .carousel-item.active h3 {
    display: block;
    text-align: center;
    margin: 0 0 27px;
    color: #f6f6f6;
}
.v-shape-carousel-container .slider-nav {
    position: absolute;
    bottom: 30%;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 55%;
    display: flex;
    justify-content: space-between;
}
.v-shape-carousel-container .slider-nav .arrow {
    background: rgb(224, 224, 224, 28%);
    border-radius: 50%;
    width: 92px;
    height: 92px;
    text-align: center;
    border: 0;
    font-size: 42px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.v-shape-carousel-container .slider-nav .arrow.right {
    right: 0;
    left: inherit;
}

.request-a-quote .elementor-field-textual{
    padding: 22px 23px 18px;
}
.request-a-quote .inner-heading {
    margin: 25px 0 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}
.request-a-quote .elementor-field-type-upload {
    display: none;
}
form .elementor-form-fields-wrapper{
    align-items: flex-start;
}
form .elementor-select-wrapper .select-caret-down-wrapper {
    inset-inline-end: 25px;
}
form .elementor-select-wrapper .select-caret-down-wrapper:before {
    content: "\e994";
    font-family: 'elementskit';
    font-size: 18px;
    line-height: 30px;
}
form .elementor-select-wrapper .select-caret-down-wrapper svg{
    display: none;
}
form .elementor-select-wrapper .select-caret-down-wrapper{
    top: 33px;
}
form .elementor-field-group .elementor-select-wrapper{
    flex-direction: column;
}
.file-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #262525;
}
.file-upload-wrapper .file-drop-area {
    border: 2px dashed #B5B5B5;
    padding: 22px 22px 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
    line-height: 150%;
}
.file-upload-wrapper .file-drop-area p {
    margin: 0 0 4px;
}
.file-upload-wrapper .upload-btn {
    line-height: 100%;
    background-color: #D9D9D9;
    color: #171618;
    padding: 12px 22px 9px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}
.file-upload-wrapper ul {
    list-style: none;
    padding: 10px;
    margin-top: 15px;
    width: 90%;
    font-size: 14px;
    text-transform: none;
}
.file-upload-wrapper ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
.file-upload-wrapper ul button {
    background-color: #F02D37;
    color: white;
    border: none;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    text-transform: none;
}


/* locate a rep*/
#STATES g.hasLink path, #STATES g.hasLink rect {
  fill: #2c2b2e;
  transition: fill 0.5s ease;
  fill-opacity: 1;
}
#map .st1 {
    fill: #fff;
}
#map .st2 {
    fill: #fff;
}
#STATES g.hasLink:hover {
  cursor: pointer;
}
#STATES g.hasLink:hover path, #STATES g.hasLink:hover rect {
  fill: red !important;
}
#map {
  padding-bottom: 3em;
}
#state-links table {
  display: table;
  padding: 0;
  margin: 0;
  min-height: 0.01%;
  border-spacing: 0;
}
#state-links td a strong {
  display: inline-block;
  min-width: 20%;
  text-decoration: none;
  color: #000;
  font-weight: 900;
}
#state-links td a {
  display: block;
  padding: 12px auto;
}
#state-links {
    margin: 80px 0 0;
}
#state-links table  >tr:nth-child(odd)>td, #state-links table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
#state-links table td, #state-links table th {
    border: 0;
}    
#state-links table tr {
    border-top: 1px solid #595959;
}
#state-links table tbody tr td:nth-child(odd) {
    background-color: #171618;
}
#state-links table td a strong{
    color: inherit;
    font-weight: normal;
}
#state-links table td a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
#state-links table td:hover a{
    color: #e31937;
}
#state-links table tbody tr:hover>td, #state-links table tbody tr:hover>th {
    background-color: transparent;
}
#state-links table tbody tr:hover td:nth-child(odd){
    background-color: #171618;
}
.location {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 42px;    
}
.location .inner-heading {
    background: #2c2b2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding-left: 21px;
    margin: 0 0 40px;
}
.location .inner-heading h3 {
    margin: 0;
}
.location .inner-heading h3 a{
    color: inherit;
}
.location .inner-heading .location-logo {
    background: #fff;
    padding: 19px 22px 17px;
    border-radius: 4px;
    line-height: 0;
    min-width: 293px;
    text-align: center;
}
.location .inner-heading .location-logo img{
    height: 52px;
}
.location .inner-heading .location-logo.robin-logo {
    padding: 10px;
}
.location .inner-heading .location-logo.robin-logo img {
    height: 63px;
}
.location .inner_info {
    margin: 41px 0 0;
    display: flex;
    justify-content: space-between;
    width: 86.5%;
    gap: 0 40px;
}
.location .inner_info a {
    color: inherit;
}
.location .inner_info .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33%;
}
.location .location-description {
    width: 86.5%;
}
.location .inner_info strong {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.location .inner_info .contact-info strong{
    display: inline-block;
    min-width: 70px;
    margin-right: 20px;
    vertical-align: middle;
}
.location .inner_info .contact-info br{
    display: none;
}
.location .inner_info .row.contact-info a {
    white-space: nowrap;
}
.location .inner_info ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}
.location .inner_info ul li {
    margin: 0 0 10px;
}
.location .inner_info ul li span.name {
    display: inline-block;
    padding-right: 5px;
}
.location .inner_info ul a {
    color: inherit;
    display: inline-block;
}
.location .inner_info ul a.mail-link {
    text-decoration: underline;
}
.location h5 a {
    color: inherit;
}
.location a:hover{
    color: var(--e-global-color-primary);
}
.location .inner_info ul a:hover{
    color: var(--e-global-color-primary);
}
.location .inner_info .fax span {
    display: inline-block;
}
.back-btn {
    text-align: right;
    margin: 0 0 35px;
}
.elementor .back-btn a {
    text-decoration: underline;
    color: inherit;
    font-size: 18px;
    line-height: 36px;
}
.elementor .back-btn a:hover{
    color: var(--e-global-color-primary);
}
.d-sm-none {
    display: none !important;
}
.country-wrapper .country-list,
.country-wrapper .custom-dropdown {
    display: none;
}
.country-wrapper .custom-dropdown {
    position: relative;
    cursor: pointer;
    margin: 0 0 30px;
}
.country-wrapper .dropdown-selected {
    padding: 14px 14px 11px;
    border: 1px solid #3e3d3f;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    color: #e43138;
}
.country-wrapper .dropdown-selected:after {
    content: "\e994";
    font-family: elementskit !important;
}
.country-wrapper .dropdown-options {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 10;
}
.country-wrapper .dropdown-options li a {
    display: block;
    padding: 14px 14px 11px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.country-wrapper .dropdown-options li a:hover {
    color: var( --e-global-color-primary );
}
.country-wrapper .country-list li a{
    font-size: 18px;
    line-height: 48px;
    display: block;
    text-transform: uppercase;
    color: inherit;
}
.country-wrapper .country-list li a:hover{
    color: var( --e-global-color-primary );
}
.locate-map .elementor-widget-container h1 {
    font-size: 28px;
    margin: 0 0 40px;
}
.emergency-service-form .elementor-field-type-submit{
    margin-top: 40px;
}
.we-power-section .slider-title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 500;
    margin: 0 0 40px;
}
.we-power-section .slider-title span{
    font-size: 60px;
    margin: 0;
    display: inline-block;
}
.we-power-section .slider-text {
    color: #f6f6f6;
    font-size: 18px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto 66px;
}
.we-power-slider .elementor-swiper-button {
    position: absolute;
    top: -20%;
    z-index: 2;
    cursor: pointer;
    right: 50px;
}
.we-power-slider  .elementor-swiper-button-prev {
    right: 100px;
}
.we-power-slider .vls-carousel-hover-sec {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 40px 35px;
    background-color: rgba(0, 0, 0, 0.68);
    padding: 71px 50px 65px;
    flex-direction: column;
    text-align: center;
}
.we-power-slider .vls-carousel-slide .vls-carousel-hover-sec .vls-carousel-title-sec{
    position: static;
    width: 100%;
    margin: 0 0 25px;
}
.we-power-slider .vls-carousel-slide:hover .vls-carousel-hover-sec{
    display: flex;
}
.we-power-slider .vls-carousel-slide:hover .vls-carousel-hover-sec .vls-carousel-title-sec{
    display: block;
}
.we-power-slider .vls-carousel-slide{
    background-size: cover;
    background-position: center;
}
.we-power-slider .vls-carousel-slide .vls-carousel-title-sec {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    width: 50%;
    margin: 0 auto;
}
.we-power-slider .vls-carousel-slide:hover .vls-carousel-title-sec {
    display: none;
}
.we-power-slider .vls-carousel-hover-sec .vls-carousel-content-sec {
    font-size: 14px;
    line-height: 18px;
}
.we-power-slider .vls-carousel-hover-sec .vls-carousel-btn-sec{
    background-color: var(--e-global-color-d89c53e);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.25px;
    border: 1px solid var(--e-global-color-text);
    display: inline-block;
    padding: 12px 24px;
    color: var(--e-global-color-text);
    text-transform: uppercase;
    max-width: fit-content;
    margin: 0 auto;
}
.we-power-slider .vls-carousel-hover-sec .vls-carousel-btn-sec {
    margin-top: auto;
}
.we-power-slider .vls-carousel-hover-sec .vls-carousel-btn-sec:hover{
    background-color: var(--e-global-color-secondary);
}
.we-power-slider .swiper-slide a{
    color: inherit;
}

/* conatct us map*/

.locations-container {
    display: flex;
}
.locations-container .locations-list {
    width: 43.5%;
    display: flex;
    flex-wrap: wrap;
    gap: 46px 40px;
}
.locations-container .location-info {
    width: 46%;
    position: relative;
    padding-bottom: 46px;
}
.locations-container .location-info:after {
    content: '';
    width: 180px;
    height: 6px;
    background: #a9152a;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.locations-container .location-info:last-child , .locations-container .location-info:nth-child(5n) {
    padding-bottom: 0;
}
.locations-container .location-info:last-child:after , .locations-container .location-info:nth-child(5n):after {
    content: none;
}
.locations-container .location-info.active h3{
    color: var( --e-global-color-d89c53e );
}
.locations-container .location-info h3 {
    margin: 0 0 20px;
}
.locations-container .location-info p{
    margin: 0 0 10px;
}
.locations-container .location-info a{
    color: inherit;
    font-size: 24px;
    line-height: 24px;
}
.locations-container .map-container {
    width: 56.5%;
    position: relative;
}
.locations-container .map-container svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    right: 0px;
}
.locations-container .map-container .map-pin {
    cursor: pointer;
}
.certification-logo .elementor-container {
    gap: 29px 28px;
}
.certification-section .elementor-container .elementor-widget-wrap {
    gap: 29px 0;
}
.certification-logo .elementor-column {
    min-height: 217px;
}
.certification-bottom .elementor-container {
    gap: 0 28px;
}
.certification-section .elementor-container .text-logo .elementor-widget-wrap{
    gap: 0;
}

.content-page{
    font-size: 16px;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
    margin-top: 1.3em;
    margin-bottom: .5rem;
}
.content-page p {
    margin-bottom: 1rem;
}
.content-page ol, .content-page ul {
    margin-bottom: 1rem;
}    
.robinson-numbers .first-col span.elementor-counter-number-suffix {
    font-family: 'Metropolis', Sans-serif;
    font-size: 26px;
}
.robinson-numbers .first-col .elementor-counter .elementor-counter-number-wrapper{
    align-items: baseline;
}
.robinson-numbers .last span.elementor-counter-number-suffix {
    font-size: 26px;
    font-family: 'Metropolis', Sans-serif;
    font-weight: normal;
    line-height: 26px;
}
.robinson-numbers .last .elementor-counter .elementor-counter-number-wrapper {
    align-items: flex-start;
}
.location.region-results .inner-heading h5{
    margin: 0;
}
.location.region-results .inner_info{
    width: 100%;
}
.location.region-results .inner_info .contact-info strong{
    min-width: 110px;
}
.search_page {
    background: #000;
    padding: 80px 0;
}
.search_page .container {
    max-width: 1360px;
    margin: 0 auto;
}
.search_page .page-header h1 {
    margin: 0;
}
.search_page .page-header{
    margin: 0 0 40px;
}
.search_page .search_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.search_page .search_results {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.search_page .search_results .post {
    width: 23.8%;
    color: #fff;
}
.search_page .search_results .post a{
    color: var(--e-global-color-primary);
}
.search_page .search_results .post a:hover{
    color: var(--e-global-color-primary);
}
.search_page .search_results .post h3 {
    font-size: 20px;
}
.search_page .search_results .post img {
    max-height: 300px;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.search_page .search_results .post p {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
}
.search_page .search_results .post h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search_page .more_result {
    margin: 40px 0 0;
}
.search_page .product_info .search_results .post img {
    object-fit: contain;
}

@media (min-width: 576px) {    
    .d-sm-block, .hidden-xs {
        display: block !important;
    }
}
@media(min-width: 768px){
    .service-box-section .elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__front .elementor-flip-box__layer__title{
        display: none;
    }
    .service-box-section .static-flip-box .elementor-flip-box__back{
        display: none;
    }
    .service-box-section .static-flip-box.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__front .elementor-flip-box__layer__title{
        display: block;
    }
}
@media (min-width: 1025px){
    .cat-menu.elementor-widget-ekit-nav-menu .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position{
        width: 33.3%;
        position: static;
    }
    .cat-menu.elementor-widget-ekit-nav-menu .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position .ekit-menu-nav-link{
        justify-content: center;
    }
    .cat-menu.elementor-widget-ekit-nav-menu .elementskit-navbar-nav > li:hover{
        background-color: var(--e-global-color-0aa1fc5);
    }
    .cat-menu.elementor-widget-ekit-nav-menu .elementskit-navbar-nav > li:hover > a:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        background-color: var(--e-global-color-0aa1fc5);
        width: 100%;
        height: 3px;
        z-index: 99999;
    }
    .header-bottom .cat-menu{
        position: static;
    }
    .header-bottom .cat-menu .elementskit-menu-container{
        position: static;
    }
    .header-bottom .cat-menu .mega-menu-hover-img{
        position: relative;
    }
    .header-bottom .cat-menu .mega-menu-hover-img .wp-caption-text {
        position: absolute;
        font-style: normal;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .header-bottom .cat-menu .products-mega-menu .mega-menu-hover-img .wp-caption-text {
        position: static;
        margin: 29px 0 0;
    }
    .header-bottom .sticky-btns {
        display: none;
    }
    .header-bottom.elementor-sticky--active .sticky-btns{
        display: inline-block;
        width: auto;
        margin-right: 15px;
    }
    .header-bottom.elementor-sticky--active .site-logo {
        width: auto;
    }
    .header-bottom.elementor-sticky--active .logo-col > .elementor-widget-wrap {
        gap: 45px;
    }
    .country-wrapper .country-list {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
} 
@media (max-width: 2499px) and (min-width: 2300px){
    .consulting-section .elementor-container .elementor-widget-wrap .consulting-services{
        padding-bottom: 370px;
    }
}
@media (max-width: 2300px) and (min-width: 1921px){
    .consulting-section .elementor-container .elementor-widget-wrap .consulting-services{
        padding-bottom: 345px;
    }
}
@media (max-width: 1920px) and (min-width: 1799px){
    .consulting-section .elementor-container .elementor-widget-wrap .consulting-services{
        padding-bottom: 300px;
    }
}
@media (max-width: 1390px){
    .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0 15px;
    }
    .search_page .container{
        padding: 0 15px;
    }
} 
@media (max-width: 1304px) and (min-width: 1205px){
    .header-bottom.elementor-sticky--active .logo-col > .elementor-widget-wrap {
        gap: 5px;
        justify-content: space-between;
    }
    .header-bottom.elementor-sticky--active .sticky-btns{
        margin-right:5px;
    }
}
@media (max-width: 1204px) and (min-width: 1025px){
    .header-bottom.elementor-sticky--active .logo-col > .elementor-widget-wrap {
        gap: 5px;
    }
    .header-bottom.elementor-sticky--active .sticky-btns{
        margin-right: 0;
    }
    .header-bottom.elementor-sticky--active .sticky-btns .elementor-button-wrapper .elementor-button{
        padding: 8px 15px;
        font-size: 13px;
    }
}
@media (max-width: 1134px) and (min-width: 1025px){
    .header-bottom.elementor-sticky--active .sticky-btns .elementor-button-wrapper .elementor-button {
        padding: 8px;
        font-size: 11px;
    }
}
@media (max-width: 1024px){
    .header-bottom .elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
        height: 3px;
        border-radius: 4px;
    }
    .home-banner .banner-heading p{
        font-size: 60px;
    }
    .home-banner .banner-heading h1 span{
        font-size: 80px;
    }
    .found-section .elementor-container {
        justify-content: center;
    }
    .found-section br , .why-robinson br , .service-title br , .why-robinson br{
        display: none;
    }
    .why-col .elementor-column h3.elementor-heading-title{
        min-height: 60px;
    }
    .service-box-section .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }  
    .priority-section .priority-logo .elementor-element-populated {
        gap: 0 26px;
    }
    .mobile-side-menu .inner-menu .elementor-container {
        flex-wrap: wrap !important;
        gap: 40px 30px;
    }
    .close-submenu .elementor-button-content-wrapper span{
        margin-right: auto;
    }
    .mobile-side-menu .inner-menu .elementor-container figure.wp-caption {
        display: flex;
        flex-direction: column;
        gap: 23px 0;
    }
    .mobile-side-menu .product-menu-o .inner-menu .elementor-container figure.wp-caption a {
        height: 136px;
    }
    .mobile-side-menu .product-menu-o .inner-menu .elementor-container figure.wp-caption a img {
        height: 100%;
        width: auto;
    }
    .mobile-side-menu .inner-menu .elementor-container figure.wp-caption .wp-caption-text {
        font-size: 16px;
        font-style: normal;
        text-transform: uppercase;
    }
    .mobile-side-menu .industries-menu-o .inner-menu .elementor-container , .mobile-side-menu .services-menu-o .inner-menu .elementor-container{
        gap: 24px 9px;
    }
    .country-wrapper .custom-dropdown {
        display: block;
        max-width: 200px;
    }
    .certification-logo .elementor-container {
        gap: 15px;
    }
    .certification-section .elementor-container .elementor-widget-wrap {
        gap: 15px 0;
    }
    .certification-bottom .elementor-container {
        gap: 0 15px;
    }
}
@media (max-width: 1024px) and (min-width:991px){
    .work-width .brand-slider .swiper-wrapper .swiper-slide{
        padding: 0 15px;
    }
    .why-col .elementor-column h3.elementor-heading-title {
        min-height: auto;
    }
    .we-power-slider .vls-carousel-slide .vls-carousel-title-sec{
        width: 90%;
    }
    .we-power-slider .vls-carousel-hover-sec{
        margin: 20px 10px;
        padding: 30px 10px;
    }
    .we-power-slider .vls-carousel-slide .vls-carousel-title-sec{
        font-size: 20px;
    }   
}    
@media (max-width: 1024px) and (min-width: 768px){
    .need-help-form .elementor-field-textual.elementor-size-lg {
        min-height: 40px;
    }
    .need-help-form .elementor-field-type-textarea .elementor-field-textual.elementor-size-lg {
        min-height: 147px;
    }
    .fan-design .elementor-widget-image img {
        max-height: 300px;
    }   
    .v-shape-carousel-container .carousel-item.left1 {
        transform: translate(-170%, -120%);
    }
    .v-shape-carousel-container .carousel-item.right1 {
        transform: translate(52%, -115%);    
    }
    .v-shape-carousel-container .carousel-item.right2 {
        transform: translate(145%, -160%);    
    }    
    .mobile-side-menu .services-menu-o .inner-menu .elementor-container .last-img figure.wp-caption a {
        height: 310px;
    }
    .mobile-side-menu .services-menu-o .inner-menu .elementor-container .last-img figure.wp-caption a img {
        height: 100%;
    }
    .we-power-section .slider-title span {
        font-size: 50px;
    }
    .we-power-section .slider-title {
        font-size: 28px;    
        line-height: 50px;
        margin: 0 0 20px;
    }   
    .we-power-slider .elementor-swiper-button{
        right: 35px;
        top: -12%;
    } 
     .we-power-slider .elementor-swiper-button-prev {
        right: 80px;
    }
    .we-power-slider .vls-carousel-hover-sec{
        padding: 25px 30px;
    }
    .locations-container .locations-list{
        gap: 35px 31px;
    }
    .locations-container .location-info a {
        color: inherit;
        font-size: 18px;
        line-height: 20px;
    }
    .locations-container .location-info{
        padding-bottom: 35px;
    }
    .locations-container .map-container svg{
        top: 40px;
    }
    .locations-container .location-info:after {
        width: 140px;
    }    
    .certification-logo .elementor-container .elementor-column{
        min-height: 172px;
        width: 23.4%;
    }
    .search_page .search_results .post {
        width: 31.8%;
    }    
}    
@media (max-width: 991px) and (min-width: 768px){
    .fan-design .elementor-widget-image img {
        max-height: 250px;
    }
    .v-shape-carousel-container .carousel-item.active{
        width: 350px;
        height: 400px;
    }
    .v-shape-carousel-container .carousel-item{
        width: 300px;
        height: 350px;
    }
    .v-shape-carousel-container .carousel-item.left1 {
        transform: translate(-155%, -130%);    
    }
    .v-shape-carousel-container .carousel-item.right1 {
        transform: translate(51%, -125%);    
    }
    .v-shape-carousel-container .slider-nav{
        width: 60%;
    }  
    .v-shape-carousel-container .slider-nav .arrow{
        width: 72px;
        height: 72px;
        font-size: 28px;
    }  
    .v-shape-carousel-container{
        height: 730px;
    }
    .v-shape-carousel-container .slider-title h2 {
        margin: 0 0 10px;
    } 
    .mobile-side-menu .services-menu-o .inner-menu .elementor-container .last-img figure.wp-caption a {
        height: 230px;
    }
}
@media (max-width: 991px){
    .locations-container{
        flex-wrap: wrap;
        gap: 40px 0;    
    }
    .locations-container .locations-list , .locations-container .map-container{
        width: 100%;
    } 
    .locations-container .location-info {
        width: 47.5%; 
    }    
    .locations-container .map-container svg {
        top: 55px;
    }
    .robinson-numbers .first-col span.elementor-counter-number-suffix , .robinson-numbers .last span.elementor-counter-number-suffix{
        font-size: 16px;
    }
    .search_page .search_results .post {
        width: 47.8%;
    }
    .search_page .search_results .post img{
        max-height: 240px;
        min-height: 240px;
    }
    .search_page{
        padding: 40px 0;
    }
}
@media (max-width:767px){
    .home-banner .banner-heading h1{
        font-size: 22px;
        line-height: 25px;
    }
    .home-banner .banner-heading p {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
    }     
    .home-banner .banner-heading h1 span {
        font-size: 31px;
        line-height: 28px;
    }
    .banner-buttons-mobile .banner-buttons .elementor-button{
        width: 100%;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 22px;
    }
    .why-col .elementor-column h3.elementor-heading-title {
        min-height: 66px;
    }
    .why-col .elementor-column .col-img {
        min-height: 65px;
    }
    .service-box-section .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{
        background-color: transparent !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .service-box-section .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay{
        display: none;
    }    
    .service-box-section .static-flip-box .elementor-flip-box .elementor-flip-box__back{
        display: none;
    }
    .found-img-top img {
        width: 190px;
    }
    .found-img-bottom img {
        width: 175px;
    }
    .priority-section .priority-logo .elementor-element-populated {
        gap: 0 24px;
    }
    .why-robinson .why-col .col-img img {
        max-height: 60px;
        width: auto;
    }
    .page-content .need-help .need-help-form.elementor-element .elementor-field-group {
        padding-right: calc(9px / 2);
        padding-left: calc(9px / 2);
        margin-bottom: 9px;
    }
    .page-content .need-help .need-help-form.elementor-element .elementor-form-fields-wrapper {
        margin-left: calc(-9px / 2);
        margin-right: calc(-9px / 2);
        margin-bottom: -9px;
    }
    .page-content .need-help .need-help-form.elementor-element .elementor-field-group .elementor-button{
        padding: 6px 25px;
        margin: 9px 0 0;    
    }
    .need-help-form .elementor-field-textual.elementor-size-lg {
        min-height: 35px;
        padding: 7px 18px;
    }
    .need-help-form .elementor-field-type-textarea .elementor-field-textual.elementor-size-lg {
        min-height: 93px;
        max-height: 93px;
    }
    .footer-main .footer-top .elementor-container , .footer-main .footer-bottom .elementor-container{
        padding: 0;
    }
    .footer-main .footer-top .elementor-column {
        border-top: 1px solid #FFFFFF54;
    }
    .footer-main .footer-top .elementor-menu-toggle{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .footer-main .footer-top .last-title {
        border-top: 1px solid #FFFFFF54;
    }
    .footer-main .footer-top .elementor-column nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
        position: static;
        box-sizing: border-box;
        width: auto !important;
        margin: 0;
    }
    .footer-main .footer-top .elementor-nav-menu--dropdown-mobile {
        position: static;
    }
    .footer-main .footer-top .last-menu .elementor-menu-toggle {
        top: -31px;
    }
    .footer-main .footer-top .elementor-column .last-menu {
        position: relative;
        width: 100%;
    }
    .paddle-left-col{
        background-color: #000;
    }
    .top-banner p br{
        display: none;
    }
    .fan-design .fan-design-list .elementor-container{
        justify-content: center;
        gap: 30px 0;
    }
    .fan-design .elementor-widget-image img {
        max-height: 170px;
    }
    .v-shape-carousel-container .slider-title{
        position: static;
        width: 80%;
    }
    .v-shape-carousel-container .slider-title h2 {
        margin: 0;
    }    
    .v-shape-carousel-container .slider-nav{
        width: 75%;
        bottom: 20%;
        -webkit-tap-highlight-color: transparent;
    }
    .v-shape-carousel-container .slider-nav:focus {
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }
    .v-shape-carousel-container .slider-nav:focus-visible , .v-shape-carousel-container .slider-nav .arrow:focus-visible{
        outline: none;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }
    .v-shape-carousel-container .slider-nav .arrow:focus {
      outline: none;
    }
    .v-shape-carousel-container .slider-nav .arrow{
        width: 27px;
        height: 27px;
        font-size: 11px;
        -webkit-tap-highlight-color: transparent;
    }
    .v-shape-carousel-container .carousel-item.active h3{
        margin: 0 0 25px;
        font-size: 16px;
        line-height: 20px;
    }
    .v-shape-carousel-container .carousel-item.right1 {
        transform: translate(60%, -115%);
    }
    .v-shape-carousel-container .carousel-item.active{
        width: 162px;
        height: 186px;
    }    
    .v-shape-carousel-container .carousel-item{
        bottom: -80px;
        width: 144px;
        height: 150px;
    }
    .v-shape-carousel-container .carousel-item.left1 {
        transform: translate(-170%, -105%);
    }    
    .v-shape-carousel-container{
        height: 385px;
        gap: 58px 0;
    }
    .request-a-quote .elementor-field-textual{
        padding: 13px 12px 14px;
    }
    form .elementor-select-wrapper .select-caret-down-wrapper:before{
        font-size: 10px;
    }
    form .elementor-select-wrapper .select-caret-down-wrapper {
        inset-inline-end: 13px;
        top: 20px;
    }
    .request-a-quote .elementor-button[type="submit"]{
        padding: 16px 10px 10px;
        width: 100%;
        margin: 10px 0 0;
    }
    .request-a-quote .inner-heading {
        margin: 15px 0 0;
        font-size: 14px;
    }    
    .request-a-quote-section.elementor-section.elementor-section-boxed .elementor-container{
        padding: 0;
    }
    .mobile-side-menu .inner-menu .elementor-container figure.wp-caption .wp-caption-text {
        font-size: 11px;
        line-height: 16px;
    }    
    .mobile-side-menu .services-menu-o .inner-menu .elementor-container .last-img figure.wp-caption a{
        height: 120px;
    }
    .mobile-side-menu .services-menu-o .inner-menu .elementor-container .last-img figure.wp-caption a img {
        height: 100%;
    }
    #state-links table.table {
        display: block;
        width: 100%;
    }
    #state-links table.table tbody {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #595959;    
    }
    #state-links table.table tr {
        display: contents; 
    }
    #state-links table.table td {
        width: 50%;
        box-sizing: border-box;
        padding: 10px 14px;
        border-top: 1px solid #595959;
    }
    #state-links table.table td a {
        display: block;
        width: 100%;
        font-size: 11px;
    }
    #state-links table tbody tr:nth-child(even) td:nth-child(even) {
        background: #171618;
    }
    #state-links table tbody tr td:nth-child(odd) {
        background-color: transparent;
    }
    #state-links table tbody tr:nth-child(odd) td:nth-child(odd) {
        background: #171618;
    }
    .country-wrapper .dropdown-selected , .country-wrapper .dropdown-options li a{
        font-size: 12px;
    }
    .locate-map .elementor-widget-container h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    #state-links {
        margin: 25px 0 0;
    }
    #map {
        padding-bottom: 0;
    }
    .location .inner-heading .location-logo{
        padding: 19px 10px 17px;
        min-width: 130px;    
    }
    .location .inner-heading .location-logo img {
        height: 23px;
    }
    .location .inner-heading .location-logo.robin-logo img {
        height: 39px;
    }
    .location .inner-heading .location-logo.robin-logo {
        padding: 10px;
    }
    .location .inner-heading h3{
        font-size: 16px;
        line-height: 18px;
        padding: 5px 25px 5px 0;
    }
    .location .location-description {
        width: 100%;
    }
    .location .location-description {
        width: 95%;
        line-height: 16px;
    }
    .location .inner-heading{
        margin: 0 0 21px;
    }
    .location .inner_info {
        margin: 21px 0 0;
        flex-wrap: wrap;
        gap: 20px 10px;
        width: 100%;
    }    
    .location .inner_info strong {
        font-size: 14px;
        line-height: 18px;
    }    
    .location {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 27px;
    }
    .location .inner_info .contact-info strong{
        min-width: 55px;
    }
    .location .inner_info .row{
        width: 47%;    
    }
    .elementor .back-btn a{
        font-size: 14px;
    }
    .we-power-section .slider-title {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px;
    }   
    .we-power-section .slider-title span {
        font-size: 26px; 
    }
    .we-power-section .slider-text{
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin: 0 auto 15px;
    }   
    .we-power-slider .vls-carousel-slide .vls-carousel-title-sec{
        bottom: 37px;
        font-size: 14px;
        line-height: 16px;
        width: 82%;
    }
    .we-power-slider{
        margin: 0 25px;
    }
    .we-power-slider .elementor-swiper-button{
        top: 42%;
        right: inherit;
        width: 27px;
        height: 27px;
        background: rgb(224, 224, 224,0.28);
        border-radius: 50px;
        text-align: center;
        line-height: 29px;
    }
    .we-power-slider .elementor-swiper-button-next {
        right: -15px;
    }
    .we-power-slider .elementor-swiper-button-prev {
        left: -15px;
        right: inherit;
    }
    .we-power-slider .elementor-swiper-button .icon.icon-arrow-left::before{
        content: "\e997";
    }
    .we-power-slider .elementor-swiper-button .icon.icon-arrow-right::before {
        content: "\e876";
    }
    .we-power-slider .vls-carousel-slide:hover .vls-carousel-hover-sec {
        display: none;
    }
    .we-power-slider .vls-carousel-slide:hover .vls-carousel-title-sec {
        display: block;
    }
    .locations-container .locations-list{
        gap: 30px;
    }
    .locations-container .location-info {
        width: 44.5%;
        padding-bottom: 30px;
    }
    .locations-container .location-info h3 {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .locations-container .location-info p {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .locations-container .location-info a{
        font-size: 16px;
    }
    .locations-container .location-info:after{
        width: 99px;
    }
    .locations-container .map-container svg {
        top: 20px;
    }
    .locations-container .map-container .map-pin{
        width: 4%;
    }
    .paddlel-wheel-3d .v-shape-carousel-container .slider-title h2 {
        margin: 0 0 20px;
        line-height: 30px;
    }
    .paddlel-wheel-3d .v-shape-carousel-container {
        height: 430px;
    }        
    .robinson-numbers .border-top .elementor-widget-wrap:before {
        content: '';
        width: 147px;
        height: 1px;
        background: var(--e-global-color-84c52e8);
        position: absolute;
        left: 0;
        top: -30px;
    }
    .robinson-numbers .border-top.last .elementor-widget-wrap:before{
        left: inherit;
        right: 0;
    }
    .file-upload-wrapper .file-drop-area{
        padding: 25px 22px 21px;
        font-size: 12px;    
    }
    .file-upload-wrapper .upload-btn{
        padding: 6px 15px;
        font-size: 11px;    
    }
    .certification-logo .elementor-column {
        min-height: 75px;
    }
    .paddle-wheel-3d .v-shape-carousel-container .slider-title h2{
        margin: 0 0 10px;
        line-height: 30px;
    }
    .paddle-wheel-3d .v-shape-carousel-container {
        height: 420px;
    }    
    body .content-page h2 , body .content-page h4 , body .content-page h3{
        line-height: 30px;
    }
    .search_page .page-header h1{
        font-size: 24px;
        line-height: 30px;
    }
    .search_page .search_results .post {
        width: 100%;
    }
    .search_page .search_results .post img {
        max-height: 150px;
        min-height: 150px;
    }
    .search_page .product_info .search_results .post img {
        max-height: 250px;
        min-height: 250px;
    }
}
@media (max-width:375px){
    .v-shape-carousel-container .slider-title{
        width: 90%;
    }    
    .v-shape-carousel-container {
        height: 415px;
    }
}
@media (max-width:360px){
    .v-shape-carousel-container .slider-title{
        width: 90%;
    }
    .locations-container .location-info {
        width: 44%;
    }  
    .mobile-side-menu .submenu-container .inner-menu .elementor-inner-column{
        width: 44.9%;
    }
}
@media(max-width:320px){
    .v-shape-carousel-container .slider-title h2 {
        margin: 0 0 10px;
        line-height: 30px;
    }
    .v-shape-carousel-container {
        height: 430px;
    }   
    .locations-container .location-info {
        width: 45%;
    }
    .locations-container .locations-list {
        gap: 30px 20px;
    }       
    .mobile-side-menu .submenu-container .inner-menu .elementor-inner-column{
        width: 43.9%;
    }
    .header-bottom .site-logo .elementor-widget-container a img {
        width: 95px;
        max-width: 95px;
        height: 38px;
    } 
}