@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Notch:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');



/* 
Font family
-----------------------------------------------


  font-family: "Roboto Condensed", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Stack Sans Notch", sans-serif;
  font-family: "Stack Sans Text", sans-serif;
  font-family: "Stack Sans Headline", sans-serif;

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

:root {

    /* Primary */
    --primary-black: #000000;
    --primary-navy-dark: #17335a;
    --primary-navy: #0d4e8a;
    --primary-blue: #468fcd;
    --primary-teal: #7ecad2;

    /* Secondary - neutrals */
    --secondary-grey-dark: #81858f;
    --secondary-grey-light: #d5d6d6;
    --secondary-offwhite-1: #f0eeee;
    --secondary-offwhite-2: #f4f5f6;

    /* Secondary - accent + blues */
    --secondary-lime: #c8ef01;
    --secondary-blue-1: #154371;
    --secondary-blue-2: #185da3;
    --secondary-blue-3: #186faf;


    --whitecolor: #FFFFFF;
    --blackcolor: #000000;

    --selection: #d9d9d9;

    --font-inter: "Inter", sans-serif;
    --font-Roboto-Condensed: "Roboto Condensed", sans-serif;
    --font-Roboto: "Roboto", sans-serif;
    --font-Stack-Notch: "Stack Sans Notch", sans-serif;
    --font-Stack-Text: "Stack Sans Text", sans-serif;
    --font-Stack-Headline: "Stack Sans Headline", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: var(--font-Stack-Text);
}

.kis-error {
    color: red;
}

body,
ul,
li,
a {
    font-family: var(--font-Stack-Text);
    font-size: 20px;
    color: var(--greycolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--whitecolor) !important;
}

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 20;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.grecaptcha-badge {
    z-index: 99;
}


/* == SELECTION-CSS ==
===============================================================*/

::-moz-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::selection {
    background: var(--selection);
    color: var(--blackcolor);
}

/* == SELECTION-CSS ==
===============================================================*/


#wpadminbar {
    z-index: 100001999 !important;
}

/* body.admin-bar div#page-container {
    padding-top: 32px !important;
} */

div#page-container {
    margin-top: 0 !important;
}



.container,
.et_pb_row {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
}


/* == TYPOGRAPHY-CSS == 
===============================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 10px;
    padding: 0;
}

h1,
h1 a,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 500;
    font-size: 63px !important;
    color: var(--primary-navy-dark);
    text-align: initial;
    line-height: 52px;
    text-transform: capitalize;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
        font-family: var(--font-Stack-Headline) !important;
    font-weight: 500;
    font-size: 63px !important;
    color: var(--primary-navy-dark);
    text-align: initial;
    line-height: 52px;
    text-transform: uppercase;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
font-family: var(--font-Stack-Headline) !important;
    font-weight: 600 !important;
    font-size: 43px !important;
    color: var(--primary-navy);
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 600;
    font-size: 33px !important;
    color: var(--primary-navy);
    line-height: 35px;
    text-transform: capitalize;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a {
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 600;
    font-size: 27px !important;
    color: var(--primary-navy);
    text-align: initial;
    line-height: 30px;
    text-transform: capitalize;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-Stack-Headline) !important;
    font-weight: 600;
    font-size: 63px !important;
    color: var(--primary-navy);
    text-align: initial;
    line-height: 52px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-align: initial;
    /* font-family: var(--font-Lato); */
}

a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-sky);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: var(--primary-sky);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-decoration: none;
}

p a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-sky);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

p a:hover {
    color: #6685aa;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-decoration: none;
}

.team-popup-content a {
    border-bottom: 2px solid #fff;
}

.team-popup-content .team-popup-inner a:hover {
    color: #6685aa !important;
}

.dark-bg a:hover {
    color: #6685aa !important;
}




div#wpadminbar a {
    text-decoration: none;
}

strong {
    font-weight: 700 !important;
}

span.nav-click {
    font-size: 0;
    position: absolute;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

span.nav-click::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 7px;
    background-image: url(../images/hdr_arrow_dropdn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    left: auto;
    top: 0;
    right: 0;
    transition: 0.4s;
}

.menu-mobile-menu-container ul#menu-mobile-menu>li.menu-item.minus span.nav-click::before {
    rotate: 180deg;
    transition: 0.4s;
}

.sub-menu li span.nav-click {
    top: 14px;
    z-index: 999;
}

blockquote p {
    margin-bottom: 0;

}


blockquote p {
    font-family: var(--font-Stack-Text);
    font-size: 52px !important;
    line-height: 52px !important;
    font-weight: 700;
    color: var(--primary-navy) !important;
}



p, 
p span {
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 18px !important;
    color: #252525;
    line-height: 29px;
    padding: 0px;
    margin-bottom: 10px;
}

.entry-content ul,
.team-popup-right ul,
.expertise-outer-section ul {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0;
    padding-left: 28px !important;
}

.popup-member-outer .popup-inner-blog .popup-right ul {
    margin-bottom: 0px;
    margin-top: 28px;
    padding: 0;
    padding-left: 9px !important;
}

.entry-content ul li,
.team-popup-right ul li,
.expertise-outer-section ul li {
    line-height: 27px !important;
    padding-left: 30px;
    padding-bottom: 7px;
    position: relative;
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 18px;
    color: #232323;
}

.popup-member-outer .popup-inner-blog .popup-right ul li {
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary-charcoal);
    line-height: 27px !important;
    padding-left: 42px;
    padding-bottom: 24px;
    position: relative;
}

.entry-content ul li::before,
.expertise-outer-section 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;
}

.popup-member-outer .popup-inner-blog .popup-right ul li::before {
    position: absolute;
    content: "";
    background: url(../images/checkmark.svg);
    width: 23px;
    height: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    top: 5px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(686%) hue-rotate(168deg) brightness(93%) contrast(90%);
}

.team-popup-right ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--whitecolor);
    left: 1px;
    top: 11px;
    border-radius: 100px;
}

.entry-content ol {
    padding-left: 55px !important;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 0;
}

ol {
    padding-left: 60px;
}

.popup-full ol {
    padding-left: 55px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 0;
}

.entry-content ol li,
ol li {
    font-weight: 400;
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    line-height: 27px !important;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: decimal !important;
}


