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

*,::after,::before {
    box-sizing: inherit;
    padding: 0;
}

body {
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #414753;
  background-color: #fff;
  direction: rtl;
  margin: 0;
}
a{

  text-decoration: none;
}
.textwidget {
    margin: auto;
    max-width: 1140px;
}

h2.widgettitle {
    text-align: center;
    margin-bottom: 20px;
}

.textwidget * {
    padding: revert;
    margin: revert;
}
.textwidget p ,.textwidget ol , .textwidget ul ,.textwidget table {
    background:#fff;
    box-shadow:0 0 38px #0000000d;
    padding:25px;
    border-radius:15px
}
.textwidget h2, .textwidget h3, .textwidget h4,.textwidget a {
    color: #2b6291;
}
.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: #0a0a57;
}

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

.topbar-section {
    padding: 15px;
    background-color: #0a0a57;
}

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



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

/* .contact-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid#0f2231;
    padding: 15px 0;
    border-top: 1px solid #0f2231;
    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;
    right: 7px;
    bottom: 8px;
    background: #0f2231;
    padding: 15px 15px;
    border-radius: 33px 74px 12px 80px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 43%);
}

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



@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:#0f2231;
        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
    }
    @media (min-width: 992px) {
      @media (min-width: 992px) {
          .menu-items li a:hover {
              color: #0e4ecb;
          }
          .sub-menu li a:hover {
            background: #f1faff;
        }
      }
  }
  @media (min-width: 992px) {
    @media (min-width: 992px) {
        .sub-menu li a {
            position: relative;
            display: block;
            padding: 10px;
            border-bottom: 1px solid #4646462b;
            line-height: 24px;
            font-weight: 700;
            font-size: 16px;
            text-transform: capitalize;
            color: #3b76cb;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }
    }
}

    .menu-item-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>li:hover .sub-menu {
    
display: block;
}
    .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
    }


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

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

.up-ask {
    padding: 10px;
    background: #1f1f1f;
  }
  .container {
    margin: 0 auto;
    
  }
   .flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  li.ksmh {
    border-radius: 15px;
    background: #383737a6;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
    text-align: center;
    flex: 1;
    transform: scale(.99);
    list-style: none;
  
  }
   .tital {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
   
   .tital > div {
    font-size: 19px;
    color: #fff;
  }
  
 
  
   .flex-1 {
    flex: 1 1 0%;
  }
  
  @media (max-width: 500px){
  
   li.ksmh {
    margin-bottom: 10px;
  }
  }
  @media (max-width: 1023px){
    .container {
      max-width: 100%;
  }
  }
  
  @media (max-width: 450px){
    .col-xs-12 {
      width: 100%;
      min-width: 100%;
  }
  }
  /* -----------------------------city */
