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


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


  font-family: "Montserrat", sans-serif;



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

:root {

    --color-bg-light: #ffffff;
    --color-primary: #656b83;
    --color-dark: #0c0920;


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

    --selection: #d9d9d9;

    --font-Montserrat: "Montserrat", 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-Roboto);
}

.kis-error {
    color: red;
}

body,
ul,
li,
a {
    font-family: var(--font-Montserrat);
    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: 0px !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-Montserrat);
    font-weight: 700;
    font-size: 110px !important;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 95px;
    text-transform: uppercase;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 82px !important;
    color: var(--blackcolor);
    line-height: 70px;
    text-transform: uppercase;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 62px !important;
    color: var(--blackcolor);
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 56px !important;
    color: var(--blackcolor);
    line-height: 48px;
    text-transform: uppercase;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a {
    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 26px !important;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 38px;
    text-transform: uppercase;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-Montserrat);
    font-weight: 700;
    font-size: 20px !important;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 36px !important;
    text-transform: uppercase;
}

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

a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: var(--color-primary);
    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(--color-dark);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

p a:hover {
    color: var(--color-primary);
    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: 16px 25px 16px 20px;
    cursor: pointer;
    right: 16px;
    top: 10px;
    transform: translateX(0%);
}

span.nav-click::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    background-image: url(../images/arrow_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    left: auto;
    top: 7px;
    right: 18px;
    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-Montserrat);
    font-size: 52px !important;
    line-height: 52px !important;
    font-weight: 700;
    color: var(--blackcolor) !important;
}



p {
    font-family: var(--font-Montserrat);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor);
    line-height: 23px;
    padding: 0px;
    margin-bottom: 10px;
}

.entry-content ul {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0;
    padding-left: 40px !important;
}



.entry-content ul li {
    line-height: 23px !important;
    padding-left: 14px;
    padding-bottom: 10px;
    position: relative;
    font-family: var(--font-Roboto);
    font-weight: 400;
    font-size: 18px;
    color: #4f5b71;
}



.entry-content ul li::before,
.expertise-outer-section ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--blackcolor);
    left: 0px;
    top: 11px;
    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-Roboto);
    font-weight: 400;
    font-size: 18px;
    color: #4f5b71;
    line-height: 23px !important;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: decimal !important;
}


.popup-inner ul li {
    font-size: 17px;
    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;
}



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

blockquote p {
    padding-left: 0;
    border: none;
    font-family: var(--font-Montserrat);
}



/* == 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 :where(h1, h2, h3, h4, h5, h6, a, span, p, strong, 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: 16px;
    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-Montserrat);
    color: var(--blackcolor) !important;
    text-transform: none;
    font-size: 17px !important;
    font-weight: 400;
}

input {
    width: 100%;
    border: 1px solid var(--secondary-blue) !important;
    display: block;
    color: var(--blackcolor) !important;
    font-family: var(--font-Montserrat);
    border-radius: 0 !important;
    padding: 15px 13px !important;
    font-size: 16px;
    border-radius: 12px !important;
}

.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-Montserrat);
    color: var(--blackcolor) !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
}

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

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: #6785abab;
    border: 0px;
    transition: 0.5s ease;
    width: 50px;
    height: 50px;
    overflow: hidden;
    right: 20px;
    font-size: 55px;
    border-radius: 100px;
}

/* .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/top-scroll.svg);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    /* opacity: 0; */
}

/* .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;
    font-family: var(--font-Montserrat);
}

.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 ::::::::::::::::::::::::::::::::::::::::::::::::: */










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

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

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


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 CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */




/* FOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */



footer#main-footer {
    background-color: var(--color-dark);
    padding: 42px 70px 55px 70px;
    border-top: 13px solid white;
}

footer#main-footer .logo-contact-links {
    max-width: 89%;
    margin: 0 auto;
}

.foo-second-row .footer-logo-widget a {
    width: 100% !important;
    display: block;
    height: 100% !important;
}

.foo-second-row {
    width: 160px;
    height: 157px;
}

