h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}
body {
  color: #666;
  font-size: 16px;
  position: relative;
  font-family: BAHNSCHRIFT !important;
}
/* body::before{
    content: '';
    position: fixed;
    top: 35%;
    left: -72px;
    background-color: #53b6d466;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    transform: rotate(45deg);
    z-index: 88;
} */
:root {
  --mainColor: #cd3333;
  --subColor: #53b6d4;
  --secColor: #e6a029;
}

@font-face {
  font-family: BAHNSCHRIFT;
  src: url(../css/BAHNSCHRIFT.TTF);
}
a {
  color: #333;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}
p {
  margin: 0 0 30px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  font-family: BAHNSCHRIFT !important;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../img/preloader.svg) no-repeat center center;
}
.text {
  position: relative;
  color: var(--mainColor);
  font-weight: bolder;
  margin-bottom: 50px;
  border: unset;
  display: block;
}
/* .text::before{
    content: '';
    position: absolute;
    top: -20px;
    left: calc(50% - 118px);
    width: 75px;
    height: 75px;
    background-color: var(--subColor);
    border-radius: 4px;
    transform: rotate(50deg);
    opacity: .3;
} */
.cal {
  box-shadow: 10px 10px 13px 0px #aaaaaaa8;
}
.count-container {
  margin: auto;
  text-align: center;
  height: 139px;
  width: 146px;
  font-size: 25px;
  font-weight: bold;
  padding-top: 25px;
  margin-top: 20px;
  border-radius: 50%;
}
.count-container img {
  width: 64px;
  display: block;
  margin: auto;
}
.counter .moreBtn2 {
  padding: 7px 37px;
  font-weight: bold;
  text-transform: uppercase;
}
.counter h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
  color: rgb(204, 51, 51);
}

.navbar > .container .navbar-brand {
  margin-left: -50px;
}
.founderIcons {
  background: #922d2e;
  padding: 10px 33px;
}
.founderIcons i {
  font-size: 20px;
}
.founderIcons i.fa-trash {
  border-radius: 50%;
  background: #fefefe;
  color: #922d2e;
  padding: 5px 8px;
}
.founderIcons i.fa-edit {
  border-radius: 50%;
  background: #fefefe;
  color: #922d2e;
  padding: 5px 6px;
}
.card .addF {
  color: #922d2e;
  text-align: center;
  display: block;
  width: 96%;
  font-size: 34px;
  margin-top: -5px;
}
.founderIcons h3 {
  color: #fff;
  text-align: left;
  margin-left: 44px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0 !important;
}
.dataBox {
  border-radius: 5px;
  border: 3px solid #333;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  padding: 10px 0;
}
.dataBox div {
  border-bottom: 1px solid #b7b7b7;
  padding: 10px;
}
.card {
  background-color: #fff;
  border-radius: 4px;
  max-width: 400px;
  height: 100px;
  position: relative;
  padding-bottom: 34px;
  color: #444;
  cursor: pointer;
  min-height: 100px;
}
.card p {
  margin-bottom: 2px;
  font-size: 11px;
}
.contentoffounder {
  padding: 2px 34px 34px;
}
.slideDownFounder {
  border-radius: 50%;
  background: #fefefe;
  color: #922d2e;
  padding: 5px 8px;
}
.contentoffounder .user_name i {
  border-radius: 50%;
  background: #922d2e;
  color: #fefefe;
  margin-left: 10px;
  float: right;
  font-size: 17px;
  margin-top: -6px;
  padding: 5px 6px;
}
.card:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 50%;
  z-index: -1;
  box-shadow: 0 0 40px #999;
  transition: box-shadow 0.2s ease-in-out;
}
.card.level-3:hover:before {
  box-shadow: 0 0 80px #999;
}
.card h5 {
  font-weight: 300;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  margin-top: 8px;
  width: 74%;
  margin-left: 0;
  display: inline-block;
}
.card div {
  margin-bottom: 10px;
  font-size: 12px;
}
.getTd {
  color: #cd3333;
  font-weight: 700;
}
.loginForm {
  width: 40%;
  margin: auto;
}
table.app input[type="text"],
table.app textarea {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  border-bottom: 2px solid #b32025;
  font-family: tahoma;
  font-weight: 700;
  padding: 34px;
}

.butt {
  background: #c33 !important;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 30px;
}
.titleOfTD {
  font-weight: 700;
}
.titleTable {
  font-weight: 700;
  margin-top: 31px;
  font-size: 54px;
  border-bottom: 3px solid #333;
  width: 25%;
  position: relative;
  color: #333;
  padding: 13px 13px 13px 0;
}
.table.app > thead > tr > th,
.table.app > tbody > tr > th,
.table.app > tfoot > tr > th,
.table.app > thead > tr > td,
.table.app > tbody > tr > td,
.table.app > tfoot > tr > td {
  border-top: 0;
}
.glyphicon-lg {
  font-size: 3em;
}
.blockquote-box {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c33;
  margin: 48px auto 20px;
}
table.table-app {
  width: 70%;
}
.blockquote-box .square {
  width: 97px;
  min-height: 97px;
  margin-right: 22px;
  text-align: center !important;
  background-color: none;
  padding: 20px 0 0;
}
.blockquote-box.blockquote-danger .square {
  background-color: none;
  color: #fff;
}
.des_block h4 {
  margin-bottom: 3px;
  font-weight: 700;
  color: #c33;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 7px;
}
.navbar-default .navbar-nav > li > a {
  position: relative;
  overflow: visible;
}
.navbar-default .navbar-nav > li > a::before {
  position: absolute;
  left: 0px;
  height: 1px;
  background-color: #af3939;
  content: "";
  width: 0px;
  transition: all 0.3s ease-in-out;
  bottom: -21px;
}
.navbar-default .navbar-nav > li > a:hover::before {
  width: 100%;
}
.navbar-default .navbar-nav > li > a,
h4.panel-title,
.panel-faq a {
  transition: all 0.3s ease-in;
}
h4.panel-title,
.navbar-default .navbar-nav > li > a {
  border-right: 1px solid #cd33333d !important;
  font-size: 14px;
  padding: 6px 10px;
  font-family: BAHNSCHRIFT !important;
}
.navbar-default .navbar-nav > li:last-of-type a {
  /* width: 104px; */
  overflow: hidden;
  white-space: nowrap;
  padding-left: 8px;
  border-right: unset !important;
}