.my-hatem-SingleWidget-Section {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .--shape-X-features--image-,.--shape-y-features--image- {
    position: absolute;
    top: 14%;
    padding: 61px;
    opacity: .5;
    height: 50px;
    width: 50px;
    animation: 9s linear infinite moving;
  }
  
  .-YC-WidgetType-city__widget .-defult-widgets-title-style-1>.-widgets-h1-title c--color,.-YC-WidgetType-city__widget .-defult-widgets-title-style-1>.P-content,.-YC-WidgetType-city__widget .sup-title-widget-defualt {
    color: #fff
  }
  
  .-YC-WidgetType-city__widget .-YC-Widgets-Inner-Row {
    background: #0a0a57;
    overflow: hidden;
    padding: 50px 0px;
  }
  
  .-YC-WidgetType-city__widget .sup-title-widget-defualt:before {
    background: #fff
  }
  
  -YC-WidgetType-city__widget .-defult-widgets-title-style-1>.-widgets-h1-title c--color {
    color: #fff!important
  }
  
  .-YC-WidgetType-city__widget .-btn-header>a {
    background: var(--secbutton)
  }
  
  .--shape-X-features--image- {
    right: 7%
  }
  
  .--shape-y-features--image- {
    right: 80%
  }
  
  .--shape-k-features--image-,.--shape-v-features--image-,.--shape-z-features--image- {
    border-radius: 50%;
    height: 30px;
    padding: 52px;
    opacity: .4;
    animation: 19s linear infinite alternate movingin;
    position: absolute
  }
  
  .--shape-z-features--image- {
    right: 3%;
    top: 42%
  }
  
  .--shape-v-features--image- {
    right: 36%;
    top: 10%
  }
  
  .--shape-k-features--image- {
    left: 3%;
    top: 68%
  }
  
  .--all-citys--in {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end:-15px;margin-inline-start:-15px;margin-bottom: 0;
    justify-content: center
  }
  
  .--text--city-box-inrter- {
    display: flex;
    transition: .3s ease-in-out;
    align-items: center;
    position: relative;
    padding: 10px;
    --fgd: 346px;
    min-width: var(--fgd);
    max-width: var(--fgd);
    cursor: pointer;
    margin: 10px
  }
  
  .--text--city-box-inrter-:before {
    content:'';
    position: absolute;
    height: 100%;
    clip-path: polygon(0% 0%,100% 5%,100% 95%,0% 95%);
    background: #fff;
    right: 30px;
    left: 0;
    top: calc(50% + 1px);
    transform: translateY(-50%)
  }
  
  .-Text-cityBox-widgets-icon {
    font-size: 30px;
    color: #000;
    transition: .3s ease-in-out;
    background: #e3f2ff;
    padding: 25px 30px;
    clip-path: polygon(0% 5%,100% 0%,100% 100%,0% 95%);
    z-index: 1;
    margin-inline-end:20px}
  
  .--city--info-boxitem {
    font-weight: 500;
    font-size: 20px;
    box-shadow: var(--faq-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 6%,100% 0%,100% 100%,0% 100%);
    line-height: 1.5
  }
  
  .-YC-WidgetType-city__widget .-defult-widgets-title-style-1>.-widgets-h1-title {
    color: #fff;
    margin-bottom: 20px
  }
  
  .-cityBox-widgets-items-s1.-page--cites--boxes {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start:-15px;justify-content: center
  }
  
  .--text--city-box-inrter-:hover {
    transform:translateY(-7px)
  }
  
  .--text--city-box-inrter-:hover -Text-cityBox-widgets-icon,.--text--city-box-inrter-:hover .-Text-cityBox-widgets-icon {
    background-color:#fdb531
  }
  
  .-primary-body .--text--city-box-inrter-:before {
    background:#f6f6f6
  }
  
  .-YC-WidgetType-city__widget .-defult-widgets-title-style-1>.-defult-widgets-title--URLArea-v1 {
    margin-top: 25px
  }
  
  .--text--city-box-inrter-:hover i {
    color:var(--primary-text);
    transition:.3s ease-in-out
  }
  .--shape-X-features--image- {
    right: 7%;
  }
  
  .--shape-X-features--image-, .--shape-y-features--image- {
    position: absolute;
    top: 14%;
    padding: 61px;
    opacity: .5;
    height: 50px;
    width: 50px;
    animation: 9s linear infinite moving;
  }
  .--shape-y-features--image- {
    right: 80%;
  }
  .--shape-z-features--image- {
    right: 3%;
    top: 42%;
  }
  .--shape-k-features--image-, .--shape-v-features--image-, .--shape-z-features--image- {
    border-radius: 50%;
    height: 30px;
    padding: 52px;
    opacity: .4;
    animation: 19s linear infinite alternate movingin;
    position: absolute;
  }
  .--shape-v-features--image- {
    right: 36%;
    top: 10%;
  }
  .--shape-k-features--image- {
    left: 3%;
    top: 68%;
  }
  
  
  @media only screen and (max-width: 1170px) {
    .-YC-features-city- {
        width: 100%;
    }
    .--all-citys--in {
      justify-content: center;
  }
  }
  @media only screen and (max-width: 1000px) {
    .-YC-Widgets-Inner-Row {
        padding: 50px 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .-YC-Widgets-Inner-Row {
        padding: 50px 0 !important;
    }
  
  }
  @media only screen and (max-width: 768px) {
    .--city--info-boxitem {
        font-size: 24px;
    }
  }
  @media only screen and (max-width: 684px) {
    .-bg-cityBox-fixed {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
  }
  @media only screen and (max-width: 590px) {
    .-Text-cityBox-widgets-item {
        --vf: 229px;
        max-width: 100%;
    }
    .--city--info-boxitem>a {
      font-size: 21px;
  }
  }
  @keyframes circle {
    0% {
        opacity: 0;
        stroke-dasharray: 40,943;
        stroke-dashoffset: 0;
        transform: rotate(-73deg)
    }
  
    40% {
        opacity: .5
    }
  
    50% {
        stroke-dasharray: 200,943;
        transform: rotate(-33deg)
    }
  
    51% {
        opacity: 1
    }
  
    58% {
        stroke-dasharray: 0,943;
        stroke-dashoffset: -943;
        opacity: 1
    }
  
    100%,59% {
        opacity: 0
    }
  }
  
  @-webkit-keyframes check {
    0%,50% {
        stroke-dasharray: 290,9000;
        stroke-dashoffset: -294;
        opacity: 0
    }
  
    50%,63% {
        opacity: 1
    }
  
    63% {
        stroke-dasharray: 291,9000;
        stroke-dashoffset: 55;
        opacity: 1
    }
  
    100% {
        stroke-dasharray: 291,9000;
        stroke-dashoffset: 43;
        opacity: 1
    }
  }
  
  @keyframes check {
    0%,50% {
        stroke-dasharray: 290,9000;
        stroke-dashoffset: -294;
        opacity: 0
    }
  
    50%,63% {
        opacity: 1
    }
  
    63% {
        stroke-dasharray: 291,9000;
        stroke-dashoffset: 55;
        opacity: 1
    }
  
    100% {
        stroke-dasharray: 291,9000;
        stroke-dashoffset: 43;
        opacity: 1
    }
  }
  
  @-webkit-keyframes button {
    0% {
        opacity: 0;
        transform: scale(1)
    }
  
    60% {
        opacity: 0
    }
  
    80% {
        opacity: 1
    }
  
    100% {
        opacity: 1;
        transform: scale(1)
    }
  }
  
  @keyframes button {
    0% {
        opacity: 0;
        transform: scale(1)
    }
  
    60% {
        opacity: 0
    }
  
    80% {
        opacity: 1
    }
  
    100% {
        opacity: 1;
        transform: scale(1)
    }
  }
  @-webkit-keyframes circle {
    0% {
        opacity: 0;
        stroke-dasharray: 40,943;
        stroke-dashoffset: 0;
        transform: rotate(-73deg)
    }
  
    40% {
        opacity: .5
    }
  
    50% {
        stroke-dasharray: 200,943;
        transform: rotate(-33deg)
    }
  
    51% {
        opacity: 1
    }
  
    58% {
        stroke-dasharray: 0,943;
        stroke-dashoffset: -943;
        opacity: 1
    }
  
    100%,59% {
        opacity: 0
    }
  }
  @-webkit-keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }
  
    50% {
        opacity: 1
    }
  
    100% {
        transform: scale(1.2);
        opacity: 0
    }
  }
  
  @keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }
  
    50% {
        opacity: 1
    }
  
    100% {
        transform: scale(1.2);
        opacity: 0
    }
  }
  @keyframes spin {
    to {
        transform: rotate(360deg)
    }
  }
  
  @keyframes pular {
    0% {
        transform: translateX(0)
    }
  
    100% {
        transform: translateX(-270px)
    }
  }
  
  @keyframes pula {
    0% {
        transform: translateX(0)
    }
  
    100% {
        transform: translateX(-168px)
    }
  }
  @keyframes zoomInOut {
    0%,100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
  
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  }
  
  .-my-hatem-Widgets-Sections {
    display: block;
    position: relative
  }
  
  .-my-hatem-SingleWidget-Section {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  @keyframes movingin {
    0% {
        transform: rotate(0)
    }
  
    100% {
        transform: rotate(360deg)
    }
  }
  
  .-Top-separator-shows__in.-bottom-separator-shows__in {
    background: var(--background)
  }
  
  @-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
  
    to {
        opacity: 0
    }
  }
  
  @keyframes fadeOut {
    0% {
        opacity: 1
    }
  
    to {
        opacity: 0
    }
  }
  
  @-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }
  
    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }
  
    100% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  }
  
  @keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }
  
    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }
  
    100% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  }
  
  @-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
  
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
  
    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
  }
  
  @keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
  
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
  
    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
  }
  
  @keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
  
    10% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px)
    }
  
    30% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
  
    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
  }
  
  @keyframes moving {
    0%,100% {
        transform: translatey(0)
    }
  
    2% {
        transform: translateX(-50px)
    }
  
    30% {
        transform: translatey(-40px)
    }
  }
  
  @-webkit-keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
  
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
  
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
  
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
  
    100% {
        transform: perspective(400px)
    }
  }
  
  @keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
  
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
  
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
  
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
  
    100% {
        transform: perspective(400px)
    }
  }
  
  @-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
  
    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    100% {
        opacity: 0
    }
  }
  
  @keyframes zoomOut {
    0% {
        opacity: 1
    }
  
    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    100% {
        opacity: 0
    }
  }
  
  @-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
  
    100% {
        transform: translate3d(0,100%,0);
        visibility: hidden
    }
  }
  
  @keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
  
    100% {
        transform: translate3d(0,100%,0);
        visibility: hidden
    }
  }
  
  @-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }
  
    100% {
        transform: translateZ(0)
    }
  }
  
  @keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }
  
    100% {
        transform: translateZ(0)
    }
  }
  
  @-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    50% {
        opacity: 1
    }
  }
  
  @keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    50% {
        opacity: 1
    }
  }
  
  @-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(800px)
    }
  
    60% {
        opacity: 1;
        transform: translateY(0)
    }
  
    100%,80% {
        transform: translateY(0)
    }
  }
  
  @keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(800px)
    }
  
    60% {
        opacity: 1;
        transform: translateY(800px)
    }
  
    80% {
        transform: translateY(10px)
    }
  
    100% {
        transform: translateY(0)
    }
  }
  
  @-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }
  
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    20% {
        transform: scale3d(1.1,1.1,1.1)
    }
  
    40% {
        transform: scale3d(.9,.9,.9)
    }
  
    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }
  
    80% {
        transform: scale3d(.97,.97,.97)
    }
  
    100% {
        opacity: 1;
        transform: scaleX(1)
    }
  }
  
  @keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }
  
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
  
    20% {
        transform: scale3d(1.1,1.1,1.1)
    }
  
    40% {
        transform: scale3d(.9,.9,.9)
    }
  
    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }
  
    80% {
        transform: scale3d(.97,.97,.97)
    }
  
    100% {
        opacity: 1;
        transform: scaleX(1)
    }
  }
  
  @-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(800px)
    }
  
    100% {
        transform: translateX(0)
    }
  }
  
  @keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(800px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-800px)
    }
  
    100% {
        transform: translateX(0)
    }
  }
  
  @keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-800px)
    }
  
    100% {
        transform: translateX(0)
    }
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-800px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-800px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(800px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(800px)
    }
  
    100% {
        opacity: 1;
        transform: translateY(0)
    }
  }
  
  @-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-800px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-800px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(800px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  
  @keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(800px)
    }
  
    100% {
        opacity: 1;
        transform: translateX(0)
    }
  }
  /* // */


