#notification {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #000000;
  font-size: 2rem;
  padding: 20px;
  width: 100%;
  z-index: 5000;
  display: none;
  color: #fff;
}

#notification.active {
  display: block;
}

input.error, textarea.error {
    border: 1px solid #ff0000 !important;
}

@media (max-width:991px){
    .row > *{
        padding-left:16px;
        padding-right:16px;
    }

    .team-row{
        display:block;
    }
    .team-card{
        margin:0 auto 20px;
    }

}

.tteam{
    display:inline-block;
}

@media (max-width:1280px){
    .ploma_menu > ul > li{
        padding-right:20px;
    }
}

@media(max-width:1110px){
    ploma_menu d-flex align-items-center{
        padding-left:0;
        padding-right:5px;
    }
    .ploma_menu > ul > li {
        padding-right: 10px;
    }
}

@media(max-width:1057px) {
    .ploma_menu > ul > li {
        padding-right: 5px;
    }

    .d-flex align-items-center justify-content-between centermenu {
        padding-left: 0;
        padding-right: 5px;
    }

    .menu-center .d-flex {
        padding-left: 10px !important;
    }
}

.rte p, .rte ul, .rte ol{
    padding-bottom:20px;
}

.rte ul, .rte ul{
    padding-left:20px;
}

.rte a{
    color:#ff0000;
}

.rte a:hover{
    color:#111;
}

.single_blog_thumb {
    margin-bottom:30px;
}

.home-intro-img{
    max-width:90%;
    margin:0 auto;
    width:900px;
    display:block;
}

@media(max-width:991px){
    .txbdstitle.hlight {
        font-size:30px;
        padding-left:20px;
        padding-right:20px;
    }
}

@media(max-width:1300px){
    .mobile_menu_logo {
        width: 150px !important;
        height: auto;
    }
}


.statement-image {
    width: 300px;
    max-width: 100%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

@media(max-width:991px) {
    .statement-image {
        width:100%;
        float:none;
        margin-left:0;
    }
}

.text-justify {
    text-align: justify;
}

.text-overflow {
    overflow: hidden;
}