 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
     
}
body {
  color: #666;
  font-size: 16px;
}
a {
    color: #333;
    transition: .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;
}
.cal {
    box-shadow: 10px 10px 13px 0px #aaaaaaa8;
}
.button-wrapper span {color: #fff;cursor: pointer;}
.button-wrapper img {width: 20px !important;margin: 0px 3px !important;cursor: pointer;}
.button-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: #0e53a2;
    padding: 8px 11px 8px 14px;
    /* padding: 2px 11px 0px 14px; */
    border-radius: 50px;
    margin: 0px 5px;
    cursor: pointer;
}
.button-wrapper span.label {
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 14px !important;
    color: #fff !important;
    cursor: pointer;
}

#uploadFile {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    opacity: 0;
}

#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;
}
.uploaded {
    color: #af3939;
    font-weight: bold;
    padding: 18px 0px 13px;
    margin: 0px 0px 0px 30px;
}
.file-desc {
    padding: 29px;
}
.file-description {
    margin: 28px 0px 28px 28px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
    line-height: 1.7em;
    font-style: italic;
    font-size: 15px;
}

.file-desc h3 {
    color: #0e53a2;
    font-weight: bold;
}
.file-desc h3 i {
    font-size: 17px;
}
.no-uploads img {width: 120px !important;margin: 14px 0px !important;}
.no-uploads h3 {font-weight: bold;color: #777;}

.chart-card {text-align: center;margin: 10px 0;}
.chart-card h5 {color: #333;font-size: 18px;}
.work-indicators h4 a.link {
  float: left;
  font-size: 16px;
  color:#00c7ce !important;
  cursor: pointer;
  margin-top: 18px;
  font-weight: bold;
}

.progress {
  width: 130px;
  height: 130px;
  margin: 25px auto;
  background: none;
  position: relative;
  box-shadow: none !important;
  
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress .h2 {
  margin-top: 15px;
  font-size: 26px;
  color: #0e53a2;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 9px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  margin-top: 34px;
}
.border-blue {
    border-color: #0e53a2!important;
}
/* counter */
.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);
}
#in-page {
    /* background: #f7f7f7 !important; */
    background: #eeeeeecf !important;
}
.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 .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,
h4.panel-title,
.panel-faq a {
    transition: all .3s ease-in;
}
h4.panel-title,
.navbar-default .navbar-nav > li > a { border-left: 3px solid #fff!important; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FCE5E6;
  color: #000;
}
.buttAplly {
    background: #cd3333;
    border-radius: 3px;
    font-weight: 700;
}
.buttAplly a {
    color: #FFF!important;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 1);
}
.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 {
    margin-top: 12px;
}
.container-fluid {
    padding: 0 13px;
}
.dropdown-menu {
    min-width: 197px;
    border-radius: 0!important;
    background: #fff!important;
    border: 0!important;
    padding-bottom: 0;
}
.navbar-default:hover {
    background-color: #FFF;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a {
     padding: 10px;
     border-bottom: 2px solid transparent;
}
.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: 10px;
}
.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 */

 /* 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:40px;
    padding-bottom:40px;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}
.text{
    border:1px solid #ddd;
    display:inline-block;
    border-radius:6px;
    padding:10px 30px;
    margin:40px 0;
    color:#777;
    font-weight:bold;
}
.text span{
    color:#cd3333;
}
.text img{
    width:20px;
    display: inline-block;
    margin-left: 10px;
}
.services .row {margin: 0px;}
.services h3{
    text-align:center;
    color:#777;
    margin-top:20px;
    margin-bottom:20px;

}
.services .circle-div{
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 24px 0px;
    color: #fff;
    margin: 20px auto;
}
 .services .one {
    background-color: #C1164B;
    box-shadow: 0px 0px 3px 3px #c1164b36;
}
.services .txt1 {
    color: #C1164B;
}
 .services .two {
    background-color: #909D27;
    box-shadow: 0px 0px 3px 3px #909d2794;
}
.services .txt2 {
    color: #909D27;
}
.services .three {
    background-color: #E67B07;
    box-shadow: 0px 0px 3px 3px #e67b078a;
}
.services .txt3 {
    color: #E67B07;
}
.services .four {
    background-color: #2A96BC;
    box-shadow: 0px 0px 3px 3px #2a96bc7a;
}
.services .txt4 {
    color: #2A96BC;
}
.services .five {
    background-color: #ead534;
    box-shadow: 0px 0px 3px 3px #ead5347a;
}
.services .txt5 {
    color: #ead534;
}
.services .six{
    background-color: red;
    box-shadow: 0px 0px 3px 3px #ff000045;
}
.services .txt6 {
    color: red;
}
.services .circle-div span{
    font-size: 36px;
    display: block;
}
.services .circle-div i{
    font-size: 36px;
}
.services .title {margin-bottom:20px;}
.services .title h5{
    font-size: 20px;
    margin: 0 0 10px;
}
.services .title span{
    font-size: 17px;
    display: inline-block;
}
#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;
}
 /* End Section Services */

