@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=Oxygen:wght@300;400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

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

    font-family: "Roboto Condensed", sans-serif;
    font-family: "Oxygen", sans-serif;
    font-family: "Asap Condensed", sans-serif;

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

:root {
    --primarycolor-1: #231f20;
    --primarycolor-2: #ED1C24;
    --secondarycolor:#ecd317;
    --lightorangecolor:#f04e23;
    --lightgreencolor:#598b3d;
    --skybluecolor:#008db9;
    --darkbluecolor:#144a86;
    --purplecolor:#52499c;
    --darkgrey:#353637;
    --trinarycolor:#5f5d5d;
    --silvercolor:#a7a6a6;
    --lightwhitecolor:#d3d2d2;
    --whitecolor:#fbfbfb;
    --blackcolor:#000000;

    --font-Roboto: "Roboto Condensed", sans-serif;
    --font-Oxygen: "Oxygen", sans-serif;
    --font-Asap: "Asap Condensed", 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-Oxygen);
}

body,
ul,
li,
a {
    font-family: var( --font-Oxygen);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor);
}

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

/* == CONTAINER-CSS ==
================================================= */

.container,
.e-con-inner,
.elementor-container {
    max-width: 100% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1240px) {

    .container,
    .e-con-inner,
    .elementor-container {
        max-width: 88% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 0 !important;
    }

    .about-section .e-con-inner,
    .about-section-two .e-con-inner {
        max-width: 1200px !important;
    }
}

/* == CONTAINER-CSS ==
================================================= */

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

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



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

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

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

::selection {
    background: #7f8588;
    color: #fff;
}
/* == SELECTION-CSS ==
===============================================================*/




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

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Mont-Bold);
    color: var(--blackcolor);
}


h1,
h1 a,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-Oxygen) !important;
    font-weight: bold;
    font-size: 38px;
    color: var(--primarycolor-2);
    text-align: initial;
    line-height: 45px !important;
    margin: 40px 0 20px !important;
    text-transform: uppercase;
}

body.font-face-two h1,
body.font-face-two h1 a,
body.font-face-two .common-outer h1,
body.font-face-two .common-outer h1 a {
    font-family: var(--font-Roboto) !important;
    font-weight: bold !important;
    font-size:24px;
    color: var(--darkgrey);
    line-height: 55px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-Oxygen) !important;
    font-weight: bold !important;
    font-size: 28px;
    color: var(--primarycolor-1) !important;
    line-height: 38px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

body.font-face-two h2,
body.font-face-two h2 a,
body.font-face-two .common-outer h2,
body.font-face-two .common-outer h2 a {
    font-family: var(--font-Oxygen) !important;
    font-weight: bold !important;
    font-size:28px;
    color: var(--darkgrey) !important;
    line-height: 34px;
    margin: 40px 0 20px;
    text-transform: capitalize;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-Roboto) !important;
    font-weight: 400 !important;
    font-size:24px;
    color: var(--blackcolor);
    line-height: 20px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}


h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Oxygen) !important;
    font-weight: 400 !important;
    font-size: 18px;
    color: var(--blackcolor);
    line-height: 20px !important;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
    font-family: var(--font-Oxygen) !important;
    font-weight: 400 !important;
    font-size: 18px;
    color: var(--blackcolor);
    line-height: 20px;
    margin: 40px 0 20px;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-Oxygen) !important;
    font-weight: bold;
    font-size: 38px;
    color: var(--primarycolor-2);
    text-align: initial;
    line-height: 45px !important;
    margin: 40px 0 20px !important;
    text-transform: uppercase;
}

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

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0 !important;
}

strong {
    font-weight: 600 !important;
}

span.nav-click {
    font-size: 0;
    position: absolute;
    padding: 0px 11px 15px 15px;
    cursor: pointer;
    right: 51px;
    top: 16px;
    transform: translateX(0%);
}


/* span.nav-click::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    right: auto;
    top: 23px;
    left: 3px;
} */

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

.common-outer blockquote p {
    margin-bottom: 0;
}

