@charset "utf-8";
.model-data{
    max-height:438px;
    overflow:auto;
    min-height: 285px;
}
#mettingform{
    margin-top: 20px;
}

.model-data h3 small{
    display: block;
    margin-top: 3px;
    line-height: 20px;
}
.model-data img{
    max-width: 250px;
    padding: 5px;
    border: 1px solid #ccc;
    position:fixed;
}
.model-data ul.list {
    margin-left: 30px !important;
}
.model-data ul.list li::before {
    content: "\f00c";
    left:15px;
}
table.agenda th{
    text-align:center;
    padding:15px 10px;
    background:#ac0b0b;
    border:1px solid #ac0b0b !important;
    color:#fff;
    font-size: 16px;
    font-weight: normal;

}
table.agenda tr td.first{
    width: 145px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
table.agenda tr td.second{
    width: 25%;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
table.agenda tr td.third{
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    position:relative;
}
table.agenda ul.list li::before {
    font-size: 17px;
    position: absolute;
    left: 18px;
    line-height: 19px;
}
.session-container{
    display: inline-block;
    margin:0 auto;
}
table.agenda .lightbox {
    position:relative !important;
}
table.agenda .session-img {
    position:relative;
    width:118px;
    border:1px solid #ccc;
    margin:3px 3px;
    padding:2px;
    float: left;
}
table.agenda .session-img .session-thumbnail {
    height: auto;
    overflow: hidden;
}
table.agenda .session-img .session-thumbnail img{
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    display:inline;
}
table.agenda .session-img a:focus{
    outline: none;
}
table.agenda .session-img a:hover:after{
    opacity: 1;
}
table.agenda .session-img a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    left: 0;
    top: -22px;
    bottom: 0;
    text-align: center;
    line-height: 67px;
    font-size: 16px;
    color: #ac0b0b;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 79px;
}
.home-video{
    height:250px !important;
}
ul.news.list li::before {
    font-size: 17px;
    left: 30px;
    line-height: 24px;
}
ul.news.list li{
    margin-bottom: 12px;
}
form.form-bordered{
    padding: 26px 30px;
    border: 1px solid #d7d7d7;
}
form label {
    font-weight: 600;
    color: #353535;
    font-size: 14px;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    height: 33px;
}
/*form .captcha{
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 28px;
    height: 40px;
}
form .captcha img{
    width: 100%;
    max-width: 98px;
    margin: 0 auto;
    display: block;
}*/
form .captcha .input-group-btn .btn{
    padding: 3px 13px;
    height: 33px;
    line-height: unset;
}
form .captcha .captcha-img{
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 18px;
    border-radius: 3px;
}

form p{
    font-size: 14px;
}
form p a{
    color: #ac0b0b;
}
form p a:hover, form p a:focus {
    color: #000;
    text-decoration: none;
}
#speakers .team-box{
    padding:0;
}
/* Modal SM */
.modal-content {
    border-radius: 0px;
}
.modal .modal-sm{
    top: 165px;
}
.modal .modal-sm .modal-header .close {
    margin-top: 0px;
}
.modal .modal-sm .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #ac0b0b;
}
.modal .modal-sm .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.modal .modal-sm .modal-body {
    position: relative;
    padding: 10px 15px;
}
.modal .modal-sm .modal-body p{
    font-size: 13.5px;
}
.modal .modal-sm .modal-body a.btn{
    min-width: 49%;
}
/* PPT Gallery */
.gal-ppt{
    display:block;
    position:relative;
    border:1px solid #ccc;
}
.gal-ppt .pptbox{
    padding: 10px 15px;
}
.gal-ppt .ppt-data{
    background: #262626;
    min-height: 52px;
    padding: 5px 10px;
    color: #fff;
}
.gal-ppt .ppt-data p{
    font-size:12px;
    margin-bottom: 0;
}
/* Video and Image Gallery */
.gallery{
    position:relative;
}

.gallery .galbox{
    height: 168px;
    overflow: hidden;
}
.gallery.video-item .galbox{
    height: auto !important;
    overflow: hidden;
}
.gallery.video-item .video-data{
    background: #ac0b0b;
    padding: 4px 12px;
    min-height: 66px;
}
.gallery .galbox img, .gallery .galbox iframe{
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}

.gallery a:focus{
    outline: none;
}
.gallery a:after{
    content:"\e060";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 150px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gallery.video-item a:after{
    content:"\e059";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 200px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gallery a:hover:after,.gallery.video-item a:hover:after{
    opacity: 1;
}
/* Partners Boxes */

.partners-box{
    background:#f0f0f0;
    padding:15px;
    margin-bottom:15px;
    width:100%;
        display: inline-block;
}
.partners-box .image-box{
    width:20%;
    float:left;
    padding:10px;
    background:#fff;
}
.partners-box .image-box img{
    display:block;
    margin:0 auto;
}
.partners-box .partners-data{
    width:80%;
    float:left;
    padding-left:15px;

}
.partners-box .partners-data h4{
    margin-top:0;
}

/* Footer Css */

#footer ul.social-icons{
    margin-top:20px;
}
#footer ul.social-icons > li{
    display: inline-block;
    padding:0px;
}
#footer ul.social-icons > li .fa{
    background-color: transparent;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 38px;
    font-size: 18px;
    text-align: center;
    transition: all .4s ease-in-out;
    border:1px solid #ac0b0b;
}
#footer ul.social-icons > li:hover .social_icons_f [class*="fa fa-"]{
    background: #053C8D;
    color:#fff;
    border:1px solid #053C8D;
}
#footer ul.social-icons > li:hover .social_icons_t [class*="fa fa-"]{
    background:#46c0fb;
    color:#fff;
    border:1px solid #46c0fb;
}
#footer ul.social-icons > li:hover .social_icons_g [class*="fa fa-"]{
    background:#DD4B39;
    color:#fff;
    border:1px solid #DD4B39;
}
#footer ul.social-icons > li:hover .social_icons_y [class*="fa fa-"]{
    background:#EB0707;
    color:#fff;
    border:1px solid #EB0707;
}
#footer ul.social-icons > li:hover .social_icons_l [class*="fa fa-"]{
    background:#0077b5;
    color:#fff;
    border:1px solid #0077b5;
}
#footer ul.header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    border-bottom:none;
}
#footer{
    color:#393939;
    padding-top:15px;
    font-size:14px;
}
#footer  ul.contacts, ul.contacts{
    list-style-type:none;
    list-style:none;
    font-size:15px;
}
#footer  ul.contacts li, ul.contacts li {
    padding: 0px;
    padding-left: 0px;
    font-size: 14px;
    padding-left: 33px;
    position:relative;
    margin-bottom:10px;
    display: inline-flex;
    color:#fff;

}
#footer ul.contacts li i{
    color:#b58739;
}

#footer ul.list li::before, ul.contacts.list li::before {
    font-size: 15px;
}
#footer ul.contacts li .fa::before, ul.contacts li .fa::before {
    position: absolute;
    left: 7px;
    line-height: 0px;
    top: 12px;
    font-size: 18px;
}
#footer ul.quick-links{
    margin-top:-3px;
}
#footer ul.quick-links li a{
    color:#fff;
}
#footer ul.quick-links li a:hover, #footer ul.quick-links li:before{
    color:#b58739;
}
#footer .location-map iframe{
    border: 1px solid #d3d3d3 !important;
}


#footer .newsletter .form-control{

}
#footer .newsletter .input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  border: 0;
  outline: 0;
  padding: 14px 25px;
}
#footer .newsletter .input-group-rounded .input-group-button  {
    display:inline-block !important;
}

#footer .newsletter .input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  border: 0;
  padding: 14px 19px;
  outline: 0;
  background: #ac0b0b;
  transition: all .2s ease-in-out;
}
#footer .newsletter .input-group-rounded .input-group-button .button:hover , #footer .newsletter .input-group-rounded .input-group-button .button:focus, #footer .newsletter .input-group-rounded .input-group-button .button:active{
  background: #900505;
}

/* Speakers */

