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

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

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0
}

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

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

svg {
    vertical-align: middle
}
a {
    color: #0c3b91;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.col-30{
    width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.space-between{
    justify-content: space-between;
}
.offset-element p{
    margin-bottom: 15px
}
.offest-img img {
    margin-bottom: 30px;
}
.screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader:active,
.screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(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
}
.btn {
    padding: 11px 17px;
    display: inline-block;
    border-radius: 9px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #0355A7;
    background-color: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
}
.btn-blue {
    background-color: #0355A7;
    color: #fff;
}

.btn-orange {
    background-color: #FAB902;
    color: #000;
}
.btn .icon {
    margin-left: 6px;
}
.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

.txtleft {
    text-align: left;
}
.bg-gray {
    background-color: #E6EEf6;
}
.h2-main-color h2,
.main-color {
    color: #0355A7;
}

.bg-green {
    background-color: #0355A7;
}
.second-color {
    color: #f49300;
}
.color-white{
    color: #fff;
}


.follow-us a {
    display: inline-block;
}

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

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%);
}

.header.sticky {
    position: static;
}

.site-branding {
    text-align: center
}


.menubar-section {
    background: #0355A7;
}

.search-wrap.open {
    display: block;
}

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

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

.required {
    color: #f00;
}

.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: #686868;
    background: #e8ebf2;
    font-size: 19px;
    font-weight: 900;
    height: 31px;
    border-radius: 5px  0 0 6px;
    line-height: 23px;
}

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

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


.menu-items li {
    position: relative
}

.menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 15px;
    margin: 2px 0;
}

button.search-toggle {
    padding: 21px 18px;
    background: rgba(0, 0, 0, .1);
}

.icon-dropdown {
    border: solid #29578b;
    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
}


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

.sub-menu {
    display: none
}

.sub-menu.active {
    display: block
}

.submenu-toggle.active .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;
}



.required {
    color: #f44336
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
input[type="tel"] {
    font-size: 20px;
    background: #e6eef6;
    border: 0;
    border-radius: 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 12px;
}

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 {
    width: 100%;
    max-height: 181px;
    border: 0;
    margin-bottom: 25px;
    background: #e6eef6;
    border-radius: 12px;
    padding: 19px;
    max-height: 160px;
}
footer {
    color: #ffffff;
    padding: 29px 0 0 0;
    background-color: #0355a7;
}

footer a {
    color: #ffffff;
}


.copyright {
    font-weight: 700;
}



.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    padding: 8px 10px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
    background: #0355A7;
    color: #fff;
    border: 3px solid #fff;
}


.scrollUp.active {
    display: block
}


.not-found {
    padding: 80px 0;
    text-align: center
}

.not-found h1 span {
    display: block
}


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



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


.site-copyright {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 0;
    color: #000000;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    padding: 21px;
}

.footer-info {
    width: 100%;
}



.footeritems li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
}

ul.footeritems {
    padding: 0;
    margin-right: 28px;
}



.footeritems li,
.footer-follow li {
}

.footer-info>p {
    padding: 16px 0;
    font-size: 16px;
}

.footer-title {
    color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 6px 15px;
    border-radius: 15px;
}
.follow-us {
    padding: 15px 0;
}
footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
    font-size: 28px;
}



nav.footer-navigation {
    display: inline-block;
}



.whatsapp-button, .call-button {
    position: fixed;
    bottom: 6px;
    text-align: center;
    z-index: 999;
    right: 8px;
    text-decoration: none;
}

.whatsapp-button, .call-button {
    display: flex;
    outline: 0px;
    cursor: pointer;
    align-items: center;
    color: #fff;
    right: 13px;
}

.call-button {
    bottom: 73px;
}


.whatsapp-button .icon-whatsapp,
.call-button .icon-call-phone {
    width: 60px;
    height: 60px;
    background-color: #044eaf;
    color: #fff;
    font-size: 29px;
    border-radius: 9px;
    line-height: 61px;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
}
.whatsapp-title,
.call-title {
    background-color: #044eaf;
    width: 121px;
    display: inline-block;
    color: #ffffff;
    border: 3px solid #ffffff;
}
.whatsapp-button .icon-whatsapp,
.whatsapp-title{
     background-color: #4CAF50;
}
.scrollUp,  .call-title {box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);}

.call-button .call-icon {
    animation: 5s ease 0s infinite normal none running memo-waggle;
    background: rgb(39, 49, 104);
    border-radius: 15px;
    border: 4px solid rgb(255, 255, 255);
}

