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

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

body {
    font-family: "cairo", 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
}

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
}

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

.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

.txtleft {
    text-align: left;
}

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

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

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

.header {
    display: block;
    position: relative;
    z-index: 9999;
    background: #ffffff;
    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;
    background: #ffffff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}

.header.sticky {
    position: static;
}

.site-branding {
    text-align: center
}

.main-color {
    color: #014e98;
}

.second-color {
    color: #ff5400;
}

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

.topbar {
    background: #3F51B5;
    color: #fff;
}

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

.topbar-innr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 69%;
    font-size: 14px;
}

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

.topbar-innr ul li span {
    color: #d6d6d6;
    margin-left: 8px;
    font-size: 15px;
}

.topbar-innr .left {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.topbar-innr .right {
    width: 77%;
}

.call-us-wrap {
    width: 13%;
}

a.call-us {
    background: #269747;
    text-decoration: none;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
}

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

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

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

.topbar-inner {
    width: 100%
}

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

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

.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;
    right: 1px;
    top: 0px;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #000;
    background: #e8ebf2;
    font-size: 19px;
    font-weight: 900;
    height: 28px;
    border-radius: 0 6px 6px 0;
    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;
}

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

.menu-items li {
    position: relative
}

.menu-items li a {
    color: #29578b;
    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
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.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: #3f51b5;
    margin-left: 8px
}

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

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

footer {
    background-color: #3F51B5;
    color: #c5ccd9;
}

footer a {
    color: #c5ccd9;
}

footer h3 {
    display: inline-block;
    margin-bottom: 21px;
}

.topbar .follow-us {
    display: inline-block;
    margin-right: 30px;
}

.contact-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #3d275a;
    padding: 15px 0;
    border-top: 1px solid #3d275a;
    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 {
    font-weight: 700;
}

.topbar .follow-us a {
    margin: 5px;
    display: inline-block;
}

.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: #3F51B5;
    color: #fff;
    border: 3px solid #fff;
}

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

.scrollUp.active {
    display: block
}

.call-with-phone,
.whatsapp-chat {
    position: fixed;
    bottom: 69px;
    bottom: 0px;
    text-decoration: none;
    animation: animate-waggle 5s infinite;
    z-index: 9999;
    right: 15px;
}

.call-with-phone {
    bottom: 88px;
}

.call-phone-icon,
.whatsapp-chat-icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    padding: 11px;
    box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
    background: rgb(122 53 21);
}

span.whatsapp-chat-icon {
    background: rgb(11, 151, 67);
}

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

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

.not-found h1 span {
    display: block
}

.copyright-innr {
    display: flex;
    justify-content: space-between;
}

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

.footer-contact-info li {
    margin-bottom: 16px;
}

.footer-title.title-line-right::after {
    background: #ffffff;
}

.footer-search {
    display: flex;
    justify-content: flex-end;
    padding: 40px 10px;
}

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

.footer-main {
    display: flex;
    flex-wrap: wrap;
    padding: 89px 0 9px 0;
}

.footer-info {
    width: 100%;
    padding-left: 50px;
}

.footer-links {
    width: 100%;
}

.footeritems li {
    display: block;
}

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

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

.call-us a {
    background: #9a0b0d;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
}

.footer-follow ul {
    list-style: none;
    margin: 0;
    padding: 35px 0;
}

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

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

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

footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
}

.footer-follow li {
    margin-bottom: 19px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.more-ico:after {
    content: "\27A5";
    margin-right: 15px;
}

.footer-top,
.footer-bottm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.call-now a {
    text-decoration: none;
    padding: 8px 15px;
    color: #000;
    display: inline-block;
    background: #ffc107;
    border-radius: 6px;
}

.call-now {
    margin-bottom: 29px;
    background: #eac864;
    padding: 9px 26px;
    border-radius: 11px;
    text-decoration: none;
    color: #000000;
}

.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-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    background: #3F51B5;
    color: #fff;
    border: 3px solid #fff;
}

.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 15px 0 25px;
    padding: 0 21px;
    background: #fff;
    color: #000000;
    border: 3px solid #16a085;
}

.ms-call-txt {
    background: #fff;
    color: #000;
    background: #3F51B5;
    color: #fff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
}

.ms-call-button.active .ms-call-txt,
.ms-whats-button.active .ms-whats-txt,
.ms-call-button:hover .ms-call-txt,
.ms-whats-button:hover .ms-whats-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (max-width: 991px) {
    .bar-align {
        justify-content: space-between;
    }
    .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: #ffffff;
    }
    .menu-items {
        padding: 0;
        margin: 0;
        padding: 60px 0 21px 0;
        text-align: right;
    }
    .menu-items li {
        border-top: 1px solid #e3efff;
    }
    .sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 9px;
        left: 15px;
        padding: 4px 7px;
        z-index: 9999
    }
    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }
    .sidebar-open {
        background: #29578b;
        border: 0;
        margin-right: 13px;
    }
    .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: 69%;
    }
    .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: #0c2950;
    }
    .menu-items li a {
        box-shadow: none;
        padding: 8px 17px;
    }
    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #29578b;
        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: #255392;
        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 #eac864;
    }
    .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 {
        margin-left: 35px;
        width: 14%;
    }
    .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-info {
        width: 34%;
    }
    .footer-links {
        width: 45%;
    }
    .footer-follow {
        width: 25%;
    }
    .header-search {
        width: 16%;
    }
    .footer-menu {
        width: 16%;
    }
}

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

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