html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,::after,::before {
    box-sizing: inherit
}

body {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #fff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    margin: 0 0 20px 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 28px
}

h6 {
    font-size: 24px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #0c3b91
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #2b2b2b;
    font-size: 17px
}

.memo-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.memo-section-padding {
    padding: 40px 0
}

.memo-col-30 {
    width: 100%
}

.memo-flex {
    display: flex;
    flex-wrap: wrap;
}

.memo-space-between {
    justify-content: space-between
}

.memo-align-center {
    align-items: center
}

.memo-screen-reader {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.memo-screen-reader:active,.memo-screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.memo-btn {
    border: 1px solid #1476D7;
    padding: 11px 17px;
    display: inline-block;
    border-radius: 39px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #1476D7
}

.memo-btn-green {
    background-color: #1476D7;
    color: #fff
}

.memo-btn .icon {
    margin-left: 6px
}

.memo-hideflow {
    overflow: hidden
}

.memo-txtcenter {
    text-align: center
}

.memo-txtleft {
    text-align: left
}

.memo-bg-gray {
    background-color: #e8f3ff
}

.memo-main-color {
    color: #4d63c3
}

.memo-bg-main-color {
    background-color: #1476D7
}

.memo-second-color {
    color: #ef5050
}

.memo-color-white {
    color: #fff
}

.memo-bottomborder-right {
    border-bottom: 3px solid #d29d34;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px
}

.memo-bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none
}

.memo-bottom-border:after {
    content: " ";
    background: #1476D7;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto
}

.memo-header {
    display: block;
    position: relative;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%)
}

.memo-header.sticky .menubar-section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%)
}

.memo-header.sticky {
    position: static
}

.memo-site-logo {
    display: block;
    background-color: #eef1fe;
    padding: 5px;
    text-align: center
}

.menubar-section {
    background: #1476D7
}

.memo-city-box {
    width: 201px;
    background: #fff;
    color: #666;
    border: 1px solid #00000029;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    display: block;
    text-decoration: none
}

.memo-city-box span {
    margin-left: 7px
}

.memo-topbar-contact ul {
    list-style: none;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
    text-align: left
}

.memo-topbar-contact li {
    display: inline-block;
    margin-right: 15px
}

.memo-topbar-contact li a {
    display: inline-block;
    margin-right: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block
}

.memo-search-form {
    position: relative;
    display: flex;
    width: 18%
}

.memo-search-field {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 31px;
    border-radius: 6px;
    background: #e8f3ff;
    color: #000;
    overflow: hidden;
    padding-left: 52px;
    border: 0
}

.memo-required-filed {
    color: red
}

.memo-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #000;
    background: #fff;
    font-size: 19px;
    font-weight: 900;
    height: 31px;
    border-radius: 5px 0 0 6px;
    line-height: 23px
}

.memo-sidebar-close,.memo-sidebar-open {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px
}

.memo-main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
    padding: 0;
}

.memo-menu-items li {
    position: relative
}

.memo-menu-items li a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    margin: 2px 0
}
.memo-menu-items li a:hover{
    background-color: #3392F2;
}
.memo-icon-dropdown {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: .8s;
    transition: transform .3s,-webkit-transform .3s
}

.memo-submenu-toggle {
    display: block;
    left: 0;
    padding: 18px 16px;
    position: absolute;
    top: 0;
    background: #3392F2
}

.memo-sub-menu {
    display: none
}

.memo-sub-menu.active {
    display: block
}

.memo-submenu-toggle.active .memo-icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.memo-page-hero {
    padding: 20px 0;
    position: relative;
    color: #1476D7;
    background-color: #e8f3ff
}

.memo-page-hero .container {
    position: relative
}

.required {
    color: #f44336
}

.g-recaptcha {
    margin-bottom: 21px;
    overflow: hidden
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block
}

input[type="text"],input[type="email"],input[type="url"],textarea,input[type="tel"] {
    font-size: 20px;
    background: #fff;
    border: 0;
    border-radius: 21px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 5px #00000024;
    border: 1px solid #dcdcdc
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px
}

textarea {
    max-height: 160px
}

.memo-submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 100%;
    color: #fff;
    background: #1476D7;
    border-radius: 30px
}

footer {
    color: #000;
    background: linear-gradient(#cbe5ff,#e5f0fb,#fff)
}

footer a {
    color: #626262
}

.contact-info .icon {
    margin-left: 12px
}

.memo-scrollUp {
    display: none;
    position: fixed;
    right: 7px;
    bottom: 8px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%);
    background: #1476D7;
    color: #fff;
    border: 3px solid #fff;
    width: 51px;
    height: 51px;
    font-size: 25px;
    line-height: 53px;
    text-align: center
}