/* footer */

footer {
    width: 100%;
    background-image: url(../img/download.svg);
    background-size: cover;
    position: relative;
    background-color: #f6f7fb;
    overflow: hidden;
    box-sizing: content-box;
  }
  
  .topfooter {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 240px;
    padding-bottom: 0;
    background: #0a0a57;
    padding-right: 620px;
  }
  .topfooter:after {
    content: "";
    display: block;
    clear: both;
  }
  .foterbaner:after {
    content: "";
    display: block;
    clear: both;
  }
  .companyinfo {
    width: 310px;
    display: inline-block;
    color: #fff;
    float: right;
    right: 300px;
    position: absolute;
    box-shadow: 0px 0px 10px #0000003b, inset 0px 0px 20px #0000000f;
    color: #000;
    top: 10px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 10px;
  }
  .companyinfo h3 {
    color: #3a46d1;
    font-size: 20px;
    padding: 11px;
    font-weight: bold;
    border-bottom: 1px solid #0003;
  }
  .companyinfo p {
    font-weight: 600;
    height: 120px;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 25px;
  }
  .callnum, .callwhatss {
    width: 96%;
    box-sizing: border-box;
    height: auto;
    position: relative;
    padding: 0;
    display: inline-block;
    padding: 3px 10px;
    margin: 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin-right: 25px;
    cursor: pointer;
    margin: 2px 7px;
    color: #000;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: normal;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(20,39,82,0.03);
    box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.1);
    text-decoration: none;
    font-size: 1em;
    line-height: 24px;
    font-weight: 700;
    background: #fff;
    border-color: #e8eaee;
  }
  .callnum span, .callwhatss span {
    font-size: 30px;
    float: right;
    color: #3a46d1;
  }
  .callnum i {
    height: 100%;
    display: inline-block;
  }
  .footer-menu {
    width: 69%;
    display: inline-block;
    float: right;
    margin-right: 9px;
  }
  .footer-menu > span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  
  .footer-menu li {
    display: inline-block;
    width: 23%;
    background: #ffffff1c;
    margin: 2px;
    padding: 11px 9px;
    border-radius: 6px;
  }
  .footer-menu li:hover{
    background: #042786;
  }
  .footer-menu li a {
    color: #fff;
  }
  .lastwideg {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .social {
    position: absolute;
    left: 0;
    top: 30px;
    text-align: center;
    width: 300px;
    right: calc(50% - -20px);
  }
  .social span {
    color: #ffffff;
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 27px;
  }
  .social a {
    color: white;
    background: #ffffff0f;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    border-radius: 50%;
    transition: .3s all ease;
    line-height: 40px;
  }
  .opiningtime {
    color: #212643;
    font-size: 18px;
    width: auto;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 18px;
    margin: 10px;
    position: relative;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 70px 15px 20px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    margin-right: 14px;
    border-radius: 150px;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: normal;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.03);
    box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.03);
    text-decoration: none;
    text-align: left;
    font-size: 1em;
    line-height: 22px;
    font-weight: 700;
    border-color: #3a46d1;
    background: #fff;
  }
  .adresscall {
    padding: 20px 0px;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: right;
  }
  .adresscall div:hover {
    background-color: #142752;
    border-color: #142752;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color:#fff;
  }
  .adresscall div {
    margin: 10px;
    position: relative;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 70px 15px 20px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    margin-right: 14px;
    border-radius: 150px;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: normal;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(20,39,82,0.03);
    box-shadow: 0px 3px 5px 0px rgba(20,39,82,0.03);
    text-decoration: none;
    text-align: left;
    font-size: 1em;
    line-height: 22px;
    font-weight: 700;
    border-color: #3a46d1;
    background: #fff;
  }
  .adresscall span {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: inherit;
    text-align: center;
    background-color: rgba(37,204,247,.25);
    color: #001266;
  }
  .adresscall i {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
  }
  footer .containerr {
    width: 100%;
    background: #212643;
    text-align: center;
  }
  .cobycontent {
    max-width: 1200px;
    margin: 0 auto;
  }
  .Copyrights {
    display: block;
    color: #fff;
    padding: 5px;
  }
  footer .containerr a {
    color: #fff;
  }
  .Copyrights:after {
    content: "";
    display: block;
    clear: both;
  }
  footer .containerr {
    width: 100%;
    background: #0a0a57;
    text-align: center;
  }
  .social a:hover {
    background:#fff;
    transition:.3s all ease;
    transform: translate3d(0px, -10px, 10px);
    box-shadow: -8px 12px 10px #0000008a;
  }
  .social a:nth-child(2):hover {
  color:#6382f7
  }
  .social a:nth-child(3):hover {
  color:#0089f3
  }
  .social a:nth-child(4):hover {
  color:#ff0000
  }
  .social a:nth-child(5):hover {
  color:#f41354
  }
  
  .adresscall div:hover span {
    background-color: #0089f3;
    color: #fff;
  }
  
  @media (max-width: 1199px) {
    footer {
        background: #0f2231;
    }
    .topfooter {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      max-width: 100%;
  }
  .foterbaner {
    width: 30%;
    display: block;
    float: right;
  }
  .companyinfo {
    position: relative;
    right: 0;
    width: 100%;
  }
  .lastwideg {
          width: calc(100% - 310px);
      }
      .social {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
    }
    .social span {
      display: inline-block;
  }
  }
  
  @media (max-width: 768px) {
    .companyinfo {
        width: 100%;
        display: block;
        float: none;
        box-sizing: border-box;
    }
    .foterbaner {
      width: 100%;
      box-sizing: border-box;
      float: none;
  }
    .footer-menu {
      width: 100% !important;
      float: none;
      margin-top: 10px;
  }
  .footer-menu li {
    width: 21%;
  }
  .lastwideg {
    width: 100%;
  }
  .opiningtime {
    margin-top: 10px;
  }
  .opiningtime, .adresscall {
    display: block;
    margin: 0 auto;
    width: 430px;
    box-sizing: border-box;
  }
  .opiningtime, .adresscall {
    display: block;
    margin: 0 auto;
    width: 430px;
    box-sizing: border-box;
  }
  .opiningtime {
    margin-top: 10px;
  }
  
  }
  @media (max-width: 576px) {
    .footer-menu {
        margin: 40px 0px;
    }
    .footer-menu li {
      width: 100%;
      box-sizing: border-box;
  }
  .social span {
    display: block;
  }
  .opiningtime, .adresscall {
    width: 100%;
    border-radius: 10px;
  }
  
  .opiningtime, .adresscall {
    width: 100%;
    border-radius: 10px;
  }
  .adresscall div {
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 13px;
  }
  .adresscall div span {
    display: none;
  }

  .companyinfo p {
    
    padding-bottom: 133px;
}
  }