.popup-inner ul li {
    font-size: 18px;
    color: var(--whitecolor) !important;
    line-height: 27px !important;
    padding-left: 11px;
    padding-bottom: 10px;
    position: relative;
}

.popup-inner ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--whitecolor);
    left: 1px;
    top: 11px;
    border-radius: 100px;
}

.callout-1 blockquote p,
.callout-1 blockquote {
    font-family: var(--font-Stack-Text);
    font-size: 52px !important;
    line-height: 52px !important;
    font-weight: 700;
    color: var(--primary-navy) !important;
}

.callout-2 blockquote p,
.callout-1 blockquote {
    font-family: var(--font-Stack-Text);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500;
    color: var(--primary-sky) !important;
}

.callout-3 blockquote p,
.callout-1 blockquote {
    font-family: var(--font-Stack-Text);
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700;
    color: var(--primary-navy) !important;
    font-style: italic;
}

blockquote {
    padding-left: 0;
    border: none;
}



/* == TYPOGRAPHY-CSS == 
===============================================================*/


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

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

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

.grey-bg-section a.arrow-button {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    font-family: var(--font-Reddit);
    font-size: 18px;
    font-weight: 700 !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    transition: 0.5s ease !important;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.grey-bg-section a.read-more-toggle {
    text-decoration: underline !important;
    color: var(--whitecolor) !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.grey-bg-section a {
    text-decoration: underline !important;
    color: var(--whitecolor) !important;
}


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






/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/

::placeholder {
    font-family: var(--font-Stack-Text);
    color: var(--primary-tan) !important;
    text-transform: none;
    font-size: 17px !important;
    font-weight: 400;
}

input {
    width: 100%;
    border: 1px solid var(--secondary-blue) !important;
    display: block;
    color: #4f5b71 !important;
    font-family: var(--font-Stack-Text);
    border-radius: 0 !important;
    padding: 15px 13px !important;
    font-size: 18px;
}

.get-free-section .get-free-clmn-three form input {
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    display: block;
    font-family: var(--font-Stack-Text);
    color: var(--blackcolor) !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    height: 120px;
    resize: none;
    width: 100%;
    border: 1px solid var(--secondary-blue) !important;
    display: block;
    color: var(--secondary-charcoal) !important;
    font-family: var(--font-Stack-Text);
    border-radius: 0 !important;
    padding: 17px 13px !important;
    font-size: 18px;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid {
    border: none;
    border: 1px solid #fa3040 !important;
    display: block;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: #fa3040;
    border: 2px solid #fa3040 !important;
    width: 97%;
    font-weight: 600;
    margin: 20px 10px 10px !important;
    padding: 4px !important;
    font-size: 12px;
    text-transform: none;
    line-height: 19px;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #41ce41;
    border: 2px solid #41ce41 !important;
    width: 96%;
    font-weight: 450;
    margin: 20px 10px 10px !important;
    padding: 4px !important;
    font-size: 12px;
    text-transform: none;
    line-height: 19px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.get-free-section .get-free-clmn-three form .wpcf7-response-output {
    margin: 0px auto 20px !important;
}

/* wpcf7 form wpcf7-response-output 
===============================================================*/




/* SCROLL_TO_TOP_CSS_START ==
===============================================================*/

.et_pb_scroll_top.et-pb-icon {
    background: transparent;
    border: 0px;
    transition: 0.5s ease;
    width: 61px;
    height: 61px;
    overflow: hidden;
    right: 20px;
    font-size: 55px;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 9999;
}

/* .et_pb_scroll_top.et-pb-icon:hover {
    background: var(--whitecolor);
    border-radius: 0;
    border: 1px solid var(--greycolor);
    transition: 0.5s ease;
} */


/* .et_pb_scroll_top.et-pb-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/top_scroll.svg);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    opacity: 1;
} */
.et_pb_scroll_top.et-pb-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/ftr_arrow_up.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    opacity: 1;
}

/* .et_pb_scroll_top.et-pb-icon:hover::before {
    bottom: 0px;
    transition: 0.5s ease;
    opacity: 1;
}

.et_pb_scroll_top.et-pb-icon:hover::after {
    left: -52px;
    transition: 0.5s ease;
    opacity: 0;
} */

/* SCROLL_TO_TOP_CSS_END
===============================================================*/






/* ERROR PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.page_not_found_sec .page_not_found_row .page-not-clmn {
    text-align: center;
}

.page_not_found_sec .page_not_found_row .page-not-clmn .et_pb_text_inner {
    text-align: center;
}

.page_not_found_sec .page_not_found_row .page-not-clmn .et_pb_text_inner h1 {
    text-align: center;
    padding-bottom: 30px;
    font-family: var(--font-Reddit) !important;
}

.et_pb_row.page_not_found_row {
    padding: 30px 80px !important;
}

/* ERROR PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */








/* THANK PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.tq-txt-inner .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tq-title-heading h1 {
    margin-top: 0;
}

.tq-txt-inner h1,
.tq-txt-inner p {
    text-align: center !important;
}

.tq-txt-inner h1 {
    font-family: var(--font-Reddit) !important;
    padding-bottom: 30px;
}

.thanku-txt-sec .et_pb_row {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* THANK PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */




/* BUTTON CSS :::::::::::::::::::::::::::::: */




.curve-common-btn {
    font-size: 17px;
    border: 0 !important;
    text-decoration: none !important;
    color: var(--whitecolor) !important;
    background: var(--primary-sky) !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0 !important;
    padding: 15px 54px 15px 54px !important;
    border-radius: 100px !important;
    letter-spacing: 1px;
}

.curve-common-btn::after {
    display: none;
}

.curve-common-btn:hover {
    border: 0 !important;
    background: var(--primary-navy) !important;
    color: var(--whitecolor) !important;
}


/* BTN CSS CODE :::::::::::::::::::::::::::::::::::::::::: */












/* HEADER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */

header#main-header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}








/* socali media :::::::::::::::::::::::::::::::::::::::::: */

ul.et-social-icons {
    display: flex !important;
    column-gap: 11px;
}

ul.et-social-icons li.et-social-icon a {
    width: 19px;
    height: 19px;
}


ul.et-social-icons li.et-social-icon a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

footer ul.et-social-icons li.et-social-icon a:hover::after {
    filter: brightness(0) saturate(100%) invert(47%) sepia(63%) saturate(472%) hue-rotate(166deg) brightness(98%) contrast(89%);
}


ul.et-social-icons li.et-social-icon.et-social-facebook a::after {
    background: url(../images/ftr_Facebook.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-icon.et-social-rss a::after {
    background: url(../images/ftr_LInkedIn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-instagram a::after {
    background: url(../images/insta.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-rss a::after {
    background: url(../images/you-tube.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-icon.et-social-twitter a::after {
    background: url(../images/hdr_LinkedIn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-icon a::before {
    opacity: 0;
    display: none;
}


/* mobile menu  :::::::::::::::::::::::::::::::::::: */



/* HEADER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */





header.et-fixed-header {
    background: white !important;
}


/* -------------------- */
/* TOP HEADER STYLING   */
/* -------------------- */
#top-header {
    background-color: var(--primary-blue);
    /* dark navy blue */
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    padding: 6px 0 6px 0;
}

#top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0 !important;
    max-width: 96.5%;
}


/* SERVICES LINK */
div#top-header .services-widget-area a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    position: relative;
    border: 0;
    padding: 5px 0 5px 28px;
    font-size: 14px !important;
}

div#top-header .services-widget-area a:hover {
    background-color: transparent;
}

div#top-header .services-widget-area a::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background: url(../images/hdr_clock_1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


div#top-header div#et-info {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    padding-bottom: 0;
}

.com-customer-ser {
    display: flex;
    gap: 65px;
    align-items: center;
}

div#top-header {
    background: black;
}

header#main-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

header img#logo {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    min-height: 100% !important;
}


header span.logo_helper {
    display: none;
}

header .logo_container {
    width: 200px !important;
    position: relative !important;
    height: 67px !important;
    max-width: 100% !important;
}



.top-header-second-sight .tot-sol-cont p {
    color: white;
    font-size: 12px;
    font-family: var(--font-Stack-Headline) !important;
    margin-bottom: 0 !important;
    line-height: 19px;
}

.top-header-second-sight .tot-sol-cont p {
    font-size: 12px;
    color: white;
}

.customer-service-block strong {
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    color: white;
}

.customer-service-block a.cs-phone:hover {
    color: var(--primary-blue) !important;
}

.customer-service-block span.cs-phone-text {
    font-size: 16px;
    font-weight: 500;
}

a.cs-email span.cs-icon.cs-mail:hover {
    filter: brightness(0) saturate(100%) invert(47%) sepia(63%) saturate(472%) hue-rotate(166deg) brightness(98%) contrast(89%);
}

.customer-service-block {
    display: flex;
    gap: 10px;
    margin-right: 27px;
}

a.cs-email span.cs-icon.cs-mail {
    font-size: 0;
    width: 20px;
    height: 14px;
    display: block;
    background: url(../images/mail.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

header .desktop-nav .container {
    display: flex;
    justify-content: space-between;
    max-width: 92%;
    align-items: center;
    padding-left: 35px;
}

header .desktop-nav div#et-top-navigation {
    padding: 0 !important;
    display: flex;
    align-items: center;

}

header .desktop-nav .container::after {
    display: none;
}

header ul#top-menu li.menu-item a {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;

}

div#top-header li {
    margin: 0 !important;
    height: fit-content;
}

div#top-header li a.icon {
    font-size: 0;
    height: 15px;
    width: 15px;
}

.wbenc-and-search {
    display: flex;
    align-items: center;
    gap: 84px;
}

header .wbenc-widget-area {
    width: 78px;
    height: 43px;
}

header ul#top-menu>li.menu-item {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 15px;
}

header ul#top-menu {
    display: flex;
    gap: 21px;
    ;
}

header .et-social-icons li.et-social-icon a::before {
    display: none !important;
}

div#top-header a.pay-my-bill {
    font-size: 13px;
}

div#top-header a.pay-my-bill:hover {
    color: #1383BE !important;
}

