@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-Light.woff2') format('woff2'),
    url('../fonts/Calibri-Light.woff') format('woff'),
    url('../fonts/Calibri-Light.ttf') format('truetype'),
    url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri.woff2') format('woff2'),
    url('../fonts/Calibri.woff') format('woff'),
    url('../fonts/Calibri.ttf') format('truetype'),
    url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-LightItalic.eot');
    src: url('../fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
    url('../fonts/Calibri-LightItalic.woff') format('woff'),
    url('../fonts/Calibri-LightItalic.ttf') format('truetype'),
    url('../fonts/Calibri-LightItalic.svg#Calibri-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-Italic.woff2') format('woff2'),
    url('../fonts/Calibri-Italic.woff') format('woff'),
    url('../fonts/Calibri-Italic.ttf') format('truetype'),
    url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-Bold.woff2') format('woff2'),
    url('../fonts/Calibri-Bold.woff') format('woff'),
    url('../fonts/Calibri-Bold.ttf') format('truetype'),
    url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
    url('../fonts/Calibri-BoldItalic.woff') format('woff'),
    url('../fonts/Calibri-BoldItalic.ttf') format('truetype'),
    url('../fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body,h1,h2,h3,h4,html {
    font-family: Calibri,sans-serif !important;
}

:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --e-global-typography-primary-font-family: 'Calibri' !important;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5 ;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
body{
    overflow-x: hidden;
}
/*.grid-container{*/
/*    max-width: var(--container-w);*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
@media only screen and (max-width: 767px){
    .mobile-text-center svg{
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-text-center{
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-text-center h4{
        margin-top: 20px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
}


:root{
    --main-cl: #163767;
    --sub-cl: #E53323;
    --container-w: 72.917rem;
}

*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
    width: 4px;
    background-color: #cedbff;
}

*::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: unset !important;
    margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
body{
    overflow-x: hidden;
    font-size: 0.9375rem;
}
.grid-container{
    max-width: var(--container-w);
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al_center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.pb_0{
    padding-bottom: 0 !important;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gallery_item.has-link-video > a:before{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    background: transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #ffffff;
    border-right: 0 solid transparent;
    border-top: 9px solid transparent;
    content: ' ';
    display: block;
    height: 0;
    left: 51%;
    position: absolute;
    top: 50%;
    width: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.gallery_item.has-link-video > a:after{
    box-shadow: inset 0 3px 20px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 50%;
    content: ' ';
    display: block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_grid{
    grid-gap: 20px
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.wp-block-embed__wrapper{
    padding-bottom: 56.25%;
}
.wp-block-embed__wrapper > iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#popup_form{
    display: none;
    width: 600px;
    max-width: 95vw;
}
#popup_form form{
    margin-bottom: 0;
}
.my-form .form-group .select2 >.selection > span.select2-selection, .my-form .select-styled, .my-form input,.my-form select{
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: .97em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    box-shadow: unset !important;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-left: 20px;
    color: #163767 !important;
}
.my-form textarea{
    color: #163767 !important;
}
.my-form .form-group .select2 >.selection > span.select2-selection{
    display: flex;
    align-items: center;
    padding-right: 20px;
    background-position: right 20px top 50%;
}
.my-form .select-styled{
    display: flex;
    align-items: center;
}
#popup_form input:not([type='submit']){
    padding-left: 20px;
}
.success-form input[type='submit'],
.my-form input[type='submit']{
    background-color: #163767;
    color: #fff !important;
    font-size: 17px;
    padding: 0 40px;
    display: inline-block;
    font-weight: 400;
    border-radius: 40px;
    transition: all .3s ease;
    margin-right: 0;
    margin-left: 0;
}
.success-form input[type='submit']:hover,
.my-form input[type='submit']:hover{
    background-color: #e63323;
}
.m_0{
    margin: 0;
}
#popup_form > .text-center{
    margin-bottom: 20px;
}
#popup_form input[type='submit']:hover{
    background-color: #163767;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s ease;
}
#popup_form .success-form{
    display: none;
}
#popup_form .success-form form.processing > div{
    pointer-events: none !important;
    opacity: 0.8;
    filter: blur(3px);
}
.mt_0{
    margin-top: 0 !important;
}
#popup_form .form-group:not(:last-child){
    margin-bottom: 20px;
}
body .sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
body .failed .wpcf7-response-output,
body .invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
    position: absolute;
}
.wpcf7-spinner{
    display: none !important;
}
.my-button a {
    background-color: #e63323;
    color: #fff;
    font-size: 17px;
    padding: 8px 40px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    border-radius: 40px;
    transition: all .3s ease;
}
.my-button a:hover {
    background-color: #163767;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s ease;
}

.testimonials-section {
    margin-bottom: 60px;
}
.swiper-testimonials .swiper-slide {
    padding: .7vw 2vw 2.1vw;
}
.swiper-testimonials h3 {
    /*color: #1b365d;*/
    /*font-size: 24px;*/
    /*font-weight: 400;*/
    /*line-height: 120%;*/
    /*text-align: center;*/
    /*margin-bottom: .67em;*/
    /*margin-top: .67em;*/
    /*padding-bottom: 0;*/
}
.swiper-testimonials p {
    /*color: #7e8082;*/
    /*font-size: 14px;*/
    /*margin-bottom: 8px;*/
    /*text-align: center;*/
    /*margin-top: 0;*/
    /*line-height: 1.5;*/
}
.swiper-testimonials p em {
    /*font-style: italic;*/
    /*color: #7e8082;*/
}
.swiper-pagination .swiper-pagination-bullet {
    background: #1b365d;
    border: 2px solid #1b365d;
    border-radius: 100%;
    display: inline-block;
    height: 11px;
    opacity: 1;
    width: 11px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}
