@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    scroll-behavior: smooth;
}

 /*body {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }*/

body{
    font-family: "Lato", sans-serif;
    overflow-x:hidden;
    animation: pagetransition 2s;
    font-family: "Oswald", sans-serif;
}
p, li {
    font-family: "Poppins", sans-serif;
}

body .container {
    max-width: 1300px;
}

/*.page--banner {
    display: none;
}*/
@keyframes pagetransition{
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.custom-logo {
    height: auto !important;
    max-width: 200px;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top {
    background: #FDCA25 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    bottom: 10px !important;
    color: #000000 !important;
    cursor: pointer;
    font-size: 36px;
    font-weight: bold;
    height: 50px;
    line-height: 40px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    width: 50px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#back-to-top i.fa {
    font-size: 36px !important;
}
#back-to-top:hover {
    color: rgb(49 52 173) !important;
    transition: all 0.3s;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #161822;
}

.home----slider .e-con-inner {
    width: 100%;
    max-width: 100% !important;
}



.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-rss {
    box-sizing: border-box;
    list-style: none;
    padding: 0
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0!important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0!important;
    border-right-width: 0!important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    width: 0!important
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}


.slider---image {
    max-height: 800px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.slider---image img {
    min-height: 800px;
}
.slider---image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 45%);
}
.slider---image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    background: linear-gradient(to right,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0) 70%);
}
.main--slider--content {
    position: absolute;
    top: 20rem;
    width: 100%;
    z-index: 9;
}
.slider--title {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    text-shadow: 0px 2px 2px #000;
}
.main--slider--content h1 {
    color: #fff;
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.slider--para {
    color: #fff;
    font-size: 20px;
    max-width: 700px;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home--main--slider .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    background: #FDCA25;
    padding: 7px 20px 7px 20px;
    border-radius: 50px 0px 0px 50px;
    border: 0px solid #ffffff;
    border-right: 0px;
}
.home--main--slider .owl-dots button.owl-dot {
    margin: 0px 2px;
}
.home--main--slider .owl-dots button.owl-dot.active {
    border: 2px solid #000;
    border-radius: 50%;
    height: 20px;
    position: relative;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home--main--slider .owl-dots button.owl-dot.active span {
    background: #000;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home--main--slider .owl-dots button span {
    margin: 8px 5px !important;
}

@media (max-width: 2200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

.single div#content .col-md-8.wp-bp-content-width article .card-body .entry-content p {
    font-size: 20px;
    color: #161822;
}
body:not(.home) div#content .card-body {
    padding: 0px;
}
.breadcrumb--section p a {
    color: #bebed1;
    text-decoration: none;
}
.main--nav--menu {
    border-top: 0px;
    box-shadow: none;
}
.main--nav--menu ul#primary-menu {
    width: 290px;
    margin: 0px;
    background: rgba(0,122,204,1);
    position: fixed;
    top: 0px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
    height: 100%;
    padding: 60px 40px;
    z-index: 999 !important;
    opacity: 0;
    text-align: left;
    left: -400px;
}
.main--nav--menu.show ul#primary-menu {
    opacity: 1;
    top: 0px;
    left: 0px
}
.main--nav--menu .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.site-branding-text a.navbar-brand {
    margin: 0px;
    color: #0d4fcc !important;
    font-weight: 800;
    font-size: 22px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #3d4a78 !important;
    opacity: 1 !important;
    font-size: 16px;
}
ul#primary-menu a.nav-link {
    padding: 0px;
    font-size: 18px;
    border-bottom: 0px solid transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 500;
}
.navbar-toggler-icon i.fa.fa-bars {
    font-size: 33px;
    color: #fff;
}
ul#primary-menu li.nav-item {
    padding: 0px 12px;
}
#site-navigation .row {
    width: 100%;
    margin: 0px;
}
button {
    outline: none;
}
.site---menu button {
    float: right;
}
.site-branding-text {
    text-align: center;
}
.main--nav--menu.show ul#primary-menu li a.nav-link {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link {
    padding: 5px 0px;
    border-bottom: 0px solid transparent;
    width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(min-width: 992px) {
    .dropdown .dropdown-menu {
      transition: all 0.5s;
      overflow: hidden;
      transform-origin: top center;
      transform: scale(1, 0);
      display: block;
      margin-top: 0px !important;
      background: #2e3538;
  }
  .dropdown:hover .dropdown-menu {
        transform: scale(1);
        border-color: #2e3538;
        background: #2e3538;
    }
    .dropdown-toggle::after {
        margin-left: 0.5em;
        vertical-align: 0.15em;
        border-top: 0.2em solid;
        border-right: 0.2em solid transparent;
        border-left: 0.2em solid transparent;
    }
    body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
        display: inline-flex !important;
    }
}


.item-overlay {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    transition: all 0.3s;
}
.item-overlay::before {
    content: '\e657';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    color: #fff;
    right: 0;
    font-size: 63px;
    transition: all 0.2s;
    font-family: "Pe-icon-7-stroke";
    display: flex;
    align-items: center;
    justify-content: center;
}
.page--banner {
    height: 400px;
    background-size: 100% !important;
    background-position: center !important;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
}
.page--banner h1 {
    margin: 0;
    color: #FDCA25;
    position: relative;
    opacity: 1;
    z-index: 9;
    text-transform: uppercase;
    font-size: 42px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
header#masthead {
    z-index: 99 !important;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border: 0px !important;
    padding: 10px 0px;
    background: transparent;
}
.is-sticky header#masthead {
    box-shadow: 0px 3px 15px -15px #000;
}
.logged-in ul#primary-menu li.login---button {
    display: none;
}
#site-navigation ul#primary-menu li.login---button a.nav-link {
    background: red;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
}
.main--slider--content ul.list-inline {
    margin: 0px;
}
.is-sticky img.custom-logo {
    transition: all 0.3s;
}
.home--main--slider.owl-theme .owl-dots .owl-dot span {
    background: #4d4d4d;
}
div#masthead-sticky-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}
.logged-in div#masthead-sticky-wrapper {
    top: 0px;
}
.is-sticky header#masthead {
    background: #000;
}
.page--banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 45%);
}
/*.page--banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}*/
.home .page--banner {
    display: none !important;
}
ul#primary-menu li a.nav-link {
    color: #fff !important;
}
.Image--slider--section .swiper-wrapper .swiper-slide {
    position: relative;
}
.Image--slider--section .swiper-wrapper .swiper-slide::before {

}
ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link:hover {
    color: #37a344;
    border-color: #37a344 !important;
}
ul#primary-menu li.nav-item.active.current-menu-item > a.nav-link {
    color: #37a344 !important;
    border-color: #37a344;
}
ul#primary-menu li a.nav-link:hover {
    border-color: #37a344;
    color: #37a344 !important;
}
ul#primary-menu .menu--get--a--quote a.nav-link {
    background: #37a344;
    border-radius: 66px;
    padding-left: 16px;
    padding-right: 16px;
    transition: all 0.3s;
    font-size: 14px;
}
ul#primary-menu .menu--call--us--today a.nav-link {
    background: #37a344;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}
