:root {
    --color-main: #282D37;
    --color-dark-gray: #5E636E;
    --color-blue: #3873E9;
    --color-white: #fff;
    --color-second: #94d900;
    --color-gray: #f2f2f2;
    --color-light-blue: #F0F5FF;
}

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

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

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-main);
    background-color: var(--color-white);
    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 {font-weight: 500;}

.contact-innr p {
    color: #fff;
}
a{
    color: #226cff;
}
iframe{
    max-width:100%
}
::placeholder { 
    color: #6e6e6e;
    opacity: 1; 
       font-weight: 900;
  font-size: 21px;
  }
  
  :-ms-input-placeholder { 
   color: #2b2b2b;
    opacity: 1; 
       font-weight: 900;
  font-size: 21px;
  }
  
  ::-ms-input-placeholder { 
   color: #2b2b2b;
    opacity: 1; 
       font-weight: 900;
    font-size: 21px;
  }
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.space-between {
    justify-content: space-between; 
}
.footer .space-between {
    justify-content: space-evenly;
}
.align-items-center{
    align-items: center;
}
.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
}
.bg-gray{
    background-color: var(--color-gray);
}
.section-padding{
    padding: 20px 0;
}
.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

header {
    display: block;
    position: relative;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%);
    z-index: 999;
}
header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.topbar-section {
    padding: 15px;
    background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%);
    background: transparent linear-gradient(272deg, #6a4797 0, #563a7a 100%)
}

.site-branding {
    text-align: center
}
.btn {
    padding: 6px 14px 6px 88px;
    background: var(--color-second);
    margin-left: 15px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 800;
    position: relative;
}
.btn:after{
    content: "\290C";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    left: 11px;
    top: 1px;
}
.btn.btn-white {
    background-color: var(--color-white);
    color: #000000;
}
.white-color {
    color: #fff;
}
.white-color p{
    color: #fff;
}
.serv-box img {
    margin-bottom: 18px;
}

.topbar-innr {
    display: flex;
    flex-wrap: wrap;
    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: 66%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.memo-search-open {
    font-size: 18px;
    color: var(--color-main);
    border-radius: 8px;
    background-color: var(--color-second);
    border: 0;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
}
.memo-search-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #353535c7;
    justify-content: center;
    align-items: center;
}

.memo-search-container.active {
    display: flex;
}
.memo-search-form label {
    display: block;
    color: #fff;
    width: 100%;
}

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

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

.memo-required-filed {
    color: #f00;
}

.search-field-wrapp {
    display: flex;
    position: relative;
}

.memo-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: var(--color-main);
    background: var(--color-second);
    font-size: 19px;
    font-weight: 900;
    height: 50px;
    border-radius: 5px 0 0 6px;
    line-height: 23px;
}
a.call-us {
    background: var(--color-second);
    text-decoration: none;
    padding: 3px 34px;
    display: inline-block;
    border-radius: 6px;
    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 {
    /* margin: 0 41px 50px 28px; */
}

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

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

.search-field {
    width: 100%;
    padding: 7px 17px 00 3px;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 50px;
    border: 1px solid #026873;
    background: #e8ebf2;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}

.search-submit {
    position: absolute;
    left: 00;
    top: 0px;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #fff;
    background: #f9b152;
    background: linear-gradient(90deg, rgba(235,100,64,1) 0%, rgba(255,179,68,1) 100%);
    border-radius: 15px 0 0 15px;
    font-size: 21px;
    font-weight: 900;
}

.menubar-section {
    background: var(--color-white);
}

.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: 500;
    margin: 2px 0;
}

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


.icon-dropdown {
    border: solid #3c474f;
    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: #ffffff;
}

.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
}
.col-50 {
    width: 100%;
}
.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

footer {
    background-color: #ebecf1;
    padding: 50px 0 0 0;
}

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

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

.topbar .follow-us {
    display: inline-block;
    width: 30%;
}

.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 {
    padding: 15px 0;
    font-weight: 700;
    color: var(--color-dark-gray);
}

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

.contact-info {
}

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

.contact-txt span {
    display: block;
}

.contact-txt .bold {
    color: #ffd31e;
    font-weight: 700;
    font-size: 23px;
}

.contact-icon {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 9px;
    border-radius: 50px;
    border: 6px solid #c6ddff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
}

.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    padding: 8px 10px;
    border-radius: 50%;
    background-color: var(--color-second);
}