.home_products_swiper .swiper-pagination,
.home_applications_swiper .swiper-pagination{
    top: 102%;
}
.section-title {
    background: #1b365d;
    color: #ffffff;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: calc(1.5% + 27px);
    padding: 20px;
    text-transform: uppercase;
}
.menu #headerMenu > li > a{
    font-size: 18px;
    line-height: 34px;
    color: #163767;
}
.menu #headerMenu > li.current-menu-item > button > i,
.menu #headerMenu > li:hover > button > i,
.menu #headerMenu > li.current-menu-item > a,
.menu #headerMenu > li:hover > a{
    color: #e53323;
}
.menu #headerMenu > li > button{
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #163767;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 12px;
    margin-left: 5px;
}
.menu #headerMenu > li > ul.sub-menu{
    box-shadow: 0 5px 10px #dedede;
    pointer-events: none;
}
.menu #headerMenu > li:hover > ul.sub-menu{
    pointer-events: unset;
}
.header-search.has-dropdown{
    position: relative;
    height: 100%;
    display: inline-flex;
}
.header-search.has-dropdown .nav-dropdown{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-search.has-dropdown:hover .nav-dropdown{
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: unset;
    left: unset;
}
.header-search.has-dropdown .nav-dropdown .ux-search-submit{
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.bottom_holder .footer{
    display: flex;
    align-items: flex-start;
}
.footer_holder .footer .detail_block{
    margin-right: 0;
    width: 50%;
    padding-right: 40px;
}
.footer_column > h4{
    width: 100%;
}
.footer_column{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.footer_holder{
    position: relative;
}
.footer_column:nth-of-type(2){
    padding-top: 61px;
}
.footer_column:nth-of-type(2) > h4{
    position: absolute;
    right: 4%;
    width: max-content;
    bottom: 4%;
    font-size: 1.5rem;
}
.home_applications_swiper .item .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_applications_swiper .item .img_wrap{
    display: flex;
    position: relative;
    height: 250px;
    margin-bottom: 14px;
}
.contact_form .my-form{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.contact_form .my-form textarea{
    box-shadow: unset !important;
    height: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 20px;
}
.contact_form .my-form .col_12{
    width: 100%;
}
.contact_form .my-form .col_4{
    width: calc(100% / 3 - 20px);
}
.my-form .form-group{
    position: relative;
}
.select-styled{
    cursor: pointer;
}
.select2-container > .select2-dropdown > .select2-results > ul > li{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.select2-container > .select2-dropdown > .select2-search > input.select2-search__field{
    padding-left: 12px;
    padding-right: 12px;
}
.select2-container > .select2-dropdown > .select2-results > ul > li:hover{
    background-color: #c5c5c5 !important;
}
.select2-container > .select2-dropdown > .select2-results > ul > li.select2-results__option--highlighted{
    background-color: var(--main-cl) !important;
    color: #FFF;
}
#breadcrumbs, .yoast-breadcrumbs{
    line-height: 1.4;
}
#wrapper > #content,
#wrapper > .content{
    padding-top: 115px;
}
#wrapper > .menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.home_products_swiper .swiper-wrapper .swiper-slide > .product_line{
    height: 100%;
}
.home_products_swiper .swiper-wrapper .swiper-slide{
    height: auto;
}
.home_products_swiper .swiper-wrapper{
    align-items: unset;
}
#wrapper > .menu > .header-inner .menu_right button{
    width: max-content;
    max-width: 240px;
}
#wrapper > .menu > .header-inner .menu_right{
    display: flex;
    align-items: center;
}
#wrapper > .menu > .header-inner .menu_right,
#wrapper > .menu > .header-inner #headerMenu{
    position: unset;
}
#wrapper > .menu > .header-inner #headerMenu > li{
    margin-right: 30px;
}
#wrapper > .menu > .header-inner{
    display: flex;
    align-items: center;
    width: 1360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 240px;
    height: 100%;
    padding-bottom: 32px;
    padding-right: 40px;
}
.home_banner{
    overflow: unset;
}
.home_banner:before{
    position: absolute;
    content: '';
    right: 0;
    top: 62%;
    width: 125px;
    height: 622px;
    background-image: url('../images/lines_right-5cb3b26a93.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}
.show_tablet{
    display: none !important;
}
#search-lightbox .searchform > .flex-row{
    align-items: stretch;
}
#search-lightbox .searchform > .flex-row button[type='submit']{
    height: 100%;
    border: none;
    background-color: #163767;
}
#search-lightbox .searchform > .flex-row button[type='submit'] i{
    color: #fff !important;
}
#search-lightbox .searchform > .flex-row button[type='submit']:hover{
    background-color: #E53323;
}