/* footer */

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 700px
}

.wrapper:before,.clear:before,.clear:after {
  content: "";
  display: table;
  table-layout: fixed
}

.wrapper:after {
  clear: both;
  content: "";
  display: block
}

*,*:before,*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
.section-title {
  margin-bottom: 50px;
}
.txtcenter {
  text-align: center;
}


.site-content {
  padding: 0
}

section.whyus {
  color: rgb(0, 0, 0);
  background-color: #fff;
/* padding: 80px 0;
  background: linear-gradient(180deg,#006bb7,#065d9b);
  box-shadow: inset 0 2px 40px #0000005e;*/
}

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

.why-box p {
  margin: 0;
  font-size: 15px;
  color: gray;
}

.why-box {
  width: 100%;
  background: #ffffff;
  color: #000;
  margin: 12px;
  padding: 40px 20px 20px;
  display: flex;
  background: #f5f5f5;
  position: relative;
  border-top: 5px solid #cd3b3b;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section.citis {
  padding-bottom: 50px
}

.why-box:before {
  display: block;
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  height: 70px;
  transform: rotate(-3deg) skew(-2deg,.7deg);
  background: #d9ebf9;
  border-radius: 15px;
  transition: all .4s;
  z-index: -1
}

.why-box h3 {
  color: #cd3b3b;
  font-size: 20px;
  margin: 15px 0 0 0;
}