.com-customer-ser ul.et-social-icons {
    gap: 20px;
}

ul.et-social-icons li.et-social-icon a:hover::after {
    filter: brightness(0) saturate(100%) invert(47%) sepia(63%) saturate(472%) hue-rotate(166deg) brightness(98%) contrast(89%);
}

span#et_search_icon:hover::before {
    filter: brightness(0) saturate(100%) invert(94%) sepia(80%) saturate(6416%) hue-rotate(17deg) brightness(106%) contrast(104%);
}

.search-outer img.search-click {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: 0.2s ease;
    cursor: pointer;

}

.search-outer img.search-click:hover {
    filter: brightness(0) saturate(100%) invert(75%) sepia(82%) saturate(1205%) hue-rotate(19deg) brightness(106%) contrast(101%);
    transition: 0.2s ease;
}


.search-outer {
    margin: 0 !important;
    width: 20px;
    height: 20px;
}










/* header ul#top-menu li.menu-item>a {
    padding-bottom: 20px;
} */

header ul#top-menu li.menu-item>a:hover {
    color: var(--secondary-blue-2);
}

header ul#top-menu li.menu-item.current-menu-item>a {
    color: var(--secondary-blue-2);
}

header ul#top-menu li.menu-item.current_page_parent>a {
    color: var(--secondary-blue-2);
}

header ul#top-menu li ul.sub-menu li.current-menu-item {
    font-style: italic;
}

header ul#top-menu li.menu-item.current_page_ancestors>a {
    color: var(--secondary-blue-2);
}

header ul#top-menu li ul.sub-menu {
    border: 0;
    width: 265px;
    padding-bottom: 4px;
    top: 93px;
    padding-top: 8px;
    left: -80px;
}

header ul#top-menu li ul.sub-menu li a {
    line-height: 20px;
    width: fit-content;
    background: transparent !important;
    opacity: 1;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 4px;
}

header ul#top-menu li ul.sub-menu li a:hover {
    font-style: italic;
}

header ul#top-menu li ul.sub-menu li {
    width: 100% !important;
    padding-bottom: 11px;
    padding-left: 40px !important;
}

nav#top-menu-nav {
    margin-top: 0px;
}

/* header ul#top-menu>li.menu-item-has-children>a {
    padding-right: 17px;
} */




.search-popup.active {
    display: flex;
}

.search-popup {
    width: 100% !important;
    height: 59%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    background: var(--whitecolor);
    display: none;
    box-shadow: rgb(0 0 0 / 40%) 0px 5px 15px;
}