.home_products_swiper:before,
.home_applications_swiper:before,
.swiper-testimonials:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, #FFF 10%, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
}
.home_products_swiper:after,
.home_applications_swiper:after,
.swiper-testimonials:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    transform: rotate(180deg);
    background: linear-gradient(to right, #FFF 10%, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
}
.swiper-testimonials:before{
    left: -15px;
}
.swiper-testimonials:after{
    right: -15px;
}
.home_banner .swiper-arrow,
.swiper-testimonials .swiper-arrow,
.home_products_swiper .swiper-arrow,
.home_applications_swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_banner .swiper-arrow.prev,
.swiper-testimonials .swiper-arrow.prev,
.home_products_swiper .swiper-arrow.prev,
.home_applications_swiper .swiper-arrow.prev{
    left: 40px;
}
.home_banner .swiper-arrow.prev svg,
.swiper-testimonials .swiper-arrow.prev svg,
.home_products_swiper .swiper-arrow.prev svg,
.home_applications_swiper .swiper-arrow.prev svg{
    transform: rotate(180deg);
}
.home_banner .swiper-arrow.next,
.swiper-testimonials .swiper-arrow.next,
.home_products_swiper .swiper-arrow.next,
.home_applications_swiper .swiper-arrow.next{
    right: 40px;
}
.home_banner .swiper-arrow:hover,
.swiper-testimonials .swiper-arrow:hover,
.home_products_swiper .swiper-arrow:hover,
.home_applications_swiper .swiper-arrow:hover{
    transform: translateY(-50%) scale(1.2);
}
/*.img_add_shadow{*/
/*    position: relative;*/
/*    padding: 0 !important;*/
/*}*/
/*.img_add_shadow:before,*/
/*.img_add_shadow:after{*/
/*    left: -1px;*/
/*    right: -1px;*/
/*    top: -1px;*/
/*    bottom: -1px;*/
/*    width: calc(100% + 2px);*/
/*    height: calc(100% + 2px);*/
/*    position: absolute;*/
/*    content: '';*/
/*    z-index: 3;*/
/*    pointer-events: none !important;*/
/*}*/
/*.img_add_shadow:before{*/
/*    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 8%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 88%, rgba(255,255,255,0.3) 92%, rgba(255,255,255,1) 100%);*/
/*}*/
/*.img_add_shadow:after{*/
/*    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 8%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 88%, rgba(255,255,255,0.3) 92%, rgba(255,255,255,1) 100%);*/
/*}*/
.intro_block{
    margin-top: 0 !important;
}
.header_image .header_intro{
    top: 2.5%;
}
.header_image .header_intro span{
    font-style: italic;
}
.benefits_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_home figure.elementor-image-box-img img {height: 250px;width: 100%;object-fit: cover;}
.cta_home_text h2 {
    color: #fff;
    text-shadow: 1px 1px 7px rgba(0,0,0,.95);
}

