.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.border {
    background: #d1360e;
    height: 2px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
    padding: 0 0px;
    transition: .5s;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;  
}

.blog-height{
    height: 750px;
}

.blog-box-content h4 a {
    font-size: 20px;
    padding: 0px 0 0px;
    text-transform: uppercase;
    color:#2b2b2b;
    text-decoration:none;

}
.blog-box-content h4:hover {
    color:#000;
    text-decoration:none;

}

.blog-box-content {
    padding: 0 20px 20px;
}
.blog-box-text h4 a {
    color: #333;
}



.agileits-title h3 {
    margin-bottom: 0;
}

.grid_3 {
    margin-bottom: 0;
}

.phd-thesis-blog .blog-box-content h4{
    margin: 25px 0;
    height: 60px;
}

.blog-box-content h4{
    margin: 25px 0;
}


.blog-box-content p{
    font-size: 1.5em;
}

.text-center .col-md-6 .btn-default{
    background: #ef3540;
    color: beige;
}


/*Article*/

.blog-box-image img{
    height: 580px;
}


/*phd thesis*/
.phd{
    padding-bottom: 40px;
}

.title-phd{
    border: 2px solid gray;
    margin-bottom: 60px;
    border-radius: 20px;
}

.phd-thesis-blog{
    height: 175px;
    background: lightsteelblue;
    border-radius: 45px;
}

.btn-default {
    background: #ef3540 !important;
    color: beige !important;
}

.btn-poem{
    margin: 20px 0;
}

.btn-poem button a{
    color: white;
}

.blog-box1{
    background: #a82122;
    height: 944px;
}

.blog-box2{
    background: #a82122;
    height: 656px;
}

.blog-box .blog-box-content p{
    color: white;
}
.blog-box .blog-box-content h3{
    color: #fff700;
    text-align: end;
    padding: 25px 0;
}

.blog-box .blog-box-content h4 a{
    color: #fff700;
}

.blog-height .blog-box-content h4 a{
    color: black;
}

.phd-block .blog-box .blog-box-content h4 a{
    color: black;

}