/*Blog details*/

.blog-section{
	padding: 50px;
}

.blog-heading h2{

	
}

.blog-box{
	margin-bottom: 20px;
}

.icon1{
	    font-size: 30px;
    background-color: #a24c1a;
    color: #400a0a;
    padding: 6px;
}

.icon2{
	    font-size: 17px;
    padding: 10px;
   
  
}

.blog-post {
	    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.blog-post .comment p span{
	font-size: 13px;
   	
}

.blog-post .comment p + p{
	font-size: 13px;
   	
}

/*Blog*/

.blog-box{
	padding: 25px;
	background-color: #f1f0f0;
}

.blog-box p{
	font-size: 13px;
}

.blog-box .blog-image{
	width: 100%;
	height: 100%;
}


.heading h5{
	font-size: 21px;
	padding: 10px;
}

.heading .btn-lg{
	    border-radius: 30px;

}

.facebook{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#3a589b;
    }

   .twitter{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#08acee;
   } 


    .instagram{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#8a3ab9;
   } 


    .linkedin{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#007bb6;
   } 

    .pinrest{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#ca2127;
   } 

    .google-plus{
   	 font-size: 23px;
    color: #fff;
    width: 60%;
    background-color:#ea4335;
   } 

   .request-section{
   
    margin-top: 20px;
    padding: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/request.jpg);
    background-size: cover;
    background-position: center center;
    width: 60%;
    height: 100%;
   }

   .request-section .request-head h2{
    color: #060505;
   }


     .request-section .request-head p{
      text-align: justify;
    color: #fff;
   }

   .request-section .request-head .btn-lg{

    border-radius: 30px;
   }