.memo-scrollUp.active {
    display: block
}

.memo-whats-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 51px;
    color: #16a085
}

.memo-not-found {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(0deg,#f7f7f7,transparent,#edf0ff)
}

.memo-not-found h1 span {
    display: block
}

.memo-not-found .number {
    color: #1476D7;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block
}

.footer-padding {
    padding: 40px 0 20px 0
}

.memo-copyright {
    text-align: center;
    background-color: #1476D7;
    padding: 20px 0;
    font-weight: 900;
    color: #fff
}

.footeritems li a {
    text-decoration: none;
    padding: 6px 0;
    display: block
}

ul.footeritems {
    list-style: none;
    padding: 0;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap
}

.footeritems li {
    display: inline-block;
    border-bottom: 1px solid #0000003b;
    width: 32%;
    margin-left: 1%;
    padding-right: 24px;
    position: relative
}

.contact-info li {
    border-bottom: 1px solid #0000003b;
    margin-bottom: 18px
}

.footeritems li:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    border: solid #201f1f;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(135deg)
}

.memo-footer-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px
}

.memo-follow-us-header {
    text-align: right
}

.memo-follow-us {
    padding: 15px 0;
    text-align: right;
}

.contact-info {
    padding: 0;
    list-style: none
}

.memo-follow-us-header a,.memo-follow-us a {
    border-radius: 11px;
    margin: 0 8px;
    display: inline-block;
    font-size: 19px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 40px;
    margin: 5px;
    background: #fff0;
    border: 1px solid #00000026
}

.social-btn .icon-x {
    color: #000
}

.social-btn .icon-facebook {
    color: #1877f2
}

.social-btn .icon-instagram {
    color: #e1306c
}

.social-btn .icon-linkedin {
    color: #0077b5
}

.social-btn .icon-youtube {
    color: red
}

.social-btn .icon-tiktok {
    color: #010101
}

.social-btn .icon-pinterest {
    color: #e60023
}

.social-btn .icon-snapchat {
    color: #d3d000
}

.memo-content-box {
    padding: 30px 38px;
    border-radius: 17px;
    margin-bottom: 30px
}

.memo-content-box img {
    margin-bottom: 30px
}

