@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #777;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.42857143;
}

ul li {
	list-style: none;
}

.doctorate-content figcaption {
    background-color: #E31837;
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 15px;
    width: 40%;
}

.doctorate-content, .doctorate-content p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}



.doctorate{
	text-align:center;
	margin:50px 0;
}

.doctorate h1, .doctorate h2, .doctorate h3, .doctorate h4, .doctorate h5, .doctorate h6 {
    color: #E31837;
}


.doctorate-title{
	margin-bottom:40px;
}

.doctorate-content, .doctorate-content p{
	
	text-align:center;
	color:#fff;
	margin-bottom:0;
}


.doctorate-content figure{
	
	position:relative;
}

.doctorate-content img{
  	width:100%;
	transition: all 0.35s ease 0s;
}

.doctorate-content figcaption{
	 background-color: #E31837;
    bottom: 0;
    padding: 20px;
    position: absolute;
    right: 15px;
    width: 40%;
}

.doctorate-content img:hover {
	/*transition: all 0.35s ease 0s;
	transform: scale(1);*/
}

.doctorate-content.enter figcaption{
	background-color:red;
	
}

/************Footer-area************/

.footer-area {
	background-color: #000;
}
.footer-part {
	margin: 50px 0;
	text-align: center;
}
.footer-part .social-links {
	margin-bottom: 20px;
}
.footer-part .social-links ul li {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}
.footer-part .social-links .faicon-facebook {
	padding: 8px 11px;
}
.footer-part .social-links ul li a {
	padding: 8px;
	border: 1px solid #E31837;
	color: #fff;
	font-size: 16px;
}
.footer-part .social-links ul li a:hover {
	background-color: #E31837;
}
.footer-part .footer-contact ul li {
	padding-bootm: 5px;
}
.footer-area .copyrights {
	border-top: 1px solid #E31837;
	padding: 10px 0;
}
.footer-area .copyrights a:hover {
	color: #fff;
}
.footer-contact ul li {
    line-height: 1.425;
}

.btn-danger {
    color: #fff;
    background-color: #e63f58;
    border-color: #e31837;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c51e37;
    border-color: #e31837;
}


h1, h2, h3, h4, h5, h6, p, a, li, body{
	font-family: sans-serif !important;
} 