footer#colophon {
    background: #f0f0f0;
    position: relative;
    padding-top: 80px;
    padding-bottom: 25px;
    background: url(/wp-content/themes/zsoftica/assets/images/footerbg.png);
    background-attachment: fixed;
    background-position: center;
    background: #222;
}
/*.slider---image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/pai/assets/images/byte-loop-background.svg);
    background-position: top left;
}*/
.footer--logo--section .wp-block-image img {
    max-height: 65px;
    width: auto;
}
ul#primary-menu li.menu--get--a--quote.nav-item.active.current-menu-item > a.nav-link {
    color: #fff !important;
}
.footer--media--section {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.footer--media--section img {
    max-width: 25px;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.footer--media--section figure.wp-block-media-text__media {
    margin: 0px;
}
.footer--media--section .wp-block-media-text__content .wp-block-heading {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.footer--media--section .wp-block-media-text__content p {
    color: #ddd;
}
.footer--media--section .wp-block-media-text__content a {
    color: #fff !important;
}
.footer--one--section section.widget {
    padding: 0px;
}
.footer-two--address section.widget {
    padding: 0px;
}
.footer--media--section .wp-block-media-text__content a:hover {
    color: #37a344 !important;
}
.footer--logo--section ul.wp-block-social-links.footer--socials--icons {
    padding: 0px;
}
.footer--logo--section ul.wp-block-social-links.footer--socials--icons li {
    list-style: none;
    background: transparent;
}
.site-footer .footer--logo--section ul.wp-block-social-links.footer--socials--icons li a {
    color: #fff !important;
    padding: 0px;
}
.site-footer .footer--logo--section ul.wp-block-social-links.footer--socials--icons li a svg {
    fill: #000000;
    margin-right: 0px;
    width: 25px;
    height: 25px;
    background: #37a344;
    border-radius: 50px;
    padding: 5px;
}
.powered--by--section hr {
    background: #3f3f3f;
    height: 2px;
    margin-top: 50px;
}
.powered--by--section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}
.site-footer .powered--by--section p a {
    color: #0c4f30 !important;
}
.site-footer .powered--by--section p a:hover {
    color: #37a344 !important;
}
.hero--banner--form_wrapper .gform_heading {
    display: none;
}
.hero--banner--form_wrapper .gform_fields {
    gap: 25px;
}
.hero--banner--form_wrapper .gform_fields input {
    border: 0px;
    height: 40px;
    border-radius: 10px;
    color: #000;
}
.hero--banner--form_wrapper .gform_fields input::placeholder {
    font-style: italic;
    color: #888;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.hero--banner--form_wrapper input[type="submit"] {
    background: #37a344 !important;
    width: 100%;
}
.hero--banner--form_wrapper .gform_footer.top_label {
    display: block;
}
.hero--banner--form_wrapper input[type="submit"] {
    background: #37a344 !important;
    width: 100% !important;
    display: block !important;
    border-radius: 10px !important;
    height: 42px !important;
}
.sites--testimonials--section {
    background: #161822;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.slider--content--insite {
    background: #1f212b;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #404040;
}
.slider--content--insite p {
    margin: 0px;
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
}
.slider--content--insite ul.list-inline {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 15px;
}
.slider--content--insite ul.list-inline li.list-inline-item {
    color: #ffba07;
}
.slider--content--insite .slider--title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.slider--content--insite .slider--sub--title {
    color: #fff;
    font-size: 14px;
}
.testimonials_slider_main .slider--contents {
    position: relative;
}
.testimonials_slider_main .slider--contents .testimonials_slider---image {
    position: relative;
    height: 30px;
}
.testimonials_slider_main .slider--contents .testimonials_slider---image img {
    max-width: 65px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.testimonials_slider_main .owl-dots {
    padding-top: 50px;
}
.testimonials_slider_main .owl-dots button {
    outline: none;
    box-shadow: none;
}
.testimonials_slider_main .owl-dots button.active span {
    background: #37a344 !important;
}
.gform_validation_errors {
    background: #fff !important;
}
.trust--badges--grid img {
    filter: grayscale(1);
    transition: all 0.3s;
}
.trust--badges--grid img:hover {
    filter: grayscale(0);
}
.Your--Creative--Business--Question summary {
    justify-content: space-between !important;
}
.Your--Creative--Business--Question summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px !important;
}
.Your--Creative--Business--Question .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #161822;
}
.Your--Creative--Business--Question span.e-n-accordion-item-title-icon svg {
    width: 35px;
    height: 35px !important;
    background: #37a344;
    border-radius: 50px;
    padding: 7px;
    fill: #fff !important;
}
.Your--Creative--Business--Question .e-n-accordion-item[open] span.e-n-accordion-item-title-icon svg {
    background: #d8d9d9;
}
.Your--Creative--Business--Question span.e-n-accordion-item-title-icon {
    position: relative;
    top: -10px;
    right: -10px;
}
.mb-0 p {
    margin-bottom: 0px;
}
.quote--media--section {
    gap: 15px;
}
.quote--media--section p a {
    color: #161822;
    transition: all 0.3s;
}
.quote--media--section p a:hover {
    color: #37a344;
}
.quote--page--form--section .gform_heading {
    text-align: center;
}
.quote--page--form--section .gform_heading .gform_title {
    font-weight: 800;
    color: #161822;
    margin-bottom: 20px;
    font-size: 42px;
}
.quote--page--form--section .gform_heading .gform_description {
    font-size: 20px;
    margin-bottom: 40px;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields {
    gap: 30px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields label.gfield_label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields .gfield_checkbox label.gform-field-label.gform-field-label--type-inline {
    font-style: italic;
    font-size: 16px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio legend.gfield_label.gform-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio {
    flex-direction: row;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio > div {
    margin-right: 30px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio > div label.gform-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form input {
    border-color: #ccc !important;
}
.quote--page--form--section form textarea {
    border-color: #ccc;
}
.quote--page--form--section form textarea::placeholder {
    color: #ccc;
    font-style: italic;
}
.quote--bottom--text {
    font-style: italic;
    max-width: 490px;
    color: #161822;
}
.quote--page--form--section form .gform_footer.before {
    display: block;
    margin-top: 5px;
}
.quote--page--form--section form .gform_footer input[type="submit"] {
    width: 100% !important;
    border: 0px !important;
    background: #37a344 !important;
    font-size: 16px !important;
}
.quote--page--form--section .gform_heading .gform_required_legend {
    display: none;
}
.page-contact .page--banner {
    height: 135px;
}
.ginput_container.ginput_container_date input {
    width: 100%;
}
.quote--page--form--section select {
    border-color: #ccc;
}
.page-contact form.quote--page--form--section .gfield_checkbox {
    flex-direction: row;
}
.page-contact form.quote--page--form--section .gfield--type-checkbox legend.gfield_label {
    font-weight: 600;
    font-size: 16px;
    color: #161822;
}
.page-contact .quote--page--form--section .gform_heading {
    display: none;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #5a8621;
}
.page-contact form.quote--page--form--section fieldset.gfield.gfield--type-checkbox {
    position: relative;
}
.page-contact form.quote--page--form--section fieldset.gfield.gfield--type-checkbox .gfield_description {
    position: absolute;
    top: -32px;
    left: 100px;
    margin: 0px;
}
.footer--one--section .wp-block-media-text__content, 
.footer-two--address .wp-block-media-text__content {
    padding: 0px;
}
.category_filter--post--contents {
    padding: 25px;
    border: 1px solid #c5c5c8;
    border-radius: 15px;
    transition: all 0.3s;
}
.category_filter--post--bottom .category_filter--title a {
    color: #161822;
}
.category_filter--post--bottom .category_filter--title {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}
.category_filter--post--bottom p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products_cat--post--sections .row {
    gap: 30px 0px;
}
.category_filter--post--contents:hover {
    box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.22);
}
.learn--more--product a {
    background: #37a344;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}
.learn--more--product {
    padding-top: 20px;
    padding-bottom: 20px;
}
.products_cat--post--sections {
    padding-top: 40px;
}
.single-post .page--banner {
    background: url(/wp-content/themes/zsoftica/assets/images/inner-banner.jpg) !important;
    background-size: cover !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    height: 300px;
}
.single div#content .col-md-8.wp-bp-content-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.single div#content .col-md-4.wp-bp-sidebar-width {
    display: none;
}
.single div#content .col-md-8.wp-bp-content-width article {
    border: 0px;
}
.single div#content .col-md-8.wp-bp-content-width article .card-body header.entry-header .entry-title.card-title {
    font-size: 36px;
    font-weight: 600;
    color: #161822;
}
.single-products div#content {
    padding-top: 40px;
    padding-bottom: 50px;
}
.category_filter--post--contents:hover .category_filter--post--bottom .category_filter--title a {
    color: #37a344;
}
div#gform_fields_1 {
    gap: 25px;
}
.hero--banner--form input {
    border: 0px !important;
    height: 43px !important;
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        left: 15px;
    }
}
.dynamic--blog--post .elementskit-post-image-card {
    background: #ffff !important;
}
.dynamic--blog--post .elementskit-post-body {
    border: 1px solid #c5c5c8;
    border-radius: 0px 0px 20px 20px;
    border-top: 0;
}
.dynamic--blog--post .elementskit-post-image-card .elementskit-entry-header {
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #c5c5c8;
    border-bottom: 0px;
    padding: 20px;
}
.dynamic--blog--post .elementskit-post-image-card .elementskit-entry-header img {
    width: auto;
    height: 275px;
    max-width: max-content;
    margin: 0 auto;
    display: block;
    transform: scale(1) !important;
}
.dynamic--blog--post .elementskit-post-body a:hover {
    color: #37a344 !important;
}
.dynamic--blog--post .btn-wraper a.elementskit-btn {
    color: #fff !important;
}
.dynamic--blog--post .elementskit-post-body h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dynamic--blog--post .elementskit-post-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dynamic--blog--post .elementskit-post-body .btn-wraper {
    padding-top: 20px;
}
.dynamic--blog--post .elementskit-post-image-card {
    box-shadow: none !important;
}
.dynamic--blog--post .elementskit-post-image-card:hover {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1) !important;
}
.header--phone--icon {
    max-width: 22px;
    margin-right: 2px;
}
@media(min-width: 1024px) {
    header#masthead .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.slider--contents .elementor-element.slider--image .swiper-slide {
    position: relative;
    overflow: hidden;
    max-height: 760px;
    display: flex;
    align-items: end;
}
.slider--contents .elementor-element.slider--image .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
}
.slider--contents .elementor-element.slider--image .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
}
.slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
    position: absolute;
    top: 18rem;
    z-index: 9;
    width: 100%;
    max-width: 830px;
    text-align: left;
    line-height: normal;
    left: 20rem;
    line-height: 70px;
}
.slider--contents .elementor-element.slider--image .elementor-swiper-button {
    top: 45%;
}
ul#primary-menu .menu--get--a--quote a.nav-link:hover {
    color: #fff !important;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 aside.widget-area .wp-block-heading {
    color: #121c40;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 aside.widget-area .wp-block-heading::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #37a344;
}
.footer-two--menu .widget-title.h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.footer-two--menu ul#menu-footer-menu {
    padding: 0px;
}
.footer-two--menu ul#menu-footer-menu li {
    list-style: none;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 .wp-block-list {
    padding: 0px;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 .wp-block-list li {
    list-style: none;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 .wp-block-list li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 .wp-block-list li a:hover {
    color: #37a344 !important;
}
.footer--logo--section figure.wp-block-image {
    margin-top: 0px;
}
.footer--logo--section section {
    padding-top: 0px !important;
}
hr.slider--head--hr {
    background: #FDCA25 !important;
    max-width: 150px;
    height: 3px;
    margin-bottom: 30px !important;
}
.powered--by--section section {
    padding: 0px !important;
}
.powered--by--section section .wp-block-list {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.powered--by--section section .wp-block-list li {
    list-style: none !important;
    margin-right: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.powered--by--section section .wp-block-list li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}
.powered--by--section section .wp-block-list li a:hover {
    color: #FDCA25 !important;
}
footer#colophon aside.widget-area {
    margin-bottom: 0px !important;
}
footer#colophon aside.widget-area section {
    padding: 0 !important;
}
footer#colophon .col-md-8.col-sm-12.col-xs-12 .footer-four--menu li:last-child a {
    background: #37a344;
    padding: 8px 15px;
    border-radius: 50px;
    color: #fff !important;
}
.footer-four--menu li:last-child {
    margin-top: 10px;
}
.counter--section .elementor-counter-title {
    position: relative;
}
.counter--section .elementor-counter-title::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 42%;
    width: 16%;
    height: 2px;
    background: #37a344;
}
.counter--section p {
    position: relative;
}
.counter--section p::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 42%;
    width: 16%;
    height: 2px;
    background: #37a344;
}


