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

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

body {
    font-family: Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #393939;
    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;
}

::marker {
    font-size: 22px;
    color: #FFC107;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.col-25,
.col-75,
.col-30 {
    width: 100%;
}

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

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

.center-content {
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.offset-element p {
    margin-bottom: 15px
}

.offest-img img {
    margin-bottom: 10px;
}

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

.txtright {
    text-align: right;
}

.list-style-none {
    list-style: none
}

.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 {
    border: 1px solid #295b8d;
    padding: 10px 30px 10px 8px;
    display: inline-block;
    border-radius: 11px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #f9c349;
}

.btn .icon {
    margin-right: 16px;
    width: 30px;
    height: 30px;
    background-color: #295b8d;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
}

.btn-fill {
    background-color: #295b8d;
    color: #fff;
}

.btn-fill .icon {
    background-color: #fff;
    color: #295b8d;
}

.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

.txtleft {
    text-align: left;
}

.bg-gray {
    background-color: #dfe8f0;
}

.main-color {
    color: #295b8d;
}

.btn-border {
    background-color: #fff;
    color: #295b8d;
}

.second-color {
    color: #000000;
}

.color-white {
    color: #fff;
}

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

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

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: left;
}

.topbar {
    background: #e8eef4;
    padding: 5px 0;
    font-weight: 700;
    color: #383838;
}

.menubar-section {
    background: #295b8d;
}

.topbar-contact {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

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

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

.search-form {
    position: relative;
    display: flex;
   width: 100%;
    flex-wrap: nowrap;
}

.search-field {
    width: 100%;
    outline: 0;
    height: 31px;
    border-radius: 6px;
    background: #ffffff;
    color: #000;
    padding-left: 52px;
    border: 0;
}

.search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #275582;
    background-color: #e6ebf1;
    font-size: 19px;
    font-weight: 900;
    border-radius: 5px 0 0 6px;
}

.sidebar-close,
.sidebar-open {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
}
.site-logo {
    display: block;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
}


.menu-items li {
    position: relative
}

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

.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;
}

label {
    display: block;
    margin-bottom: 11px;
}
.services-related li {
    display: inline-block;
    margin: 10px;
}
.required {
    color: #9f1106;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"] {
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}
.comments-area textarea,
.comments-area input{
    background: #dfefff;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
textarea {
    width: 100%;
    max-height: 181px;
    border: 0;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 6px;
    padding: 19px;
    max-height: 160px;
}
textarea,
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="url"],
.contact-page input[type="tel"]{
    background: #dde5ed;
}


/* contact page */
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    font-weight: 600;
    font-size: 16px;
}

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

.contact-page .contact-info {
    color: #393939;
}

.contact-page .contact-info a {
    color: #393939;
}

.contact-page .contact-info i {
    background-color: #386fa5;
    color: #fff;
}

.contact-info a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 15px;
}

.submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 23px;
    color: #386fa5;
    background-color: #ffffff;
    border-radius: 9px;
}
.contact-page .submit{
    color: #ffffff;
    background-color: #386fa5;
}
.form-submit {
    text-align: center;
}

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

/* Home page */

.serve-box h3 {
    margin: 0;
}

.serve-box img {
    padding: 0 6px;
}

.section-title {
    margin-bottom: 10px;
}

.serve-box {
    text-align: center;
    margin-bottom: 30px;
}

.border-after::after {
    display: inline-block;
    margin: 0 20px 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #f9c349;
    width: 43px;
}

.border-before::before {
    display: inline-block;
    margin: 0 20px 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #f9c349;
    width: 43px;
}

.serve-box a {
    text-decoration: none;
}

.serve-box h3 a {
    display: block;
    padding: 8px 40px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #386fa5;
    font-size: 16px;
}