.section-title {
  margin-bottom: 50px
}

section.services {
  padding: 60px 0
}

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

.service-box {
  width: 40%;
  display: inline-block;
  height: 100%;
  position: relative;
  margin: 15px;
  border-radius: 16px;
  overflow: hidden
}

.service-box:after {
  content: " ";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  position: absolute;
  background: linear-gradient(to top,#01111cb0,#0000)
}

.service-box span {
  position: absolute;
  z-index: 99;
  bottom: 12px;
  right: 12px;
  left: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px
}

.service-box img {
  width: 100%;
  height: auto
}

.why-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  transition: .5s;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #0000001f;
  justify-content: center;
  font-size: 28px
}

@media only screen and (min-width: 786px) {
  .service-box {
      width:20%
  }
}

@media only screen and (min-width: 982px) {
  .why-box {
      width:22.333%
  }

  .service-box {
      width: 14%
  }
}
@media only screen and (min-width: 982px){
.wrapper {
    max-width: 1200px;
}
}
@media only screen and (min-width: 1480px) {
  .wrapper {
      max-width:1350px
  }
}



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

.txtleft {
  text-align: left
}

.qr-img {
  text-align: center;
  padding-top: 33px
}
.shape-bottom,.shape-top {
  overflow: hidden;
  width: 100%
}