.cta_home_text p {
    text-shadow: 1px 1px 7px rgba(0,0,0,.95);
}
.cta h3 {
    margin: 0;
}
.privacy_disclaimer a {
    color: #163767;
    margin: 0 11px 0 7px;
}
body #logo img, body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

.header-main {
    height: auto !important;
    padding: 5px 0;
    background: #fff;
}
main#main{
    /*margin-top: -2.083rem;*/
}
div#logo img{
    width: 100%;
}
.wp-block-post-tile-listing__post .wp-block-post-tile-listing__img img {
    height: 250px;
    object-fit: cover;
}
/*@media only screen and (max-width: 1600px) {*/
/*    header#header .header-wrapper{*/
/*        background-position: -194px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1500px) {*/
/*    header#header .header-wrapper {*/
/*        background-position: -240px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1400px) {*/
/*    header#header .header-wrapper {*/
/*        background-position: -280px;*/
/*    }*/
/*    header#header .header-wrapper .header-inner{*/
/*        padding: 10px 15px;*/
/*    }*/
/*}*/
header#header .header-wrapper{
    /*background-image: url(../images/header_background.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0;*/
    /*background-size: cover;*/
    /*padding: 0 0 33px;*/
    /*box-shadow: unset !important*/
}
div#logo{
    position: relative;
    top: 10px
}
div#logo > a > img{
    position: relative;
    z-index: 25;
}
div#logo > a{
    /*position: relative;*/
    z-index: 20;
}
div#logo > a:before{
    position: absolute;
    z-index: -1;
    top: -7px;
    background-position: bottom left;
    left: -27px;
    background-color: #fff;
    border-radius: 100%;
    width: 82%;
    height: 123%;
    content: '';
    box-shadow: 0 0 10px #c5c5c5;
}
div#logo > a:after{
    position: absolute;
    z-index: 23;
    top: -7px;
    background-position: bottom left;
    left: -27px;
    background-color: #fff;
    border-radius: 100%;
    width: 82%;
    height: 123%;
    content: '';
}
div#logo:after{
    width: 100vw;
    height: 110px;
    left: calc(0px - calc(calc(100vw - 1360px) / 2));
    top: -15px;
    position: absolute;
    content: '';
    background-color: #FFF;
    z-index: 22;
    box-shadow: 0 0 10px #c5c5c5;
}
header#header .header-wrapper .header-inner{
    padding: 0;
}
header#header .header-wrapper .header-inner > .flex-col{
    position: relative;
    z-index: 25;
}
header .container{
    max-width: 1360px;
}
header#header .nav-dropdown>li>a {
    color: #163767;
    text-decoration: none;
    font-weight: normal;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

div#masthead .nav>li>a {
    font-size: 18px;
    line-height: 34px;
    color: #163767;
    font-weight: normal;
    text-decoration: none;
}

div#masthead .nav>li {
    margin: 0;
}

div#masthead .nav>li+li {
    margin-left: 30px;
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}