a {
    text-decoration: underline !important;
    color: var(--skybluecolor);
}

p {
    font-family: var(--font-Oxygen);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}


blockquote p, blockquote {
    border: 0;
    text-align: center;
    font-size: 24px !important;
    line-height: 34px !important;
    color: var(--primarycolor-2) !important;
    font-weight: bold;
    font-family: var(--font-Oxygen);
    padding: 0;
    letter-spacing: 1px;
}



.entry-content ul, .news-detail-outer .left-side ul, .img-container-outer ul {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0;
}

.entry-content ul li, .news-detail-outer .left-side ul li, .img-container-outer ul li {
    font-family: var(--font-Oxygen);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor) ;
    line-height: 27px !important;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
}

.entry-content ul li::before, .news-detail-outer .left-side ul li::before, .img-container-outer ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--lightorangecolor);
    left: 1px;
    top: 12px;
    border-radius: 100px;
}

.entry-content ol {
    padding-left: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 0;
}
.news-detail-outer .left-side ol, .img-container-outer ol {
    padding-left: 25px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 0;
}

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


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






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

::placeholder {
    font-family: var(--font-Oxygen);
    font-weight: 500;
    font-size: 16px;
    color: #666666 !important;
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

label {
    font-family: var(--font-Oxygen);
    font-weight: 400;
    font-size: var(--font-size-18);
    color: var(--paracolor) !important;
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

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

.wpcf7-not-valid {
    border: none;
    border-bottom: 1px solid var(--errorcolor) !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: red;
    border: 1px solid red !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}




.et_pb_scroll_top {
    background: var(--primarycolor-2) !important;
    border-radius: 0 !important;
    /* position: relative !important; */
    width: 45px;
    height: 45px;
    border: 1px solid var(--white);
}
.et_pb_scroll_top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/m_dropdn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
    left: 0;
    top: 0;
    rotate: 180deg;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(17%) hue-rotate(244deg) brightness(104%) contrast(105%);
    transition: 0.2s;
}

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




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


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


/*home page ------------------------*/

.eukalin-banner-section .slider-banner-home .et_pb_slide_description:hover{
    background-color: #676566 !important;
}


/* Footer   Section-----------------------------------------------------*/

p.copy-rights-out {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Oxygen';
    color: #5f5d5d !important;
    line-height: 23px !important;
}
.container.foo-copyright.clearfix {
    display: flex
    ;
        justify-content: flex-end;  
          gap: 5px;
}

div#footer-info .designed-hostes a {
    text-decoration: none !important;
}
footer#main-footer {
    background-color: #eeeeee;
    padding: 45px 37px 0px 100px;
}
.foo-menu-outer {
    width: 64%;
    padding: 72px 0px 0px 0px;
}
.foo-menu-outer {
    padding-top: 73px !important;
}
.foo-outer-cont {
    padding: 40px 0 54px 0;
    width: 58%;
}
footer#main-footer .foo-title-outer {
    display: flex
;
    justify-content: space-between;
    padding-bottom: 24px;
}
div#footer-address .address-foo p {
    width: 45% !important;
    font-size: 18px;
    font-weight: 400;
    color: #000000 !important;
    font-family: 'Oxygen';
    letter-spacing: 0px;
    line-height: 28px !important;
    width: 41%;
    margin-bottom: 28px !important;
    margin-top: 27px !important;
}

p:not(.has-background):last-of-type {
    padding-bottom: 0;
}
.foo-menu-outer {
    width: 63%;
    padding: 100px 0px 0px 0px;
}
.foo-outer-cont {
    padding: 20px 0 44px 0;
    width: 58%;
}
.phone-foo {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Oxygen';
    line-height: 37px;
}
.phone-foo a {
    text-decoration: none !important;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.foo-menu-outer a {
    text-decoration: none !important;
    color: var(--primarycolor-2);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

.mail-foo a {
    font-size: 18px;
    font-weight: 600;
    color: var(--blackcolor);
    text-decoration: none !important;
}

.social-foo {
    padding: 0px 49px 0px 0px;
}
div#footer-info {
    /* width: 100%; */
    text-align: end;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 48px 0px 0px;
    font-family: 'Oxygen';
}
div#footer-info a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Oxygen';
}

