
<style>
	.post-block-three.my-category-block h3.post__title.typescale-2 {
		border-bottom: solid 1px #000;
		padding: 5px 0px;
	}
	.post-block-three.my-category-block:last-child h3.post__title.typescale-2 {
		border-bottom: solid 0px #000;
		padding: 5px 0px;
	}
	.post-block-three.my-category-block {
		margin-bottom: 0;
	}
	.content-name a ,.content-name-two a ,.date-category a ,.life-content-name a{
		box-shadow: none;
	}
	.content-name {
    background-color:#eb5564;
    color: #fff;
    /*min-width: 155px;
    max-width: 211px;*/
    width: fit-content;
    padding: 0px 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-name span {
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.content-name span:hover {
    opacity: 0.8;
    text-decoration: none;
}
.content-name:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 47px;
    top: 68px;
    width: 9px;
    height: 7px;
    transform: rotate(320deg);
    border-bottom: 5px solid #eb5564;
    border-right: 5px solid #eb5564;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    background-color: transparent !important;
}
.icon-style-back-two {
    display: flex;
    position: relative;
    top: bottom;
    top: -25px;
    left: 15px;
}
.content-name-two {
    background-color: #eb5564;
    color: #fff;
    width: auto;
    padding: 0 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-name-two span {
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.content-name-two span:hover {
    opacity: 0.8;
    text-decoration: none;
}
.content-name-two:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -3px;
    top: 19px;
    width: 9px;
    height: 7px;
    transform: rotate(320deg);
    border-bottom: 5px solid #eb5564;
    border-right: 5px solid #eb5564;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    background-color: transparent !important;
}
span.right-decor {
    position: absolute;
    top: 8px;
    left: 220px;
}
.right-decor span {
    background-color: #eb5564;
}
.right-decor span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: 3px;
}
span.dot-3{
	opacity: 0.8;
}
span.dot-4{
	opacity: 0.6;
}
span.dot-5{
	opacity: 0.4;
}
span.dot-6{
	opacity: 0.2;
}
.icon-style-back-life {
    background-color: #eb5564;
    color: #fff;
    width: auto;
    padding: 0 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 0;
}
.life-content-name span {
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.life-content-name span:hover {
    opacity: 0.8;
    text-decoration: none;
}
.life-content-name:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -3px;
    top: 19px;
    width: 9px;
    height: 7px;
    transform: rotate(320deg);
    border-bottom: 5px solid #eb5564;
    border-right: 5px solid #eb5564;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    background-color: transparent !important;
}

.date-category span {
    color: #eb5564;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.date-category span:hover{
   color:#000;
}
time.time.published.tabs-date {
    color: #c3c3c3;
    font-size: 11px;
}
.sidebar-inner-block {
	margin-top: 10px;
}
.sidebar-inner-block-2{
	margin-top: 10px;
}
.tabs-view{
	display: flex;
	justify-content: center;
}
.section-space {
    margin-top: 50px;
}
time.time.published.tabs-date .fa-clock-o::before {
    padding-left: 0px !important;
}
.More.Recent.News {
    margin-top: 30px;
}

.col-xs-12.col-sm-12.col-md-6.sec-2-video {
    display: flex;
    flex-wrap: wrap;
}
p.number-one {
    margin-bottom: 8px;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
  <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<script>
jQuery(document).ready(function(){
	jQuery(".show_hide_post").hide();
	jQuery(".show_hide_all_post").click(function(){
		if(jQuery(".show_hide_all_post").hasClass("hide_all_post")){
			jQuery(".show_hide_post").hide(1000);
			jQuery(".show_hide_all_post").html('More Blog <i class="fa fa-long-arrow-right after-mrn" aria-hidden="true"></i>');
			jQuery(".show_hide_all_post").removeClass('hide_all_post');
		}else{
			jQuery(".show_hide_post").show(1000);
			jQuery(".show_hide_all_post").html('Less Blog <i class="fa fa-long-arrow-right after-mrn" aria-hidden="true"></i>');
			jQuery(".show_hide_all_post").addClass('hide_all_post');

		}
	});


    // Load more data
    jQuery('.load-more').click(function(){
        var row = Number(jQuery('#row').val());
        var allcount = Number(jQuery('#alls').val());
        var rowperpage = 5;
        row = row + rowperpage;
        //alert(allcount);
        if(row < allcount){
            jQuery("#row").val(row);

            jQuery.ajax({
                url: 'https://dcpexpeditions.com/blogs/wp-admin/admin-ajax.php',
                type: 'post',
                data: {
					action : 'show_all_blogs_ajax',
					row:row
					},
                beforeSend:function(){
                    jQuery(".blog-load-more-button").text("Loading...");
                },
                success: function(response){

                    // Setting little delay while displaying new content
                    setTimeout(function() {
                        // appending posts after last post with class="post"
                        jQuery(".post:last").after(response).show().fadeIn("slow");

                        var rowno = row + rowperpage;
                        //console.log(rowno);
                        //console.log(allcount);
                      
					  // checking row value is greater than allcount or not
                        if(rowno >= allcount){

                            // Change the text and background
							 jQuery('.load-more').hide();
							 jQuery('.section-load-more').hide();
                            //$('.celebrityworkshop-center-btn').text("Hide");
                            //$('.celebrityworkshop-center-btn').css("background","darkorchid");
                        }else{
							//$(".celeb-workshop-main-section").html(response);
                             jQuery(".blog-load-more-button").text("Load more");
                        }
                    }, 2000);

                }
            });
        }else{
          
		  jQuery('.blog-load-more-button').text("Loading...");
//$('.custom-load-more-btn').text("Load more");
            // Setting little delay while removing contents
            setTimeout(function() {

                // When row is greater than allcount then remove all class='post' element after 3 element
                jQuery('.post:nth-child(3)').nextAll('.post').remove();

                // Reset the value of row
                jQuery("#row").val(6);

                // Change the text and background
                jQuery('.blog-load-more-button').text("Load more");
			    //$('.custom-load-more-btn').hide();
                //$('.celebrityworkshop-center-btn').css("background","#15a9ce");
                
            }, 1000);


        }

    });
});
</script>{"id":6,"date":"2020-08-19T08:56:40","date_gmt":"2020-08-19T08:56:40","guid":{"rendered":"https:\/\/hodemoserver.in\/blogs\/?page_id=6"},"modified":"2023-06-07T10:11:57","modified_gmt":"2023-06-07T10:11:57","slug":"blogs","status":"publish","type":"page","link":"https:\/\/dcpexpeditions.com\/blogs\/","title":{"rendered":"Blogs"},"content":{"rendered":"<div class=\"vce-row-container\"><div class=\"vce-row vce-row--col-gap-30 fit-properly vce-row-equal-height vce-row-content--top\" data-vce-full-width=\"true\" data-vce-stretch-content=\"true\" id=\"el-b60748de\" data-vce-do-apply=\"all el-b60748de\"><div class=\"vce-content-background-container\"><\/div><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-cd771cd3\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-cd771cd3\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-cd771cd3\"><div class=\"vce-shortcode\"><div class=\"vce-shortcode-wrapper vce\" id=\"el-e8242741\" data-vce-do-apply=\"all el-e8242741\">\n<link rel=\"stylesheet\" href=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/themes\/twentyseventeen\/assets\/css\/custom-css.css\">\n<div class=\"row section-space main-section-top-space\"><div class=\" col-sm-12 col-xs-12 col-sm-6 col-md-6 blog-block-padding sec-1\">\n\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit \">\n            <a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-blue-frame-awards\/\">\n\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2026\/02\/Collage.png\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t<div class=\"post__text-wrap\">\n\n\t\t\t\t\t<div class=\"icon-style-back\">\n\t\t\t\t\t\t<div class=\"content-name\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/events\"><span>Events<\/span><\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"post__text-inner \">\n                        <h1 class=\"post__title typescale-2 start-img-text\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-blue-frame-awards\/\">\n\t\t\t\t\t\t\t\tDCP Blue Frame Awards\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h1>\n                        <div class=\"post__meta\"> \n                        \t<span class=\"authorname\">By dcpblogs<\/span>\n\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"03 Feb, 2026\">\n\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t03 Feb, 2026\n\t\t\t\t\t\t\t<\/time> \n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n                <\/div>\n\t\t\t<\/a> <!-- close a tag -->                    \n\t\t<\/div>\n\t<\/div><div class=\"col-xs-12 col-sm-12 col-md-6 sec1\"><div class=\"col-xs-12 col-sm-6 col-md-6 sec-1-2\">\n\t\t<div class=\"post-block-two\">\n\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\">\n\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2026\/01\/Lions.jpg\" class=\"block-two-image\" alt=\"\" >\n\n\t\t\t\t<div class=\"icon-style-back-two\">\n\t\t\t\t\t\t<div class=\"content-name-two\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><span>Tours<\/span><\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<h2 class=\"post__title typescale-2\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\">\n\t\t\t\t\t\tAfrica Wildlife Photography Tours: A ...\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t<div class=\"post__meta\">\n\t\t\t\t\t<span class=\"authorname-two\">By dcpblogs<\/span>\n\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"07 Jan, 2026\">\n\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t07 Jan, 2026\n\t\t\t\t\t<\/time>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div><div class=\"col-xs-12 col-sm-6 col-md-6 sec-1-2\">\n\t\t<div class=\"post-block-two\">\n\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-grand-annual-photography-and-film-festival-2026\">\n\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2024\/12\/DCP-Grand-Annual-Photo-and-Film-Fest-2025-3000-x-2000-px-2.jpg\" class=\"block-two-image\" alt=\"\" >\n\n\t\t\t\t<div class=\"icon-style-back-two\">\n\t\t\t\t\t\t<div class=\"content-name-two\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/events\"><span>Events<\/span><\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<h2 class=\"post__title typescale-2\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-grand-annual-photography-and-film-festival-2026\">\n\t\t\t\t\t\tDCP Grand Annual Photography &amp; Fi...\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t<div class=\"post__meta\">\n\t\t\t\t\t<span class=\"authorname-two\">By dcpblogs<\/span>\n\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"17 Dec, 2025\">\n\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t17 Dec, 2025\n\t\t\t\t\t<\/time>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div><\/div><div class=\"row section-space\">\n\t\t\n\t<div class=\"col-lg-8 blog-block-padding list-blogs-main\">\n\t\t<h1 class=\"latest-blog-heading\">\n\t\t\tPhotography\n\t\t<\/h1> \n\t\t<span class=\"right-decor\">\n\t\t\t<span class=\"dot-1\"><\/span>\n\t\t\t<span class=\"dot-2\"><\/span>\n\t\t\t<span class=\"dot-3\"><\/span>\n\t\t\t<span class=\"dot-4\"><\/span>\n\t\t\t<span class=\"dot-5\"><\/span>\n\t\t\t<span class=\"dot-6\"><\/span>\n\t\t<\/span>\n\t\t<div class=\"row mv-no-space\"><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/instagram-and-the-visual-arts-a-boon-or-a-betrayal-of-the-canvas\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/10\/Caesar-copy.jpg\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"An artist holding a framed painting in one hand and a smartphone with Instagram open in the other \u2014 symbolizing the tension between traditional and digital art platforms.\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"06 Oct, 2025\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t06 Oct, 2025\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">0<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/instagram-and-the-visual-arts-a-boon-or-a-betrayal-of-the-canvas\/\">Instagram and the Visual Arts: A Boon or a Betr...<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/when-stories-pause-in-a-scrolling-world\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/09\/Swipe-1.png\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"27 Sep, 2025\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t27 Sep, 2025\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">0<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/when-stories-pause-in-a-scrolling-world\/\">When Stories Pause in a Scrolling World<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/ai-and-photography-redefining-creativity-in-the-age-of-technology\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/09\/Flat-DVD-1.png\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"26 Sep, 2025\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t26 Sep, 2025\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">0<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/ai-and-photography-redefining-creativity-in-the-age-of-technology\/\">AI and Photography: Redefining Creativity in th...<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/biodiversity-hotspots-of-india\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-2-1-1.jpeg\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">0<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/biodiversity-hotspots-of-india\/\">Biodiversity Hotspots of India<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/bird-photography-few-useful-tips\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/15167504_1129057707143321_4433631171228040424_o.jpeg\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">0<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/bird-photography-few-useful-tips\/\">Bird photography \u2013 few useful tips<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"col-sm-6 latest-blog-main\">\n\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit post\">\n\t\t\t\n\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-img\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Etosha-1-copy-2.jpg\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t<div class=\"icon-style-back-life\">\n\t\t\t\t\t\t\t\t<div class=\"life-content-name\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span>Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<div class=\"col-sm-12 latest-blog-text\">\n\t\t\t\t\t\t<div class=\"post__text-wrap\">\n\t\t\t\t\t\t\t<div class=\"post__text-inner \">\n\t\t\t\t\t\t\t\t<div class=\"post__meta near-like-and-comment\">\n\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"16 Mar, 2022\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t16 Mar, 2022\n\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"><\/i><\/span><span class=\"comment-numb\">1<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h4 class=\"blog-desc\"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">Wildlife photography as a career<\/a><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/a> \n\t\t\t<\/div><!-- close a tag -->                    \n\t\t<\/div><div class=\"show_hide_post\"><\/div>\n<\/div><\/div> \n\t<div class=\"col-lg-4 blogs-sidebar d-lg-block d-sm-none d-none\">\n\t\t<ul class=\"nav nav-tabs\" role=\"tablist\">\n    \t\t\t<li class=\"nav-item\">\n      \t\t\t\t<a class=\"nav-link sidetabs-head-1 active\" data-toggle=\"tab\" href=\"#trending\">Trending<\/a>\n    \t\t\t<\/li>\n    \t\t\t<li class=\"nav-item\">\n      \t\t\t\t<a class=\"nav-link sidetabs-head-2\" data-toggle=\"tab\" href=\"#commented\">Commented<\/a>\n    \t\t\t<\/li>\n  \t\t\t<\/ul>\n\n\t\t\t<div class=\"tab-content\">\n    \t\t\t<div id=\"trending\" class=\"tab-pane active\">\n    \t\t\t\t<div class=\"sidebar-inner-block\"><div class=\"post-block-three\">\n\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Etosha-1-copy-2.jpg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t<\/a>\n\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t \t\t<p class=\"number-one\">1<\/p>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span> Photography<\/span><\/a><br>\n\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"16 Mar, 2022\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t16 Mar, 2022\n\t\t\t\t\t\t<\/time>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">\n\t\t\t\t\t\t\tWildlife photography as a career\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h4>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/biodiversity-hotspots-of-india\/\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-2-1-1.jpeg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t<\/a>\n\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t \t\t<p class=\"number-one\">2<\/p>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><span> Conservation Photography<\/span><\/a><br>\n\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t<\/time>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/biodiversity-hotspots-of-india\/\">\n\t\t\t\t\t\t\tBiodiversity Hotspots of India\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h4>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/pristine-beautiful-ethereal-vietnam\/\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Vietnam-9.jpg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t<\/a>\n\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t \t\t<p class=\"number-one\">3<\/p>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><span> Tours<\/span><\/a><br>\n\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"17 Mar, 2017\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t17 Mar, 2017\n\t\t\t\t\t\t<\/time>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/pristine-beautiful-ethereal-vietnam\/\">\n\t\t\t\t\t\t\tPristine, Beautiful, Ethereal Vietnam!\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h4>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/lost-amphibians-of-india\/\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-1.jpeg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t<\/a>\n\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t \t\t<p class=\"number-one\">4<\/p>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><span> Conservation Photography<\/span><\/a><br>\n\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2018\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t30 Mar, 2018\n\t\t\t\t\t\t<\/time>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/lost-amphibians-of-india\/\">\n\t\t\t\t\t\t\tLost Amphibians of India !\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h4>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/bird-photography-few-useful-tips\/\">\n\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/15167504_1129057707143321_4433631171228040424_o.jpeg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t<\/a>\n\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t \t\t<p class=\"number-one\">5<\/p>\n\t\t\t\t\t<\/div>\t\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span> Bird Photography<\/span><\/a><br>\n\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t<\/time>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/bird-photography-few-useful-tips\/\">\n\t\t\t\t\t\t\tBird photography \u2013 few useful tips\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h4>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\n    \t\t\t<\/div>\n\t\t\t\t<div id=\"commented\" class=\"tab-pane fade tabs-view\"><div class=\"sidebar-inner-block-2\"><div class=\"post-block-three\">\n\t\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-grand-annual-photography-and-film-festival-2026\/\">\n\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2024\/12\/DCP-Grand-Annual-Photo-and-Film-Fest-2025-3000-x-2000-px-2.jpg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t\t \t\t<p class=\"number-one\">1<\/p>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/events\"><span> Events<\/span><\/a><br>\n\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"17 Dec, 2025\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t17 Dec, 2025\n\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-grand-annual-photography-and-film-festival-2026\/\">\n\t\t\t\t\t\t\t\tDCP Grand Annual Photography &amp; Film Fe...\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/pristine-beautiful-ethereal-vietnam\/\">\n\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Vietnam-9.jpg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t\t \t\t<p class=\"number-one\">2<\/p>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><span> Tours<\/span><\/a><br>\n\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"17 Mar, 2017\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t17 Mar, 2017\n\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/pristine-beautiful-ethereal-vietnam\/\">\n\t\t\t\t\t\t\t\tPristine, Beautiful, Ethereal Vietnam!\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">\n\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Etosha-1-copy-2.jpg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t\t \t\t<p class=\"number-one\">3<\/p>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><span> Photography<\/span><\/a><br>\n\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"16 Mar, 2022\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t16 Mar, 2022\n\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\/\">\n\t\t\t\t\t\t\t\tWildlife photography as a career\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-blue-frame-awards\/\">\n\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2026\/02\/Collage.png\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t\t \t\t<p class=\"number-one\">4<\/p>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/events\"><span> Events<\/span><\/a><br>\n\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"03 Feb, 2026\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t03 Feb, 2026\n\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/events\/dcp-blue-frame-awards\/\">\n\t\t\t\t\t\t\t\tDCP Blue Frame Awards\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><div class=\"post-block-three\">\n\t\t\t\t\t<div class=\"col-md-4 col-sm-4 col-xs-4 col-4 tabs-view\">\n\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/lost-amphibians-of-india\/\">\n\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-1.jpeg\" class=\"block-three-image\" alt=\"\" >\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"numbers\">\n\t\t\t\t\t \t\t<img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/bg_list_num.webp\" class=\"increment-number\">\n\t\t\t\t\t \t\t<p class=\"number-one\">5<\/p>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-md-8 col-sm-8 col-xs-8 col-8\">\n\t\t\t\t\t\t<div class=\"date-category\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><span> Conservation Photography<\/span><\/a><br>\n\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2018\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t30 Mar, 2018\n\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"post__title typescale-2\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/lost-amphibians-of-india\/\">\n\t\t\t\t\t\t\t\tLost Amphibians of India !\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><\/div>\n    \t\t\t<\/div>\n  \t\t\t<\/div><div class=\"sidebar-inner-block\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vce-section\"><div class=\"vce-section-inner vce-element--has-background\" data-vce-full-width=\"true\" data-vce-stretch-content=\"true\" id=\"el-4fd4296f\" data-vce-do-apply=\"all el-4fd4296f\" data-vce-animate=\"vce-o-animate--None\"><div class=\"vce-content-background-container\"><div class=\"vce-asset-background-simple-container vce-visible-all-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-center\"><div class=\"vce-asset-background-simple\">\r\n              <div class=\"vce-asset-background-simple-item vcv-lozad\" data-background-image=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/push-bg-dark.webp\"><\/div>\r\n              <noscript>\r\n                <div class=\"vce-asset-background-simple-item\" style=\"background-image: url(https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/01\/push-bg-dark.webp)\"><\/div>\r\n              <\/noscript>\r\n            <\/div><\/div><\/div><div data-vce-element-content=\"true\"><div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-e4d6fbd4\" data-vce-do-apply=\"all el-e4d6fbd4\"><div class=\"vce-content-background-container\"><\/div><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-a8dd674f\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-a8dd674f\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-a8dd674f\"><div class=\"vce-shortcode\"><div class=\"vce-shortcode-wrapper vce\" id=\"el-6153ab5d\" data-vce-do-apply=\"all el-6153ab5d\"><div class=\"fit-properly\">\n\t\t\t\t\t\t<div class=\"video-heading\">\n\t\t\t\t\t\t\t<div class=\"main-heading\">\n\t\t\t\t\t\t\t\t<h1> Bird Photography<\/h1>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"dots\">\n\t\t\t\t\t\t\t\t<span class=\"right-decor-2\">\n\t\t\t\t\t\t\t\t\t<span class=\"dot-1\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"dot-2\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"dot-3\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"dot-4\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"dot-5\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"dot-6\"><\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div><div class=\"row_second\">\n\t\t\t\t\t\t<div class=\"fit-properly\">\n\t\t\t\t\t\t\t<div class=\"row section-space main-section-top-space\"><div class=\"col-xs-12 col-sm-12 col-md-6 col-12 blog-block-padding sec-down-p-vid\">\n\t\t\t\t\t\t\t\t<div class=\"post__thumb post__thumb--overlay atbs-thumb-object-fit video-sec-1-bg-img \">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/birding-heavens-of-vietnam-a-photographers-paradise-in-southeast-asia\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/12\/Vietnam-Cat-Tien.jpg\" class=\"attachment-ceris-s-4_3 size-ceris-s-4_3 wp-post-image\" alt=\"\" sizes=\"(max-width: 600px) 100vw, 600px\">\n\t\t\t\t\t\t\t\t\t\t<\/a><div class=\"post__text-wrap video-first \">\n\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-video\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"video-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span>Bird Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/prevention-healthcare\/got-your-covid-vaccine-here-is-what-to-do-now\/\">\n\t\t\t\t\t\t\t\t\t\t\t<\/a><div class=\"post__text-inner \"><a href=\"https:\/\/dcpexpeditions.com\/blogs\/prevention-healthcare\/got-your-covid-vaccine-here-is-what-to-do-now\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/a><h1 class=\"post__title typescale-2 video-sec-1-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/birding-heavens-of-vietnam-a-photographers-paradise-in-southeast-asia\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tBirding Heavens of Vietnam: A Photographer...\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post__meta\"> \n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"authorname\">By dcpblogs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"08 Dec, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t08 Dec, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time> \n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t <!-- close a tag -->                    \n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div><div class=\"col-xs-12 col-sm-12 col-md-6 sec-2-video\"><div class=\"col-xs-12 col-sm-6 col-md-6 sec-2-video-1\">\n\t\t\t\t\t\t\t\t<div class=\"post-block-two video-sec-main\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/best-bird-photography-destinations-in-india\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/09\/473065490_1151628769655599_1584535294537318933_n-copy-edited.jpg\" class=\"block-two-image video-sec-2-1\" alt=\"Best Bird Photography destinations in India\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"post__text-wrap video-sec-2\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-video-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"video-2-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span>Bird Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"post__title typescale-2 video-sec-2-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/best-bird-photography-destinations-in-india\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tBest Bird Photography Destinations in...\n\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"post__meta video-sec-2-name-date\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"authorname-sec-two\">By dcpblogs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published video-sec-2-time\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"01 Oct, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t01 Oct, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div><div class=\"col-xs-12 col-sm-6 col-md-6 sec-2-video-1\">\n\t\t\t\t\t\t\t\t<div class=\"post-block-two video-sec-main\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/bird-photography-few-useful-tips\">\n\t\t\t\t\t\t\t\t\t\t<img width=\"600\" height=\"450\" src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/15167504_1129057707143321_4433631171228040424_o.jpeg\" class=\"block-two-image video-sec-2-1\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"post__text-wrap video-sec-2\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-video-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"video-2-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span>Bird Photography<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"post__title typescale-2 video-sec-2-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/bird-photography\/bird-photography-few-useful-tips\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tBird photography \u2013 few useful tips\n\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"post__meta video-sec-2-name-date\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"authorname-sec-two\">By dcpblogs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published video-sec-2-time\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div><\/div\">\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vce-row-container\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" data-vce-full-width=\"true\" data-vce-stretch-content=\"true\" id=\"el-9cec0a1c\" data-vce-do-apply=\"all el-9cec0a1c\"><div class=\"vce-content-background-container\"><\/div><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-403e068e\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-403e068e\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-403e068e\"><div class=\"vce-shortcode\"><div class=\"vce-shortcode-wrapper vce\" id=\"el-477b0828\" data-vce-do-apply=\"all el-477b0828\"><div class=\"fit-properly\"><div class=\"Latest-heading\">\n\t\t\t\t\t\t\t<div class=\"popular-heading\">\n\t\t\t\t\t\t\t\t<div class=\"main-heading\">\n\t\t\t\t\t\t\t\t\t<h1> Wild Life Photography<\/h1>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"dots\">\n\t\t\t\t\t\t\t\t\t<span class=\"right-decor-2\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-1\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-2\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-3\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-4\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-5\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"dot-6\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div><div class=\"row main\"><div class=\"col-md-8 latest\"><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2026\/01\/Lions.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\"><h3 class=\"first-para-Ln\">Africa Wildlife Photography Tours: A Photo...<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nThere is no place on Earth like Africa when it comes to raw, breathtaking encounters...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"07 Jan, 2026\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t07 Jan, 2026\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/best-national-parks-in-india-for-wildlife-photography\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/09\/179071647_311563203662164_8030272279443462401_n.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/wild-life-photography\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/best-national-parks-in-india-for-wildlife-photography\"><h3 class=\"first-para-Ln\">Best National Parks in India for Wildlife ...<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nIndia is one of the world\u2019s richest natural treasure troves, home to over 100 nati...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"29 Sep, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t29 Sep, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/challenges-of-macro-photography-in-the-wild\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/05\/image.png\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/wild-life-photography\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/challenges-of-macro-photography-in-the-wild\"><h3 class=\"first-para-Ln\">Challenges of Macro Photography in the Wil...<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nMacro photography is an exhilarating yet demanding genre of wildlife photography tha...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"27 May, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t27 May, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Etosha-1-copy-2.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/photography\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/photography\/wildlife-photography-as-a-career\"><h3 class=\"first-para-Ln\">Wildlife photography as a career<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nWildlife photography as a career in India used to sound like a dream a couple of yea...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"16 Mar, 2022\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t16 Mar, 2022\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">1<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"show_hide_cat3_post\"><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/conservation-photography\/lost-amphibians-of-india\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-1.jpeg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/conservation-photography\/lost-amphibians-of-india\"><h3 class=\"first-para-Ln\">Lost Amphibians of India !<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nLife happened on earth 3.5 billion years back and human life came in ...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2018\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t30 Mar, 2018\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><div class=\"row eight-img-text\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-5 col-sm-5 ln-img-padding\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/conservation-photography\/biodiversity-hotspots-of-india\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2022\/03\/Lost-Amphibians-of-India-a-nationwide-search-2-1-1.jpeg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-7 col-sm-7 center-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"latest-news-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/conservation-photography\"><p class=\"category-Ln\">Wild Life Photography<\/p><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/conservation-photography\/biodiversity-hotspots-of-india\"><h3 class=\"first-para-Ln\">Biodiversity Hotspots of India<\/h3><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"second-para-Ln\">\nBiodiversity hotspot \u2013 the term is frequently heard but less common...<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"Ln-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"30 Mar, 2016\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t30 Mar, 2016\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-latest-news\"><\/i><\/span><span class=\"comment-numb-latest-news\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div><\/div><div class=\"More Recent News\">\n\t\t\t\t\t\t\t\t\t<button class=\"blog-more-recent-news and-more-latest-post show_hide_cat3_post_btn\">More Blogs <i class=\"fa fa-long-arrow-right after-mrn\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t<\/div><\/div><div class=\"col-md-4 popular\"><div class=\"row four-img-text mt-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 pn-main-col\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"Latest-heading\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"popular-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"main-heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h1 class=\"popular-video-heading\"> Tours<\/h1>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dots\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"right-decor-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-1\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-2\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-3\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-4\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-5\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"dot-6\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"row four-img-text\">\n\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 pn-main-col\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"Pnews-last-col\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\/\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2026\/01\/Lions.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-popular\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"popular-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><span>Tours<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-text-box\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/wild-life-photography\/africa-wildlife-photography-tours-a-photographers-journey-through-the-untamed-wild\/\"><h4 class=\"Pn-text\">Africa Wildlife Photography Tours: A Photo...<\/h4><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"07 Jan, 2026\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t07 Jan, 2026\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-poular-now\"><\/i><\/span><span class=\"comment-numb-popular-now\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"row four-img-text\">\n\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 pn-main-col\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"Pnews-last-col\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/birding-heavens-of-vietnam-a-photographers-paradise-in-southeast-asia\/\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/12\/Vietnam-Cat-Tien.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-popular\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"popular-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/bird-photography\"><span>Tours<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-text-box\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/birding-heavens-of-vietnam-a-photographers-paradise-in-southeast-asia\/\"><h4 class=\"Pn-text\">Birding Heavens of Vietnam: A Photographer...<\/h4><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"08 Dec, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t08 Dec, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-poular-now\"><\/i><\/span><span class=\"comment-numb-popular-now\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"row four-img-text\">\n\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 pn-main-col\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"Pnews-last-col\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/the-shompole-wilderness-experience-a-wildlife-photographers-dream-behind-the-hide\/\"><img src=\"https:\/\/dcpexpeditions.com\/blogs\/wp-content\/uploads\/2025\/12\/Shompole-Wilderness-Hide-exterior-1.jpg\"><\/a>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-style-back-popular\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"popular-content-name\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/category\/tours\"><span>Tours<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-text-box\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dcpexpeditions.com\/blogs\/tours\/the-shompole-wilderness-experience-a-wildlife-photographers-dream-behind-the-hide\/\"><h4 class=\"Pn-text\">The Shompole Wilderness Experience: A Wild...<\/h4><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pn-like-comment\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<time class=\"time published tabs-date\" datetime=\"2019-10-29T10:46:00+00:00\" title=\"08 Dec, 2025\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t08 Dec, 2025\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/time>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment comment-icon-poular-now\"><\/i><\/span><span class=\"comment-numb-popular-now\">0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><\/div>\n\t\t\t\t\t<\/div><script>\n\t\t\t\t\t\t\tjQuery(document).ready(function(){\n\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post\").hide();\n\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post_btn\").click(function(){\n\t\t\t\t\t\t\t\t\tif(jQuery(\".show_hide_cat3_post_btn\").hasClass(\"hide_cat3_post_\")){\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post\").hide(1000);\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post_btn\").html(\"More Blogs <i class='fa fa-long-arrow-right after-mrn' aria-hidden='true'><\/i>\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post_btn\").removeClass(\"hide_cat3_post_\");\n\t\t\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post\").show(1000);\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post_btn\").html(\"Less Blog <i class='fa fa-long-arrow-right after-mrn' aria-hidden='true'><\/i>\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\".show_hide_cat3_post_btn\").addClass(\"hide_cat3_post_\");\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t<\/script><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.5 (Yoast SEO v20.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs<\/title>\n<meta name=\"description\" content=\"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dcpexpeditions.com\/blogs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs\" \/>\n<meta property=\"og:description\" content=\"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dcpexpeditions.com\/blogs\/\" \/>\n<meta property=\"og:site_name\" content=\"DCP Expeditions Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-08T05:50:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-08T07:20:48+00:00\" \/>\n<meta name=\"author\" content=\"dcpblogs\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dcpblogs\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/tours\/the-shompole-wilderness-experience-a-wildlife-photographers-dream-behind-the-hide\/\",\"url\":\"https:\/\/dcpexpeditions.com\/blogs\/\",\"name\":\"The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs\",\"isPartOf\":{\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/#website\"},\"datePublished\":\"2020-08-19T08:56:40+00:00\",\"dateModified\":\"2023-06-07T10:11:57+00:00\",\"author\":{\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/c3e31056269881cf4021d10d6559e976\"},\"description\":\"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dcpexpeditions.com\/blogs\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/#website\",\"url\":\"https:\/\/dcpexpeditions.com\/blogs\/\",\"name\":\"DCP Expeditions Blogs\",\"description\":\"DCP Expeditions Blogs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dcpexpeditions.com\/blogs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/c3e31056269881cf4021d10d6559e976\",\"name\":\"dcpblogs\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d2d4e4920e92a307fdf5aa4ff66aff07?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d2d4e4920e92a307fdf5aa4ff66aff07?s=96&d=mm&r=g\",\"caption\":\"dcpblogs\"},\"sameAs\":[\"https:\/\/dcpexpeditions.com\/blogs\"],\"url\":\"https:\/\/dcpexpeditions.com\/blogs\/author\/dcpblogs\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs","description":"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dcpexpeditions.com\/blogs\/","og_locale":"en_US","og_type":"article","og_title":"The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs","og_description":"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.","og_url":"https:\/\/dcpexpeditions.com\/blogs\/","og_site_name":"DCP Expeditions Blogs","article_published_time":"2025-12-08T05:50:51+00:00","article_modified_time":"2025-12-08T07:20:48+00:00","author":"dcpblogs","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dcpblogs","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dcpexpeditions.com\/blogs\/tours\/the-shompole-wilderness-experience-a-wildlife-photographers-dream-behind-the-hide\/","url":"https:\/\/dcpexpeditions.com\/blogs\/","name":"The Shompole Wilderness Experience: A Wildlife Photographer\u2019s Dream Behind the Hide - DCP Expeditions Blogs","isPartOf":{"@id":"https:\/\/dcpexpeditions.com\/blogs\/#website"},"datePublished":"2020-08-19T08:56:40+00:00","dateModified":"2023-06-07T10:11:57+00:00","author":{"@id":"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/c3e31056269881cf4021d10d6559e976"},"description":"Keep yourself updated on latest healthcare, wellness, lifestyle tips and isights with Metropolis TruHealth blog.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dcpexpeditions.com\/blogs\/"]}]},{"@type":"WebSite","@id":"https:\/\/dcpexpeditions.com\/blogs\/#website","url":"https:\/\/dcpexpeditions.com\/blogs\/","name":"DCP Expeditions Blogs","description":"DCP Expeditions Blogs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dcpexpeditions.com\/blogs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/c3e31056269881cf4021d10d6559e976","name":"dcpblogs","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dcpexpeditions.com\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d2d4e4920e92a307fdf5aa4ff66aff07?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d2d4e4920e92a307fdf5aa4ff66aff07?s=96&d=mm&r=g","caption":"dcpblogs"},"sameAs":["https:\/\/dcpexpeditions.com\/blogs"],"url":"https:\/\/dcpexpeditions.com\/blogs\/author\/dcpblogs\/"}]}},"_links":{"self":[{"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/pages\/6"}],"collection":[{"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":11,"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":2984,"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/pages\/6\/revisions\/2984"}],"wp:attachment":[{"href":"https:\/\/dcpexpeditions.com\/blogs\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}