.nav-dropdown-has-border .nav-dropdown {
    border: none;
    box-shadow: none;
    box-shadow: 0 5px 10px #dedede;
}

header#header .nav-dropdown>li>a:hover {
    color: #e53323;
}

.header-bg-color {
    background: #fff;
}

.header-bg-container {
    display: none;
}

div#masthead .nav>li.current-menu-item>a {
    color: #e53323;
}

.header-button-1 a {
    background-color: #163767;
    padding: 20px 44px;
    border: none;
    color: #fff;
    border-radius: 45px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    margin-left: 30px !important;
}

.header-button-1 a span {
    line-height: 1;
}

.header-search i {
    font-size: 24px !important;
}
header#header {
    height: auto !important;
}

header#header {
    box-shadow: none !important;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
}
.header-wrapper.stuck{
    box-shadow: unset;
}
.top-divider {
    display: none;
}
.page_title span {
    color: #163767;
    text-shadow: none;
    font-size: 15px;
    font-weight: 400 !important;
    display: block;
    line-height: 1.8;
}

.page_title h1,
.page_title h2{
    font-style: italic;
    margin-top: 19px;
}

.page_title h1:after,
.page_title h2:after{
    content: "";
    position: absolute;
    bottom: -30px;
    height: 3px;
    width: 74px;
    background-color: #e63323;
    left: calc(50% - 37px);
}
.elementor-swiper-button{
/*    width: 65px;*/
/*    height: 65px;*/
/*    background-image: url(../images/arrow_right.svg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
    z-index: 9 !important;
    /*transition: .5s all;*/
/*    right: 30px !important;*/
}
/*.elementor-swiper-button:hover{*/
/*    transform: translateY(-50%) scale(1.1) !important;*/
/*}*/
/*.elementor-swiper-button svg{*/
/*    display: none;*/
/*}*/
/*.elementor-swiper-button.elementor-swiper-button-prev{*/
/*    background-image: url(../images/arrow_left.svg);*/
/*    transform: translateY(-50%) rotate(180deg) !important;*/
/*    left: 30px !important;*/
/*}*/
/*.elementor-swiper-button.elementor-swiper-button-prev:hover{*/
/*    transform: translateY(-50%) rotate(180deg) scale(1.1) !important;*/
/*}*/
.home_products_swiper h3{
    font-size: 24px;
}
.home_products_swiper .swiper {
    padding: 0 80px;
}
.product_line .read_more_light {
    position: absolute;
    bottom: 20px;
}

.elementor-461 .elementor-element.elementor-element-45cc664 {
    position: unset !important;
}
.read_more_light.red a {
    color: transparent;
    background-position: right center;
    background-image: url(../images/arrow_red.svg) !important;
}
.footer{
    background-image: url(../images/icon_footer.svg) !important;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top 35px left;
    background-size: 20px;
}
#main, #wrapper {
    overflow: hidden;
}
.elementor-878 .elementor-element.elementor-element-3bc7b6b {
    position: unset;
}
h4.uk-scrollspy-inview {
    color: #163767;
    font-weight: 400;
    font-size: 17px;
    margin-top: 40px;
}
.body_advanced .button {
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
}

