
*{
  padding: 0;
  margin: 0;
}
img{
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
  outline: none;
  color: #000;
  transition: all 0.5s ease 0s;
}
a:hover{
  color: #13c0d0;
  transition: all 0.5s ease 0s;
}

p{
  direction: rtl;
}

@font-face {
  font-family:ibmb;
  font-style:normal;
  font-weight:bold;
  src:url("../fonts/ArbFONTS-IBMPlexSansArabic-Bold.ttf") format('truetype')
}
@font-face {
  font-family: ibm;
  font-style: normal;
  font-weight: normal;
  src:url("../fonts/ArbFONTS-IBMPlexSansArabic-Regular.ttf") format('truetype')
}
body{
  text-align: right;
  padding: 0;
  margin: 0;
  color: #667085;
  direction: rtl;
  font-size: 20px;
  /*font-family: 'ibm', sans-serif;*/
  font-family: 'El Messiri', sans-serif;

}
@media (max-width: 769px) {
 body{
  font-size: 18px;
} 
}

/**/
header{
  background: #fff;
  width: 100%;
  float: right;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e7;
  position: sticky;
  top: 0;
  z-index: 999;
}
header img.logo{
  float: right;
  height: 80px;
  width: auto;
}
header ul.menu{
  list-style: none;
  padding: 20px 0 0;
  margin: 0 120px 0 0;
  display: block;
  position: relative;
  min-height: 65px;
  text-align: center;
}
header ul.menu li{
  float: none;
  padding: 0 5px;
  display: inline-block;
}
header ul.menu li.but{
  float: left;
  display: none;
}
header ul.menu li a{
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 19px;
  padding: 7px 15px;
}
header ul.menu li.but a{
  background: #e82565;
  color: #fff;
  border: 1px solid #e82565;
  border-radius: 7px;
}
header ul.menu li.but-reg a{
  background: #fff;
  color: #e82565;
}
header ul.menu li.but a:hover{
  opacity: 0.5;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

header ul.menu li a:hover{
  color: #e82565;
}
header ul.menu li ul{
  position: absolute;
  top : 98%;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
  overflow: hidden;
  padding: 20px;
  text-align: right;
  display: none;
  column-count: 2;
}
header ul.menu li:hover ul{
  display: block;
}
header ul.menu li ul li{
  position: relative;
  overflow: hidden;
  min-height: 50px;
  padding: 5px 50px 5px 15px;
  font-size: 13px;
  color: #999;
}
header ul.menu li ul li img{
  position: absolute;
  top: 8px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
header ul.menu li ul li h3{
    font-size: 20px;
    margin: 0 0 9px;
    color: #000;
}
header ul.menu li ul li h3 span{
  background: #e6f8ef;
  color: #027747;
  padding: 2px 10px;
  border-radius: 15px;
  margin: 0 10px;
  font-size: 15px;
}
header ul.menu li ul li p{
    font-size: 13px;
    color: #777;
}


@media (max-width: 769px) {
header img.logo{
  height: 60px;
  margin: 0 auto;
  display: block;
  float: none;
}
header ul.menu{
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  transition: all 0.5s ease 0s;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 999999;
  margin: 0;
  padding: 50px 30px;
  box-shadow: 0 0 50px #ddd;
  overflow-y: auto;
}
.open{
  transition: all 0.5s ease 0s;
  right: 0 !important;
}
header ul.menu li{
  float: none;
  display: block;
  clear: both;
  margin: 10px 0;
}
header ul.menu li.but {
  float: none;
  text-align: center;
  margin: 10px 0 0;
  display: none;
}
header ul.menu li a{
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 24px;
  padding: 10px 0;
  width: 100%;
  float: none;
}
header ul.menu li ul{
  position: relative;
  top : auto;
  right: auto;
  left: auto;
  background: #fff;
  box-shadow: none;
  padding: 20px 0;
  column-count: 1;
}

header ul.menu li ul li{
  padding: 5px 40px 5px 0px;
}
header ul.menu li ul li img{
  top: 20px;
  width: 35px;
  height: 35px;
}

.angle{
  width: 30px;
  height: 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 30px;
}
.angle:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0;
  width: 25px;
  border-bottom: 2px solid #000;
  border-radius: 2px;

}
}

/**/



.slider-home{
  clear: both;
  padding: 0;
  margin: 0;
}
.slider-home img{
  width: 100%;
  height: auto;
}


 



/**/

section{
  clear: both;
  width: 100%;
  padding: 50px 10px;
  position: relative;
}


.about{
  text-align: center;
}
.about img.ic{
  margin: 0 auto 20px;
  display: inline-block;
  float: none;
}
.about .block{
  direction: rtl;
  text-align: center;
  clear: both;
}
.about .block h1{
  color: #e82565;
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 20px;
}
.about .block p{
  display: block;
  margin: 0 auto 50px;
  max-width: 850px;
  line-height: 2;
}


.about .block a{
  display: inline-block;
  margin: 30px 0 0;
}
.about .block a img{
  width: 250px;
  padding: 10px;
  height: auto;
}

@media (max-width: 769px) {
  .about .block a img{
  width: 150px;
  padding: 5px;
}
}

/**/





.head{
  min-height: 100vh;
  overflow: hidden;
  background-image: url("../img/bghome.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.block{
  float: right;
}
.head .block{
  float: right;
  padding: 20px;
  z-index: 9;
  position: relative;
}
.head .block img{
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 960px;
}
.head strong{
  padding: 5px 10px;
  background: #fff;
  font-weight: normal;
  color: #e82565;
  border-radius: 20px;
  font-size: 11px;
}
.head h1{
  font-size: 67px;
  color: #000;
  margin:  0 0 20px;
  font-weight: bold;
  line-height: 1.5;
}
.head h1 span,.head h2 span{
  color: #e82565;
}
.head h2{
  font-size: 50px;
  color: #000;
  margin:  0 0 20px;
  font-weight: bold;
  line-height: 1.5;
}
.head h2 div{
  display: inline-block;
}
.head h5{
  font-size: 20px;
  font-weight: bold;
  direction: ltr;
}
.head h5 img {
    height: 30px !important;
    width: auto !important;
    margin: 0 5px 0 0 !important;
    display: inline-block !important;

}
.head-bg{
  background: #fff;
}
@media (max-width: 769px) {
.head h1{
  font-size: 40px;
}
.head .block{
  text-align: center;
}
}
.head h1 span{
  clear: both;
  display: block;
  color: #e82565;
}
.head p{
  color: #000;
  clear: both;
  margin: 0 0 30px;
  display: block;
}
button{
  color: #fff;
  border: none;
  font-size: 23px;
  outline: none;
  padding: 15px 40px;
  border-radius: 8px;
  background: linear-gradient(87.47deg, #5257E5 -11.65%, #6FE3E1 104.93%);
}
button.vid{
  background: #fff !important;
  color: #e82565 !important;
  box-shadow: 0 0 5px #ccc;
}


button:hover{
  opacity: 0.7;
}
.head button{
  background: #e82565;
  float: right;
  clear: left;
  margin: 0 0 0 10px;
  padding: 10px 20px;
}
@media (max-width: 769px) {
  .head button{
    width: 100%;
    text-align: center;
  float: none;
  clear: both;
  margin: 0 0 10px;
}
}


/**/

/**/
.services{
  text-align: center;
  background: #f1f1f1;
}
.services .container{
}
.blue{
  font-weight: 900;
  color: #e82565;
  padding: 0 10px;
  margin: 0 0 10px;
}
.title{
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 15px;
  color: #e82565;
  padding: 0 10px;
}
.title span{
  color: #e82565;
  display: block;
}
.services .block{
  float: right;
  padding: 10px;
}
.services .block .box{
  display: block;
  overflow: hidden;
  text-align: center;
  direction: rtl;
  padding: 15px 30px;
  min-height: 80px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 7px;
  position: relative;
  min-height: 330px;
}
.services .block .box:hover{
  background: #e82565;
  border-color: #e82565;
  color: #fff;
}
.services .block .box img{
  float: none;
  margin: 0 auto 20px;
  display: block;
  height: 100px;
}
.services .block .box:hover img {
    filter: brightness(100);
}


.services .block .box h3{
  display: block;
  margin: 0 0 10px;
  color: #000;
  font-size: 23px;
}
.services .block .box:hover h3{
  color: #fff;
}
.services .block .box p{
  font-size: 16px;
  margin: 0;
}
/**/


.about-page{
  direction: ltr;

}
.about-page .block {
    float: left;
    padding: 20px;
    clear: inherit;
    text-align: right;
}
.about-page .block img {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    max-width: 400px;
}


.terms h1{
  color: #e82565;
  margin: 10px 0 15px;
  direction: rtl;
}
.terms h2{
  color: #000;
  margin: 10px 0 15px;
  direction: rtl;
}
.terms h3{
  color: #000;
  margin: 10px 0 15px;
  direction: rtl;
}











.works{
  text-align: center;
}
.baner{
  clear: both;
  display: block;
  padding: 7px;
}
.baner img{
  display: block;
  margin: 0 auto;
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
/**/
.logos{
  text-align: right;
}
.owl-carousel {
    direction: ltr;
}
.slider-logo{
  direction: ltr;
}
.slider-logo .item{
  padding: 10px;
  height: 100px;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.slider-logo .item img{
  display: block;
  margin: 0 auto;
  float: none;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
/**/
.fkrh{
    color: #000;
    background: rgb(232,37,101);
    background: linear-gradient(90deg, rgba(232,37,101,1) 0%, rgba(255,255,255,1) 50%, rgba(232,37,101,1) 100%);
}
.fkrh img{
  margin: 0 auto 10px;
  display: block;
  max-width: 1005;
  height: auto;
  padding: 10px;
}
.fkrh a{
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  background: #e82565;
}
.fkrh a:hover{
  background: #000;

}


/**/
footer{
  background: #fff;
  color: #000000;
  text-align: right;
  clear: both;
  display: block;
  padding: 50px 10px 10px;
}
footer .block{
  float: right;
  padding: 10px;
}
footer .block img{
  display: block;
  margin: 0 auto 25px;
  height: 100px;
}
footer .block h6{
  font-size: 17px;
  margin: 0 0 15px;
  text-align: center;
  direction: ltr;
}
footer .block h6 .fa{
  margin: 0 10px 0 0;
}
footer .block .media{
  position: relative;
  clear: both;
  display: block;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin: 25px 0 0;
  padding: 25px 0 0;
  direction: ltr;
}
footer .block .media:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 1px solid #545d6d;
  width: 100px;
  margin: 0 0 0 -50px;
}
footer .block .media .fa{
  margin: 0;
  color: #e82565;
  font-size: 18px;
  width: 40px;
  display: inline-block;
}

footer .block .box{
  padding: 0 10px;
  float: right;
}
footer .block .box ul{
  display: block;
  list-style: none;
  direction: rtl;
}
footer .block .box ul li{
  float: none;
  display: block;
}
footer .block .box ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 15px;
}
footer .block .box ul li a:hover{
  color: #adb4c0;
}

.copy{
  background: #e82565;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  clear: both;
  padding: 10px;
}
.copy a{
    color: #fff !important;
text-decoration: none;
outline: none;
}
.copy a:hover{
  color: #000 !important;
text-decoration: none;
outline: none;
}
/**/

.erp{
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;

}
.clear{
  clear: both;
  display: block;
  padding: 0;
}
.services .clear{
  padding: 30px 0;
  overflow: hidden;
}
.services .blocks{
  float: right;
  padding: 10px 20px;
  text-align: right;
  min-height: 350px;
  color: #667085;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 19px;
}
@media (max-width: 769px) {
.services .clear{
  padding: 15px 0;
  overflow: hidden;
}
  .services .blocks{
  padding: 20px;
  min-height: 0px;
}
}
.services .blocks h2{
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0;
  color: #1d2939;
  line-height: normal;
}
.services .blocks img{
  display: block;
  margin: 0 auto;
}
.services .blocks-left{
  float: left;
}
/**/
.nav-tabs{
  text-align: center;
  list-style: none;
  border: none;
  margin: 0 0 20px;
  padding: 0;
  direction: ltr;
}
.nav-tabs li{
  display: inline-block;
  float: none;
  padding: 3px;
}
.nav-tabs li a{
  padding: 5px 15px;
  border: 1px solid #e82565;
  color: #e82565;
  border-radius: 7px;
  font-size: 15px;
}
.nav-tabs li.active a{
  background: #e82565 !important;
  color: #fff !important;
  border-color: #e82565 !important;
}

.tab-pane .box{
  float: right;
  padding: 10px;
}
.tab-pane .box .img{
  height: 280px;
  border-radius: 10px;
  margin: 0 0 20px;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.tab-pane .box .img img{
  width: 90%;
  height: auto;
  float: right;
}
.tab-pane .box h3{
  float: left;
  clear: both;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #000;
}
.tab-pane .box span{
  clear: both;
  float: left;
  font-size: 13px;
}
.tab-pane .box a{
  float: right;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
  background: #e82565;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.tab-pane .box a:hover{
  background: #000;
}
/**/

.bgprice{
  background-image: url("../img/bgprice.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100%;
  overflow: hidden;
}
.bgprice .container{
  max-width: 1170px;
}
.option{
  margin: 30px 0;
  text-align: center;
  clear: both;
  font-weight: bold;
  color: #000;
}

.no-of{
  width: 40px;
  display: inline-block;
  height: 20px;
  border-radius: 20px;
  background: #e82565;
  border: 1px solid #e82565;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}
.no-of:after{
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  left: 0;
  width: 19px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
}
.no-of.on:after{
  transition: all 0.5s ease 0s;
  left: 19px;
}

.palns{
  padding: 15px;
  display: none;
  min-height: 100px;
  text-align: left;
}
.now{
  display: block !important;
}


.box-plan{
  float: right;
  padding: 15px;
}
@media (max-width: 769px) {
  .box-plan{
  padding: 15px 0;
}
}
.box-plan .box{
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px #ddd;
  direction: ltr;
  margin: 50px 0 0;
}
@media (max-width: 769px) {
 .box-plan .box{
  margin:  0;
} 
}
.popular{
  padding: 2px;
  background: linear-gradient(87.47deg, #5257E5 -11.65%, #6FE3E1 104.93%);
  border-radius: 20px;
  overflow: hidden;
}
.popular h4{
  color: #fff;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
}
.popular .box{
  margin: 0;
}

.box-plan .box img{
  height: auto;
  width: auto;
  clear: both;
  display: block;
}
.box-plan .box h3{
  margin: 25px 0;
  color: #000;
  display: block;
  clear: both;
  font-weight: bold;
}
.box-plan .box p{
  display: block;
  margin: 0 0 15px;
  font-size: 15px;
  color: #999;
}
.box-plan .box ul{
  list-style: none;
  display: block;
  direction: ltr;
  padding: 10px;
}
.box-plan .box ul li{
  display: block;
  direction: ltr;
  overflow: hidden;
  position: relative;
  padding: 5px 5px 5px 25px;
  font-size: 16px;
}
.box-plan .box ul li .fa{
  position: absolute;
  top: 8px;
  left: 0;
  color: #e82565;
}
.box-plan .box .price{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.box-plan .box .price span{
  font-size: 15px;
}

.box-plan .box a{
  color: #fff;
  padding:  10px;
  outline: none;
  text-decoration: none;
  display: block;
  clear: both;
  margin: 15px 0 0;
  text-align: center;
  background: linear-gradient(87.47deg, #5257E5 -11.65%, #6FE3E1 104.93%);
border-radius: 8px;
}


/**/
.host{
  background: linear-gradient(132.17deg, #59C3FF 16.53%, #C6F1FF 71.63%);
  color: #000;
  text-align: center;
  padding: 0;
}
.host .cover{
  background-image: url("../img/host.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  min-height: 100vh;
  padding: 100px 15px;
}
.host .cover a{
  color: #fff;
  margin: 20px 0 50px;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  outline: none;
  background: #e82565;
  border-radius: 5px;
}
/**/
.host-price{
  margin: -350px 0 0;
  position: relative;
  z-index: 99;
  padding: 0 10px;
  min-height: 100vh;
}

@media (max-width: 769px) {
  .host-price{
  margin:  0;
  padding: 40px 10px;
  min-height: 40vh;
}
}

.host-price .container{
  max-width: 1170px;
}
/**/
.questions{
  background: #f2f4f7;
  padding: 60px 10px;
}
.questions .container{
  max-width: 750px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}
.panel-title a {
    text-align: right;
    display: block;
    padding: 20px 15px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    line-height: normal;
    color: #000 !important;
    position: relative;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
.panel-collapse{
  text-align: right;
  font-size: 16px;
}
.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0;
}
.panel-default {
    border-color: #fff;
}
.panel {
    box-shadow: none;
}
/**/


/**/
.about-center{
  background-image: url(../img/about/logo-hid.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding-bottom: 100px;
}
.about-center p{
  display: block;
  margin: 20px auto 0;
  max-width: 480px;
  font-size: 19px;
}
/**/

.contacts{
  background-image: url(../img/about/logo-hid.png);
  background-repeat: no-repeat;
  background-position: right 100px;
  background-size: 400px;
}
.boxs{
  border: 1px solid #eee;
  background: #fff;
  margin: 0 0 15px;
  border-radius: 10px;
  padding: 20px;
  text-align: right;
}
.boxs h3{
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.boxs ul{
  list-style: none;
  display: block;
  margin: 0 0 15px;
}
.boxs ul li {
    position: relative;
    overflow: hidden;
    padding: 0 55px 0 0;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 16px;
    min-height: 30px;
    line-height: normal;
}
.boxs ul li img{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px !important;
}
.boxs p{
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
/**/

.invobot{
  background: linear-gradient(90deg, #B5C6E0 0%, #EBF4F5 100%);
  padding: 100px 10px 0;
}
.invobot .block {
    padding: 20px 0 0;
}
a.more{
    display: inline-block;
    margin: 20px 0 0;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    background: #e82565;
}
/**/
.clear .blocks {
  padding: 30px 10px;
}
.clear .blocks  a{
  clear: both;
  color: #e82565;
  text-decoration: none;
  outline: none;
  margin: 15px 0 0;
  display: inline-block;
}
/**/
.invobot-all{}
.invobot-all .container{
  max-width: 1170px;
}
ul.invobot-box{
  text-align: center;
  list-style: none;
  direction: rtl;
}
ul.invobot-box li{
  width: 30%;
  padding: 20px 30px;
  text-align: center;
  font-size: 16px;
  float: none;
  display: inline-block;
}
@media (max-width: 769px) {
  ul.invobot-box li{
  width: 100%;
  padding: 20px;
}
}

ul.invobot-box li h3{
  color: #000;
  font-size: 20px;
  margin: 25px 0;
  font-weight: bold;
}
ul.invobot-box li img{
  display: block;
  margin: 0 auto;
}
/**/

.links{
  clear: both;
  padding: 20px 0;
  display: block;
  text-align: right;
  direction: rtl;
}
.links  a{
  padding: 7px 15px;
  border-radius: 20px;
  margin: 5px !important;
  display: inline-block !important;
  color: #e82565 !important;
  background: #e0f2fe;
  text-decoration: none !important;
  outline: none !important;
  font-size: 17px !important;
}
.links  a:hover{
  color: #fff !important;
  background: #e82565 !important;
}
.links-center{
  text-align: center;
}
/**/
.before{
  background: #e82565;
  height: 5px;
  float: right;
  width: 70px;
  margin: 0 0 -5px;
}
/**/
.app-bg{
  background: linear-gradient(90deg, #006368 0%, #1EBCC3 100%);
  color: #fff;
}
.head .block-left{
  float: left !important;
}
.app-bg h2{
  color: #fff;
}
.app-bg p{
  color: #fff;

}

.app-bg .block  .span{
  float: right;
  padding: 10px;
  text-align: right;
  direction: rtl;
  color: #ffffff;
  font-size: 17px;
}
.app-bg .block  .span .before{
  background: #ffffff;
  margin: 0 0 6px;
  display: block;
  height: 3px;
}
.app-bg .block  .span strong{
  background: inherit;
  color: #ffffff;
  display: block;
  clear: both;
  font-size: 19px;
  padding: 0 0 5px;
}
.app-bg .block  .span .fa{
  clear: both;
  font-size: 22px;
  margin: 0 0 0 10px;
}

/**/
.screen{
  padding: 0;
  clear: both;
  display: block;
}
.screen img{
  width: 100%;
  height: auto;
}

/**/
.wireframes{
  color: #fff;
  background: #667085;
}
.wireframes h1{
  color: #fff;
}
.shot{
  padding: 15px;
  float: left;
  min-height: 600px;
}
@media (max-width: 769px) {
  .shot{
  padding: 10px;
  min-height: 450px;
}
}
.shot h4{
  color: #fff;
  margin: 0 0 25px;
  font-size: 20px;
}
.shot img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.green{
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 25px;
  background: #d1fadf;
  color: #05603a;
  display: inline-block
}
/**/
.block-color{
  float: left;
  padding: 20px;
  text-align: left;
  color: #000;
}
.block-color h1{
  font-weight: bold;
}
.color{
  float: left;
  padding: 0 10px 20px;
  width: 20%;
}
.color .box{
  display: block;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 0 5px;  
  direction: ltr;
  text-align: center;
  font-size: 15px;
}
.color .box div{
  width: 100%;
  height: 70px;
  margin:  0 0 5px;
}
@media (max-width: 769px) {
  .block-color h1{
    font-size: 25px;
}
  .color{
  padding: 0 3px 10px;
}
.color .box{
  font-size: 11px;
}
.color .box div{
  height: 50px;
}
}
/**/

.ratings{
  background: #d1fadf;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 25px auto;
  display: block;
  text-align: center;
  color: #027948;
  position: relative;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.ratings:after{
  content: "";
    width: 280px;
  height: 280px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
        transform: scale(1.1);
  right: -15px;
  border: 2px solid #12b76a;
  z-index: -1;
}
.ratings h1{
  font-size: 80px;
  font-weight: bold;
  margin: 0 0 10px;
}
.ratings .fa{
  display: inline-block;
  font-size: 20px;
  margin: 1px;
}
.ratings p{
  color: #12b76a;
  clear: both;
  display: block;
  font-size: 16px;
}

a.download{
  float: right;
  padding: 5px;
  display: block !important;
  width: 140px;
  clear: inherit !important;
  margin: 0;
}
a.download img{
  width: 100%;
  height: auto;
  border-radius: 7px;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/
.web-bg{
  background: linear-gradient(90deg, #005DBD 0%, #84C1FF 100%);
}
.web-bg h2{
  color: #fff;
  text-align: right !important;
}
.web-bg p{
  text-align: right !important;
  color: #fff;
}
/**/
.branding-all{
  max-width: 850px;
  margin: 0 auto;
  display: block;
  clear: both;
  float: none;
  padding: 0;
}
.branding{
  float: left;
  padding: 5px;
}
.branding div{
  background: #f9fafb;
  box-shadow: 0 5px 20px #ddd;
  height: 150px;
  padding: 20px;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.branding div img{
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}
/**/
.logo-details{
  background: #fff;
  color: #000;
}

.logo-details h1,
.logo-details h2,
.logo-details p{
  color: #000;
}
.logo-details .block img{
  width: auto;
}
.logo-details .block .span{
  color: #000;
}
.logo-details .block .span strong {
    color: #000;
}
.logo-details .block .span .fa{
  color: #e82565;
}
.logo-details .block .span .before{
  background: #e82565;
}
/**/
.bg{
  background-image: url(../img/branding/bg1.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.bg img{
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 250px;
  height: auto;
}
.bg2{
  background-image: url(../img/branding/bg2.png);

}
.bg3{
  background: #fff;
  min-height: 70vh;
  padding: 30px;
          display: flex;
        flex-direction: column;
        justify-content: center;
}

.bg3 img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}

.bg4{
  height: 50vh;
  background: #000;
}
.bg5{
  height: 50vh;
  background: #fff;
}
.bg6{
  background: #1470ef;
}
.bg7{
  background: #1470ef;
  padding: 0;
}
.bg7 img{
  width: 100%;
  height: auto;
  max-width: 100%;
}

/**/
.logo-boutiqaat{
  background: #f7ede8;
  color: #000;
}
.logo-boutiqaat h2{
  color: #000;
}
.logo-boutiqaat p{
  color: #000;
}
.logo-boutiqaat .block .span {
    color: #000;
}
.logo-boutiqaat .block .span .fa,
.logo-boutiqaat .block .span strong{
    color: #000;
}
.logo-boutiqaat .block .before {
    background: #000 !important;
}
.logo-boutiqaat img{
  width: auto;
  height: auto;
  max-width: 100%;
}
/**/
.bg-boutiqaat{
  background-image: url("../img/branding/b-bg.png");
}
.bg-boutiqaat3{
  padding: 0;
}
.bg-boutiqaat3 img{
  width: 100%;
  height: auto;
  display: block;
}
/**/
.logo-3{
  padding: 0;
}
.logo-3 .block{
  float: right;
  padding: 20px;
  height: 70vh;
  text-align: center;
          display: flex;
        flex-direction: column;
        justify-content: center;
}
.logo-3 .block img{
  display: block;
  margin: 0 auto;
  max-width: 50%;
  height: auto;

}
/**/
.color-logo-bg .box{
  box-shadow: none;
}
.color-logo-bg .box div{
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  margin: 0 auto 15px;
  display: block;
}

/**/


/*dash*/
.dash{
  padding: 0;
  margin: 0;
}
.dash .block{
  height: 100vh;
  float: left;
  padding: 50px;
  background: #fff;
}

.dash .block-bg{
  padding: 0;
  background: linear-gradient(132.17deg, rgba(89, 92, 255, 0.72) 16.53%, #C6F8FF 71.95%);
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.dash .block-bg img{
  display: block;
  margin: 0;
  float: right;
  width: auto;
  height: auto;
  max-width: 70%;
}
.block-sid{
  text-align: center;
  color: #000;
  direction: ltr;
  overflow-y: auto;

}
.block-sid img{
  display: block;
  margin: 0 auto;
}
.block-sid h2{
  font-weight: bold;
}
.block-sid p{
  font-size: 14px;
}

form.form{
  max-width: 360px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
}
form.form label{
  display: block;
  margin: 20px 0 5px;
  color: #4d5869;
  font-weight: 500;
  direction: ltr;
  font-weight: bold;
  font-size: 16px;
}
form.form .text{
  width: 100%;
  margin: 0 ;
  border: 1px solid #d5dae1;
  border-radius: 7px;
  padding: 10px 15px;
  text-align: left;
  direction: ltr;
  outline: none;

}
form.form span{
  font-size: 13px;
  display: block;
}
form.form .remember{
  margin: 10px 0 0;
}
form.form .remember .checkbox {
    float: left;
    margin: 2px 10px 0 0;
    width: 15px;
    height: 15px;
}
.submit{
  width: 100%;
  margin: 20px 0 15px ;
  border: 1px solid #e82565;
  border-radius: 7px;
  padding: 10px 15px;
  text-align: center !important;
  color: #fff;
  background: #e82565;
  direction: ltr;
}
a.links {
    text-decoration: none;
    outline: none;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #d5dae1;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    display: block;
    direction: ltr;
}
a.links img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px;
}
form.form p{
  display: block;
  text-align: center;
}
form.form p a{
  color: #e82565;
  text-decoration: none;
  outline: none;
}

/**/

.dashboard{
  padding: 0;
}
.dashboard .sidbar{
  float: left;
  padding: 25px 15px;
  min-height: 100vh;
  background: #101828;
  color: #fff;
}

@media (max-width: 769px) {
  .dashboard .sidbar{
  padding: 15px;
  min-height: auto;
}
}




.dashboard .sidbar img.logo-panel{
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 769px) {
.dashboard .sidbar img.logo-panel{
  display: block;
  float: right;
  height: 50px;
  margin: 0 auto;
}  
}

.bars{
  width: 30px;
  height: 20px;
  float: left;
  margin: 10px 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.bars:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  border-bottom: 1px solid #fff;

}



.dashboard .sidbar form{
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  height: auto;
  height: 40px;
}
.dashboard .sidbar form .text{
    width: 100%;
  margin: 0 ;
  border: 1px solid #344054;
  padding: 5px 15px 5px 40px;
  text-align: left;
  border-radius: 5px;
  direction: ltr;
  font-size: 16px;
  background: #344054;
  outline: none;
  margin: 0 0 50px;
}
.dashboard .sidbar form .submit{
  background-image: url(../img/dashbord/search.png);
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -17px;
  left: 0;
  border: none;
  background-color: #344054;
  border: none;
}
.dashboard .sidbar ul{
  display: block;
  direction: ltr;
  list-style: none;
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 769px) {
 .dashboard .sidbar ul{
  display: none;
} 
.ul-open{
  display: block !important;
  padding: 30px 0;
}
}
.dashboard .sidbar ul li{
  display: block;
  float: none;
  padding: 2px 0;
}
.dashboard .sidbar ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;
  padding: 7px 15px;
  display: block;
  font-size: 16px;
  border-radius: 5px;
}
.dashboard .sidbar ul li a:hover{
  background: #344054;
}


.dashboard .sidbar ul li a img{
  float: left;
  height: auto;
  width: 20px;
  margin: 0 10px 0 0;
}
.dashboard .sidbar ul li a:hover{}











.dashboard .content{
  float: right;
  padding: 25px;
  min-height: 100vh;
  text-align: left;
  direction: ltr;
  color: #000;
}
.dashboard .content hr{
  clear: both;
  margin: 15px 0;
}
.box-block{
  float: left;
  padding: 5px;
}
.box-block .box{
  display: block;
  border: 1px solid #f2f3f6;
  border-radius: 10px;
  padding: 5px 15px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}
.box-block .box h4{
  margin: 0;
  float: left;
  clear: both;
}
.box-block .box > img{
  position: absolute;
  top: 40px;
  right: 10px;
}
.box-block .box h1{
  margin: 10px 0;
  float: left;
  clear: both;
  font-weight: bold;
}
.box-block .box p{
  font-size: 13px;
  color: #777;
  clear: both;
  float: left;
  max-width: 400px;
}
.box-block .box p img{
  float: left;
  margin: 0 5px 0 0;
}
.box-block .box p span{
  padding: 0 5px;
}

/**/



.filter{
  background: #f5fbff;
  color: #1173a7;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  outline: none;
  border: none;
  font-size: 16px;
}
.filter-more{
  color: #999;
  background: #fff;
    padding: 5px 15px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 16px;
  outline: none;
  border: 1px solid #999;
}

.form-search{
  float: right;
  max-width: 220px;
  width: 100%;
  position: relative;
}
@media (max-width: 769px) {
.form-search{
  max-width: 100%;
  margin: 10px 0 0;
}
}
.form-search .text{
    width: 100%;
    margin: 0;
    border: 1px solid #d5dae1;
    border-radius: 7px;
    padding: 6px 15px 6px 40px;
    text-align: left;
    direction: ltr;
    outline: none;
}
.form-search .submit{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-image: url("../img/dashbord/s.png");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  background-color: #fff;
  margin: 0;
}
/**/
.box-table{
  font-size: 16px;
  overflow-x: auto;
  padding: 15px 0;
}
.box-table table{
  min-width: 960px;
}


.box-table .head{
  background: #fff;
}
.box-table td{
  padding: 15px 5px;
}
.box-table td img.user{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.box-table td h4{
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}
.box-table td h4 span{
  font-weight: normal;
  display: block;
  font-size: 14px;
}
.box-table td img.act{
  float: right;
  margin: 0 10px;
  cursor: pointer;
}

.box-table td .green{
  background: #e6f8ef;
  padding: 2px 7px;
  color: #027747;
  border-radius: 20px;
  font-size: 13px;
}
.box-table td .red{
  background: #fef3f2;
  padding: 2px 7px;
  color: #f04438;
  border-radius: 20px;
  font-size: 13px;
}


.bares{
  width: 110px;
  height: 10px;
  border-radius: 10px;
  background: #f0f9ff;
  position:relative;
}
.bares i{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 10px;
  background: #0086c9;
  z-index: 99;
}

.nav-pages{
  clear: both;
  margin: 50px 0 0;
  display: block;
}
.nav-pages button {
    color: #000;
    border: 1px solid #999;
    font-size: 15px;
    outline: none;
    padding: 6px 15px;
    border-radius: 8px;
    background: #fff;
}
.nav-pages span{
  float: right;
}




.box-table table tbody>:nth-child(odd) {
    background: #f9fafb;
}
/**/


.user-login{
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  text-align: left;
  padding: 10px 0;
  font-size: 11px;
}
.user-login img{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.user-login h3{
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.user-login h3 span{
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.user-login a{
  position: absolute;
  top: 10px;
  right: 0;
}
.user-login a img{
  width: auto;
  height: auto;
  border-radius: 0;
}
/**/
.copon{
  width: 100%;
  max-width: 400px;
  padding: 0;
  clear: both;
  float: left;
  margin: 20px 0;
  position: relative;
}
.copon .text {
    width: 75%;
    margin: 0;
    border: 1px solid #d5dae1;
    border-radius: 7px;
    padding: 6px 15px;
    text-align: left;
    direction: ltr;
    outline: none;
    display: block;
    float: left;
}
.copon .submit{
  color: #fff;
  border-radius: 7px;
  float: right;
  padding: 6px 0;
  margin: 0;
  border: none;
  width: 20%;
  text-align: center !important;
  background: linear-gradient(87.47deg, #5257E5 -11.65%, #6FE3E1 104.93%);
}
/**/
.block-withdraw{
  float: left;
  padding: 10px;
}
.block-withdraw .box-table table{
  min-width: 100% !important;
  max-width: 100% !important;
}

.block-withdraw .box-table .nav-pages{
  margin: 15px 0 0;
}

.box-form{
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 25px 0 0;
  overflow: hidden;
}
.box-form .rows{
  float: left;
  padding: 5px;
  overflow: hidden;
  margin: 0 0 10px;
}
.box-form .rows label{
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.box-form .rows .text{
    width: 100%;
    margin: 0;
    border: 1px solid #d5dae1;
    border-radius: 7px;
    padding: 6px 15px ;
    text-align: left;
    direction: ltr;
    outline: none;
}
.box-form .rows .butt{
  width: 100%;
  color: #000;
  border-radius: 7px;
  outline: none;
  border: none;
  background: #eaecf0;
  padding: 7px 0;
}
.box-form .rows .send{
  background: #e82565;
  color: #fff;
}

/**/





table .text {
    width: 100%;
    margin: 0;
    border: 1px solid #d5dae1;
    border-radius: 7px;
    padding: 10px 15px;
    text-align: left;
    direction: ltr;
    outline: none;
}
table .text img{
  float: left;
  margin: 0 15px 0 0;
}

.settings td{
  padding: 15px 0;
  font-weight: 500;
}
@media (max-width: 769px) {
.settings td {
  display: block;
    padding: 6px 0;
    font-weight: 500;
    border: none;
    width: 100%;
}
}
.settings td span{
  clear: both;
  display: block;
  font-weight: 200;
}
.settings td button{
  clear: both;
  display: block;
    margin: 10px 0 0;
    border: 1px solid #f2f4f7;
    border-radius: 7px;
    padding: 10px 15px;
    text-align: center !important;
    color: #000;
    background: #f2f4f7;
}


.settings td img{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.settings td{
  border-bottom: 1px solid #f1f1f1;
}
.settings td .upload{
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  min-height: 100px;
  display: block;
  margin: 0 0 0 70px;
  cursor: pointer;
}
.settings td .upload.cv{
  margin: 0 ;

}

.settings td .upload img{
  display: block;
  margin: 0 auto 20px;
  height: 40px;
  width: auto;
  float: none;
}
.settings td .upload h3{
  display: block;
  text-align: center;
  font-weight: 300;
  clear: both;
  display: block;
  font-size: 12px;
}
.settings td .upload h3 a{
  font-weight: 500;
  color: #054aac;
}
.settings a.but{
    float: right;
    margin: 20px 0 0 10px ;
    background: #e82565;
    border: 1px solid #e82565;
    color: #fff;
    padding: 9px 15px;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}




@media (max-width: 769px) {
}


/*

        transition: all 0.5s ease 0s;
        transform: scale(1.2);


        display: flex;
        flex-direction: column;
        justify-content: center;

 
*/