.ps-container {
    max-width: 1480px !important;
}

.navigation .navigation__right {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: right;
    padding-left: 35px;
}
.widget_contact-us .widget_content h3 {
    color: #5e5e5e;
}
:root1 {
    --color-1st: linear-gradient(205deg, #15bcdf4d, #15bcdf0d 50%, #30e9be4d);
}
.header .header__top1 {
    background: var(--color-1st);
}
.navigation1 {
    background: var(--color-1st);
}
.header.header--sticky .header__top1 {
    background: #f4fffb;
}
.header .header__top {
    border-bottom-color: rgb(172 184 185 / 15%);
}
.ps-footer {
    background: linear-gradient(205deg,#15bcdf4d,#15bcdf0d 50%,#30e9be4d);
}
.ps-logo1{
    position: fixed;
    height: 65px;
    top: 10%;
}

body {
    background-color: #EFF8F9;
}