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

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

body {
    font-family: ralewayregular,Arial, sans-serif;
    font-family: "Naskh",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #414753;
    background-color: #fff;
    margin: 0;
}

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

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

svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    color: #043e81;
}
/*  main  */
p {
    margin: 0;
}

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

.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, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.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;
}

.hideflow {
    overflow: hidden;
}

.txtcenter {
    text-align: center;
}

/* Header */
header {
    display: block;
    background: #1565c0;
}

header.sticky .menubar-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
}

.topbar-section {
    padding: 15px;
    background: #1565c0;
}

.site-branding {
    text-align: center;
}

.site-logo {
    display: inline-flex;
    line-height: 1.2;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-decoration: none;
    color: #2f2c2c;
}

.site-title-inner {
    margin-right: 10px;
    line-height: 1.3;
}

.site-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.site-description {
    font-size: 14px;
    padding-top: 5px;
    color: #fff;
}

.topbar-inner {
    width: 100%;
}

.search-wrap {
    padding: 10px 0;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 40px;
    box-shadow: 0px 4px 8px rgb(213 162 71 / 10%) ;
    border: 0;
}

.search-submit {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
}

.menubar-section {
    padding: 7px 5px;
    background-color: #ebd67a;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9999;
    width: 80%;
    margin: auto;
    border-radius: 50px;
}

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

.menubar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu-items li {
    position: relative;
}

.menu-items li a {
    color: #000000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    background: #e4e9ef;
    box-shadow: rgb(213 162 71 / 21%) 0px 1px 2px 0px, rgb(213 162 71 / 15%) 0px 1px 3px 1px;
    margin: 6px 0;
}

.icon-dropdown {
    border: solid #1b61b9;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: 0.8s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.sub-menu {
    display: none;
}

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

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

.book-now a {
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    color: #1565c0;
    margin-left: 8px;
}

.book-now a span {
    margin-right: 10px;
}

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

/* Footer */
footer {
    background-color: #1565c0;
    color: #fff;
}

.wave {
    width: 120%;
    height: 50px;
    background: #ecf3ff;
    margin-left: -10%;
}

footer h3 {
    box-shadow: 0px 2px 0px 0px #ebd67a;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.follow-us {
    margin-bottom: 15px;
}

.contact-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #124e93;
    padding: 15px 0;
    border-top: 1px solid #124e93;
    margin-bottom: 25px;
}

.contact-menu a {
    color: #fff;
    text-decoration: none;
}

.contact-menu li {
    width: 50%;
    position: relative;
    margin-bottom: 18px;
    text-align: right;
}

.contact-menu li::before {
    content: " ";
    display: inline-block;
    border: 6px solid transparent;
    border-right-color: #ebd67a;
    width: 0;
    height: 0;
    margin-left: 15px;
}

.copyright {
    padding: 15px 0;
    background: #fff;
    color: #000;
    font-weight: 700;
}

.follow-us a {
    background: #ffffff;
    margin: 11px 0 11px 11px;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    box-shadow: -1px 0px 0px 0px #c0b9db;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%);
}

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

.contact-section {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.contact-txt span {
    display: block;
}

.contact-icon {
    margin-bottom: 10px;
}

.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    background: #1565c0;
    padding: 8px 10px;
    border-radius: 50%;
}

.scrollUp.active {
    display: block;
}

.call-with-phone, .whatsapp-chat {
    position: fixed;
    bottom: 5px;
    right: 10px;
    text-decoration: none;
    /*  animation: animate-waggle 5s infinite ;*/
    z-index: 9999;
    display: flex;
    outline: 0;
    cursor: pointer;
}
.call-phone-txt {
    background: #1662ba;
    color: #fff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: -15px;
    line-height: 32px;
    border-radius: 10px;
    height: 38px;
    margin-top: 6px;
}

span.whatsapp-chat-txt {
    padding: 0 15px 0 25px;
    background: #fff;
    color: #000;
    border: 3px solid #16a085;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
}

span.whatsapp-chat-icon {
    border-radius: 50%;
    background: #fff;
}
.call-with-phone {bottom: 71px;}

.call-phone-icon, .whatsapp-chat-icon {
    background: #1b61b9;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    width: 56px;
    height: 51px;
    border: 3px solid #fff;
    text-align: center;
    box-shadow: 1px 1px 6px 0px rgba(68,68,68,.705);
}

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

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

.not-found .number {
    background: #fff;
    position: relative;
    font: 839 133px "Consolas";
    letter-spacing: 5vmin;
    text-shadow: 2px -1px 0 #000, 4px -2px 0 #0a0a0a, 6px -3px 0 #0f0f0f, 8px -4px 0 #141414, 10px -5px 0 #1a1a1a, 12px -6px 0 #1f1f1f, 14px -7px 0 #242424, 16px -8px 0 #292929;
    display: block;
}

.not-found .number::before {
    background-color: #1565c0;
    background-repeat: repeat-x;
    background-size: 40vmin 40vmin;
    background-position: -100vmin 0vmin, 100vmin -25vmin;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    display: block;
    position: absolute;
    content: "";
}


@keyframes animate-waggle {
    0% {
        transform: none
    }

    10% {
        transform: rotateZ(-20deg) scale(1.2)
    }

    13% {
        transform: rotateZ(25deg) scale(1.2)
    }

    15% {
        transform: rotateZ(-15deg) scale(1.2)
    }

    17% {
        transform: rotateZ(15deg) scale(1.2)
    }

    20% {
        transform: rotateZ(-12deg) scale(1.2)
    }

    22% {
        transform: rotateZ(0) scale(1.2)
    }

    100%,24% {
        transform: rotateZ(0) scale(1)
    }
}
.footer-main .col-md-6{
overflow: hidden;
}

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

    .menu-items {
        padding: 25px;
    }

    .sidebar-close {
        background: #d5a247;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
    }

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

    .sidebar-open {
        background: #1565c0;
        border: 0;
        box-shadow: 3px -3px 7px 4px rgb(213 162 71 / 10%);
        margin-right: 13px;
    }
}

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

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

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

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

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

    .menu-items li a {
        box-shadow: none;
        padding: 0 10px;
        background: transparent;
    }

    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #665488;
        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 .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .menu-items .sub-menu {
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        margin-top: 1px;
        border-radius: 2px;
        box-shadow: 0 9px 20px 0 rgba(0,0,0,.13);
        z-index: 9999
    }

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

    .search-wrap {
        width: 375px;
    }

    .site-branding {
        margin-left: 35px;
    }

    .col-md-6 {
        width: 100%;
        margin-bottom: 31px;
    }

    .contact-menu li {
        width: 33.3333%;
    }

    .contact-section {
        width: 33.3333%;
        display: flex;
        text-align: right;
    }

    .contact-icon {
        margin-left: 17px;
    }

    .footer-main {
        padding: 20px 0;
    }

    .site-title-inner {
        text-align: right;
    }
}

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