.foo-menu-outer {
    width: 63%;
    padding: 74px 0px 0px 0px;
}

div#et-footer-nav {
    display: flex;
    height: 51%;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.container.clearfix {
    max-width: 100% !important;
}

div#footer-bottom {
    background-color: #EEEEEE;
}

.container {
    text-align: end !important;
}
.bottom-nav li::before {
    position: absolute;
    content: "|";
    top: -1px;
    right: 4px;
    color: red;
}

.footer-title h6 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font-Oxygen);
}
ul.et-social-icons li a.icon {
    width: 30px;
    height: 30px;
}
.bottom-nav li {
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    padding-right: 17px;
}

.bottom-nav li:last-child::before {
    opacity: 0;
}

.underline-heading {
    position: relative;
}
.underline-heading h6::before {
    position: absolute;
    content: "";
    width: 11%;
    height: 3px;
    background: red;
    bottom: 6px;
}
.et-social-facebook a.icon::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 19px;
    background-image: url(../images/ftr_facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}

.et-social-twitter a.icon::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 19px;
    background-image: url(../images/ftr_LinkedIn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}

.et-social-instagram a.icon::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 22px;
    background-image: url(../images/ftr_YouTube.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}

.et-social-icons li {
    display: inline-block;
    margin-left: 7px;
}

.designed-hostes a {
    font-size: 10px !important;
    font-family: var(--font-Oxygen);
}

.designed-hostes {
    font-size: 10px;
    font-family: 'Oxygen';
}

ul#menu-footer-menu {
    padding-top: 13px;
}
ul.et-social-icons li a.icon:hover {
    filter: brightness(1%);
}
.bottom-nav a:hover {
    filter: brightness(0.1);
}

/* Home Page Section-------------------------------------------------------------------------*/

/* .et_pb_slide.et_pb_slide_0 {
    padding: 14% 0 0 0;
} */
.et-pb-controllers {
    display: none;
}
.home-content-section {
    padding: 0 !important;
}
.home-title-contents h1::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    background: var(--primarycolor-2);
    bottom: 0px;
    left: 0;
}
div#responsive-text {
    font-size: 17px;
    color: #231f20;
    word-spacing: 2px;
    line-height: 25px;
    font-family: 'Oxygen';
}
.home-title-contents h1 {
    margin: 40px 0 -6px !important;
    padding-bottom: 23px;
    letter-spacing: 1px;
    width: 100%;
}
.content-section-row {
    padding: 26px 0px 0px 90px !important;
    max-width: 91% !important;
    width: 100% !important;
    margin: 0 !important;
}

.eukalin-contents p {
    line-height: 27px !important;
    font-size: 18px !important;
    font-weight: 400;
    word-spacing: 0px;
    font-family: var(--font-Oxygen);
    margin-bottom: 25px !important;
    width: 100%;
}
a.read-more-toggle {
    color: red !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.home-image-section .image-section-row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 2px 87px 0px 87px !important;
    display: flex !important
}

.home-image-section .image-section-row .about-col-img {
    margin-right: 100px;
}

.image-section-row .et_pb_main_blurb_image a {
    position: relative;
    padding-bottom: 71%;
    display: block;
    width: 100%;
    height: 0;
}
.image-section-row .about-us-image .et_pb_blurb_content {
    position: relative;
    max-width: 100%;
}
.product-application-image 
 .et_pb_blurb_content {
    max-width: 100%;
}

.home-image-section .about-us-image .et_pb_blurb_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.image-section-row .et_pb_main_blurb_image a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    animation: none !important;
    left: 0;
    object-fit: cover !important;
    object-position: 0px -50px;
}
.image-section-row .et_pb_main_blurb_image a span:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #00000091;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transform: 0.5s;
}
.image-section-row .et_pb_blurb_content:hover .et_pb_main_blurb_image a span:before {
    opacity: 1;
    transform: 0.5s;
}
.home-image-section .product-app-section .et_pb_blurb_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.home-image-section {
    padding: 60px 0 !important;
}

