/*Banner Slider=========================================================================*/

.home-page-slider h1 {
    font-weight: 500 !important;
    line-height: 60px;
}

.home-page-slider .et_pb_slides::before {
    position: relative;
}

.home-page-slider .et-pb-controllers {
    display: none;
}

.home-page-slider .et_pb_slide:before {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0) !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

.et_pb_slider .et_pb_container {
    z-index: 9;
}


.home-page-slider p {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    font-family: var(--font-Stack-Headline);
    letter-spacing: 1px;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
}

.home-page-slider .et_pb_button_wrapper a.et_pb_button {
    padding: 5px 27px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 300;
    border: 1px solid;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
}

.home-page-slider .et_pb_button_wrapper a.et_pb_button:hover {
    padding: 5px 27px;
    border: 1px solid #c8ef01;
    color: #c8ef01;
    background: none;
    border-radius: 0 !important;
    cursor: pointer;
}


.home-page-slider .et_pb_button_wrapper a.et_pb_button::after {
    display: none !important;
}

.home-page-slider .et-pb-arrow-prev::before {
    position: absolute;
    content: "";
    background: url(../images/right-white.svg);
    width: 25px !important;
    height: 25px !important;
    opacity: 1;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain !important;
}

.home-page-slider .et-pb-arrow-prev:hover::before {
    background: url(../images/arrow_lg_lt_lm.svg);
    background-repeat: no-repeat;
}