.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: 78px;
}

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

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

.not-found h1 span {
    display: block
}

.not-found .number {
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
}

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

.footer-links a{
    display: block;
    width: 50%;
    margin: 15px;
    margin: 15px auto;
}

.footeritems li {
    display: block;
}
.footeritems li a{
    text-decoration: none;
    padding: 0 0;
    font-size: 13px;
    color: var(--color-dark-gray);
}
ul.footeritems {
    list-style: none;
    padding: 0;
}



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

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

.site-footer li {
}
.footeritems li,
.footer-follow li {
    margin-bottom: 0;
}

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

.footer-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 14px;
}
.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-contact li{
    display: inline-block;
}
.footer-contact li ,
.footer-contact li a{
    text-decoration: none;
    color: var(--color-dark-gray);
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.footer-contact .icon{
    display: inline-block;
    margin-left: 3px;
    width: 35px;
    height: 35px;
    background-color: var(--color-second);
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: var(--color-white);
    border-radius: 50%;
    line-height: 41px;
    box-shadow: 0px 0px 4px 4px #eeeeee;
}
.footer-follow li {
    margin-bottom: 19px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 991px) {
    .bar-align{
        justify-content: space-between;
    }
    .col-30 {
    width: 100%;
    text-align:center
}

.site-footer .col-20 {
    width: 50%;
}

.footer .col-20 {
    padding: 34px 0;
}
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .main-nav {
        background: var(--color-white);
        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: 0;
        margin: 0;
        padding: 60px 0 21px 0;
    }
    .menu-items li{
        border-top: 1px solid #e1e1e1;
    }
    .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 {
        border: 0;
        background-color: var(--color-gray);
    }
    .topbar,
    .call-us-wrap .btn{
        display: none
    }
    footer h3{
        font-size: 18px
    }
    .footer-info{
        font-size: 16px;
        margin-bottom:25px
    }
    .footer-links a{
    width: 72%;
    margin-bottom: 24px;
}
.footer-contact{
     margin-bottom: 24px;
     text-align: center;
}
}

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

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

@media (min-width: 992px) {
    .contact-form {
    width: 50%;
    margin: auto;
}
    .memo-search-form {
    width: 18%;
}
    .call-us-wrap {
    width: 23%;
}
    .menubar-section{
        padding: 11px 0;
    }
    .container {
        max-width: 960px
    }
    .section-padding {
    padding: 80px 0;
}
    .col-50 {
        width: 47%;
    }
    .col-30 {
    width: 30%;
}
    .col-40 {
    width: 40%;
}
.col-60 {
    width: 60%;
}
    .col-70 {
    width: 70%;
}
.col-20 {
    width: 20%;
}
    .main-nav {
    width: 61%;
}
    .sidebar-close,
    .sidebar-open,
    .submenu-toggle {
        display: none
    }
    .menu-items>li {
        display: inline-block
    }
    .menu-items li.current > a{
        border-bottom: 1px solid #000000;
    }
    .menu-items li a {
        box-shadow: none;
        padding: 5px 17px;
    }
    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #000000;
        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 #707070;
        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: #fff;
        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;
    }
     .menu-items .sub-menu a {
        color: #000;
        margin: 0;
        padding: 10px 16px;
        border-bottom: 1px solid #e5e5e5;
    }
    .menu-items .sub-menu a:hover{
        color: #fff;
        background-color: #000000;
    }
    .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: 11%;
    }
    .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: 50%;
}


  .footer-follow {width: 25%;}
}

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

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


.icon,
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
  }
  .icon-minus-round:before {
    content: "\66";
  }
  .icon-question-circle:before {
    content: "\61";
  }
  .icon-plus:before {
    content: "\62";
  }
  .icon-phone:before {
    content: "\63";
  }
  .icon-envelope:before {
    content: "\64";
  }
  .icon-map-marker:before {
    content: "\65";
  }
  .icon-whatsapp:before {
    content: "\67";
  }
  .icon-linkedin-square:before {
    content: "\68";
  }
  .icon-facebook-alt:before {
    content: "\6a";
  }
  .icon-social-whatsapp:before {
    content: "\69";
  }
  .icon-social-instagram:before {
    content: "\6b";
  }
  .icon-twitter:before {
    content: "\6c";
  }
  .icon-angle-double-left:before {
    content: "\6d";
  }
  