.et_pb_blurb_container {
    text-align: center !important;
}

.image-section-row .et_pb_blurb_container a {
    text-decoration: none !important;
    font-size: 47px;
    font-weight: bold !important;
    font-family: 'Roboto Condensed' !important;
    color: var(--whitecolor);
    line-height: 50px !important;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    text-shadow: 3px 2px 2px rgb(35 31 32 / 56%);
}

/* .image-section-row .et_pb_main_blurb_image::before {
    background: black !important;
    opacity: 0.5;
    position: relative;
} */

.image-section-row .et_pb_main_blurb_image {
    filter: brightness(65%);
    box-shadow: 2px 2px 20px gray;
}

.image-section-row h4.et_pb_module_header {
    width: 97%;
    display: flex
;
    height: 91%;
    margin: 36px 11px 74px 10px;
    align-items: center;
    justify-content: center;
    animation: none !important;
}

.image-section-row h4.et_pb_module_header:hover {
    /* opacity: 0.6; */
    transition: 0.5s ease-in;
    cursor: pointer;
}

.image-section-row .et_pb_main_blurb_image {
    width: 100%;
    animation: none !important;
}
.image-section-row .et_pb_main_blurb_image img {
    filter: brightness(87%);
}

.carousal-row-section {
    padding: 0 !important;
}

.carousal-cpt-section {
    padding: 0 !important;
    margin-bottom: 0px !important;
}
/* .image-section-row h4.et_pb_module_header:hover {
    background-color: black;
} */

.foo-menu-outer .et-social-icons a:hover {
     color: #353637;
}
.acc-outer-sec {
    padding-top: 5px;
}

/*About News Iten and Announcements */






/* ========================= DETAILS PAGE ================ */


.news-detail-outer {
    display: flex
;
    margin: 0 45px 0 90px !important;
    max-width: 90%;
    gap: 60px;
    justify-content: space-between;
    padding-top: 85px;
    padding-bottom: 100px;
}
.news-detail-outer .left-side {
    width: 63%;
}
.news-detail-outer .right-sidebar {
    width: 32%;
    margin-top: 213px;
}


.news-detail-outer .news-anno-title h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: var(--font-Oxygen) !important;
    text-transform: uppercase;
    line-height: 55px !important;
    color: var(--darkgrey);
    margin-bottom: 23px !important;
}

.news-post-thumbnail {
    position: relative;
    padding-bottom: 65%;
    display: block;
    width: 100%;
}

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

.news-sub-title-detail-outer {
    padding-bottom: 105px;
    padding-top: 41px;
}





.news-navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 2px solid var(--primarycolor-2);
    position: relative;
}
.news-post-thum-outer {
    padding-bottom: 47px;
    position: relative;
}
.news-sub-detail h2 {
    margin-bottom: 8px !important;
}
.news-post-thum-outer::before {
    position: absolute;
    content: "";
    width: 22%;
    height: 2px;
    background: red;
    bottom: 0px;
    left: 0;
}

.news-navigation .prev-post a {
    position: relative;
    padding-left: 40px;
    padding-top: 4px;
    font-family: var(--font-Oxygen);
    text-transform: uppercase;
    font-weight: 300;
    color: var(--darkgrey);
    text-decoration: none !important;
}
.news-navigation .prev-post a::before {
    position: absolute;
    content: "" !important;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow_lt_r.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    left: 0px;
    transition: 0.3s;
}




.news-navigation .next-post a {
    position: relative;
    padding-right: 40px;
    padding-top: 4px;
    font-family: var(--font-Oxygen);
    text-transform: uppercase;
    font-weight: 300;
    color: var(--darkgrey);
    text-decoration: none !important;
}
.news-navigation .next-post a::before {
    position: absolute;
    content: "" !important;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow_rt_l.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    right: 0px;
    transition: 0.3s;
}
.news-sub-detail-outer {
    padding-bottom: 70px;
    position: relative;
}


