





body {
   font-family: 'Assistant', sans-serif;
    direction: rtl;
    text-align: right;
    color: #232323;
    font-style: normal;
    line-height: 1.5;
}
a, a:hover {
    color: #149dcc;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}
.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.mbr-bold {
    font-weight: 700;
}
.display-1 {
  font-family: 'Assistant', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Assistant', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Assistant', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Assistant', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Assistant', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
a, a:hover {
    color: #149dcc;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}
section {
    background-color: #eeeeee;
}
/*
navbar
*/
@media (max-width: 1023px){
.about-menu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}
    }
.about-menu .navbar {
    background: #ffffff;
    transition: none;
    min-height: 77px;
    padding: .5rem 0;
}


.about-menu .navbar.navbar-short {
    min-height: 60px;
    transition: all .2s;
}
.navbar-dropdown {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease;
    z-index: 1030;
    background: #282828;
}
.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.navbar-dropdown.navbar-fixed-top {
    position: fixed;
}
@media (max-width: 1023px){
.about-menu button.navbar-toggler {
    display: block;
}
    }
.about-menu button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    left: 1rem;
}
.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}
.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.about-menu button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    left: 1rem;
}
.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.about-menu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.about-menu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.about-menu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.about-menu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.about-menu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.about-menu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.about-menu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.about-menu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.about-menu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.about-menu button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #333333;
}.about-menu button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    left: 1rem;
}
.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.about-menu .menu-logo {
    margin-left: auto;
}
.about-menu .menu-logo .navbar-brand {
    display: flex;
    margin-left: 5rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center;
}
.about-menu .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}
.about-menu .nav-item a {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.text-black {
    color: #000000 !important;
}
.about-menu .nav-item a {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
@media (max-width: 1023px){
.about-menu .navbar-collapse.collapsing, .about-menu .navbar-collapse.show {
    display: block !important;

}
    .menu .navbar-collapse.show {
    overflow: auto;
}
 .about-menu .navbar-collapse.collapsing .navbar-nav, .about-menu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}
 .about-menu .navbar-collapse.collapsing .navbar-nav .nav-item, .about-menu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}
 .about-menu .navbar-collapse.collapsing .navbar-buttons:last-child, .about-menu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
    margin-right: 2rem
}
    }


@media (max-width: 1023px){
.about-menu .navbar-brand {
    margin-left: 1rem !important;
}
}
.menu .navbar-brand {
    display: -webkit-flex;
}
.about-menu .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size 0.25s;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.navbar-dropdown .navbar-brand span {
    vertical-align: -4px;
}
.navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle;
}
.about-menu .menu-logo .navbar-brand .navbar-logo a {
    display: inline-flex;
}
.about-menu a {
    font-style: normal;
}
.about-menu .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
}
.navbar-dropdown .navbar-logo img {
    height: 3.125rem;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px){
.about-menu img {
}
    }
.about-menu .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size 0.25s;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.navbar-dropdown .navbar-brand span {
    vertical-align: -4px;
}
.navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle;
}
.about-menu .navbar-toggleable-sm .navbar-collapse {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: auto;
    padding-left: 3rem;
}
.about-menu .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}
.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}
@media (max-width: 1023px){
.about-menu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}
    }
@media (max-width: 767px){
.menu .navbar-collapse {
    max-height: 80vh;
}
    }
@media (max-width: 1023px)
.menu .navbar-collapse {
    max-height: 93.5vh;
}
.about-menu .navbar-toggleable-sm .navbar-collapse {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: auto;
    padding-left: 3rem;
}
.about-menu .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}
@media (max-width: 1023px){
.about-menu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}
    }
@media (max-width: 767px){
.menu .navbar-collapse {
    max-height: 80vh;
}
    }
@media (max-width: 1023px){
.menu .navbar-collapse {
    max-height: 93.5vh;
}
    }
.about-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}
.about-menu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}
@media (max-width: 767px){
.align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center;
}
    }
a.phone-about {
    color: #333333;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
a.phone-about img {
    vertical-align: baseline;
    width: 14px;
    margin-left: 5px;
}
@media (max-width: 1023px)
.about-menu img {
}
/*header
*/
.about-header {
    padding-top: 30px;
    background-color: #ffffff;
}
@media (min-width: 992px){
.about-header {
    padding-bottom: 90px;
}
    }
.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
@media (min-width: 992px){
.media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
    }
.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.pt-about {
    padding-top: 20px;
}
@media (max-width: 767px){
.align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center;
}
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}
@media (max-width: 991px){
.about-header .mbr-figure {
    padding-bottom: 3rem;
}
    }
@media (min-width: 992px){
.about-header {
    padding-bottom: 60px;
}
    }
.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

@media (max-width: 991px){
.mbr-figure {
    width: 100% !important;
}
    }