.hover--image {
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0s;
    transition-behavior: allow-discrete;
}
.services--contents--image {
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
}
.services--contents h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #37a344;
    text-decoration: none;
}
.services--contents p {
    font-size: 16px;
    color: #161822;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services--contents {
    margin-bottom: 0px;
    position: relative;
    transition: all 0.3s;
    border: 0px solid transparent;
    border-radius: 20px;
    height: 100%;
    background: transparent;
}
.services--contents:hover {
    border-color: #37a344;
    background: #fff;
    border-radius: 20px;
}
.services--contents--extra--title {
    font-size: 24px;
    color: #161822;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}
.services--contents--box {
    padding: 15px 20px;
    border-radius: 0px 0px 20px 20px;
}
.services--contents:hover .services--contents--image {
    border-radius: 18px 18px 0px 0px;
    background: #fff;
}
/*.services--contents:hover .services--contents--image img {
    transform: scale(1.05);
}*/
.services--contents .services--contents--box {
    border-radius: 0px 0px 20px 20px;
}
.services--contents img {
    width: 100%;
}
.services--contents .services--contents--image {
    max-height: 260px;
    overflow: hidden;
    position: relative;
}
.services--contents .services--contents--image .blog--tag {
    position: absolute;
    bottom: 15px;
    background: #4d4d4dd6;
    padding: 7px 25px;
    border-radius: 50px 0px 0px 50px;
    right: 0;
}
.services--contents .services--contents--image .blog--tag a {
    color: #FDCA25;
    font-family: 'Poppins';
    font-size: 14px;
}
.services--contents--image {
    border-radius: 20px 20px 0px 0px;
    transition: all 0.3s;
}
.services--contents--box {
    background: #fff;
}
.services--contents {
    background: #fff;
    box-shadow: 0px 5px 15px -15px #000;
}
.services--contents:hover .hover--image {
    display: block;
    opacity: 1;
}
.services--contents:hover .orginal--image {
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0s;
    transition-behavior: allow-discrete;
}
.services--contents h3 a {
    color: #4d4d4d;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 24px;
}
.services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 30px;
}
.quote--page--form--section_wrapper .gform_heading {
    display: none;
}
.quote--page--form--section_wrapper form {
    position: relative;
}
.quote--page--form--section_wrapper form input, .quote--page--form--section_wrapper form textarea {
    min-height: 47px !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.quote--page--form--section_wrapper form .quote--email {
position: relative;
width: 100%;
top: 0px;
}
.quote--page--form--section_wrapper form .quote--phone {
position: relative;
top: 0px;
width: 100%;
left: 0;
}
.quote--page--form--section_wrapper form .gform-footer.gform_footer.top_label {
width: auto;
float: none;
margin-top: 12px;
}
.quote--page--form--section_wrapper form .gform-footer.gform_footer.top_label input[type="submit"] {
    background: #37a344 !important;
    border: 0px !important;
    font-size: 18px !important;
}
.quote--page--form--section_wrapper form textarea {
    height: 108px;
}
.trailers--page--top--form {
    background: linear-gradient(to bottom, rgba(255, 109, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

@media(min-width: 1200px) {
    .quote--page--form--section_wrapper form .quote--email {
        position: absolute;
        width: 49.4%;
        top: 60px;
    }
    .quote--page--form--section_wrapper form .quote--phone {
        position: absolute;
        top: 120px;
        width: 49.4%;
        left: 0;
    }
    .quote--page--form--section_wrapper form .gform-footer.gform_footer.top_label {
        width: 49.4%;
        float: right;
        margin-top: 12px;
    }
    .validation_message {
        position: absolute;
        z-index: 99999;
        top: 8px;
        right: 10px;
    }
}
.page-trailers .services--contents--box .wp-block-list {
    padding-left: 0px;
    padding-top: 5px;
}
.page-trailers .services--contents--box .wp-block-list li {
    list-style: none;
    font-size: 16px;
    color: #161822;
    font-weight: 400;
    margin-bottom: 5px;
}
.page-trailers .services--contents--box .learn--more__button a {
    color: #37a344;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.page-trailers div#get_a_quote {
    background: linear-gradient(to top, rgba(255, 109, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.traillers--others__box:hover .elementor-heading-title a {
    color: #37a344 !important;
}


.page-vip-restroom-trailer .services--contents--box .wp-block-list {
    padding-left: 0px;
    padding-top: 5px;
}
.page-vip-restroom-trailer .services--contents--box .wp-block-list li {
    list-style: none;
    font-size: 16px;
    color: #161822;
    font-weight: 400;
    margin-bottom: 5px;
}
.page-vip-restroom-trailer .services--contents--box .learn--more__button a {
    color: #37a344;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.page-vip-restroom-trailer div#get_a_quote {
    background: linear-gradient(to top, rgba(255, 109, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.DownloadCrew--ProductivitySanitationReport_wrapper .gform_heading {
    display: none;
}
.DownloadCrew--ProductivitySanitationReport--popup {
    border-top: 54px solid #37a344;
}
.DownloadCrew--ProductivitySanitationReport_wrapper form .gform_fields {
    gap: 20px;
}
.DownloadCrew--ProductivitySanitationReport_wrapper form input {
    border: 1px solid #ced4da !important;
}
.DownloadCrew--ProductivitySanitationReport_wrapper form input[type="submit"] {
    border: 0px !important;
    width: 100% !important;
    background: #37a344 !important;
}
#elementor-popup-modal-1543 .dialog-close-button svg.e-font-icon-svg.e-eicon-close.eicon-close {
    fill: #fff;
}
.page-commercial-industrial-construction .learn--more__button a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    color: #37a344 !important;
}
.page-commercial-industrial-construction .learn--more__button {
    padding-top: 15px;
}
.services--contents--box .wp-block-list {
    padding: 0px;
}
.services--contents--box .wp-block-list li {
    list-style: none !important;
    font-size: 16px;
    color: #161822;
    font-weight: 400;
    margin-bottom: 5px;
}
.page-commercial-industrial-construction div#get_a_quote {
    background: linear-gradient(to top, rgba(255, 109, 2, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.get--a--quote--left--section p {
    margin: 0px;
}
.contactus--page--form_wrapper .gform_heading {
    display: none;
}
.contactus--page--form_wrapper form .gform_fields {
    gap: 15px;
}
.contactus--page--form_wrapper form input[type="submit"] {
    width: 100% !important;
    background: #37a344 !important;
    border: 0px !important;
}
.contactus--page--form input, .contactus--page--form textarea {
    border: 1px solid #ced4da !important;
}
.multiForm--by--gravity_wrapper .gform_heading {
    display: none;
}
.multiForm--by--gravity_wrapper .gf_progressbar_wrapper {
    display: none;
}
.multiForm--by--gravity .gform_fields {
    gap: 15px !important;
}
.multiForm--by--gravity input.gform_next_button,
.multiForm--by--gravity input[type="submit"]  {
    background: #37a344 !important;
}
.For--All--of--Your_wrapper .gform_heading {
    display: none;
}
.For--All--of--Your_wrapper .gform_fields {
    gap: 15px !important;
}
.For--All--of--Your_wrapper .gform-footer.gform_footer.top_label {
    margin-top: 15px;
}
.For--All--of--Your_wrapper .gform-footer.gform_footer.top_label input[type="submit"] {
    width: 100% !important;
    background: #37a344 !important;
    border-radius: 15px !important;
}
.get--a--quote--right--section p a {
    font-weight: 500;
}
.easy---site---setup--popup form input {
    background: #eaeaea !important;
    min-height: 46px !important;
    border: 0px !important;
}
.dropdown-toggle-icon {
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    height: 20px;
    color: #9096ab;
    z-index: 99;
    text-align: center;
}
@media(min-width: 992px) {
    span.dropdown-toggle-icon {
        display: none;
    }
}
.main--slider--content ul.list-inline .get---started a {
    background: #FDCA25;
    color: #000000;
    padding: 11px 60px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 17px;
    border: 2px solid #FDCA25;
}
.main--slider--content ul.list-inline .slider---contact-us a {
    color: #ffffff;
    padding: 11px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 17px;
    border: 2px solid #fff;
}
.main--slider--content ul.list-inline {
    margin: 0px;
    padding-top: 40px;
}
.header--left--info--section ul.list-inline {
    margin: 0px;
    display: flex;
    align-items: center;
}
.header--left--info--section ul.list-inline li.list-inline-item {
    display: flex;
    align-items: center;
    color: #f3b9bb;
}
.header--left--info--section ul.list-inline li.list-inline-item span {
    margin-right: 5px;
}

.header--left--info--section ul.list-inline li.list-inline-item span i.fa {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}
.header--left--info--section ul.list-inline li.list-inline-item a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.header--left--info--section ul.list-inline li.list-inline-item p {
    font-size: 15px;
    font-weight: 400;
}
.header--right--socials--section ul.wp-block-social-links {
    margin: 0px !important;
    padding: 0px !important;
    gap: 15px;
}
.header--right--socials--section ul.wp-block-social-links li {
    list-style: none;
    background: transparent;
}
.header--right--socials--section ul.wp-block-social-links li a {
    color: #fff !important;
    padding: 0px;
}
.header--right--socials--section ul.wp-block-social-links li a svg {
    fill: #fff;
    width: 22px;
    height: 22px;
    margin-left: 2px;
}
ul#primary-menu li.nav-item.login---button {
    padding-right: 10px;
}
.is-sticky .custom-logo {
    max-width: 150px;
}
.footer--logo--section p {
    margin: 0px;
    font-size: 17px;
    color: #fff;
}
.footer--logo--section ul.wp-block-social-links {
    padding-left: 0px !important;
    padding-top: 20px;
}
.footer--logo--section ul.wp-block-social-links li {
    list-style: none !important;
    margin-right: 3px;
}
.footer--logo--section ul.wp-block-social-links li svg {
    fill: #FDCA25 !important;
    width: 30px;
    height: 30px;
}
.footer-two--menu ul#menu-footer-menu li a {
    color: #121c40 !important;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 600;
}
.footer-two--menu ul#menu-footer-menu li a:hover {
    color: #37a344 !important;
}
.powered--by--section p strong {
    color: #FDCA25;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}
.footer-two--menu .widget-title.h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FDCA25;
}
footer#colophon aside.widget-area.footer--logo--section {
    padding-right: 40px;
}
.footer--logo--section ul.wp-block-social-links li {
    background: transparent;
}
.footer--logo--section ul.wp-block-social-links li a.wp-block-social-link-anchor {
    padding: 0px;
}
.header---search section {
    margin: 0px;
}
.header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
    background: #37a344;
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 50px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 600;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
}
.header---search .wp-block-search.wp-block-search__button-only .wp-block-search__input {
    outline: none;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #0c4f30;
    padding-left: 15px;
    padding-right: 15px;
}
.header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button svg.search-icon {
    min-width: 30px;
    min-height: 30px;
}
.help---your---business .elementor-heading-title span {
    color: #37a344;
}

.color----red span {
    color: #37a344;
}
.services--contents .read---more--butoon a {
    background: #fdca25;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Poppins';
    font-size: 14px;
}
.services--contents:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}
.read---more--butoon {
    padding-top: 10px;
    padding-bottom: 10px;
}
.services--contents:hover {
    box-shadow: none;
}
.our---products--posts .elementskit-blog-block-post {
    box-shadow: none;
}
.footer-two--menu section p {
    margin-bottom: 0px;
}
.footer-two--menu section p a {
    color: #37a344 !important;
    font-weight: bold;
}
.product_box--post--sections .products--contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product_box--post--sections .products--contents .products--contents--image {
    width: 50%;
}
.product_box--post--sections .products--contents .products--contents--box {
    width: 50%;
}
.product_box--post--sections .products--contents .products--contents--image img {
    width: 100%;
}
.product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
    order: 2;
}
.product_box--post--sections li.product--box--content:nth-child(4) .products--contents--image {
    order: 2;
}
.product_box--post--sections li.product--box--content:nth-child(6) .products--contents--image {
    order: 2;
}
.product_box--post--sections li.product--box--content:nth-child(8) .products--contents--image {
    order: 2;
}
.product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
    max-width: 49.7%;
}

.product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, 
.product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, 
.product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
    padding: 40px;
}
.product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, 
.product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, 
.product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
    padding-right: 40px;
}
.product_box--post--sections .products--contents .products--contents--box h3 a {
    color: #37a344;
    font-family: 'Oswald';
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}
.product_box--post--sections .products--contents .products--contents--box p {
    font-size: 18px;
    color: #121c40;
}
.product_box--post--sections .products--contents .products--contents--box .read---more--butoon a {
    background: #37a344;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}
.page-thank-you .page--banner {
    display: none;
}
.contact--us--main--form_wrapper .gform_heading {
    display: none;
}
.contact--us--main--form .gfield_label {
    font-family: "Poppins", sans-serif;
    color: #121C40;
    font-weight: 600;
}
.contact--us--main--form input {
    color: #121C40;
}
.contact--us--main--form input::placeholder {
    ffont-family: "Poppins", sans-serif;
    color: #ccc;
    font-size: 14px;
}
.contact--us--main--form textarea {
    color: #121C40;
}
.contact--us--main--form textarea::placeholder {
    font-family: "Poppins", sans-serif;
    color: #ccc;
    font-size: 14px;
}

header#masthead nav#site-navigation {
    z-index: 9999 !important;
    width: 100% !important;
    justify-content: space-between;
}
#wp-megamenu-menu-1 {
    text-align: right;
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
#wp-megamenu-menu-1 .wpmm_brand_logo_wrap {
    display: none;
}
.sites--menu--section #wp-megamenu-menu-1 ul.wp-megamenu li a {
    color: #fff !important;
    text-decoration: none;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    color: #093c67 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a:hover {
    color: #FDCA25 !important;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
    font-size: 22px;
    color: #4d4d4d;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Oswald' !important;
    text-transform: capitalize;
    font-weight: 400;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
    display: inline-flex;
    align-items: center;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul li.contact---us---button {
    order: 2;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul li.contact---us---button a {
    background: #FDCA25;
    border-radius: 50px;
    margin-left: 20px;
    padding: 8px 25px;
    color: #000000 !important;
}
.main-navigation .wpmm-nav-wrap ul ul li li.contact---us---button a {
    margin-left: 0px;
}

.mega--menu--left--banner--content > div {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #4d4d4d;
    font-family: "Oswald", sans-serif !important;
}
.mega--menu--left--banner--content p {
    font-size: 16px;
    margin-bottom: 20px;
}
#wp-megamenu-menu-1 li.menu-item.menu-item-type-custom.wpmm-submenu-right ul.wp-megamenu-sub-menu li.wpmm-col.wpmm-col-2.wpmm-submenu-right:first-child {
    background: #f5f5f5;
    border-radius: 15px;
}
@media(min-width: 1200px) {
    #wp-megamenu-menu-1 li.menu-item.menu-item-type-custom.wpmm-submenu-right ul.wp-megamenu-sub-menu li.wpmm-col.wpmm-col-2.wpmm-submenu-right:first-child {
        width: 20%;
        margin-right: 5%;
    }
    ul.wp-megamenu-sub-menu .wpmm-col.wpmm-col-2 {
        width: 15%;
    }
    .slider---image img {
        min-height: 800px;
    }
}
.powered--by--section .privacy--policy section .wp-block-list li a {
    color: #fff !important;
}
.powered--by--section .privacy--policy section .wp-block-list {
    justify-content: end;
}
.powered--by--section .privacy--policy section .wp-block-list li:first-child a {
    border-right: 2px solid #ccc;
    padding-right: 10px;
}
.powered--by--section .privacy--policy section .wp-block-list li:last-child {
    margin: 0px;
    padding: 0;
}
.footer-two--menu .menu-primary-menu-container .menu li {
    list-style: none !important;
    padding: 0px;
}
.footer-two--menu .menu-primary-menu-container .menu {
    padding: 0px;
}
.footer-two--menu .menu-primary-menu-container .menu li a {
    color: #ddd !important;
    text-decoration: none;
    font-size: 15px;
}
footer ul.wp-block-social-links.wp-block-social-links-is-layout-flex {
    padding-top: 0;
}
.we---are--socials strong {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
}
.footer-three--menu .wp-block-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.footer-three--menu .wp-block-heading::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FDCA25;
}
.footer-three--menu p.mb-0 {
    margin-bottom: 5px !important;
    color: #ddd;
    font-size: 15px;
}
.footer-three--menu p {
    color: #ddd;
}
.footer-three--menu p a {
    color: #ddd !important;
}
.accelerating--your--results .elementor-flip-box__layer.elementor-flip-box__back ul {
    margin: 0px;
    padding: 0px;
}
.accelerating--your--results .elementor-flip-box__layer.elementor-flip-box__back ul li {
    list-style: none;
}
.accelerating--your--results .elementor-flip-box__layer.elementor-flip-box__back ul li a {
    display: block;
    color: #fff;
    padding: 2px 0px;
    font-size: 16px;
}
.accelerating--your--results .elementor-flip-box__layer.elementor-flip-box__back ul li a:hover {
    color: #fdca25 !important;
}
.services--contents .services--contents--image .blog--tag a:last-child span.need--to--separator {
    display: none;
}
.wp-block-heading.we---are--socials {
    color: #121c40;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.wp-block-heading.we---are--socials::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FDCA25;
}
.footer-two--menu .menu-primary-menu-container .menu li a:hover {
    color: #FDCA25 !important;
}
.why----choose--us--main--section .e-con-inner {
    max-width: 100% !important;
}
.why---choose---us--slider---image {
    position: relative;
    max-height: 330px;
    overflow: hidden;
    border-radius: 15px;
}
.why---choose---us--slider---image img {
    min-height: 330px;
}
.why---choose---us .item {
    position: relative;
}
.why---choose---us--slider---image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.84) 100%);
}
.why---choose---us--slider--content {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 15px;
}
.why---choose---us--title a {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.why---choose---us---para {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    padding-top: 15px;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    bottom: -300px;
    height: 0;
}
.why---choose---us .item:hover .why---choose---us---para {
    bottom: 0;
    height: auto;
}
.testimonials--slider--post .testimonials---para {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #4d4d4d;
    font-size: 20px;
}
.testimonials--slider--post .testimonials--slider---image img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    margin: 30px auto 10px;
    border-radius: 50%;
}
.testimonials--slider--post .testimonials--title {
    text-align: center;
    color: #4d4d4d;
    font-size: 26px;
}
.testimonials--slider--post .testimonials--slider--content {
    padding: 20px;
}
.testimonials--slider--post .testimonials--slider--content ul.list-inline {
    text-align: center;
    margin: 0;
}
.testimonials--slider--post .testimonials--slider--content ul.list-inline li.list-inline-item.designation {
    margin: 0px;
}
.testimonials--slider--post .testimonials--slider--content ul.list-inline li.list-inline-item {
    color: #4d4d4d;
    font-family: 'Poppins';
}
.testimonials--slider--post .testimonials--slider--content ul.list-inline li.list-inline-item.company---name {
    font-weight: 600;
}
.testimonials--slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 11.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.testimonials--slider .owl-nav button {
    outline: none;
    box-shadow: none;
    background: transparent !important;
}
.testimonials--slider .owl-nav button span {
    font-size: 46px;
    font-family: 'FontAwesome';
    line-height: normal;
    color: #4d4d4d;
}
.elementor-element.elementor-element-e4f2203 {
    background-image: url(/wp-content/themes/zsoftica/assets/images/byte-loop-background.svg);
    background-size: 100%;
}
.sites--menu--section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact--footer {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.contact--footer::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #FDCA25;
}
.footer--logo--section .phone--footer {
    font-size: 16px;
}
.site-footer .footer--logo--section .phone--footer a {
    color: #fff !important;
}
.footer--logo--section .phone--footer mark.has-inline-color {
    padding: 0px;
}
.contact--us--page--contents {
    position: relative !important;
}
.contact--us--page--contents::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 50% !important;
    height: 100% !important;
    background: #222 !important;
}
.contact--us--main--form .gfield_label {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.contact--us--main--form input,
.contact--us--main--form textarea {
    min-height: 47px !important;
    border-color: #ddd !important;
    box-shadow: none !important;
}
.contact--us--main--form .gform-footer.gform_footer.top_label input[type="submit"] {
    width: 100% !important;
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    background: #000 !important;
    color: #FDCA25 !important;
    border-radius: 50px !important;
}
.search div#content {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.search div#content .col-md-8.wp-bp-content-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.search div#content .col-md-8.wp-bp-content-width main#main {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.search div#content .col-md-8.wp-bp-content-width main#main header.page-header.mt-3r {
    width: 100%;
    margin-top: 0px;
}
.search div#content article {
    padding: 15px;
    width: 32%;
    margin-top: 20px;
    margin-bottom: 5px;
}
.search div#content article header.entry-header .entry-title.card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
}
.search div#content article .post-thumbnail {
    display: flex;
    height: 250px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.search div#content article .card-body .entry-summary p {
    font-size: 14px;
}
.search div#content .col-md-8.wp-bp-content-width section.no-results.not-found.card.mt-3r {
    border: 0px;
    margin: 0px;
}
.search-no-results .page--banner {
    height: 100px;
}
.search-no-results .page--banner h1 {
    display: none;
}
.single .page--banner h1,
.search .page--banner h1 {
    display: none;
}