h4.panel-title,
.panel-faq a:hover {
  transition: 0.5s ease-out;
  background: url(../images/nav-hobver.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  color: #fff !important;
}
/* .navbar-default .navbar-nav > .open > a:not(.buttAplly), .navbar-default .navbar-nav > .open > a:hover:not(.buttAplly), .navbar-default .navbar-nav > .open > a:focus:not(.buttAplly) {
    transition: .5s ease-out;
    background: url(../images/nav-hobver.png);
    background-repeat: no-repeat;
    background-size: 100% 95%;
    color: #fff!important;
} */
.buttAplly {
  background: var(--secColor);
  border-radius: 3px;
  font-weight: 700;
  color: #fff !important;
}

.buttAplly:hover {
  background: none;
  color: rgb(205, 51, 51) !important;
}

.navbar-default {
  background-color: #fff !important;
  box-shadow: unset;
  border-bottom: unset;
  margin: 20px 0;
}
.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 0px #ccc;
  transition: all 0.3s ease-in-out;
}
.fixedNav .navbar-nav.navbar-right {
  background-color: unset;
  box-shadow: unset !important;
  /* padding-top: 28px !important; */
}
.navbar-fixed-top {
  top: -21px;
  border-width: 0 0 1px;
  padding: 0px 0 !important;
}
.navbar-fixed-top .navbar-nav.navbar-right {
  box-shadow: unset;
}
.navbar-brand img {
  width: 130px;
  /* background-color: #fff; */
  padding: 7px 15px;
  /* box-shadow: 0px 0px 4px 0px #ddd; */
  border-radius: 5px;
  margin-top: -13px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-weight: 700;
}
.navbar-default .navbar-nav.navbar-right {
  /* background-color: #fff; */
  padding: 15px 10px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 4px 0px #ddd; */
  /* width: 775px; */
}

.cart-items {
  position: absolute;
  top: 50px;
  box-shadow: 0px 4px 8px 0px #aaa;
  right: -144px;
  background-color: #fff;
  width: 400px;
  z-index: 6;
  padding: 20px;
}
.img-holder {overflow: hidden;}
.img-holder img {
  width: 100%;
  border: 2px solid #eee;
  margin: 3px 0px;
  border-radius: 5px;
}
.cart-items .col-md-9 {padding-left: 0px;}
.cart-items .item-info {
  padding: 5px 15px;
background-color: #eeeeee5e;
margin-bottom: 4px;
}
.cart-items .item-info button {
  border: none;
background: none;
}
.cart-items .item-info i {
  color: #c30800;
  font-size: 16px;
}
.cart-items .add {
  display: block;
margin-top: 20px;
background-color: #c30800;
color: #fff !important;
text-align: center;
padding: 9px;
}
.cart-holder {display: none;}
.emptyCart {
    position: absolute;
    width: 400px;
    top: 444px;
    right: 64px;
    padding: 12px;
    background-color: #fff;
    height: 218px;
    box-shadow: 0px 4px 8px 0px #aaa;
}
.emptyCart img {width: 100%;
    margin: auto;}
.cart-li .cart img{
    width: 25px;
    cursor: pointer;
}
.cart-li .cart span {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #c30800;
  top: 0px;
  right: 0px;
}
.drop-change {
  width: 230px;
  /* display: flex; */
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
}
.drop-change li {
  display: inline-block;
  /* width: 45%; */
}
.drop-change li a {
  text-align: center;
}
/* .drop-change li:last-of-type{border-left: 1px solid #ddd;padding-left: 10px;} */
.title_main {
  display: none !important;
}
.container-fluid {
  padding: 0 13px;
}
.dropdown-menu {
  min-width: 197px;
  border-radius: 0 !important;
  background: #fff !important;
  border: 0 !important;
  padding-bottom: 0;
  padding: 4px;
  /* padding: 10px; */
}
.navbar-default:hover {
  background-color: #fff;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a {
  font-size: 12px;
  padding: 8px 10px 7px;
  text-align: left;
  border-bottom: 2px solid transparent;
  width: 100% !important;
  color: #0a0a0a;
  overflow: unset;
}
.dropdown-menu .divider {
  margin: 3px 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  font-weight: 700;
  background-color: #fce5e6;
  color: #000;
  border-bottom: 2px solid #fff;
}
.headTitle {
  font-size: 71px;
}
#myCarousel .item {
  margin-top: 75vh;
}
.nav > li {
  font-size: 16px;
  margin-left: 0px;
}
.listF {
  font-weight: 700;
  margin-top: 31px;
  font-size: 35px;
  border-bottom: 3px solid;
  width: 30%;
  position: relative;
  padding: 13px 13px 13px 0;
}
header {
  position: relative;
  overflow: hidden;
}
header .slideTitle {
  color: #fff;
  text-align: center;
  font-size: 71px;
  font-weight: 700;
  padding-top: 232px;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}
/* Start Section Services */

/* Start  Header */
.parent-header {
  /* position: relative; */
  overflow: hidden;
  /* height: 900px; */
}
.header .box-text h2 {
  color: #fff;
  font-size: 38px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.header .box-text p {
  color: #fdfdfc;
  line-height: 1.5;
  padding-right: 0px;
  margin-bottom: 15px;
  font-size: 15px;
}
.header .box-text a {
  border: 3px solid #fff;
  color: #fff;
  width: 280px;
  display: block;
  height: 45px;
  text-align: center;
  padding-top: 9px;
  transition: all 0.5s ease-in-out;
}
.header .box-text a:hover {
  border: 3px solid #b42227;
  color: #b42227;
}
.header {
  box-shadow: unset;
  margin-top: 7%;
  height: 370px;
  background-color: #53b6d4;
}
.header .col-md-6 {
  padding: 0;
}
.header .image-header .befor {
  height: 370px;
  width: 100%;
}
.header .image-header {
  clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0 100%);
  float: right;
}
.header .box-text {
  padding: 60px 0 50px 78px;
  height: 370px;
}
/* End  Header */

/* registration*/
#registration {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px #ccc;
  border-radius: 4px;
  margin: 0px auto 20px auto;
  direction: ltr;
  width: 900px;
}
#registration h3 {
  color: #cd3333;
  margin-top: 25px;
}
#registration label {
  display: inline-block;
  margin: 20px 0px;
  color: #34345e;
  font-weight: bold;
}
#registration button {
  border: 1px solid #cd3333;
  padding: 7px 20px;
  border-radius: 6px;
  width: 220px;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #cd3333;
  background: #cd3333;
  color: #fff !important;
  margin: 15px auto;
  display: block;
}