.search-popup .popup-content {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 55% !important;
    margin: 0 auto;
    padding-top: 171px;
}


.search-popup .popup-content button#close-popup {
    position: absolute;
    top: 62px;
    right: 50%;
    transform: translateX(-50%);
    border: none;
    cursor: pointer;
    font-size: 0;
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.popup-content form.search-form input#search-popup-input {
    border-bottom: 2px solid #1383BE !important;
    font-size: 16px !important;
    font-family: var(--font-Stack-Headline);
    width: 100% !important;
    font-weight: 500;
    color: #1383BE !important;
    padding: 6px 14px !important;
    height: fit-content;
}

.popup-content form.search-form input#search-popup-input::placeholder {
    color: var(--blackcolor) !important;
    font-family: var(--font-Stack-Text);
    font-size: 16px !important;
    font-style: italic;
    font-weight: 500;
}

.popup-content form.search-form {
    width: 100% !important;
    position: relative;
    height: fit-content;
}


.popup-content button.search-submit {
    width: 18px;
    height: 18px;
    background: url(../images/hdr_search.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    bottom: 12px;
    position: absolute;
    right: 3px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(80%) saturate(816%) hue-rotate(166deg) brightness(90%) contrast(93%);
    cursor: pointer;
}

.popup-content button.search-submit:hover {
    filter: brightness(0) saturate(100%) invert(79%) sepia(59%) saturate(876%) hue-rotate(16deg) brightness(102%) contrast(102%);
}








/* FOOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */



.foo-first-row img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    min-height: 100% !important;
}

.foo-first-row a {
    width: 100%;
    height: 100%;
    display: block;
}

.foo-first-row .footer-logo-oly {
    height: 140.8px;
    width: 329px;
}

footer#main-footer {
    background: var(--primary-black);
}

.title-address-foo {
    display: flex;
    padding: 72px 93px 95px 93px;
}

.foo-first-row {
    width: 49.5%;
}

.foo-second-row {
    width: 41%;
    margin-top: 28px;
}


.foo-third-row {
    margin-top: 21px;
}

.foo-third-row div#et-footer-nav ul.bottom-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 7px;
}

.footer-menu div#et-footer-nav {
    background: transparent;
}

.foo-third-row div#et-footer-nav ul.bottom-nav li {
    padding: 0;
}

.foo-third-row div#et-footer-nav ul.bottom-nav li a {
    color: var(--whitecolor);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.foo-third-row div#et-footer-nav ul.bottom-nav li a:hover {
    color: #1383BE;
    font-weight: 400;
}

.foo-pay-bill {
    margin-top: 9px;
    margin-left: 4px;
}

.foo-pay-bill a.footer-resource {
    text-transform: uppercase;
    font-size: 14px;
    color: #7ECAD2 !important;
    display: none;
}

.wbenc-widget-area .wbenc-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wbenc-widget-area .wbenc-container a {
    display: block;
}

.wbenc-widget-area {
    width: 105px;
    height: 58px;
}

a.foo-contact-us {
    color: white;
    border: 1px solid white;
    padding: 5px 31px 5px 31px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    transition: 0.2s;
    letter-spacing: 1px;
}

a.foo-contact-us:hover {
    color: var(--secondary-lime);
    border: 1px solid var(--secondary-lime);
    transition: 0.2s;
}

.contact-wbenc-outer-div {
    display: flex;
    align-items: center;
    gap: 88px;
}



footer .footer-logo .logo_container {
    position: relative;
    width: 300px;
    height: 300px;
}

footer .foo-first-row .logo_container a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo span.logo_helper {
    display: none;
}

footer .foo-first-row .logo_container img#logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100% !important;
}


.tot-sol-cont p {
    color: #1383BE;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    margin-bottom: 11px !important;
    font-weight: 500;
    line-height: 17px !important;
    font-size: 14px;
}

.foo-second-row-col-1 h5.corporate-tit {
    color: #1383BE;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px;
    font-family: var(--font-Stack-Headline) !important;
    margin-bottom: 21px;
    font-weight: 700;
}

.com-outer-total-sol {
    max-width: 520px;
    margin-top: 45px;
}

.footer-logo-add-outer {
    display: table;
    width: 100% !important;
    max-width: 100% !important;
}

.footer-logo-add-outer div#et-info {
    width: 100% !important;
}

.footer-main-row-two {
    display: block;
    background: white !important;
}

.tot-sol-desc p {
    color: var(--whitecolor);
    font-weight: 300;
    font-size: 14px !important;
    line-height: 27px;
}

.foo-second-row-col-1 a {
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
    padding-left: 39px;
    display: block;
    position: relative;
    margin-bottom: 23px;
    font-family: var(--font-Stack-Headline);
    text-align: left !important;
}

.foo-second-row-col-1 a span {
    font-family: var(--font-Stack-Headline);
    text-transform: uppercase;
}

.foo-second-row-col-1 a::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: -2px;
    transform: translate(0px, -50%);
}

.foo-second-row-col-1 a:hover::before {
    filter: brightness(0) saturate(100%) invert(49%) sepia(85%) saturate(319%) hue-rotate(165deg) brightness(90%) contrast(100%);
}

