@media (max-width: 1920px) {}
@media (max-width: 1600px) {}
@media (max-width: 1200px) {}
@media (max-width: 1024px) {}
@media (min-width: 992px) {
    #homeTop .container {
        max-width: 100%;
        padding: 0;
    }

}
@media (max-width: 992px) {
    #homeTop {
        padding:0
    }
    .homeTopSlider .sliderItemimage img {
        aspect-ratio: 1/0.6;
        object-fit: cover;
        object-position: center;
    }
    .homeTopSlider .sliderItemcontent strong {
        font-size: 22px;
        line-height: normal;
    }
    .homeTopSlider .sliderItemcontent p {
        font-size: 16px;
        line-height: normal;
    }
        .headerRight {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .hc-nav-trigger {
        position: relative;
        top:auto
    }
    header .topMenu {
        padding-top:0;
        margin-top:0;
        border:0;
        margin-left: 20px;
    }
    #homeSolutions .item {
    padding-top:20px;
    background: transparent;
}
#homeSolutions .two  .item{
        background: #0083E3;
}
#homeSolutions .two .solutionItems {
    background: #0083E3;
}
#homeSolutions .two .solutionItems .solutionText a  {
    color: #fff;
}
#homeSolutions .two .solutionItems  img {
    filter: invert(100%) sepia(100%) grayscale(100%);
}
#homeSolutions .three  .item{
        background: transparent
}
#homeSolutions .three .solutionItems {
    background: #E3E9F1;
        opacity: 0.4 !important;
}
#homeSolutions .three .solutionItems .solutionText a  {
    color: #000;
}
#homeSolutions .three .solutionItems  img {
    filter: invert(0%) sepia(0%) grayscale(0%);
}
#homeAbout {
    padding:40px 0
}
.faqPhoto {
    margin-bottom:20px;
}
.faqPhoto img {
    width: 100%;
}
.footerLogo {
    text-align: center;
    margin-bottom: 50px;
}
footer .social {
    justify-content: center;
    margin-bottom: 50px;
}
footer .social svg {
    width: 32px;
    height: 32px;
}

footer .social a+a {
    margin-left: 20px;
}
.footerMenus {
    width: 100%;
}
.footerMenus > ul {
    justify-content: space-between;
}
.footerContact {
    display: flex;
    justify-content: center !important;
    width: 100%;
    margin-top:50px;
    flex-wrap: wrap;
}
.footerContact strong {
    display: block;
    width: 100%;
    text-align: center;
}
.footerContact * + * {
    margin-left: 20px;
}
.contactRight {
    margin-top:40px
}
}
@media (max-width: 768px) {
#homeSolutions .solutionItems {
      opacity: 0.4 !important;
}
#homeSolutions .one  .item{
        background: #0083E3;
}
#homeSolutions .one .solutionItems {
    background: #0083E3;
    opacity:1 !important;
}
#homeSolutions .one .solutionItems .solutionText a  {
    color: #fff;
}
#homeSolutions .one .solutionItems  img {
    filter: invert(100%) sepia(100%) grayscale(100%);
}
#homeSolutions .two  .item{
        background: transparent
}
#homeSolutions .two .solutionItems {
    background: #E3E9F1;
        opacity: 0.4 !important;
}
#homeSolutions .two .solutionItems .solutionText a  {
    color: #000;
}
#homeSolutions .two .solutionItems  img {
    filter: invert(0%) sepia(0%) grayscale(0%);
}
.footerMenus > ul {
    flex-direction: column;
    align-items: center;

}
.footerMenus > ul >li + li {
    margin-left:0;
    margin-top:20px
}
.footerMenus ul li a {
    display: block;
    width: 100%;
    text-align: center;
}
.footerContact {
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 576px) {
    #homeSolutions {
        margin-top:40px
    }
    .homeSloganContent {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    .homeSloganContent .slogan {
        margin-bottom: 20px;
    }
    #homeAbout .aboutText {
        font-size:16px
    }
    .homeTopSlider .sliderItemimage img {
        aspect-ratio: 1/1;
    }
}