#registration input:focus {
  outline: none;
  box-shadow: none;
}
#registration .input-group-addon:first-child {
  border-left: 1px solid #cccccc;
  border-right: 0px;
}
#registration .type {
  margin: 0px;
  color: #777;
  margin-left: 15px;
  cursor: pointer;
}
#registration .type span {
  display: inline-block;
  margin-left: 8px;
}
.loader {
  margin: auto;
  display: none;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #cd3333; /* pink */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End registration */
.services {
  padding-top: 0px;
  padding-bottom: 40px;
  /* background-color: #E6A029; */
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* .services::before{
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    width: 552px;
    height: 450px;
    background-image: url(../images/humaaan.png);
    background-repeat: no-repeat;
} */
.services .row {
  margin-top: 110px;
}
.services .picec {
  position: relative;
  display: inline-block;
  width: 17%;
  float: left;
  margin: 40px 17px;
}
.services .picec .img-ser {
  position: absolute;
  top: -41px;
  right: -21px;
  overflow: hidden;
  width: 70px;
  background-color: #fff;
  border-radius: 50px;
  height: 70px;
  box-shadow: 0px 0px 4px 0px #53b6d4a6;
  padding: 9px 3px;
}
.services .picec img {
  width: 50px;
  height: 50px;
}
.services .picec h2 {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px #cd333330;
  width: 100%;
  height: 110px;
  padding-top: 33px;
  font-size: 19px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: var(--secColor);
}
/* End Section Services */

#services .tile i {
  font-size: 40px;
  color: #c33;
  padding: 10px 0;
}
#services .tile h4 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #444;
}
#services .tile p {
  font-size: 14px;
  line-height: 25px;
}
.over-owl {
  position: absolute;
  background: rgba(204, 51, 51, 0.6);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.over-owl:hover {
  background: rgba(204, 51, 51, 0);
}
#news p {
  text-transform: none;
  color: #333;
}
.box {
  background: #fff;
  box-shadow: 0 8px 20px rgb(98 2 2 / 40%);
  margin-top: 20px;
  padding: 35px;
}
.box p.date {
  margin-bottom: 35px;
  text-transform: none;
  color: #333;
  margin-top: 0 !important;
}
.box p.desc {
  margin-bottom: 10px;
}
.box a.read-more {
  color: #c33;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  padding: 30px 0;
}
.box a.read-more:hover {
  color: #333;
  font-weight: 700;
}
.box h4 {
  margin-top: 0;
  font-weight: 700;
}
.testimonial-section {
  margin: 100px 10px;
}
.testimonial-section .test {
  color: var(--secColor);
  font-size: 30px;
  margin: -18px 0 40px;
  font-weight: bold;
  filter: drop-shadow(0px 5px 3px #ccc);
}
.testimonial-section .owl-carousel {
  display: block;
}
.testimonial-section .owl-carousel .item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 8px 20px rgb(0 59 62 / 40%);
  margin: 35px;
}
.testimonial-section .owl-carousel .item p {
  /* background-color: #fff; */
  /* box-shadow: 0px 0px 4px 0px #ccc; */
  /* border-radius: 5px; */
  width: 80%;
  padding: 50px;
  margin: 20px;
}
.testimonial-section .owl-carousel .item .cli {
  /* position: absolute;
    top: 39px;
    right: 8%; */
  margin-top: 20px;
}
.testimonial-section .owl-carousel .item .cli .img-test {
  padding: 4px;
  display: block;
  margin: auto;
}
.testimonial-section .owl-carousel .item .cli .img-test img {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  margin: 0 auto 10px;
}
.testimonial-section .owl-carousel .item .cli .des-test {
  display: inline-block;
  margin-left: 25px;
}
.testimonial-section .owl-carousel .item .cli .des-test h3 {
  color: var(--secColor);
  margin-bottom: 8px;
  font-size: 22px;
}
.testimonial-section .owl-carousel .item .cli .des-test span {
  color: #777;
  font-size: 14px;
  font-weight: bold;
}
.testimonial-section .owl-carousel .owl-nav {
  position: absolute;
  top: -52px;
  left: 15px;
  display: block !important;
}
.testimonial-section .owl-carousel .owl-nav .owl-prev {
  background-color: var(--mainColor);
  height: 40px;
  width: 40px;
  padding-top: 13px;
  border-radius: 25px;
  text-align: center;
}
.testimonial-section .owl-carousel .owl-nav .owl-next {
  background-color: var(--secColor);
  height: 40px;
  width: 40px;
  padding-top: 13px;
  border-radius: 25px;
  text-align: center;
}
.testimonial-section .owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  background: var(--secColor);
}
.testimonial-section .owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--subColor);
}
/* Start Section Apply */
.apply {
  background-color: #fff;
  box-shadow: 0px 1px 5px 2px #ccc;
  border-radius: 7px;
  padding: 20px;
  margin: 20px 0;
}
.apply h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.apply ul li {
  font-size: 23px;
}
.apply form h2 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.apply form label {
  font-size: 19px;
  margin-right: 40px;
}
.apply form input {
  margin-bottom: 30px;
  padding: 24px;
}
.apply form select {
  height: 40px;
}
.apply form h3 {
  margin-top: 24px;
  font-size: 22px;
}
.apply form textarea {
  height: 100px;
  margin: 20px 0;
}
/* End Section Apply */