#myModal .modal-content{
    border-radius: 10px !important;
}
#myModal .modal-content .modal-header .pull-right{
    background-color: #cd3333;
    border: unset;
    box-shadow: unset;
    border-radius: 25px;
    width: 30px;
    height: 30px;
}
#myModal .modal-content .table > thead {
    background: #318e25;
    overflow: hidden;
    border-radius: 15px;
    border-top: unset;
}
#myModal .modal-content .table > thead > tr > th {
    border-bottom: 1px solid #eee;
    color: #fff;
    line-height: 31px;
    border-right: 1px solid #ccc;
    background: unset;
}
.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 .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 rgba(0, 0, 0, .05);
    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;
}
#testmonial {
    background-image: url(http://keydesign-themes.com/incubator/corporate/wp-content/uploads/sites/17/2016/01/slide2bg-1.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}
#testmonial .overlay {
    padding: 100px 0;
}
#testmonial h2.test {
    margin-top: 0;
    margin-bottom: 27px;
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
#testmonial p.test {
    margin-bottom: 50px;
    text-transform: none;
    margin-top: 25px;
    color: #fff;
}
.testimonial {
    margin: 0 10px;
}
.testimonial .testimonial-content {
    position: relative;
    margin: 40px 0 50px;
}
/* .testimonial .testimonial-content:after {
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.testimonial .description {
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #444;
    position: relative;
    margin: 0;
    padding: 25px 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonial .testimonial-content:before,
.testimonial .testimonial-content:after {
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    color: #000;
    position: absolute;
    z-index: 2;
}
.testimonial .testimonial-content:before {
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .testimonial-content:after {
    /* content: "\f10e"; */
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile {
    display: table;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
    padding: 15px;
}
.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    float: left;
    overflow: hidden;
}
.testimonial .title {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 22px;
    margin: 0 0 0 30px;
}
.testimonial .title:before {
    content: "";
    width: 1px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-top: 3px;
    font-size: 11px;
}
.testimonial .pic img {
    width: 100%;
    height: 100%;
}
/* 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;
    }
    .about .par1{
        text-align: justify;
        font-size: 18px;
    }
    .about .par2{
        text-align: justify;
        direction: rtl;
        font-size: 18px;
    }
    .about ul:first-of-type{
        text-align: left; 
        margin-left: -21px; 
         font-size: 20px;
    }
    .about ul:last-of-type{
        text-align: right;
        margin-right:-20px;
         font-size:20px;
         direction: rtl;
    }
    .about span{
        font-weight: bold; 
        color:#cd3333;
        font-size: 24px;
    }
    .about a{
        background-color: #cd3333;
        padding: 12px 47px;
        font-size: 23px;
        color: #fff;
        border-radius: 25px;
        box-shadow: 0px 1px 10px 0px #cd3333;
    }
    .about a:hover{
        background: #FCE5E6;
        color: #000!important;
    }
/*End Section About  */
    /* 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 .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 .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, .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 .35s ease;
    transition: all .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 .5s ease;
    transition: all .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 .3s ease;
    transition: all .3s ease;
}
#partners {
    padding: 50px;
}
#partners .owl-item {
    padding: 0 39px;
}
footer {
    background: #666;
    color: #fff;
    margin: 0;
    padding: 50px;
}
footer .centered {
     
    margin: 0 auto;
}
footer .centered .footer-logo img.logo {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 22px 20px 10px;
}
 
footer .centered .footer-navigation .footer-links-holder {
    width: 33.33333%;
    position: relative;
    float: left;
    margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
    list-style: none;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    margin: 0;
    padding: 0;
}
footer .bottom-bar {
    position: relative;
    text-align: center;
    font-size: .8em;
    text-transform: uppercase;
    background: #000;
    padding: 15px 0;
}
.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 2px;
    padding: 7px;
}
.social a:hover {
    background: #65c2ed;
}
.social a.linkedin {
    padding: 4px;
}
.social a svg .face,
.social a svg .twit,
.social a svg .link {
    fill: #c33;
}

/* ########### */
.text-center {text-align: center;}
.new_account .row {display: flex;flex-wrap: wrap;}
.justify-content-center {justify-content: center;}
.new_account .cardd {
    padding: 30px 20px;
    border-radius: 15px;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 4px 0px #ddd;
}
.input-holder {
    position: relative;
border: 1px solid #ccc;
border-radius: 50px;
padding: 4px 10px;
margin-bottom: 20px;
}
.input-holder input {
    display: block;
    width: 85%;
    margin-top: 5px;
border: none;
height: 30px;
box-shadow: none;
}
.input-holder input:focus {box-shadow: none;}
.input-holder input:focus-visible {border: none;outline: none;}
.input-holder label {
    position: absolute;
top: -9px;
left: 12px;
background-color: #fff;
font-weight: normal;
font-size: 14px;

}
.input-holder .icon {
    width: 30px;
height: 30px;
background-color: #fbd6d6;
color: #ee4649;
border-radius: 50%;
text-align: center;
font-size: small;
line-height: 2.5em;
position: absolute;
right: 9px;
top: 7px;
}
.new_account h4 {font-weight: bold;}
.new_account .save {font-weight: normal;display: flex;align-items: center;cursor: pointer;}
.new_account .save input {margin: 0 4px 0 0;}
.new_account .cardd button {
    background-color: #ee4649;
    color: #fff;
    border-radius: 25px;
    display: block;
    margin: 20px 0;
    box-shadow: 0px 3px 4px 0px #ddd;
    padding: 7px;
    width: 100%;
border: none;
}
.new_account .cardd a {
    margin: 10px 0;
    text-align: center;
    color: #777;
    font-size: small;
    display: block;
    cursor: pointer;
    }