.single .page--banner::after,
.search .page--banner::after {
    display: none;
}
.why_choose_us-template-default article {
    background: transparent;
}

.meet--image {
    height: 265px;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.meet_our_team--contents:hover .meet--image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.76) 100%);
    transition: 0.3s;
    z-index: 1;
}

.meet_our_team--contents--box {
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
}
.meet--image ul.list-inline {
    margin-bottom: -300px;
    transition: all 0.3s;
}
.meet_our_team--contents:hover .meet--image ul.list-inline {
    margin-bottom: 0px;
    position: relative;
    z-index: 9;
}
.meet--image ul.list-inline a {
    width: 40px;
    height: 35px;
    display: flex;
    background: #FDCA25;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 0 0;
    color: #000;
}
.meet--image ul.list-inline li.list-inline-item {
    margin: 0px;
}
.meet--image ul.list-inline a i.fa {
    font-size: 18px !important;
}
.meet_our_team--title {
    font-size: 25px;
    color: #222;
}
p.meet_our_team---para {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    font-family: 'Poppins';
}
.meet_our_team--post--main .row {
    gap: 30px 0px;
}
.sites--menu--section #wp-megamenu-menu-1 ul.wp-megamenu li.contact---us---button a {
    color: #000 !important;
}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li ul.sub-menu a {
    font-size: 14px;
    line-height: 18px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li ul.sub-menu {
    padding: 15px;
    background: #4d4d4d;
    border-radius: 10px;
    box-shadow: 0px 5px 15px -4px #000;
    max-height: 430px;
    overflow: auto;
}
.footer-two--menu ul.menu a {
    color: #ddd !important;
}
.footer-two--menu ul.menu {
    padding: 0px !important;
    list-style: none !important;
}
.footer-two--menu ul.menu li {
    list-style: none !important;
}
.footer-two--menu ul.menu a:hover {
    color: #FDCA25 !important;
}
.powered--by--section .privacy--policy section .wp-block-list li a:hover {
    color: #FDCA25 !important;
}








/*Sub Menu*/
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-digital-transformation li.menu-item-has-children {
    width: fit-content;
    padding-right: 20px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-digital-transformation li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    color: #4d4d4d;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-digital-transformation li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 300px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-digital-transformation li:hover ul.sub-menu {
    display: block;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.menu-item-has-children ul.sub-menu li a {
    color: #fff !important;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #FDCA25 !important;
}
@media(max-width: 991px) {
    #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-digital-transformation li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}





#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-medical-services li.menu-item-has-children {
    width: fit-content;
    padding-right: 20px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-medical-services li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    color: #4d4d4d;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-medical-services li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 300px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-medical-services li:hover ul.sub-menu {
    display: block;
}
@media(max-width: 991px) {
    #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-medical-services li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}






#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-data-analytics li.menu-item-has-children {
    width: fit-content;
    padding-right: 20px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-data-analytics li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    color: #4d4d4d;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-data-analytics li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 300px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-data-analytics li:hover ul.sub-menu {
    display: block;
}

@media(max-width: 991px) {
    #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-data-analytics li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}





#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-embedded-control-systems li.menu-item-has-children {
    width: fit-content;
    padding-right: 20px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-embedded-control-systems li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    color: #4d4d4d;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-embedded-control-systems li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 300px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-embedded-control-systems li:hover ul.sub-menu {
    display: block;
}

@media(max-width: 991px) {
    #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-embedded-control-systems li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}






#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-engineering-consulting li.menu-item-has-children {
    width: fit-content;
    padding-right: 20px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-engineering-consulting li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    color: #4d4d4d;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-engineering-consulting li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 300px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-engineering-consulting li:hover ul.sub-menu {
    display: block;
}
@media(max-width: 991px) {
    #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul#menu-engineering-consulting li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}









































































































































































@media(max-width: 991px) {
    .navbar-dark .navbar-toggler-icon {
        background: url(/wp-content/themes/zsoftica/assets/images/mobile-coll--icon.png) !important;
        background-size: cover !important;
        background-position: center;
        width: 23px;
        height: 20px;
        background-repeat: no-repeat !important;
    }
    ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .is-sticky img.custom-logo {
        height: auto !important;
    }
    header#masthead {
        padding: 15px 0px;
        overflow: hidden;
    }
    div#page {
        overflow-x: hidden;
    }
    div#primary-menu-wrap {
        margin-top: 10px;
    }
    ul#primary-menu li.nav-item.active.current-menu-item > a.nav-link {
        padding: 0px;
    }
    .page-contact .page--banner {
        height: 66px;
    }
    footer#colophon aside.widget-area {
        margin-bottom: 30px !important;
    }
    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul#primary-menu li.nav-item > a.nav-link::after {
        display: none;
    }
    ul#primary-menu a.nav-link {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    ul#primary-menu li.nav-item.menu--get--a--quote.menu-item a.nav-link {
        padding-top: 6px;
        padding-bottom: 6px;
        width: fit-content;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
        position: fixed;
        background: #000;
    }
    .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
        background: #000;
        font-size: 0;
    }
    .wpmm-mobile-menu a.wpmm_mobile_menu_btn i.fa.fa-bars {
        font-size: 28px !important;
    }

    ul.wp-megamenu[style="display: block;"] li.menu-item.menu-item-type-custom ul.wp-megamenu-sub-menu[style="display: block;"] > li {
        overflow: auto;
        max-height: 35vh;
    }
    body .wp-megamenu-wrap .wpmm-nav-wrap > ul li.contact---us---button a {
        margin-left: 0px;
    }

}