.shape-bottom svg,.shape-top svg {
  display: block;
  fill: #fff;
  height: 206px
}
.shape-bottom {
  transform: rotate(180deg)
}



.features-box {
  position: relative;
  padding: 15px;
  background: #fff;
  box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
  border-radius: 15px;
  text-align: center;
  margin-bottom: 15px
}

.features .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.features-content {
  margin-bottom: 25px
}

.features-box p {
  font-size: 16px;
  color: #54595f;
  position: relative
}

.features-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px
}
.txt-g{
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-top: 0;
  color: #cd3b3b;
}
.why-exc {
  font-size: 18px;
  padding: 30px 20px;
  background-color: #f5f5f5;
  text-align: justify;
  line-height: 1.5em;
  border-right: 4px solid #cd3b3b;
  margin: 15px 0;
}

.hatem {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-top: 0;
  color: #0a255a;
}
.why-con {
  font-size: 15px;
  padding: 0 20px;
  line-height: 1.5em;
  color: #5c6785;
  text-align: justify
}

.read-more {
  background-color: #0f2231;
  color: #fff!important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.read-more::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0a255a;
  content: '';
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right
}

.read-more:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1)
}

.read-more:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.read-more .read-more-icon {
  float: right;
  background-color: #0a255a;
  padding: 10px
}