.footer-address-widget a::before {
    background: url(../images/pin.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-add-phn-no a::before {
    background: url(../images/phone.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-email-cont a::before {
    background: url(../images/mail.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



div#footer-bottom .container {
    max-width: 100% !important;
    width: 100% !important;
    display: table;
}


.footer-copyright-widget p {
    color: white !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
    text-align: left;
}

.footer-copyright-widget p a {
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
}

.foo-copyright-outer {
    padding-left: 93px;
}

.current-year:before {
    display: none;
}

div#footer-info {
    display: flex;
    text-transform: uppercase;
    color: var(--secondary-grey-dark);
    font-size: 12px;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
}

div#footer-bottom .container .current-year {
    display: flex;
    text-transform: uppercase;
    color: var(--secondary-grey-dark);
    font-size: 12px;
    white-space: nowrap;
    gap: 5px;
}

.designed-hostes a {
    color: var(--secondary-grey-dark) !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.pay-bill-container a.pay-my-bill {
    text-transform: uppercase;
    font-size: 14px;
    color: #7ECAD2 !important;
}

.pay-bill-container a.pay-my-bill:hover {
    color: var(--primary-navy) !important;
}

div#footer-bottom {
    background: transparent;
    padding: 10px 94px 5px 94px;
}

footer ul.et-social-icons {
    float: none;
    gap: 23px;
    margin-top: 30px;
    margin-bottom: 29px;
}

footer ul.et-social-icons li.et-social-icon {
    margin-left: 0;
}


/* FOOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */



/* ABOUT-US CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */


.common-banner-outer {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.banner-row {
    max-width: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}


.common-banner span.et_pb_image_wrap {
    position: relative !important;
    padding-bottom: 31%;
    display: block !important;
    height: 0;
}

.common-banner span.et_pb_image_wrap img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}


.banner-bottom-text .et_pb_row {
    padding-top: 10px;
}

.banner-bottom-text .et_pb_text_inner p {
    text-align: center;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 15px;
    color: #252525 !important;
    font-family: var(--font-Stack-Headline) !important;
}

.banner-bottom-text {
    padding-top: 15px !important;
}

.banner-bottom-text .et_pb_text_inner p strong {
    color: var(--primary-teal) !important;
    display: inline-block;
    padding: 0 3px;
}






.line-heading {
    max-width: 87%;
}

.line-heading-text h1 {
    position: relative;
    padding-left: 120px;
    font-weight: 500;
    text-transform: capitalize;
}

.line-heading-text h1:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: var(--primary-blue);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.line-heading-text h6 {
    position: relative;
    padding-left: 120px;
    font-weight: 500;
    color: var(--primary-navy-dark);
    text-transform: capitalize;
}

.line-heading-text h6:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1.5px;
    background: var(--primary-blue);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}




.about-left-right-conten-row {
    max-width: 87%;
    display: flex;
    justify-content: space-between;
    padding-top: 37px !important;
}

.about-left-content h4 {
    color: black;
    font-size: 32px !important;
    font-family: var(--font-Stack-Headline) !important;
    margin-top: 6px;
    text-transform: none;
    font-weight: 700;
}


.about-para-bottom-row {
    max-width: 87%;
}


.about-left-content h3 {
    margin-top: 0 !important;
    font-family: var(--font-Stack-Headline) !important;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.about-left-content {
    padding-top: 5px;
}

.about-left-right-conten-row::after {
    display: none;
}

.about-left-content {
    width: 42% !important;
}

.about-right-content {
    width: 50% !important;
}

.about-para-bottom-row {
    display: flex;
    padding-top: 5px !important;
}

.aboutus-content-outer {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.aboutus-content-outer .line-heading {
    padding-top: 0 !important;
}

.what-we-do-outer {
    padding-top: 50px;
}








.owned-business-outer {
    padding-bottom: 65px !important;
    padding-top: 5px !important;
}

.owned-business-row-inner {
    display: flex;
    max-width: 100% !important;
    margin-right: 0 !important;
}

.owned-business-left-content .line-heading-text.line-heading {
    max-width: 100%;
}

.owned-business-left-content {
    background: var(--secondary-offwhite-1);
    padding: 20px 106px 20px 98px;
    width: 78% !important;
    margin-right: 0 !important;
}

.owned-business-right-img .ob-cerfi-img {
    width: 175px;
    margin: 41px auto 51px auto !important;
}

.owned-business-right-img .ob-cerfi-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owned-business-right-img {
    width: 34% !important;
    ;

}

.owned-business-middle-img {
    margin-bottom: 0 !important;
}

.owned-business-middle-img span.et_pb_image_wrap {
    position: relative !important;
    padding-bottom: 135%;
    display: block !important;
    width: 100%;
}

.owned-business-middle-img span.et_pb_image_wrap img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}


.owned-business-content p {
    margin-bottom: 31px !important;
}




.common-rect-btn {
    display: inline-block;
    /* background: #4A97D2; */
    color: var(--whitecolor);
    padding: 18px 30px 16px 30px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: 'Roboto Condensed';
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
}

.common-rect-btn:hover {
    color: var(--whitecolor) !important;
    padding: 18px 30px 16px 30px !important;
    background: transparent !important;
}

.common-rect-btn::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
    /* background: url(../images/btn-arrow.svg) !important; */
    background: url(../images/rect-btn.svg) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    z-index: -1;
}

/* body .common-rect-btn::after {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    opacity: 1 !important;
    z-index: 0;
    top: 0;
    border-top: 59px solid #4A97D2;
    border-right: 47px solid #d2068800;
    border-bottom: 0 solid #4A97D2;
    border-left: 0px solid #4A97D2;
    z-index: -1;
} */

.common-rect-btn::after {
    display: none !important;
}

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



.square-btn {
    width: 168px;
    height: 168px;
    display: flex !important;
    text-align: center;
    align-content: center;
    color: #ffff !important;
    z-index: 9;
    position: relative;
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    font-family: 'Roboto Condensed';
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    transition: none !important;
}

.square-btn:hover {
    width: 168px;
    height: 168px;
    display: flex !important;
    text-align: center;
    align-content: center;
    color: #ffff !important;
    z-index: 9;
    position: relative;
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.square-btn::after {
    display: none !important;
}

.square-btn::before {
    position: absolute !important;
    content: "" !important;
    width: 100%;
    height: 100%;
    background: url(../images/Graphic_1.svg);
    background-repeat: no-repeat;
    cursor: pointer !important;
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    z-index: -1 !important;
    opacity: 1 !important;
    margin: 0 !important;
    transition: none !important;
}

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





.our-history-outer-sec {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

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

.our-history-row-two-carso {
    max-width: 81% !important;
    display: flex;
    justify-content: space-between;
}

.our-history-row-two-carso::after {
    display: none;
}

.our-history-carso-right {
    width: 19% !important;
    margin-top: 50px !important;
}

.our-history-carso-left {
    width: 70% !important;
}

.our-history-years-exp-text h3 {
    font-family: 'Roboto Condensed' !important;
    font-weight: 700;
}



.history-item h3.history-year {
    font-family: 'Roboto Condensed' !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.history-item {
    padding: 20px;
    position: relative;
}

.history-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--secondary-lime);
    height: 90%;
    width: 5px;
}

.owl-carousel .owl-stage-outer .owl-item:nth-child(odd) {
    margin-top: 80px;
}

.history-content {
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    line-height: 29px;
    padding: 0px;
    margin-bottom: 10px;
}


.owl-nav {
    display: flex;
    justify-content: center;
    gap: 57px;
    margin-top: 5px;
}

.owl-nav button span {
    font-size: 0;
}

.owl-nav button {
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: relative;
}


.owl-nav button.owl-prev {
    width: 21px;
    height: 21px;

}

.owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/arrow_lg_lt_lm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(24%) sepia(43%) saturate(963%) hue-rotate(170deg) brightness(88%) contrast(99%);
}

.owl-nav button.owl-next {
    width: 21px;
    height: 21px;
    display: block;
}

.owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/arrow_lg_rt_lm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
    width: 100%;
    height: 100%;
    /* filter: brightness(0) saturate(100%) invert(24%) sepia(43%) saturate(963%) hue-rotate(170deg) brightness(88%) contrast(99%); */
}


.our-history-heading-col h6 {
    color: var(--primary-navy-dark);
}

.owned-business-left-content h6 {
    color: var(--primary-navy-dark);
}

/* Global resets for this component */


.ge-partnership-outer {
    position: relative;
    padding-top: 61px !important;
    padding-bottom: 5px !important;
}

.ge-partnership-outer::before {
    position: absolute;
    content: "";
    right: 50%;
    top: 0;
    height: 2px;
    width: 90%;
    background-color: var(--secondary-lime);
    transform: translateX(50%);
}

.ge-partnership-inner {
    display: flex;
    justify-content: space-between;
    max-width: 87% !important;
}

.ge-partnership-inner::after {
    display: none;
}

/* .ge-partnership-left,
.ge-partnership-right {
    flex: 1 1 45%;
    min-width: 300px;
} */


.ge-part-left-img {
    width: 100%;
    margin-bottom: 0 !important;
}

.ge-part-left-img span.et_pb_image_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 97.25%;
}