@media(max-width: 811px) {
    .banner--text--section {
        position: relative !important;
        margin-top: 0px !important;
        background: #374151;
        padding: 40px 15px;
    }
    .page-contact form.quote--page--form--section .gfield_checkbox {
        flex-direction: column;
    }
    .quote--page--form--section form .gform-body.gform_body .gform_fields {
        gap: 15px;
    }
}
@media(max-width: 991px) {
    div#primary-menu-wrap {
        background: rgba(255,255,255,0.1);
        padding: 15px 0px;
        margin-bottom: 15px;
    }
    button.navbar-toggler {
        background: transparent;
        border-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }
    ul#primary-menu li.nav-item {
        padding: 5px 15px;
    }

    .page--banner {
        background-attachment: initial !important;
    }
    ul.dropdown-menu {
        background: #3f4c60;
        border: 0px;
    }
    ul#primary-menu a.nav-link {
        border-bottom: 0px solid transparent;
    }
    ul#primary-menu li.nav-item ul li.nav-item {
        padding-top: 0;
        padding-bottom: 0px;
    }
}

/*Media Responsive*/

@media (min-width: 1920px) and (max-width: 2200px){

}



@media (min-width: 1680px) and (max-width: 1919px){
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 12.2rem;
    }
}





@media (min-width: 1600px) and (max-width: 1679px){
    /*.Image--slider--section .swiper-wrapper .swiper-slide {
        height: 650px;
    }*/
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 9.8rem;
    }
    .Image--slider--section {
        min-height: 650px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -420px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}