/* Start Section About */
.about {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #53b6d40d;
}
.about .box-text {
  position: relative;
}
.about .box-text .be {
  position: absolute;
  top: -60px;
  left: -44px;
  background-image: url(../images/special-dots.png.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.about .lead {
  text-align: justify;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  background-color: #ffffffba;
  padding: 34px;
  border-radius: 15px;
  position: relative;
}
.about .lead::before {
  content: url(../images/left-quotes-sign.png);
  position: absolute;
  top: 6px;
  left: 11px;
  opacity: 0.1;
}
.about .lead::after {
  content: url(../images/right-quotes-symbol.png);
  position: absolute;
  bottom: 2px;
  right: 10px;
  opacity: 0.1;
}
.about .lead .par2 {
  direction: rtl;
}
.about a {
  background-color: var(--secColor);
  color: #fff;
  width: 150px;
  display: block;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 50px;
  box-shadow: 0px 0px 4px 0px var(--secColor);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
.about a:hover {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  color: var(--subColor);
  box-shadow: unset;
}
/*End Section About  */

/* marketplace */
.filter-options {
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 3px 6px 0px #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-options .parent {
    margin-top: 72px;
    margin-bottom: 15px;
    background-color: #eeeeee3b;
    padding: 10px 10px 2px;
    border-radius: 3px;
}

.filter-options .parent label {
    margin-bottom: 3px;
    cursor: pointer;
    display: flex;
}

.filter-options .parent label span {
    margin-left: 4px;
    display: inline-block;
    color: #333;
    font-size: 15px;
    /* font-weight: normal; */
}

.filter-options .parent b {
    color: #777
}

.filter-options .ribbon {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    left: 0px;
    background-color: var(--mainColor);
    color: #fff;
    width: 50%;
    text-align: center;
    border-radius: 5px 5px 5px 0px;
}

.filter-options .ribbon:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    border: 15px solid;
    border-color: transparent var(--mainColor) transparent transparent;
}
.filter-result .item {
  padding: 20px;
  box-shadow: 1px 3px 6px 0px #ddd;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.filter-result .item img {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  display: block;
}
.filter-result .price {
  text-align: center;
  width: 95px;
  background-color: #49af49;
  color: #fff;
  padding: 5px 5px 2px;
  border-radius: 25px;
  margin: 10px auto;
  position: relative;
}
.price::before {
  content: "";
  height: 2px;
  width: 60%;
  left: -63px;
  top: 14px;
  background-color: inherit;
  position: absolute;
}
.price::after {
  content: "";
  height: 2px;
  width: 60%;
  right: -63px;
  top: 14px;
  background-color: inherit;
  position: absolute;
}
.filter-result .del {
  position: absolute;
  top: 54%;
  right: 9%;
}
.list-view .del {
  position: absolute;
  top: 14px;
  left: 11%;
}
.filter-result .item b {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.filter-result .item p {
  font-size: 14px;
  margin-top: 9px;
  color: #888;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}

/* .filter-result .item a:not(.activeStatus) {
  background-color: #428bca;
  border: none;
  color: #fff;
  padding: 6px 20px 8px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px #ddd;
} */
.Details {
  background-color: #428bca;
  border: none;
  color: #fff;
  padding: 6px 20px 8px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px #ddd;
}
.Details:hover {color: #fff;}
.filter-result .discount {
  position: absolute;
  background-color: goldenrod;
  color: #fff;
  top: 0px;
  right: -15px;
  text-align: center;
  padding: 5px 30px 2px;
  font-size: 18px;
}
.filter-result .discount:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  border: 15px solid;
  border-color: transparent transparent transparent goldenrod;
}
.view {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 20px;
}
.view button {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px #ccc;
  border: none;
  cursor: pointer;
  margin-left: 3px;
}
.view img {
  width: 30px;
}
.productDetails {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #ccc;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

.large {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  margin-bottom: 20px;
}

.large img {
  width: 66%;
}
.item-price {
  font-size: 24px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #ddd;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 10px 10px 6px;
}
.item-name {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 11px 25px 8px;
}

.description b {
  font-size: 18px;
}

.description p {
  color: #777;
  margin-left: 25px;
  border-left: 2px solid var(--mainColor);
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
}

.description a {
  background-color: #428bca;
  border: none;
  color: #fff;
  padding: 8px 20px 10px;
  border-radius: 25px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px #ddd;
}

.productDetails .discount {
  position: absolute;
  background-color: goldenrod;
  color: #fff;
  top: 0px;
  right: -15px;
  text-align: center;
  padding: 5px 30px 2px;
  font-size: 25px;
  z-index: 5;
}
.productDetails .discount:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  border: 15px solid;
  border-color: transparent transparent transparent goldenrod;
}
.filter-list {display: none;}
.small {
  overflow: hidden;
}

.small img {
  width: 100%;
}

.list-view {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px #ccc;
  margin-bottom: 12px;
  position: relative;
  background-color: #fff;
}

.list-view .discount {
  position: absolute;
  background-color: goldenrod;
  color: #fff;
  top: 0px;
  right: -15px;
  text-align: center;
  padding: 5px 30px 2px;
  font-size: 25px;
  z-index: 9;
}

.list-view .discount:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  border: 15px solid;
  border-color: transparent transparent transparent goldenrod;
}
/* .list-view a {
  background-color: #428bca;
  border: none;
  color: #fff;
  padding: 6px 20px 8px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 12px;
  box-shadow: 0px 2px 4px 0px #ddd;
  cursor: pointer;
} */
.list-view .price {
  color: #5cb85c;
  font-weight: bold;
  margin-top: 12px;
}
.list-view p {
  margin-bottom: 10px;
}

.addToCart {
background-color: #999;
color: #fff;
border: none;
padding: 10px 26px;
border-radius: 4px;
cursor: pointer;
}
/* .number {margin-top: 90px;} */
.number span {
    background-color: #cd3333;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 1.4em;
    font-size: 30px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 2px 4px 0px #ccc;
}
.number input {
    width: 100px;
display: inline-block;
height: 40px;
text-align: center;
font-size: 20px;
padding-top: 10px;
margin-top: -12px;
margin-right: 10px;
margin-left: 10px;
}
/* end marketplace */
/* Start Statistics */
.statistics {
  /* background-color: #ffc5621a; */
  padding: 0px;
  /* background-image: url('../images/statistics-background.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; */
  /* background-color: #e6a02914; */
  /* background-color: #E6A029; */
  background-color: #ececec;
  width: 100%;
  height: 100%;
}

/* .statistics .text {color: #fff !important;} */
.statistics .text::before {
  left: calc(50% - 90px);
}
.statistics .parent .item {
  margin: 20px 0 75px;
  padding: 3px;
  background-color: #fff;
  border-radius: 100px;
  height: 130px;
  width: 130px;
  box-shadow: 0px 0px 30px 0px #eee;
  position: relative;
  text-align: center;
}
.statistics .parent .item .picec {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: -65px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 6px;
  margin: 20px auto 0;
}
.statistics .parent .item .before-circle {
  position: absolute;
  top: -16px;
  left: 7px;
  width: 160px;
  height: 160px;
  /* z-index: -1; */
  transform: rotate(-45deg);
  border-width: 3px;
  border-style: solid;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-radius: 50%;
}
.statistics .parent .item .picec img {
  width: 40px;
  display: block;
  margin: 5px auto;
}
.statistics .parent .item span {
  display: inline-block;
  /* color: var(--subColor); */
  font-size: 40px;
  margin-top: 8px;
  text-align: center;
}
.statistics .parent .item p {
  line-height: 1.3;
  text-align: center;
  border-radius: 10px;
  padding-top: 2px;
  font-size: 16px;
  /* color: var(--subColor); */
  margin: 0;
}

/* End Statistics */
/* Start Section About-Details */

.about-details button {
  background-color: #fff;
  padding: 8px 47px;
  font-size: 23px;
  color: #cd3333;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px transparent;
  border: 1px solid #cd3333;
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.about-details button:focus {
  outline: none;
}
.about-details .active {
  background-color: #cd3333;
  color: #fff;
  box-shadow: 0px 1px 10px 0px #cd3333;
}
.about-details .arabic-details h1,
.about-details .english-details h1 {
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
  font-size: 28px;
}
.about-details .arabic-details,
.about-details .english-details {
  background-color: #fff;
  box-shadow: 0px 1px 5px 2px #ccc;
  border-radius: 7px;
  padding: 20px;
  margin: 20px 0;
}
.about-details .arabic-details .content {
  direction: rtl;
}
.about-details .arabic-details h5,
.about-details .english-details h5 {
  font-size: 24px;
  color: #cd3333;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #cd3333;
}
.about-details .arabic-details .content p,
.about-details .english-details .content p {
  font-size: 20px;
  color: #777;
}
.about-details .arabic-details .content .goals p,
.about-details .english-details .content .goals p {
  font-size: 20px;
  font-weight: bold;
}
.about-details .arabic-details .content .goals ul,
.about-details .english-details .content .goals ul {
  margin-bottom: 30px;
}
.about-details .arabic-details .content .goals ul li,
.about-details .english-details .content .goals ul li {
  font-size: 20px;
  margin-bottom: 3px;
}
.about-details .arabic-details .content .table-content1 table th {
  text-align: right !important;
}
.about-details a {
  background-color: #cd3333;
  color: #fff;
  box-shadow: 0px 1px 10px 0px #cd3333;
  padding: 15px 43px;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
/* End Section About-Details */
.owl-theme .owl-controls {
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #dca842;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #dca842;
  border: 1px solid #dca842;
}
#events {
  background-color: #fafafa;
  padding: 50px;
}
.grid-items {
  width: 100%;
  background-size: cover;
  padding: 50px;
}
.grid-item {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #c33;
  border-radius: 7px;
  margin-bottom: 10px;
}
.grid-items .grid-item.events .info-block .meta {
  display: block;
  padding: 26px 0 17px;
}
.grid-items .grid-item .info-block .meta {
  display: block;
  padding: 7px 0 17px;
}
.grid-items .grid-item .info-block .meta li h3 {
  color: #c33 !important;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}
.moreBtn {
  background-color: #c33 !important;
  border: none !important;
}
.moreBtn:hover {
  background-color: #333 !important;
  border: none !important;
}
.grid-items .grid-item.events .info-block .meta li:first-child {
  padding-bottom: 1px;
}
.grid-items .grid-item.events .info-block .meta li {
  display: block;
  float: none;
}
.grid-items .grid-item .info-block .meta li {
  display: inline-block;
}
.grid-items .grid-item.events .info-block .meta li h5 {
  color: #969696;
  font-weight: 400;
  margin-bottom: 2px;
  padding: 2px 0;
}
.grid-items .grid-item .image {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.grid-items .grid-item .image .mask.index-2 {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
}
.mask.index-2 {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-items .grid-item:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.mask.index-2 a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #fff;
}
.grid-items .grid-item .image .mask.index-2 a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.mask.index-2 a i {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partners {
  padding: 50px;
  /* background-color: #ffc562; */
  margin: 4% 0px;
}
#partners .owl-item {
  padding: 0 39px;
}
/* stakeholders */
.stakeholders {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 12px 0px;
  box-shadow: 4px 5px 9px 0px #ddd;
  border: 1px solid #ccc;
}
.stakeholders ul li {margin-bottom: 5px;}
.stakeholders b {color: var(--mainColor);}
.stakeholders strong {
  color: #fff;
  background-color: #428bca;
  padding: 10px 13px 6px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  margin: 0px 0px;
  display: inline-block;
  text-transform: uppercase;
  float: right;
}
#history {display: none;}
#history , #addComment {
  background-color: #eeeeee26;
    border: 1px solid #eee;
    padding: 12px 11px;
    margin-top: 12px;
}
.addNewClient small {
    margin-left: 44px;
margin-top: -9px;
display: block;
width: 62px;
border: 1px solid var(--mainColor);
border-radius: 25px;
padding: 4px 12px 1px;
font-weight: normal;
}
.tabs button {
    background-color: #eeeeee;
    color: #333;
    border: none;
    padding: 9px 18px 8px;
    border-radius: 25px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.tabs button.active {
    background-color: #428bca;
    color: #fff;
}
#history  .date {
border: 1px solid #cd33337d;
margin: 15px auto 0px auto;
overflow: hidden;
border-radius: 7px;
padding-bottom: 7px;
}
#history .date h4,
#history .date h4 {
background-color: #af3939;
color: #fff;
padding: 10px 0px;
margin-bottom: 5px;
margin-top: 0px;
}
/* Start Footer */
footer {
  /* background-image: url(../images/footer-bg.jpg); */
  /* background-position: bottom;
    background-repeat: no-repeat; */
  background-color: #ff6b55;
  padding: 30px 0;
  position: relative;
}
/* footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 , 0, 0, .7);
} */
footer .centered {
  position: relative;
}
footer .centered .footer-logo {
  margin-top: 70px;
}
footer .centered .footer-contact h3 a {
  color: #fff;
  font-size: 20px;
}
footer .centered .footer-contact p {
  color: #fff;
  margin-bottom: 10px;
}
footer .centered .footer-contact p i {
  font-size: 18px;
  margin-right: 6px;
  background-color: var(--subColor);
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
  padding-top: 9px;
  color: #fff;
}
footer .centered .footer-contact p a {
  color: #fff;
}
footer .centered .footer-navigation {
  width: 40% !important;
  margin-left: 100px;
}
footer .centered .footer-navigation h3 {
  color: #fff;
  font-size: 20px;
}
footer .centered .footer-navigation ul {
  list-style: none;
  padding: 0;
}
footer .centered .footer-navigation ul li a {
  color: #fff;
  font-family: BAHNSCHRIFT !important;
  font-size: 14px;
}
footer .bottom-bar {
  color: #fff;
  background-color: unset;
  position: relative;
  text-align: center;
  margin: 0px;
  padding: 0;
}
footer .bottom-bar a {
  color: #fff;
  font-size: 14px;
  margin: 0px 10px;
}
/* End Footer */

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.gal.owl-carousel .owl-item img {
  height: 200px;
}
.services-counter {
  text-align: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0px;
}

.titleTable::after,
.listF::after {
  content: "";
  width: 139px;
  height: 5px;
  background: #c33;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.des_block p,
.box h4 a:hover {
  color: #c33;
}
#services,
#news {
  padding: 100px 50px;
}

#services h1,
#news h1,
#events h2,
#partners h2 {
  margin-top: 0;
  margin-bottom: 27px;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 700;
}
#partners .img-who {
  background-color: #cd33331c;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  margin: auto;
}
#services p,
#events p.test,
#partners p {
  text-transform: none;
  margin-top: 90px;
  line-height: 1.6;
  color: #777;
  text-align: left;
}
#partners .he {
  color: var(--secColor);
  font-size: 30px;
  margin: 50px 0;
  font-weight: bold;
  filter: drop-shadow(0px 5px 3px #ccc);
  text-align: center !important;
}

.gallary .item,
#partners .item {
  position: relative;
  cursor: pointer;
}
.grid-content .grid-items .grid-item,
.grid-items .grid-item {
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .centered .footer-logo,
footer .centered .footer-contact {
  width: 20%;
}
.social,
.count-container {
  text-align: center;
}
.who {
  background-color: #ffc562;
  margin: 2% 0px;
}
.who .text,
.who p {
  color: #fff !important;
}
@media only screen and max-width 1199px {
  .blockquote-box {
    width: 60%;
  }
  table.table-app {
    width: 100%;
  }
}
@media only screen and max-width 479px {
  .testimonial-section .description {
    font-size: 16px;
    padding: 20px;
  }
  .testimonial-section .testimonial-profile {
    padding: 10px;
  }
  .testimonial-section .title {
    font-size: 16px;
  }
  .testimonial-section .post {
    font-size: 13px;
  }
}
@media only screen and max-width 749px {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
@media only screen and max-width 500px {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    border-top: #000 1px solid;
    cursor: pointer;
    margin: 0;
    padding: 10px 20px;
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer
    .centered
    .footer-navigation
    .footer-links-holder.active
    .footer-links {
    max-height: 10000px;
  }
}
@media max-width 500px {
  .testimonial-section .testimonial-profile {
    padding-bottom: 30px;
  }
  .testimonial-section .title:before {
    display: none;
  }
  .testimonial-section .pic {
    margin-left: 15%;
  }
}

/* App Edits */
.cardOfApp {
  padding: 30px;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 20px #ccc;
  border-radius: 3px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.cardOfApp input {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  font-family: tahoma;
  font-weight: 700;
  padding: 0 20px;
  height: 49px;
}
.cardOfApp textarea {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  font-family: tahoma;
  font-weight: 700;
  padding: 20px;
}
.cardOfApp .cardTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.cardOfApp .cardTitle i {
  padding: 10px;
  color: rgb(204, 51, 51);
}
.cardOfApp .selectize-control.single .selectize-input,
.cardOfApp .selectize-control.single .selectize-input input {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  font-family: tahoma;
  font-weight: 700;
  padding: 20px;
}

.statusOfApp {
  padding: 14px;
  border: rgb(205, 51, 51) solid 3px;
  border-radius: 3px;
  background: rgb(205, 51, 51);
  color: white;
}
.statusOfApp h2 {
  margin-bottom: 0px;
  font-weight: bold;
}
.dateOfApp {
  margin-top: 20px;
  display: block;
  font-size: 16px;
}

/* start virtualisation */
.occu {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.occu span {
  color: #cd3333;
}
.occu p {
  width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  color: #777;
  font-size: 14px;
}
.virtualisation .content button:focus {
  outline: none;
}
.virtualisation .a {
  text-align: left;
  display: inline-block;
}
.virtualisation #viewList {
  background-color: grey;
  color: #fff;
  border-radius: 5px;
  display: block;
  border: none;
  margin-bottom: 10px;
  padding: 7px 12px;
  box-shadow: 0px 0px 4px 0px grey;
}
.virtualisation .list {
  padding: 20px;
  background-color: #ffffffd4;
  border-radius: 7px;
  box-shadow: 10px 10px 13px 0px #aaaaaaa8;
  margin: 32px 0px 10px 0px;
  border-left: 4px solid #ffc107;
}
.virtualisation .list ul li {
  text-transform: uppercase;
  margin: 15px 0px;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* .virtualisation .list ul li:hover ,
.activeLi { background-color: #eeeeee47;} */
.virtualisation .list li i {
  color: #cd3333;
  margin-right: 10px;
  width: 22px;
}
.virtualisation .list h6 {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 15px;
}
.virtualisation .list a {
  font-size: 15px;
  cursor: pointer;
  display: block;
  color: #777;
}
.virtualisation .list a.more {
  font-size: 13px;
  color: #cd3333;
}
.virtualisation .content {
  margin: 13px 0px 10px 0px;
}
.virtualisation .content hr {
  background-color: #7773;
  height: 1px;
  margin: 5px 0;
}
.noData {
  background-color: #ffffffd4;
  box-shadow: 0px 0px 4px 0px #ddd;
  padding: 10px 20px 0px;
  margin: 10px 0px;
  border-radius: 7px;
}
.noData h1 {
  margin-top: 5px;
  font-size: 28px;
}
.virtualisation .content .bg {
  background-color: #ffffffd4;
  box-shadow: 10px 10px 13px 0px #aaaaaaa8;
  padding: 20px;
  margin: 10px 0px 25px;
  border-radius: 7px;
  border-top: 4px solid #ffc107;
}
.virtualisation .content .post .user {
  width: 70px;
  margin-top: 18px;
}
.virtualisation .content .post .bg span {
  font-weight: bold;
  position: relative;
  margin-left: 10px;
  width: 200px;
}
.virtualisation .content .post .bg span b {
  position: absolute;
  left: 0;
  top: 26px;
  font-size: 12px;
  color: #777;
  font-weight: normal;
  width: 200px;
}
.virtualisation .content .post p:not(.error_message) {
  padding: 20px;
  /* height: 300px; */
  line-height: 1.7;
}
.virtualisation .content .acts {
  padding: 15px 10px;
  background-color: #eeeeee40;
  margin: 10px 0px;
  box-shadow: 0px 0px 4px 0px #eee;
  border-radius: 25px;
  border: 1px solid #ddd;
}
.virtualisation .content .acts ul {
  padding: 0;
  margin-right: 60px;
  margin-bottom: 0;
}
.virtualisation .content .acts ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 75px;
  font-size: 17px;
}
.virtualisation .content .post .comment {
  margin-top: 10px;
  /* display: none; */
  transition: all 0.3s ease-in-out;
  background: none !important;
  box-shadow: none;
}
.virtualisation .content .post .comment img {
  width: 40px;
  display: inline-block;
}
.virtualisation .content .post .comment input {
  border-radius: 25px;
  height: 45px;
  width: 83%;
  display: inline-block;
}
.virtualisation .content .post .comment button {
  background-color: #cd3333;
  color: #fff;
  border-radius: 50% !important;
  display: inline-block;
  border: none;
  height: 40px;
  width: 40px;
  padding: 0px !important;
  box-shadow: 0px 0px 4px 0px #cd3333;
}
.comment-text .box {
  background-color: #ddd;
  color: #777;
  padding: 0px;
  border-radius: 7px;
  position: relative;
  box-shadow: none !important;
}
.comment-text .box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -16px;
  top: 18px;
  border-top: 20px solid transparent;
  border-right: 20px solid #ddd;
  border-left: none;
  border-bottom: 20px solid transparent;
}

.comment-text .box p {
  font-size: 15px;
}
.comment-text {
  padding: 10px;
}
.comment-text img {
  margin-top: 18px;
}
.virtualisation .files .dots {
  margin-right: 15px;
}
.virtualisation .content .files img {
  width: 100px;
  margin: 5px 0px;
}
.virtualisation .content .files p {
  text-align: left;
  line-height: 1.7;
}
.virtualisation .content .files #download {
  background-color: #32a570;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 13px;
  padding: 7px 12px;
  border: 1px solid transparent;
}
.virtualisation .files .cats button {
  background-color: #fff;
  color: #cd3333;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  border: 1px solid #cd3333;
}
.virtualisation .files .cats button.activeCat {
  color: #fff;
  background-color: #cd3333;
  border: 1px solid transparent;
}
.virtualisation .files .cats button:focus {
  outline: none;
}

.virtualisation .content .files span {
  display: block;
  color: #cd3333;
  margin: 10px 0px;
  font-size: 18px;
  text-align: left;
}
.Events,
.files,
.unit,
.training {
  display: none;
}
.virtualisation .buttons button {
  background-color: #cd3333;
  color: #fff;
  border-radius: 7px !important;
  display: inline-block;
  border: none;
  margin-left: 7px;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px #cd3333;
}
.virtualisation .dots {
  float: right;
  position: relative;
}
.virtualisation .dots i.fa-ellipsis-h {
  font-size: 20px;
  cursor: pointer;
  color: #777;
}
.virtualisation .dots .option {
  width: 140px;
  background-color: #fff;
  z-index: 66;
  box-shadow: 0px 0px 4px 0px #ccc;
  margin: 22px 0px;
  padding: 10px;
  right: 0px;
  position: absolute;
  top: 0;
  display: none;
}
.virtualisation .dots .option button {
  color: #777;
  display: block;
  border: none;
  margin: 10px 0px;
  cursor: pointer;
  background: none;
}
.virtualisation .dots .option button i {
  padding-right: 5px;
}
.virtualisation .Events .calendar-card,
.virtualisation .training .calendar-card {
  padding: 0px 20px 15px 10px;
  margin: 10px 0px 25px;
  box-shadow: 0 10px 18px -5px #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.virtualisation .Events .calendar-card .dots,
.virtualisation .training .calendar-card .dots {
  top: 10px;
}
.virtualisation .Events h2,
.virtualisation .training h2 {
  font-size: 25px;
}
.virtualisation .Events h4,
.virtualisation .training h4 {
  color: #333;
  margin: 4px 0px 10px;
}
.calendar-card h3 {
  color: #d13333;
  font-size: 17px;
  margin-bottom: 4px;
  overflow: hidden;
  height: 37px;
}
.virtualisation .Events .calendar-card .date,
.virtualisation .training .calendar-card .date {
  border: 1px solid #cd33337d;
  margin: 15px auto 0px auto;
  overflow: hidden;
  border-radius: 7px;
  padding-bottom: 7px;
}
.virtualisation .Events .calendar-card .date h4,
.virtualisation .training .calendar-card .date h4 {
  background-color: #af3939;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.virtualisation .Events .calendar-card p,
.virtualisation .training .calendar-card p {
  margin-bottom: 0px !important;
  font-size: 15px;
}
.virtualisation .Events #cancel,
.virtualisation .post #cancel,
.virtualisation .training #cancel {
  margin: 10px 0;
  background: none;
  border: none;
  position: absolute;
  top: 11px;
  left: 58%;
}
.virtualisation .Events form,
.virtualisation .post form,
.virtualisation .training form,
.virtualisation .files form {
  padding: 20px;
  margin: 10px 0px;
  box-shadow: 0 10px 18px -5px #ccc;
  border-radius: 5px;
  background-color: #fff;
  /* display: none; */
  text-align: left;
}
.virtualisation .Events form label,
.virtualisation .post form label,
.virtualisation .training form label,
.virtualisation .files form label {
  color: #cd3333;
  margin: 15px 0px;
}
.virtualisation .Events form button[type="submit"],
.virtualisation .post form button[type="submit"],
.virtualisation .training form button[type="submit"],
.virtualisation .files form button[type="submit"] {
  background-color: #cd3333;
  color: #fff;
  border-radius: 7px !important;
  display: inline-block;
  border: none;
  margin-top: 10px;
  padding: 10px 30px;
  box-shadow: 0px 0px 4px 0px #cd3333;
}
/* .virtualisation .Events form button ,  .virtualisation .post form button {
            width: 90px;
        }
         */
.virtualisation .Events form textarea,
.virtualisation .post form textarea,
.virtualisation .training form textarea,
.virtualisation .files form textarea {
  height: 70px;
}
.virtualisation .upcoming {
  padding: 20px;
  background-color: #ffffffd4;
  border-radius: 7px;
  box-shadow: 10px 10px 13px 0px #aaaaaaa8;
  margin: 32px 0px 10px 0px;
  border-right: 4px solid #ffc107;
}
.virtualisation .upcoming img {
  width: 40px;
  margin: auto;
}
.virtualisation .upcoming p {
  margin-bottom: 7px;
}
.virtualisation .upcoming b {
  color: #777;
}
.virtualisation .upcoming button {
  background-color: #cd3333;
  color: #fff;
  border-radius: 7px !important;
  display: inline-block;
  border: none;
  padding: 5px 7px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #cd3333;
}
.virtualisation .upcoming h4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: bold;
}
/*loading*/
.loader {
  display: none;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 3px solid #eee;
  border-radius: 50%;
  border-top-color: #cd3333;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*loading*/

@media (max-width: 768px) {
  .cart-li .cart span {left: 24px;right: unset;}
  .cart-items {
    box-shadow: none;
    right: 0;
    width: 100%;
}
  .filter-result .del {
    position: absolute;
    top: 36px;
    right: 18px;
  }
  .list-view .del {
    position: absolute;
    top: 2px;
    left: 35%;
  }
    .filter-list {padding: 40px;}
  .navbar-default .navbar-nav > li > a::before {
    display: none;
  }
  .virtualisation .content,
  .virtualisation .post p {
    height: unset !important;
  }
  .virtualisation .post .acts ul,
  .virtualisation .post .acts ul li {
    margin: 0px !important;
  }
  .virtualisation .content .post .comment input {
    margin: 10px 0px;
  }
  .occu p {
    width: unset;
  }
  .navbar > .container .navbar-brand {
    margin-left: unset;
  }
  .parent-header {
    height: unset;
  }
  .header {
    height: auto;
  }
  .header .box-text {
    padding: 20px;
    height: unset;
  }
  .header .box-text h2 {
    font-size: 26px;
  }
  .header .image-header {
    clip-path: unset;
  }
  .header .image-header .befor {
    height: auto;
  }
  .header .box-text a {
    border: 2px solid #fff;
    width: 160px;
    height: 40px;
    padding-top: 7px;
    font-size: 13px;
  }
  .text {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .text::before {
    top: 0px;
    left: calc(50% - 67px);
    width: 40px;
    height: 40px;
  }
  .services .picec img {
    width: 37px;
    height: 37px;
  }
  .services .picec .img-ser {
    width: 55px;
    height: 55px;
    top: -25px;
  }
  .services .picec h2 {
    height: 90px;
    font-size: 16px;
  }
  .statistics .parent .item {
    margin: 40px 80px;
    width: 100px;
    height: 100px;
  }
  .statistics .parent .item .before-circle {
    width: 130px;
    height: 130px;
  }
  .statistics .parent .item .picec {
    width: 50px;
    height: 50px;
    top: 10px;
    right: -55px;
  }
  .statistics .parent .item .picec img {
    width: 32px;
  }
  .statistics .parent .item span {
    font-size: 22px;
  }
  .statistics .parent .item p {
    font-size: 12px;
  }
  .statistics .text::before {
    left: calc(50% - 62px);
  }
  .testimonial-section .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    padding-top: 7px;
    font-size: 12px;
  }
  .testimonial-section .owl-carousel .item {
    margin: 20px 3px;
  }
  .testimonial-section .owl-carousel .item .cli .des-test {
    margin-left: unset;
  }
  #partners .text::before {
    top: 0px;
    left: calc(50% - 68px);
  }
  #partners h2 {
    font-size: 22px;
  }
  .large img {
    margin: auto;
    display: block;
    width: 200px;
  }
  .description p {
    margin-left: 0px;
  }
  .discount {
    right: 0px !important;
  }
  .discount::before {
    display: none;
  }
  .view {
    margin-bottom: 12px;
  }
  /* .large h4 {
    left: calc(50% - 70px);
  } */
}
@media only screen and (min-device-width: 550px) and (max-device-width: 769px) {
  .filter-result , .filter-result {
    height: 100vh;
    overflow: scroll;
  }
  .list-view .del {
    top: 13px;
    left: 29%;
}
  .filter-options .ribbon {left: -15px;}
}
.virtualisation .unit .nav > li > a:hover,
.virtualisation .unit .nav .open > a,
.virtualisation .unit .nav .open > a:hover,
.virtualisation .unit .nav .open > a:focus {
  background-color: #333;
  border-color: #ddd;
  color: #fff;
}
/* end virtualisation */
@media screen and (min-width: 769px) {
  footer .centered .footer-logo,
  footer .centered .footer-contact {
    float: left;
    width: 25%;
  }
  footer .centered .footer-navigation {
    float: left;
    width: 50%;
  }
  .p-0 {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .header .image-header .ill {
    margin: auto !important;
    width: 100%;
  }
  .services {
    margin-top: 0px;
  }
  #partners {
    padding: 50px 10px;
  }
  #services p,
  #events p.test,
  #partners p {
    margin-top: 12px;
  }
  body::before {
    display: none;
  }
  #partners .img-who {
    width: 300px;
    height: 300px;
  }
  #partners .img-who img {
    width: 100%;
    margin-top: 25px;
  }
  .testimonial-section .owl-carousel .item p {
    width: auto;
  }
  .testimonial-section .owl-carousel .item .cli .img-test {
    width: 70px;
    height: 70px;
    margin: 15px auto;
  }
  .testimonial-section .owl-carousel .item .cli .img-test img {
    width: 100%;
    height: 100%;
  }
  .testimonial-section .owl-carousel .item p {
    padding: 0;
    font-size: 12px;
  }
  .testimonial .owl-carousel .item .cli {
    top: 4px;
    right: 16%;
  }
  .testimonial-section .owl-carousel .item .cli .img-test {
    box-shadow: none;
    border: none;
  }
  .testimonial-section .owl-carousel .item .cli .img-test img {
    margin-top: 13px;
  }
  .testimonial-section .test,
  #partners .he {
    font-size: 23px;
  }
  .img-about img {
    width: 100%;
  }
  .statistics .parent .item p:before {
    left: 160px;
  }
  .services .picec {
    width: 69%;
    float: none;
    margin: 6px auto;
  }
  footer .centered .footer-logo {
    margin-top: 0px;
  }
}
@media screen and (max-width: 360px) {
  footer .centered .footer-logo,
  footer .centered .footer-contact {
    float: left;
    width: 100%;
    text-align: left;
  }
  .social,
  .count-container {
    margin-bottom: 35px;
    text-align: center;
  }
  footer .centered .footer-navigation .footer-links-holder {
    float: left;
    margin: 0;
    position: relative;
    width: 50%;
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) and (min-width: 361px) {
  footer {
    padding: 24px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    float: left;
    margin: 0;
    position: relative;
    width: 50%;
    margin-top: 23px;
  }
}
@media (min-width: 769px) {
  .virtualisation #viewList {
    display: none;
  }
  .virtualisation .list .fa-times {
    display: none;
  }
}