.read-more .read-more-txt {
  line-height: 2.5em
}
@media (min-width: 992px) {
  .features-content, .features-videos {
      width: 48%;
  }
}
@media (min-width: 992px) {
  .features-content, .features-videos {
      width: 48%;
  }
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px
  }
  
  .wrapper:before,.clear:before,.clear:after {
    content: "";
    display: table;
    table-layout: fixed
  }
  
  .wrapper:after {
    clear: both;
    content: "";
    display: block
  }
  
  *,*:before,*:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .txtcenter {
    text-align: center;
  }
  
  
  .site-content {
    padding: 0
  }
  
  section.whyus {
    color: rgb(0, 0, 0);
    background-color: #fff;
/* padding: 80px 0;
    background: linear-gradient(180deg,#006bb7,#065d9b);
    box-shadow: inset 0 2px 40px #0000005e;*/
  }
  
  .whyus-boxs {
    display: flex;
    flex-wrap: wrap
  }
  
 

  
  section.citis {
    padding-bottom: 50px
  }
  
  .why-box:before {
    display: block;
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 70px;
    transform: rotate(-3deg) skew(-2deg,.7deg);
    background: #d9ebf9;
    border-radius: 15px;
    transition: all .4s;
    z-index: -1
  }

  
  .section-title {
    margin-bottom: 50px
  }
  
  section.services {
    padding: 60px 0
  }
  
  .services-boxs {
    display: flex;
    flex-wrap: wrap
  }
  
  .service-box {
    width: 40%;
    display: inline-block;
    height: 100%;
    position: relative;
    margin: 15px;
    border-radius: 16px;
    overflow: hidden
  }
  
  .service-box:after {
    content: " ";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    position: absolute;
    background: linear-gradient(to top,#01111cb0,#0000)
  }
  
  .service-box span {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    right: 12px;
    left: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px
  }
  
  .service-box img {
    width: 100%;
    height: auto
  }
  

  @media only screen and (min-width: 786px) {
    .service-box {
        width:20%
    }
  }
  
  @media only screen and (min-width: 982px) {
    .why-box {
        width:22.333%
    }
  
    .service-box {
        width: 14%
    }
  }
  @media only screen and (min-width: 982px){
  .wrapper {
      max-width: 1200px;
  }
  }
  @media only screen and (min-width: 1480px) {
    .wrapper {
        max-width:1350px
    }
  }

.company-info {
    background-color: #0a0a57;
    color: #fff;
    padding-top: 50px;
}

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

.txtleft {
    text-align: left
}

.qr-img {
    text-align: center;
    padding-top: 33px
}
.shape-bottom,.shape-top {
    overflow: hidden;
    width: 100%
}

.shape-bottom svg,.shape-top svg {
    display: block;
    fill: #fff;
    height: 206px
}
.shape-bottom {
    transform: rotate(180deg)
}

.section-padding {
    background-color: #fff;
    padding: 50px 0;
}

.features-box {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px
}

.features .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.features-content {
    margin-bottom: 25px
}

.features-box p {
    font-size: 16px;
    color: #54595f;
    position: relative
}

.features-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px
}
 .txt-g{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    color: #cd3b3b;
}
.why-exc {
    font-size: 18px;
    padding: 30px 20px;
    background-color: #f5f5f5;
    text-align: justify;
    line-height: 1.5em;
    border-right: 4px solid #cd3b3b;
    margin: 15px 0;
}