.body_advanced .button a {
    margin: 0;
}
.product_line h3{
    font-size: 24px;
}
.related_applications a {
    border-top: 1px solid rgba(22,55,103,.2);
    display: flex;
    margin-bottom: 0;
    font-size: 22px !important;
    transition: all .3s;
    margin-top: 0;
    font-style: unset !important;
    text-transform: unset;
    font-weight: 400;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.related_applications a:after{
    content: '';
    width: 55px;
    height: 55px;
    background-image: url(../images/arrow_right.svg);
    display: inline-block;
    background-size: contain;
    background-position: center;
    flex: 0 0 auto;
    margin-left: 20px;
}


.related_applications [data-elementor-type="loop-item"]:last-child a{
    border-bottom: 1px solid rgba(22,55,103,.2);
}

.product_holder a:hover {
    background: #e63323;
    color: #fff !important;
}
.read_more_dark {
    position: absolute;
    bottom: 0;
}
.elementor-782 .elementor-element.elementor-element-1eebc3f {
    position: unset;
}
.product_categories .product_category img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.product_categories .product_category .elementor-widget-image a {
    width: 100%;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.elementor-widget-nk_fixed_button a.fixed-back-to-overview-button{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #163767;
    font-size: 18px;
    line-height: 24px;
}
.elementor-element.elementor-widget.elementor-widget-nk_fixed_button{
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}
header#header .header-nav-main{
    justify-content: center;
}
header#header .header-wrapper #masthead .container{
    max-width: 100%;
    width: 100%;
    padding-right: calc(calc(100vw - 1360px) / 2);
    padding-left: 80px;
}
div#logo:after{
    left: -80px;
    pointer-events: none;
}
@media only screen and (max-width: 1600px){
    .header_image .header_intro{
        left: 12%;
        top: 3.5%;
        width: 320px;
    }
    .header_image .header_intro span{
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .header_image .header_intro .read_more_light{
        background-size: 40px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 1400px){
    .header_image .header_intro{
        top: 1.5%
    }
}
@media only screen and (max-width: 1300px){
    .header_image .header_intro{
        top: 2.5%
    }
    .header_image .header_intro{
        left: 8%;
    }
    .header_image .header_intro span{
        font-size: 30px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px){
    #wrapper > .menu > .header-inner{
        padding-left: 290px;
    }
}
@media only screen and (max-width: 1199px){
    header#header .header-wrapper{
        background-image: unset;
        padding-top: 0 !important;
    }
    .c-entry-header-featured{
        flex-direction: column;
    }
    .block_header .block_image {
        height: 347px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .uk-grid>*{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .uk-grid{
        margin-left: 0 !important;
    }
    .menu #headerMenu{
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        visibility: hidden;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        top: 53px;
        left: 0;
        transition: all .4s;
        padding-left: 40px;
        width: 100%;
    }
    .menu_right button {
        display: none;
    }
    .menu .hamburger {
        display: inline-block;
    }
    #wrapper > .menu .logo{
        top: 50%;
        transform: translateY(-50%);
    }
    #wrapper > .menu > .header-inner{
        background-color: #FFF;
        padding-bottom: 0;
    }
    #wrapper > .menu{
        height: 70px;
    }
    .menu.active #headerMenu {
        visibility: visible;
        max-height: 75vh;
        overflow: auto;
        transition: all 1s;
        padding: 40px;
        background-color: #fff;
        box-shadow: 0 8px 8px -3px rgba(0, 0, 0, .44);
        z-index: -1;
    }
    .menu #headerMenu > li > ul.sub-menu{
        box-shadow: unset
    }
    #wrapper > #content,
    #wrapper > .content{
        padding-top: 70px;
    }
    #wrapper > .menu .header-inner{
        justify-content: flex-end;
    }
    #wrapper > .menu .hamburger{
        order: 3;
        position: relative;
        top: unset;
        right: unset;
        margin-right: 0;
        margin-left: 20px;
        min-width: 32px;
    }
    #wrapper > .menu > .header-inner #headerMenu{
        position: absolute;
    }
    .footer_column:nth-of-type(2) > h4{
        bottom: 20px;
    }
    .header_image .top_element > svg{
        width: 100%;
        height: 100%;
    }
    .header_image .top_element{
        width: 55%;
    }
    .content .header_image .header_intro{
        left: 8%;
        top: 1%;
        max-width: 420px;
    }
    .header_image .header_intro span{
        font-size: 32px;
        line-height: 36px;
    }
    .show_tablet{
        display: block !important;
    }
    /*.home_products_swiper:after, .home_applications_swiper:after, .swiper-testimonials:after{*/
    /*    width: 120px;*/
    /*    background: linear-gradient(to left, #FFF 10%, rgba(255, 255, 255, 0.06) 85%, rgba(255, 255, 255, 0) 100%);*/
    /*}*/
    /*.home_products_swiper:before, .home_applications_swiper:before, .swiper-testimonials:before{*/
    /*    width: 120px;*/
    /*    background: linear-gradient(to right, #FFF 10%, rgba(255, 255, 255, 0.06) 85%, rgba(255, 255, 255, 0) 100%);*/
    /*}*/
    .home_banner .swiper-arrow.prev, .swiper-testimonials .swiper-arrow.prev, .home_products_swiper .swiper-arrow.prev, .home_applications_swiper .swiper-arrow.prev{
        left: 20px;
    }
    .home_banner .swiper-arrow.prev, .swiper-testimonials .swiper-arrow.prev, .home_products_swiper .swiper-arrow.prev, .home_applications_swiper .swiper-arrow.prev{
        right: 20px;
    }
    header#header .header-wrapper{
        padding: 0 !important;
    }
    main#main {
        margin-top: 0;
    }
    div#logo:after{
        width: 200vw;
        left: -50vw;
        top: -20px;
    }
    header#header .header-wrapper #masthead .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media only screen and (max-width: 991px){
    .home_banner:before{
        display: none !important;
    }
    .contact_form .my-form .col_4{
        width: calc(50% - 10px);
    }
    .contact_form .my-form{
        gap: 20px
    }
    .bottom_holder .footer{
        flex-wrap: wrap;
    }
    .footer_column{
        width: 100%;
    }
    .wp-block-buttons .wp-block-button.is-style-icon .wp-block-button__link{
        padding-right: 12px !important;
    }
    .single-post .c-content-area > aside,
    .single-post .c-content-area > main{
        flex-basis: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }
    .single-post .c-content-area > aside{
        padding-top: 40px !important;
    }
    .single-post .c-content-area{
        flex-wrap: wrap;
    }
    .o-social-share{
        display: none !important;
    }
    .gallery_grid.grid_3{
        grid-template-columns: 1fr 1fr;
    }
    .footer_column:nth-of-type(2){
        padding-top: 0;
    }
    .content .header_image .top_element{
        width: 75%;
        left: -17%;
    }
    .content .header_image .header_intro{
        left: 5%;
        max-width: 320px;
    }
    .header_image .header_intro span, .header_image h1{
        margin-bottom: 10px;
    }
    header#header .header-wrapper .header-inner{
        /*box-shadow: 0 0 10px #dedede*/
    }
    header#header .header-wrapper .header-inner #logo{
        width: 120px;
    }
    header#header .header-wrapper #masthead{
        padding: 0 !important;
    }
    header#header .header-wrapper .header-inner{
        padding: 10px 15px;
    }
    div#logo{
        top: 0;
    }
    div#logo > a:before,
    div#logo > a:after{
        height: 130%;
        left: -20px;
    }

    div#logo:after{
        height: 81px;
    }
    .medium-logo-left .flex-right{
        margin-top: -5px;
    }
    header#header .header-wrapper #masthead{
        background-color: transparent !important;
    }
    body #wrapper #main{
        margin-top: -20px;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element > .e-con-inner > .elementor-element:last-of-type,
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element > .elementor-element:last-of-type{
        margin-top: auto;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element .elementor-icon-wrapper{
        display: flex;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element .e-grid{
        display: flex;
        align-items: center;
        margin-top: auto;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element .e-grid > .elementor-element{
        width: auto;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element .e-grid > .elementor-element > .elementor-widget-container{
        margin: 0 !important;
    }
    .elementor-element-8a29433 .swiper-slide > .elementor-element > .e-con-inner > .elementor-element {
        height: 100%;
    }
}
@media only screen and (max-width: 767px){
    .agency-ui--sidebar>.wp-block-column:not(:first-child){
        width: 100%;
        margin-left: 0 !important;
        flex-basis: 100% !important;
    }
    .uk-grid>*{
        padding-left: 0;
    }
    .gallery_item > a:after{
        width: 50px;
        height: 50px;
    }
    .gallery_item > a:before{
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 12px;
    }
    .single-application .landing_content > .body_advanced:first-of-type{
        margin-top: 0 !important;
    }
    .uk-grid{
        margin-left: 0;
    }
    .uk-grid>*{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .landing_content{
        margin-bottom: 60px;
    }
    .body_advanced .button a{
        padding: 8px 20px;
    }
    .home_applications_swiper .swiper{
        padding-left: 50px;
        padding-right: 50px;
    }
    #wrapper > #content,
    #wrapper > .content{
        padding-top: 68px;
    }
    .footer_holder .footer .detail_block{
        padding-right: 15px;
    }
    .content .header_image .top_element{
        width: 400px;
        left: -80px;
    }
    .header_image .header_intro .read_more_light{
        background-size: 40px;
        padding-left: 50px;
    }
    .header_image .header_intro span{
        margin-left: 0;
    }
    .social_holder .social .follow_us .fa{
        margin-left: 8px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    #wrapper > .menu .header-inner{
        padding-left: 160px;
        padding-right: 15px;
    }
    .footer_holder .footer .detail_block{
        width: 100%;
    }
    .headerimage .empty_header{
        min-height: 100px;
    }
    .headerimage .page_title h1:after{
        bottom: -10px;
    }
    .footer_column:nth-of-type(2) > h4{
        bottom: 20px;
    }
    .content .header_image .header_intro{
        left: 5%;
        max-width: 250px;
        top: 3%;
    }
    #wrapper > .menu{
        height: 68px;
    }
    #wrapper > .menu .logo{
        width: 100px;
    }
    #wrapper > .menu .hamburger{
        margin-top: 0;
    }
    .contact_form .my-form .col_4{
        width: 100%;
    }
    .page-template-home .swiper-arrow{
        display: none !important;
    }
    .home_products_swiper:after, .home_applications_swiper:after, .swiper-testimonials:after,
    .home_products_swiper:before, .home_applications_swiper:before, .swiper-testimonials:before{
        display: none !important;
    }
    .header_image .header_intro span{
        font-size: 20px;
        line-height: 24px;
    }
    .content .header_image .header_intro{
        left: 3%;
        top: 2%;
        max-width: 260px;
    }
    body, html {
        font-size: 16px;
        line-height: 1.8;
    }

    .product_line h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .read_more_dark a, .read_more_light a {
        padding: 25px 0 25px 70px;
    }

    .read_more_dark a, .read_more_light a {
        padding: 15px 0 15px 50px;
        font-size: 16px;
        background-size: 40px;
    }
    .quote h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    #logo {
        width: 115px !important;
    }

    div#logo:before {
        display: none;
    }

    div#logo {
        top: 0;
    }
    .home_products_swiper .swiper {
        padding: 0 50px;
    }
    svg.line_top_left {
        display: none;
    }
    .elementor iframe {
        height: 250px;
    }
    .related_applications a {padding: 15px !important;}
    .read_more_light.red a span {
        display: none;
    }

    .read_more_light.red a {
        padding: 25px 0 25px 74px !important;
        transform: scale(1) !important;
        background-size: contain;
    }
    .wp-block-post-tile-listing__post .wp-block-post-tile-listing__img img {
        height: 150px;
        object-fit: cover;
    }
    .elementor-swiper-button {
        display: none !important;
    }
    .elementor-309 .elementor-element.elementor-element-370632a .elementor-swiper-button{
        display: flex !important;
        font-size: 36px !important;
    }
    .elementor-element.elementor-widget.elementor-widget-nk_fixed_button{
        display: none !important;
    }
    .elementor-element-8a29433 .e-n-carousel{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body #wrapper #main {
        margin-top: -10px;
    }
    div#logo > a:before, div#logo > a:after{
        height: 140%;
        left: -16px;
        width: 90%;
    }
    div#logo > a > img{
        transform: scale(1.1) translateX(6%) translateY(7%);
    }
}

.wpcf7 .my-form input[type='submit']{
    width: auto;
    display: block;
    margin: auto !important;
}

li.select2-results__option{
    margin-bottom: 0 !important;
}
.elementor-element-8a29433 .swiper-slide .elementor-heading-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.elementor-element-8a29433 .swiper-slide .elementor-widget-text-editor{
    min-height: 12rem
}
.elementor-widget-icon,
.elementor-widget-icon .elementor-widget-container,
.elementor-icon-wrapper,
a.elementor-icon{
    display: inline-flex;
}