.news-callout {
    position: relative;
    padding: 16px 0 13px 0;
    border-bottom: 2px solid var(--primarycolor-2);
    border-top: 2px solid var(--primarycolor-2);
}
.news-callout blockquote {
    padding: 0 26px;
}
.news-sub-title-detail-outer h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold !important;
    padding-bottom: 3px;
}







.news-sidebar ul li a {
    display: flex;
    text-decoration: none !important;
    font-family: var(--font-Oxygen) !important;
    gap: 20px;
    align-items: center;
}

.news-sidebar .sidebar-thumbnail {
    position: relative;
    padding-bottom: 30%;
    display: block;
    width: 30%;
    height: 0;
}
.news-sidebar .sidebar-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover !important;
}
.news-sidebar ul li a span.sidebar-title {
    color: var(--darkgrey);
    font-size: 20px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    font-family: var(--font-Oxygen);
    width: 66%;
    line-height: 27px;
}

.news-sidebar ul li {
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d2d2;
    padding-top: 25px;
}



/* =========================  DETAILS PAGE END ================ */


/* preparing product */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
}
/*----------------------------------------------*/




/* =========================  CONTACT US PAGE END ================ */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
    margin: 10px 0 16px 0;
}
.con-row-details .contact-details-detail {
    margin: 0 123px 0 0px !important;
}

.contact-details-section {
    padding: 0 !important;
    margin-bottom: 45px;
}

.contact-details-section .con-row-details {
    max-width: 64%;
    display: flex;
    padding: 20px 0 0 0;
    margin: 0 0px 0 248px;
}

.contact-details-detail {
    margin-right: 58px !important;
}

.con-row-details .cont-ad h2 {
    color: var(--primarycolor-2) !important;
    font-size: 26px !important;
    position: relative;
    font-weight: 400 !important;
    padding-bottom: 14px;
    text-transform: none;
}
.con-row-details .cont-ad h2::before {
    position: absolute;
    content: "";
    width: 57px !important;
    height: 3px;
    background: var(--primarycolor-2);
    bottom: 0px;
    left: 0;
}

.eukalin-detail-phone p a {
    color: black;
    text-decoration: none !important;
    font-weight: 800;
}
.german-mail-detail p a {
    color: black;
    text-decoration: none !important;
    font-weight: 800;
}

li.first-name.cont-req-frm.cont-com span.wpcf7-form-control-wrap input {
    margin-top: 10px !important;
}
.request-contact-code {
    padding-top: 0 !important;
    padding-bottom: 85px;
}

.request-form-code ul.cont-form li.full-item input:hover {
    background-color: #9e9c9d;
}

.request-form-code ul.cont-form li input, .request-form-code ul.cont-form li textarea, .request-form-code ul.cont-form li select {
    width: 100%;
    font-family: var(--font-Oxygen);
    color: var(--darkgrey) !important;
    font-size: 19px !important;
    border-radius: 0 !important;
    padding: 13px 13px !important;
}

.request-contact-code {
    width: 59% !important;
    margin: 0 auto;
}

.request-form-code ul.cont-form li.full-item input {
    width: fit-content;
    display: block;
    height: 56px;
    background-color: var(--primarycolor-2);
    font-family: var(--font-Oxygen);
    color: var(--whitecolor) !important;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 0 !important;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 13px 60px 13px 60px !important;
}
body .wpcf7-not-valid {
    border: 1px solid #ed1c24 !important;
}

.request-form-code ul.cont-form li.full-item p {
    width: fit-content;
    margin: 31px auto 0 auto;
    position: relative;
}
span.wpcf7-spinner {
    right: -81px;
    position: absolute;
    top: 16px;
    background-color: rgb(103 104 106);
}
ul.cont-product-form li {
    list-style: none;
}
.request-form-code ul.cont-form li {
    list-style: none;
}

/* =========================  CONTACT US PAGE END ================ */




header nav#top-menu-nav ul.nav > li.current-menu-item>a {
    color: var(--lightorangecolor) !important;
}