@media (max-width: 768px) {
  #registration {
    width: auto;
  }
  .virtualisation .list .fa-times {
    display: block;
    text-align: right;
    font-size: 19px;
  }
  .virtualisation .list,
  .virtualisation .upcoming {
    margin-top: 20px;
  }
  .virtualisation .content {
    padding: 0;
  }
  .virtualisation .list {
    position: fixed;
    left: -300px;
    width: 300px;
    z-index: 99999;
    background-color: #fff;
    top: 0;
    height: 100%;
    margin: 0;
    transition: all 0.4s ease-in-out;
  }
  .virtualisation .list a {
    font-size: 16px;
  }
  .virtualisation .occu img {
    width: 74px !important;
  }
  .virtualisation .occu span {
    font-size: 19px !important;
  }
}
@media (max-width: 414px) {
  .filter-result .item img {
    height: auto;
  }
  .virtualisation .buttons {
    text-align: center !important;
  }
  .virtualisation .Events .calendar-card .date,
  .virtualisation .training .calendar-card .date {
    width: 100px;
  }
  .virtualisation .upcoming img {
    margin: 10px auto;
  }
  .virtualisation .Events #cancel,
  .virtualisation .post #cancel {
    left: 66%;
  }
  .virtualisation .Events h2,
  .virtualisation .training h2 {
    font-size: 22px;
  }
  .virtualisation .cats {
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: 10px auto;
  }
  .virtualisation .cats button {
    margin: 5px 0px;
  }
  .virtualisation .content .post .comment input {
    display: block;
    width: 100%;
  }
  .virtualisation .content .post .comment img {
    display: block;
    margin: auto;
  }
  .virtualisation .content .files .image {
    text-align: left !important;
  }
  .virtualisation .content .files #download {
    display: block;
  }
  .comment-text p::before {
    left: 35%;
    top: -12px;
  }
  .comment-text p {
    margin-top: 24px;
  }
  .comment-text .box.arrow-left:after {
    display: none;
  }
  .virtualisation .a {
    text-align: center !important;
    display: inherit;
  }
  .virtualisation .buttons button {
    margin-bottom: 10px;
  }
  .virtualisation .content .Events .bg,
  .virtualisation .content .training .bg {
    padding: 0;
  }
  .virtualisation .buttons button {
    font-size: 13px;
  }
  .virtualisation .Events .calendar-card .date,
  .virtualisation .training .calendar-card .date {
    margin: 23px auto 10px auto;
  }

  footer .centered .footer-logo,
  footer .centered .footer-contact {
    width: 100%;
    float: none;
  }
  footer .centered .footer-navigation {
    width: 100% !important;
    margin-left: 0px;
  }
  footer .centered .footer-navigation ul {
    margin-bottom: 37px;
  }
  .navbar-fixed-top {
    top: -33px;
    box-shadow: 0px 0px 4px 1px #ccc !important;
    padding: 26px 0px 0px !important;
    background-color: #fff !important;
  }
  .navbar-brand img {
    width: 115px;
  }
  .navbar-default .navbar-nav.navbar-right {
    width: 100%;
    box-shadow: none;
    background: none;
  }
  .navbar-default .navbar-nav.navbar-right li a {
    border: none !important;
  }
  .header {
    padding-top: 12%;
  }
  .header .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .header .box-text p {
    margin-bottom: 13px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .navbar-brand img {
    width: 120px;
  }
  .header .box-text p {
    font-size: 13px;
  }
  .header .box-text a {
    width: 170px;
    height: 40px;
    padding-top: 6px;
    font-size: 14px;
  }
  h4.panel-title,
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
  .services .picec .img-ser {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .services .picec h2 {
    font-size: 15px;
  }
  .services .picec {
    margin: 0px 17px;
  }
  .locations .content-text .picec ul li {
    font-size: 23px;
  }
  .locations .content-text .tit p {
    font-size: 60px;
  }
  .text {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .statistics .parent .item span {
    font-size: 30px;
  }
  .statistics .parent .item p {
    font-size: 14px;
  }
  .testimonial-section .owl-carousel .item p {
    font-size: 14px;
  }
  footer .centered .footer-contact p {
    font-size: 13px;
  }
}
