@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/**,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}*/

/*img
{
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}*/

.menu ul.menu-section>li:nth-child(2) {
    padding-right: 25px !important;
}

.menu ul.menu-section>li:nth-child(3) {
    padding-right: 25px !important;
}

.desktophide {
    display: none !important;
}

@media only screen and (max-width: 992px) {}

.brand {
    width: auto;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    margin-left: 20px;
}

.header .menu>ul>li>a {
    position: relative;
    display: block;
    color: #000000CC;
    font-size: 22px;
    padding: 10px 5px;
    font-family: "BarlowCondensed-Medium";
    cursor: pointer;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header .menu>ul>li>a:hover {
    color: #0267B5;
}

.header ul.menu-section>li>a.arrow-down-show>span {
    display: block;
    vertical-align: middle;
    position: relative;
}

.header ul.menu-section>li>a.arrow-down-show>span:after {
    content: '';
    background-color: transparent;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border: 1px solid #2B2B2B;
    display: inline-block;
    top: 11px;
    right: -21px;
    margin: 0 auto;
    transform: rotate(-45deg);
    z-index: 2;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    transition: .5s;
}

.header ul.menu-section>li:hover>a.arrow-down-show span:after {
    content: '';
    vertical-align: middle;
    border: 1px solid #0267B5;
    top: 11px !important;
    transform: rotate(135deg);
    z-index: 2;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    transition: .5s;
}

.header .menu>ul>li .menu-subs {
    height: auto;
    padding: 0;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 0%;
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 12px !important;
    background: none;
    box-shadow: none !important;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #e91e63;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #0267B5;
}

@media only screen and (min-width: 993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}

@media only screen and (max-width:1199px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #121212;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 999999;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        color: #000000CC;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu ul li a:hover {
        color: #0267B5 !important;
    }
    .header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 20px;
        top: 14px;
        right: 18px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 9999999;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fafafa;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 16px;
        width: auto;
        cursor: pointer;
        color: #0267B5;
        background: none;
        margin-left: 10px;
        border: none !important;
        outline: none;
    }
    .menu-mobile-arrow label {
        font-size: 16px;
        margin: 0px 0px 0px 10px;
        font-family: "BarlowCondensed-Medium";
        color: #0267B5;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        font-family: "BarlowCondensed-SemiBold";
        text-rendering: optimizeLegibility;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        cursor: pointer;
        width: 3.125rem;
        color: #121212;
        text-align: center;
        background: none !important;
        border: none !important;
        outline: none;
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu>ul>li .menu-subs.active {
        display: block;
        background: #fff;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block;
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem;
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .mega-menu-info ul li {
        width: 100%;
        float: left;
        margin: 0px 0px;
    }
}

.main {
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url(https://source.unsplash.com/pkhBlvTLyog/1920x1280);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

/*solution menu*/

.mega-menu-section {
    width: 100%;
    float: left;
    padding: 15px 5px;
}

.mega-menu-info {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

.mega-menu-info ul {
    width: 100%;
    float: left;
    display: flex;
}

.mega-menu-info ul li {
    width: 25%;
    float: left;
    margin: 0px 15px;
}

.divide-mega-menu {
    border-right: solid 1px #d5d5d5;
}

.menu-list-item {
    width: 100%;
    float: left;
    padding: 0px 15px;
    min-height: 100%;
}

.menu-list-item h3 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
    margin-left: -15px !important;
    float: left;
}

.menu-strip-item {
    width: 100%;
    float: left;
}

.sub-icons {
    float: left;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
}

.sublist-text {
    float: left;
    padding-left: 5px;
}

.sublist-text h5 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
}

.sublist-text h5 a {
    color: #333333;
}

.sublist-text h5 a:hover {
    color: #0267B5;
}

.sublist-text p {
    float: left;
    clear: both;
    font-size: 14px;
    color: #00000099;
    margin-bottom: 5px;
    line-height: 18px;
}

@media only screen and (min-width: 1151px) and (max-width: 1600px) {
    .header .menu>ul>li .menu-subs.menu-mega {
        z-index: 999999;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1150px) {
    .header .menu>ul>li .menu-subs.menu-mega {
        margin-top: 1px !important;
        z-index: 999999;
    }
    .menu ul.menu-section>li:nth-child(3) {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .righttop li:nth-child(3) {
        display: none;
    }
    .righttop li:nth-child(4) {
        display: none;
    }
    .header ul.menu-section>li>a.arrow-down-show>span:after {
        display: none !important;
    }
    .menu ul.menu-section>li:nth-child(1) {
        padding-right: 0px !important;
    }
    .menu ul.menu-section>li:nth-child(2) {
        padding-right: 0px !important;
    }
    .desktophide {
        display: block !important;
    }
    .mega-menu-section {
        padding: 0px !important;
    }
    .mega-menu-info {
        padding: 0px !important;
        border: none !important;
    }
    .menu ul.menu-section>li:nth-child(3) {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .righttop li:nth-child(3) {
        display: none;
    }
    .righttop li:nth-child(4) {
        display: none;
    }
    .header ul.menu-section>li>a.arrow-down-show>span:after {
        display: none !important;
    }
    .menu ul.menu-section>li:nth-child(1) {
        padding-right: 0px !important;
    }
    .menu ul.menu-section>li:nth-child(2) {
        padding-right: 0px !important;
    }
    .desktophide {
        display: block !important;
    }
    .mega-menu-section {
        padding: 0px !important;
    }
    .mega-menu-info {
        padding: 0px !important;
        border: none !important;
    }
    .menu ul.menu-section>li:nth-child(3) {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 576px) {
    .header .menu>ul>li .menu-subs.menu-mega {
        margin-top: 0px !important;
    }
    .header .menu {
        width: 70%;
    }
}

@media only screen and (max-width: 479px) {
    .header .menu>ul>li .menu-subs.menu-mega {
        margin-top: 0px !important;
    }
    .header .menu {
        width: 80%;
    }
}