.ge-part-left-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ge-partnership-left {
    width: 41% !important;
    display: flex;
    position: relative;
    padding-top: 167px;
    margin-right: 55px !important;
}

.ge-partnership-right {
    width: 55% !important;
}

.grid-solution-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;

}

.grid-solution-image {
    width: 167px !important;
    height: 167px !important;
    object-fit: contain;
    position: absolute;
    right: 84px;
    top: 0;
    transform: translateX(-50%);
    background-color: #F4F5F6;
    padding: 20px;
}





.with-us-outer {
    padding-bottom: 58px !important;
    overflow: hidden;
}


.with-us-outer .with-us-row {
    max-width: 87% !important;
    background: var(--primary-navy-dark);
    text-align: center;
    padding: 0 !important;
    position: relative;
    display: flex;
}

.with-us-outer .with-us-row::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: url(../images/right-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 355px;
    width: 214px;
    visibility: visible;
}

.with-us-outer .with-us-row::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/left-vector.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 355px;
    width: 214px;
    transform: flipX(180deg);
}

.with-us-col h4 {
    text-align: center;
    font-size: 32px !important;
    text-transform: uppercase;
    margin-bottom: 4px !important;
}

.with-us-col p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.with-us-outer :where(h1, h2, h3, h4, h5, h6, a, span, p, strong) {
    color: var(--whitecolor) !important;
}

.with-us-col {
    text-align: center;
    padding: 84px 20px 79px 20px;
    position: relative;
    overflow: hidden;
}

.with-us-col::before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    background: url(../images/side-part.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 69px;
    width: 69px;
}

.with-us-col::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    background: url(../images/side-part-r.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 69px;
    width: 69px;
    transform: flipX(180deg);
}



a.normal-btn {
    border: 1px solid white;
    font-size: 14px !important;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    padding: 7px 48px 7px 48px !important;
    border-radius: 0 !important;
    line-height: 17px !important;
    letter-spacing: 1px;
}

a.normal-btn:hover {
    border: 1px solid white !important;
    font-size: 14px !important;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.5px;
    padding: 7px 48px 7px 48px !important;
    border-radius: 0 !important;
    line-height: 17px !important;
    background-color: transparent !important;
    letter-spacing: 1px;
}

a.normal-btn::after {
    display: none;
}


.with-us-heading {
    margin-bottom: 57px !important;
}


.inters-in-work-outer {
    background: var(--secondary-blue-2);
    position: relative;
    padding-top: 43px !important;
    padding-bottom: 44px !important;
}

.inters-in-work-outer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/pattern.svg);
    background-position: center;
    background-position: top;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;

}

.inters-in-work-outer::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: url(../images/inters-in-work-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.inters-in-work-outer :where(h1, h2, h3, h4, h5, h6, a, span, p, strong) {
    color: var(--whitecolor) !important;
}

.inters-in-work-col-two {
    padding-top: 50px;
}

.inters-in-work-row-one {
    max-width: 78% !important;
    display: flex;
    justify-content: space-between;
}

.inters-in-work-row-one::after {
    display: none;
}

.inters-in-work-col-two {
    width: 20% !important;
}

.inters-in-work-col-one {
    width: 70% !important;
}

.inters-in-work-heading h3 {
    margin-bottom: 0px;
}





.what-we-do-row {
    max-width: 100% !important;
}


.what-we-do-row {
    max-width: 100% !important;
    padding-bottom: 30% !important;
    position: relative;
}

.what-we-do-column {
    padding: 0px 93px;
}

.underline-heading h3 {
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px !important;
}

.underline-heading h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #1383be;
}


/* ABOUT-US CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */




/* SERVICE PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */


.abt-service-grid-com-row {
    max-width: 1171px !important;
    padding-top: 20px !important;
}

.abt-service-grid-com-row .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.abt-service-grid-com-row .service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 30px;
}

.abt-service-grid-com-row .service-box:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}


.abt-service-grid-com-row .service-img {
    position: relative !important;
    /* padding-bottom: 104%; */
    display: block;
    height: 50%;
    width: 100%;
    height: 400px;
}

.abt-service-grid-com-row .service-img img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

/* icon */
.abt-service-grid-com-row .service-icon {
    margin-bottom: 18px;
}