@media (min-width: 1440px) and (max-width: 1599px){
    /*.Image--slider--section .swiper-wrapper .swiper-slide {
        height: 650px;
    }*/
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 4.8rem;
    }
    .Image--slider--section {
        min-height: 650px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -420px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}





@media (min-width: 1366px) and (max-width: 1439px){
    /*.Image--slider--section .swiper-wrapper .swiper-slide {
        height: 600px;
    }*/
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 2.5rem;
    }
    .Image--slider--section {
        min-height: 600px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}






@media (min-width: 1280px) and (max-width: 1365px){
 /*.Image--slider--section .swiper-wrapper .swiper-slide {
        height: 600px;
    }*/
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .Image--slider--section {
        min-height: 600px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 600px;
    }

    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}





@media (min-width: 1224px) and (max-width: 1279px){
    .Image--slider--section {
        min-height: 580px !important;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }

    .main--slider--content {
        top: 15rem;
    }
}





@media (min-width: 1200px) and (max-width: 1223px){
    .Image--slider--section {
        min-height: 580px !important;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }


    .main--slider--content {
        top: 15rem;
    }
    .slider---image img {
        min-height: 695px;
    }
}





@media (min-width: 1024px) and (max-width: 1199px){
    .Image--slider--section {
        min-height: auto !important;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 200px;
    }
    ul#primary-menu li.nav-item {
        padding: 0px 10px;
    }
    ul#primary-menu a.nav-link {
        font-size: 14px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 22px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }


    .main--slider--content {
        top: 11rem;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 695px;
    }
}





