/*
 * ----------------------------------------------------------------------------------------
 * 11.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 .our-blog { }
 .home_blog {
     border-right: 1px solid #e8e8e9;
     padding: 0px 15px;
 }
 .blog-post-blog {
     padding: 1em;
 }
 
 .home_blog_img img {
     border: 1px solid #e8e8e9;
     padding: 5px;
     box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
 }
 .single_blog_content p {
     line-height: 28px;
     margin-bottom: 10px;
 }
 .single_blog_content a {
     color: #333;
     text-transform: uppercase;
     -webkit-transition: all 0.2s ease 0s;
             transition: all 0.2s ease 0s;
 }
 .single_blog_content a:hover {
     padding-left: 10px;
     color: #00aeef;
 }
 .single_blog_title { border-right: 1px solid #e8e8e9 }
 .single_blog_title h4 {
     color: #333;
     margin: 0;
     padding-bottom: 15px;
     text-transform: uppercase;
 }
 .single_blog_title h5 { color: #9e9e9e }
 .single_blog_title h5 span {
     color: #00aeef;
     margin: 0;
 }
 .mt60 { margin-top: 60px }
 .ml50 { margin-left: 50px }
 .single_blog_content_two { margin-top: 25px }
 .single_blog_content_two p {
 font-size: 15px;
 line-height: 28px;
 margin-bottom: 10px;
 }
 .single_blog_content_two a {
     color: #333;
     font-size: 14px;
     text-transform: uppercase;
     -webkit-transition: all 0.2s ease 0s;
             transition: all 0.2s ease 0s;
 }
 .single_blog_content_two a:hover {
     color: #00aeef;
     padding-left: 10px;
 }
 .single_blog_title_two { margin-top: 30px }
 .single_blog_title_two h4 {
     color: #333;
     margin: 0;
     padding-bottom: 15px;
     text-transform: uppercase;
 }
 .single_blog_title_two h5 { color: #9e9e9e }
 .single_blog_title_two h5 span {
     color: #00aeef;
     margin: 0;
 }
 .blog_post_left{margin-bottom:30px;}
 .home_blog_img iframe{
 width:100%;height:400px;
 }
 /*START PAGINATION*/
 ul.blog_pagination li a {
     border: 1px solid #e8e8e9;
     border-radius: 0 !important;
     color: #333;
     font-size: 18px;
     height: 40px;
     margin: 5px;
     padding: 6px 14px;
     width: 40px;
 }
 ul.blog_pagination li a:hover {
     color: #fff;
     background: #00aeef;
     border: 1px solid #00aeef;
 }
 /*END PAGINATION*/
 
 .blog_sidebar_title {
 border-bottom: 1px solid #e8e8e9;
 color: #00aeef;
 font-size: 16px;
 margin-bottom: 15px;
 padding-bottom: 15px;
 text-transform: uppercase;
 }
 .search input{background: #333 none repeat scroll 0 0;
 color: #fff;}
 
 .search,
 .video_post,
 .categories { margin-bottom: 30px }
 .categories ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .categories ul li { }
 .categories ul li a {
 color: #333;
 display: block;
 font-size: 14px;
 padding: 5px 0;
 }
 .categories ul li a:hover { color: #00aeef }
 .categories ul li a i { margin-right: 10px }
 .video_post iframe {
     width: 100%;
     height: 220px;
     border: medium none;
 }
 .tag a{
 border: 1px solid #e8e8e9;
 color: #333;
 display: block;
 float: left;
 font-size: 14px;
 margin: 4px;
 padding: 5px 15px;
 transition: all 0.4s ease 0s;
 font-weight: 400;
 }
 .tag a:hover{
 background:#00aeef;
 color:#fff;
 border: 1px solid #00aeef;}
 
 .comments_part {
     margin-bottom: 60px;
     overflow: hidden;
 }
 .comments_part h3 {
   margin-bottom: 20px;
 }
 .single_comment {
     margin-bottom: 30px;
     background: #f9f9f9;
     padding: 20px;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
 }
 .single_comment_mbnone { margin-bottom: 0px }
 .single_comment img {
     border: 4px solid #00aeef;
     border-radius: 100px;
     float: left;
     height: 120px;
     margin-bottom: 25px;
     margin-right: 20px;
     width: 120px;
 }
 .single_comment h4 { }
 .single_comment p { margin-bottom: 0 }


.form-control::placeholder {
   color: #ffffff !important;
}

 /*
  * ----------------------------------------------------------------------------------------
  * 11.END BLOG DESIGN
  * ----------------------------------------------------------------------------------------
  */
 