.mbr-figure img {
    display: block;
    width: 100%;
}
.mbr-figure img, .card-img img {
    width: 100%;
}
.br-orange {
    border-right: 2px solid orange;
    margin-right: -1rem;
}
.br-bleu {
    border-right: 2px solid #3b90bf;
    margin-right: -1rem;
}
.about-header.graybg {
    background-color: #f9f9f9;
    padding-top: 30px;
}
/* team*/
.team {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #8ea6b2;
}
.team-title {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 1rem;
}
.card {
    background-color: transparent;
    border: none;
}
.card-wrapper {
    -webkit-flex: 1;
}
.card-wrapper {
    height: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}
.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: auto
}
@media (min-width: 992px){
.card-img.round img {
    padding: 2rem !important;
}
    }
.card-img.round img {
    border-radius: 50%;
    padding: 0;
}
.card-box {
    width: 100%;
}
.card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}
/* counter*/
.mycounter {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}
.mycounter .mbr-section-subtitle {
    color: #767676;
    font-weight: 300;
}
.mycounter h3 {
    text-align: center;
}
.mycounter .card {
    word-wrap: break-word;
}
.mycounter .panel-item {
    background: #ffffff;
}
.mycounter .mbr-iconfont {
    font-size: 80px;
    color: #149dcc;
}
[class^="mbri-"], [class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* happy clients */
.happy-client {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.happy-client .carousel-item {
    justify-content: center;
    -webkit-justify-content: center;
}
.happy-client {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.happy-client .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.happy-client .carousel-item.active,
.happy-client .carousel-item-next,
.happy-client .carousel-item-prev {
  display: flex;
}
.happy-client .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.happy-client .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.happy-client .carousel-controls a:hover span {
  opacity: 1;
}
.happy-client .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.happy-client .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .happy-client .user_image {
    width: 100%;
    height: auto;
  }
}
.weekend-digi{
    padding: 1rem 0 4rem 0;
}

@media (min-width: 992px){
.digi {
    padding: 2.0rem !important;
}
    }
.digi{
    padding: 0.3rem
}
.digi > div{

    text-align: center

}
@media (min-width: 992px){
.digi:nth-child(2) img, .digi:nth-child(3) img {
    width: 80%;
    margin: 0 auto;
}
    }
/*contact*/
.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.contactus {
    background-image: url(../images/contactbg.jpg);
}
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}
.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
@media (min-width: 768px){
.contactus .content-container {
    padding-right: 5rem;
}
}
.mbr-white {
    color: #ffffff;
}
a.contact-phone {
    color: #ffffff;
    font-size: 30px;
    padding-right: 5px;
}
.contactus .form-container {
    transition: all .2s;
    border: 1px solid #ffffff;
    padding: 1rem;
}
.cid-rDtxreelzq .form-control, .cid-rDtxreelzq .form-control:focus {
    background: #ffffff;
    border: 1px solid #ffffff;
}
.form-control {
    font-family: 'Assistant', sans-serif;
    font-size: 1rem;
    font-display: swap;
}
.form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}
.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
}
.formCont {
    padding: 5px;
}
.btn-send {
    background-color: #22a0bb;
    border: 0;
    padding: 0.2em 0;
    width: 50%;
    color: #fff;
    font-weight: 600;
}
.input-group-btn {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center !important;
}
/*to top*/
.mbr-arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mbr-arrow a {
    color: #ffffff;
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}
.mbr-arrow > a > i {
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 2rem;
}
[class^="mbri-"], [class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.affirmation{
    background-color: #fff;
    padding: 1rem;
}
.affirmation div{
    margin-bottom: 15px;
}
.greencheck {
    background-color: #3a9217;
    color: #fff !important;
    border-radius: 50%;
    padding: 2px 8px !important;
    margin-left: 0.5em;
    margin-right: -2.5rem
}
.row.action{
    background-color: #c56479;
}


.digi-title{
  border-bottom: 1px solid #ccc
}
.newtestimonials{
  background-color: #fff;
  padding-top: 2rem
}
@media (min-width: 576px){
.card-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
}
.testimonialitem .row{
  margin: 0
}
.col-2.avatar{
  padding: 0
}
.testimonialitem{
  background-color: #f4f4f4;
  border-radius: 6px;
   padding: 0.5rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem

}
.parsem a {
  font-weight: bold;
  color: #333333


}
@media (min-width: 992px){
  .parsem a {
    background-color: #e65b17;
    color: #ffffff !important;
    padding: 0 9px 2px 9px !important;
    border-radius: 3px;
}
}
.digi-title{
  border-bottom: 1px solid #ccc
}
.col-2.avatar img{
border-radius:50%
}

.client { margin-top: 0.5rem; font-size: 1.0rem }
.testimonialitem .col-10 .client span { font-weight: bold; }
.client span::after { content: " - "; font-weight: normal; }
.card-wrapper:hover { background-color: #98b0bc }
.contact { color: #fff }

.borderRed { border: 1px solid #ce5317; background-color: yellow !important; }