@media (min-width: 992px) and (max-width: 1023px){
    .Image--slider--section {
        min-height: auto !important;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 200px;
    }
    ul#primary-menu li.nav-item {
        padding: 0px 10px;
    }
    ul#primary-menu a.nav-link {
        font-size: 14px;
    }
    .page--banner {
        height: 400px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 22px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }
    div#content {
        overflow-x: hidden;
    }



    .main--slider--content {
        top: 11rem;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 670px;
    }
}





@media (min-width: 960px) and (max-width: 991px){
    .Image--slider--section {
        min-height: auto !important;
    }
    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 9rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 12px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 12px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 640px;
    }

}





@media (min-width: 950px) and (max-width: 959px){
    .Image--slider--section {
        min-height: auto !important;
    }
    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }


    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 9rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 12px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 12px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 640px;
    }
}





@media (min-width: 900px) and (max-width: 949px){
    .Image--slider--section {
        min-height: auto !important;
    }

    
    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 480px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 8rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 11px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 11px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 605px;
    }
}




@media (min-width: 854px) and (max-width: 899px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 60px;
    }


    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 455px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 7rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 11px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 11px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 575px;
    }
}





@media (min-width: 812px) and (max-width: 853px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 605px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 50px;
    }


    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        left: 5rem;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 430px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 200px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 7rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 11px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 11px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 545px;
    }
}





@media (min-width: 800px) and (max-width: 811px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 605px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 50px;
    }



    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 430px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 7rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 11px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 11px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 535px;
    }
}






@media (min-width: 768px) and (max-width: 799px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 580px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 50px;
    }



    .services_box--post--sections .col-md-4.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row .col-md-3.col-xs-12.col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 410px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 7rem;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item p {
        font-size: 11px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item a {
        font-size: 11px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slider---image img {
        min-height: 515px;
    }

}





@media (min-width: 736px) and (max-width: 767px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 570px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 50px;
    }


    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 390px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        top: 100px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }
    .slider---image img {
        min-height: 500px;
    }
}





@media (min-width: 732px) and (max-width: 735px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 570px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        top: 14.5rem;
        max-width: 600px;
        line-height: normal;
        font-size: 50px;
    }




    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 390px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 50%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }
    .slider---image img {
        min-height: 500px;
    }
}





@media (min-width: 667px) and (max-width: 731px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 50px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 350px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 350px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }




    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 350px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 42%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }
    .slider---image img {
        min-height: 450px;
    }
}





@media (min-width: 640px) and (max-width: 666px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 40px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 300px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 300px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }




    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 345px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }

    .slider---image img {
        min-height: 390px;
    }
}