.hatem {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    color: #0a255a;
}
.why-con {
    font-size: 15px;
    padding: 0 20px;
    line-height: 1.5em;
    color: #5c6785;
    text-align: justify
}

.read-more {
    background-color: #0f2231;
    color: #fff!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    min-width: 170px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.read-more::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0a255a;
    content: '';
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right
}

.read-more:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.read-more:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.read-more .read-more-icon {
    float: right;
    background-color: #0a255a;
    padding: 10px
}

.read-more .read-more-txt {
    line-height: 2.5em
}


.services {
    background: transparent linear-gradient(272deg,#eceffd 0,#fff 100%);
    color: #333;
    padding: 80px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 30px
}

.services-plan .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.price-plan {
    background: #fff;
    text-align: center;
    outline: 2px dashed #e9d8ff;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 40px 15px;
    border-radius: 25px;
    margin-bottom: 30px
}

.services-plan {
    padding: 80px 0;
    position: relative;
    background: transparent linear-gradient(272deg,#eceffd 0,#fff 100%);
}

.price-plan ul {
    list-style: none;
    padding: 0;
    text-align: right
}

.price {
    margin: auto;
    background: #0a0a57;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    padding: 20px 15px
}

.price span {
    display: block
}

.price-plan ul li {
    position: relative;
    padding: 0 35px 5px 0
}

.price-plan ul li:before {
    content: " \2714";
    position: absolute;
    right: 8px;
    top: 1px;
    color: #ffb631;
    font-weight: 700
}

.price-plan a {
    background: #0f2231;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 700;
   
}

.price-plan a:hover {
    background: #fff;
    color: #ffffff !important
}

.how-works .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-work {
    width: 100%;
    background: #fff;
    color: #000;
    position: relative;
    text-align: center;
    padding: 42px 0 42px 15px;
    font-weight: bolder;
    border-radius: 15px;
    border-top: 2px solid #b0b9e0
}

section.how-works {
    background: #0a0a57;
    color: #fff;
    padding: 80px 0px;
}

span.how-works-number {
    font-size: 60px;
    height: 85px;
    left: calc(50% - 42px);
    line-height: 70px;
    top: -50px;
    width: 85px;
    position: absolute;
    font-weight: 700;
    border-radius: 100%;
    color: #c5ace4;
    font-family: "Almarai", sans-serif;
}

.box-work:nth-child(2) .how-works-number {
    color: #8c6db4
}

.box-work:nth-child(3) .how-works-number {
    color: #684694
}

.how-works .section-title {
    margin-bottom: 80px
}

.services-plan>img {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: .2
}

.services-slider {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 20px;
    outline: 2px dashed #cec5da;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%)
}

.services-slider:hover {
    outline: 2px dashed  #604089
}

.services-slider img {
    margin-bottom: 15px
}

.services-box-title {
    display: block;
    font-weight: 900
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 30px 26px
}

.next-services,.prev-services {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    line-height: 46px;
    border: 1px solid #63428d;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px
}

.next-services:hover,.prev-services:hover {
    background: #604089
}

.next-services:after,.prev-services:after {
    content: " ";
    border: solid #604089;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(311deg);
    position: relative;
    top: 0;
    right: 1px
}

.next-services:hover:after,.prev-services:hover:after {
    border-color: #fff
}

.next-services:after {
    transform: rotate(137deg);
    right: 0
}


.swiper-button-lock {
    display: none
}

.services-section {
    padding: 30px 0
}

.slider-header h3 {
    box-shadow: 6px 0 0 0 #0f2231;
    padding-right: 15px;
    font-size: 16px
}

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width: 48%;
    margin-bottom: 25px;
    margin-right: 2%;
    box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

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

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 22%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 22%;
}
}
.citis {
    padding: 50px 0;
  }
  
  .cities-boxs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  a.city-box {
    background: #d9ebf9;
    border-radius: 5px;
    padding: 11px 30px;
    margin: 5px;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    box-shadow: 0 3px 11px rgb(0 0 0 / 10%);
    text-decoration: none;
    width: 30%;
    color: #000;
}
 
  
  a:hover.city-box {
    color: #cd3b3b;
    }
  
  @media only screen and (max-width: 550px){
  a.city-box {
      width: calc(50% - 10px);
  }
      .box-work {
    margin-top: 80px;
}
}