.single-item {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.single-item .icon-box i{
    display: block;
}
.single-item .icon-box i:before {
    margin: 20px;
    font-size: 40px;
    transform: rotate(-45deg);
    display: block;
    color:#fff;
}
.single-item .icon-box {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border: 2px solid #ac0b0b;
    background: #ac0b0b;
    transform: rotate(45deg);
    transition: .5s;
}
.single-item .content-box {
    margin-top: -43px;
    padding: 70px 15px 40px;
    border: 2px solid #ac0b0b;
    background: #fff;
    transition: .5s;
}

.single-item:hover .content-box {
    border: 2px solid #ac0b0b;
    background: #ac0b0b;
    transition: .5s;
}
.single-item:hover .content-box h4{
    color:#fff;
}
.single-item:hover .content-box .btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.single-item:hover .icon-box {
    border: 2px solid #ac0b0b;
    background: #fff;
}
.single-item:hover .icon-box i::before {
    color: #ac0b0b !important;
}

section.speakers .btn-dark {
    color: #fff;
    background-color: #ac0b0b;
    border-color: #ac0b0b;
}

.team-box{
    background:#fff;
    margin-bottom:27px;

}
.team-box .team-image{
            height: 195px;
    /*padding: 5px;*/
    padding: 20PX;
   border: 1px solid #ac0b0b;
    border-bottom-color: #ac0b0b;

}
.incubateepage .team-box .team-image{
        height: 170px !important;
    /*padding: 5px;*/
    padding: 20PX !important;
    border: 0px solid #ac0b0b !important;
    border-bottom-color: #ac0b0b !important;

}
.team-box .team-image img{
    height: auto;
    /*width: 100%;*/
    width: 72%;
    object-fit: cover;
    -o-object-fit: cover;

}
.incubateepage .team-box .team-image{
        height: auto !important;
    /*padding: 5px;*/
    padding: 0PX !important;
   /* border: 1px solid #ac0b0b;
    border-bottom-color: #ac0b0b;*/
    /*background: #ffffff;*/

}
.incubateepage .team-box .team-data{
    /*border: 1px solid #ac0b0b;*/
    /*margin-top: 0px;*/
    margin-top: 20px !important;
    /*min-height: 110px;*/
   /* background: #ac0b0b;*/
    position: relative !important;
     height:110px !important;
     border: 1px solid #fff !important;
     background: #fff !important;
}
.incubateepage .team-data .btn-success {
    background: #ac0b0b !important;
    border: 1px solid #ac0b0b !important;
}
.incubateepage .team-data .btn-success:hover {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.team-box .team-data{
    border: 1px solid #ac0b0b;
    /*margin-top: 0px;*/
    margin-top: 20px;
    /*min-height: 110px;*/
    background: #ac0b0b;
    position: relative;
    /*height:110px;*/
}

.team-box{
    border: 1px solid #ac0b0b;
    border-bottom-color: #ac0b0b;

}

.team-box .team-data h4{
    margin:0px;
    padding-top:5px;
    font-size:12px;
    color:#fff;
    margin-bottom:4px;
}
.team-box .team-data p{
    font-weight:500;
    font-size:11px;
    padding: 0 5px;
    color:#fff;
}
.team-box .team-data span{
    display:block;
    font-weight:normal;
}
/* owl button */
.owl-controls{
    position: absolute;top: -48px; right: 0;
}
.owl-nav{
    position:relative;
}
.owl-next{
    float:right;
}
.owl-prev{
    float:left;
}
.owl_prev{
    margin-left:10px;
}

/* News Box */

.news-box {
    background: linear-gradient(to bottom, rgb(135, 141, 141) 0%,rgb(73, 73, 73) 100%);
    border-radius: 0px;
    padding: 5px 10px;
    min-height: 384px;
}
.news-box h4{
    margin: 0;
    padding-bottom: 9px;
    color: #fff !important;
    font-size: 22px;
    font-weight: 300;
}
.news-box ul.list {
    padding-left: 0 !important;
    margin:0 !important;
}
.news-box ul.list li::before {
    content:'';
}
.news-box ul.list li {
    padding-bottom:8px !important;
}
@-moz-document url-prefix() {
    .news-box ul.list li {
        padding-bottom:7px !important;
        margin-bottom: 1px !important;
    }
}
.news-box ul.list li .news-container{
    position:relative;
}
.news-box ul.list li .news-container .news_date{
    display: inline-block;
    width: 28%;
    color: #fff;
    background-color: #0ac7fe;
    padding: 10px;
    text-align: center;
    float: left;
    min-height: 73px;
    vertical-align: middle;
}
.news-box ul.list li:nth-child(even) .news-container .news_date {
    background-color: #404040;
}
.news-box ul.list li .news-container .news_date span.day{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.news-box ul.list li .news-container .news_date span.month{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}
.news-box ul.list li .news-container .news_date span.year{
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
}
.news-box ul.list li .news-container .news_info{
    text-align: left;
    width: 72%;
    float: left;
    padding: 5px 10px 10px;
    background: #ffffff;
    overflow: hidden;
}
.news-box ul.list li a.title{
    color: #414141;
    font-size: 14px;
    font-weight: 600;
}
.news-box ul.list li a.title:hover{
    color: #0776be;
    text-decoration:none;
}
.news-box ul.list li p{
    font-size: 14px;
    height:35px;
    margin: 0;
    color: #404040;
    line-height: 18px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.news-box ul.list li p{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Partners Box */

.logo-box .logo-box-data{
    width: 100%;
    background: #666;
    min-height: 42px;
    display: flex;
}
.logo-box .logo-box-data p{
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.logo-box{
    background:#fff;
    padding:4px;
}
.logo-box.col-2{
    margin: 4px;
    width: 46.44%;
    float: left;
}
.logo-box img{
    display:block;
    margin:0 auto;
}
.box{
    background: #3a3a3a;
    border-radius:4px;
    padding:10px;
    margin:15px auto;
    min-height: 758px;
}
.box h4{
    color:#fff;
}
/*  */
section.partners .logo-box .logo-box-data{
    background:#333;
    transition:all .3s ease-in-out;
}
section.partners .logo-box{
    background: #fff;
    padding: 4px;
    border:1px solid #ccc;
    margin-bottom:4px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}
section.partners .main-box{
    padding-left:2px;
    padding-right:2px;
}
.row.main-box-container {
    margin-right: -2px;
    margin-left: -2px;
}
section.partners .logo-box .logo-box-data p {
    font-size: 12px;
    line-height: 15px;
}
section.partners .logo-box:hover {
    box-shadow:0px 1px 8px 1px #a5a5a5;
}
section.partners .logo-box:hover  .logo-box-data{
    background:#212121;
}
/* Main Title */
.sec-title{
    position: relative;
    padding: 5px 0 10px;
    margin-bottom:10px;
}
.sec-title h2{
  margin-top:0px;
  margin-bottom:0;
  font-weight:600;
  font-size: 25px;
}

.sec-title h2:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ac0b0b;
}
/*
.sec-title h2:after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 101px;
    height: 1px;
    left: 0;
    background: #ac0b0b;
}*/
.bg-theme-colored .sec-title h2:before{
    background: #fff;
}
.bg-theme-colored .sec-title h2:after {
    background: #fff;
}
#footer .sec-title{
    position: relative;
    margin-bottom: 17px;
    padding:0 !important;
}
#footer .sec-title h3{
  margin-top:10px;
  margin-bottom: 10px;
  font-size:18px;
  font-weight:400;
  color:#fff;
}
#footer .sec-title h3 span {
    color: #b58739;
}


/* Navigation */
.menuzord{
    background: none;
}
.menuzord .showhide {
    padding: 25px 0 0;
}
.header-nav-wrapper{
    background: rgba(255,255,255,.9);
}
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background-color: #ac0b0b;
    color:#fff;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a {
    color: #b58739;
    background: none;
}
.menuzord-menu > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 7px;
    text-transform: uppercase;
}
.menuzord-menu > li {
    padding: 30px 2px;
    display: inline-block;
}
.menuzord-menu ul.dropdown li{
    border-bottom: 1px solid #eaeaea;
}
.menuzord-menu ul.dropdown li a {
    padding: 10px 25px 10px 22px;
    color: #000;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    background: #fff;
    border-top: hidden !important;
    border: none !important;
    /*box-shadow: 3px 4px 3px -2px #939393;*/
    padding-top: 30px;
}
.menuzord .menuzord-menu > li.active > a i, .menuzord .menuzord-menu > li:hover > a i, .menuzord .menuzord-menu ul.dropdown li:hover > a i {
    color: #ac0b0b;
}
.nav-right i {
    color:#ac0b0b;
    font-size:16px;
}
.menuzord-menu > li > a {
    color:  #3a3a3a;
}
.header-nav-wrapper .right-buttons{
    margin-top:31px;
}
.header-nav-wrapper .right-buttons a{
    padding: 3px 5px;
    font-weight: 700;
    color: #3a3a3a;
    font-size: 14px;
    text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .menuzord-menu {
    margin-bottom: 20px;
  }
  .menuzord-menu > li > a {
    color: #212121;
  }
  .model-data img{
    position:relative ;
    margin: 15px auto;
 }
 .header-nav-wrapper .container{
     padding:0 !important ;
  }
  .menuzord-menu > li {
    padding: 2px;
  }
  .menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding-top: 0px;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border-bottom: none;
  }
  section.about img{
      margin-top:15px;
  }
  section.features h3{
      font-size: 25px !important;
  }
}
/* Navigation End */


