.noxxButton a, button[type="submit"]{
    background-color: red !important;
    background: linear-gradient(269.98deg, #014E82 -113.78%, rgba(29, 142, 188, 0.53) 180.46%) !important;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
transition: all .5s;
}
.noxxButton a:Hover, button[type="submit"]:Hover{
    background-color: #014E82 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);
.rowItemTitle{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 127%;
    text-align: center;
    color: #FFFFFF;
}
.rowItemSeparator {
    height: 0px;
    width: 73px;
    margin-top: 15px !important;
}
.rowItemDesc{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 127%;
    text-align: center;
    color: #FFFFFF;
}
.forthRowsRow {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 443px !important;
    height: 443px;
    background-size: 902px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Group-220-1.png);
}
.forthRowsRow.forthRowsRow1 {
    background-position: 0 0 !important;
}
.rowsItemParent > .elementor-container{
    justify-content: center;
    grid-gap: 14.7px !important;
}
.rowItemTitle, .rowItemSeparator, .rowItemDesc{
    margin: auto;
}
.forthRowsRow.forthRowsRow2 {
    background-position: right top !important;

}
.forthRowsRow.forthRowsRow3 {
    background-position: 0 bottom !important;
}
.forthRowsRow.forthRowsRow4 {
    background-position: 100% bottom !important;
}
.forthRowsRow .elementor-widget-html {
    width: 227px !important;
    display: block !important;
    text-align: center !important;
    margin: auto;
}
.forthRowsRow1 > .elementor-widget-wrap {
    margin: auto;
    margin-top: 198px;
    margin-left: 127px;
    width: auto;
    display: block !important;
    text-align: center;
}
.forthRowsRow2 > .elementor-widget-wrap {
    margin: auto;
    margin-top: 198px;
    margin-right: 100px;
    width: auto;
    display: block !important;
    text-align: center;
}
.forthRowsRow3 > .elementor-widget-wrap {
    margin: auto;
    margin-top: 135px;
    margin-left: 127px;
    width: auto;
    display: block !important;
    text-align: center;
}
.forthRowsRow4 > .elementor-widget-wrap {
    margin: auto;
    margin-top: 135px;
    margin-right: 122px;
    width: auto;
    display: block !important;
    text-align: center;
}
.rowItemSeparator {
    opacity: 0;
    transition: all .5s;
}
.forthRowsRow:Hover .rowItemSeparator{
    opacity: 1;
    height: 20px;
}
.forthRowsRow1 .rowItemSeparator, .forthRowsRow2 .rowItemSeparator{
    border-top: 2px solid #FFFFFF;
}
.forthRowsRow3 .rowItemSeparator, .forthRowsRow4 .rowItemSeparator{
    border-top: 2px solid #FFFFFF;
}
.forthRowsRow{
    position: relative;
}
.forthRowsRow3:after, .forthRowsRow2:before, .forthRowsRow3:before, .forthRowsRow4:before {
    content: "";
    background: #F6F6F6;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: 13px auto;
    padding: 16px;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
}
.rowsItemParent.view{
    opacity: 1;
}
.forthRowsRow3:after {
    margin: 0;
    top: -34px;
    left: 144px;
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Vector-1.png);
        background-size: 25px auto;
}
.forthRowsRow2:before {
    margin: 0;
    left: -36px;
    top: 157px;
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Vector-2.png);
}
.forthRowsRow4:before {
    margin: 0;
    top: -36px;
    right: 152px;
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Vector-3.png);
}
.forthRowsRow3:before {
    margin: 0;
    right: -36px;
    bottom: 130px;
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Vector.png);
    background-size: 25px auto;

}
.coloredSeparator .elementor-heading-title{
    width: max-content;
    margin: auto !important;
}
.coloredSeparator .elementor-heading-title:after {
    content: "";
    display: block;
    height: 9px;
    background: linear-gradient(to right, #014E82, #1D8EBC);
    display: block;
    min-width: initial;
    max-width: 30%;
    width: 100%;
    margin: auto;
    position: relative;
    top: 25px;
    transition: all .5s;
    margin-bottom: 25px;
}
.blackSeparator .elementor-heading-title:after {
    content: "";
    display: block;
    height: 9px;
    background: black;
    display: block;
    min-width: initial;
    max-width: 30%;
    width: 100%;
    margin: auto;
    position: relative;
    top: 25px;
    transition: all .5s;
    margin-bottom: 25px;
}
.blackSeparator{
    max-width: 602px;
    margin: auto !important;
}
.coloredSeparator .elementor-heading-title:Hover:after, .blackSeparator .elementor-heading-title:Hover:after{
    max-width: 100%;
    top: 0;
}
div[data-elementor-type="footer"] button[type="submit"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative;
    display: block;
    margin-left: 0;
    min-width: 144px;
    background: linear-gradient(180.02deg, #A4CCDC 0.02%, #1D8EBC 184.36%) !important;
    border-radius: 5px !important;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    transition: background-color .5s !important;
    background-color: #6cb2cf !important;
    min-height: 48px !important;
    margin: auto !important;
    margin-left: -25px !important;
    margin-top: -30px !important;
}
div[data-elementor-type="footer"] button[type="submit"]:Hover{
    background: #014E82 !important;
    background-color: #014E82 !important;
}
div[data-elementor-type="footer"] input[type="email"], div[data-elementor-type="footer"] input[type="text"]{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #A9A9A9 !important;
    margin-bottom: 10px;
}
div[data-elementor-type="footer"] a{
    transition: color .5s;
}
div[data-elementor-type="footer"] a:Hover {color: #1D8EBC !important}
html body .elementor-carousel-image {
    background-size: 100% auto !important;
    background-position: 100% 100% !important;
}

.iconItem{
    transition: initial !important;
}
.iconItem *{
    padding: 0px !important;
}
.iconItem img{
    width: 32px !important;
}
.iconItem a{
    padding: 45px !important;
}

.aboutUsHeader .elementor-background-overlay{
    opacity: initial !important;
}
.sliderImage {
    width: 352px !important;
    height: 352px !important;
    background: #D9D9D9;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: auto !important;
}
.sliderImageDescription {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0px 0px 5px 5px;
    height: 65.28px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;

    position: absolute;
    bottom: 0;
}
.sliderImage .elementor-widget-container {
    width: 352px !important;
    height: 352px !important;
}
.sliderImage img, .sliderImage a {
    width: 100%;
    height: 100%;
}
.sliderItem {
    margin-bottom: 93px;
}
.sliderImageDescription {
    width: 352px !important;
}
.sliderImageDescription *{

    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
    color: #000000 !important;
    margin: auto !important;
}
.sliderItem > div{
    padding-bottom: 0 !important;
}

html body .elementor-carousel-image-overlay {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0px 0px 5px 5px;
    height: 97px;
    bottom: 0 !important;
    top: initial;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 127%;
    text-align: center;
    color: #000000;
}
.homeSLideCOntainer .swiper-slide {
    background: #D9D9D9;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.12);
    border-radius: 5px !important;
}
html body .elementor-carousel-image {
    background-size: cover !important;
    background-position: center !important;
}
.singleContainer {
    max-width: 820px;
    margin: auto;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
body.single  .ast-container .elementor-widget-heading {
    background: linear-gradient(0deg, rgba(29, 142, 188, 0) 5.88%, #1D8EBC 116.21%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 111px 10px;
}
body.single  .ast-container .elementor-widget-heading h1{
    color: black !important;
    max-width: 600px;
    text-align: center;
}
body.single  .ast-container {
    flex-direction: column;
    max-width: initial;
    padding: 0;
}
.singleContent {
    max-width: 700px;
    margin: auto;
    margin-top: 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 127%;
    text-align: right;
    color: #000000;
}
img.imagePost {
    max-width: 100%;
    object-fit: cover;
    margin: auto;
}
body.single  .ast-container .elementor-widget-heading {
    padding-bottom: 50px;
    background-position: center -200px !important;
    background-repeat: no-repeat;
}
.elementor-12 .elementor-element.elementor-element-a476bf3 .elementor-main-swiper {
    overflow-y: visible !important;
    overflow-x: hidden !important;
}
.swiper-slide, .sliderImage{
    transition: box-shadow .5s !important;
}
.swiper-slide:Hover{
    box-shadow: initial !important;
}
.sliderImage:Hover{
    box-shadow: initial !important;
}
.elementor.elementor-22.elementor-location-header {
    position: sticky;
    top: 0px;
    z-index: 9999999;
    background: white;
}
.admin-bar .elementor.elementor-22.elementor-location-header {
    top: 32px;
}
.elementor-message.elementor-message-success {
    display: none !important;
}
.homeSecondSection {
    background-color: #f6f6f6;
    margin: auto !important;
}
.homeThirdSection {
    background: linear-gradient(0deg, #1D8EBC52 0%, #f6f6f6) !important;
}
/* @media (max-width: 1500px) and (min-width: 769px){
    .forthRowsRow {
        width: 350px !important;
        height: 350px;
        background-size: 700px auto;
    }
    .rowItemTitle {
        font-size: 19px;
    }
    .rowItemDesc {
        font-size: 16px;
        max-width: 175px;
    }
    .forthRowsRow1 > .elementor-widget-wrap {
        margin-top: 150px;
        margin-left: 60px;
    }
    .forthRowsRow2 > .elementor-widget-wrap {
        margin-top: 150px;
        margin-right: 35px;
    }
    .forthRowsRow3 > .elementor-widget-wrap {
        margin-top: 105px;
        margin-left: 60px;
    }
    .forthRowsRow4 > .elementor-widget-wrap {
        margin-top: 105px;
        margin-right: 60px;
    }
    .forthRowsRow2:before {
        top: 100px;
    }
    .forthRowsRow4:before {
        right: 100px;
    }
    .forthRowsRow3:before {
        bottom: 100px;
    }
    .forthRowsRow1:before {
        left: 100px;
    }
} */
.rowsItemParent, .diagramContainer  > div > div > .elementor-widget-wrap.elementor-element-populated{
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.rowsItemParent:first-child {
    margin-bottom: auto !important;
}
.diagramContainer  > div > div > .elementor-widget-wrap.elementor-element-populated{
    display: flex;
    flex-direction: column !important;
    grid-gap: 14.7px;
}


html body .elementor-location-footer ul.elementor-nav-menu li a.elementor-item.menu-link{
    justify-content: flex-start !important;
    padding-left: 0 !important;
}


@media (max-width: 1500px) and (min-width: 1025px){
    html{
        zoom: 80%;
    }
}
.iconItem  .elementor-widget-container {
    border-radius: 50%;
    height: auto !important;
    width: max-content !important;
    min-width: initial !important;
    min-height: initial !important;
    padding: 0 !important;
    transition: background-image .5s;
    margin: auto;
    background: linear-gradient(180deg, #65CCF5 0%, #1D8EBC00 100%);
}
.iconItem .elementor-widget-wrap.elementor-element-populated {
    background: initial !important;
    width: max-content !important;
    height: auto !important;
}
.iconItem .elementor-widget-container:Hover {
    background-image: url(https://rel.noxx.website/wp-content/uploads/2022/06/Ellipse-37.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sliderImageDescription a {
    text-decoration: initial !important;
}