.foo-second-row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.title-address-foo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-add-outer div#et-info {
    width: 100%;
    padding-bottom: 16px;
}

.foo-add p {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 19px;
}

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

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

.footer-contact-inline a,
.footer-contact-inline {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;

}

.foo-third-row ul.bottom-nav {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.foo-third-row div#et-footer-nav {
    background: transparent;
}

.foo-third-row ul.bottom-nav li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
}

.footer-main-row-two div#footer-bottom {
    background: transparent;
    width: 70%;
    padding: 0;
}

.footer-main-row-two .current-year {
    color: white;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 6px;
}

.footer-main-row-two .current-year div#footer-info {
    color: white;
    padding-bottom: 0;
}

.footer-main-row-two ul.et-social-icons {
    float: unset;
}

.footer-main-row-two .current-year::after {
    display: none;
}

.footer-main-row-two {
    display: block;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 40px;
}

.footer-main-row-two:before {
    position: absolute;
    content: "";
    background: #bfc1cb;
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transition: 0.3s;
    transform: translateX(-50%);
}

.footer-main-row-two ul.et-social-icons li.et-social-icon.et-social-rss {
    margin: 0 !important;
}

.footer-main-row-two .container {
    max-width: 100% !important;
}

.foo-third-row ul.bottom-nav li {
    text-align: right;
    padding: 0;
}


.foo-third-row {
    width: 16%;
}



/* FOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */





/* OUR MISSION CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */

.our-mission-outer-text-con {
    background: var(--color-dark);
    padding-top: 0 !important;
    padding-bottom: 102px !important;
}

.our-mission-outer-text-con :where(h1, h2, h3, h4, h5, h6, span, p, strong, li) {
    color: var(--whitecolor) !important;
}

.our-mission-outer-text-con h5 a {
    color: var(--color-primary) !important;
}

.our-mission-outer-text-con h5 a strong {
    color: var(--color-primary) !important;
}

.our-mission-outer-text-row {
    max-width: 84%;
}
.our-mission-outer-text-row ul li::before {

    background-color: white !important;

}

.our-mission-outer-text-row {
    padding-top: 0 !important;
}

.our-mission-outer-text-col {
       margin-top: -66px;
    width: 60% !important;
}

.our-mission-outer-text-row h2 {
    margin-bottom: 32px;
}


/* OUR MISSION CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */






.supply-link-outer-text-img-sec :where(h1, h2, h3, h4, h5, h6, a, span, p, strong, li) {
    color: var(--whitecolor) !important;
}

.supply-link-outer-text-img-sec ul li::before {
    background-color: white;
}

.supply-link-outer-text-img-row-1-col-1 {
    width: 54% !important;
    margin-right: 46px !important;

}

.supply-link-outer-text-img-row-1-col-2 {
    width: 41% !important;
}

.supply-link-outer-text-img-row-1 {
    display: flex;
    max-width: 88%;
        justify-content: space-between;
}

.supply-link-img span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 57%;
    display: block;
    width: 100%;
}

.supply-link-img span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.supply-link-text h6 {
    margin-top: 0;
}

.supply-link-outer-text-img-sec {
    padding-top: 96px !important;
}


.pos-text h6 {
    font-weight: 700;
    margin-bottom: 32px;
}

.pos-text-sec {
    padding-bottom: 17px !important;
    padding-top: 50px !important;
}
.pos-text-sec a {
    color: var(--color-primary) !important;
}

.pos-text-row {
    max-width: 83% !important;
    padding-right: 0px !important;
}

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