.header-top .contact-icons li a:hover .fa{
    color:#fff !important;
}
.header-top .contact-icons li{
    position:relative;
}
.header-top .contact-icons .fa{
    position: absolute;
    font-size: 20px;
    text-align: center;
    transition: all .4s ease-in-out;
    color: #ac0b0b;
    top: 2px;
    left:0px;
}
.header-top .contact-icons li a{
   padding-left: 10px;
   font-size: 14px;
}
.header-top .social-icons > li  a.button-link{
    padding: 0px;
   /* margin: 0 22px;*/
   margin: 0 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
#header{
     z-index: 1000;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    width: 1263px;
    left: 0px;
}
.header-top .social-icons > li{
    display: inline-block;
    padding:0px;
}
.header-top .social-icons > li .fa{
    background-color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease-in-out;
    color: #945913;
}
.header-top .social-icons > li a.notification-icon .fa{
    background-color: transparent;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease-in-out;
    color: #fff;
}
.header-top .social-icons > li:hover .social_icons_f [class*="fa fa-"]{
    background: #053C8D;
    color:#fff;
}
.header-top .social-icons > li:hover .social_icons_t [class*="fa fa-"]{
    background:#46c0fb;
    color:#fff;
}
.header-top .social-icons > li:hover .social_icons_g [class*="fa fa-"]{
  background:#DD4B39;
  color:#fff;
}
.header-top .social-icons > li:hover .social_icons_y [class*="fa fa-"]{
  background:#EB0707;
  color:#fff;
}
.header-top .social-icons > li:hover .social_icons_l [class*="fa fa-"]{
  background:#0077b5;
  color:#fff;
}
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    border-bottom:1px solid #eee
}
/*
 * Header.less
 * -----------------------------------------------
*/
.header-top {
  padding: 5px 0;
}
.menuzord-brand{
  margin-top: 2px;
}
.menuzord-brand img {
  max-height: 85px;
}
@media only screen and (max-width: 767px) {
      .menuzord-brand img {
        max-height: 60px;
      }
      .sec-title h2{
          font-size:19px !important;
      }
      .owl-controls{
          display:none;
      }
      .partners-box .image-box{
        width:100%;
        float:none;
        padding-bottom:15px;
      }
      .partners-box .partners-data{
          width:100%;
          float:none;
          padding-left:0px;
      }
    .partners-box .partners-data{
        text-align:center;
    }
    .partners-box .partners-data h4{
        font-size:17px;
        text-align:center;
        margin-top: 12px;
    }
    .gallery.video-item a:after{
        line-height: 170px;
    }
    .gal-ppt .pptbox {
        padding: 25px 15px;
    }
    .gal-ppt .ppt-data {
        min-height: 96px;
    }
    .gallery .galbox{
        height: auto;
    }
    .gallery .galbox a:after {
        line-height:100px;
    }
    form.form-bordered {
        display: inline-block;
        width: 100%;
    }
    .box {
        min-height: auto !important;
    }
    .divider.speakers .container{
        padding-bottom:10px !important;
    }
    ul.news.list li::before {
        font-size: 17px;
        left: 12px;
        line-height: 24px;
    }
    .news-box {
        max-height: 275px;
    }
    #footer ul.social-icons{
        margin-bottom:20px;
    }
    .chat-box .chatbox-panel {
        width: 100% !important;
        height:100% !important;
    }
    .login-register-box .login-left.full-width {
        padding: 30px 20px !important;
    }
    .login-register-box .login-left{
        width:100% !important;
        float:none !important;
        padding: 30px 20px !important;
        height: auto !important;
    }
    .login-register-box .login-right{
        width:100% !important;
        float:none !important;
        padding: 30px 20px !important;
        height: auto !important;
    }
    .header-nav .header-nav-wrapper .menuzord.forms-page {
        padding: 0 20px !important;
    }
    section.login-registration {
        padding: 0 !important;
    }

}
/* -------- Inner Header ---------- */
.inner-header .title {
  text-transform: uppercase;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
   height: 88px;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.25);
}
.menuzord-menu{
    position: fixed;
    right: 12px;
}
section .container{
    padding-top:0px;
    padding-bottom:0px;
}
.section-title-container {
    margin-bottom: 1.5em;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.section-title-box span {
    border: 2px solid #ac0b0b;
    padding: 5px 10px;
    font-size: 25px;
    color: #242424;
    font-weight: 600;
}

.section-title span.line {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background-color: #ac0b0b;
    opacity: 1;
    padding: 0;
    border: 0;
}
.section-title {
    margin-bottom: 20px;
    margin-top: 20px;
}


body{
    font-size:14px;
    color:#242424;
}
ul.list {
    margin-left: 25px !important;
}
ul.list li::before {
    font-size: 17px;
    position: absolute;
    left: 18px;
    line-height: 25px;
}
btn.broucher-link{
    white-space: unset !important;
}

/* Notification */

section.notifications{
     background: #ff901e !important;
}
section.notifications h6{
    margin:0;
    padding:10px 5px;
}
section.blocks{
   padding-top: 10px;
}

/* Info Boxes */
/*.blocks .block_blue_1{
  background-color: #900505;
}
.blocks .block_blue_2{
  background-color: #0072bc;
}
.blocks .block_blue_3{
  background-color: #0c8ee3;
}
.blocks .block_blue_4{
  background-color: #0776be;
}
*/
.blocks .block_blue_1{
  background-color: #cbeaff;
}
.blocks .block_blue_2{
  background-color: #b8e2ff;
}
.blocks .block_blue_3{
  background-color: #cbeaff;
}
.blocks .block_blue_4{
  background-color: #b8e2ff;
}


.blocks .block{
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height:120px
}
.blocks .block:hover{
    background: #069ce5 !important;
}
.blocks .block:hover .block_icon .fa{
    color:#fff;
    border: 1px solid #fff;
    background:transparent;
}
.blocks .block:hover .block_content h4{
    color:#fff;
}
.blocks .block:hover .block_content p{
    color:#fff;
}
.blocks .block .block_icon{
    padding: 10px;
    float: left;
    width: 20%;
}
.blocks .block .block_icon .fa{
    text-align: center;
    font-size: 20px;
    border: 1px solid #900505;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    line-height: 37px;
    background: #900505;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color:#fff;
}
.blocks .block .block_content {
    width: 80%;
    float: left;
    padding: 15px 20px;
}
.blocks .block .block_content h4{
    margin: 0;
    color: #900505;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.blocks .block .block_content p{
    color:#000;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blocks .block .block_content p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* About */
section.about{
    margin-top:0px;
    margin-bottom:0px;
}
section.about p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 30px;
    color: #242424;
}
section.about img{
    margin-top:15px;
}
h3.heading-thin {
    font-weight: 300;
    margin: 0;
    padding-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
}

/* Our Offering */
section.offering{
    margin-top:25px;
    margin-bottom:0px;
    padding-top:0px;
    background:#f7f7f7;
}
section.offering .offer-box{
    position: relative;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section.offering .offer-box img{
    display:block;
    margin:5px auto;
    max-width:75px;
}
section.offering .offer-box h4{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 38px;
}

@media (min-width: 992px){
    .offer5col {
        width: 20%;
    }
}
/* Services */
.service-box-container{
    position:relative;
}

.service-box-2col{
    width: 48.5%;
    float: left;
    margin: 7px;
}
.service-box-3col{
    float:left;
}
.service-box-2col:first-child{
    margin-right: 10px;
}
.service-box-3col{
    margin: 7px;
}

.service-box-container .service-box{
    position:relative;
    padding:15px 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 100%;
    margin: 10px 0 0 10px;
    position: relative;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    height:350px;
}
.service-box-container .service-box-2col .service-box1{
    background:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(https://www.beedesigns.in/dreamhatcher/wp-content/uploads/2019/08/services-1.jpg);
}
.service-box-container .service-box-2col .service-box2{
    background:linear-gradient(rgba(172, 11, 11, 0.8), rgba(101, 0, 0, 0.7)), url(https://www.beedesigns.in/dreamhatcher/wp-content/uploads/2019/08/flatsomebilder-5-of-10.jpg);
}
.service-box-container .service-box-3col .service-box1{

}
.service-box-container .service-box-3col .service-box2{

}
.service-box-container .service-box-3col .service-box3{

}

.service-box-2col .service-box .service-data h4, .service-box-3col .service-box .service-data h4{
    color:#fff;
    font-size:22px;

}
.service-box-2col .service-box .service-data p, .service-box-3col .service-box .service-data p{
    color:#fff;
    font-size:14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:73px;
    text-overflow: ellipsis;

}
.service-box-2col .service-box .service-data a, .service-box-3col .service-box .service-data a{
    background:transparent;
    padding:5px 15px;
    font-size:12px;
    border:2px solid #fff;
    color:#fff;
    margin-top:20px;
}
@media (min-width: 1200px){
    .service-box-3col{
        width:32%;
    }
}
@media (max-width: 1199px){
    .service-box-3col{
        width:48.4%;
    }
}
@media (max-width: 991px){
    .service-box-3col{
        width:47.4%;
    }
}
@media (max-width: 768px){
    .service-box-3col{
        width:100%;
    }
    .service-box-2col{
        width:100%;
    }
}

/* Startup Ecosystem */

section.echosystem{
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
}
section.echosystem .overlay-red-custom{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}
section.echosystem .overlay-red-custom::before{
    background:linear-gradient(rgba(172, 11, 11, 0.8), rgba(101, 0, 0, 0.7));
}

section.echosystem .item .content{
    background:#fff;
    padding:15px;
    height:300px;
    margin-top:40px;
    margin-bottom:40px;
}
section.echosystem .item .content .content-img img{
    max-width:100px;
    display:block;
    margin:0 auto;
}
section.echosystem .item .content .content-data{
    text-align:center;
}
section.echosystem .item .content .content-data h4{
    color:#ac0b0b;
    text-transform:uppercase;
}
section.echosystem .item .content .content-data p{
    color:#242424;
    font-size:14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
    overflow: hidden;
}
section.echosystem .item .content.content-red{
    background-color: rgba(178, 0, 0, 0.8);
}
section.echosystem .item .content.content-red .content-data h4, section.echosystem .item .content.content-red  .content-data p{
    color:#fff;
}
section.echosystem .owl-theme .custom-nav{
  position: absolute;
  left: 0;
  right: 0;
}
section.echosystem .owl-theme .owl-controls {
    position: absolute;
    top:45%;
    width:100%;
}
section.echosystem .owl-theme .custom-nav .owl-prev, section.echosystem .owl-theme .custom-nav .owl-next {
  position: absolute;
}
section.echosystem .owl-theme .custom-nav .owl-prev i, section.echosystem .owl-theme .custom-nav .owl-next i {
  color: #cecece;
}
section.echosystem .owl-theme .custom-nav .owl-prev {
  left: -65px;
  margin:0 !important;
}
section.echosystem .owl-theme .custom-nav .owl-next {
  right: -65px;
  margin:0 !important;
}
section.echosystem .owl-theme .custom-nav .owl-prev a, section.echosystem .owl-theme .custom-nav .owl-next a{
    background: rgba(255,255,255,.2) !important;
    margin: 0 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 29px;
    font-size: 20px;
    padding: 8px;
    border: 1px solid #ca8282;

}
section.echosystem .owl-theme .custom-nav{
    opacity:0;
    transition:all .3s ease-in-out;
}
section.echosystem:hover .owl-theme .custom-nav{
    opacity:1;
    transition:all .3s ease-in-out;
}

/* Partners */

section.partners{
    margin-bottom: 0px;
    padding-top: 0px;
    background: #f7f7f7;
}
section.partners p{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 30px;
    color: #242424;
    text-align:center;
}
section.partners .investor .investor-box{
    border: 1px solid #ccc;
    width:100%;
    height: 110px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    background: rgba(255, 255, 255);
    border: 1px solid #e8e8e8;
    transition:all ease-in-out .3s;
    margin-top:20px;
    margin-bottom:30px;
}
section.partners .investor .investor-box img{
    width:100%;
    object-fit:  scale-down;
    -o-object-fit:  scale-down;
    margin:0 auto;
    vertical-align: middle;
}
section.partners .investor a:hover .investor-box {
    border: 1px solid transparent;
}
/* Upcomming Events */
section.upcomming-events{
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
}
section.upcomming-events .overlay-red-custom{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}
section.upcomming-events .overlay-red-custom::before{
    background:linear-gradient(rgba(172, 11, 11, 0.8), rgba(101, 0, 0, 0.7));
}
section.upcomming-events p{
    font-size:14px;
    color:#fff;
    padding:15px 50px;
    text-align:center;
}
section.upcomming-events .btn{
    background:transparent;
    border-radius:0;
    border:2px solid #fff;
    color:#fff;
    font-size:17px;
}

/* Features box */
section.features{
    margin-top:10px;
    margin-bottom:10px;
}
section.features h3{
    font-weight: 300;
    margin: 0;
    padding-bottom: 25px;
    font-size: 33px;
    line-height: 40px;
}
.feature-box{
    border: 1px solid #e5e5e5;
    min-height: 205px;
    overflow:hidden;
    position:relative;
    cursor: pointer;
    padding:15px;
    margin-bottom:10px;
    outline: 0;
    border-radius: 0;
    text-align:center;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -o-animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.feature-box .icon{
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: all .6s ease-in-out;
    padding: 21px;
}
.feature-box .icon .fa{
    font-size: 46px;
    color: #945913;
    transition: all .6s ease-in-out;
}
.feature-box h4{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3e3e3e;
    margin: 0;
    padding: 10px 0 5px;
    transition: all .6s ease-in-out;
}
.feature-box p{
    font-size: 14px;
    margin: 0;
    color: #555;
    transition: all .6s ease-in-out;
    min-height:48px;
    position: absolute;
    bottom: -60px;
    left: 10px;
    right: 10px;
    display: block;
}
.feature-box:hover, .feature-box:active, .feature-box.active, .feature-box:focus, .feature-box:active:focus, .feature-box.active:focus {
    background:#ac0b0b;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 0 6px 0 rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 0 6px 0 rgba(0,0,0,0.04);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 0 6px 0 rgba(0,0,0,0.04);
    border-color:#ac0b0b;
}

.feature-box:hover .icon{
    border-color:#fff;
    border-radius: 0%;
}
.feature-box:hover h4, .feature-box:hover p{
    color:#fff;
}
.feature-box:hover p{
    bottom:15px;
}
.feature-box:hover .icon .fa{
    color:#fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Events */
section.events {
background: #f1f1f1;
padding:20px 0 20px;
}
section.events h2 {
    color: #222;
    font-weight: 300;
    font-size: 33px;
    padding-bottom: 15px;
    margin:0;
}
section.events .event{
    position:relative;
    padding-bottom:15px;
}
section.events .event .event_date{
    display: inline-block;
    width: 30%;
    color: #fff;
    background-color: #900505;
    padding: 15px;
    text-align: center;
    float: left;
    height: 140px;
}
section.events :nth-child(even) .event_date {
    background-color: #ac0b0b;
}
section.events .event .event_date span.day{
    display:block;
    text-align:center;
    font-size: 45px;
    line-height:45px;
    font-weight:700;
}
section.events .event .event_date span.month{
    display:block;
    text-align:center;
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
}
section.events .event .event_date span.year{
    display:block;
    text-align:center;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
section.events .event .event_info{
    padding: 15px;
    text-align: left;
    width: 70%;
    float: left;
    background: #ffffff;
    height: 140px;
    overflow: hidden;
}
section.events .event .event_info h3{
    margin:0;
}
section.events .event .event_info h3 a{
    color: #ac0b0b;
    font-size: 19px;
    font-weight: 600;
}
section.events .event .event_info h3 a:hover{
    color: #900505;
}

/* Mentors */
section.mentors{
    background: #900505;
    padding: 20px 0px 30px;
}
section.mentors h2{
    color: #fff;
    font-weight: 300;
    font-size: 33px;
    padding-bottom: 15px;
    margin: 0;
}
section.mentors .mentor{
    margin-bottom:20px;
}
section.mentors .mentor .mentor-img{
    background: #fff;
    border: 5px solid #fff;
    width: 100%;
    height: 225px;
    border-bottom: none;
    overflow: hidden;
}
section.mentors .mentor .mentor-img img{
    width:100%;
    object-fit: cover;
    -o-object-fit: cover;
    margin:0 auto;
}
section.mentors .mentor .mentor-content{
    background: #fff;
    padding: 5px;
    min-height: 67px;
}
section.mentors .mentor .mentor-content h4{
    font-size: 14px;
    font-weight: 600;
    color:#900505;
    text-align: center;
    margin: 0;
    padding: 0;
    height:20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
section.mentors .mentor .mentor-content h4{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
section.mentors .mentor .mentor-content p{
    font-size: 12px;
    height:36px;
    text-align: center;
    margin: 0;
    color: #000;
    padding: 0 5px;
    line-height: 18px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
section.mentors .mentor .mentor-content p{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Incubates, Mission */

section.mission{
    /*margin-top: 20px;*/
    padding: 0 0 20px;
    background: #900505;
    position: relative;
    overflow: hidden;
}
section.mission h2{
    color: #fff;
    padding-bottom: 0px;
    font-weight: 300;
    font-size: 33px;
}
section.mission ul{
    margin: 0 !important;
    padding-bottom:30px;
}
section.mission ul li{
   font-size: 16px;
   color: #fff;
   line-height: 28px;
   padding-left: 40px;
   position:relative;
}
section.mission ul.list.check li:before {
    font-size: 19px;
    color: #fff !important;
    left: 10px;
    line-height: 21px;

}
section.mission img.mission-img{
    right: -90px;
    position: absolute;
}

.incubates .item .incubate{
    padding: 4px 8px;
    width: 33.33%;
    float: left;
    margin-bottom: 8px;
}
.incubates .item .incubate .incubate-box{
    width:100%;
    height: 84px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    background: rgba(255, 255, 255);
    border: 1px solid #e8e8e8;
    transition:all ease-in-out .3s;
}
.incubates .item .incubate a:hover .incubate-box {
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 6px 0px #383838;
}
.incubates .item{
    margin-left: -6px;
    margin-right: -6px;

}
.incubates .item .incubate .incubate-box img{
    width:100%;
    object-fit:  scale-down;
    -o-object-fit:  scale-down;
    margin:0 auto;
    vertical-align: middle;
}
section.mission .video-box{
    position: absolute;
    right: -15px;
}
section.mission .video-box iframe{
    height:400px ;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}
@media only screen and (max-width: 991px) {
    section.mission .video-box{
    position: relative;
    right: 0px;
}
section.mission .video-box iframe{
    height:100%;
}

}

/* Investors */

section.investors {
background: #f1f1f1;
padding:20px 0 35px;
}
section.investors h2 {
    color: #222;
    font-weight: 300;
    font-size: 33px;
    padding-bottom: 15px;
    margin:0;
}
section.investors .investor .investor-box{
    border: 1px solid #ccc;
    width:100%;
    height: 110px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    background: rgba(255, 255, 255);
    border: 1px solid #e8e8e8;
    transition:all ease-in-out .3s;
}
section.investors .investor .investor-box img{
    width:100%;
    object-fit:  scale-down;
    -o-object-fit:  scale-down;
    margin:0 auto;
    vertical-align: middle;
}
section.investors .investor a:hover .investor-box {
    border: 1px solid transparent;
}

/* Loader */
/*.loader-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#900505;
  z-index: 99999;

}
.loader {
  color:#fff;
  font-size: 14px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position:absolute;
  left: 50%;
  top: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}*/
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Loader 2 */

/*.cssload-thecube {
    top: 50%;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255);
    animation: cssload-fold-thecube 2.04s infinite linear both;
        -o-animation: cssload-fold-thecube 2.04s infinite linear both;
        -ms-animation: cssload-fold-thecube 2.04s infinite linear both;
        -webkit-animation: cssload-fold-thecube 2.04s infinite linear both;
        -moz-animation: cssload-fold-thecube 2.04s infinite linear both;
    transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.255s;
        -o-animation-delay: 0.255s;
        -ms-animation-delay: 0.255s;
        -webkit-animation-delay: 0.255s;
        -moz-animation-delay: 0.255s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.51s;
        -o-animation-delay: 0.51s;
        -ms-animation-delay: 0.51s;
        -webkit-animation-delay: 0.51s;
        -moz-animation-delay: 0.51s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 0.765s;
        -o-animation-delay: 0.765s;
        -ms-animation-delay: 0.765s;
        -webkit-animation-delay: 0.765s;
        -moz-animation-delay: 0.765s;
}

*/

@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(126px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        transform: perspective(126px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        transform: perspective(126px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(126px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -o-transform: perspective(126px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -o-transform: perspective(126px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(126px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -ms-transform: perspective(126px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -ms-transform: perspective(126px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(126px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -webkit-transform: perspective(126px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -webkit-transform: perspective(126px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(126px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -moz-transform: perspective(126px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -moz-transform: perspective(126px) rotateY(180deg);
        opacity: 0;
    }
}

/* End Loader */

/* Chat Box */

.chat-box h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color:#fff;
}

.chat-box button {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}
.chat-box button.chatbox-open {
  position: fixed;
  bottom: 66px;
  right: 0;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #900505;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 2px 3px 6px 0 rgba(46, 61, 73, .2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
  transition:all ease-in-out .2s;
  z-index:100;
}
.chat-box button.chatbox-open:hover {
    background:#404040;
}
.chat-box button.chatbox-open .fa{
    font-size:22px
}
.chat-box textarea {
  box-sizing: border-box;
    width: 100%;
    margin: 0;
    height: calc(16px + 16px / 2);
    padding: 0 calc(16px / 2);
    font-family: inherit;
    font-size: 16px;
    line-height: calc(16px + 16px / 2);
    color: #888;
    background-color: none;
    border: 0;
    outline: 0 !important;
    resize: none;
    overflow: hidden;
    margin-left: 20px;
}
.chat-box textarea::-webkit-input-placeholder {
  color: #888;
}
.chat-box textarea:-ms-input-placeholder {
  color: #888;
}
.chat-box textarea::-ms-input-placeholder {
  color: #888;
}
.chat-box textarea::placeholder {
  color: #888;
}

.chat-box .chatbox-panel {
  display: flex;
  position: fixed;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  right: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
  z-index: 99999;
  height: 450px;
}
.chat-box .chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 10px 5px;
  color: #fff;
  background-color: #900505;
  align-items: center;
  flex: 0 0 auto;
  position:relative;
}
.chat-box .chatbox-panel .chatbox-panel__header .profile{
    width:61px;
    height:61px;
    padding:0px;
    border:2px solid #fff;
    border-radius:50%;
    background:#fff;
}
.chat-box .chatbox-panel .chatbox-panel__header .profile i{
    font-size: 40px;
    color: #900505;
    padding: 8px 14px;
}
.chat-box .chatbox-panel .chatbox-panel__header .profile-name{
    padding:0 15px;
}
.chat-box .chatbox-panel .chatbox-panel__header .close-btn{
    position:absolute;
    right:15px;
}
.chat-box .chatbox-panel .chatbox-panel__header .close-btn i{
    font-size:20px;
}

.chat-box .chatbox-panel .chatbox-panel__main {
    box-sizing: border-box;
    width: 100%;
    padding: calc(2 * 8px) 16px;
    line-height: calc(8px + 8px / 2);
    color: #888;
    flex: 1 1 auto;
    background: url(../images/chat-bg.png);
    background-repeat: repeat;
    background-size: auto;
    height: 400px;
    overflow: auto;
}
.chat-box .chatbox-panel .chatbox-panel__main p{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #404040;
}

.chat-box .chatbox-panel .chatbox-panel__footer {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 25px 15px 20px;
    border-top: 1px solid #ddd;
    align-items: center;
    flex: 0 0 auto;
    position:relative;
}
.chat-box .chatbox-panel .chatbox-panel__footer .upload-file{
    padding: 6px 4px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 20px;
}
.chat-box .chatbox-panel .chatbox-panel__footer .message{
    min-width: 300px;
}
.chat-box .chatbox-panel .chatbox-panel__footer .send-button{
    position: absolute;
    right: 12px;
}
.chat-box .chatbox-panel .chatbox-panel__footer .send-button button{
    padding: 10px;
    background: #900505;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    transition:all ease-in-out .2s;
}
.chat-box .chatbox-panel .chatbox-panel__footer .send-button button:hover{
    background: #404040;
}




.chat-box .chatbox-panel .chatbox-panel__main .chat-history ul li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history ul li:last-child {
    border-bottom:none;
    margin-bottom: 10px;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message-data {
  margin-bottom: 15px;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message-data .message-data-name{
    color:#000;
    font-weight:600;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message-data .me {
    color:#00976d;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message-data .online{
    color:#404040;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .loading{
    margin-top: 20px;
    text-align: center;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message {
    color: white;
    padding: 8px 10px;
    line-height: 19px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 75%;
    position: relative;
    text-align: right;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #404040;
  border-width: 10px;
  margin-left: -10px;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .my-message {
  background: #404040;
  text-align: left;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .other-message {
  background:#00976d;
}
.chat-box .chatbox-panel .chatbox-panel__main .chat-history .other-message:after {
  border-bottom-color: #00976d;
  left: 93%;
}
.login-register-bg{
    background:url(../images/background.jpg);
    background-size:cover;
    background-attachment:fixed;
}
.login-register-bg .header-nav-wrapper {
    background: transparent;
}
.login-register-bg .header-nav-wrapper .right-buttons a {
    font-weight: 500;
    font-size: 15px;
    color:#111;
}
section.login-registration{
    padding: 15px 50px 50px;
}
.login-register-box{
    margin:0 auto;
    padding: 10px;
    box-shadow: 9px 5px 20px #b2b2b2;
    background: #fff;
}
.login-register-box .login-left{
    background:#fff;
    width: 65%;
    padding: 50px 50px;
    height: 900px;
    float:left;
}
.login-register-box .login-left.full-width{
    background:#fff;
    width: 100%;
     padding: 100px 150px;
    float:none;
    height: auto;
}
.login-register-box .login-left .btn{
    padding: 15px;
    transition:all ease-in-out .3s;
}
.login-register-box .login-left h2{
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform:uppercase;
    margin-bottom:30px;
}
.login-register-box .login-left h2 small{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #797979;
    text-transform:none;
}
.login-register-box .login-right{
    background:#ac0b0b;
    padding: 50px 50px;
    height: 900px;
    float: left;
    width: 35%;
}
.login-register-box .login-right h2 {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 15px;
    margin: 0;
}
.login-register-box .login-right p{
    color:#fff;
    font-size: 15px;
    font-weight: 300;
}
.verify-otp .modal-sm {
    top: 70px;
}
.verify-otp .model-data {
    max-height: 438px;
    overflow: auto;
    min-height: auto;
}
.login-register-box input[type='file'] {
    padding: 6px 12px;
    font-size: 12px;
}
label span.red-text{
    color:#F00;
}




/* Page Header*/

.page-header{
    padding:0;
    margin: 0;
    height: 400px !important;
}
.news-detail .page-header{
    padding: 10px 120px;
    margin: 0;
}
.page-header h2{
    margin: 0px;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
}
.page-header ol.breadcrumb {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px 0;
  text-align: right;
}
.page-header ol.breadcrumb li a {
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-header ol.breadcrumb li a:hover {
      color: #ac0b0b;
}
.page-header ol.breadcrumb li.active {
      color: #ac0b0b;
}
.page-header .breadcrumb > li + li::before {
  content: "- ";
}

section.news.news-detail .page-header h2{
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    text-align:center;
}
.page-header span{
    color: #900505;
}
.page-header .container {
    padding-top: 150px;
    padding-bottom: 20px;
}

section.news.news-detail .page-header .container{
    min-height: auto;
    padding: 7% 20% 35px;
}
.page-header .header-scrolldown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
    z-index: 100;
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
}
.page-header .header-scrolldown i{
    font-size:30px;
    color:#fff;
}
.page-header .header-scrolldown:hover {
    transform: translateY(3px);
    opacity: .8 !important;
}

.page-header .info{
    display:block;
    margin:15px auto;
    text-align:center;
    width:100%;
    color:#fff;
}
.page-header .info a.date{
    color: #ffffff;
    background: #900505;
    padding: 5px 10px;
}
.page-header .info a.by{
    color: #900505;
    background: #fff;
    padding: 5px 10px;
}
.page-header.forall .container{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
/* End Page Header */

/* news-event Page */

section.news{
    background:#fff;
}
section.news .portfolio-filter{
    margin-top:20px;
    text-align:left;
}
section form.search-form{
    margin-top:20px;
}
section form.search-form .input-group-btn .btn{
    font-size: 14px;
    padding: 3.5px 10px;
    border-radius:0;
}
section.news .search{
    height:29px;
    border-left:none;
    border-right:none;
    border-top:none;
    width: 97%;
    padding: 4px;
    background: transparent;
}
section.news .search:focus{
    box-shadow:none;
}
.portfolio-filter {
    margin-bottom: 10px;
}
.portfolio-filter a{
    font-size: 14px;
    cursor:pointer;
    margin-bottom: 10px;
    background-color: #6a6a6a;
    color: #fff;
}
section.news .gallery-item .news-container{
 padding: 0px 16px 20px;
}
section.news .gallery-item .news-container .news-image-box{
    position:relative;
    height:140px;
    overflow:hidden;
}
section.news .gallery-item .news-container .news-image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease-in-out;
}
section.news .gallery-item .news-container .news-image-box .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: opacity 1.2s ease-in-out;
    transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.news .gallery-item .news-container .news-image-box .overlay .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0;
    font-size:18px;
    color:#fff;
    transition: opacity 0.3s ease-in-out;
}
section.news .gallery-item .news-container .news-image-box .overlay .title h3{
    color:#fff;
    font-size:20px;
}
section.news .gallery-item .news-container .news-image-box:hover .overlay{
    background: rgba(0,0,0,.5);
    opacity:1;

}
section.news .gallery-item .news-container .news-image-box:hover .overlay .title{
    opacity:1;
}
section.news .gallery-item .news-container .news-image-box:hover img{
    transform: scale(1, 1);
}
section.news .gallery-item .news-container .news-description{
    height: 190px;
    overflow:hidden;
}
section.news .gallery-item .news-container .news-description h5 a{
    font-weight: 300;
    color: #900505;
    font-size: 18px;
}
section.news .gallery-item .news-container .news-description p{
    color: #333;
    font-size: 14px;
    height: 60px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section.news .gallery-item .news-container .news-description p{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
section.news .gallery-item .news-container .news-item{
    padding: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #ededed;
}
section.news .gallery-item .news-container .news-footer{
    height:28px;
    overflow:hidden;
}
section.news .gallery-item .news-container .news-footer a{
    font-weight: 500;
    font-size: 12px;
    color:#333;
    pointer-events: none;
}
section.news .gallery-item .news-container .news-footer a span{
    color: #900505;
}
#news-details{
    padding:70px 0;
    width: 50%;
}
#news-details p{
    text-align:justify;
}
#news-details p.text-center{
    text-align: center;
}

#news-details .social-links, section.event-detail .social-links{
    font-size: 19px;
  text-align: center;
}
#news-details .social-links a, section.event-detail .social-links a{
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #111;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
#news-details .social-links a i,
#news-details .social-links a span,
section.event-detail .social-links a i,
section.event-detail .social-links a span{
    position: relative;
    top: 2px;
    left: 1px;
    color: #646464;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
#news-details .social-links a:before, section.event-detail .social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 1px;
    border: 1px solid #900505;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}
#news-details .social-links a:hover i, section.event-detail .social-links a:hover i{
    color: #fff;
}
#news-details .social-links a:hover:before, section.event-detail .social-links a:hover:before{
    background: #900505;

}





/* Section Forms */
section.forms > .container, section.forms > .container-fluid, section.inner-pages > .container, section.inner-pages > .container-fluid{
    padding-top:10px;
    padding-bottom:10px;
}
section.forms .bg-colored, section.inner-pages .bg-colored{
    background-color: #c2c2c2 !important;
    background:url(../images/header.jpg);
    background-attachment:;
    background-repeat:no-repeat;
    background-size:cover;
}
section.forms .bg-colored .section-title-box span,  section.inner-pages .bg-colored .section-title-box span {
    border-color: #ac0b0b;
    color: #fff;
}
section.forms .bg-colored .section-title span.line,  section.inner-pages .bg-colored .section-title span.line{
    background-color: #ac0b0b;
}
section.forms .table{
    margin-top:20px;
}
section.forms .table>thead:first-child>tr:first-child>td, .modal .table>thead:first-child>tr:first-child>td {
    background: #ac0b0b;
    color: #fff;
    border: 1px solid #700000;
    padding: 12px 15px;
    font-size: 14px;
    text-align:center;
    font-weight:600;
}
section.forms .table-bordered>tbody>tr>td, .modal .table-bordered>tbody>tr>td{
    vertical-align:middle;
    text-align:center;
    font-size: 12px;
    border: 1px solid #8d8d8d;
    padding: 5px 10px;
}
section.forms .table-bordered>tbody>tr>td:first-child, section.forms .table-bordered>thead>tr>td:first-child{
    min-width: 35px;
    max-width: 35px;
    font-weight:600;
}
section.forms .table-bordered>thead>tr>td.individual{
    max-width: 288px;
    min-width: 288px;
    width: 288px;
}
section.forms .table-bordered>tbody>tr.red>td{
    background: #fac9c9;
}
section.forms .table-bordered>tbody>tr.yellow>td{
    background: #fff4c9;
}
section.forms .table-bordered>tbody>tr.blue>td{
    background: #c9f3ff;
}
section.forms .table-bordered>tbody>tr.green>td{
    background: #bef4d8;
}
section.forms .table-bordered>tbody>tr>td .status-box{
    background: #fcfcfc;
    border: 1px solid #959595;
    padding: 5px 6px;
    min-width: 214px;
    color: #000000;
    border-radius: 17px;
    display: inline-block;
    margin: 0 auto;
    font-size: 11px;
    line-height: 14px;
}
section.forms .table-bordered>tbody>tr>td .status-btn{
    min-width:120px;
}
section.forms .table-bordered>tbody>tr>td .btn-default {
    color: #fff;
    background-color: #3e61c4;
    border-color: #3e61c4;
}
section.forms .table-bordered>tbody>tr>td .btn-default:hover,section.forms .table-bordered>tbody>tr>td .btn-default.active.focus, section.forms .table-bordered>tbody>tr>td .btn-default.active:focus, section.forms .table-bordered>tbody>tr>td .btn-default.active:hover, section.forms .table-bordered>tbody>tr>td .btn-default:active.focus, section.forms .table-bordered>tbody>tr>td .btn-default:active:focus, section.forms .table-bordered>tbody>tr>td .btn-default:active:hover{
    background-color: #10349b;
    border-color: #031f6e;

}
section.forms a.created-on{
    color: #700000;
    font-weight: 600;
    font-size: 12px;
}
section.forms a.created-on:hover{
    color: #222;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: none;
    padding: 8px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #202020;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-right: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ac0b0b;
    border-color: #700000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #5b5b5b;
    border-color: #363636;
}


.form-box{
    border:1px solid #ccc;
    padding: 15px 15px;
    margin:10px 0;
}
.form-box h4{
    margin: 0;
    color: #ac0b0b;
    font-weight: 500;
}
.form-box .boxinfo{
    display:block;
    width:100%;
    padding:6px 2px;
    font-size:14px;
}
.form-box .boxinfo span{
    font-weight: 700;
    display: block;
    color: #747474;
}
.form-box .panel-default>.panel-heading {
    color: #fff;
    background-color: #64080d;
    border-color: #64080d;
}
.form-box .panel-group .panel-heading+.panel-collapse>.list-group, .form-box .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #64080d;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
}
.form-box .panel .table{
    margin:0;
}
.form-box .panel .table a.level-name{
    color: #700000;
    font-weight: 600;
    font-size: 12px;
}

.form-box .panel .table a.level-name:hover{
    color: #222;
}
.form-box .panel .table>thead:first-child>tr:first-child>td{
    padding:10px 15px;
}
.form-box .panel .table>tbody>tr>td:last-child{
    min-width:220px;
    max-width:220px;
    text-align:left;
}
.form-box .panel-group {
    margin-bottom: 0px;
}

.form-box .panel .table-bordered>tbody>tr>td .marks-box, .form-box table.question-table>tbody>tr>td .marks-box, table.question-table>tbody>tr>td .marks-box {
    background: #fcfcfc;
    border: 1px solid #959595;
    padding: 3px 6px;
    min-width: 54px;
    color: #000000;
    border-radius: 17px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 14px;
    display:inline-block;
    text-align:center
}
.form-box h4.panel-title {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.form-box .panel-group a.icon-button{
    float: right;
    padding: 2px 3px;
    background: #fff;
    width: 21px;
    height: 21px;
    color: #64080d;
    border-radius: 50%;
    line-height: 18px;
    position: relative;
    text-align: center;
    font-size: 11px;
}
.form-box table.question-table>tbody>tr>td:first-child, .form-box table.question-table>thead>tr>td:first-child{
    min-width: 68px;
    max-width: 68px;
    font-weight: 600;
    width: 68px;
}
.form-box table.question-table>thead>tr>td.comments, .form-box table.question-table>thead>tr>td.input-id{
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    text-align:left;
}
.form-box table.question-table>thead>tr>td.question-table, .form-box table.question-table>tbody>tr>td.question-table{
    max-width: 400px;
    min-width: 400px;
    width: 400px;
    text-align:left !important;
}
.modal table.question-table>thead>tr>td.question-table, .modal table.question-table>tbody>tr>td.question-table{
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    text-align:left !important;
}
.modal table.question-table>thead>tr>td.comments{
    max-width: 250px;
    min-width: 250px;
    width: 250px;
    text-align:left;
}
.modal table.question-table>thead>tr>td.marks{
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    text-align:left;
}
 .modal table.question-table>thead>tr>td:first-child{
    min-width: 63px;
    max-width: 63px;
    width: 63px;
    font-weight:600;
}
.table>thead>tr>td a.level-name{
    cursor:pointer !important;
}
.form-box table.question-table>tbody>tr>td .form-control {
    border-radius: 2px;
    box-shadow: none;
    height: 22px;
    font-size: 14px;
    line-height: 12px;
    padding: 5px 6px;
}


@media only screen and (max-width: 990px) {
    .portfolio-filter {
        margin-bottom: 5px;
    }
    section form.search-form {
        margin-top: 10px;
    }
    section.news.news-detail .page-header h2 {
        font-size: 25px;
    }
    .gallery-isotope {
        margin-top: 20px;
    }
    #news-details{
        width: 85%;
    }
    .page-header ol.breadcrumb {
      text-align: left;
    }
}
/* End news-event Page */

/* Notifications */

.notification {
    display: inline-block;
    position: relative;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before,
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::after {
    font-size: 9px;
    font-weight: 700;
    position: absolute;
    top: -3px;
    right: -9px;
    text-align: center;
    padding: 1px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border-radius: 50%;
    background: #900505;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    transform: scale(0.5);
    color: #fff;
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.notification.notify:hover::before{
    animation: ring 1.5s ease-in-out;
}


.notification.show-count::after {
    transform: scale(1);
    opacity: 1;
}


@keyframes ring {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* -----------------------------------------
   Timeline
----------------------------------------- */

.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 10px 15px 45px 15px;
  width: 250px;
  height: 166px;
  overflow: auto;
}
.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 12px;
  bottom: 25px;
}
.timeline li {
  position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
}
.timeline li:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #e3e3e3;
    top: 0;
    z-index: 11;
    left: 0px;

}
.timeline li p{
    font-size: 12px;
    line-height: 16px;
}
.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 11px;
}
.timeline li .num-icon {
    position: absolute;
    left: 10px;
    top: 5px;
    font-weight: 700;
    font-size: 9px;
    z-index: 12;
}
.timeline-load-more-btn {
    display: block;
    text-align: center;
    background: #454545;
    padding: 6px 15px;
    color: #fff !important;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.timeline::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 15px;
    background-color: #f1f1f1;
}

.timeline::-webkit-scrollbar
{
    width: 3px;
    background-color: #f1f1f1;
}

.timeline::-webkit-scrollbar-thumb
{
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #a3a3a3;
}


.inner-notification .timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}
.inner-notification .timeline li p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.inner-notification .timeline li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.inner-notification .timeline li:hover {
    background: #fff5f5;
    border-color:#fff5f5;
}
.inner-notification .timeline li:last-child{
    border-bottom:none;
}
.inner-notification .timeline:after {
    content: "";
    height: auto;
    width: 1px;
    background: transparent;
    position: absolute;
    top: 5px;
    left: 12px;
    bottom: 25px;
}
.inner-notification .timeline li:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #900505;
    border: 1px solid #900505;
    top: 8px;
    z-index: 11;
    left: 8px;
}
.inner-notification .timeline li .num-icon {
    position: absolute;
    left: 21px;
    top: 17px;
    font-weight: 700;
    font-size: 14px;
    z-index: 12;
    color: #fff;
}
/* -----------------------------------------
   Dropdown
----------------------------------------- */
.notification-drop.dropdown-menu{
    padding:0 0 0 0;
}
.notification-drop a.dropdown-menu-header {
    background: #900505;
    font-weight: bold;
    border-bottom: 1px solid #900505;
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
}
.notification-drop.dropdown-menu > li a {
    padding: 10px 20px;
}

/* Incubate Profile */
section.incubate-profile h2.profile-name{
    margin-bottom:5px;
    font-size:25px;

}
section.incubate-profile h4.designation{
    margin-bottom:15px;
        margin-top: 0;

}
section.incubate-profile .nav-tabs > li.active a, section.incubate-profile .nav-tabs > li.active a:hover, section.incubate-profile .nav-tabs > li.active a:focus {
    color: #ffffff;
    background-color: #ac0b0b;
    border: 1px solid #ac0b0b;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
    margin-right: 5px;
}
section.incubate-profile .nav-tabs>li>a:hover {
    border-color: #ac0b0b #ac0b0b #ac0b0b;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
section.incubate-profile .nav-tabs > li > a i {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}
section.incubate-profile .tab-content {
    padding: 15px;
    border: 1px solid #ac0b0b;
}
section.incubate-profile .tab-content h4{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-top: 0;
    color: #900505;
}
.incubate-profile-img{
    position: relative;
    margin-top: -111px !important;
    max-width: 170px;
    border-radius: 50%;
    padding: 4px;
    background: #fff;
    width: 162px;
    height: 162px;
}

@media (max-width: 768px){
    .incubate-profile-img {
        float: right;
    }
}

.header-top .profile-box-img{
    width: 20px;
    height: 20px;
    position: relative;
    background: #808080;
    padding: 1px;
    margin-top: -3px;
    border-radius: 50%;
}

.header-top .button-link.profile{
    padding: 4px 8px !important;;
    margin: 0 5px  !important;
    background: #fff  !important;
    position: relative;
    color: #000 !important;
    border-radius: 0px;
    font-size: 12px;
    transition: all ease-in-out .3s;
    cursor:pointer;
}

.header-top .profile-dropdown{
    margin-right: 5px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 1px 5px #b6b6b6;
    border-top: transparent;
    position: absolute;
    top: 107%;
    right: 0;
    min-width: 174px;
    transition: all ease-in-out .3s;
    z-index: 200;
    display: none;
}
.header-top .profile-dropdown li a{
    display: block;
    max-width: 100%;
    font-size: 12px;
    padding: 3px 7px;
    border-bottom: 1px solid #dbdbdb;
    color: #242424;
    transition: all ease-in-out .3s;
}
.header-top .profile-dropdown li a i{
    background:none !important;
    width: auto;
    height: auto;
    padding: 0 5px;
    font-size: 11px;
}
.header-top .profile-dropdown li a:hover{
    color: #fff;
    background: #900505;
    border-bottom: 1px solid #900505;
}
.header-top .profile-dropdown li a:hover i{
    color:#fff !important;
}
.header-top .profile-dropdown li:last-child a{
    border-bottom: none;
}
.header-top li.dropdown{
    position:relative;
}
.header-top li.dropdown:hover .profile-dropdown{
    display:block !important
}

.header-top li.dropdown:hover .button-link.profile, .header-top .button-link.profile:focus{
    background:#900505 !important;
    color: #fff!important;
}

/* Discussion Forum */
.comments-container{
    max-height:400px;
    overflow:auto;
    margin-top:20px;
}
.comments-container::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 15px;
    background-color: #f1f1f1;
}

.comments-container::-webkit-scrollbar
{
    width: 3px;
    background-color: #f1f1f1;
}

.comments-container::-webkit-scrollbar-thumb
{
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #a3a3a3;
}
.discussion-box{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    display: block;
}
.discussion-box:last-child{
    border-bottom: none;
}
.discussion-box .discussion-profile{
    width:93px;
    height:93px;
    padding :3px;
    border:3px solid #eee;
    float:left;
}
.discussion-box.comments .discussion-profile {
    width: 77px;
    height: 77px;
    padding: 2px;
    border: 2px solid #ddd;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.discussion-box .discussion-profile img{
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    -o-object-fit: cover;
}
.discussion-box.comments .discussion-profile img{
    border-radius:50%;
}
.discussion-box .discussion-data{
    margin-left:128px;
}
.discussion-box .discussion-data h4{
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 16px;
    color: #0b0b0b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.discussion-box .discussion-data h4 a{
    color: #ac0b0b;
}
.discussion-box .discussion-data p{
    font-size:14px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.discussion-box .discussion-data p.added_by{
    font-size: 12px;
    color: #6d6d6d;
}
.discussion-box .discussion-data p.added_by span {
    margin-right:5px;
}
.discussion-box .discussion-data p.added_by span i{
    color:#ac0b0b;
}
.comment-box{
    border: 1px solid #a9a9a9;
    margin: 20px 0;
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
}
.comment-box h3{
    font-size:22px;
    line-height:25px;
}
.replies-heading{
    background: #222;
    padding: 15px;
}
.replies-heading h4{
    color:#fff;
}
.replies-heading .nav-link{
    color:#fff;
    padding:5px 10px;
    transition:all ease-in-out .3s;
}
.replies-heading .nav-link:hover{
    color:#ac0b0b;
}
@media (max-width: 768px){
    .replies-heading .nav-item{
        float:left;
    }
    .replies-heading nav{
        float:none !important;
    }
}
.discussion-box.comments .discussion-data p{
    display: block;
    margin-bottom: 6px;
    margin-top: 4px;
}
.discussion-panel .panel{
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us .first-box, .contact-us .second-box, .contact-us .third-box, .contact-us .fourth-box{
    padding:10px;
    background:#900505;
    color: #fff;
    margin:15px 0;
}
.contact-us .first-box h3, .contact-us .second-box h3, .contact-us .third-box h3, .contact-us .fourth-box h3, .contact-us .first-box .glyphicon, .contact-us .second-box .glyphicon, .contact-us .third-box .glyphicon, .contact-us .fourth-box .glyphicon{
    color: #fff;
}

.contact-us .contact-box{
    padding:15px;
    border:1px solid #eee;
}






.investor table thead th:first-child{
    width:220px;
}
.investor table thead th:last-child, .investor table tbody td:last-child{
    text-align:center;
    width:300px;
}
.investor table thead th.idea, .investor table tbody td.idea{
    width:400px;
}
.investor table tbody td.idea p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 19px;
}
.investor table thead{
    background: #900505;
    color: #fff;
    border-bottom: hidden;
}
.investor table thead th{
    padding:15px 10px
}
.investor table tbody td{
    padding:10px 10px;
    padding: 10px 10px;
    font-size: 14px;
}
.investor table tr.inc-data td{
    padding:0;
}

.investor table tbody td .linked-incubate{
    padding: 20px;
    background: #efefef;
}
.investor table tbody td .linked-incubate table tbody td{
    padding:10px 10px;
    vertical-align:middle;
    text-align: left;
    border: 1px solid #900505;
}
.investor table tbody td .linked-incubate table tbody td:first-child{
        width: 54px;
    background: #f1b0b0;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.investor table tbody td .linked-incubate table tbody td .progress{
    margin:0;
    background-color: #f1b0b0;
}
.investor table tbody td .linked-incubate table tbody td .intrested-flag{
        padding: 2px 20px;
    background: #b8e9b8;
    border-radius: 10px;
    font-size: 12px;
    color: #013d01;
    margin-left: 10px;
}
.investor table tbody td .linked-incubate table tbody td .invite{
    padding: 2px 20px;
    background: #5cb85c;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}
/* Start New Pop transition  */
#popup-form.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
#popup-form .modal-header {
    padding: 15px;
    background: #900505;
}
#popup-form .modal-header h4{
    color:#fff;
}
#popup-form input[type=file] {
    display: block;
    font-size: 12px;
}
#popup-form .input-group-btn .upload-btn{
    font-size: 12px;
    padding: 7px 22px;
}
/* End New Pop transition  */

.input-group-btn .btn{
    font-size: 12px;
    padding: 7px 22px;
}
section.forms.app-status .table>thead:first-child>tr:first-child>td, section.forms .table-bordered>tbody>tr>td{
    text-align:left;
}
section.forms.app-status .form-box table.question-table>tbody>tr>td:first-child, section.forms.app-status .form-box table.question-table>tbody>tr>td:last-child, section.forms.app-status .form-box table.question-table>thead>tr>td:last-child{
    text-align:center;
}
table.common-table thead th, table.common-table thead td, table.common-table td{
    min-width:220px;
    vertical-align:top !important;
}
table.common-table thead td.slno, table.common-table tbody td.slno{
    width:70px;
    text-align:center !important;
}
table.common-table thead td.description, table.common-table tbody td.description{
    min-width:300px;
    text-align:left !important;
}
section.forms.app-status h3{
    margin: 0;
    font-weight: 400;
    color: #ac0b0b;
}
@media screen and (max-width: 767px){
    section.forms.app-status .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    table.common-table {
        margin-top:0 !important;
    }
}

/* Dashboard */

section.dashboard{
   background-color: #f4f3ef;
}

section.dashboard .card {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    transition: box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
}
section.dashboard .card.card-stats .card-body {
    padding: 15px 15px 0;
}
section.dashboard .card .card-header{
    padding: 15px 15px 0;
    border: 0;
}
section.dashboard .card .card-footer{
    padding: 0 15px 15px;
    border: 0;
}
section.dashboard .card .card-body {
    padding: 15px 15px 10px;
}
section.dashboard .card .card-header .card-title {
    font-size: 24px;
    font-weight: 400;
    margin:0;
}
section.dashboard .card-stats .icon-big {
    font-size: 4em;
    min-height: 64px;
    line-height: 59px;
    display: inline-block;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.dashboard .card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em;
}
section.dashboard .card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1.4em;
}
section.dashboard .card-stats .card-body .numbers p {
    margin-bottom: 0;
}
section.dashboard .card-stats .card-footer hr {
    margin-top: 10px;
    margin-bottom: 15px;
}
section.dashboard .card-stats .card-footer {
    padding: 0 15px 15px;
}
section.dashboard .card-stats .card-footer .stats {
    color: #9a9a9a;
}
section.dashboard .card-stats .text-warning{
    color: #faab59;
}
/* End Dashboard */

table.common-table td.alternate{
    min-width: 55px;
    text-align: center !important;
    font-weight:700;
}
table.common-table h5{
    font-size:14px;
}
table.common-table td.input-date .input-group-addon {
    padding: 2px 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #767676;
    border: 1px solid #767676;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
table.common-table td .form-control {
    border-radius: 2px;
    height: 28px;
    font-size: 12px;
}
table.common-table .bg-custom-red{
    background-color: #6a050b;
    color: #fff;
}
table.common-table .bg-custom-red h5{
    color:#fff;
}
table.common-table .bg-custom-red td{
    border-color: #6a050b !important;
}
table.common-table td.task-name, table.common-table th.task-name{
    min-width: 450px;
}

table.common-table tbody td.slno{
    vertical-align:middle !important;
}
section.forms.design2 .table-bordered>tbody>tr>td{
    font-size: 14px;
}

.steps{
    min-height:90px;
    padding:30px 0 0 0;
    font-family:'Open Sans', sans-serif;
    position:relative
}
.steps .steps-container{
    background:#DDD;
    height:10px;
    width:100%;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    margin:0;
    list-style:none
}
.steps .steps-container li{
    text-align:center;
    list-style:none;
    float:left
}
.steps .steps-container li .step{
    padding:0 50px
}
.steps .steps-container li .step .step-image{
    margin:-14px 0 0 0
}
.steps .steps-container li .step .step-image span{
    background-color:#DDD;
    display:block;
    width:37px;
    height:37px;
    margin: 5px auto;
    border-radius:37px   ;
    -moz-border-radius:37px   ;
    -webkit-border-radius:37px   ;
    -ms-border-radius:37px;
    position:relative;
    line-height: 36px;
}
.steps .steps-container li .step .step-current{
    font-size:11px;
    color:#999;
    margin:8px 0 0 0
}
.steps .steps-container li .step .step-description{
    font-size:14px;
    color:#111
}
.steps .steps-container li.activated .step .step-image span{
    background-color:#5DC177
}
.steps .steps-container li.activated .step .step-image span:after{
    display: block;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 100;
    font-size: 16px;
    line-height: 29px;
    width: 31px;
    height: 31px;
    background: #38804b;
    border-radius: 50%;
}
.steps .step-bar{
    background-color:#5DC177;
    height:10px;
    position:absolute;
    top: 35px;
    border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;-ms-border-radius:10px 0 0 10px;
    transition: all .3s ease-in-out;
}
.steps .step-bar.last{
    border-radius:10px   ;
    -moz-border-radius:10px   ;
    -webkit-border-radius:10px   ;
    -ms-border-radius:10px;
}
/*# sourceMappingURL=step-progress.min.css.map */

/* UI Datepicker */

.ui-datepicker .ui-widget-header {
    background: #ac0b0b ;
    border: 1px solid #ac0b0b;
    font-weight: normal;
    border-radius: 0;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker{
    z-index:1000 !important;
    border-radius: 5px!important;
    padding: 0 !important;
    border: 1px solid #ac0b0b !important;
    color: #ac0b0b !important;
}

.ui-datepicker table {
    margin: 0 !important;
}
.ui-datepicker th {
    padding: .4em .3em !important;
    text-align: center !important;
    font-weight: 400 !important;
    background: #ffe4e4 !important
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e9e9e9 !important;
    background: #ffffff !important;
    font-weight: normal !important;
    color: #656565 !important;
    text-align: center !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #fff !important;
    background: #ac0b0b !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 4px !important;
}
ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #383838 !important;;
    color: #fff !important;
}
.ui-widget-header .ui-icon {
    background-image:none !important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none !important;
}
.ui-datepicker .ui-datepicker-next:before {
     font-family: FontAwesome;
    content:"\f061";
    color: #fff;
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev:before {
    font-family: FontAwesome;
    content:"\f060";
    color: #fff;
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 14px;
}
.ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #212121;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px!important;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px!important;
    background: rgba(0,0,0,.2) !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{
    cursor:pointer !important;
}
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:hover, .ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover{
     background: #1e90ff !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    color: #4f4f4f;
    border: 0;
    margin: 0 2px;
    padding: 2px 0px !important;
}
.menuzord-menu ul {
    z-index: 999999 !important;
}
/* End UI Datepicker */

ul.list.info li:before {
    content: "\f05a";
    font-family: fontawesome;
    font-size: 19px;
}

/* Event Date Time */

ul.meta-with-title{
    margin: 0 0 20px;
    border: none;
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
    font-size: .923em;
    color: #777;
}
ul.meta-with-title li {
    display: inline-block;
    margin: 0 20px 5px 0;
    vertical-align: baseline;
}
ul.meta-with-title li .fa {
    margin-right: 8px;
}
ul.meta-with-title li  span.text-data {
    display: inline;
    vertical-align: baseline;
}

/* Check Marks */
/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 6px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 6px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 6px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
/*input[type=checkbox] {
  display: none;
}*/

.check-box {
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  margin: 0;
}
.check-box span{margin-left: 23px; padding: 0px 2px;}
.check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #016007;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 1px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.check-box::before {
  top: 13px;
  left: 7px;
  box-shadow: 0 0 0 2px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check-box::after {
  top: 7px;
  left: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: #016007;
}
input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
  height: 6px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
  height: 6px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

/* Events Detail */

section.event-detail{
    padding: 25px 0;
    background:#ececec !important;
}
section.event-detail ul.meta-with-title{
    color:#900505;
}
section.event-detail h3.heading-thin{
    position:relative;
    margin-bottom:15px;
}
section.event-detail a.btn-bordered{
    border-radius:0px;
    padding:10px 25px;
    background:none;
    border:2px solid #333;
    font-size:14px;
    color:#333
}
section.event-detail .right-img{
    margin-top:100px;
    margin-bottom:100px;
    border:1px solid #333;
    padding:7px;
    transition:all ease-in-out .3s;
}
section.event-detail .right-img:hover{
    background:#fff;
}
section.event-detail h3.heading-thin:after {
    background: #333;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
}
section.event-detail .buttons{
   background: #fff;
   padding: 10px;
   text-align:center;
   transition:all ease-in-out .3s;
   border:1px solid transparent;
}
section.event-detail .right-img:hover .buttons{
    border:1px solid #ccc;
    border-top-color:transparent;
}
section.event-detail .buttons a.btn{
    border:1px solid #ccc;
    min-width:100px;
    text-align:center;
    padding:10px 15px;
    width:49%;
    color:#111;
    transition:all ease-in-out .3s;
}
section.event-detail .buttons a.btn .fa{
    color: #ac0b0b;
    font-size: 18px;
    padding-right: 6px;
    transition:all ease-in-out .4s;
}
section.event-detail .buttons a.btn:hover,section.event-detail .buttons a.btn.active{
    background:#ac0b0b;
    border-color:#ac0b0b;
    color:#fff;
}
section.event-detail .buttons a.btn:hover .fa, section.event-detail .buttons a.btn.active .fa{
    color:#fff;
}
section.event-detail .buttons a.btn.disabled{
    opacity: 1;
}
section.event-detail .social-links a i, section.event-detail .social-links a span {
   color:#333
}
section.event-detail .social-links a:hover:before {
    border-color: #900505;
}
section.event-detail .social-links a:before {
    border-color:#333;
}
.row.footer-two h2.title, .row.footer-three h2.title{margin-bottom:10px; padding-bottom:0px;}


/* End Events Detail */
 #myModal .modal-body {
    position: relative;
    padding: 21px !important;
    border-top: 1px solid black;
}
.incubatee-wrapper #myModal .modal-content{
    top: 185px;
    height: 200px;
    background: gainsboro;
    border-bottom: 1px solid black;
}



.login-register-bg #header{
position: inherit !important;
}

#block-superfamilytreeblock {
  background-color: #fff;
}

.plant-super-family-tree .style-Superfamily, #block-superfamilytreeblock .style-Superfamily, #system-breadcrumb-listing .style-Superfamily {
  color: #008B8B;
}
.plant-super-family-tree .style-Family, #block-superfamilytreeblock .style-Family, #system-breadcrumb-listing .style-Family {
  color: fuchsia;
}
.plant-super-family-tree .style-Subfamily, #block-superfamilytreeblock .style-Subfamily, #system-breadcrumb-listing .style-Subfamily {
  color: blue;
}
.plant-super-family-tree .style-Genus, #block-superfamilytreeblock .style-Genus, #system-breadcrumb-listing .style-Genus {
  color: green;
}
.plant-super-family-tree .style-Species, #block-superfamilytreeblock .style-Species, #system-breadcrumb-listing .style-Species {
  color:red;
}
.plant-super-family-tree .style-Subspecies, #block-superfamilytreeblock .style-Subspecies, #system-breadcrumb-listing .style-Subspecies {
  color:red;
}
#block-plantspecieslistblock{
    border-color: #fff;
    background-color: #fff;
}
div#password-policy-status {
    display: none;
}

.sister-box {
   /*  width: 18%;
    margin: 10px 10px;
    float: left; */
    border: 1px solid #f0f5f5;
    padding: 20px 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 4%);
   
    height: 88px;
}

.partis-box {
    width: 25%;
    padding: 15px;
    float: left;
    /* height: 170px; */
}

.link-sec h2.title, .region-sis-logo h2.title{
    font-size: 20px;
    font-weight: 700;
    color: #03396c;
    margin-bottom: 25px;
    text-align: center;
}

.feature-sec .view-header,
.link-sec .view-header {
     height: 40px;
}

.block-views-blocklinks-block-5,
.link-sec, .block.block-views.block-views-blocklinks-block-3, .block-views-blocklinks-block-4{
    padding-top: 50px;
}

a.spe-a{
    color: blue !important;
}

a.btn-link:active, a.btn-link:hover, a.btn-link {
    background: #4b86b4;
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    margin: 5px;
    display: inline-block;
}

.link-box {
   /*  width: 25%;
    float: left;
    padding: 15px;
    position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.link-box img{
    border-radius: 10px;
}
.link-box a{
    position: absolute;
    z-index: 1;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumb ul#system-breadcrumb-listing li{position: relative;padding-right: 30px;}
.breadcrumb ul#system-breadcrumb-listing li .breadcrumb-divider {
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-size: 16px;
    top: 50%;
    margin-top: -12px;
}

.featur-box {
    /* width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; */
    text-align: center;
}

.involved-box h3, .featur-box h3 {
    font-size: 17px;
    text-align: center;
    color: #7a7a7a;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
}

.involved-box p, .featur-box p {
    font-size: 14px;
    color: #545454;
    text-align: center;
}

.block-views-blocklinks-block-5 h2.title, .block-views-blocklinks-block-4 h2.title {
    font-size: 20px;
    font-weight: 700;
    color: #03396c;
    margin-bottom: 30px;
    text-align: center;
}

.block h2.title {
    font-size: 20px;
    font-weight: 700;
    color: #03396c;
    margin-bottom: 30px;
}


.involved-box .involved-box-text a, .featur-box .box-text a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    background: #4b86b4;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
}

.involved-box {
    /* width: 31%;
    float: left;
    margin-right: 13px;
    margin-left: 13px; */
    text-align: center;
    border: 1px solid #e8e8e8;
}

.involved-box-text {
    padding-left: 15px;
    padding-right: 15px;
}

.VideoSection {
    margin-top: 20px;
}
.row.footer-one, .row.footer-two, .row.footer-three{
    margin-left:0px!important; margin-right:0px !important;
}
.view-id-links.view-display-id-block_5 .view-content, .view-id-links.view-display-id-block_4 .view-content{
    margin-right:-15px; margin-left:-15px;
    margin-left:0px!important; margin-right:0px !important;
}
.feature-sec .view-id-links.view-display-id-block_5 .view-content .views-row, .feature-sec .view-id-links.view-display-id-block_4 .view-content .views-row{width: 33.33333333%;position: relative;min-height: 1px;
    padding-right: 15px; padding-left: 15px;float:left;}
.feature-sec .view-id-links.view-display-id-block_4 .view-content .views-row{width:25%;}
.link-sec .view-id-links.view-display-id-block_1 .view-content, .region-sis-logo .view-id-links.view-display-id-block_2 .view-content{display: -webkit-flex;display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;margin-right:-10px; margin-left:-10px;}
.link-sec .view-id-links.view-display-id-block_1 .views-row, .region-sis-logo .view-id-links.view-display-id-block_2 .views-row{padding-left: 10px;padding-right: 10px; flex-basis: 25%;-webkit-flex-basis: 25%;margin-bottom: 20px;}
.region-sis-logo .view-id-links.view-display-id-block_2 .views-row{ flex-basis: 20%;-webkit-flex-basis: 20%;}

.video-sec iframe{
    height: 500px;
}

.video-sec .remove-pencil .glyphicon{
    position: unset;
}

.region-lefttop .block-views-blockcontributor-block-1 .views-row {
    width: 50%;
    padding: 1%;
}

.view.view-links .view-header{
    height: 40px;
}

.spe-day img{
    width: 82%;
}

.spe-day .name-spe{
    padding-top: 15px;
}

.spe-day b{
    color: #323232;
    font-weight: 600;
}

.page-node-type-species-tree h1.page-title {
    text-align: left;
}
.page-node-type-species-tree .region-content{
 min-height: auto;
}
.login-register-page ul.tabs{text-align:center;}
.login-register-page .tabs > li{float:none;}
@media (max-width: 991px){
.menuzord-brand:nth-child(2){width: 140px;margin: 0px;margin-right: 10px;}
.view.view-links .view-header{display:none;} 
.path-frontpage .profiles{width:150px; height:150px;}
.flexslider .slider-caption{left: 0px !important;margin-left:0px;padding: 0px;}
.slider-caption .container{text-align:center;}
}
@media screen and (max-width: 767px){
    section.event-detail .right-img{
        margin-top:40px;
        margin-bottom:40px;
    }
	.region-footer-third-one, .region-footer-third-two{margin-bottom:20px;}
	.block h2.title, .padboxs .Sectiontitle, #block-views-block-news-block-1 .Sectiontitle, .spe-day, .spe-day p{text-align:center;}
	.VideoSection .col-md-6, .spe-day, .block-home-contribmonthyear-block{margin-bottom:30px;} 
	.containerCustom .col-md-4{margin-bottom:30px;}
	footer .block h2.title{text-align:left;}
	#block-moblieapp, .block-views-blocksister-block-1{margin-bottom:0px;}
	.padboxs, .padboxs p, .VideoSection .col-md-6{text-align:center;}
	.flexslider .slider-caption{top:15% !important;}
}


.field--name-field-hidden-lige-stage{
    display: none;
}

.field--name-field-organism legend {
    border: 0;
}

.form-item-field-organism {
    float: left;
    padding: 10px 20px;
}

.form-item-field-organism input {
    margin: 5px;
}

.field--name-field-life-stage{
    width: 100% !important;
}

.link-box:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(50 50 50 / 50%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.link-box{position:relative;}

.field--name-field-birth .form-type-select {
    width: 31.2%;
    float: left;
    margin: 0;
    margin-right: 2%;
}

.field--name-field-birth span.fieldset-legend {
    font-weight: 400;
    color: #6f7274 !important;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.field--name-field-birth legend {
    margin-bottom: 10px;
    border-bottom: none;
}

.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(../img/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}

.ser-box {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 20px 0px;
}

#word-search{
	float: right;
}

.field--name-field-image .description {
    display: none;
}
.help-suf{
    color: #d49303 !important;
    font-size: 0.74em !important;
    margin: -10px 15px 15px;
}

.date-css{
    display: flex;
}

div#block-ncb-theme-page-title{
    display: inline-flex;
}

div#block-ncb-theme-content {
    margin-top: 1rem;
}

.login-register-page.path-user div#block-ncb-theme-content {
    margin-top: 0px;
}
.login-register-page.path-user .col-md-9 h1.page-title{
    display: none;
}

#home_map_canvas {
    width: 100%;
    height: 600px;
    border-width: thin;
    border-color: #000000;
}

.f-right{
    float:right;
}

.login-register-page div#block-ncb-theme-page-title{
    display: none;
}
.pass-description{
    color: #d49303 !important;
    font-size: 0.74em !important;
    margin-top: -12px;
}
.plant-super-family-tree .style-Superfamily, #block-superfamilytreeblock .style-Superfamily, #system-breadcrumb-listing .style-Superfamily {
    color: #008B8B;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.plant-super-family-tree .tribe, #block-superfamilytreeblock .tribe, #system-breadcrumb-listing .tribe {
    color: #483D8B;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.plant-super-family-tree .order, #block-superfamilytreeblock .order, #system-breadcrumb-listing .order {
    color: #0000CC;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.plant-super-family-tree .suborder, #block-superfamilytreeblock .suborder, #system-breadcrumb-listing .suborder {
    color: #CC00CC;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.plant-super-family-tree .class, #block-superfamilytreeblock .class, #system-breadcrumb-listing .class {
    color: #660000;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.view-id-contributors_list.view-display-id-block_1 .view-filters {
    display: block;
    width: 100%;
}