.whats-button .call-icon {
    animation: 5s ease 0s infinite normal none running memo-waggle;
}
@media (max-width: 991px) {
    .bar-align {
        justify-content: space-between;
    }
    .header .follow-us {
    display: none;
}
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .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: #0355A7;
    }
    .menu-items {
        padding: 0;
        margin: 0;
        padding: 34px 0 21px 0;
        text-align: right;
    }
    .search-form{
        width: 100%
    }
    .menu-items li {
        border-top: 1px solid #0a5a6c;
    }
     .menu-items li:first-child {
        border-top: 0;
    }
    .sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000000;
    }
    .sidebar-close .icon{
         color: #f00;
        font-size: 27px;
    }
    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 106px 25px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .sidebar-open {
        background: #edf8f8;
        border: 0;
        font-size: 27px;
        width: 45px;
        height: 45px;
        line-height: 53px;
        text-align: center;
        padding: 0;
        color: #0355A7;
    }
    .topbar,
    .call-us-wrap {
        display: none
    }
    footer h3 {
        font-size: 18px
    }
    .footer-info {
        font-size: 16px;
        margin-bottom: 25px
    }
    .header-search {
        display: none
    }
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
    .main-nav {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .sidebar-close,
    .sidebar-open,
    .submenu-toggle {
        display: none
    }
    .menu-items>li {
        display: inline-block
    }
    .header.sticky .menu-items li.current>a,
    .menu-items li.current>a {
        color: #000000;
        border-bottom: 2px solid #0355A7;
        border-radius: 9px;
        background-color: #fff;
        color: #074250;
    }
    .menu-items li a {
        box-shadow: none;
        padding: 3px 21px;
    }
    .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: -1px;
        right: 7px
    }
    .menu-items .sub-menu li.has-children>a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0;
    }
    .menu-items .sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }
    .menu-items .sub-menu {
        background-color: #0355A7;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        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 #ffffff;
    }
    .menu-items .sub-menu a {
        color: #fff;
        margin: 0;
        padding: 10px 16px;
    }



    .menu-items .sub-menu a:hover {
        color: #eac864;
    }
    .menu-items .sub-menu .has-children .sub-menu {
        right: 100%;
        top: 0
    }
    .menu-items .has-children:hover>.sub-menu {
        display: block
    }
    .topbar-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
    .site-branding {
        width: 9%;
    }
    .header .follow-us {
        width: 13%;
    }
    .site-footer .follow-us {
        width: 100%;
        text-align: left;
    }
    .col-md-6 {
        width: 100%;
        margin: 31px 0;
    }
    .contact-menu li {
        width: 33.3333%
    }
    .contact-section {
        width: 33.3333%;
        display: flex;
        text-align: right
    }
    .contact-icon {
        margin-left: 17px
    }
    .site-title-inner {
        text-align: right
    }
 
    .footer-contact{
        width: 42%;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-links {
        width: 45%;
    }
    .footer-follow {
        width: 25%;
    }
    .header-search {
        width: 16%;
    }
    .footer-menu {
        width: 100%;
        margin-bottom: 12px;
    }
    .footer-main {
 
    padding: 90px 90px;
}
    .col-25 {
    width: 22%;
}
    .col-30 {
    width: 30%
}
        .col-50 {
    width: 50%;
}
    .col-60 {
    width: 60%;
}
    .col-70 {
    width: 70%;
}
    
.col-20 {
    width: 20%;
}
.col-40 {
    width: 40%;
}
}

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

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



.icon {
    font-family: "icons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
  }
  .icon-phone:before {
    content: "\61";
  }
  .icon-call-phone:before {
    content: "\62";
  }
  .icon-envelope:before {
    content: "\63";
  }
  .icon-facebook-alt:before {
    content: "\64";
  }
  .icon-instagrem:before {
    content: "\65";
  }
  .icon-whatsapp:before {
    content: "\66";
  }
  .icon-twitter:before {
    content: "\67";
  }
  .icon-social-snapchat:before {
    content: "\68";
  }
  .icon-briefcase:before {
    content: "\69";
  }
  .icon-arrow-left-c:before {
    content: "\6a";
  }
  .icon-arrow-right-a:before {
    content: "\6b";
  }
  .icon-arrow-up-a:before {
    content: "\6c";
  }
  .icon-marker:before {
    content: "\6d";
  }
  .icon-arrow-down-b:before {
    content: "\6e";
  }
  .icon-arrow-up-b:before {
    content: "\6f";
  }
  .icon-home:before {
    content: "\70";
  }
  .icon-navicon-round:before {
    content: "\71";
  }
  .icon-times:before {
    content: "\72";
  }
  .icon-reply:before {
    content: "\73";
  }
  .icon-bubbles:before {
    content: "\74";
    margin-left: 15px;
    color: #f49300;
  }
  .icon-search:before {
    content: "\75";
  }
  