@media (min-width: 600px) and (max-width: 639px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 40px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }




    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 320px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }








    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .services_box--post--sections .row .col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }
    .slider---image img {
        min-height: 400px;
    }

}





@media (min-width: 568px) and (max-width: 599px){
    .Image--slider--section {
        min-height: auto !important;
    }



    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 40px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }




    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 310px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000 !important;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 40px;
    }
    .slider--title {
        font-size: 60px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 38%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 380px;
    }
}





@media (min-width: 533px) and (max-width: 567px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 34px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }




    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 295px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }
    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 30px;
    }
    .slider--title {
        font-size: 50px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 355px;
    }
}




@media (min-width: 480px) and (max-width: 532px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 34px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }

    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 260px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }



    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 30px;
    }
    .slider--title {
        font-size: 50px;
    }
    .slider--para {
        font-size: 18px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }

    .slider---image img {
        min-height: 320px;
    }
}





@media (min-width: 414px) and (max-width: 479px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }



    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 225px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 150px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }


    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 36px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 275px;
    }
}





@media (min-width: 412px) and (max-width: 413px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }



    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 225px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 100px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }




    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }

    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 50px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 36px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 260px;
    }
}





@media (min-width: 384px) and (max-width: 411px){
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }



    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 215px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 100px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }


    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 34px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 260px;
    }
}





@media (min-width: 375px) and (max-width: 383px){
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 287px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide {
        max-height: max-content;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }


    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 200px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 100px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }


    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 34px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }
    .slider---image img {
        min-height: 250px;
    }
}






@media (min-width: 360px) and (max-width: 374px) {
    .Image--slider--section {
        min-height: auto !important;
    }

    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 200px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 200px;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px !important;
    }
    .header--banner--section {
        padding: 10px;
    }



    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 200px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }



    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }
    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }


    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 32px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 30%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }

    .single-post .page--banner {
        display: none;
    }

    .slider---image img {
        min-height: 250px;
    }

}





@media (min-width: 320px) and (max-width: 359px) {
    .Image--slider--section {
        min-height: auto !important;
    }


    .slider--contents .elementor-element.slider--image .swiper-slide figcaption.elementor-image-carousel-caption {
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-align: left;
        line-height: normal !important;
        left: 0;
        line-height: normal;
        font-size: 26px;
        padding: 15px;
        background: #fff;
        color: #000;
    }
    .slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        background: #fff;
    }
    .elementor-element.elementor-element-5b4895c.e-con-full.slider--contents.e-flex.e-con.e-parent.e-lazyloaded {
        min-height: 200px;
    }
    .slider--contents .elementor-element.slider--image .swiper-slide figure.swiper-slide-inner img {
        min-height: 200px;
    }
    .slider--contents .elementor-element.slider--image .elementor-swiper-button {
        top: 36%;
    }
    .header--banner--section section p {
        font-size: 14px;
        line-height: normal;
    }
    .quote--page--form--section .gform_fields {
        gap: 15px;
    }

    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 180px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }

    .header---search .wp-block-search.wp-block-search__button-only .wp-block-search__button {
        width: 40px;
    }
    .header--left--info--section ul.list-inline {
        display: block;
        text-align: center;
    }
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(2),
    .header--left--info--section ul.list-inline li.list-inline-item:nth-child(4) {
        display: none;
    }
    .header--left--info--section ul.list-inline li.list-inline-item {
        justify-content: center;
    }
    .header--right--socials--section ul.wp-block-social-links {
        justify-content: center;
    }
    div#masthead-sticky-wrapper {
        position: relative;
    }
    .is-sticky header#masthead {
        top: 0px !important;
    }
    header#masthead {
        top: 0px;
    }

    body:not(.home) .is-sticky header#masthead {
        top: 0px !important;
    }
    body:not(.home) header#masthead {
        top: 0px;
    }

    .header--right--socials--section ul.wp-block-social-links {
        gap: 10px;
    }
    header#masthead {
        background: #000;
    }
    .main--slider--content {
        position: relative;
        background: #4d4d4d;
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0px;
    }
    .main--slider--content h1 {
        font-size: 26px;
    }
    .slider--title {
        font-size: 34px;
    }
    .slider--para {
        font-size: 16px;
    }
    .main--slider--content ul.list-inline .slider---contact-us a {
        padding: 8px 20px;
    }
    .main--slider--content ul.list-inline .get---started a {
        padding: 8px 20px;
    }
    .home--main--slider .owl-dots {
        top: 25%;
        bottom: auto;
    }
    .powered--by--section hr {
        margin-top: 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(3) .products--contents .products--contents--image {
        max-width: 100%;
        width: 100%;
    }
    .product_box--post--sections .products--contents .products--contents--box {
        width: 100%;
    }
    .product_box--post--sections li.product--box--content:nth-child(1) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(3) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(5) .products--contents--box {
        padding: 15px 0px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--image {
        order: 0;
    }
    .product_box--post--sections .products--contents .products--contents--image {
        width: 100%;
    }
    .product_box--post--sections .products--contents {
        display: block;
        margin-bottom: 40px;
    }
    .product_box--post--sections li.product--box--content:nth-child(2) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(4) .products--contents--box, .product_box--post--sections li.product--box--content:nth-child(6) .products--contents--box {
        padding-right: 0px;
        padding-top: 15px;
    }
    hr.slider--head--hr {
        margin-top: 15px !important;
    }
    .slider---image::after {
        background: transparent;
    }

   .single-post .header--banner--section {
        padding: 9px 15px;
    }
    .single-post .page--banner {
        display: none;
    }
    .slider---image img {
        min-height: 215px;
    }

}


@media(min-width: 1025px) and (max-width: 1679px) {
    .elementor-242 .elementor-element.elementor-element-9952ea5 {
        margin-top: -22em;
    }
    .elementor-239 .elementor-element.elementor-element-d68ff96 {
        margin-top: -22em;
    }
    .elementor-204 .elementor-element.elementor-element-2d63c36 {
        margin-top: -20em;
    }
    .elementor-194 .elementor-element.elementor-element-e6ff047 {
        margin-top: -20em;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -25em;
    }
}


@media(max-width: 1199px) {
    .quote--page--form--section .gform_fields {
        flex-wrap: wrap;
        display: flex !important;
    }
    .quote--page--form--section .gform_fields .gfield {
        width: 100%;
    }
    .quote--page--form--section .gform_fields div#field_3_7 {
        order: 4;
    }
    .quote--page--form--section .gform_fields  {
        gap: 15px !important;
    }
}

@media(max-width: 599px) {
    .services--contents .services--contents--image {
        max-height: initial;
    }
    .services_box--post--sections .row {
        gap: 15px;
    }
}

@media(max-width: 767px) {
    .powered--by--section p {
        text-align: center;
    }
    .powered--by--section .privacy--policy section .wp-block-list {
        justify-content: center;
        padding-top: 15px !important;
    }
    .search-results div#content article {
        width: 100%;
    }
    .search-results div#content article .post-thumbnail {
        height: auto;
    }
    .testimonials--slider .owl-nav {
        display: none;
    }
}

@media(max-width: 1024px) {
    .contact--us--page--contents::before {
        width: 100% !important;
    }
}


@media(min-width: 768px) and (max-width: 1023px) {
   .search-results div#content article {
        width: 49%;
    } 
    .search-results div#content article .post-thumbnail {
        height: 300px;
    }
    .search-results div#content article .post-thumbnail img {
        min-height: 300px;
    }
    .meet_our_team--post--main .row .col-md-3.col-sm-6.col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}