.trio-img-outer-row {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.trio-img-outer-col {
    margin: 0 !important;
    width: 100% !important;
}




.coupler-sys-outer-row {
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.coupler-sys-outer-col .et_pb_slide_description {
    padding-bottom: 30% !important;
}

.coupler-sys-outer-col {
    padding-bottom: 145px;
    background: #0c0920;
}

.coupler-sys-text {
    position: absolute;
    bottom: 0;
    padding: 59px 97px;
    z-index: 9;
}

.coupler-sys-text :where(h1, h2, h3, h4, h5, h6, a, span, p, strong, li) {
    color: var(--whitecolor) !important;
}


.coupler-sys-text h6 {
    font-weight: 700;
    text-align: center;
}



.coupler-sys-outer-col .et_pb_module.et_pb_slider {
    position: relative;
}

.coupler-sys-outer-col .et_pb_module.et_pb_slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0c0920b8;
    left: 0;
    top: 0;
    z-index: 1;
}

.coupler-sys-outer-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.coupler-sys-outer-sec ul li::before {
    background-color: white;
}

.trio-img-outer-sec {
    padding-bottom: 8px !important;
}


.nlnews-page {
    background: #0c0920;
    padding-top: 0 !important;
}

.nlnews-outer {
    max-width: 78.5%;
}

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

/* p.featured-excerpt {
    overflow-wrap: anywhere;
} */

.featured-news .featured-content {
    width: 50%;
}

.featured-news .featured-img {
    position: relative;
    padding-bottom: 31%;
    display: block;
    width: 50%;
}

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

.featured-news {
    display: flex;
    gap: 41px;
    flex-direction: row;
}
p.featured-excerpt {
    font-weight: 300;
}

.news-date-image .news-date {
    color: #ffffffb5;
    width: 74%;
    font-weight: 300;
}

.news-item-inner .news-thumb {
    position: relative;
    padding-bottom: 36%;
    display: block;
    width: 42%;
    height: 0;
}

.news-item-inner .news-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.featured-news .featured-content h6.featured-title {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 6px !important;
}

.featured-news .featured-content span.featured-date {
    margin-bottom: 13px !important;
    display: block;
    font-weight: 300;
    color: #ffffffe0 !important;
}

.news-body {
    width: 50%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

.news-item-inner {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid white;
    flex-direction: row;
    gap: 41px;
}

.news-date-image {
    display: flex;
    width: 50%;
}




/* NLNEWS PAGE CSS CODE START ::::::::::::::::::::::::::: */

.nlnews-page {
    padding-top: 96px !important;
    padding-bottom: 150px !important;
}

.nlnews-outer h3 {
    border-bottom: 3px solid var(--whitecolor);
    padding-bottom: 35px;
    margin-bottom: 46px;
}

h5.latest-news-title {
    text-transform: none;
    margin-top: 80px;
    font-weight: 400;
    font-size: 34px !important;
    margin-bottom: 27px;
}

.news-item-inner .news-body span.read-toggle {
    color: var(--color-primary) !important;
    position: relative;
    font-weight: 500;
}

.news-item-inner .news-body span.read-toggle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    bottom: 0px;
    transition: 0.5s ease;
}

.news-item-inner .news-body span.read-toggle:hover::before {
    width: 0;
    transition: 0.5s ease;
}

.news-text {
    font-family: var(--font-Montserrat);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    margin-bottom: 10px;
    word-break: break-word;
}

.news-text p {
    margin-bottom: 0;
}

/* NLNEWS PAGE CSS CODE END ::::::::::::::::::::::::::: */




/* 404 PAGE CSS CODE END ::::::::::::::::::::::::::: */

.thank-you-sec {
    padding: 70px 20px;
}

.thank-you-row h1 {
    text-align: center;
}
.thank-you-title p {
    text-align: center;
}

.thank-you-row a.outline-btn-r {
    border: 1px solid #0c0920;
    padding: 10px 20px 10px 20px;
    color: #0c0920;
}


.thank-you-row .et_pb_button_module_wrapper {
    text-align: center;
    margin-top: 55px;
}


.admin-bar .thank-you-sec {
    padding: 156px 20px 70px 20px !important;
} 

.admin-bar .privacy-policy-outer {
    padding: 160px 20px 20px 20px !important;
}


.privacy-policy-outer {
    padding: 30px 20px 20px 20px !important;
}

/* NLNEWS PAGE CSS CODE END ::::::::::::::::::::::::::: */