@media(min-width:768px){
       .sss{
       float:left;
       width:20%
       }
       .ss{
       float:right;
       width:80%
       }
      
    }




@media(min-width:768px){
    .span_2_of_3 p{
    
    }
    .buton-1{
        float:right;
        margin-right: 25px;
    }
    .img-33{
        width: 100%;
        padding: 0 0 15px 7%;
    }
}

@media(min-width:768px){
        .span_2_of_3 {
        width: 70%;
        float:left;
        padding-left: 8px;
    }
    
    
    
}
@media(max-width:767px){
    
    .sss{
         width:70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .img-33{
        width: 100%;
      
    }
    .span_2_of_3 p{
        margin: 0 ;
        }
      .span_2_of_3{
        float:left;
        width: 100%;
    }
    .buton-1{
        float:right;
        margin-right: -10%
    }
}
.projects-pagnation {
    margin: 2em 0;
    float: right;
}

.projects-pagnation ul li {
    display: inline-block;
}

.projects-pagnation ul li a {
    font-size: 0.875em;
    background: #404642;
    color: #FFF;
    padding: 10px;
    display: inline-block
}

.projects-pagnation ul li a:hover {
    color: #fff;
    background: #0077C0;
    text-decoration: none;
}

/*== start-blog ==*/

.blog {
    padding: 4em 0;
}
.sss {
    padding: 4em 0 0 0 ;
}


.image {
    clear: both;
    padding: 5px 0 0 0 ;
    margin: 0px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.images_3_of_1 {
    width: 30%;
    position: relative;
    float: left;
}

.images_3_of_1 img {
    width: 100%;
}
@media(max-width:768px){
        .images_3_of_1 {
        width: 100%;
        position: relative;
        float: left;
    }

    .images_3_of_1 img {
        width: 100%;
    }
}
@media(min-width:768px){
        .images_3_of_11 {
        width: 25%;
        position: relative;
        float: left;
        padding-left: 5%
    }
}


.images_3_of_11 img {
    width: 100%;
}
@media(max-width:767px){
        .images_3_of_11 {
        width: 100%;
        position: relative;
        float: left;
            padding-top: 20px;
    }

    .images_3_of_11 img {
        width: 100%;
    }
}
.images_3_of_1 p {
    background: url(../images/lbl.png) no-repeat 0px 0px;
    display: block;
    width: 50px;
    height: 67px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    position: absolute;
    top: 0px;
    left: 0px;
}

.images_3_of_1 p span {
    display: block;
    font-size: 1em;
}

.span_2_of_3 h3 {
    margin: 0;
}

.span_2_of_3 h3 a {
    text-decoration: none;
}
@media(max-width:768px){
    .span_2_of_3 h3 a {
    letter-spacing: 2px;

    color: #404642;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    display: inline-block;
}
}
.span_2_of_3 h3 a {
    letter-spacing: 2px;

    color: #404642;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.5em;
   
    display: inline-block;
}

.artical-content img {
    width: 100%;
}

.span_2_of_3 p {
    color: #848484;
    font-size: 15px;
}

.artical-links li a:hover{
    color: #211492;

}

.span_2_of_3 span a:hover {
    color: #000;
    background: url(../images/list1.png) no-repeat 13% 51%;
}

/*----artical-links---*/
.artical-links {
    padding: 10px 0px 10px;
    border: 1px dashed rgba(0, 0, 0, 0.61);
    border-left: none;
    margin-top: 15px;
    border-right: none;
}

.artical-links ul li {
    display: inline-block;
}

.artical-links ul li img {
    vertical-align: middle;
    padding-right: 10px;
}

.artical-links ul li {
    font-size: 0.8em;
}

.artical-links ul li a {
    color: #BBA15B;
    padding-left: 20px;
}

.artical-links ul li a:hover {
    text-decoration: underline;
}