header nav#top-menu-nav ul.nav > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/m_dropdn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    right: -8px;
    top: -3px;
    filter: brightness(0) saturate(100%) invert(1%) sepia(7%) saturate(6951%) hue-rotate(301deg) brightness(89%) contrast(77%);
}
header nav#top-menu-nav ul.nav > li.current-menu-item>a:after { 
    filter: brightness(0) saturate(100%) invert(37%) sepia(46%) saturate(4143%) hue-rotate(350deg) brightness(99%) contrast(90%);
}
header nav#top-menu-nav ul.nav > li.menu-item-has-children > a:hover:after {
    filter: brightness(0) saturate(100%) invert(37%) sepia(46%) saturate(4143%) hue-rotate(350deg) brightness(99%) contrast(90%);
}

li.cont-txt span.wpcf7-form-control-wrap {
    width: 100% !important;
    display: block;
}

li.cont-txt span.select2.select2-container {
    width: 100% !important;
}


.mobile-t {
    display: none;
}


/* SILDER HIDEN & SHOW=============== */

.slider-text-enabled .eukalin-banner-section .slider-banner-home .et_pb_slide_description {
    display: block;
}
.eukalin-banner-section .slider-banner-home .et_pb_slide_description {
    display: none;
}



/* MENU HIDEN & SHOW=============== */  


.product-submenu-hide header nav#top-menu-nav ul.nav li#menu-item-49 ul.sub-menu {
    display: block !important;
}
 header nav#top-menu-nav ul.nav li#menu-item-49 ul.sub-menu {
    display: none !important;
 }
 
 header nav#top-menu-nav ul.nav > li#menu-item-49 > a:after {
    display: none !important;
 }
 .product-submenu-hide header nav#top-menu-nav ul.nav > li#menu-item-49 > a:after {
    display: block !important;
 }


/* .product-submenu-hide header nav.nav.nav-mob .menu-mobile-menu-container ul.nav-list >li#nav-menu-item-77 ul.sub-menu {
    display: flex !important;
}
 header nav.nav.nav-mob .menu-mobile-menu-container ul.nav-list >li#nav-menu-item-77 ul.sub-menu  {
    display: none !important;
 } */

 .product-submenu-hide header nav.nav.nav-mob span.nav-click {
    display: block !important;
 }
 header nav.nav.nav-mob span.nav-click {
    display: none !important;
 }

/* contact us thank you page  --------------------------------------------------------*/


.contact-thank-contents h2 {
    font-size: 28px;
    font-weight: 300 !important;
    color: var(--primarycolor-2) !important;
    margin: 0;
    padding-top: 25px;
}

.sec-contact-thanks {
    padding: 62px 0 150px 0 !important;

}

.title-contac-content {
    margin-bottom: 0 !important;
}

.contact-thank-contents p {
    margin-top: 14px;
}
.contac-thank-rows {
    margin: 0px 90px 0 89px;
    max-width: 95% !important;
}

.contact-thank-contents p {
    margin-top: 14px;
    font-size: 17px !important;
    font-family: var(--font-Oxygen);
    width: 100%;
}

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


/*404 page --------------------------------------------*/

.tq-title-heading.heading-tag h1 {
    text-align: center;
    position: relative;
    padding-top: 10%;
    margin: 0 !important;
    font-size: 38px !important;
    font-weight: 600;
    font-family: var(--font-Oxygen) !important;
}

.thank-you-title p {
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    font-family: var(--font-Oxygen);
}
.thank-you-col .et_pb_button_module_wrapper a.outline-btn-r {
    width: fit-content;
    display: block;
    background-color: var(--primarycolor-2);
    font-family: var(--font-Oxygen);
    color: var(--whitecolor) !important;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 0 !important;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 13px 60px 13px 60px !important;
    text-decoration: none !important;
}


.thank-you-col .et_pb_button_module_wrapper {
    text-align: -webkit-center;
    margin-top: 48px;
    padding-bottom: 20%;
}


.tq-title-heading.heading-tag h1::before {
    position: absolute;
    content: "";
    width: 214px;
    height: 2px;
    background: var(--primarycolor-2);
    bottom: -13px;
    text-align: center;
}