.feature-box {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.serve-area-box ul li a {
    text-decoration: none;
    color: #393939;
    display: block;
    margin-bottom: 10px;
}

.serve-area-box h3 a {
    box-shadow: 2px 14px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 12px;
    display: block;
    text-decoration: none;
    color: #386fa5;
}

.feature-img {
    background-color: #fff;
    padding: 0;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

section.counter {
    position: relative;
    overflow: hidden;
}

.counter-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    box-shadow: -3px 0px 20px 0px rgb(0 0 0 / 12%);
    padding: 22px 18px;
    margin-bottom: 30px;
    border-radius: 12px;
}

.counter-box .number {
    font-size: 33px;
    font-weight: 800;
    color: #386fa5;
}

.m-b-30 {
    margin-bottom: 30px
}

.counter-right h3 {
    margin: 0;
}

.counter-img {
    position: absolute;
    left: 0;
    top: 0;
}

.counter-img img {
    opacity: 0.1;
}

@media (min-width:992px) {
    .intro {
        padding: 54px 0 0 0;
    }

    .counter-img img {
        opacity: 1;
    }
}

/* Home Page */

.intro{
    padding: 27px 0;
}
/* Cards */
.card-excerpt {
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 13px;
}

.card-box {
    margin-bottom: 30px;
}

.card-content {
    padding: 10px 12px;
}

.card-content a {
    text-decoration: none;
    color: #24527e;
    font-weight: 700;
}

.card-title {
    font-size: 17px;
    display: block;
    margin: 5px 0;
}

/* Cards */

/* Archive */

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    background: #ffffff;
    border: 1px solid #0b687d;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    margin: 16px 2px;
}

.pagination .next,
.pagination .prev {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert
}

.pagination .prev {
    float: right;
    text-align: right
}

.pagination .current,
.pagination .page-numbers:hover {
    color: #fff;
    background: #386fa5;
}

/* Archive */

/* Single */

.page-hero {
    padding: 20px 0;
    position: relative;
    color: #386fa5;
    background-color: #dfe8f0;
}

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

.post-content img {
    border-radius: 15px;
}
.side-widget {
    padding: 22px 15px;
}

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

h1 {
    font-size: 37px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.breadcrumbs ol li {
    display: inline-block
}

.content-thumbnail {
    margin-bottom: 30px;
}

img.page-hero-img {
    position: absolute;
    left: 13%;
    bottom: 0;
    opacity: 0.4;
}

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 11px 0;
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-weight: 600;
    text-decoration: none
}

.breadcrumbs li span {
    color: #393939;
}

.breadcrumbs li::after {
    content: "\00bb";
    color: #386fa5;
    padding: 0 .3em
}
.breadcrumbs li:last-of-type::after {
    display: none
}

aside {
    position: relative;
}

.wp-caption {
    background: #f1f1f3;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px;
    color: #000;
    margin-bottom: 25px;
    overflow: hidden;
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 15px;
    font-weight: bolder
}

.entry-content p {
    margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
    padding: 0 34px 0 0;
    margin: 0 0 30px 0;
}

table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video,
.wp-video video {
    height: 100% !important;
    max-width: 100% !important
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.footer-tags {
    margin: 30px 0;
}

.post-share {
    color: #001d37;
    margin: 0 0 80px 0;
    padding: 47px 48px;
    display: flex;
    flex-wrap: wrap;
    font-size: 23px;
    font-weight: 800;
    background: #ebf0f5;
    border-radius: 12px;
    justify-content: space-evenly;
    align-items: center;
}

.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-list .comment:after {
    clear: both;
}

.post-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    border-right: 5px solid #FFC107;
    padding-right: 11px;
    border-radius: 8px;
    color: #386fa5;
}

.comment-avatar {
    float: right;
    margin-left: 0.75em;
}

.comment-avatar img {
    border-radius: 50px;
}

.comment-block {
    line-height: 1.5;
    float: right;
    padding: 10px;
    background: #dfefff;
    color: #3d596e;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.comment-block:before {
    content: "\27A6";
}

.comment-date {
    font-size: 12px;
}

.comment-excerpt {
    font-size: 18px;
    margin-top: 5px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}

.comment-list>.comment {
    overflow: hidden;
    padding: 15px 17px;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}

video {
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    border-radius: 14px;
    object-fit: fill;
    position: absolute;
}

.comments-box ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.comments-box .children ol,
.comments-box .children {
    margin-right: 20px;
}

.comment-block {
    width: 92%;
}

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

.footer-tags a {
    display: inline-block;
    margin: 6px 3px;
    background: #ebf0f5;
    text-decoration: none;
    padding: 3px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    color: #153868;
}

.book-now ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.book-now ul li {
    margin-bottom: 18px;
}

.comment-respond {
    border-radius: 15px;
}

