.articleblogmain{
    text-align: left;
}
.articleblogmain p{
    font-size: 18px !important;
    margin-bottom: 0;
}
.articleblogmain > .row:first-child{
    margin-bottom: 40px;
}
@media screen and(max-width: 767px){
    .articleblogmain > .row:first-child{
        margin-bottom: 20px;
    }
}
.articleblogmain img{
    width: 100%;
    height: 240px;
    border: 1px solid #c9c9c9;
}
.articleblogmain .head1{
    color: #3a7729;
    margin-bottom: 0;
    text-transform: uppercase;
}
.articleblogmain .head2{
    color: #0c3555;
    margin-top: 0;
    text-transform: uppercase;
}
.articleblogmain span.head2{
    font-size: 28px;
    color: #0c3555;
    margin-top: 0;
    text-transform: uppercase;
}
.articleblogmain .line{
    border-bottom: 3px solid #f5b300;
    width: 80px;
    display: inline-block;
    margin-left: 15px;
}
.articleblogmain .textdata div{
    background-color: #ffffff;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 15px;
}
.articleblogmain .textdata div i{
    margin-right: 30px;
}
.articleblogmain .textdata div p{
    color: #0c3555;
}
.articleblogmain .textdata div p:nth-child(2){
    color: #f5b300;
}
.articleblogmain .texthead{
    text-align: right;
}
.articleblogmain .readmore a{
    background-color: transparent;
    color: #3a7729;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

@media (min-width: 992px){
    .articleblogmain .frame{
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .articleblogmain .frame2{
        position: relative;
        width: 100%;
        height: 170px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .articleblogmain .frame{
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .articleblogmain .frame2{
        position: relative;
        width: 100%;
        height: 125px;
        overflow: hidden;
    }
}
.articleblogmain .frame img,
.articleblogmain .frame2 img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#project-slide .item .row:nth-child(2){
    padding: 10px 15px;
}
#project-slide .carousel-control{
    background: none;
    top: -50%;
}
#project-slide .carousel-control a span{
    color: #ffffff;
}