.abt-service-grid-com-row .service-icon img {
    width: 93px;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.abt-service-grid-com-row .service-content h3 {
    text-transform: capitalize;
}

.abt-service-grid-com-row .service-content h3 {
    font-size: 30px !important;
    line-height: 36px;
    font-weight: 700;
    color: #0D4E8A;
    margin: 40px 0 12px 0;
}

.abt-service-grid-com-row .service-content p {
    font-size: 15px;
    line-height: 21px;
    color: black;
    margin: 0 0 35px 0;
    text-align: left;
}

/* link */
.abt-service-grid-com-row .service-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #468FCD;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px !important;
    position: relative;
    transition: 0.2s;
    font-family: var(--font-Stack-Headline) !important;
    letter-spacing: 1px;
}

.abt-service-grid-com-row .service-link:hover {
    color: var(--secondary-lime);
    transition: 0.2s;
}

.abt-service-grid-com-row .service-link::after {
    position: absolute !important;
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    opacity: 1;
    background: url(../images/arrow_right_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    transition: 0.2s;
    top: 6px;
}

.abt-service-grid-com-row .service-link:hover::after {
    filter: brightness(0) saturate(100%) invert(87%) sepia(89%) saturate(2304%) hue-rotate(19deg) brightness(111%) contrast(105%);
    transition: 0.2s;
}

.abt-service-grid-com-row .service-content {
    padding: 67px 20px 20px 20px;
    height: 400px;
    width: 100%;
    border-bottom: 5px solid #D6ED3E;
    border-top: 1px solid var(--secondary-grey-light);
    margin-top: 0px;
    border-left: 1px solid var(--secondary-grey-light);
    border-right: 1px solid var(--secondary-grey-light);
}

.abt-service-grid-com-row .services-grid-mobile {
    display: none;
}






.inters-in-work-outer {
    background: var(--secondary-blue-2);
    position: relative;
    padding-top: 43px !important;
    padding-bottom: 44px !important;
}

.inters-in-work-outer :where(h1, h2, h3, h4, h5, h6, a, span, p, strong) {
    color: var(--whitecolor) !important;
}




.service-pg-intro-sec-outer {
    padding-top: 0 !important;
    padding-bottom: 2px !important;
}

.line-heading.service-pg-intro-row {
    padding-top: 0 !important;
}

.line-heading.service-pg-intro-row h1 {
    margin-top: 23px;
}

.abt-service-grid-com-outer {
    padding-top: 0 !important;
    padding-bottom: 22px !important;
}





.outer-ser-form-sec {
    background: var(--secondary-blue-2);
    position: relative;
    padding-top: 43px !important;
    padding-bottom: 44px !important;
    margin-bottom: 19px;
}

.outer-ser-form-row {
    max-width: 78% !important;
    display: flex;
    justify-content: space-between;
}

.outer-ser-form-sec :where(h1, h2, h3, h4, h5, h6, a, span, p, strong) {
    color: var(--whitecolor) !important;
}

.to-be-discuess-mod h6 {
    text-align: center;
    margin-top: 92px;
}


.outer-ser-form-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/pattern.svg);
    background-position: center;
    background-position: top;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    background-repeat: repeat-x;
}




/* SERVICE PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */





/* TECHNICAL-SERVICE PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */



.wireless-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 108px;
}

.wireless-service-image a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


.wireless-service-image a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    position: relative;
}

.wireless-service-image a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

.wireless-service-category {
    font-size: 14px;
    color: #468FCD;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    font-weight: 700;
    margin-top: 20px;
}

h3.wireless-service-title a,
h3.wireless-service-title {
    display: inline-block;
    font-size: 30px !important;
    color: #0D4E8A;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 5px;
    line-height: 32px;
}

h3.wireless-service-title a {
    position: relative;
    padding-bottom: 20px;
}

h3.wireless-service-title a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #468FCD;
    height: 1px;
    width: 100px;
}

.wireless-code-row {
    max-width: 87% !important;
    width: 100% !important;
    padding-top: 51px !important;
}

.wireless-service-description {
    font-family: var(--font-Stack-Text);
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    line-height: 21px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 36px;
}


.wireless-service-description ul {
    padding-left: 0 !important;
    margin-top: 10px !important;
    padding-bottom: 18px !important;
}

.wireless-service-description ul li {
    line-height: 21px !important;
    margin-bottom: 10px;
}

.wireless-service-description ul li::before {
    top: 5px;
}

.wireless-service-link a.learn-more-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #468FCD;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px !important;
    position: relative;
    transition: 0.2s;
    font-family: var(--font-Stack-Headline) !important;
    letter-spacing: 1px;
}

.wireless-service-link a.learn-more-btn:hover {
    color: var(--secondary-lime);
    transition: 0.2s;
}

.wireless-service-link a.learn-more-btn::after {
    position: absolute !important;
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    opacity: 1;
    background: url(../images/arrow_right_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    transition: 0.2s;
    top: 6px;
}

.wireless-service-link a.learn-more-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(87%) sepia(89%) saturate(2304%) hue-rotate(19deg) brightness(111%) contrast(105%);
    transition: 0.2s;
}

.wireless-service-image {
    position: relative;
    padding-top: 23px;
}

.wireless-service-image::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    background: #1383BE;
    height: 23px;
    width: 70%;
    transform: translateX(-50%);
}


.admin-bar span.select2-dropdown.select2-dropdown--below {
    top: 30px;
}

.admin-bar span.select2-dropdown.select2-dropdown--above {
    top: 31px !important;
}


.wireless-code-row .normal-btn {
    border: 1px solid #186FAF !important;
    color: #186FAF !important;
    padding: 5px 20px 5px 20px !important;
}

.wireless-code-row .normal-btn:hover {
    border: 1px solid #186FAF !important;
    color: #186FAF !important;
    padding: 5px 20px 5px 20px !important;
}

.wireless-code-row .et_pb_button_module_wrapper {
    text-align: center;
    margin-top: 58px;
}

body .our-history-outer-sec.wireless-data-ser-sec {
    padding-bottom: 29px !important;
    position: relative;
    padding-top: 70px !important;
}

.our-history-outer-sec.wireless-data-ser-sec::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: var(--secondary-lime);
    height: 1px;
    width: 94%;
    transform: translateX(-50%);
}

/* TECHNICAL-SERVICE PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */

.resource-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.resource-card-one {
    display: flex;
    gap: 17px;
}