.social-share-innr a {
    display: inline-block;
    margin: 5px;
    font-size: 37px;
    color: #386fa5;
}

.post-share strong {
    padding: 9px 34px;
    display: inline-block;
    border-radius: 9px;
    font-weight: 900;
    color: #ffffff;
    background: #386fa5;
    font-size: 16px;
}

/* Single */
/* faqs */

.faqs-box {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 16px;
    border: 1px solid #ebebeb;
}

.faqs-title {
    font-size: 21px;
    color: #386fa5;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
    border: 0;
    border-radius: 12px;
}

.faqs-title:after {
    content: "\002B";
    position: absolute;
    left: 23px;
}

.faqs-box.active .faqs-title:after {
    content: "\002D";
    color: #ffde00;
}

.faqs-answer {
    display: none;
    padding: 9px 20px;
    font-size: 16px;
    color: #282828;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.faqs-box.active .faqs-title {
    color: #001d37;
}

.faqs-box.active {
    border: 1px solid #ffde00;
}

/* end faqs */


/* end contact*/
footer {
    color: #ffffff;
    background: #295b8d;
}

footer a {
    color: #ffffff;
}

.contact-info .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: #e9b849;
    margin-left: 13px;
}

.copyright {
    font-weight: 700;
}

.scrollUp {
    display: none;
    position: fixed;
    left: 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: #295b8d;
    color: #fff;
    border: 3px solid #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
}

.scrollUp.active {
    display: block
}



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

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

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

.not-found-page .number {
    color: #295b8d;
    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: #21507e;
}


.footer-info {
    width: 100%;
}




.footeritems li a {
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
}

.section-padding {
    padding: 24px 0;
}

ul.footeritems {
    list-style: none;
    padding: 0;
}

.col-xs-50 {
    width: 46%;
}


.footeritems li,
.footer-follow li {
    margin-bottom: 6px;
}

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

.footer-title {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}
.follow-us {
    padding: 0;
}

.follow-us li {
    display: inline-block;
}
footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
    font-size: 28px;
}
nav.footer-navigation {
    display: inline-block;
    margin-right: 3px;
}

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

.ms-call-button {
    bottom: 4.2em
}

.ms-whats-button .icon {
    font-size: 46px;
    background: #fff;
    border-radius: 23px;
    color: #16a085;
}

.ms-call-button .icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    background: #295b8d;
    color: #fff;
    border: 3px solid #fff;
    font-size: 30px;
    line-height: 41px;
}

.ms-whats-txt,
.ms-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%)
}

.ms-whats-txt {
    padding: 0 21px;
    color: #000000;
    border: 3px solid #16a085;
}

.ms-call-txt {
    background: #fff;
    background: #295b8d;
    color: #ffffff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
}
@media (max-width: 991px) {

    .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: #ffffff;
    }

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

    .menu-items li {
        border-top: 1px solid #e7ecf2;
    }

    .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: 19px;
        color: #000000;
    }

    .sidebar-close .icon {
        color: #E91E63;
        font-size: 17px;
    }

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

.search-field{
	background: #e6ebf1;
}
    .sidebar-open {
        background: #ffffff;
        border: 0;
    }

    .topbar {
        display: none
    }
}


@media (max-width: 768px) {
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 19px;
    }

    h2 {
        font-size: 18.5px;
    }

    h3 {
        font-size: 17.5px;
    }

    h4 {
        font-size: 16.5px;
    }

    h5 {
        font-size: 16.5px;
    }

    h6 {
        font-size: 15.5px;
    }
}

@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;
    }

    .section-padding {
        padding: 80px 0;
    }
.search-form{
	 width: 28%;
}
    .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: #295b8d;
        border-radius: 9px;
        background-color: #fff;
    }

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

    .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: #295b8d;
        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
    }

    .site-branding {
        width: 20%;
        text-align: right;
    }
.section-title {
    margin-bottom: 60px;
}
    .col-25 {
        width: 22%;
    }
 .col-75 {
        width: 75%;
    }

    .col-30 {
        width: 30%
    }
.col-33 {
        width: 33%
    }
    .col-50 {
        width: 48%;
    }

    .col-60 {
        width: 60%;
    }

    .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-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-search:before {
    content: "\75";
}