.verify img {width: 100px;display: block;margin: 20px auto;}
.verify h5 {margin: 10px 0;}
.verify input {margin: 10px 0;width: 40px;height: 40px;text-align: center;}
.new_account .success h4 {margin: 20px 0;color: #4BAE4F;}
/* ########### */
.sign .row {
    display: flex;
    justify-content: center;
}
.sign form {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 4px #a7a6a63b;
    margin: 10px 0 20px 0;
}
.sign form label {margin: 12px 0;}
.sign form input {display: block;}
.sign form button {
    background-color: var(--mainColor);
    color: #fff;
    border: none;
display: block;
width: 100%;
border-radius: 4px;
padding: 8px;
}
footer h3 {
    font-weight: lighter;
    margin-bottom: 0;
}
footer p,
footer li {
    font-weight: 400;
    letter-spacing: .05em;
    margin: 10px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}
footer a:hover {
    color: #65c2ed;
}
.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;
    color: #444;
}
#services p,
#events p.test,
#partners p {
    margin-bottom: 50px;
    text-transform: none;
    margin-top: 25px;
    color: #333;
}
.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;
}
@media only screen and max-width 1199px {
    .blockquote-box {
        width: 60%;
    }
    table.table-app {
        width: 100%;
    }
}
@media only screen and max-width 479px {
    .testimonial .description {
        font-size: 16px;
        padding: 20px;
    }
    .testimonial .testimonial-profile {
        padding: 10px;
    }
    .testimonial .title {
        font-size: 16px;
    }
    .testimonial .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 .5s;
        transition: transform .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 .testimonial-profile {
        padding-bottom: 30px;
    }
    .testimonial .title:before {
        display: none;
    }
    .testimonial .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{
    margin-top: -40px;
}
.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;
}
.virtualisation .list span{
    color: #cd3333;
    font-weight: bold;
    margin-bottom: 13px;
    display: block;
    font-size: 17px;
}
.virtualisation .list h4{
    color: #777;
    font-size: 15px;
}
.virtualisation .list .table tr .color{
    color: #cd3333;
}
.virtualisation .list ul li {
text-transform: uppercase;
margin: 5px 0px;
padding: 10px;
font-size: 18px;
cursor: pointer;
transition: all .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: 14px;
    cursor: pointer;
    display: block;
    color: #777;
}
.virtualisation .list a.more {font-size: 13px;color: #cd3333;}
.virtualisation .content {
    margin: 22px 0px 10px 0px;
}
/* .virtualisation .content #post{
    margin-top: 22px;
}
.virtualisation .content .upcoming{
    margin-top: 23px;
} */
.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: 10px;
    font-size: 23px;
}
.virtualisation .content .bg {
    background-color: #ffffffd4;
    box-shadow:10px 10px 13px 0px #aaaaaaa8;
    padding: 20px;
    margin: 0px 0px;
    border-radius: 7px;
}
.virtualisation .content .file-cats span{
    text-align: left !important;
}
.virtualisation .content .bg .link-folder {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 7px;
    background-color: #f7f7f7;
    /* box-shadow: 0px 0px 4px 0px #888; */
    font-size: 14px;
    width: 100%;
    margin: 5px 0;
    transition: all .5s ease-in-out;
}
.virtualisation .content .bg .link-folder:hover , .virtualisation .content .bg .link-folder.active {
    background-color: #cd33337c;
    color: #fff !important;
}
.virtualisation .content .bg a img{
    width: 21px;
    height: 21px;
}
.virtualisation .content .bg a .prei{
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;
}
.virtualisation .content .bg a .fileItem{
    display: inline-block;
}
.virtualisation .content .bg a .img-prev{
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
.virtualisation .content .post .user {
    width: 70px;
    margin-top: 18px;
}
.virtualisation .content .post span {font-weight: bold;position: relative;margin-left: 10px;width: 200px;}
.virtualisation .content .post 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 .3s ease-in-out;
    background: none !important;
    box-shadow: none;
    position: relative;
}
.virtualisation .content .post .comment img {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 25px;
}
.virtualisation .content .post .comment input {
    border-radius: 25px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
}
.virtualisation .content .post .comment  button 
{
    /* background-color: #cd3333; */
    color: #cd3333;
    border-radius: 50% !important;
    display: inline-block;
    border: none;
    position: absolute;
    top: 16px;
    right: 34px;
    height: 40px;
    width: 40px;
    padding: 0px !important;
    box-shadow: unset !important;
    background: none;
    font-size: 21px;
}
.virtualisation .picec{
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 10px;
}
    .virtualisation .picec a{
        border: unset !important;
        margin: 5px auto !important;
    }
    .virtualisation .picec a:hover{
        background-color: unset !important;
    }
    .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: 24px;
        margin-top: 17px;
    }
    .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: 8px 14px 10px 14px;
        border: 1px solid transparent;
    }
    .virtualisation .files .cats {
        margin-bottom: -13px;
        margin-top: 15px;
        margin-left: 4px;
    }
    .virtualisation .files .cats button{
        background-color: #fff;
        color: #777 !important;
        font-size: 14px;
        border-radius: 5px 25px 5px 5px;
        display: inline-block;
        transition: all .3s ease-in-out;
        padding: 12px 20px;
        border: 1px solid #ccc !important;
        margin: 0px -3px;
    }
    .virtualisation .files .cats button.activeCat {
        color: #fff !important;
        background-color: #cd3333;
        border: 1px solid transparent;
        margin-bottom: 13px;
    }
    .virtualisation .files .cats button:focus {outline: none;}
   
    .virtualisation .content .files span {
        display: block;
        color: #cd3333;
        margin: 10px 0px;
        font-size: 16px;
        text-align: cent;
    }
    .virtualisation .title-page {
        background-color: #fff;
        padding: 8px 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 4px 0px #ccc;
        border-top: 4px solid #ffc107;
    }
    .virtualisation .ti-page img{
        width: 80px !important;
        border-radius: 50%;
        box-shadow: 0px 0px 10px 0px #ccc;
        height: 80px;
        padding: 6px;
        margin-right: 34px;
    }
    .virtualisation .ti-page span{
        font-size: 26px;
        color: #cd3333;
        font-weight: bold;
        padding-top: 18px;
        display: inline-block;
    }
    .virtualisation .title-page form button{
        background-color: green;
        border-radius: 4px !important;
        font-size: 12px;
        padding-top: 4px;
        height: 33px;
        box-shadow: unset;
    }
    .Events , .files , .unit , .training {display: none;}
    .virtualisation .buttons button {
        background-color: green;
        color: #fff;
        border-radius: 5px !important;
        display: inline-block;
        font-size: 13px;
        border: none;
        margin-left: 7px;
        padding: 10px;
        margin-top: -10px;
        margin-bottom: 10px;
        box-shadow: 0px 0px 4px 0px green;
    }
    .virtualisation .buttons button i{
        margin-right: 8px;
        font-size: 18px;
    }
    .virtualisation .dots {
        float: right;
        position: relative;
    }
    .virtualisation .dots i.fa-ellipsis-h {
        font-size: 20px;
        cursor: pointer;
        color: #ccc;
    }
    .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;
        border-radius: 4px;
        display: none;
        border-left: 3px solid #cd3333;
    }
    .virtualisation .dots .option a{
        display: block;
        border: unset;
        padding: 0px;
        border-radius: unset;
        background-color: unset;
        box-shadow: unset;
        font-size: 14px;
        width: unset;
        margin:  0;
        transition: all .5s ease-in-out;
    }
    .virtualisation .dots .option button {
        color: #777;
        display: block;
        border: none;
        margin: 10px 3px;
        cursor: pointer;
        font-size: 13px;
        background: none;
    }
    .virtualisation .dots .option button i {
        padding-right: 5px;
        color: #cd3333;
        font-size: 13px;
    }
    .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;
    }
    .event-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .calendar-card h3 {
        color: #d13333;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 17px;
    }
    .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: 40px 0px 10px 0px;
        }
        .virtualisation .upcoming:last-of-type{
            margin-top: 0;
        }
        .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-bottom: 0;
            font-weight: bold;
            font-size: 15px;
            color: #888;
        }
/*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) {
        .loginForm {width: unset;}
        .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;}
        .intake-photo {width: 70px;}
        .virtualisation #viewList {margin-top: 20px;}
        .list ul {margin-top: 23px;}
        .noData {padding: 10px 20px 1px;}
        .virtualisation .content .post .comment button {top: 26px;}
        .virtualisation .content .post .comment img {top: 36px;}
        footer .centered .footer-contact p{font-size: 12px;display: flex;text-align: left;}
        .social a{margin-left: 0 !important;}
        footer .centered .footer-contact h3 a{    text-align: left;display: block;margin: 30px 0;}
        footer .centered .footer-logo img.logo{    padding: 0px 20px 10px;}
    }
    .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: 360px) 
{
    footer .centered .footer-logo, footer .centered .footer-contact { float: left; width: 100%;   text-align: center; }
    .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-logo, footer .centered .footer-contact { width: 50%; float: left; }
    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 .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) {
    .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;}
}