.icon {
    font-family: "memoicons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

.memo-whats-button,.memo-call-button {
    display: flex;
    position: fixed;
    bottom: .3em;
    left: 17px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

.memo-call-button {
    bottom: 3.5em;
}

.card-company {
    margin-top: 15px;
    margin-bottom: 70px
}

.card-company img {
    width: 120px;
    height: 103px;
    display: block;
    margin-top: -23px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 9;
    background: #fff
}

.card-company-content {
    overflow: hidden;
    background: #d9dffd;
    border: 1px solid #1476D733;
    border-radius: 30px;
    border-right: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

p.card-company-title {
    background: linear-gradient(-90deg,#ffffff,#e8ebf5);
    padding: 6px;
    color: #2a2a2c;
    font-size: 26px;
    padding-right: 100px;
    text-align: center
}

h3.card-company-title {
    background: linear-gradient(-90deg,#ffffff,#e8ebf5);
    padding: 6px;
    color: #2a2a2c;
    font-size: 26px;
    padding-right: 100px;
    text-align: center;
    margin: 0;
    width: 100%
}

.order.flex-center.align-center {
    width: 56px;
    text-align: center;
    background: linear-gradient(90deg,#e8ecff,transparent);
    color: #1476D7;
    font-size: 35px;
    font-weight: 700;
    border: 1px solid #1476D733;
    border-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

p.card-company-excerpt {
    flex: 1;
    padding: 15px
}

.card-footer {
    font-size: 13px;
    color: #6f6f6f;
    padding: 8px 15px;
    background: linear-gradient(273deg,#ffffff,white);
    font-weight: 700;
    width: 100%
}

a.card-phone {
    display: block;
    background: #1cbf55;
    color: #fff;
    padding: 9px 19px;
    font-size: 17px;
    border-radius: 0 20px;
    position: absolute;
    left: -2px;
    bottom: 0
}

span.show-more {
    display: block
}

span.show-more a {
    background: #fff;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 4px
}

.memo-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0 rgb(68 68 68 / .705);
    -moz-box-shadow: 1px 1px 6px 0 rgb(68 68 68 / .705);
    box-shadow: 1px 1px 6px 0 rgb(68 68 68 / .705);
    background: #1f90ff;
    color: #ffffff;
    border: 3px solid #fff;
    font-size: 32px;
    line-height: 42px
}

.memo-whats-txt,.memo-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%)
}

.memo-whats-txt {
    padding: 0 15px 0 25px;
    padding: 0 21px;
    background: #fff;
    color: #000;
    border: 3px solid #16a085
}

.memo-call-txt {
    background: #fff;
    background: #1476D7;
    color: #fff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff
}

@media (max-width: 768px) {
    h1 {
        font-size:30px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 22px
    }

    h6 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .memo-main-nav {
        position:fixed;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        background: #1476D7
    }

    .menubar-section .memo-flex {
        flex-direction: row-reverse
    }

    .memo-menu-items {
        margin: 0;
        padding: 60px 0 21px 0!important;
        text-align: right
    }

    .memo-menu-items li {
        border-top: 1px solid #0e61b3
    }

    .memo-menu-items li:first-child {
        border-top: 0
    }

    .memo-sidebar-close {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000
    }

    .memo-sidebar-close .icon {
        color: red;
        font-size: 27px
    }

    .memo-main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px
    }

    .memo-sidebar-open {
        background: #edf8f8;
        border: 0;
        font-size: 27px;
        width: 45px;
        height: 45px;
        line-height: 53px;
        text-align: center;
        padding: 0;
        color: #1476D7
    }

    .memo-topbar,.call-us-wrap {
        display: none
    }

    .memo-header-search {
        display: none
    }
}

@media (min-width: 576px) {
    .memo-container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .memo-container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .memo-container {
        max-width:960px
    }

    .memo-contact-form {
        width: 73%;
        margin: 40px auto
    }

    .memo-main-nav {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .memo-sidebar-close,.memo-sidebar-open,.memo-submenu-toggle {
        display: none
    }

    .memo-menu-items>li {
        display: inline-block
    }

    .memo-menu-items li a {
        box-shadow: none;
        padding: 3px 21px
    }

    .memo-menu-items li.has-children>a:after {
        content: " ";
        border: solid #EDf8f8;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -5px;
        right: 7px
    }

    .memo-menu-items .memo-sub-menu li.has-children>a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0
    }

    .memo-menu-items .memo-sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .memo-menu-items .memo-sub-menu {
        background-color: #1476D7;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 220px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #fff
    }

    .memo-menu-items .memo-sub-menu a {
        color: #fff;
        margin: 0;
        padding: 10px 16px
    }

    .memo-menu-items .memo-sub-menu a:hover {
        color: #fff;
    }

    .memo-menu-items .memo-sub-menu .has-children .memo-sub-menu {
        right: 100%;
        top: 0
    }

    .memo-menu-items .has-children:hover>.memo-sub-menu {
        display: block
    }

    .memo-site-branding {
        width: 14%
    }

    .memo-section-padding {
        padding: 80px 0
    }

    .memo-col-25 {
        width: 22%
    }

    .memo-col-30 {
        width: 29%
    }

    .memo-col-50 {
        width: 49%
    }

    .memo-col-60 {
        width: 60%
    }

    .memo-col-70 {
        width: 69%
    }

    .memo-col-20 {
        width: 20%
    }

    .memo-col-40 {
        width: 40%
    }
}

@media (min-width: 1200px) {
    .memo-container {
        max-width:1150px
    }
}

@media (min-width: 1400px) {
    .memo-container {
        max-width:1370px
    }
}

.icon-phone:before {
    content: '\e800'
}

.icon-minus:before {
    content: '\e801'
}

.icon-up:before {
    content: '\e802'
}

.icon-plus:before {
    content: '\e803'
}

.icon-youtube:before {
    content: '\e80e'
}

.icon-commerical-building:before {
    content: '\e811'
}

.icon-messenger:before {
    content: '\e815'
}

.icon-telegram:before {
    content: '\e816'
}

.icon-x:before {
    content: '\e818'
}

.icon-info:before {
    content: '\e82d'
}

.icon-icons8-search-1:before {
    content: '\e834'
}

.icon-facebook:before {
    content: '\e845'
}

.icon-instagram:before {
    content: '\e846'
}

.icon-snapchat:before {
    content: '\e848'
}

.icon-tiktok:before {
    content: '\e849'
}

.icon-pinterest:before {
    content: '\e84a'
}

.icon-navicon:before {
    content: '\e85c'
}

.icon-whatsapp:before {
    content: '\e86d'
}

.icon-phone-2:before {
    content: '\e870'
}

.icon-times-1:before {
    content: '\e876'
}

.icon-icons8-search-3:before {
    content: '\e877'
}

.icon-linkedin:before {
    content: '\e882'
}

.icon-home:before {
    content: '\e88c'
}

.icon-marker:before {
    content: '\e894'
}

.icon-mail:before {
    content: '\f0e0'
}

.icon-reply:before {
    content: '\f112'
}