.home-page-slider .et-pb-arrow-next::before {
    position: absolute;
    content: "";
    background: url(../images/arrow_lg_rt_w.svg);
    width: 25px !important;
    height: 25px !important;
    opacity: 1;
    right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.home-page-slider .et-pb-arrow-next:hover::before {
    background: url(../images/arrow_lg_rt_lm-1.svg);
    background-repeat: no-repeat;
}

.home-page-slider .et-pb-arrow-next,
.home-page-slider .et-pb-arrow-prev {
    top: 56%;
    cursor: pointer;
}





/* GREY BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
    color: var(--whitecolor) !important;
}

.dark-bg p {
    font-weight: 300;
}

.dark-bg h1 strong,
.dark-bg h2 strong,
.dark-bg h3 strong,
.dark-bg h4 strong,
.dark-bg h5 strong,
.dark-bg h6 strong {
    color: transparent !important;
    -webkit-text-stroke: 1px var(--whitecolor);
    text-stroke: 1px var(--whitecolor);
}

.dark-bg ul li::before {
    background: var(--whitecolor) !important;
}

.dark-bg a {
    color: var(--whitecolor);
}

/* DARK BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */


.home-para-outer p {
    line-height: 32px;
}

.home-strat-content .home-content h4 {
    color: #000;
    /* font-weight: 700; */
    margin-top: 0;
    /* font-size: 32px !important; */
    text-transform: inherit;
    font-family: var(--font-Stack-Headline) !important;
}

.home-content h3 {
    margin-top: 0;
    /* font-family: var(--font-Stack-Headline) !important;
    font-weight: 800; */
    margin-bottom: 0 !important;
}

.home-strat-content {
    display: flex;
    gap: 110px;
    justify-content: space-between;
}

.home-strat-content::after {
    display: none;
}

.home-heading-outer {
    margin: 0 !important;
    width: 42% !important;
}

.home-para-outer {
    width: 58% !important;
}

.home-page-slider p strong {
    color: var(--primary-teal) !important;
    display: inline-block;
    padding: 0 3px;
}

.arrow-btn {
    border: none !important;
    color: #1383be;
    font-size: 17px !important;
    text-transform: uppercase;
    padding: 0 !important;
    position: relative !important;
    letter-spacing: 0.8px;
    padding-top: 0px !important;
    padding-left: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
    width: fit-content;
    font-family: var(--font-Stack-Headline) !important;
}

.arrow-btn:hover {
    background: none !important;
    padding: 0 !important;
    color: #c8ef01;
    padding-top: 0px !important;
    font-family: var(--font-Stack-Headline) !important;
    padding-left: 15px !important;

}

.arrow-btn::after {
    position: absolute !important;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: url(../images/arrow_right_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 32px;
    top: 6px;
    font-size: 32px !important;
    line-height: 1em !important;
    margin-left: -1em !important;
    text-transform: none !important;
    font-variant: none !important;
    font-style: normal !important;
    font-feature-settings: "kern" off !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.arrow-btn:hover::after {
    left: 0;
    top: 6px !important;
    background: url(../images/arrow_right_lm.svg);
    width: 12px !important;
    height: 12px !important;
    opacity: 1;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0 !important;
}

section.project-carousel-section .owl-nav button.owl-next::before,
.ws-news-carousel .owl-nav button.owl-next::before {
    filter: brightness(0) saturate(100%) invert(24%) sepia(43%) saturate(963%) hue-rotate(170deg) brightness(88%) contrast(99%);
}


/* .home-para-outer .learn-more-button::after{
    display: none;
} */

.metering-heading h5 a {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font-Stack-Headline) !important;
}

.metering-heading h5 a:hover {
    color: #1383be;
    border-bottom: 1px solid #1383be;
}


.service-mobile {
    display: none;
}

.service-desktop {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.meter-outer::after {
    display: none !important;
}

.meter-outer {
    display: flex;
    gap: 50px;
}

.meter-outer .meter-image {
    margin: 0 !important;
    width: 48%;
}

.meter-outer .meter-content {
    width: 52%;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.meter-outer .meter-content ul {
    padding-left: 0 !important;
}

.meter-outer .meter-content .service-icon {
    position: relative;
    width: fit-content !important;
}

.meter-outer .meter-content .service-icon img {
    position: absolute;
    right: -80px;
    height: 150px;
    opacity: 0.04;
    width: 150px;
    top: -40px;
}

.meter-outer .meter-content h3 {
    margin-top: 0px;
    position: relative;
    padding-bottom: 25px;
    font-size: 40px !important;
    text-transform: capitalize !important;
}

.meter-outer .meter-content h3::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

.meter-outer .meter-image span {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: block;
}

.meter-outer .meter-image span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.image-1 .meter-span,
.image-2 .meter-span {
    position: relative;
    padding: 20px;
}

.image-1 .meter-span::before {
    position: absolute !important;
    content: "" !important;
    width: 28% !important;
    height: 40% !important;
    opacity: 1;
    background: #1482bd;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}

.image-2 .meter-span::before {
    position: absolute !important;
    content: "" !important;
    width: 28% !important;
    height: 40% !important;
    opacity: 1;
    background: #1482bd;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}


.latest-news-outer {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.news-mobile-carousel {
    display: none !important;
}

.latest-news-outer .latest-news-dropdown {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.latest-news-outer .latest-news-images {
    width: 100%;
}

.latest-news-outer .latest-news-dropdown h1 {
    margin: 0;
}

.latest-news-outer .news-container {
    display: flex;
    gap: 55px;
}

.latest-news-outer .news-container .news-big-item {
    width: 53%;
}

.latest-news-outer .news-container .news-small-wrapper {
    width: 47%;
}

.latest-news-outer .news-container .news-big-item .big-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.latest-news-outer .news-container .news-big-item .big-img {
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
}

.latest-news-outer .news-container .news-big-item .news-big-content {
    background-color: #f4f5f7;
    padding: 25px;

}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a {
    display: flex;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .small-img {
    width: 40%;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .news-small-content {
    width: 60%;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item {
    margin-bottom: 65px;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .news-small-content {
    width: 60%;
    padding: 15px 20px;
    background-color: #f4f5f7;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .small-img {
    width: 40%;
    position: relative;
    padding-bottom: 28%;
    overflow: hidden;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .small-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.latest-news-outer .news-container .news-big-item .news-big-content h4 {
    color: #242424;
    margin-top: 15px;
    font-weight: 700;
}

.latest-news-outer .news-container .news-big-item .news-big-content .news-date {
    text-transform: uppercase;
    color: #242424;
    font-weight: 400;
    font-family: 'inter';
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .news-small-content h5 {
    margin: 15px 0 0 0;
    font-weight: 700;
    color: #242424;
}

.latest-news-outer .news-container .news-small-wrapper .news-small-item a .news-small-content .news-date-small {
    text-transform: uppercase;
    color: #242424;
}

.project-showcase {
    display: flex;
    gap: 65px;
    align-items: center;
}

.project-showcase .project-left {
    width: 61%;
    display: flex;
    gap: 20px;
}

.project-showcase .project-right {
    width: 39%;
}

.project-logo-box {
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-showcase .project-left .project-big-img {
    position: relative;
    padding-bottom: 49%;
    overflow: hidden;
    display: block;
    width: 76%;
}

.project-showcase .project-left .project-big-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    left: 0;
    top: 0;
}

body .project-logo-box .project-logo-img img {
    width: 100%  !important; 
    max-width: 100% !important;
}

.project-logo-img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.project-logo-box .project-logo-img img {
    max-width: fit-content !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 32px;
    background-color: #f4f5f7;
    object-fit: contain;

}

.project-btn-outer {
    position: relative;
    height: 100%;
    width: 100%;
}

.project-btn-outer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/Graphic_1.svg);
    background-repeat: no-repeat;
    cursor: pointer !important;
}

.project-btn-outer:hover::before {
    filter: brightness(0) saturate(100%) invert(81%) sepia(66%) saturate(1706%) hue-rotate(18deg) brightness(106%) contrast(98%) !important;
}

.project-btn-outer a.project-btn {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 1px;
    align-content: center;
    color: #ffff;
    font-family: var(--font-Stack-Headline) !important;
    z-index: 9;
    position: relative;
}

.project-showcase .project-right .project-meta {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.project-showcase .project-right .project-meta h4 {
    /* font-weight: 800; */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.project-showcase .project-right .project-meta p {
    margin: 0;
    color: #468ecc;
    font-weight: 700;
    font-size: 17px;
    font-family: var(--font-Stack-Headline) !important;
}

.msg-section-outer .msg-row::after {
    display: none;
}

.msg-section-outer {
    position: relative;
}

.msg-section-outer::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    background: url(../images/Pattern_RepeatableSwatch-1.svg);
    background-repeat: no-repeat;
    cursor: pointer !important;
    top: 0;
    right: 0 !important;
    opacity: 0.2;
}

.msg-section-outer .msg-row {
    display: flex;
    gap: 90px;
    width: 80% !important;
    max-width: 100% !important;
}

.msg-section-outer .msg-row .msg-content {
    width: 60% !important;
    margin: 0 !important;
}

.msg-section-outer .msg-row .msg-row-outer {
    width: 27% !important;
}

.msg-section-outer .msg-row .msg-content h4 {
    /* font-size: 32px !important; */
    text-transform: uppercase;
    margin: 0;
    line-height: 35px !important;
    /* font-weight: 700; */
}

.msg-section-outer .msg-row .msg-row-outer span.et_pb_image_wrap {
    position: relative !important;
    padding-bottom: 82%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.msg-section-outer .msg-row .msg-row-outer span.et_pb_image_wrap img {
    max-width: fit-content !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.msg-section-outer .msg-row .msg-content p {
    font-size: 18px;
    font-weight: 350;
    letter-spacing: 0.3px;
    margin-top: 5px;
    font-family: var(--font-Stack-Text);
}

#apply-target {
    display: none;
}

/*=============================================================================================*/


/*MARKETS PAGE DESIGN===========================================================================*/

.markets {
    padding-bottom: 60px !important;
}

.utilities-outer {
    display: flex;
    gap: 50px;
    align-items: center;
    border-bottom: 2px solid #d3f146;
}

.utilities-outer::after {
    display: none;
}

.utilities-outer .utilities-inner-image {
    width: 28%;
    margin: 0;
}

.utilities-outer .utilities-inner-content {
    width: 72%;
    margin: 0 !important;
}

.utilities-outer .utilities-inner-image span img {
    max-width: fit-content !important;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.utilities-outer .utilities-inner-image span {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.utilities-outer .utilities-inner-content .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.utilities-flex-inner .et_pb_code_inner .utilities-desktop {
    display: flex;
    gap: 145px;
    justify-content: center;
}

.utilities-flex-inner .et_pb_code_inner .utilities-mobile {
    display: none;
}

.utilities-flex-inner .utility-post {
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.utilities-flex-inner .utility-post h4 {
    margin: 0;
    font-weight: 700;
}

.utilities-flex-inner .utility-post .utility-image {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.utilities-flex-outer {
    padding-top: 70px !important;
}

.utilities-outer {
    padding-bottom: 75px !important;
}

.gov-military-outer {
    padding-bottom: 20px !important;
}

.property-managers-outer {
    padding-bottom: 25px !important;
}

.utilities-flex-inner .utility-post .utility-image img {
    max-width: 100% !important;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    left: 0;
    top: 0;
}

.utility-content {
    padding-bottom: 5px;
}

.utility-content p {
    line-height: 22px;
}

.gov-military-outer,
.cellular-outer,
.property-managers-outer {
    border: none;
}


/*================================================================================*/

.ser-uni-sec {
    background: #f4f5f7 !important;
    padding-top: 85px !important;
    padding-bottom: 75px !important;
}

.ser-uni-row {
    width: 87% !important;
    max-width: 100% !important;
}

.single-services .our-history-outer-sec {
    padding-bottom: 70px !important;
}

.single-services .et_post_meta_wrapper {
    display: none;
}

.single-services .line-heading-text h6 {
    margin-top: 18px;
    margin-bottom: 42px !important;
    font-weight: 500;
}


.service-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 78px;
}

.single-services .container {
    max-width: 100%;
    padding-top: 0 !important;
}

.our-history-row-heading {
    width: 87% !important;
}

.service-section {
    display: flex !important;
    gap: 50px;
}

.service-section .service-img {
    margin: 0 !important;
    width: 48% !important;
}

.service-section .mob-com-outer-stru {
    width: 52% !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-section .service-img .meter-span {
    position: relative;
    padding: 20px;
}

.service-section .service-img .meter-span span {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: block;
}

.service-section .service-img .meter-span span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.service-section .service-img .meter-span::before {
    position: absolute !important;
    content: "" !important;
    width: 28% !important;
    height: 40% !important;
    opacity: 1;
    background: #1482bd;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}

.service-content-wrapper .service-section:nth-child(even) .meter-span::before {
    background-position: top right;
    left: auto;
    right: 0;
}

.service-section:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.service-section .mob-com-outer-stru .mobile-service-icon {
    position: relative;
    width: 100% !important;
}

.single-services .our-history-outer-sec .our-history-row-heading {
    padding-top: 10px !important;
}

.service-section .mob-com-outer-stru .mobile-service-icon img {
    position: absolute;
    right: -80px;
    height: 150px;
    left: 240px;
    opacity: 0.04;
    width: 150px;
    top: -40px;
}

.service-section .mob-com-outer-stru .mobile-service-icon h3 {
    margin-top: 0px;
    position: relative;
    padding-bottom: 25px;
    /* font-size: 40px !important; */
    text-transform: capitalize !important;
}

.service-section .mob-com-outer-stru .mobile-service-icon h3::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #1383be;
    bottom: 0px;
}

.service-section .mob-com-outer-stru .service-items ul {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

.service-section .mob-com-outer-stru .service-items ul li {
    padding-bottom: 5px;
}



.ser-inn-tes-row {
    width: 87% !important;
    max-width: 100% !important;
    gap: 85px;
    margin-top: 90px !important;
    margin-bottom: 22px !important;
}

.ser-inn-tes-row::after {
    display: none !important;
}

.ser-inn-tes-row .ser-inn-tes-col-1 {
    width: 100% !important;
}

.ser-inn-tes-row .ser-inn-tes-col-2 {
    width: 101% !important;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code {
    width: 100%;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-stage-outer .owl-item {
    padding: 67px 50px 50px 50px;
    height: 100%;
    margin-top: 0px;
    border: 1px solid #d5d6d678;
    border-bottom: 5px solid #D6ED3E;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-nav {
    display: block !important;
    display: flex !important;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    z-index: -1;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-nav button {
    position: relative;
    top: 50% !important;
    z-index: 0;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-nav button.owl-prev {
    left: -40px;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-nav button.owl-next {
    right: -40px;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-stage-outer .owl-item:hover {
    background-color: #efedee;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-stage-outer .owl-item h3 {
    font-weight: 800;
    font-size: 30px !important;
    text-transform: capitalize;
    color: #468FCD;
    text-align: center;
    margin-top: 0 !important;
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-stage-outer .owl-item p {
    color: #000000 !important;
    /* line-height: 20px; */
}

.ser-inn-tes-row .ser-inn-tes-col-2 .testimonial-code .owl-stage-outer .owl-item .testimonial-box .quote-icon {
    font-size: 130px;
    color: #468FCD;
}

div#left-area {
    padding-bottom: 0;
}


/* Desktop - no tabs*/

.mobile-prev-next {
    display: none;
}

.mobile-tab-buttons {
    display: none;
}


/*================================================================================================*/

.sub-meter-inst-text-sec {
    background: #17335b !important;
    display: flex;
    flex-wrap: wrap !important;
    gap: 30px;
    row-gap: 0;
    padding-bottom: 61px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    justify-content: space-between;
}

.sub-meter-4-cont-sec {
    padding-top: 0 !important;
    display: flex;
    max-width: 100%;
    width: 87%;
    margin: auto;
}

.sub-meter-inst-text-row {
    width: 100% !important;
    max-width: 100% !important;
}

.sub-meter-4-cont-row {
    width: 55% !important;
    margin: 0 !important;
    padding-top: 0 !important;
}

.sub-meter-4-cont-row-1 {
    width: 42% !important;
    margin: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.sub-meter-4-cont-row-1::after {
    display: none !important;
}

.sub-meter-4-cont-row1-col2 {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -3px;
    margin-right: 0 !important;
    align-items: flex-end;
}

.sub-meter-4-cont-row .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sub-meter-4-cont-row .features-grid .feature-box {
    padding: 30px 15px !important;
    background-color: #30486c;
}

.sub-meter-4-cont-row1-col2 a.sub-meter-4-cont-row1-col-1-btn {
    text-decoration: none !important;
    width: 180px !important;
    color: #ffff !important;
    height: 180px !important;
}

.sub-meter-4-cont-row1-col2 a.sub-meter-4-cont-row1-col-1-btn::before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(86%) saturate(993%) hue-rotate(183deg) brightness(98%) contrast(93%);
}

.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 {
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: -68px !important;
    align-content: flex-end;
    margin-bottom: 156px !important;
}

.sub-meter-4-cont-row .features-grid .feature-box h3 {
    font-size: 24px !important;
    color: #C8EF01 !important;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 600;
}

.sub-meter-4-cont-row .features-grid .feature-box span.feature-number {
    font-size: 30px;
    color: #17335A;
    font-weight: 800;
}

.sub-meter-4-cont-row .features-grid .feature-box p.feature-description {
    /* line-height: 20px; */
}

.sub-meter-4-cont-row-1 span {
    position: relative !important;
    padding-bottom: 82%;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: block !important;
}

.sub-meter-4-cont-row-1 span img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.sub-meter-4-cont-row1-img {
    width: 100%;
    margin: 0 !important;
}

.sub-meter-4-cont-row1-col-1 .et_pb_button_module_wrapper {
    width: 50% !important;
}

.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-1 {
    padding: 5px 22px !important;
    border-radius: 0 !important;
    font-family: var(--font-Stack-Headline);
    letter-spacing: 1px;
    font-weight: 400 !important;
    border: none !important;
    width: 100% !important;
    text-decoration: none !important;
    font-size: 13px !important;
    background-color: #478ecc !important;
    text-transform: uppercase;
    text-align: center;
}

.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-2 {
    padding: 5px 20px !important;
    border-radius: 0 !important;
    font-family: var(--font-Stack-Headline);
    letter-spacing: 1px;
    font-weight: 400 !important;
    width: 100% !important;
    border: none !important;
    text-decoration: none !important;
    font-size: 13px !important;
    background-color: #176fae !important;
    text-transform: uppercase;
    text-align: center;
}

.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-1:hover,
.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-2:hover {
    color: #ffff !important;
    background-color: #c8ef02 !important;
}

.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-1::after,
.sub-meter-4-cont-row-1 .sub-meter-4-cont-row1-col-1 .sub-meter-4-cont-row1-btn-2::after {
    display: none !important;
}

.faq-outer {
    max-width: 100% !important;
    width: 94% !important;
    padding-top: 68px !important;
    gap: 40px;
}

.faq-outer::after {
    display: none !important;
}

.faq-outer .faq-col-1 {
    width: 100% !important;
}

.faq-outer .faq-col-2 {
    width: 100% !important;
}

.faq-outer .faq-col-2 .faq-accordion {
    padding: 0px 120px 40px 100px;
    background-color: #f4f5f7;
}

.faq-col-1 a.arrow-btn {
    padding-top: 0 !important;
}

.faq-col-1 a.arrow-btn::after {
    top: 5px !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle_open::before {
    transform: rotate(180deg);
    transition: 0.5s ease;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle {
    margin: 0 !important;
    border: none !important;
    border-bottom: 3px solid #00000017 !important;
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle h5::before {
    position: absolute !important;
    content: "" !important;
    width: 22px !important;
    height: 22px !important;
    opacity: 1 !important;
    background: url(../images/arrow_drpdn_lm.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px !important;
    top: 25px;
    transition: 0.5s ease;
    color: transparent !important;
    font-size: 32px !important;
    line-height: 1em !important;
    margin-left: -1em !important;
    text-transform: none !important;
    font-variant: none !important;
    font-style: normal !important;
    font-feature-settings: "kern" off !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle_close h5::before {
    transform: rotate(180deg);
    top: 18px !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle_open h5::before {
    top: 25px !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle_open h5::before {
    display: block !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle h5 {
    color: #252525 !important;
    font-size: 24px !important;
    font-family: 'Inter' !important;
    position: relative;
    font-weight: bold !important;
}

.faq-outer .faq-col-2 .faq-accordion .et_pb_toggle p {
    line-height: 35px;
}

/* .faq-outer .faq-col-2 .faq-accordion .et_pb_toggle::before {
    position: absolute !important;
    content: "" !important;
    width: 22px !important;
    height: 22px !important;
    opacity: 1 !important;
    background: url(../images/arrow_drpdn_lm.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px;
    top: 60px;
    font-size: 32px !important;
    line-height: 1em !important;
    margin-left: -1em !important;
    text-transform: none !important;
    font-variant: none !important;
    font-style: normal !important;
    font-feature-settings: "kern" off !important;
    font-weight: 400 !important;
    text-shadow: none !important;
} */

.ser-uni-sec .ser-uni-code-accordion {
    display: none !important;
}

.postid-366 .ser-uni-sec {
    padding-bottom: 30px !important;
}

.sub-meter-inst-text-row {
    padding-top: 5px !important;
}

.ser-inn-tes-row {
    margin-top: 100px !important;
}

/*========================================================================*/

.page-id-632 .our-history-outer-sec {
    padding-top: 35px !important;
}

.products-outer-sec {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.products-outer-sec .products-outer-row {
    width: 80%;
    padding-top: 0 !important;
}

.products-outer-row .ws-filter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.products-outer-row .ws-filter-wrapper .ws-filter-top {
    text-align: end !important;
}

.products-outer-row .ws-filter-wrapper .ws-filter-top span.select2-container {
    width: 340px !important;
}

.products-outer-row .ws-filter-wrapper .ws-filter-top .select2-container .select2-selection--single {
    height: 42px !important;
    border: none !important;
    background: #f4f5f7;
}

.products-outer-row .ws-filter-wrapper .ws-filter-top span#select2-ws-category-filter-container {
    text-align: start;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    font-size: 16px;
    color: #000000;
    font-family: var(--font-Stack-Text);
    text-transform: uppercase;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 62px;
    row-gap: 85px;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item {
    width: 100%;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item .ws-img a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item .ws-img a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item h6 {
    line-height: 20px;
    color: #468FCD;
    font-size: 14px !important;
    font-family: var(--font-Stack-Headline) !important;
    text-transform: uppercase;
    margin: 0;
    padding-top: 40px;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item h4 {
    margin: 0 !important;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 32px !important;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item h4::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1px;
    background: #1383be;
    bottom: 0px;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item h4 a {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 32px !important;
}

.products-outer-row .ws-filter-wrapper .ws-grid-container .ws-grid .ws-item .ws-link {
    padding-top: 35px;
    display: flex;
}

div#ws-pagination .ws-pagination-wrapper {
    display: flex;
    justify-content: center;
}

div#ws-pagination a.ws-page-link {
    font-size: 24px;
    font-weight: 300;
    padding: 0px 12px;
    border-right: 1px solid #1383be;
    color: #1383be;
    font-family: var(--font-Stack-Headline);
}

div#ws-pagination a.ws-page-link.active {
    color: #d3f234;
}

div#ws-pagination a.ws-page-link:hover {
    color: #d3f234;
}

div#ws-pagination a.ws-page-link:last-child {
    border: none !important;
}

div#ws-pagination {
    padding-top: 25px;
}

span.select2-dropdown.select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border: none !important;
}

ul#select2-ws-category-filter-results {
    background: #f4f5f7;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #4a94cd !important;
    font-style: italic !important;
}

/* ul#select2-ws-category-filter-results li.select2-results__option {
    text-align: start;
    padding-top: 6px;
    padding: 5px;
    padding-bottom: 6px;
    font-size: 16px;
    color: #000000;
    font-family: var(--font-Stack-Text);
    text-transform: uppercase;
} */

ul#select2-ws-category-filter-results li.select2-results__option::before {
    position: absolute;
    content: "--";
    left: 13px;
    top: 10px;
}

.page-id-632 ul#select2-ws-category-filter-results {
    padding-left: 25px;
}

.page-id-632 ul#select2-ws-category-filter-results li.select2-results__option::before {
    position: absolute;
    content: "--";
    left: -12px;
    top: 5px;
}

span.select2-selection__arrow::before {
    position: absolute !important;
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    opacity: 1 !important;
    background: url(../images/arrow_drpdn_lm.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    right: 13px;
    top: 16px;
    z-index: 999;
    font-size: 32px !important;
    line-height: 1em !important;
    margin-left: -1em !important;
    text-transform: none !important;
    font-variant: none !important;
    font-style: normal !important;
    font-feature-settings: "kern" off !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

span.select2-dropdown.select2-dropdown--below .select2-results ul,
.select2-container--open .select2-dropdown--above .select2-results ul {
    background: #f4f5f7;
    padding: 15px;
}

span.select2-dropdown.select2-dropdown--below .select2-results ul li,
.select2-container--open .select2-dropdown--above .select2-results ul li {
    padding: 5px;
    position: relative;
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}



span.select2-dropdown.select2-dropdown--below .select2-results ul li:hover,
.select2-container--open .select2-dropdown--above .select2-results ul li:hover {
    color: #468FCD !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
}

span.select2-dropdown.select2-dropdown--below .select2-results ul li::before,
.select2-container--open .select2-dropdown--above .select2-results ul li::before {
    position: relative;
    content: "--";
    left: -6px;
    top: -2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #468FCD !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}

/*===============================================================*/

section.ws-top-section {
    max-width: 100%;
    width: 87% !important;
    margin: auto;
    padding-top: 62px !important;
}

section.ws-top-section .ws-top-inner {
    display: flex !important;
    flex-direction: row !important;
    gap: 60px;
}

section.ws-top-section .ws-top-inner .ws-left-carousel .owl-nav {
    padding-top: 20px;
    display: flex;
}

section.ws-top-section .ws-top-inner .ws-left-carousel {
    width: 54%;
}

section.ws-top-section .ws-top-inner .ws-right-box {
    width: 46%;
    padding: 60px;
    background: #f4f5f7;
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    gap: 36px;
    position: relative;
    height: 100%;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-link {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

section.ws-top-section .ws-top-inner .ws-right-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/pattern.svg);
    background-position: center;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
}

section.ws-top-section .ws-top-inner .ws-left-carousel .ws-owl-main .owl-item {
    margin-top: 0 !important;
}

section.ws-top-section .ws-top-inner .ws-left-carousel .ws-owl-main .owl-item .ws-slide {
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
    display: block;
}

section.ws-top-section .ws-top-inner .ws-left-carousel .ws-owl-main .owl-item .ws-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-product h6 {
    line-height: 20px;
    color: #468FCD;
    font-size: 14px !important;
    font-family: var(--font-Stack-Headline) !important;
    text-transform: uppercase;
    margin: 0;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-product h4 {
    margin: 0 !important;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 25px;
    line-height: 32px !important;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-product h4::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-list ul li {
    line-height: 27px !important;
    padding-left: 30px;
    padding-bottom: 3px;
    position: relative;
    font-family: var(--font-Roboto);
    font-weight: 400;
    font-size: 15px;
    color: #232323;
}

section.ws-top-section .ws-top-inner .ws-right-box .ws-list ul li::before {
    position: absolute;
    content: "";
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    background: url(../images/arrow_rt_long_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 9px;
    border-radius: 100px;
}

section.ws-overview-section {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

section.ws-specs-section {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding-top: 18px !important;
    margin-bottom: 65px;
}

section.ws-specs-section .ws-tabs-wrap {
    padding: 50px 70px;
    background: #f2f3f5;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
}

section.ws-overview-section .ws-overview-content .ws-overview-text h6,
section.ws-specs-section .ws-tabs-wrap .ws-tab-content .ws-spec-bottom .ws-spec-overview h6 {
    border: none !important;
    color: #1383be;
    line-height: 20px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0 !important;
    position: relative !important;
    margin-bottom: 28px;
    letter-spacing: 0.8px;
    cursor: pointer;
    width: fit-content;
    font-family: var(--font-Stack-Headline) !important;
}

section.ws-overview-section .ws-overview-content .ws-overview-text p {
    line-height: 32px;
    padding-bottom: 20px;
}

section.ws-specs-section .ws-tabs-wrap ul.ws-tabs-titles {
    display: flex;
    gap: 20px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-left ul {
    padding-top: 20px;
    padding-left: 50px;
}

section.ws-specs-section .ws-tabs-wrap ul.ws-tabs-titles li.ws-tab-title {
    width: fit-content;
    color: #81858F;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

section.ws-specs-section .ws-tabs-wrap ul.ws-tabs-titles li.ws-tab-title:hover,
section.ws-specs-section .ws-tabs-wrap ul.ws-tabs-titles li.ws-tab-title.active {
    color: #1383BE;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top {
    display: flex;
    gap: 100px;
    padding-bottom: 50px;
    border-bottom: 2px solid #d3f146;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-left {
    width: 63%;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-right {
    width: 37%;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-left ul li {
    line-height: 27px !important;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    font-family: var(--font-Roboto);
    font-weight: 400;
    font-size: 15px;
    color: #232323;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-left ul li::before {
    position: absolute;
    content: "";
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    background: url(../images/arrow_rt_long_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 9px;
    border-radius: 100px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-right .ws-spec-right-img {
    position: relative;
    padding-bottom: 82%;
    overflow: hidden;
    display: block;
    width: 100%;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-top .ws-spec-right .ws-spec-right-img img {
    max-width: fit-content !important;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-left p {
    line-height: 32px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-left p a {
    color: #1383be;
    font-weight: 400;
}

section.ws-specs-section .ws-tabs-wrap .ws-tab-content .ws-spec-bottom .ws-spec-overview ul li {
    line-height: 22px !important;
    padding-left: 30px;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--font-Roboto);
    font-weight: 400;
    font-size: 15px;
    color: #232323;
}

section.ws-specs-section .ws-tabs-wrap .ws-tabs-contents .ws-tab-content .ws-spec-bottom {
    padding-top: 5px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tab-content .ws-spec-bottom .ws-spec-overview ul li::before {
    position: absolute;
    content: "";
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    background: url(../images/arrow_rt_long_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 9px;
    border-radius: 100px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tab-content .ws-spec-bottom .ws-spec-overview ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 50px;
}

section.ws-specs-section .ws-tabs-wrap .ws-tab-content .ws-spec-bottom .ws-spec-footer {
    text-align: center;
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

/*====================================================================================================*/

.contact-content-row {
    display: flex;
    gap: 125px;
    justify-content: space-between;
}

.contact-content-row {
    padding-bottom: 0;
}

.contact-content-row .contact-para {
    width: 52% !important;
}

.contact-content-row .contact-heading-outer {
    width: 47% !important;
    padding-top: 35px;
}

.contact-page-outer {
    padding-top: 0 !important;
    padding-bottom: 32px !important;
}

.contact-content-row .contact-para h6 {
    margin-top: 0;
}

.get-in-touch-sec {
    max-width: 100%;
    width: 93%;
    margin: auto;
    background-color: #17335b;
    display: flex;
    gap: 35px;
    flex-direction: column;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}

.get-in-touch-sec .Get-In-Touch-content::after {
    display: none !important;
}

.get-in-touch-sec .Get-In-Touch-heading {
    padding: 0;
}

.get-in-touch-sec .Get-In-Touch-heading h4 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.get-in-touch-sec .Get-In-Touch-content {
    display: flex;
    padding: 0;
    justify-content: space-between;
    width: 59%;
}

.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner-2 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: fit-content;
}

.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner-1 p,
.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner-2 p {
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 600 !important;
    font-family: var(--font-Stack-Headline) !important;
    margin: 0;
    text-transform: uppercase;
}

.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner p a {
    text-decoration: none !important;
}

.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner-1 {
    margin: 0;
    padding-left: 40px;
    position: relative;
}

.get-in-touch-sec .Get-In-Touch-content .get-in-touch-inner-1::before {
    position: absolute;
    content: "";
    width: 23px !important;
    height: 23px !important;
    opacity: 1;
    background: url(../images/ftr_phone.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 15px;
    border-radius: 0;
}

.get-in-touch-inner-2::before {
    position: absolute;
    content: "";
    width: 23px !important;
    height: 23px !important;
    opacity: 1;
    background: url(../images/ftr_mail.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: -45px;
    border-radius: 0;
}

.location-outer {
    padding: 0 !important;
}

.location-outer .location-row {
    width: 93%;
    display: flex;
    gap: 20px;
    padding: 15px 0 45px 0;
}

.location-outer .location-row::after {
    display: none !important;
}

.location-outer .location-row .location-inner {
    width: 50%;
    margin: 0;
    padding: 75px 50px 60px 50px;
    background: #efedee;
}

.location-outer .location-row .location-inner .et_pb_blurb_content {
    display: flex;
    margin: 0 !important;
    gap: 40px;
    width: 100% !important;
    align-items: center;
    max-width: 100%;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 45%;
    margin: 0;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container {
    width: 55%;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h4 {
    font-weight: 700;
    margin: 0 !important;
    position: relative;
    padding-bottom: 18px;
    text-transform: uppercase !important;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h4::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h6 {
    padding-left: 45px;
    padding-top: 50px;
    position: relative;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h6::before {
    position: absolute;
    content: "";
    width: 25px !important;
    height: 25px !important;
    opacity: 1;
    background: url(../images/pin_bl.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 63px;
    border-radius: 100px;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h6,
.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_blurb_container h6 a {
    color: #17335A !important;
    font-size: 17px !important;
    line-height: 25px;
    margin: 0;
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 700;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_main_blurb_image span {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

.location-outer .location-row .location-inner .et_pb_blurb_content .et_pb_main_blurb_image span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 50%;
}

/*================================================================================================*/

.thanks-outer-sec {
    max-width: 100% !important;
    margin-top: 30px !important;
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 40px !important;
}

.thanks-outer-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/left-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 360px;
    z-index: 1;
    width: 230px;
}

.thanks-outer-sec::after {
    position: absolute;
    content: "";
    right: 0px;
    top: -56px;
    background: url(../images/right-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 390px;
    width: 214px;
    visibility: visible;
}

.thanks-outer-sec .et_pb_row.et_pb_row_0 {
    text-align: center;
    padding: 150px 20px 150px 20px;
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: 87%;
    background: var(--primary-navy-dark);
    text-align: center;
    position: relative;
    display: flex;
    margin: auto;
}

.thanks-outer-sec .thankyou-content h2 {
    text-align: center;
    font-size: 60px !important;
    text-transform: capitalize;
    margin-top: 0px;
    position: relative;
    padding-bottom: 35px;
    font-weight: 500;
    margin-bottom: 4px !important;
    display: flex;
    justify-content: center;
}

.thanks-outer-sec .thankyou-content h2::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #1383be;
    bottom: 0px;
    left: auto;
    right: auto;
}

.thanks-outer-sec .thankyou-content p {
    text-align: center;
    font-size: 15px;
    padding-top: 13px;
}

.thanks-outer-sec .thankyou-btn {
    border: 1px solid #468FCD;
    font-size: 14px !important;
    font-weight: 300;
    color: #468FCD !important;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    padding: 5px 20px 5px 20px !important;
    border-radius: 0 !important;
    line-height: 17px !important;
    letter-spacing: 1px;
}

.thanks-outer-sec .thankyou-btn:hover {
    border: 1px solid #d3f234;
    color: #d3f234 !important;
    padding: 5px 20px 5px 20px !important;
}

.thanks-outer-sec .thankyou-btn::after {
    display: none !important;
}

/*====================================================================*/

.news-posts-sec {
    padding-top: 0 !important;
    padding-bottom: 28px !important;
}

.page-id-717 .aboutus-content-outer .line-heading {
    padding-bottom: 0;
}

/* .select2-container--open .select2-dropdown {
    top: 30px;
} */

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}

.ws-filter-box span.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.ws-filter-box {
    width: 25%;
}

.page-id-589 section#filter-projects .ws-filter-box {
    margin-left: auto;
}

.ws-filter-box span.select2-container span.select2-selection {
    height: 42px !important;
    border: none !important;
    background: #f4f5f7;
}

.ws-filter-box span.select2-container span.select2-selection span#select2-ws-news-category-container {
    text-align: start;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    color: #000000;
    font-family: var(--font-Stack-Text);
    text-transform: uppercase;
    padding-left: 20px;
}

.news-posts-sec .et_pb_row {
    width: 90.5%;
    max-width: 100%;
    margin-right: 40px;
    padding-top: 0;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner {
    display: flex;
    gap: 38px;
    flex-direction: column;
    align-items: flex-end;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer {
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer .ws-news-posts {
    width: 75%;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card {
    display: flex;
    flex-direction: column;
}

.ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-details {
    background-color: #f4f5f7;
    padding: 30px;
}

.ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card:hover .ws-news-details {
    background-color: #c8ef01;
}

.ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-details span,
.ws-single-inner .ws-single-content span.ws-single-date {
    text-transform: uppercase;
    color: #242424;
    font-weight: 400;
    font-family: 'inter';
    font-size: 16px;
}

.ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-details h4,
.ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-details h4 a,
.ws-single-inner .ws-single-content h4 {
    color: #242424;
    margin-top: 15px;
    font-weight: 700;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-image {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results article.ws-news-card .ws-news-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar {
    width: 25%;
    height: fit-content;
    padding: 40px;
    background-color: #f4f5f7;
    z-index: 1;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box {
    display: flex;
    position: relative;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box button#ws-news-search-btn,
.ws-single-inner aside.ws-news-sidebar .ws-search-box button {
    position: absolute;
    right: 15px;
    top: 40%;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box button#ws-news-search-btn::before,
.ws-single-inner aside.ws-news-sidebar .ws-search-box button::before {
    position: absolute;
    content: "";
    right: 0px;
    top: -15px;
    background: url(../images/hdr_search_rollover.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 2px solid #d3f234;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-img,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-img {
    width: 40%;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links span,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links span {
    text-transform: uppercase;
    color: #242424;
    font-weight: 400;
    font-family: 'inter';
    font-size: 7px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links a,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-links a {
    color: #242424;
    margin-top: 0;
    font-weight: 800;
    font-size: 10px;
    line-height: 13px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-img img,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-item .ws-recent-img,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts .ws-recent-img {
    width: 40%;
    position: relative;
    padding-bottom: 26%;
    overflow: hidden;
    height: 100%;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-recent-posts h4,
.ws-single-inner aside.ws-news-sidebar .ws-recent-posts h4 {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box input#ws-news-search,
.ws-single-inner aside.ws-news-sidebar .ws-search-box input#ws-single-search {
    border: 0 !important;
    padding: 10px 50px 10px 10px !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box input#ws-news-search::placeholder,
.ws-single-inner aside.ws-news-sidebar .ws-search-box input#ws-single-search::placeholder {
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-search-box {
    display: flex;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 2px solid #d3f234;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us h4,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us h4 {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding-top: 20px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us ul,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us ul {
    padding: 0 !important;
    margin: 0;
    gap: 25px;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us ul li,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us ul li {
    padding: 0;
    margin: 0;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us ul li::before,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us ul li::before {
    display: none !important;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us ul li.et-social-facebook a::after,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us ul li.et-social-facebook a::after {
    background: url(../images/facebook_navy.svg);
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner aside.ws-news-sidebar .ws-follow-us ul li.et-social-rss a::after,
.ws-single-inner aside.ws-news-sidebar .ws-follow-us ul li.et-social-rss a::after {
    background: url(../images/LinkedIn_navy.svg);
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results .ws-pagination {
    grid-column: span 2;
    text-align: right;
    margin-left: 290px;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    position: relative;
    align-items: center;
}

.news-posts-sec section.ws-news-wrapper .ws-news-inner .ws-news-posts-outer div#ws-news-results .ws-pagination::before {
    position: absolute;
    content: "";
    width: 1300px;
    height: 2px;
    background-color: #c8ef02;
    bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#ws-news-results .ws-pagination a.ws-page {
    font-size: 24px;
    font-weight: 300;
    padding: 0px 12px;
    border-right: 1px solid #1383be;
    color: #1383be;
    font-family: var(--font-Stack-Headline);
}

div#ws-news-results .ws-pagination a.ws-page.active,
div#ws-news-results .ws-pagination a.ws-page:hover {
    color: #d3f234;
}

div#ws-news-results .ws-pagination a.ws-page:last-child {
    border: none !important;
}

/*==================================================*/

.ws-single-inner aside.ws-news-sidebar .ws-filter-box span.select2-container {
    width: 100% !important;
}

.ws-single-filter.mobile-only {
    display: none;
}

main#news-single {
    width: 100%;
    max-width: 100%;
    margin-right: 40px !important;
    padding-top: 64px;
    margin: auto;
}

.ws-single-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 70px;
}

.ws-single-inner .ws-single-content {
    width: 62%;
    padding-left: 100px;
}

.ws-single-inner aside.ws-news-sidebar {
    width: 25%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ws-sidebar-box {
    height: fit-content;
    padding: 40px;
    background-color: #f4f5f7;
    z-index: 1;
}

.ws-single-inner aside.ws-news-sidebar .ws-search-box {
    display: flex;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 2px solid #d3f234;
}

.ws-single-inner .ws-single-content .ws-single-hero {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
    margin-bottom: 50px;
}

.ws-single-inner .ws-single-content .ws-single-hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.ws-single-inner .ws-single-content h4 {
    width: 68%;
}

.ws-single-inner .ws-single-content .ws-single-description p {
    padding-bottom: 25px;
}

.ws-single-inner .ws-single-content .ws-single-description {
    padding-top: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ws-single-inner .ws-single-content .ws-single-description blockquote p {
    font-size: 60px !important;
    font-family: 'Inter' !important;
    font-weight: 550 !important;
    color: #17335A !important;
    line-height: 65px !important;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.ws-single-inner .ws-single-content .ws-single-description blockquote {
    border: none;
    padding: 26px 0;
    border-top: 2px solid #d3f146;
    border-bottom: 2px solid #d3f146;
    margin-top: 40px;
    margin-bottom: 65px;
}

.ws-single-inner .ws-single-content .ws-news-subtitle h5 {
    margin-bottom: 30px;
    font-weight: 700;
}

.ws-single-inner .ws-single-content .ws-news-subtitle {
    padding-bottom: 64px;
}

.ws-news-carousel .owl-stage .owl-item {
    margin-top: 0 !important;
}

.ws-news-carousel .owl-stage .owl-item .ws-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.ws-news-carousel .owl-stage .owl-item .ws-carousel-item {
    width: 100%;
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
}

.ws-news-carousel .owl-nav {
    display: block !important;
    display: flex !important;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    z-index: -1;
}

.ws-news-carousel .owl-nav button {
    position: relative;
    top: 50% !important;
    z-index: 0;
}

.ws-news-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.ws-news-carousel .owl-nav button.owl-next {
    right: -40px;
}

.ws-news-testimonials {
    background-color: #17335b;
    border-bottom: 5px solid #D6ED3E;
    margin-bottom: 30px;
    padding: 100px 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.ws-news-testimonials::before {
    position: absolute;
    content: "“";
    font-size: 130px;
    top: 28px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(13%) saturate(1983%) hue-rotate(168deg) brightness(82%) contrast(96%);
}

.ws-news-testimonials .testimonials-carousel-news {
    width: 64%;
    margin: auto;
}

.ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item {
    margin-top: 0 !important;
}

.ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item .testimonial-box-news h4 {
    text-align: center;
    color: #468FCD;
    font-weight: 700;
    margin-top: 0;
}

.ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item .testimonial-box-news .testimonial-content-news p {
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
}

.ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item .testimonial-box-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item .testimonial-box-news .quote-icon-news {
    display: none;
}

.ws-news-testimonials .testimonials-carousel-news .owl-nav {
    display: none !important;
}

/*=========================================================================================================================*/

section#filter-projects .ws-filter-box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 42px;
}

.page-id-589 .aboutus-content-outer .line-heading {
    padding-bottom: 0;
}

.project-posts-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.project-posts-sec .et_pb_row {
    width: 87%;
    padding-top: 0 !important;
}

div#ws-project-results .ws-article-sec {
    width: 92% !important;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 65px;
    row-gap: 100px;
    padding-top: 142px;
}

div#ws-project-results .ws-article-sec article.ws-project-card .ws-project-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
}

div#ws-project-results .ws-article-sec article.ws-project-card .ws-project-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

div#ws-project-results .ws-article-sec article.ws-project-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

div#ws-project-results .ws-article-sec article.ws-project-card .project-link a.ws-project-btn {
    position: relative;
}

div#ws-project-results .ws-article-sec article.ws-project-card .project-link a.ws-project-btn p.ws-project-view {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #c8ef01;
    text-align: center;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    font-size: 14px;
    color: #FFFFFF;
    font-family: var(--font-Stack-Headline);
}

div#ws-project-results .ws-article-sec article.ws-project-card:hover .project-link a.ws-project-btn p.ws-project-view {
    opacity: 1;
    transition: 0.3s ease;
}

div#ws-project-results .ws-article-sec article.ws-project-card span.ws-project-cat {
    line-height: 20px;
    color: #468FCD;
    font-size: 14px !important;
    font-family: var(--font-Stack-Headline) !important;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-top: 30px;
}

div#ws-project-results .ws-article-sec article.ws-project-card h4,
div#ws-project-results .ws-article-sec article.ws-project-card h4 a {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 35px !important;
    margin: 0;
    margin-top: 10px;
}

div#ws-project-results .ws-pagination {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    border-top: 1px solid #c8ef02;
}

div#ws-project-results .ws-pagination a.ws-page {
    font-size: 24px;
    font-weight: 300;
    padding: 0px 12px;
    border-right: 1px solid #1383be;
    color: #1383be;
    font-family: var(--font-Stack-Headline);
}

div#ws-project-results .ws-pagination a.ws-page.active,
div#ws-project-results .ws-pagination a.ws-page:hover {
    color: #c8ef02;
}

div#ws-project-results .ws-pagination a.ws-page:last-child {
    border: none !important;
}

.page-id-589 .ser-inn-tes-row {
    margin-top: 26px !important;
}

/*---------------------------------------------------------------------------------*/

.page-id-686 .our-history-outer-sec {
    padding-top: 0px !important;
}

.page-id-686 .our-history-row-heading {
    padding-top: 0 !important;
}

.page-id-686 .our-history-outer-sec .service-inn-code p {
    padding-bottom: 25px;
}

.page-id-686 .with-us-outer {
    padding-top: 40px !important;
    padding-bottom: 76px !important;
}

/*--------------------------------------------------------------------------------------*/

.thank-you-sec {
    max-width: 100% !important;
    margin-top: 30px !important;
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 40px !important;
}

.thank-you-sec .thank-you-row {
    text-align: center !important;
    padding: 150px 20px 150px 20px;
    position: relative !important;
    overflow: hidden;
    width: 100% !important;
    max-width: 87%;
    background: var(--primary-navy-dark);
    display: flex;
    margin: auto;
}

.thank-you-sec .thank-you-row .thank-you-col {
    width: 100%;
}

.thank-you-sec .thank-you-row .thank-you-col .tq-title-heading h1 {
    text-align: center;
    font-size: 60px !important;
    text-transform: capitalize;
    margin-top: 0px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px !important;
    display: flex;
    justify-content: center;
}

.thank-you-sec .thank-you-row .thank-you-col .tq-title-heading h1::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #1383be;
    bottom: 0px;
    left: auto;
    right: auto;
}

.thank-you-sec .thank-you-row .thank-you-col .thank-you-title p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 13px;
    color: #ffffff;
}

.thank-you-sec .thank-you-row .thank-you-col a.outline-btn-r {
    border: 1px solid #468FCD;
    font-size: 14px !important;
    font-weight: 300;
    color: #468FCD !important;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    padding: 5px 20px 5px 20px !important;
    border-radius: 0 !important;
    line-height: 17px !important;
    letter-spacing: 1px;
}

.thank-you-sec .thank-you-row .thank-you-col a.outline-btn-r:hover {
    border: 1px solid #d3f234;
    color: #d3f234 !important;
    padding: 5px 20px 5px 20px !important;
}

.thank-you-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/left-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 360px;
    z-index: 1;
    width: 230px;
}

.thank-you-sec::after {
    position: absolute;
    content: "";
    right: 0px;
    top: -56px;
    background: url(../images/right-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 390px;
    width: 214px;
    visibility: visible;
}

/*===================================================================================================*/

/*----------------------------------------------------------------------------------------*/

.privacy-policy-outer {
    width: 87%;
    max-width: 100%;
    margin: auto;
    padding-top: 0 !important;
}

.privacy-policy-outer .privacy-policy-inner {
    width: 100% !important;
    max-width: 100%;
    padding-top: 0 !important;
}

.privacy-policy-outer .privacy-policy-inner h3 {
    margin-top: 0px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 40px !important;
    text-transform: capitalize !important;
}

.privacy-policy-outer .privacy-policy-inner h3::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

/*=====================================================================================*/

main#project-single section.project-showcase {
    max-width: 100%;
    width: 87%;
    margin: auto;
    padding-top: 40px;
    align-items: flex-start;
}

main#project-single section.project-showcase .project-left .project-big-img {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    display: block;
    width: 100%;
}

main#project-single section.project-showcase .project-left {
    width: 55%;
    display: flex;
    gap: 20px;
}

main#project-single section.project-showcase .project-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

main#project-single section.project-showcase .project-right .project-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main#project-single section.project-showcase .project-right .project-logo-box {
    width: 32%;
}

main#project-single section.project-overview {
    width: 87%;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 75px;
}

main#project-single section.project-overview .overview-text {
    width: 100% !important;
}

main#project-single section.project-overview .overview-text h3 {
    margin-top: 0;
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 800;
    margin-bottom: 0 !important;
    letter-spacing: 2px;
}

main#project-single section.project-overview .overview-text h4 {
    color: #000;
    font-weight: 700;
    margin-top: 0;
    font-size: 32px !important;
    text-transform: inherit;
    font-family: var(--font-Stack-Headline) !important;
}

section.project-summary {
    max-width: 100%;
    width: 100%;
    padding: 90px 100px;
    background: #f4f5f7;
}

section.project-summary h3 {
    margin-top: 0px;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 25px;
    font-size: 40px !important;
    text-transform: capitalize !important;
}

section.project-summary h3::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

section.project-summary p {
    padding-bottom: 26px;
}

section.project-summary h5 {
    font-weight: 700;
    padding-bottom: 20px;
}

section.project-carousel-section {
    width: 87%;
    margin: auto;
    padding-top: 80px;
}

section.project-carousel-section .project-carousel .owl-item {
    margin-top: 0 !important;
}

section.project-carousel-section h3 {
    margin-top: 0px;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 25px;
    font-size: 40px !important;
    text-transform: capitalize !important;
}

section.project-carousel-section .carousel-bottom .carousel-text {
    display: inline-block;
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 25px;*/
}

section.project-carousel-section .carousel-bottom .carousel-text p {
    width: 49%;
    display: inline-block;
    padding-right: 25px;
    vertical-align: top;
}

section.project-carousel-section .project-carousel {
    padding-top: 15px;
}

section.project-carousel-section h3::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 1.3px;
    background: #1383be;
    bottom: 0px;
}

section.project-carousel-section .project-carousel .owl-item .carousel-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

section.project-carousel-section .project-carousel .owl-item .carousel-img {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: block;
}

section.project-carousel-section .carousel-bottom .carousel-sub h6 {
    font-family: var(--font-inter) !important;
    font-weight: 700;
    font-size: 24px !important;
    color: var(--primary-navy);
    text-align: initial;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 48px;
    margin-bottom: 25px;
}

section.project-carousel-section .project-carousel .owl-item .carousel-sub span {
    height: 105px;
    display: block;
}

section.project-carousel-section .owl-nav {
    display: block !important;
    display: flex !important;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    z-index: -1;
    align-items: unset;
}

section.project-carousel-section .owl-nav button.owl-prev {
    left: -40px;
    top: 50%;
}

section.project-carousel-section .owl-nav button.owl-next {
    right: -40px;
    top: 50%;
}

section.project-quote {
    width: 87%;
    margin: auto;
    padding-top: 20px;
}

section.project-quote blockquote {
    border: none;
    padding: 26px 0;
    border-top: 2px solid #d3f146;
    border-bottom: 2px solid #d3f146;
    margin-top: 40px;
    margin-bottom: 65px;
}

section.project-quote blockquote p {
    font-size: 60px !important;
    font-family: 'Inter' !important;
    font-weight: 550 !important;
    color: #17335A !important;
    line-height: 65px !important;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.single-project .ws-news-testimonials {
    background-color: #1482bd;
    margin-top: 90px;
    margin-bottom: 0;
}

.single-project .ws-news-testimonials .testimonials-carousel-news .owl-stage .owl-item .testimonial-box-news h4 {
    color: #ffffff;
}

.single-project .ws-news-testimonials::before {
    filter: none;
    color: #C8EF01 !important;
}

nav.project-nav {
    text-align: right;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding-bottom: 50px;
}

nav.project-nav a {
    font-size: 24px;
    font-weight: 300;
    padding: 0px 12px;
    border-right: 1px solid #1383be;
    color: #1383be;
    font-family: var(--font-Stack-Headline);
    text-transform: uppercase;
}

nav.project-nav a:hover {
    color: #d3f234;
    border-right: 1px solid #d3f234;
}

nav.project-nav a:last-child {
    border: none;
}

.single-project section.project-start-with-us div#start-with-us {
    padding-top: 65px;
    padding-bottom: 28px !important;
}

/*========================================================================================*/

.safety-cer-row {
    border-top: 1px solid #c8ef02;
    margin-top: 28px;
}

.safety-cer-row .our-history-heading-col {
    padding-top: 40px;
}

.resources-certifications {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 92%;
    gap: 88px;
    margin: auto;
    padding-top: 54px;
    padding-bottom: 44px;
}

.resources-certifications .resource-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resources-certifications .resource-item a.resource-view {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.resources-certifications .resource-item .resource-content {
    width: 100%;
}

.resources-certifications .resource-item a.resource-view .resource-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.resources-certifications .resource-item a.resource-view .resource-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.resources-certifications .resource-item .resource-content a.resource-view {
    display: flex;
    justify-content: flex-start;
}

.resources-certifications .resource-item .resource-content p.certification-number {
    color: #1383be;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 20px;
    margin-bottom: 2px;
    padding-top: 0px !important;
    font-weight: 600 !important;
    font-family: var(--font-Stack-Headline) !important;
}

.resources-certifications .resource-item .resource-content a.resource-view h5 {
    font-weight: 700;
    line-height: 26px !important;
    margin: 0;
}

.latest-projects {
    overflow: hidden;
}

/*==============================================================================================*/

#main-content .container.search-pg {
    width: 87%;
}

#main-content .container.search-pg div#content-area div#left-area {
    width: 100% !important;
    padding-right: 0;
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.container.search-pg::before {
    display: none;
}

#main-content .container.search-pg div#content-area div#left-area article {
    margin-bottom: 0px;
    padding: 15px;
    border: 1px solid #0d4e8a;
    position: relative;
}

#main-content .container.search-pg div#content-area div#left-area article h2.entry-title {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 35px !important;
    margin: 0;
    margin-top: 10px;
    font-family: "Inter", sans-serif !important;
    font-size: 30px !important;
}

#main-content .container.search-pg div#content-area div#left-area article h2.entry-title a {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 35px !important;
    margin: 0;
    margin-top: 10px;
    font-family: "Inter", sans-serif !important;
    font-size: 30px !important;
}

.pagination.clearfix {
    grid-column: span 3;
}

@media (max-width: 767px) {
    .service-mobile .service-tab-content .tab-item .item .meter-span span img {
        object-fit: cover;
    }
}