.resource-thumb {
    display: block;
    width: 75px;
    /* height: 0; */
    padding-bottom: 24.5%;
    position: relative;
}

.resource-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

.resource-content {
    padding: 11px 10px 10px 0;
    width: 74%;
}

.resource-content span.resource-cat {
font-size: 17px;
    color: #468FCD;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 10px !important;
    display: block;
}

.resource-card-one {
    display: flex;
    max-width: 93%;
    margin: 0 auto;
    background-color: #F4F5F6;
}

.resource-content h5 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: var(--font-Stack-Headline) !important;
    line-height: 23px;
}

.resource-card {
    border-bottom: 1px solid var(--secondary-offwhite-1);
    margin-top: 50px;
    position: relative;
}

.resource-card-two {
    display: flex;
    max-width: 93%;
    margin: 0 auto;
    justify-content: flex-end;
    padding: 12px 0;
}

.resource-card-two a.resource-view {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #468FCD;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px !important;
    position: relative;
    transition: 0.2s;
    font-family: var(--font-Stack-Headline) !important;
    letter-spacing: 1px;
}

.resource-card-two a.resource-view::before {
    position: absolute !important;
    content: "" !important;
    width: 11px !important;
    height: 11px !important;
    opacity: 1;
    background: url(../images/arrow_right_bl.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    transition: 0.2s;
    top: 6px;
}

.resource-card-two a.resource-view:hover {
    color: var(--secondary-lime);
    transition: 0.2s;
}

.resource-card-two a.resource-view:hover::before {
    filter: brightness(0) saturate(100%) invert(87%) sepia(89%) saturate(2304%) hue-rotate(19deg) brightness(111%) contrast(105%);
    transition: 0.2s;
}


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

.markets .line-heading {
    padding-bottom: 7px !important;
}

.material-outer-sec {
    padding-top: 0 !important;
}

.material-outer-row {
    max-width: 89%;
    padding-top: 0 !important;
}

.material-outer-sec h2.resource-section-title {
    position: relative;
    padding-bottom: 32px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px !important;
    margin-bottom: 0px;
    margin-top: 60px;
}

.material-outer-sec h2.resource-section-title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #1383be;
}

.resource-filter-wrap {
    width: fit-content;
    float: right;
    margin-right: 56px;
}

.resource-filter-wrap select#resource-filter {
    width: 316px;
    border: 0;
    padding: 10px;
    background: #F4F5F6;
    color: var(--blackcolor);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.resource-filter-wrap span.select2-selection {
    border: 0 !important;
    background: #F4F5F6;
    color: var(--blackcolor);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    border-radius: 0 !important;
}

.resource-filter-wrap span.select2-selection__arrow::before {
    width: 13px !important;
    height: 13px !important;
    right: 13px;
}

.resource-filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
    border: 0 !important;
    padding-left: 12px;
    font-size: 16px !important;
    color: black;
}

h2.resource-section-title {
    margin-left: 14px;
    width: fit-content;
}


.resource-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #F4F5F6 !important;
    z-index: 999999 !important;
}

.resource-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    z-index: 999999 !important;
    border-radius: 8px !important;
    width: 100%;
    height: 100%;
}

.resource-popup-inner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 150px 20px 20px 20px !important;
}

.popup-content-area {
    max-width: 1051px !important;
    margin: 0 auto;
}

.resource-popup .popup-left {
    width: 22%;
    position: relative;
    padding-bottom: 31%;
    height: 0;
}

.resource-popup .popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.resource-popup .popup-right {
    width: 71%;
    margin-top: 53px;
    padding-right: 49px;
}

.resource-popup .popup-top {
    display: flex;
    justify-content: space-between;
}

.popup-right span.popup-category {
    font-size: 14px;
    color: #468FCD;
    text-transform: uppercase;
    font-family: var(--font-Stack-Headline);
    font-weight: 700;
    margin-top: 20px;
}

.resource-popup h2.popup-title {
    margin-bottom: 40px;
}


button.popup-download-btn {
    display: inline-block;
    /* background: #4A97D2; */
    color: var(--whitecolor);
    padding: 18px 67px 18px 67px !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: 'Roboto Condensed';
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    border: 0 !important;
    background-color: transparent !important;
    margin-top: 73px;
    cursor: pointer;
}

button.popup-download-btn::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
    /* background: url(../images/btn-arrow.svg) !important; */
    background: url(../images/rect-btn.svg) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    z-index: -1;
}

h5.popup-title {
    margin-bottom: 43px;
    margin-top: 8px;
}

button.popup-close {
    font-size: 0 !important;
    width: 20px;
    height: 20px;
    background: url(../images/close-icon.svg) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    z-index: 9;
    right: 16%;
    top: 125px;
}

.buffer {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.utilities-flex-outer a.read-more-btn.arrow-btn::after {
    top: 2px;
}

.utilities-flex-outer a.read-more-btn.arrow-btn:hover::after {
    top: 2px !important;
}


/* FORMS DESIGNS:::::::::::::::: */
.popup-form-container {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.popup-form-container {
    background: var(--secondary-blue-2);
    position: relative;
    padding-top: 27px !important;
    padding-bottom: 44px !important;
    margin-bottom: 19px;
    padding-left: 100px;
    padding-right: 100px;
}

.popup-form-container p,
h2 {
    color: var(--whitecolor) !important;
}

.popup-form-container h2 {
    line-height: 1.1cm;
    /* line-height: 38px; */
}

.popup-form-container p {
    margin-bottom: 30px !important;
}

/* .popup-form-container .hbspt-form .hs-form-private .hs_submit .actions .hs-button {

    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #185DA3 !important;
    font-size: 16px;
    line-height: 16px;
    font-family: inter !important;
} */

/* .hbspt-form .hs-form-private .hs-submit .actions .large {
    color: #1482bd !important;
    background: #fff !important;
} */

@media (max-width:991px) {

    .popup-form-container h2 {
        /* line-height: 1.3cm; */
        font-size: 36px !important;
    }
}

@media (max-width:767px) {

    .popup-form-container h2 {
        font-size: 36px !important;
    }
}

@media (max-width:680px) {

    .popup-form-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:500px) {

    .popup-form-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-form-container h2 {
        font-size: 30px !important;
        margin: 18px 0 10px;
    }
}