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
}

.btn {
    background: #fff;
    text-decoration: none;
    border: 3px solid #000;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 25px;
    transition: all .2s ease-in-out;
}
.load-more{
    color: #fff;
    font-size: 20px;
    background-color: #000000;
    border-color:#000;
}
.load-more:hover,
.btn:hover{
    color: #000000;
    background-color: #e7b732;
    border-color:#e7b732;
    transition: all .2s ease-in-out;
}

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
}

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

header {
    display: block;
   background-color: #185d91 !important;
}

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

.topbar-section {
    padding: 15px;
  background-color: #185d91 !important;
}

.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: #fff;
    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: 0;
    height: 40px;
    box-shadow: 0 4px 8px rgb(213 162 71 / 10%);
    border: 0
}

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

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

.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: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    box-shadow: rgb(213 162 71 / 21%) 0 1px 2px 0,rgb(213 162 71 / 15%) 0 1px 3px 1px;
    margin: 6px 0
}

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

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

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

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

footer {
    background-color: #383838;
    color: #fff
}
footer a{
   text-decoration:none;
	color:#fff
}

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

footer h3 {
    box-shadow: 0 2px 0 0 #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#185d91 !important;
    padding: 15px 0;
    border-top: 1px solid #185d91 !important;
    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: #1B1B1B;
    color:#fff;
    font-weight: 700
}

.follow-us a:not(:last-child) {
    background: #fff;
    margin: 11px 0 11px 11px;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    box-shadow: -1px 0 0 0 #c0b9db;
    box-shadow: 0 5px 15px 0 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: #185d91 !important;
    padding: 8px 10px;
    border-radius: 30%
}

.scrollUp.active {
    display: block
}

.ms-call-btn,.ms-whats-btn {
    display: flex;
    position: fixed;
    bottom: 4.5em;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

.ms-whats-btn {
    left: 15px;
    bottom: 60px
}

.ms-call-btn {
    left: 15px;
    bottom: 160px
}

.ms-call-icon,.ms-whats-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3)
}


.ms-call-icon {
    border: 1px solid #ddd;
    background-color: #2b6291;
    animation: 2s ease-in-out infinite call-rotate
}

.ms-whats-icon {
    background-color: rgb(42,181,64);
    animation: 2s ease-in-out infinite call-rotate
}

.ms-call-txt,.ms-whats-txt {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 32px;
    border-radius: 10px;
    height: 35px;
    margin-top: 15px;
    width: 100px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.ms-call-txt {
    background-color: #2b6291;
    color: #fff
}

.ms-whats-txt {
    background-color:rgb(42,181,64);
    color:#ffffff
}

.ms-left {
    padding: 0 20px 0 8px;
    margin-right: -15px;
    order: 1
}

@keyframes call-rotate {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}
.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: #694695;
    background-image: radial-gradient(closest-side at 50% 50%,#e91e63 100%,rgba(0,0,0,0)),radial-gradient(closest-side at 50% 50%,#ebd67a 100%,rgba(0,0,0,0));
    background-repeat: repeat-x;
    background-size: 40vmin 40vmin;
    background-position: -100vmin 0,100vmin -25vmin;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    -webkit-animation: moving 10s linear infinite both;
    animation: moving 10s linear infinite both;
    display: block;
    position: absolute;
    content: ""
}

@-webkit-keyframes moving {
    to {
        background-position: 100vmin 20vmin,-100vmin -25vmin
    }
}

@keyframes moving {
    to {
        background-position: 100vmin 20vmin,-100vmin -25vmin
    }
}

@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:transparent linear-gradient(272deg,#f7f2dc 0,#fdf9ef 100%);
        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
    }

    .menu-items {
        padding: 25px
    }

    .sidebar-close {
        background: #d5a247;
        position: absolute;
        top: 9px;
        left: 15px;
        padding: 4px 7px;
        z-index: 9999
    }

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

    .sidebar-open {
        background:#185d91 !important;
        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
    }

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

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

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

    .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: #fff;
        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
    }
	footer a{
		text-decoration:none;
		color:#fff
		
	}

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

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
		footer a{
		text-decoration:none;
		color:#fff
		
	}
}