{"id":326,"date":"2024-01-09T07:44:52","date_gmt":"2024-01-09T07:44:52","guid":{"rendered":"http:\/\/tdi_181_53e"},"modified":"2025-07-17T16:45:10","modified_gmt":"2025-07-17T11:15:10","slug":"home","status":"publish","type":"page","link":"https:\/\/tajfotostudio.in\/","title":{"rendered":"Home"},"content":{"rendered":"<div id=\"tdi_1\" class=\"tdc-zone\"><div class=\"tdc_zone tdi_2  wpb_row td-pb-row\"  ><div class=\"tdc-video-outer-wrapper\"><div class=\"tdc-video-parallax-wrapper\"><div class=\"tdc-video-inner-wrapper\" data-video-service=\"self-hosted\" data-video-js-switch=\"false\"  data-video-scale=\"\" data-video-opacity=\"0.64\">                <style>\r\n\r\n                    \/* custom css - generated by TagDiv Composer *\/\r\n                    .tdc-row-video-background {\r\n                        position: relative;\r\n                    }\r\n                    .tdc-video-outer-wrapper {\r\n                        position: absolute;\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        overflow: hidden;\r\n                        left: 0;\r\n                        right: 0;\r\n                        pointer-events: none;\r\n                        top: 0;\r\n                    }\r\n                    .tdc-video-thumb-on-mobile {\r\n                        display: none;\r\n                        background-size: cover;\r\n                        background-position: center top;\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                    }\r\n                    @media (max-width: 767px) {\r\n                        .tdc-video-outer-wrapper {\r\n                            width: 100vw;\r\n                            left: 50%;\r\n                            transform: translateX(-50%);\r\n                            -webkit-transform: translateX(-50%);\r\n                        }\r\n                    }\r\n                    .tdc-video-parallax-wrapper,\r\n                    .tdc-video-inner-wrapper {\r\n                        position: absolute;\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        left: 0;\r\n                        right: 0;\r\n                    }\r\n                    .tdc-video-inner-wrapper iframe,\r\n                    .tdc-video-inner-wrapper video {\r\n                        position: absolute;\r\n                        left: 50%;\r\n                        top: 50%;\r\n                        transform: translate3d(-50%, -50%, 0);\r\n                        -webkit-transform: translate3d(-50%, -50%, 0);\r\n                        -moz-transform: translate3d(-50%, -50%, 0);\r\n                        -ms-transform: translate3d(-50%, -50%, 0);\r\n                        -o-transform: translate3d(-50%, -50%, 0);\r\n                    }\r\n                    .tdc-video-inner-wrapper iframe {\r\n                        opacity: 0;\r\n                        transition: opacity 0.4s;\r\n                    }\r\n                    .tdc-video-inner-wrapper video {\r\n                        max-width: none;\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        object-fit: cover;\r\n                    }\r\n                    .tdc-video-inner-wrapper iframe.tdc-video-background-visible {\r\n                        opacity: 1 !important;\r\n                    }\r\n                    .tdc-row[class*=\"stretch_row\"] .tdc-video-outer-wrapper {\r\n                        width: 100vw;\r\n                        left: 50%;\r\n                        transform: translateX(-50%);\r\n                        -webkit-transform: translateX(-50%);\r\n                        -moz-transform: translateX(-50%);\r\n                        -ms-transform: translateX(-50%);\r\n                        -o-transform: translateX(-50%);\r\n                    }\r\n\r\n                <\/style>\r\n                \r\n                            <div class=\"wpb_video_wrapper\">\r\n                                <iframe class=\"td-youtube-player\" width=\"600\" height=\"560\" src=\"https:\/\/www.youtube.com\/embed\/_sF1LGiVHQQ?enablejsapi=1&feature=oembed&wmode=opaque&vq=hd720&autoplay=1&mute=1&controls=0\"&loop=1&playlist=_sF1LGiVHQQ\" frameborder=\"0\" allowfullscreen=\"\" allow=\"autoplay\"><\/iframe>                            \r\n                            <\/div>\r\n        \r\n                    <script type=\"text\/javascript\">\r\n                            \r\n                        jQuery().ready(function() {\r\n                            tdShowVideo.loadApiYoutube(); \r\n                        });\r\n                        \r\n                    <\/script><\/div><\/div><\/div>                <script>\r\n                    jQuery(window).ready(function () {\r\n\r\n                        \/\/ We need timeout because the content must be rendered and interpreted on client.\r\n                        setTimeout(function() {\r\n\r\n                            let $content = jQuery('body').find('#tdc-live-iframe')\r\n                            if ($content.length) {\r\n                                $content = $content.contents()\r\n                            } else {\r\n                                $content = jQuery('body')\r\n                            }\r\n\r\n                            const $tdcVideoInnerWrappers = $content.find('#tdi_1 .tdc-video-inner-wrapper:first')\r\n                            $tdcVideoInnerWrappers.each(function() {\r\n                                const $wrapper = jQuery(this)\r\n                                const videoService = $wrapper.data('video-service')\r\n\r\n                                if ('undefined' !== typeof $wrapper.data('video-scale')) {\r\n                                    $wrapper.css({\r\n                                        transform: 'scale(' + $wrapper.data('video-scale') + ')'\r\n                                    });\r\n                                }\r\n                                if ('undefined' !== typeof $wrapper.data('video-opacity')) {\r\n                                    $wrapper.css({\r\n                                        opacity: $wrapper.data('video-opacity')\r\n                                    });\r\n                                }\r\n\r\n                                switch ( videoService ) {\r\n                                    case 'self-hosted':\r\n                                        const videoJSSwitch = $wrapper.data('video-js-switch')\r\n\r\n                                        if ( videoJSSwitch ) {\r\n                                            const $window = jQuery(window)\r\n                                            const isMobile = $window.outerWidth() <= 500\r\n                                            const desktopVideoURL = $wrapper.data('desktop-video')\r\n                                            const mobileImageURL = $wrapper.data('mobile-image')\r\n                                            const mobileVideoURL = $wrapper.data('mobile-video')\r\n                                            let contentHTML = ''\r\n\r\n                                            if ( !isMobile || ( isMobile && mobileImageURL === '' ) ) {\r\n                                                contentHTML = '<div class=\"wpb_video_wrapper\">'\r\n                                                    contentHTML += '<video autoplay muted playsinline loop>'\r\n                                                        contentHTML += '<source src=\"' + ( !isMobile ? desktopVideoURL : mobileVideoURL ) + '\">'\r\n                                                        contentHTML += 'Your browser does not support the video tag.'\r\n                                                    contentHTML += '<\/video>'\r\n                                                contentHTML += '<\/div>'\r\n                                            } else {\r\n                                                contentHTML = '<div class=\"tdc-video-thumb-on-mobile tdc-is-video-image\" style=\"background-image:url(' + mobileImageURL + ')\"><\/div>'\r\n                                            }\r\n\r\n                                            $wrapper.append(contentHTML)\r\n                                        }\r\n\r\n                                        $content.find('.tdc-video-thumb-on-mobile').show()\r\n\r\n                                        break;\r\n\r\n                                    case 'youtube':\r\n                                        const $iframe = $wrapper.find('iframe')\r\n                                        const autoplayOnMobile = false;\r\n\r\n                                        if ( $iframe.length ) {\r\n                                            if ('undefined' === typeof $iframe.data('src-src')) {\r\n                                                $iframe.data('api-src', $iframe.attr('src'));\r\n                                            }\r\n\r\n                                            let iframeSettingsStr = '',\r\n                                                iframeSettings = {\r\n                                                    autoplay: 1,\r\n                                                    loop: 1,\r\n                                                    mute: 1,\r\n                                                    showinfo: 0,\r\n                                                    controls: 0,\r\n                                                    start: 0,\r\n                                                    playlist: 'https:\/\/youtu.be\/_sF1LGiVHQQ?si=MnXc8G1quyijkkhR',\r\n                                                };\r\n\r\n                                            for ( let prop in iframeSettings ) {\r\n                                                iframeSettingsStr += prop + '=' + iframeSettings[prop] + '&';\r\n                                            }\r\n\r\n                                            $iframe.attr('src', $iframe.data('api-src') + '?' + iframeSettingsStr);\r\n\r\n                                            $iframe.on( 'load', function () {\r\n                                                var $iframe = jQuery(this),\r\n                                                    iframeWidth = $iframe.width(),\r\n                                                    iframeHeight = $iframe.height(),\r\n                                                    iframeAspectRatio = iframeHeight \/ iframeWidth,\r\n                                                    wrapperWidth = $wrapper.width(),\r\n                                                    wrapperHeight = $wrapper.height(),\r\n                                                    wrapperAspectRatio = wrapperHeight \/ wrapperWidth;\r\n\r\n                                                $iframe.attr( 'aspect-ratio', iframeAspectRatio );\r\n\r\n                                                if (iframeAspectRatio < wrapperAspectRatio) {\r\n                                                    $iframe.css({\r\n                                                        width: wrapperHeight \/ iframeAspectRatio,\r\n                                                        height: wrapperHeight\r\n                                                    });\r\n                                                } else if (iframeAspectRatio > wrapperAspectRatio) {\r\n                                                    $iframe.css({\r\n                                                        width: '100%',\r\n                                                        height: iframeAspectRatio * wrapperWidth\r\n                                                    });\r\n                                                }\r\n\r\n                                                setTimeout(function () {\r\n                                                    $iframe.addClass('tdc-video-background-visible');\r\n                                                }, 100);\r\n                                            });\r\n\r\n                                            if ( !autoplayOnMobile && tdDetect.isMobileDevice ) {\r\n                                                $content.find('.tdc-video-parallax-wrapper iframe').remove();\r\n                                                $content.find('.tdc-video-thumb-on-mobile').show();\r\n                                            }\r\n                                        }\r\n\r\n                                        break;\r\n                                }\r\n                            });\r\n\r\n                        }, 200);\r\n\r\n                    });\r\n                <\/script>\r\n                \n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_2{\r\n                    min-height: 0;\r\n                }\n<\/style><div id=\"tdi_3\" class=\"tdc-row\"><div class=\"vc_row tdi_4  wpb_row td-pb-row\" >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_4,\r\n                .tdi_4 .tdc-columns{\r\n                    min-height: 0;\r\n                }.tdi_4,\r\n\t\t\t\t.tdi_4 .tdc-columns{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_4 .tdc-columns{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_4:before,\r\n\t\t\t\t.tdi_4:after{\r\n\t\t\t\t    display: table;\r\n\t\t\t\t}\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_4{\nmargin-bottom:48px !important;\n}\n\n.tdi_4 .td_block_wrap{ text-align:left }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_4{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_4{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_4{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style><div class=\"vc_column tdi_6  wpb_column vc_column_container tdc-column td-pb-span12\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_6{\r\n                    vertical-align: baseline;\r\n                }.tdi_6 > .wpb_wrapper,\r\n\t\t\t\t.tdi_6 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" ><div class=\"td-big-grid-flex td_block_wrap td_block_big_grid_flex_1 tdi_8 td-pb-border-top td_block_template_1 td-big-grid-flex-posts\" data-td-block-uid=\"tdi_8\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_8{\nmargin-bottom:58px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_8{\nmargin-bottom:53px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_8{\nmargin-bottom:48px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_8{\nmargin-bottom:48px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.td-big-grid-flex{\r\n                    width: 100%;\r\n                    padding-bottom: 0;\r\n                }.td-big-grid-flex .td_block_inner:after,\r\n                .td-big-grid-flex .td_block_inner .td-big-grid-flex-post:after{\r\n                    content: '';\r\n                    display: table;\r\n                    clear: both;\r\n                }.td-big-grid-flex .td-big-grid-flex-post{\r\n                    position: relative;\r\n                    float: left;\r\n                    padding-bottom: 0;\r\n                }.td-big-grid-flex .td-image-container{\r\n                    position: relative;\r\n                    flex: 0 0 100%;\r\n                    width: 100%;\r\n                    height: 100%;\r\n                }.td-big-grid-flex .td-image-wrap{\r\n                    position: relative;\r\n                    display: block;\r\n                    overflow: hidden;\r\n                }.td-big-grid-flex .td-image-wrap:before{\r\n                    position: absolute;\r\n                    bottom: 0;\r\n                    left: 0;\r\n                    width: 100%;\r\n                    height: 100%;\r\n                    -webkit-transition: background-color 0.3s ease;\r\n                    transition: background-color 0.3s ease;\r\n                    z-index: 1;\r\n                }.td-big-grid-flex .td-module-thumb{\r\n                    position: relative;\r\n                    margin-bottom: 0;\r\n                }.td-big-grid-flex .td-module-thumb:after{\r\n                    position: absolute;\r\n                    top: 0;\r\n                    left: 0;\r\n                    width: 100%;\r\n                    height: 100%;\r\n                }.td-big-grid-flex .td-thumb-css{\r\n                    width: 100%;\r\n                    height: 100%;\r\n                    position: absolute;\r\n                    background-size: cover;\r\n                    background-position: center center;\r\n                }.td-big-grid-flex .td-module-thumb .td-thumb-css{\r\n                    transition: opacity 0.3s, transform 0.3s;\r\n                    -webkit-transition: opacity 0.3s, transform 0.3s;\r\n                }.td-big-grid-flex .td-post-category{\r\n                    transition: background-color 0.2s ease;\r\n                    -webkit-transition: background-color 0.2s ease;\r\n                \r\n                    padding: 3px 7px;\r\n                    background-color: rgba(0, 0, 0, 0.7);\r\n                    font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);\r\n                    line-height: 13px;\r\n                    font-weight: 500;\r\n                    text-transform: uppercase;\r\n                    pointer-events: auto;\r\n                }.td-big-grid-flex .td-module-meta-info{\r\n                    position: absolute;\r\n                    left: 0;\r\n                    margin-bottom: 0;\r\n                    width: 100%;\r\n                    pointer-events: none;\r\n                    z-index: 1;\r\n                }.td-big-grid-flex .td-module-title a,\r\n                .td-big-grid-flex .td-post-author-name span,\r\n                .td-big-grid-flex .td-module-container:hover .entry-title a,\r\n                .td-big-grid-flex .td-post-author-name a,\r\n                .td-big-grid-flex .td-post-date{\r\n                    color: #fff;\r\n                }.td-big-grid-flex .td-module-title{\r\n                    margin: 0;\r\n                }.td-big-grid-flex .td-module-title a{\r\n                    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\r\n                }.td-big-grid-flex .td-editor-date{\r\n                    display: inline-block;\r\n                }.td-big-grid-flex .td-post-author-name a,\r\n                .td-big-grid-flex .td-post-author-name span,\r\n                .td-big-grid-flex .td-post-date{\r\n                    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);\r\n                }.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap{\r\n                    background-color: #e5e5e5;\r\n                }.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap:before{\r\n                    display: none;\r\n                }.td_block_big_grid_flex_1 .td-module-container{\r\n                    position: relative;\r\n                }.td_block_big_grid_flex_1 .td-image-wrap{\r\n                    padding-bottom: 75%;\r\n                }.td_block_big_grid_flex_1 .td-module-meta-info{\r\n                    padding: 22px 20px;\r\n                }.td_block_big_grid_flex_1 .td-module-title{\r\n                    font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);\r\n                    font-size: 27px;\r\n                    font-weight: 500;\r\n                    line-height: 34px;\r\n                    margin: 0 0 9px 0;\r\n                }.td_block_big_grid_flex_1 .td-editor-date{\r\n                    display: inline-block;\r\n                }body .tdi_8 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}body .tdi_8 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 75%;\r\n\t\t\t\t}body .tdi_8 .td-video-play-ico{\r\n\t\t\t\t\ttop: 50%;\r\n                    left: 50%;\r\n                    transform: translate(-50%, -50%);\r\n\t\t\t\t}body .tdi_8 .td-module-meta-info{\r\n\t\t\t\t\tbottom: 0;\r\n\t\t\t\t\r\n\t\t\t\t\tpadding: 20px;\r\n\t\t\t\t}.tdi_8 .td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }body .tdi_8 .td-post-category{\r\n\t\t\t\t\tmargin: 0 0 5px;\r\n\t\t\t\t}body .tdi_8 .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}body .tdi_8 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }body .tdi_8 .td-editor-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}body .tdi_8 .td-post-author-name{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}body .tdi_8 .td-post-date,\r\n\t\t\t\tbody .tdi_8 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}body .tdi_8 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\r\n\t\t\t\t    color: #fff;\r\n\t\t\t\t}body .tdi_8 .td-icon-star,\r\n                body .tdi_8 .td-icon-star-empty,\r\n                body .tdi_8 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}body .tdi_8 .td-big-grid-flex-post:nth-child(2n+1){\r\n\t\t\t\t\tclear: both;\r\n\t\t\t\t}body .tdi_8 .td-image-wrap:before{\r\n\t\t\t\t    content: '';\r\n\t\t\t\t    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 60%,rgba(0,0,0,0));background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 60%,rgba(0,0,0,0));\r\n\t\t\t\t}body .tdi_8 .td-module-container:hover .td-post-category{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t}body .tdi_8 .entry-title{\r\n\t\t\t\t\tfont-family:Playfair Display !important;font-size:27px !important;line-height:1.3 !important;font-weight:700 !important;\r\n\t\t\t\t}html:not([class*='ie']) body .tdi_8 .td-module-container:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (max-width: 767px) {\r\n                    .td-big-grid-flex .td_block_inner {\r\n                        margin-left: -20px;\r\n                        margin-right: -20px;\r\n                    }\r\n                }@media (min-width: 767px) {\r\n                    .td-big-grid-flex-lightsky .td-image-wrap:after {\r\n                        content: '';\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        width: 160%;\r\n                        height: 100%;\r\n                        background: rgba(255, 255, 255, 0.2);\r\n                        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);\r\n                        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);\r\n                        transition: transform 0.7s ease 0s;\r\n                        -webkit-transition: transform 0.7s ease 0s;\r\n                        z-index: 1;\r\n                    }\r\n                    .td-big-grid-flex-lightsky .td-module-container:hover .td-image-wrap:after {\r\n                        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);\r\n                        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);\r\n                    }\r\n                }@media (max-width: 767px) {\r\n                    div.td-big-grid-flex-scroll .td-big-grid-flex-post {\r\n                        float: none;\r\n                    }\r\n                    div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder {\r\n                        overflow-x: auto;\r\n                        overflow-y: hidden;\r\n                        white-space: nowrap;\r\n                        font-size: 0;\r\n                        -webkit-overflow-scrolling: touch;\r\n                    }\r\n                    div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder .td-big-grid-flex-post {\r\n                        display: inline-block;\r\n                        vertical-align: top;\r\n                    }\r\n                    div.td-big-grid-flex-scroll .td-module-title a {\r\n                        white-space: normal;\r\n                    }\r\n                }@media (max-width: 767px) {\r\n                    .td_block_big_grid_flex_1 .td-big-grid-flex-post {\r\n                        width: 100%;\r\n                    }\r\n                }@media (min-width: 767px) {\r\n                    body .tdi_8 .td-module-container:hover .td-thumb-css {\r\n                        transform: scale3d(1.1, 1.1, 1);\r\n                        -webkit-transform: scale3d(1.1, 1.1, 1);\r\n                    }\r\n                }@media (min-width: 767px) {\r\n                    body .tdi_8 .td-big-grid-flex-post {\r\n                        width: 50%;\r\n                    }\r\n                }@media (min-width: 767px) {\r\n                    body .tdi_8 .td-big-grid-flex-post {\r\n                        padding-left: 2px;\r\n                        padding-right: 2px;\r\n                    }\r\n                    body .tdi_8 .td_block_inner {\r\n                        margin-left: -2px;\r\n                        margin-right: -2px;\r\n                    }\r\n                }@media (max-width: 767px) {\r\n                    body .tdi_8 .td-big-grid-flex-post {\r\n                        margin-bottom: 4px;\r\n                    }\r\n                    body .tdi_8 .td-big-grid-flex-post:last-child {\r\n                        margin-bottom: 0;\r\n                    }\r\n                }@media (min-width: 768px) {\r\n                    body .tdi_8 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }@media (min-width: 767px) {\r\n                    body .tdi_8 .td-big-grid-flex-post:nth-last-child(-n+2) {\r\n                        margin-bottom: 0 !important;\r\n                        padding-bottom: 0 !important;\r\n                    }\r\n                    body .tdi_8 .td-big-grid-flex-post .td-module-container:before {\r\n                        display: block !important;\r\n                    }\r\n                    body .tdi_8 .td-big-grid-flex-post:nth-last-child(-n+2) .td-module-container:before {\r\n                        display: none !important;\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\nbody .tdi_8 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 18px;\r\n\t\t\t\t}body .tdi_8 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }body .tdi_8 .td-big-grid-flex-post{\r\n\t\t\t\t\tclear: none !important;\r\n\t\t\t\t}body .tdi_8 .td-big-grid-flex-post:nth-child(2n+1){\r\n\t\t\t\t\tclear: both !important;\r\n\t\t\t\t}body .tdi_8 .entry-title{\r\n\t\t\t\t\tfont-size:25px !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    body .tdi_8 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\nbody .tdi_8 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 16px;\r\n\t\t\t\t}body .tdi_8 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }body .tdi_8 .td-big-grid-flex-post{\r\n\t\t\t\t\tclear: none !important;\r\n\t\t\t\t}body .tdi_8 .td-big-grid-flex-post:nth-child(2n+1){\r\n\t\t\t\t\tclear: both !important;\r\n\t\t\t\t}body .tdi_8 .entry-title{\r\n\t\t\t\t\tfont-size:23px !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    body .tdi_8 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* phone *\/\n@media (max-width: 767px){\nbody .tdi_8 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 60%;\r\n\t\t\t\t}body .tdi_8 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 18px;\r\n\t\t\t\t}body .tdi_8 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }body .tdi_8 .td-big-grid-flex-post{\r\n\t\t\t\t\tclear: none !important;\r\n\t\t\t\t}body .tdi_8 .td-big-grid-flex-post:nth-child(2n+1){\r\n\t\t\t\t\tclear: both !important;\r\n\t\t\t\t}body .tdi_8 .entry-title{\r\n\t\t\t\t\tfont-size:25px !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    body .tdi_8 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n<\/style><div id=tdi_8 class=\"td_block_inner\">\r\n        <div class=\"td_module_flex_6 td-animation-stack td-big-grid-flex-post td-big-grid-flex-post-0 td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-above\">\r\n                <div class=\"td-image-container\">\r\n                    <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Untitled-1-696x522.png\"  ><\/span><\/a><\/div>                <\/div>\r\n\r\n                <div class=\"td-module-meta-info\">\r\n                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/pheras\/\" class=\"td-post-category\" >Hindu Wedding<\/a>\r\n                    <div class=\"tdb-module-title-wrap\">\r\n                        <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\">Gol Dhana Ceremony of Rohan &amp; Simran<\/a><\/h3>                    <\/div>\r\n\r\n                                        \r\n                                            <div class=\"td-editor-date\">\r\n                            <span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span>                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-28T19:56:02+05:30\" >February 28, 2026<\/time><\/span>                                                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex_6 td-animation-stack td-big-grid-flex-post td-big-grid-flex-post-1 td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-above\">\r\n                <div class=\"td-image-container\">\r\n                    <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/TN-02-HP-Sports-300dpi-696x392.png\"  ><\/span><\/a><\/div>                <\/div>\r\n\r\n                <div class=\"td-module-meta-info\">\r\n                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\" class=\"td-post-category\" >Cinematography<\/a>\r\n                    <div class=\"tdb-module-title-wrap\">\r\n                        <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\">Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet<\/a><\/h3>                    <\/div>\r\n\r\n                                        \r\n                                            <div class=\"td-editor-date\">\r\n                            <span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span>                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-18T14:44:37+05:30\" >February 18, 2026<\/time><\/span>                                                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><\/div><div class=\"tdm_block td_block_wrap tdm_block_inline_text tdi_9 td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_9\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_9{\npadding-right:5% !important;\npadding-left:5% !important;\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_9{\npadding-right:2% !important;\npadding-left:2% !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_9{\npadding-right:0px !important;\npadding-left:0px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdm_block.tdm_block_inline_text{\r\n                  margin-bottom: 0;\r\n                  vertical-align: top;\r\n                }.tdm_block.tdm_block_inline_text .tdm-descr{\r\n                  margin-bottom: 0;\r\n                  -webkit-transform: translateZ(0);\r\n                  transform: translateZ(0);\r\n                }.tdc-row-content-vert-center .tdm-inline-text-yes{\r\n                  vertical-align: middle;\r\n                }.tdc-row-content-vert-bottom .tdm-inline-text-yes{\r\n                  vertical-align: bottom;\r\n                }.tdi_9{\r\n                    text-align: center !important;\r\n                    margin-right: auto; \r\n                    margin-left: auto;\r\n                }.tdi_9 .tdm-descr{\r\n                    color: #cb9558;\r\n                \r\n\t\t\t\t\tfont-family:Playfair Display !important;font-size:32px !important;line-height:1.3 !important;font-style:italic !important;\r\n\t\t\t\t}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_9 .tdm-descr{\r\n\t\t\t\t\tfont-size:28px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_9 .tdm-descr{\r\n\t\t\t\t\tfont-size:24px !important;\r\n\t\t\t\t}\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_9 .tdm-descr{\r\n\t\t\t\t\tfont-size:24px !important;\r\n\t\t\t\t}\n}\n<\/style><p class=\"tdm-descr\">\u201d Sometimes the simple features of a person are the most astounding one. My job is to bring out the personality in the people which is hidden to a normal eye\". Zorawar Singh Lugani.<\/p><\/div><\/div><\/div><\/div><\/div><div id=\"tdi_10\" class=\"tdc-row\"><div class=\"vc_row tdi_11  wpb_row td-pb-row\" >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_11,\r\n                .tdi_11 .tdc-columns{\r\n                    min-height: 0;\r\n                }.tdi_11,\r\n\t\t\t\t.tdi_11 .tdc-columns{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_11 .tdc-columns{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_11:before,\r\n\t\t\t\t.tdi_11:after{\r\n\t\t\t\t    display: table;\r\n\t\t\t\t}\n<\/style><div class=\"vc_column tdi_13  wpb_column vc_column_container tdc-column td-pb-span8\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_13{\r\n                    vertical-align: baseline;\r\n                }.tdi_13 > .wpb_wrapper,\r\n\t\t\t\t.tdi_13 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_13 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_13 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_13 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_13{\nmargin-bottom:30px !important;\n}\n}\n\n<\/style><div class=\"wpb_wrapper\" ><div class=\"td_block_wrap tdb_loop tdi_14 tdb-numbered-pagination td_with_ajax_pagination td-pb-border-top td_block_template_1 tdb-category-loop-posts\"  data-td-block-uid=\"tdi_14\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_14{\nmargin-bottom:0px !important;\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n[class*=\"tdb_module_loop\"] .td-module-container{\r\n                  display: flex;\r\n                  flex-direction: column;\r\n                  position: relative;\r\n                }[class*=\"tdb_module_loop\"] .td-module-container:before{\r\n                  content: '';\r\n                  position: absolute;\r\n                  bottom: 0;\r\n                  left: 0;\r\n                  width: 100%;\r\n                  height: 1px;\r\n                }[class*=\"tdb_module_loop\"] .td-image-wrap{\r\n                  display: block;\r\n                  position: relative;\r\n                  padding-bottom: 50%;\r\n                }[class*=\"tdb_module_loop\"] .td-image-container{\r\n                  position: relative;\r\n                  flex: 0 0 auto;\r\n                  width: 100%;\r\n                  height: 100%;\r\n                }[class*=\"tdb_module_loop\"] .td-module-thumb{\r\n                  margin-bottom: 0;\r\n                }[class*=\"tdb_module_loop\"] .td-module-meta-info{\r\n                  width: 100%;\r\n                  padding: 13px 0 0 0;\r\n                  margin-bottom: 0;\r\n                  z-index: 1;\r\n                  border: 0 solid #eaeaea;\r\n                }[class*=\"tdb_module_loop\"] .td-thumb-css{\r\n                  width: 100%;\r\n                  height: 100%;\r\n                  position: absolute;\r\n                  background-size: cover;\r\n                  background-position: center center;\r\n                }[class*=\"tdb_module_loop\"] .td-category-pos-image .td-post-category:not(.td-post-extra-category),\r\n                [class*=\"tdb_module_loop\"] .td-post-vid-time{\r\n                  position: absolute;\r\n                  z-index: 2;\r\n                  bottom: 0;\r\n                }[class*=\"tdb_module_loop\"] .td-category-pos-image .td-post-category:not(.td-post-extra-category){\r\n                  left: 0;\r\n                }[class*=\"tdb_module_loop\"] .td-post-vid-time{\r\n                  right: 0;\r\n                  background-color: #000;\r\n                  padding: 3px 6px 4px;\r\n                  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);\r\n                  font-size: 10px;\r\n                  font-weight: 600;\r\n                  line-height: 1;\r\n                  color: #fff;\r\n                }[class*=\"tdb_module_loop\"] .td-excerpt{\r\n                  margin: 20px 0 0;\r\n                  line-height: 21px;\r\n                }.tdb_loop .tdb-block-inner{\r\n                    display: flex;\r\n                    flex-wrap: wrap;\r\n\t\t\t\t}.tdb_loop .td_module_wrap{\r\n\t\t\t\t    padding-bottom: 0;\r\n\t\t\t\t}.tdb_loop .tdb_module_rec{\r\n\t\t\t\t    text-align: center;\r\n\t\t\t\t}.tdb_loop .tdb-author-photo{\r\n                  display: inline-block;\r\n                }.tdb_loop .tdb-author-photo,\r\n                .tdb_loop .tdb-author-photo img{\r\n                  vertical-align: middle;\r\n                }.tdb_loop .td-post-author-name,\r\n                .tdb_loop .td-post-date,\r\n                .tdb_loop .td-module-comments{\r\n                  vertical-align: text-top;\r\n                }.tdb_loop .entry-review-stars{\r\n                  margin-left: 6px;\r\n                  vertical-align: text-bottom;\r\n                }.tdb_loop .td-load-more-wrap,\r\n                .tdb_loop .td-next-prev-wrap{\r\n                  margin: 20px 0 0;\r\n                }.tdb_loop .page-nav{\r\n                  position: relative;\r\n                  margin: 54px 0 0;\r\n                }.tdb_loop .page-nav a,\r\n                .tdb_loop .page-nav span{\r\n                  margin-top: 8px;\r\n                  margin-bottom: 0;\r\n                }.tdb_loop .td-next-prev-wrap a{\r\n                  width: auto;\r\n                  height: auto;\r\n                  min-width: 25px;\r\n                  min-height: 25px;\r\n                }.tdb_loop{\r\n                  display: inline-block;\r\n                  width: 100%;\r\n                  margin-bottom: 78px;\r\n                  padding-bottom: 0;\r\n                  overflow: visible !important;\r\n                }.tdb_loop .td-module-title{\r\n                  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);\r\n                  font-weight: 400;\r\n                  font-size: 21px;\r\n                  line-height: 25px;\r\n                  margin: 0 0 6px 0;\r\n                }.tdb_loop .td-spot-id-loop .tdc-placeholder-title:before{\r\n                    content: 'Posts Loop Ad' !important;\r\n                }.tdb_loop.tdc-no-posts .td_block_inner{\r\n                    margin-left: 0 !important;\r\n                    margin-right: 0 !important;\r\n                }.tdb_loop.tdc-no-posts .td_block_inner .no-results h2{\r\n                    font-size: 13px;\r\n                    font-weight: normal;\r\n                    text-align: left;\r\n                    padding: 20px;\r\n                    border: 1px solid rgba(190, 190, 190, 0.35);\r\n                    color: rgba(125, 125, 125, 0.8);\r\n                }.tdi_14 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_14 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 72%;\r\n\t\t\t\t}.tdi_14 .td-module-container{\r\n\t\t\t\t\tflex-direction: column;\r\n\t\t\t\t\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_14 .td-image-container{\r\n                \tdisplay: block; order: 0;\r\n                }.ie10 .tdi_14 .td-module-meta-info,\r\n\t\t\t\t.ie11 .tdi_14 .td-module-meta-info{\r\n\t\t\t\t \tflex: auto;\r\n\t\t\t    }body .tdi_14 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }.tdi_14 .td-module-meta-info{\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_14 .td_module_wrap:not(.tdb_module_rec){\r\n\t\t\t\t\twidth: 50%;\r\n\t\t\t\t}.tdi_14 .tdb_module_rec{\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}.tdi_14 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 24px;\r\n\t\t\t\t\tpadding-right: 24px;\r\n\t\t\t\t}.tdi_14 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -24px;\r\n\t\t\t\t\tmargin-right: -24px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(21.5px * 2);\r\n\t\t\t\t}.tdi_14 .td-module-container:before{\r\n\t\t\t\t\tbottom: -21.5px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_14 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_14 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_14 .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_14 .tdb-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_14 .td-audio-player{\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size: 13px;\r\n\t\t\t\t}.tdi_14 .td-read-more{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_14 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_14 .td-post-author-name{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_14 .td-post-date,\r\n\t\t\t\t.tdi_14 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_14 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_14 .td-icon-star,\r\n                .tdi_14 .td-icon-star-empty,\r\n                .tdi_14 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_14 .td-module-comments{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_14 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t}.tdi_14 .td_module_wrap:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #cb9558;\r\n\t\t\t\t}.tdi_14 .page-nav .current{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558;\r\n\t\t\t\t}.tdi_14.td_with_ajax_pagination .td-next-prev-wrap a:hover,\r\n\t\t\t\t.tdi_14 .page-nav a:hover,\r\n\t\t\t\t.tdi_14 .td-load-more-wrap a:hover{    \r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558;\r\n\t\t\t\t}.tdi_14 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_14 .td-excerpt{\r\n\t\t\t\t\tmargin: 15px 0 0;\r\n\t\t\t\t\r\n\t\t\t\t\tcolumn-count: 1;\r\n\t\t\t\t\r\n\t\t\t\t\tcolumn-gap: 48px;\r\n\t\t\t\t\r\n\t\t\t\t\tline-height:1.6 !important;\r\n\t\t\t\t}.tdi_14 .td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_14 .entry-title{\r\n\t\t\t\t\tfont-family:Playfair Display !important;line-height:1.1 !important;font-weight:700 !important;\r\n\t\t\t\t}html:not([class*='ie']) .tdi_14 .td-module-container:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .tdb_loop .td-module-title {\r\n                    font-size: 17px;\r\n                    line-height: 22px;\r\n                  }\r\n                }@media (min-width: 768px) {\r\n                    .tdi_14 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_14 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 19px;\r\n\t\t\t\t\tpadding-right: 19px;\r\n\t\t\t\t}.tdi_14 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -19px;\r\n\t\t\t\t\tmargin-right: -19px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(16.5px * 2);\r\n\t\t\t\t}.tdi_14 .td-module-container:before{\r\n\t\t\t\t\tbottom: -16.5px;\r\n\t\t\t\t}.tdi_14 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_14 .entry-title{\r\n\t\t\t\t\tfont-size:20px !important;\r\n\t\t\t\t}.tdi_14 .td-excerpt{\r\n\t\t\t\t\tfont-size:12px !important;line-height:1.5 !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    .tdi_14 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_14 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 14px;\r\n\t\t\t\t\tpadding-right: 14px;\r\n\t\t\t\t}.tdi_14 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -14px;\r\n\t\t\t\t\tmargin-right: -14px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(11.5px * 2);\r\n\t\t\t\t}.tdi_14 .td-module-container:before{\r\n\t\t\t\t\tbottom: -11.5px;\r\n\t\t\t\t}.tdi_14 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_14 .entry-title{\r\n\t\t\t\t\tfont-size:18px !important;\r\n\t\t\t\t}.tdi_14 .td-excerpt{\r\n\t\t\t\t\tfont-size:12px !important;line-height:1.5 !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    .tdi_14 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_14 .td_module_wrap:not(.tdb_module_rec){\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}.tdi_14 .tdb-block-inner{\r\n\t\t\t\t\trow-gap: calc(16.5px * 2);\r\n\t\t\t\t}.tdi_14 .td-module-container:before{\r\n\t\t\t\t\tbottom: -16.5px;\r\n\t\t\t\t}.tdi_14 .td_module_wrap:nth-last-child(1) .td-module-container:before{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_14 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }@media (min-width: 768px) {\r\n                    .tdi_14 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n<\/style><script>var block_tdi_14 = new tdBlock();\nblock_tdi_14.id = \"tdi_14\";\nblock_tdi_14.atts = '{\"modules_on_row\":\"eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==\",\"modules_gap\":\"eyJwb3J0cmFpdCI6IjI4IiwiYWxsIjoiNDgiLCJsYW5kc2NhcGUiOiIzOCJ9\",\"modules_category\":\"image\",\"show_excerpt\":\"\",\"show_btn\":\"none\",\"ajax_pagination\":\"numbered\",\"hide_audio\":\"yes\",\"limit\":\"20\",\"offset\":\"2\",\"image_height\":\"72\",\"all_modules_space\":\"eyJhbGwiOiI0MyIsImxhbmRzY2FwZSI6IjMzIiwicG9ydHJhaXQiOiIyMyIsInBob25lIjoiMzMifQ==\",\"f_title_font_family\":\"479\",\"f_title_font_weight\":\"700\",\"f_title_font_line_height\":\"1.1\",\"art_excerpt\":\"15px 0 0\",\"f_ex_font_line_height\":\"eyJhbGwiOiIxLjYiLCJsYW5kc2NhcGUiOiIxLjUiLCJwb3J0cmFpdCI6IjEuNSJ9\",\"tdc_css\":\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\",\"title_txt_hover\":\"#cb9558\",\"cat_bg_hover\":\"#cb9558\",\"pag_h_bg\":\"#cb9558\",\"pag_a_bg\":\"#cb9558\",\"pag_h_border\":\"#cb9558\",\"pag_a_border\":\"#cb9558\",\"image_size\":\"td_485x360\",\"f_title_font_size\":\"eyJsYW5kc2NhcGUiOiIyMCIsInBvcnRyYWl0IjoiMTgifQ==\",\"f_ex_font_size\":\"eyJsYW5kc2NhcGUiOiIxMiIsInBvcnRyYWl0IjoiMTIifQ==\",\"block_type\":\"tdb_loop\",\"separator\":\"\",\"custom_title\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"mc1_tl\":\"\",\"mc1_title_tag\":\"\",\"mc1_el\":\"\",\"open_in_new_window\":\"\",\"post_ids\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"installed_post_types\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"locked_only\":\"\",\"review_source\":\"\",\"container_width\":\"\",\"m_padding\":\"\",\"m_radius\":\"\",\"modules_border_size\":\"\",\"modules_border_style\":\"\",\"modules_border_color\":\"#eaeaea\",\"modules_divider\":\"\",\"modules_divider_color\":\"#eaeaea\",\"h_effect\":\"\",\"image_alignment\":\"50\",\"image_width\":\"\",\"image_floated\":\"no_float\",\"image_radius\":\"\",\"hide_image\":\"\",\"show_favourites\":\"\",\"fav_size\":\"2\",\"fav_space\":\"\",\"fav_ico_color\":\"\",\"fav_ico_color_h\":\"\",\"fav_bg\":\"\",\"fav_bg_h\":\"\",\"fav_shadow_shadow_header\":\"\",\"fav_shadow_shadow_title\":\"Shadow\",\"fav_shadow_shadow_size\":\"\",\"fav_shadow_shadow_offset_horizontal\":\"\",\"fav_shadow_shadow_offset_vertical\":\"\",\"fav_shadow_shadow_spread\":\"\",\"fav_shadow_shadow_color\":\"\",\"video_icon\":\"\",\"video_popup\":\"yes\",\"video_rec\":\"\",\"spot_header\":\"\",\"video_rec_title\":\"- Advertisement -\",\"video_rec_color\":\"\",\"video_rec_disable\":\"\",\"autoplay_vid\":\"yes\",\"show_vid_t\":\"block\",\"vid_t_margin\":\"\",\"vid_t_padding\":\"\",\"video_title_color\":\"\",\"video_title_color_h\":\"\",\"video_bg\":\"\",\"video_overlay\":\"\",\"vid_t_color\":\"\",\"vid_t_bg_color\":\"\",\"f_vid_title_font_header\":\"\",\"f_vid_title_font_title\":\"Video pop-up article title\",\"f_vid_title_font_settings\":\"\",\"f_vid_title_font_family\":\"\",\"f_vid_title_font_size\":\"\",\"f_vid_title_font_line_height\":\"\",\"f_vid_title_font_style\":\"\",\"f_vid_title_font_weight\":\"\",\"f_vid_title_font_transform\":\"\",\"f_vid_title_font_spacing\":\"\",\"f_vid_title_\":\"\",\"f_vid_time_font_title\":\"Video duration text\",\"f_vid_time_font_settings\":\"\",\"f_vid_time_font_family\":\"\",\"f_vid_time_font_size\":\"\",\"f_vid_time_font_line_height\":\"\",\"f_vid_time_font_style\":\"\",\"f_vid_time_font_weight\":\"\",\"f_vid_time_font_transform\":\"\",\"f_vid_time_font_spacing\":\"\",\"f_vid_time_\":\"\",\"excl_show\":\"inline-block\",\"excl_txt\":\"\",\"excl_margin\":\"\",\"excl_padd\":\"\",\"all_excl_border\":\"\",\"all_excl_border_style\":\"solid\",\"excl_radius\":\"\",\"excl_color\":\"\",\"excl_color_h\":\"\",\"excl_bg\":\"\",\"excl_bg_h\":\"\",\"all_excl_border_color\":\"\",\"excl_border_color_h\":\"\",\"f_excl_font_header\":\"\",\"f_excl_font_title\":\"Label text\",\"f_excl_font_settings\":\"\",\"f_excl_font_family\":\"\",\"f_excl_font_size\":\"\",\"f_excl_font_line_height\":\"\",\"f_excl_font_style\":\"\",\"f_excl_font_weight\":\"\",\"f_excl_font_transform\":\"\",\"f_excl_font_spacing\":\"\",\"f_excl_\":\"\",\"meta_info_align\":\"\",\"meta_info_horiz\":\"content-horiz-left\",\"meta_width\":\"\",\"meta_margin\":\"\",\"meta_padding\":\"\",\"meta_space\":\"\",\"meta_info_border_size\":\"\",\"meta_info_border_style\":\"\",\"meta_info_border_color\":\"#eaeaea\",\"meta_info_border_radius\":\"\",\"art_title\":\"\",\"art_btn\":\"\",\"modules_category_margin\":\"\",\"modules_category_padding\":\"\",\"modules_cat_border\":\"\",\"modules_category_radius\":\"0\",\"show_cat\":\"inline-block\",\"modules_extra_cat\":\"\",\"show_author\":\"inline-block\",\"author_photo\":\"\",\"author_photo_size\":\"\",\"author_photo_space\":\"\",\"author_photo_radius\":\"\",\"show_date\":\"inline-block\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"show_com\":\"block\",\"show_review\":\"inline-block\",\"review_space\":\"\",\"review_size\":\"2.5\",\"review_distance\":\"\",\"excerpt_col\":\"1\",\"excerpt_gap\":\"\",\"excerpt_middle\":\"\",\"excerpt_inline\":\"\",\"show_audio\":\"block\",\"art_audio\":\"\",\"art_audio_size\":\"1.5\",\"btn_title\":\"\",\"btn_margin\":\"\",\"btn_padding\":\"\",\"btn_border_width\":\"\",\"btn_radius\":\"\",\"pag_space\":\"\",\"pag_padding\":\"\",\"pag_border_width\":\"\",\"pag_border_radius\":\"\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"pag_icons_size\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_pag_font_title\":\"Pagination text\",\"f_pag_font_settings\":\"\",\"f_pag_font_family\":\"\",\"f_pag_font_size\":\"\",\"f_pag_font_line_height\":\"\",\"f_pag_font_style\":\"\",\"f_pag_font_weight\":\"\",\"f_pag_font_transform\":\"\",\"f_pag_font_spacing\":\"\",\"f_pag_\":\"\",\"f_title_font_header\":\"\",\"f_title_font_title\":\"Article title\",\"f_title_font_settings\":\"\",\"f_title_font_style\":\"\",\"f_title_font_transform\":\"\",\"f_title_font_spacing\":\"\",\"f_title_\":\"\",\"f_cat_font_title\":\"Article category tag\",\"f_cat_font_settings\":\"\",\"f_cat_font_family\":\"\",\"f_cat_font_size\":\"\",\"f_cat_font_line_height\":\"\",\"f_cat_font_style\":\"\",\"f_cat_font_weight\":\"\",\"f_cat_font_transform\":\"\",\"f_cat_font_spacing\":\"\",\"f_cat_\":\"\",\"f_meta_font_title\":\"Article meta info\",\"f_meta_font_settings\":\"\",\"f_meta_font_family\":\"\",\"f_meta_font_size\":\"\",\"f_meta_font_line_height\":\"\",\"f_meta_font_style\":\"\",\"f_meta_font_weight\":\"\",\"f_meta_font_transform\":\"\",\"f_meta_font_spacing\":\"\",\"f_meta_\":\"\",\"f_ex_font_title\":\"Article excerpt\",\"f_ex_font_settings\":\"\",\"f_ex_font_family\":\"\",\"f_ex_font_style\":\"\",\"f_ex_font_weight\":\"\",\"f_ex_font_transform\":\"\",\"f_ex_font_spacing\":\"\",\"f_ex_\":\"\",\"f_btn_font_title\":\"Article read more button\",\"f_btn_font_settings\":\"\",\"f_btn_font_family\":\"\",\"f_btn_font_size\":\"\",\"f_btn_font_line_height\":\"\",\"f_btn_font_style\":\"\",\"f_btn_font_weight\":\"\",\"f_btn_font_transform\":\"\",\"f_btn_font_spacing\":\"\",\"f_btn_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"m_bg\":\"\",\"shadow_shadow_header\":\"\",\"shadow_shadow_title\":\"Module Shadow\",\"shadow_shadow_size\":\"\",\"shadow_shadow_offset_horizontal\":\"\",\"shadow_shadow_offset_vertical\":\"\",\"shadow_shadow_spread\":\"\",\"shadow_shadow_color\":\"\",\"title_txt\":\"\",\"all_underline_height\":\"\",\"all_underline_color\":\"#000\",\"cat_style\":\"\",\"cat_bg\":\"\",\"cat_txt\":\"\",\"cat_txt_hover\":\"\",\"cat_border\":\"\",\"cat_border_hover\":\"\",\"meta_bg\":\"\",\"author_txt\":\"\",\"author_txt_hover\":\"\",\"date_txt\":\"\",\"ex_txt\":\"\",\"com_bg\":\"\",\"com_txt\":\"\",\"rev_txt\":\"\",\"shadow_m_shadow_header\":\"\",\"shadow_m_shadow_title\":\"Meta info shadow\",\"shadow_m_shadow_size\":\"\",\"shadow_m_shadow_offset_horizontal\":\"\",\"shadow_m_shadow_offset_vertical\":\"\",\"shadow_m_shadow_spread\":\"\",\"shadow_m_shadow_color\":\"\",\"audio_btn_color\":\"\",\"audio_time_color\":\"\",\"audio_bar_color\":\"\",\"audio_bar_curr_color\":\"\",\"btn_bg\":\"\",\"btn_bg_hover\":\"\",\"btn_txt\":\"\",\"btn_txt_hover\":\"\",\"btn_border\":\"\",\"btn_border_hover\":\"\",\"nextprev_border_h\":\"\",\"pag_text\":\"\",\"pag_h_text\":\"\",\"pag_a_text\":\"\",\"pag_bg\":\"\",\"pag_border\":\"\",\"ad_loop\":\"\",\"ad_loop_title\":\"- Advertisement -\",\"ad_loop_repeat\":\"\",\"ad_loop_color\":\"\",\"ad_loop_full\":\"yes\",\"f_ad_font_header\":\"\",\"f_ad_font_title\":\"Ad title text\",\"f_ad_font_settings\":\"\",\"f_ad_font_family\":\"\",\"f_ad_font_size\":\"\",\"f_ad_font_line_height\":\"\",\"f_ad_font_style\":\"\",\"f_ad_font_weight\":\"\",\"f_ad_font_transform\":\"\",\"f_ad_font_spacing\":\"\",\"f_ad_\":\"\",\"ad_loop_disable\":\"\",\"el_class\":\"\",\"td_column_number\":2,\"header_color\":\"\",\"td_ajax_preloading\":\"\",\"td_ajax_filter_type\":\"\",\"td_filter_default_txt\":\"\",\"td_ajax_filter_ids\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"css\":\"\",\"class\":\"tdi_14\",\"tdc_css_class\":\"tdi_14\",\"tdc_css_class_style\":\"tdi_14_rand_style\"}';\nblock_tdi_14.td_column_number = \"2\";\nblock_tdi_14.block_type = \"tdb_loop\";\nblock_tdi_14.post_count = \"20\";\nblock_tdi_14.found_posts = \"102\";\nblock_tdi_14.header_color = \"\";\nblock_tdi_14.ajax_pagination_infinite_stop = \"\";\nblock_tdi_14.max_num_pages = \"5\";\ntdBlocksArray.push(block_tdi_14);\n<\/script><div id=tdi_14 class=\"td_block_inner tdb-block-inner td-fix-index\">\r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 2\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 2\">Sample post title 2<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 2 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 3\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 3\">Sample post title 3<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 3 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 4\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 4\">Sample post title 4<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 4 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 5\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 5\">Sample post title 5<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 5 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 6\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 6\">Sample post title 6<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 6 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 7\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 7\">Sample post title 7<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 7 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 8\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 8\">Sample post title 8<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 8 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 9\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 9\">Sample post title 9<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 9 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 10\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 10\">Sample post title 10<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 10 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 11\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 11\">Sample post title 11<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 11 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 12\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 12\">Sample post title 12<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 12 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 13\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 13\">Sample post title 13<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 13 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 14\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 14\">Sample post title 14<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 14 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 15\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 15\">Sample post title 15<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 15 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 16\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 16\">Sample post title 16<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 16 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 17\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 17\">Sample post title 17<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 17 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 18\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 18\">Sample post title 18<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 18 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 19\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 19\">Sample post title 19<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 19 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 20\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 20\">Sample post title 20<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 20 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 21\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 21\">Sample post title 21<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 21 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><div class=\"page-nav td-pb-padding-side\"><a href=\"#\"><i class=\"page-nav-icon td-icon-menu-left\"><\/i><\/a><span class=\"current\">1<\/span><a href=\"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/page\/2\/\" class=\"page\" title=\"2\">2<\/a><a href=\"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/page\/3\/\" class=\"page\" title=\"3\">3<\/a><a href=\"#\"><i class=\"page-nav-icon td-icon-menu-right\"><\/i><\/a><span class=\"pages\">Page 1 of 3<\/span><div class=\"clearfix\"><\/div><\/div><\/div><div class=\"td_block_wrap tdm_block_button_simplified tdi_15 tdm-descr td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_15\" >\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdm_block_button_simplified{\r\n                    display: inline-block;\r\n                    margin-bottom: 0;\r\n                    transform: translateZ(0);\r\n                    vertical-align: middle;\r\n                }.tdm_block_button_simplified .td-element-style{\r\n                    z-index: -1;\r\n                }.tdm_block_button_simplified a{\r\n                    display: inline-flex;\r\n                    align-items: center;\r\n                    column-gap: 14px;\r\n                    position: relative;\r\n                    padding: 17px 36px 19px 36px;\r\n                    background-color: var(--td_theme_color, #4db2ec);\r\n                    font-size: 15px;\r\n                    line-height: 1.3;\r\n                    font-weight: 500;\r\n                    transition: box-shadow .2s ease-in-out;\r\n                    transform: translateZ(0);\r\n                }.tdm_block_button_simplified a:before{\r\n                    content: '';\r\n                    position: absolute;\r\n                    top: 0;\r\n                    left: 0;\r\n                    width: 100%;\r\n                    height: 100%;\r\n                    background: #222;\r\n                    z-index: -1;\r\n                    opacity: 0;\r\n                    transition: opacity .2s ease-in-out;\r\n                }.tdm_block_button_simplified a:hover:before{\r\n                    opacity: 1;\r\n                }.tdm_block_button_simplified a:after{\r\n                    content: '';\r\n                    position: absolute;\r\n                    top: 0;\r\n                    left: 0;\r\n                    width: 100%;\r\n                    height: 100%;\r\n                    z-index: 0;\r\n                    border-width: 0;\r\n                    border-color: #000;\r\n                    transition: border-color .2s ease-in-out;\r\n                    pointer-events: none;\r\n                }.tdm_block_button_simplified .tdm-btn-s-txt{\r\n                    color: #fff;\r\n                    transition: color .2s ease-in-out;\r\n                    z-index: 1;\r\n                }.tdm_block_button_simplified .tdm-btn-s-icon{\r\n                    position: relative;\r\n                    font-size: 1em;\r\n                    color: #fff;\r\n                    transition: color .2s ease-in-out;\r\n                    z-index: 1;\r\n                }.tdm_block_button_simplified .tdm-btn-s-icon svg{\r\n                    display: block;\r\n                    width: 1em;\r\n                    height: auto;\r\n                    line-height: 1;\r\n                    fill: currentColor;\r\n                    transition: fill .2s ease-in-out;\r\n                }.tdi_15{\r\n                    display: block;\r\n                \r\n                    text-align: center;\r\n                }.tdi_15 a{\r\n                    justify-content: center;\r\n                \r\n                    flex-direction: row;\r\n                \r\n\t\t\t\t\tfont-family:EB Garamond !important;font-weight:900 !important;\r\n\t\t\t\t}.tdi_15 .tdm-btn-s-icon{\r\n                    top: -9px;\r\n                }.tdi_15 a:after{\r\n\t\t\t\t\tborder-width: 10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-style: solid;\r\n\t\t\t\t}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_15 .tdm-btn-s-icon{\r\n                    font-size: 35px;\r\n                \r\n                    top: -3px;\r\n                }\n}\n<\/style><a href=\"tel:+919821029224\" title=\"CALL Us Now\"><span class=\"tdm-btn-s-txt\">CALL Us Now<\/span><i class=\"tdm-btn-s-icon tdc-font-fa tdc-font-fa-volume-control-phone\"><\/i><\/a><\/div><\/div><\/div><div class=\"vc_column tdi_17  wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_17{\r\n                    vertical-align: baseline;\r\n                }.tdi_17 > .wpb_wrapper,\r\n\t\t\t\t.tdi_17 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_17 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_17 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_17 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" data-sticky-enabled-on=\"W3RydWUsdHJ1ZSx0cnVlLHRydWVd\" data-sticky-offset=\"20\" data-sticky-is-width-auto=\"W2ZhbHNlLGZhbHNlLGZhbHNlLGZhbHNlXQ==\"><div class=\"td_block_wrap td-a-rec td-a-rec-id-custom-spot td-a-rec-img tdi_18 td_block_template_1\">\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_18{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_18{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_18{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_18{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_18.td-a-rec{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t}.tdi_18.td-a-rec:not(.td-a-rec-no-translate){\r\n\t\t\t\t    transform: translateZ(0);\r\n\t\t\t\t}.tdi_18 .td-element-style{\r\n\t\t\t\t\tz-index: -1;\r\n\t\t\t\t}.tdi_18 .td-spot-id-spot_img_hidden{\r\n                    display: none;\r\n                }.tdi_18 .td-adspot-title{\r\n                    display: block;\r\n                }.tdi_18 .td_spot_img_all img,\r\n\t\t\t\t.tdi_18 .td_spot_img_tl img,\r\n\t\t\t\t.tdi_18 .td_spot_img_tp img,\r\n\t\t\t\t.tdi_18 .td_spot_img_mob img{\r\n\t\t\t\t    border-style: none;\r\n\t\t\t\t}\n<\/style><div style=\"display: inline-block\"><span class=\"td-adspot-title\">VIDEO SAMPLE<\/span><a href=\"https:\/\/www.youtube.com\/watch?v=a2z86qVX358\" rel=\"noopener\"  class=\"td_spot_img_all\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/06\/AD-1-TN-copy.jpg\"  alt=\"spot_img\" width=\"300\"  height=\"250\"  \/><\/a><\/div><\/div><div class=\"td_block_wrap td_flex_block_4 tdi_19 td_with_ajax_pagination td-pb-border-top td_block_template_1 td_flex_block\"  data-td-block-uid=\"tdi_19\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_19{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_19{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_19{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_19{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_19 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 24px;\r\n\t\t\t\t\tpadding-right: 24px;\r\n\t\t\t\t}.tdi_19 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -24px;\r\n\t\t\t\t\tmargin-right: -24px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-width: 0 0 1px 0;\r\n\t\t\t\t\tborder-style: none;\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-width: 0 0 1px 0;\r\n\t\t\t\t\tborder-style: none;\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-container{\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-container{\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 80px;\r\n\t\t\t\t \twidth: 80px;\r\n\t\t\t    \r\n                \tdisplay: block; order: 0;\r\n                }.tdi_19 .td_module_flex_1 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 55%;\r\n\t\t\t\t}.ie10 .tdi_19 .td_module_flex_1 .td-image-container,\r\n\t\t\t\t.ie11 .tdi_19 .td_module_flex_1 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 auto;\r\n\t\t\t    }.tdi_19 .td_module_flex_4 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 75%;\r\n\t\t\t\t}.ie10 .tdi_19 .td_module_flex_4 .td-image-container,\r\n\t\t\t\t.ie11 .tdi_19 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 auto;\r\n\t\t\t    }.ie10 .tdi_19 .td_module_flex_4 .td-module-meta-info,\r\n\t\t\t\t.ie11 .tdi_19 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t \tflex: 1;\r\n\t\t\t    }body .tdi_19 .td_module_flex_1 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }body .tdi_19 .td_module_flex_4 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }.tdi_19 .td_module_flex_4 .td-video-play-ico{\r\n\t\t\t\t\twidth: 20px;\r\n\t\t\t\t\theight: 20px;\r\n\t\t\t\t\tfont-size: 20px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-video-play-ico{\r\n\t\t\t\t\ttop: 50%;\r\n                    left: 50%;\r\n                    transform: translate(-50%, -50%);\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\tbottom: 0;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\r\n\t\t\t\t\tpadding: 0 14px 14px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\ttop: auto;\r\n\t\t\t\t\tbottom: 0;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 20px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-audio-player{\r\n\t\t\t\t\tfont-size: 13px;\r\n\t\t\t\t\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-audio-player{\r\n\t\t\t\t\tfont-size: 12px;\r\n\t\t\t\t\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-excerpt{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-excerpt{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-post-author-name{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_1 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-post-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_4 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-icon-star,\r\n                .tdi_19 .td_module_flex_1 .td-icon-star-empty,\r\n                .tdi_19 .td_module_flex_1 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-icon-star,\r\n                .tdi_19 .td_module_flex_4 .td-icon-star-empty,\r\n                .tdi_19 .td_module_flex_4 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-comments{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-comments{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-thumb a:after{\r\n\t\t\t\t    content: '';\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\ttop: 0;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\theight: 100%;\r\n\t\t\t\t\tbackground: -webkit-linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 80%,rgba(0,0,0,0));background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 80%,rgba(0,0,0,0));\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-title a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #ffffff !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #cb9558 !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-category{\r\n\t\t\t\t\tbackground-color: #ffffff;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #000000;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #ffffff !important;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #000000;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #cb9558 !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_1 .td-post-author-name a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-author-name:hover a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_19.td_with_ajax_pagination .td-next-prev-wrap a:hover,\r\n\t\t\t\t.tdi_19 .td-load-more-wrap a:hover{    \r\n\t\t\t\t\tbackground-color: #cb9558 !important;\r\n\t\t\t\t\tborder-color: #cb9558 !important;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558 !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1.td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_19 .td_module_flex_4.td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_19 .td-block-title a,\r\n\t\t\t\t.tdi_19 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:18px !important;line-height:1.3 !important;font-weight:500 !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .entry-title{\r\n\t\t\t\t\tfont-size:13px !important;line-height:1.4 !important;font-weight:500 !important;\r\n\t\t\t\t}html:not([class*='ie']) .tdi_19 .td-module-container:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (min-width: 767px) {\r\n                    .tdi_19 .td_module_wrap {\r\n                        width: 100%;\r\n                        float: left;\r\n                    }\r\n                    .rtl .tdi_19 .td_module_wrap {\r\n                        float: right;\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_19 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 20px;\r\n\t\t\t\t\tpadding-right: 20px;\r\n\t\t\t\t}.tdi_19 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -20px;\r\n\t\t\t\t\tmargin-right: -20px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 0 12px 12px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 16px;\r\n\t\t\t\t}.tdi_19.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_19 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 18px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:17px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_19 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 14px;\r\n\t\t\t\t\tpadding-right: 14px;\r\n\t\t\t\t}.tdi_19 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -14px;\r\n\t\t\t\t\tmargin-right: -14px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 7.5px;\r\n\t\t\t\t\tmargin-bottom: 7.5px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -7.5px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 7.5px;\r\n\t\t\t\t\tmargin-bottom: 7.5px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -7.5px;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 60px;\r\n\t\t\t\t \twidth: 60px;\r\n\t\t\t    }.tdi_19 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 0 10x 10px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 1px 0 0 10px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-category{\r\n\t\t\t\t\tpadding: 2px 5px 3px;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-post-category{\r\n\t\t\t\t\tpadding: 2px 5px 3px;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-post-author-name{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_19.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_19 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 15px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:15px !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-editor-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_1 .td-editor-date .td-post-author-name a,\r\n\t\t\t\t.tdi_19 .td_module_flex_1 .td-editor-date .entry-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_1 .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .entry-title{\r\n\t\t\t\t\tfont-size:11px !important;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-editor-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_4 .td-editor-date .td-post-author-name a,\r\n\t\t\t\t.tdi_19 .td_module_flex_4 .td-editor-date .entry-date,\r\n\t\t\t\t.tdi_19 .td_module_flex_4 .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_19 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_19 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_19 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 16px;\r\n\t\t\t\t}.tdi_19.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_19 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 18px;\r\n\t\t\t\t}.tdi_19 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_19 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }\n}\n<\/style><script>var block_tdi_19 = new tdBlock();\nblock_tdi_19.id = \"tdi_19\";\nblock_tdi_19.atts = '{\"modules_category\":\"\",\"modules_on_row\":\"eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=\",\"modules_category1\":\"image\",\"show_cat2\":\"\",\"show_com2\":\"none\",\"show_author2\":\"none\",\"columns\":\"100%\",\"columns_gap\":\"eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==\",\"image_width2\":\"eyJhbGwiOiI4MHB4IiwicG9ydHJhaXQiOiI2MHB4In0=\",\"modules_space1\":\"eyJwaG9uZSI6IjE4IiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxOCIsInBvcnRyYWl0IjoiMTUifQ==\",\"show_excerpt1\":\"none\",\"show_excerpt2\":\"none\",\"hide_audio\":\"yes\",\"custom_title\":\"Popular posts\",\"image_size\":\"td_485x360\",\"f_header_font_transform\":\"uppercase\",\"image_height1\":\"55\",\"show_com1\":\"none\",\"meta_info_align1\":\"image\",\"meta_padding1\":\"eyJhbGwiOiIwIDE0cHggMTRweCIsImxhbmRzY2FwZSI6IjAgMTJweCAxMnB4IiwicG9ydHJhaXQiOiIwIDEweCAxMHB4In0=\",\"color_overlay\":\"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjgwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgODAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDgwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDgwJSxyZ2JhKDAsMCwwLDApIn0=\",\"title_txt\":\"#ffffff\",\"title_txt_hover\":\"#ffffff\",\"cat_bg\":\"#ffffff\",\"cat_bg_hover\":\"#ffffff\",\"cat_txt\":\"#000000\",\"cat_txt_hover\":\"#000000\",\"author_txt\":\"#ffffff\",\"author_txt_hover\":\"#ffffff\",\"date_txt\":\"#ffffff\",\"f_title1_font_size\":\"eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNSJ9\",\"f_title1_font_line_height\":\"1.3\",\"f_title1_font_weight\":\"500\",\"modules_category_padding1\":\"eyJwb3J0cmFpdCI6IjJweCA1cHggM3B4In0=\",\"f_meta1_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"f_cat1_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"show_author1\":\"eyJwb3J0cmFpdCI6Im5vbmUifQ==\",\"modules_space2\":\"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE4IiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMTgifQ==\",\"image_height2\":\"75\",\"meta_padding2\":\"eyJhbGwiOiIycHggMCAwIDIwcHgiLCJsYW5kc2NhcGUiOiIycHggMCAwIDE2cHgiLCJwb3J0cmFpdCI6IjFweCAwIDAgMTBweCIsInBob25lIjoiMnB4IDAgMCAxNnB4In0=\",\"f_title2_font_size\":\"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==\",\"f_title2_font_weight\":\"500\",\"f_title2_font_line_height\":\"1.4\",\"ajax_pagination\":\"next_prev\",\"title_txt_hover2\":\"#cb9558\",\"cat_bg_hover2\":\"#cb9558\",\"pag_h_bg\":\"#cb9558\",\"pag_h_border\":\"#cb9558\",\"tdc_css\":\"eyJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjQzIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMzgiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIzOCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiNDgiLCJkaXNwbGF5IjoiIn19\",\"pag_space\":\"eyJsYW5kc2NhcGUiOiIxOCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjE4In0=\",\"f_cat2_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"f_meta2_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"modules_category_padding2\":\"eyJwb3J0cmFpdCI6IjJweCA1cHggM3B4In0=\",\"sort\":\"\",\"block_type\":\"td_flex_block_4\",\"separator\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"mc1_tl\":\"\",\"mc1_title_tag\":\"\",\"mc1_el\":\"\",\"mc4_tl\":\"\",\"mc4_title_tag\":\"\",\"mc4_el\":\"\",\"post_ids\":\"\",\"category_id\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"locked_only\":\"\",\"limit\":\"5\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_query_cache\":\"\",\"td_query_cache_expiration\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"h_effect\":\"\",\"modules_border_size1\":\"\",\"modules_border_style1\":\"\",\"modules_border_color1\":\"#eaeaea\",\"modules_divider1\":\"\",\"modules_divider_color1\":\"#eaeaea\",\"image_alignment1\":\"50\",\"image_radius1\":\"\",\"hide_image\":\"\",\"show_favourites\":\"\",\"fav_size\":\"2\",\"fav_space\":\"\",\"fav_ico_color\":\"\",\"fav_ico_color_h\":\"\",\"fav_bg\":\"\",\"fav_bg_h\":\"\",\"fav_shadow_shadow_header\":\"\",\"fav_shadow_shadow_title\":\"Shadow\",\"fav_shadow_shadow_size\":\"\",\"fav_shadow_shadow_offset_horizontal\":\"\",\"fav_shadow_shadow_offset_vertical\":\"\",\"fav_shadow_shadow_spread\":\"\",\"fav_shadow_shadow_color\":\"\",\"video_icon1\":\"\",\"video_icon_pos1\":\"center\",\"video_popup\":\"yes\",\"video_rec\":\"\",\"spot_header\":\"\",\"video_rec_title\":\"\",\"video_rec_color\":\"\",\"video_rec_disable\":\"\",\"autoplay_vid\":\"yes\",\"show_vid_t\":\"block\",\"vid_t_margin\":\"\",\"vid_t_padding\":\"\",\"video_title_color\":\"\",\"video_title_color_h\":\"\",\"video_bg\":\"\",\"video_overlay\":\"\",\"vid_t_color\":\"\",\"vid_t_bg_color\":\"\",\"f_vid_title_font_header\":\"\",\"f_vid_title_font_title\":\"Video pop-up article title\",\"f_vid_title_font_settings\":\"\",\"f_vid_title_font_family\":\"\",\"f_vid_title_font_size\":\"\",\"f_vid_title_font_line_height\":\"\",\"f_vid_title_font_style\":\"\",\"f_vid_title_font_weight\":\"\",\"f_vid_title_font_transform\":\"\",\"f_vid_title_font_spacing\":\"\",\"f_vid_title_\":\"\",\"f_vid_time_font_title\":\"Video duration text\",\"f_vid_time_font_settings\":\"\",\"f_vid_time_font_family\":\"\",\"f_vid_time_font_size\":\"\",\"f_vid_time_font_line_height\":\"\",\"f_vid_time_font_style\":\"\",\"f_vid_time_font_weight\":\"\",\"f_vid_time_font_transform\":\"\",\"f_vid_time_font_spacing\":\"\",\"f_vid_time_\":\"\",\"excl_show_1\":\"inline-block\",\"excl_txt_1\":\"\",\"excl_margin_1\":\"\",\"excl_padd_1\":\"\",\"all_excl_border_1\":\"\",\"all_excl_border_style_1\":\"solid\",\"excl_radius_1\":\"\",\"excl_color_1\":\"\",\"excl_color_h_1\":\"\",\"excl_bg_1\":\"\",\"excl_bg_h_1\":\"\",\"all_excl_border_color_1\":\"\",\"excl_border_color_h_1\":\"\",\"f_excl_1_font_header\":\"\",\"f_excl_1_font_title\":\"Label text\",\"f_excl_1_font_settings\":\"\",\"f_excl_1_font_family\":\"\",\"f_excl_1_font_size\":\"\",\"f_excl_1_font_line_height\":\"\",\"f_excl_1_font_style\":\"\",\"f_excl_1_font_weight\":\"\",\"f_excl_1_font_transform\":\"\",\"f_excl_1_font_spacing\":\"\",\"f_excl_1_\":\"\",\"meta_info_horiz1\":\"content-horiz-left\",\"meta_width1\":\"\",\"meta_margin1\":\"\",\"meta_info_border_radius1\":\"\",\"art_title1\":\"\",\"modules_category_margin1\":\"\",\"modules_cat_border1\":\"\",\"modules_category_radius1\":\"0\",\"show_cat1\":\"inline-block\",\"modules_extra_cat1\":\"\",\"author_photo\":\"\",\"author_photo_size1\":\"\",\"author_photo_space1\":\"\",\"author_photo_radius1\":\"\",\"show_date1\":\"inline-block\",\"show_review1\":\"inline-block\",\"review_space1\":\"\",\"review_size1\":\"2.5\",\"review_distance1\":\"\",\"art_excerpt1\":\"\",\"excerpt_middle\":\"\",\"show_audio1\":\"block\",\"art_audio1\":\"\",\"art_audio_size1\":\"1.5\",\"m_padding2\":\"\",\"modules_border_size2\":\"\",\"modules_border_style2\":\"\",\"modules_border_color2\":\"#eaeaea\",\"modules_divider2\":\"\",\"modules_divider_color2\":\"#eaeaea\",\"image_size3\":\"\",\"image_alignment2\":\"50\",\"image_floated2\":\"float_left\",\"image_radius2\":\"\",\"hide_image3\":\"\",\"show_favourites2\":\"\",\"fav_size2\":\"2\",\"fav_space2\":\"\",\"fav_ico_color2\":\"\",\"fav_ico_color_h2\":\"\",\"fav_bg2\":\"\",\"fav_bg_h2\":\"\",\"fav_shadow2_shadow_header\":\"\",\"fav_shadow2_shadow_title\":\"Shadow\",\"fav_shadow2_shadow_size\":\"\",\"fav_shadow2_shadow_offset_horizontal\":\"\",\"fav_shadow2_shadow_offset_vertical\":\"\",\"fav_shadow2_shadow_spread\":\"\",\"fav_shadow2_shadow_color\":\"\",\"video_icon2\":\"\",\"video_popup3\":\"yes\",\"video_rec3\":\"\",\"video_rec_title3\":\"\",\"video_rec_color3\":\"\",\"autoplay_vid3\":\"yes\",\"show_vid_t3\":\"block\",\"vid_t_margin3\":\"\",\"vid_t_padding3\":\"\",\"excl_show_2\":\"inline-block\",\"excl_txt_2\":\"\",\"excl_margin_2\":\"\",\"excl_padd_2\":\"\",\"all_excl_border_2\":\"\",\"all_excl_border_style_2\":\"solid\",\"excl_radius_2\":\"\",\"excl_color_2\":\"\",\"excl_color_h_2\":\"\",\"excl_bg_2\":\"\",\"excl_bg_h_2\":\"\",\"all_excl_border_color_2\":\"\",\"excl_border_color_h_2\":\"\",\"f_excl_2_font_header\":\"\",\"f_excl_2_font_title\":\"Label text\",\"f_excl_2_font_settings\":\"\",\"f_excl_2_font_family\":\"\",\"f_excl_2_font_size\":\"\",\"f_excl_2_font_line_height\":\"\",\"f_excl_2_font_style\":\"\",\"f_excl_2_font_weight\":\"\",\"f_excl_2_font_transform\":\"\",\"f_excl_2_font_spacing\":\"\",\"f_excl_2_\":\"\",\"meta_info_horiz2\":\"content-horiz-left\",\"meta_width2\":\"\",\"meta_margin2\":\"\",\"meta_info_border_radius2\":\"\",\"art_title2\":\"\",\"modules_category3\":\"\",\"modules_category_margin2\":\"\",\"modules_cat_border2\":\"\",\"modules_category_radius2\":\"0\",\"modules_extra_cat2\":\"\",\"author_photo3\":\"\",\"author_photo_size2\":\"\",\"author_photo_space2\":\"\",\"author_photo_radius2\":\"\",\"show_date2\":\"inline-block\",\"show_review2\":\"inline-block\",\"review_space2\":\"\",\"review_size2\":\"2.5\",\"review_distance2\":\"\",\"art_excerpt2\":\"\",\"excerpt_middle3\":\"\",\"show_audio2\":\"block\",\"hide_audio3\":\"\",\"art_audio2\":\"\",\"art_audio_size2\":\"1\",\"pag_padding\":\"\",\"pag_border_width\":\"\",\"pag_border_radius\":\"\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"pag_icons_size\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"f_title1_font_header\":\"\",\"f_title1_font_title\":\"Article title 1\",\"f_title1_font_settings\":\"\",\"f_title1_font_family\":\"\",\"f_title1_font_style\":\"\",\"f_title1_font_transform\":\"\",\"f_title1_font_spacing\":\"\",\"f_title1_\":\"\",\"f_cat1_font_title\":\"Article category tag 1\",\"f_cat1_font_settings\":\"\",\"f_cat1_font_family\":\"\",\"f_cat1_font_line_height\":\"\",\"f_cat1_font_style\":\"\",\"f_cat1_font_weight\":\"\",\"f_cat1_font_transform\":\"\",\"f_cat1_font_spacing\":\"\",\"f_cat1_\":\"\",\"f_meta1_font_title\":\"Article meta info 1\",\"f_meta1_font_settings\":\"\",\"f_meta1_font_family\":\"\",\"f_meta1_font_line_height\":\"\",\"f_meta1_font_style\":\"\",\"f_meta1_font_weight\":\"\",\"f_meta1_font_transform\":\"\",\"f_meta1_font_spacing\":\"\",\"f_meta1_\":\"\",\"f_ex1_font_title\":\"Article excerpt 1\",\"f_ex1_font_settings\":\"\",\"f_ex1_font_family\":\"\",\"f_ex1_font_size\":\"\",\"f_ex1_font_line_height\":\"\",\"f_ex1_font_style\":\"\",\"f_ex1_font_weight\":\"\",\"f_ex1_font_transform\":\"\",\"f_ex1_font_spacing\":\"\",\"f_ex1_\":\"\",\"f_title2_font_title\":\"Article title 2\",\"f_title2_font_settings\":\"\",\"f_title2_font_family\":\"\",\"f_title2_font_style\":\"\",\"f_title2_font_transform\":\"\",\"f_title2_font_spacing\":\"\",\"f_title2_\":\"\",\"f_cat2_font_title\":\"Article category tag 2\",\"f_cat2_font_settings\":\"\",\"f_cat2_font_family\":\"\",\"f_cat2_font_line_height\":\"\",\"f_cat2_font_style\":\"\",\"f_cat2_font_weight\":\"\",\"f_cat2_font_transform\":\"\",\"f_cat2_font_spacing\":\"\",\"f_cat2_\":\"\",\"f_meta2_font_title\":\"Article meta info 2\",\"f_meta2_font_settings\":\"\",\"f_meta2_font_family\":\"\",\"f_meta2_font_line_height\":\"\",\"f_meta2_font_style\":\"\",\"f_meta2_font_weight\":\"\",\"f_meta2_font_transform\":\"\",\"f_meta2_font_spacing\":\"\",\"f_meta2_\":\"\",\"f_ex2_font_title\":\"Article excerpt 2\",\"f_ex2_font_settings\":\"\",\"f_ex2_font_family\":\"\",\"f_ex2_font_size\":\"\",\"f_ex2_font_line_height\":\"\",\"f_ex2_font_style\":\"\",\"f_ex2_font_weight\":\"\",\"f_ex2_font_transform\":\"\",\"f_ex2_font_spacing\":\"\",\"f_ex2_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"shadow_shadow_header\":\"\",\"shadow_shadow_title\":\"Module Shadow\",\"shadow_shadow_size\":\"\",\"shadow_shadow_offset_horizontal\":\"\",\"shadow_shadow_offset_vertical\":\"\",\"shadow_shadow_spread\":\"\",\"shadow_shadow_color\":\"\",\"meta_bg\":\"\",\"all_underline_height1\":\"\",\"all_underline_color1\":\"#000\",\"cat_style\":\"\",\"cat_border1\":\"\",\"cat_border_hover1\":\"\",\"ex_txt\":\"\",\"com_bg\":\"\",\"com_txt\":\"\",\"rev_txt\":\"\",\"audio_btn_color\":\"\",\"audio_time_color\":\"\",\"audio_bar_color\":\"\",\"audio_bar_curr_color\":\"\",\"meta_bg2\":\"\",\"title_txt2\":\"\",\"all_underline_height2\":\"\",\"all_underline_color2\":\"#000\",\"cat_bg2\":\"\",\"cat_txt2\":\"\",\"cat_txt_hover2\":\"\",\"cat_border2\":\"\",\"cat_border_hover2\":\"\",\"author_txt2\":\"\",\"author_txt_hover2\":\"\",\"date_txt2\":\"\",\"ex_txt2\":\"\",\"com_bg2\":\"\",\"com_txt2\":\"\",\"rev_txt2\":\"\",\"audio_btn_color2\":\"\",\"audio_time_color2\":\"\",\"audio_bar_color2\":\"\",\"audio_bar_curr_color2\":\"\",\"pag_text\":\"\",\"pag_h_text\":\"\",\"pag_bg\":\"\",\"pag_border\":\"\",\"btn_title\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"css\":\"\",\"td_column_number\":1,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"class\":\"tdi_19\",\"tdc_css_class\":\"tdi_19\",\"tdc_css_class_style\":\"tdi_19_rand_style\"}';\nblock_tdi_19.td_column_number = \"1\";\nblock_tdi_19.block_type = \"td_flex_block_4\";\nblock_tdi_19.post_count = \"5\";\nblock_tdi_19.found_posts = \"102\";\nblock_tdi_19.header_color = \"\";\nblock_tdi_19.ajax_pagination_infinite_stop = \"\";\nblock_tdi_19.max_num_pages = \"21\";\ntdBlocksArray.push(block_tdi_19);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">Popular posts<\/span><\/h4><\/div><div id=tdi_19 class=\"td_block_inner td-mc1-wrap\">\r\n        <div class=\"td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Untitled-1-485x360.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\">Gol Dhana Ceremony of Rohan &amp; Simran<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/pheras\/\" class=\"td-post-category\" >Hindu Wedding<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-28T19:56:02+05:30\" >February 28, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/TN-02-HP-Sports-300dpi-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\">Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\" class=\"td-post-category\" >Cinematography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-18T14:44:37+05:30\" >February 18, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Roka of Tanisha &amp; Arvind\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Cover-pic-Tanisha-Arvind-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" title=\"Roka of Tanisha &amp; Arvind\">Roka of Tanisha &amp; Arvind<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\" class=\"td-post-category\" >Photography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-13T12:28:34+05:30\" >February 13, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/10\/ZSL_8074-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\">Hema Malini&#8217;s performance of &#8216;Durga&#8217;<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\" class=\"td-post-category\" >Corporate<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-10-13T14:33:30+05:30\" >October 13, 2025<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Mumbai Airport Architecture\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/08\/DSC_5713-218x150.jpg\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" title=\"Mumbai Airport Architecture\">Mumbai Airport Architecture<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/commercial\/\" class=\"td-post-category\" >Commercial Photography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-08-27T14:54:31+05:30\" >August 27, 2025<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><div class=\"td-next-prev-wrap\"><a href=\"#\" class=\"td-ajax-prev-page ajax-page-disabled\" aria-label=\"prev-page\" id=\"prev-page-tdi_19\" data-td_block_id=\"tdi_19\"><i class=\"td-next-prev-icon td-icon-font td-icon-menu-left\"><\/i><\/a><a href=\"#\"  class=\"td-ajax-next-page\" aria-label=\"next-page\" id=\"next-page-tdi_19\" data-td_block_id=\"tdi_19\"><i class=\"td-next-prev-icon td-icon-font td-icon-menu-right\"><\/i><\/a><\/div><\/div><div class=\"td_block_wrap td_block_popular_categories tdi_20 widget widget_categories td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_20\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_20{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_20{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_20{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_20{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.td_block_popular_categories{\r\n                  padding-bottom: 0;\r\n                }.tdi_20 .td-block-title a,\r\n\t\t\t\t.tdi_20 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_20 li{\r\n\t\t\t\t\tline-height:2.1 !important;\r\n\t\t\t\t}.tdi_20 .td-cat-no{\r\n\t\t\t\t\tline-height:2.1 !important;\r\n\t\t\t\t}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_20 li{\r\n\t\t\t\t\tfont-size:13px !important;\r\n\t\t\t\t}.tdi_20 .td-cat-no{\r\n\t\t\t\t\tfont-size:13px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_20 li{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}.tdi_20 .td-cat-no{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}\n}\n<\/style><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">Popular categories<\/span><\/h4><\/div><ul class=\"td-pb-padding-side\"><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\"><span class=\"td-cat-name\">Photography<\/span><span class=\"td-cat-no\">65<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\"><span class=\"td-cat-name\">Corporate<\/span><span class=\"td-cat-no\">29<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\"><span class=\"td-cat-name\">Cinematography<\/span><span class=\"td-cat-no\">25<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/head-shots\/\"><span class=\"td-cat-name\">Head Shots<\/span><span class=\"td-cat-no\">15<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/\"><span class=\"td-cat-name\">Wedding<\/span><span class=\"td-cat-no\">14<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/event\/\"><span class=\"td-cat-name\">Event<\/span><span class=\"td-cat-no\">12<\/span><\/a><\/li><\/ul><\/div><div class=\"td_block_wrap td_block_slide tdi_21 td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_21\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_21{\nmargin-bottom:48px !important;\nposition:relative;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_21{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_21{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_21{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.td_block_slide{\r\n                  position: relative;\r\n                  overflow: hidden;\r\n                  *zoom: 1;\r\n                }.td_block_slide:before,\r\n                .td_block_slide:after{\r\n                  display: table;\r\n                  content: '';\r\n                  line-height: 0;\r\n                }.td_block_slide:after{\r\n                  clear: both;\r\n                }.td_block_slide .td_block_inner{\r\n                  position: relative;\r\n                }.td_block_slide .td-module-thumb,\r\n                .td_block_slide .td-video-play-ico,\r\n                .td_block_slide .td-slide-meta,\r\n                .td_block_slide i{\r\n                  -webkit-touch-callout: none;\r\n                  -webkit-user-select: none;\r\n                  user-select: none;\r\n                }.td_block_slide .td-module-thumb{\r\n                  margin-bottom: 0;\r\n                  z-index: -1;\r\n                  position: static;\r\n                }.td_block_slide .td-video-play-ico{\r\n                  width: 40px !important;\r\n                  height: 40px !important;\r\n                  font-size: 40px !important;\r\n                  border-width: 0.05em !important;\r\n                }.td_block_slide .td-admin-edit{\r\n                  height: auto !important;\r\n                }.td_block_slide .td_module_slide{\r\n                  z-index: 1;\r\n                \r\n                  visibility: hidden !important;\r\n                }.td_block_slide .td-image-gradient:before{\r\n                  height: 100%;\r\n                }.td_block_slide .td-module-thumb,\r\n                .td_block_slide .entry-thumb{\r\n                  height: 100%;\r\n                }.td_block_slide .entry-thumb{\r\n                  background-size: cover;\r\n                }.td_block_slide .td-slide-meta{\r\n                  z-index: 2;\r\n                  position: absolute;\r\n                  bottom: 10px;\r\n                  width: 100%;\r\n                  padding: 0 22px;\r\n                  color: #fff;\r\n                  left: 0;\r\n                  right: 0;\r\n                  margin: 0 auto;\r\n                }.td_block_slide .td-slide-meta a,\r\n                .td_block_slide .td-slide-meta span{\r\n                  color: #fff;\r\n                }.td_block_slide .entry-title{\r\n                  margin: 5px 0;\r\n                }.td_block_slide .entry-review-stars{\r\n                  margin-right: 22px;\r\n                  top: 0;\r\n                }.td_block_slide .td-post-date{\r\n                  color: #fff;\r\n                  margin-left: 4px;\r\n                }.td_block_slide .td-post-views{\r\n                  display: inline-block;\r\n                  vertical-align: top;\r\n                  margin-right: 22px;\r\n                  line-height: 15px;\r\n                }.td_block_slide .td-icon-views{\r\n                  position: relative;\r\n                  line-height: 17px;\r\n                  font-size: 14px;\r\n                  margin-right: 5px;\r\n                  vertical-align: top;\r\n                }.td_block_slide .td-post-comments{\r\n                  position: relative;\r\n                  top: 2px;\r\n                  display: inline-block;\r\n                  vertical-align: top;\r\n                  margin-left: 10px;\r\n                }.td_block_slide .td-icon-comments{\r\n                  margin-right: 5px;\r\n                  font-size: 9px;\r\n                  position: relative;\r\n                  top: 1px;\r\n                }.td_block_slide .td-slide-nav{\r\n                  padding: 20px;\r\n                  position: absolute;\r\n                  display: block;\r\n                  height: 80px;\r\n                  margin-top: -40px;\r\n                  top: 50%;\r\n                  font-size: 38px;\r\n                  color: #fff;\r\n                  opacity: 0;\r\n                  -webkit-transition: opacity 0.4s;\r\n                  transition: opacity 0.4s;\r\n                }.td_block_slide .td-slide-nav-svg{\r\n                  display: inline-flex;\r\n                  align-items: center;\r\n                  justify-content: center;\r\n                }.td_block_slide .td-slide-nav-svg svg{\r\n                  width: 38px;\r\n                  height: auto;\r\n                }.td_block_slide .td-slide-nav-svg svg,\r\n                .td_block_slide .td-slide-nav-svg svg *{\r\n                  fill: #fff;\r\n                }.td_block_slide .prevButton{\r\n                  left: 0;\r\n                }.td_block_slide .nextButton{\r\n                  right: 0;\r\n                }.td_block_slide .td_module_wrap:hover .entry-title a{\r\n                  color: #fff;\r\n                }.td-ss-main-sidebar .td_block_slide,\r\n                .td-ss-row .td-pb-span4 .td_block_slide{\r\n                  overflow: visible;\r\n                }.td-theme-slider .slide-meta-cat a{\r\n                  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);\r\n                  font-size: 12px;\r\n                  font-weight: 500;\r\n                  text-transform: uppercase;\r\n                  display: inline-block;\r\n                  margin: 0 0 5px 0;\r\n                  padding: 4px 7px 3px;\r\n                  line-height: 14px;\r\n                  background-color: rgba(0, 0, 0, 0.7);\r\n                  -webkit-transition: background-color 0.3s ease;\r\n                  transition: background-color 0.3s ease;\r\n                }.td-theme-slider:hover .td-slide-nav{\r\n                  opacity: 1;\r\n                  z-index: 1;\r\n                }.td-theme-slider:hover .slide-meta-cat a{\r\n                  background-color: var(--td_theme_color, #4db2ec);\r\n                }@-moz-document url-prefix(){\r\n                  .td-theme-slider .slide-meta-cat a {\r\n                    padding: 3px 7px 4px;\r\n                  }}\r\n                .iosSlider-col-3,\r\n                .iosSlider-col-3 .td_module_slide{\r\n                  height: 580px;\r\n                }.iosSlider-col-3 .entry-title{\r\n                  font-size: 48px;\r\n                  line-height: 58px;\r\n                }.iosSlider-col-2,\r\n                .iosSlider-col-2 .td_module_slide{\r\n                  height: 385px;\r\n                }.iosSlider-col-2 .entry-title{\r\n                  font-size: 26px;\r\n                  line-height: 32px;\r\n                }.td_block_slide .iosSlider-col-1,\r\n                .td_block_slide .iosSlider-col-1 .td_module_slide{\r\n                  height: 385px;\r\n                }.td_block_slide .iosSlider-col-1 .entry-title{\r\n                  font-size: 18px;\r\n                  line-height: 24px;\r\n                }.td_block_slide .td_module_slide:first-child,\r\n                .td-js-loaded .td_block_slide .td_module_slide{\r\n                  visibility: visible !important;\r\n                }.tdi_21 .td-slide-meta{\r\n                    max-width: calc(100% + 44px);\r\n                }.tdi_21 .entry-thumb{\r\n\t\t\t\t    background-position: center 50%;\r\n\t\t\t\t}.tdi_21 .slide-meta-cat{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_21 .td-post-author-name{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_21 .td-post-date,\r\n\t\t\t\t.tdi_21 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_21 .td-post-comments{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_21 .td-slide-nav{\r\n\t\t\t\t    font-size: 55px;\r\n\t\t\t\t}.tdi_21 .td-slide-nav-svg svg{\r\n\t\t\t\t    width: 55px;\r\n\t\t\t\t}.tdi_21 .td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_21 .td-image-gradient:before{\r\n\t\t\t\t\tbackground: -webkit-linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%,rgba(0,0,0,0));background: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%,rgba(0,0,0,0));\r\n\t\t\t\t}.tdi_21 .td_module_slide:hover span.slide-meta-cat a,\r\n\t\t\t\t.tdi_21 .td-theme-slider:hover .slide-meta-cat a{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t}.tdi_21 .td-block-title a,\r\n\t\t\t\t.tdi_21 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_21 .td_module_slide .entry-title{\r\n\t\t\t\t\tline-height:1.3 !important;\r\n\t\t\t\t}.tdi_21 .td-theme-slider:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (max-width: 1018px) {\r\n                  .td_block_slide .td-video-play-ico {\r\n                    top: 12px;\r\n                    left: auto;\r\n                    right: 12px;\r\n                    -webkit-transform: none;\r\n                    transform: none;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .td_block_slide .td-slide-meta {\r\n                    padding: 0 12px;\r\n                    bottom: 3px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .td-theme-slider .slide-meta-cat a {\r\n                    font-size: 10px;\r\n                    padding: 2px 5px 2px;\r\n                    margin-bottom: 0;\r\n                    line-height: 13px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                    .td-theme-slider .slide-meta-cat a {\r\n                      line-height: 12px;\r\n                    }\r\n                  }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                  .iosSlider-col-3,\r\n                  .iosSlider-col-3 .td_module_slide {\r\n                    height: 532px;\r\n                  }\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .iosSlider-col-3,\r\n                  .iosSlider-col-3 .td_module_slide {\r\n                    height: 402px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .iosSlider-col-3,\r\n                  .iosSlider-col-3 .td_module_slide {\r\n                    height: 298px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .iosSlider-col-3,\r\n                  .iosSlider-col-3 .td_module_slide {\r\n                    height: 163px;\r\n                  }\r\n                }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                  .iosSlider-col-3 .entry-title {\r\n                    font-size: 42px;\r\n                    line-height: 52px;\r\n                  }\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .iosSlider-col-3 .entry-title {\r\n                    font-size: 34px;\r\n                    line-height: 44px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .iosSlider-col-3 .entry-title {\r\n                    font-size: 26px;\r\n                    line-height: 32px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .iosSlider-col-3 .entry-title {\r\n                    font-size: 18px;\r\n                    line-height: 24px;\r\n                  }\r\n                }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                  .iosSlider-col-2,\r\n                  .iosSlider-col-2 .td_module_slide {\r\n                    height: 354px;\r\n                  }\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .iosSlider-col-2,\r\n                  .iosSlider-col-2 .td_module_slide {\r\n                    height: 268px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .iosSlider-col-2,\r\n                  .iosSlider-col-2 .td_module_slide {\r\n                    height: 303px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .iosSlider-col-2,\r\n                  .iosSlider-col-2 .td_module_slide {\r\n                    height: 166px;\r\n                  }\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .iosSlider-col-2 .entry-title {\r\n                    font-size: 22px;\r\n                    line-height: 28px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .iosSlider-col-2 .entry-title {\r\n                    font-size: 18px;\r\n                    line-height: 24px;\r\n                  }\r\n                }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                  .td_block_slide .iosSlider-col-1,\r\n                  .td_block_slide .iosSlider-col-1 .td_module_slide {\r\n                    height: 354px;\r\n                  }\r\n                }@media (min-width: 768px) and (max-width: 1018px) {\r\n                  .td_block_slide .iosSlider-col-1,\r\n                  .td_block_slide .iosSlider-col-1 .td_module_slide {\r\n                    height: 268px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .td_block_slide .iosSlider-col-1,\r\n                  .td_block_slide .iosSlider-col-1 .td_module_slide {\r\n                    height: 303px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .td_block_slide .iosSlider-col-1,\r\n                  .td_block_slide .iosSlider-col-1 .td_module_slide {\r\n                    height: 200px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                  .td_block_slide .iosSlider-col-1 .entry-title {\r\n                    font-size: 26px;\r\n                    line-height: 32px;\r\n                  }\r\n                }@media (max-width: 500px) {\r\n                  .td_block_slide .iosSlider-col-1 .entry-title {\r\n                    font-size: 18px;\r\n                    line-height: 24px;\r\n                  }\r\n                }@media (max-width: 767px) {\r\n                    .tdi_21 .td-slide-meta {\r\n                        max-width: calc(100% + 24px);\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_21 .td-slide-meta{\r\n\t\t\t\t\tpadding: 0 20px;\r\n\t\t\t\t}.tdi_21 .td_module_slide .entry-title{\r\n\t\t\t\t\tfont-size:17px !important;\r\n\t\t\t\t}.tdi_21 .td_module_slide .slide-meta-cat a{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_21 .td-slide-meta{\r\n\t\t\t\t\tpadding: 0 15px;\r\n\t\t\t\t}.tdi_21 .slide-meta-cat a{\r\n\t\t\t\t\tpadding: 3px 6px2px;\r\n\t\t\t\t}.tdi_21 .td-slide-nav{\r\n\t\t\t\t    font-size: 38px;\r\n\t\t\t\t}.tdi_21 .td-slide-nav-svg svg{\r\n\t\t\t\t    width: 38px;\r\n\t\t\t\t}.tdi_21 .td_module_slide .entry-title{\r\n\t\t\t\t\tfont-size:15px !important;\r\n\t\t\t\t}.tdi_21 .td_module_slide .slide-meta-cat a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_21 .td_module_slide .td-module-meta-info,\r\n\t\t\t\t.tdi_21 .td_module_slide .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n\n}\n<\/style>\n<div class=\"tdi_21_rand_style td-element-style\"><style>\n.tdi_21_rand_style{\nbackground-color:#b5eab2 !important;\n}\n <\/style><\/div><script>var block_tdi_21 = new tdBlock();\nblock_tdi_21.id = \"tdi_21\";\nblock_tdi_21.atts = '{\"image_size\":\"\",\"meta_info_vert\":\"content-vert-bottom\",\"nav_icon_size\":\"eyJhbGwiOiI1NSIsInBvcnRyYWl0IjoiMzgifQ==\",\"color_overlay\":\"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjgpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjUwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjgpLHJnYmEoMCwwLDAsMCkgNTAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApIn0=\",\"custom_title\":\"My favorites\",\"f_header_font_transform\":\"uppercase\",\"cat_bg_hover\":\"#cb9558\",\"meta_padding\":\"eyJsYW5kc2NhcGUiOiIwIDIwcHgiLCJwb3J0cmFpdCI6IjAgMTVweCJ9\",\"msf_title_font_line_height\":\"1.3\",\"msf_title_font_size\":\"eyJsYW5kc2NhcGUiOiIxNyIsInBvcnRyYWl0IjoiMTUifQ==\",\"msf_cat_font_size\":\"eyJsYW5kc2NhcGUiOiIxMiIsInBvcnRyYWl0IjoiOSJ9\",\"msf_meta_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"category_padding\":\"eyJwb3J0cmFpdCI6IjNweCA2cHgycHgifQ==\",\"tdc_css\":\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwiYmFja2dyb3VuZC1jb2xvciI6IiNiNWVhYjIiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJtYXJnaW4tYm90dG9tIjoiNDMiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7Im1hcmdpbi1ib3R0b20iOiIzOCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjM4IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\",\"category_id\":\"\",\"block_type\":\"td_block_slide\",\"separator\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"autoplay\":\"\",\"ms_title_tag\":\"\",\"post_ids\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"limit\":\"5\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"content_width\":\"\",\"image_alignment\":\"50\",\"image_height\":\"\",\"excl_show\":\"inline-block\",\"excl_txt\":\"\",\"excl_margin\":\"\",\"excl_padd\":\"\",\"all_excl_border\":\"\",\"all_excl_border_style\":\"solid\",\"excl_radius\":\"\",\"excl_color\":\"\",\"excl_color_h\":\"\",\"excl_bg\":\"\",\"excl_bg_h\":\"\",\"all_excl_border_color\":\"\",\"excl_border_color_h\":\"\",\"f_excl_font_header\":\"\",\"f_excl_font_title\":\"Label text\",\"f_excl_font_settings\":\"\",\"f_excl_font_family\":\"\",\"f_excl_font_size\":\"\",\"f_excl_font_line_height\":\"\",\"f_excl_font_style\":\"\",\"f_excl_font_weight\":\"\",\"f_excl_font_transform\":\"\",\"f_excl_font_spacing\":\"\",\"f_excl_\":\"\",\"meta_info_horiz\":\"content-horiz-left\",\"art_title_space\":\"\",\"category_margin\":\"\",\"category_radius\":\"0\",\"show_cat\":\"inline-block\",\"show_author\":\"inline-block\",\"show_date\":\"inline-block\",\"show_com\":\"inline-block\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"msf_title_font_header\":\"\",\"msf_title_font_title\":\"Article title\",\"msf_title_font_settings\":\"\",\"msf_title_font_family\":\"\",\"msf_title_font_style\":\"\",\"msf_title_font_weight\":\"\",\"msf_title_font_transform\":\"\",\"msf_title_font_spacing\":\"\",\"msf_title_\":\"\",\"msf_cat_font_title\":\"Article category tag\",\"msf_cat_font_settings\":\"\",\"msf_cat_font_family\":\"\",\"msf_cat_font_line_height\":\"\",\"msf_cat_font_style\":\"\",\"msf_cat_font_weight\":\"\",\"msf_cat_font_transform\":\"\",\"msf_cat_font_spacing\":\"\",\"msf_cat_\":\"\",\"msf_meta_font_title\":\"Article meta info\",\"msf_meta_font_settings\":\"\",\"msf_meta_font_family\":\"\",\"msf_meta_font_line_height\":\"\",\"msf_meta_font_style\":\"\",\"msf_meta_font_weight\":\"\",\"msf_meta_font_transform\":\"\",\"msf_meta_font_spacing\":\"\",\"msf_meta_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"color_overlay_h\":\"\",\"title_color\":\"\",\"cat_bg\":\"\",\"cat_txt\":\"\",\"cat_txt_hover\":\"\",\"author_txt\":\"\",\"author_txt_hover\":\"\",\"date_txt\":\"\",\"comm_txt\":\"\",\"review_stars\":\"\",\"nav_icons_color\":\"\",\"css\":\"\",\"td_column_number\":1,\"header_color\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"color_preset\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"border_top\":\"\",\"class\":\"tdi_21\",\"tdc_css_class\":\"tdi_21\",\"tdc_css_class_style\":\"tdi_21_rand_style\"}';\nblock_tdi_21.td_column_number = \"1\";\nblock_tdi_21.block_type = \"td_block_slide\";\nblock_tdi_21.post_count = \"5\";\nblock_tdi_21.found_posts = \"102\";\nblock_tdi_21.header_color = \"\";\nblock_tdi_21.ajax_pagination_infinite_stop = \"\";\nblock_tdi_21.max_num_pages = \"21\";\ntdBlocksArray.push(block_tdi_21);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">My favorites<\/span><\/h4><\/div><div id=tdi_21 class=\"td_block_inner\"><div id=\"tdi_22\" class=\"td-theme-slider iosSlider-col-1 td_mod_wrap\"><div class=\"td-slider \"><div id=\"tdi_22_item_0\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Untitled-1-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/pheras\/\">Hindu Wedding<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\">Gol Dhana Ceremony of Rohan &amp; Simran<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-28T19:56:02+05:30\" >February 28, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_22_item_1\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/TN-02-HP-Sports-300dpi-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\">Cinematography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\">Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-18T14:44:37+05:30\" >February 18, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_22_item_2\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Roka of Tanisha &amp; Arvind\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Cover-pic-Tanisha-Arvind-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\">Photography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" title=\"Roka of Tanisha &amp; Arvind\">Roka of Tanisha &amp; Arvind<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-13T12:28:34+05:30\" >February 13, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_22_item_3\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/10\/ZSL_8074-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\">Corporate<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\">Hema Malini&#8217;s performance of &#8216;Durga&#8217;<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-10-13T14:33:30+05:30\" >October 13, 2025<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_22_item_4\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Mumbai Airport Architecture\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/08\/DSC_5713-324x400.jpg\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/commercial\/\">Commercial Photography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" title=\"Mumbai Airport Architecture\">Mumbai Airport Architecture<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-08-27T14:54:31+05:30\" >August 27, 2025<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/#respond\">0<\/a><\/div><\/div><\/div><\/div><\/div><i class=\"td-slide-nav td-icon-left prevButton\"><\/i><i class=\"td-slide-nav td-icon-right nextButton\"><\/i><\/div><\/div><\/div> <!-- .\/block1 --><div class=\"td_block_wrap td_block_social_counter tdi_23 td-social-style2 td-social-font-icons td-pb-border-top td_block_template_1\">\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_23{\nmargin-bottom:0px !important;\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.td_block_social_counter{\r\n                        font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);\r\n                        font-weight: bold;\r\n                        font-size: 11px;\r\n                        color: #fff;\r\n                        margin-bottom: 47px;\r\n                    }.td_block_social_counter .td-sp{\r\n                        position: relative;\r\n                    }.td_block_social_counter .td-sp:after{\r\n                        content: '';\r\n                        width: 1px;\r\n                        height: 16px;\r\n                        background-color: rgba(255, 255, 255, 0.1);\r\n                        position: absolute;\r\n                        right: -1px;\r\n                        top: 8px;\r\n                    }.td-social-list{\r\n                        *zoom: 1;\r\n                    }.td-social-list:before,\r\n                    .td-social-list:after{\r\n                        display: table;\r\n                        content: '';\r\n                        line-height: 0;\r\n                    }.td-social-list:after{\r\n                        clear: both;\r\n                    }.td_social_type{\r\n                        width: 100%;\r\n                        margin-bottom: 10px;\r\n                        -webkit-transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;\r\n                        transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;\r\n                    }.td_social_type:last-child{\r\n                        margin-bottom: 0;\r\n                    }.td_social_type:hover .td-social-box{\r\n                        background-color: #222;\r\n                    }.td_social_type .td_social_info{\r\n                        padding: 0 0 0 9px;\r\n                        position: relative;\r\n                        top: -12px;\r\n                    }.td_social_type .td-social-box{\r\n                        height: 32px;\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                    }.td_social_type .td-social-box .td-sp{\r\n                        display: inline-block;\r\n                    }.td_social_type .td_social_number{\r\n                        border-left: 1px solid rgba(255, 255, 255, 0.1);\r\n                        padding-left: 9px;\r\n                    }.td_social_type .td_social_button{\r\n                        float: right;\r\n                        border-left: 1px solid rgba(255, 255, 255, 0.1);\r\n                        padding: 0 14px;\r\n                        margin-top: 8px;\r\n                        top: 9px;\r\n                        height: 16px;\r\n                        line-height: 15px;\r\n                        text-transform: uppercase;\r\n                    }.td_social_type .td_social_button a{\r\n                        color: #fff;\r\n                    }.td_social_type .td_social_button a:after{\r\n                        content: '';\r\n                        display: block;\r\n                        height: 32px;\r\n                        position: absolute;\r\n                        right: 0;\r\n                        top: 0;\r\n                        width: 324px;\r\n                    }.td_social_type .td_social_button a:hover{\r\n                        color: inherit;\r\n                        text-decoration: none !important;\r\n                    }.td_social_type a{\r\n                        color: #fff;\r\n                    }.td_social_facebook .td-social-box{\r\n                        background-color: #516eab;\r\n                    }.td_social_rss .td-social-box{\r\n                        background-color: #ff6600;\r\n                    }.td_social_soundcloud .td-social-box{\r\n                        background-color: #ff5419;\r\n                    }.td_social_twitter .td-social-box{\r\n                        background-color: #29c5f6;\r\n                    }.td_social_vimeo .td-social-box{\r\n                        background-color: #006599;\r\n                    }.td_social_youtube .td-social-box{\r\n                        background-color: #e14e42;\r\n                    }.td_social_instagram .td-social-box{\r\n                        background-color: #417096;\r\n                    }.td_social_pinterest .td-social-box{\r\n                        background-color: #ca212a;\r\n                    }.td_social_tiktok .td-social-box{\r\n                        background-color: #009191;\r\n                    }.td_social_twitch .td-social-box{\r\n                        background-color: #9147FF;\r\n                    }.td_social_steam .td-social-box{\r\n                        background-color: #c7d5e0;\r\n                    }.td-social-boxed .td_social_type{\r\n                        text-align: center;\r\n                        width: 33.3333%;\r\n                        margin: 0;\r\n                        float: left;\r\n                    }.td-social-boxed .td_social_type .td-social-box{\r\n                        height: 100px;\r\n                    }.td-social-boxed .td_social_type span{\r\n                        display: block;\r\n                        width: 100%;\r\n                        padding: 0;\r\n                    }.td-social-boxed .td-sp{\r\n                        margin-top: 10px;\r\n                    }.td-social-boxed .td-sp::after{\r\n                        display: none;\r\n                    }.td-social-boxed .td_social_info{\r\n                        font-size: 17px;\r\n                        top: 0;\r\n                    }.td-social-boxed .td_social_info_name{\r\n                        font-size: 13px;\r\n                        font-weight: normal;\r\n                    }.td-social-boxed .td_social_button{\r\n                        opacity: 0;\r\n                        position: absolute;\r\n                        height: 100%;\r\n                        margin-top: 0;\r\n                        top: 0;\r\n                    }.td-social-boxed .td_social_button a:after{\r\n                        width: 100%;\r\n                        height: 100%;\r\n                    }.td-social-colored .td_social_facebook .td-sp{\r\n                        background-color: #516eab;\r\n                    }.td-social-colored .td_social_rss .td-sp{\r\n                        background-color: #ff6600;\r\n                    }.td-social-colored .td_social_soundcloud .td-sp{\r\n                        background-color: #ff5419;\r\n                    }.td-social-colored .td_social_twitter .td-sp{\r\n                        background-color: #29c5f6;\r\n                    }.td-social-colored .td_social_vimeo .td-sp{\r\n                        background-color: #006599;\r\n                    }.td-social-colored .td_social_youtube .td-sp{\r\n                        background-color: #e14e42;\r\n                    }.td-social-colored .td_social_instagram .td-sp{\r\n                        background-color: #417096;\r\n                    }.td-social-colored .td_social_pinterest .td-sp{\r\n                        background-color: #ca212a;\r\n                    }.td-social-colored .td_social_tiktok .td-sp{\r\n                        background-color: #009191;\r\n                    }.td-social-colored .td_social_twitch .td-sp{\r\n                        background-color: #9147FF;\r\n                    }.td-social-colored .td_social_steam .td-sp{\r\n                        background-color: #c7d5e0;\r\n                    }.td-social-font-icons .td-sp{\r\n                        background: none;\r\n                        font-family: 'newspaper', sans-serif;\r\n                        font-size: 14px;\r\n                        text-align: center;\r\n                        font-weight: normal;\r\n                    }.td-social-font-icons .td-sp:before{\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        right: 0;\r\n                        line-height: 30px;\r\n                    }.td-social-font-icons .td_social_facebook .td-sp:before{\r\n                        content: '\\e818';\r\n                        color: #516eab;\r\n                    }.td-social-font-icons .td_social_rss .td-sp:before{\r\n                        content: '\\e828';\r\n                        color: #ff6600;\r\n                    }.td-social-font-icons .td_social_soundcloud .td-sp:before{\r\n                        content: '\\e82b';\r\n                        color: #ff5419;\r\n                    }.td-social-font-icons .td_social_twitter .td-sp:before{\r\n                        content: '\\e831';\r\n                            color: #000;\r\n                    }.td-social-font-icons .td_social_vimeo .td-sp:before{\r\n                        content: '\\e832';\r\n                        color: #006599;\r\n                    }.td-social-font-icons .td_social_youtube .td-sp:before{\r\n                        content: '\\e836';\r\n                        color: #e14e42;\r\n                    }.td-social-font-icons .td_social_instagram .td-sp:before{\r\n                        content: '\\e81d';\r\n                        color: #417096;\r\n                    }.td-social-font-icons .td_social_pinterest .td-sp:before{\r\n                        content: '\\e825';\r\n                        color: #ca212a;\r\n                    }.td-social-font-icons .td_social_tiktok .td-sp:before{\r\n                        content: '\\e9d6';\r\n                        color: #009191;\r\n                    }.td-social-font-icons .td_social_twitch .td-sp:before{\r\n                        content: '\\e909';\r\n                        color: #9147FF;\r\n                    }.td-social-font-icons .td_social_steam .td-sp:before{\r\n                        content: '\\e939';\r\n                        color: #1b2838;\r\n                    }.td_block_social_counter.td-social-style2{\r\n                        color: #000;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type .td-social-box{\r\n                        background-color: transparent;\r\n                        border: 1px solid #ededed;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type .td_social_button{\r\n                        margin-top: 7px;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a{\r\n                        color: #000;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a:hover{\r\n                        color: #555;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a:hover .td_social_type a{\r\n                        color: #555;\r\n                    }.td_block_social_counter.td-social-style2 .td-sp:after{\r\n                        top: 7px;\r\n                    \r\n                        background-color: #000;\r\n                        opacity: 0.1;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_button{\r\n                        border-color: #ededed;\r\n                    }div.tdi_23 .td-block-title a,\r\n                    div.tdi_23 .td-block-title span{\r\n                        text-transform:uppercase !important;\r\n                    }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 300px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 228px;\r\n                        }\r\n                    }@media (max-width: 767px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 100%;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_type .td-social-box {\r\n                            height: 70px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td-sp {\r\n                            margin-top: 4px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_info {\r\n                            font-size: 13px;\r\n                            top: -12px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_info_name {\r\n                            top: -17px;\r\n                            font-size: 10px;\r\n                        }\r\n                    }\n<\/style><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">I&#039;m social<\/span><\/h4><\/div><div class=\"td-social-list\"><div class=\"td_social_type td-pb-margin-side td_social_facebook\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-facebook\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Fans<\/span><span class=\"td_social_button\"><a href=\"https:\/\/www.facebook.com\/tajfotostudio\"  >Like<\/a><\/span><\/div><\/div><div class=\"td_social_type td-pb-margin-side td_social_instagram\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-instagram\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Followers<\/span><span class=\"td_social_button\"><a href=\"https:\/\/instagram.com\/tajfotostudio#\"  >Follow<\/a><\/span><\/div><\/div><div class=\"td_social_type td-pb-margin-side td_social_youtube\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-youtube\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Subscribers<\/span><span class=\"td_social_button\"><a href=\"https:\/\/www.youtube.com\/tajfotostudio\"  >Subscribe<\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"tdi_24\" class=\"tdc-row\"><div class=\"vc_row tdi_25  wpb_row td-pb-row\" >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_25,\r\n                .tdi_25 .tdc-columns{\r\n                    min-height: 0;\r\n                }.tdi_25,\r\n\t\t\t\t.tdi_25 .tdc-columns{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_25 .tdc-columns{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_25:before,\r\n\t\t\t\t.tdi_25:after{\r\n\t\t\t\t    display: table;\r\n\t\t\t\t}\n<\/style><div class=\"vc_column tdi_27  wpb_column vc_column_container tdc-column td-pb-span8\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_27{\r\n                    vertical-align: baseline;\r\n                }.tdi_27 > .wpb_wrapper,\r\n\t\t\t\t.tdi_27 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_27 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_27 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_27 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_27{\nmargin-bottom:30px !important;\n}\n}\n\n<\/style><div class=\"wpb_wrapper\" ><div class=\"td_block_wrap tdb_loop tdi_28 tdb-numbered-pagination td_with_ajax_pagination td-pb-border-top td_block_template_1 tdb-category-loop-posts\"  data-td-block-uid=\"tdi_28\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_28{\nmargin-bottom:0px !important;\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_28 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_28 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 72%;\r\n\t\t\t\t}.tdi_28 .td-module-container{\r\n\t\t\t\t\tflex-direction: column;\r\n\t\t\t\t\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_28 .td-image-container{\r\n                \tdisplay: block; order: 0;\r\n                }.ie10 .tdi_28 .td-module-meta-info,\r\n\t\t\t\t.ie11 .tdi_28 .td-module-meta-info{\r\n\t\t\t\t \tflex: auto;\r\n\t\t\t    }body .tdi_28 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }.tdi_28 .td-module-meta-info{\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_28 .td_module_wrap:not(.tdb_module_rec){\r\n\t\t\t\t\twidth: 50%;\r\n\t\t\t\t}.tdi_28 .tdb_module_rec{\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}.tdi_28 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 24px;\r\n\t\t\t\t\tpadding-right: 24px;\r\n\t\t\t\t}.tdi_28 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -24px;\r\n\t\t\t\t\tmargin-right: -24px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(21.5px * 2);\r\n\t\t\t\t}.tdi_28 .td-module-container:before{\r\n\t\t\t\t\tbottom: -21.5px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_28 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_28 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_28 .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_28 .tdb-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_28 .td-audio-player{\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size: 13px;\r\n\t\t\t\t}.tdi_28 .td-read-more{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_28 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_28 .td-post-author-name{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_28 .td-post-date,\r\n\t\t\t\t.tdi_28 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_28 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_28 .td-icon-star,\r\n                .tdi_28 .td-icon-star-empty,\r\n                .tdi_28 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_28 .td-module-comments{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_28 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t}.tdi_28 .td_module_wrap:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #cb9558;\r\n\t\t\t\t}.tdi_28 .page-nav .current{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558;\r\n\t\t\t\t}.tdi_28.td_with_ajax_pagination .td-next-prev-wrap a:hover,\r\n\t\t\t\t.tdi_28 .page-nav a:hover,\r\n\t\t\t\t.tdi_28 .td-load-more-wrap a:hover{    \r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558;\r\n\t\t\t\t}.tdi_28 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_28 .td-excerpt{\r\n\t\t\t\t\tmargin: 15px 0 0;\r\n\t\t\t\t\r\n\t\t\t\t\tcolumn-count: 1;\r\n\t\t\t\t\r\n\t\t\t\t\tcolumn-gap: 48px;\r\n\t\t\t\t\r\n\t\t\t\t\tline-height:1.6 !important;\r\n\t\t\t\t}.tdi_28 .td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_28 .entry-title{\r\n\t\t\t\t\tfont-family:Playfair Display !important;line-height:1.1 !important;font-weight:700 !important;\r\n\t\t\t\t}html:not([class*='ie']) .tdi_28 .td-module-container:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (min-width: 768px) {\r\n                    .tdi_28 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_28 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 19px;\r\n\t\t\t\t\tpadding-right: 19px;\r\n\t\t\t\t}.tdi_28 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -19px;\r\n\t\t\t\t\tmargin-right: -19px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(16.5px * 2);\r\n\t\t\t\t}.tdi_28 .td-module-container:before{\r\n\t\t\t\t\tbottom: -16.5px;\r\n\t\t\t\t}.tdi_28 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_28 .entry-title{\r\n\t\t\t\t\tfont-size:20px !important;\r\n\t\t\t\t}.tdi_28 .td-excerpt{\r\n\t\t\t\t\tfont-size:12px !important;line-height:1.5 !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    .tdi_28 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_28 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 14px;\r\n\t\t\t\t\tpadding-right: 14px;\r\n\t\t\t\t}.tdi_28 .tdb-block-inner{\r\n\t\t\t\t\tmargin-left: -14px;\r\n\t\t\t\t\tmargin-right: -14px;\r\n\t\t\t\t\r\n\t\t\t\t\trow-gap: calc(11.5px * 2);\r\n\t\t\t\t}.tdi_28 .td-module-container:before{\r\n\t\t\t\t\tbottom: -11.5px;\r\n\t\t\t\t}.tdi_28 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_28 .entry-title{\r\n\t\t\t\t\tfont-size:18px !important;\r\n\t\t\t\t}.tdi_28 .td-excerpt{\r\n\t\t\t\t\tfont-size:12px !important;line-height:1.5 !important;\r\n\t\t\t\t}@media (min-width: 768px) {\r\n                    .tdi_28 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_28 .td_module_wrap:not(.tdb_module_rec){\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}.tdi_28 .tdb-block-inner{\r\n\t\t\t\t\trow-gap: calc(16.5px * 2);\r\n\t\t\t\t}.tdi_28 .td-module-container:before{\r\n\t\t\t\t\tbottom: -16.5px;\r\n\t\t\t\t}.tdi_28 .td_module_wrap:nth-last-child(1) .td-module-container:before{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_28 .td-module-title a{\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }@media (min-width: 768px) {\r\n                    .tdi_28 .td-module-title a {\r\n                        transition: all 0.2s ease;\r\n                        -webkit-transition: all 0.2s ease;\r\n                    }\r\n                }\n}\n<\/style><script>var block_tdi_28 = new tdBlock();\nblock_tdi_28.id = \"tdi_28\";\nblock_tdi_28.atts = '{\"modules_on_row\":\"eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==\",\"modules_gap\":\"eyJwb3J0cmFpdCI6IjI4IiwiYWxsIjoiNDgiLCJsYW5kc2NhcGUiOiIzOCJ9\",\"modules_category\":\"image\",\"show_excerpt\":\"\",\"show_btn\":\"none\",\"ajax_pagination\":\"numbered\",\"hide_audio\":\"yes\",\"limit\":\"20\",\"offset\":\"2\",\"image_height\":\"72\",\"all_modules_space\":\"eyJhbGwiOiI0MyIsImxhbmRzY2FwZSI6IjMzIiwicG9ydHJhaXQiOiIyMyIsInBob25lIjoiMzMifQ==\",\"f_title_font_family\":\"479\",\"f_title_font_weight\":\"700\",\"f_title_font_line_height\":\"1.1\",\"art_excerpt\":\"15px 0 0\",\"f_ex_font_line_height\":\"eyJhbGwiOiIxLjYiLCJsYW5kc2NhcGUiOiIxLjUiLCJwb3J0cmFpdCI6IjEuNSJ9\",\"tdc_css\":\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\",\"title_txt_hover\":\"#cb9558\",\"cat_bg_hover\":\"#cb9558\",\"pag_h_bg\":\"#cb9558\",\"pag_a_bg\":\"#cb9558\",\"pag_h_border\":\"#cb9558\",\"pag_a_border\":\"#cb9558\",\"image_size\":\"td_485x360\",\"f_title_font_size\":\"eyJsYW5kc2NhcGUiOiIyMCIsInBvcnRyYWl0IjoiMTgifQ==\",\"f_ex_font_size\":\"eyJsYW5kc2NhcGUiOiIxMiIsInBvcnRyYWl0IjoiMTIifQ==\",\"block_type\":\"tdb_loop\",\"separator\":\"\",\"custom_title\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"mc1_tl\":\"\",\"mc1_title_tag\":\"\",\"mc1_el\":\"\",\"open_in_new_window\":\"\",\"post_ids\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"installed_post_types\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"locked_only\":\"\",\"review_source\":\"\",\"container_width\":\"\",\"m_padding\":\"\",\"m_radius\":\"\",\"modules_border_size\":\"\",\"modules_border_style\":\"\",\"modules_border_color\":\"#eaeaea\",\"modules_divider\":\"\",\"modules_divider_color\":\"#eaeaea\",\"h_effect\":\"\",\"image_alignment\":\"50\",\"image_width\":\"\",\"image_floated\":\"no_float\",\"image_radius\":\"\",\"hide_image\":\"\",\"show_favourites\":\"\",\"fav_size\":\"2\",\"fav_space\":\"\",\"fav_ico_color\":\"\",\"fav_ico_color_h\":\"\",\"fav_bg\":\"\",\"fav_bg_h\":\"\",\"fav_shadow_shadow_header\":\"\",\"fav_shadow_shadow_title\":\"Shadow\",\"fav_shadow_shadow_size\":\"\",\"fav_shadow_shadow_offset_horizontal\":\"\",\"fav_shadow_shadow_offset_vertical\":\"\",\"fav_shadow_shadow_spread\":\"\",\"fav_shadow_shadow_color\":\"\",\"video_icon\":\"\",\"video_popup\":\"yes\",\"video_rec\":\"\",\"spot_header\":\"\",\"video_rec_title\":\"- Advertisement -\",\"video_rec_color\":\"\",\"video_rec_disable\":\"\",\"autoplay_vid\":\"yes\",\"show_vid_t\":\"block\",\"vid_t_margin\":\"\",\"vid_t_padding\":\"\",\"video_title_color\":\"\",\"video_title_color_h\":\"\",\"video_bg\":\"\",\"video_overlay\":\"\",\"vid_t_color\":\"\",\"vid_t_bg_color\":\"\",\"f_vid_title_font_header\":\"\",\"f_vid_title_font_title\":\"Video pop-up article title\",\"f_vid_title_font_settings\":\"\",\"f_vid_title_font_family\":\"\",\"f_vid_title_font_size\":\"\",\"f_vid_title_font_line_height\":\"\",\"f_vid_title_font_style\":\"\",\"f_vid_title_font_weight\":\"\",\"f_vid_title_font_transform\":\"\",\"f_vid_title_font_spacing\":\"\",\"f_vid_title_\":\"\",\"f_vid_time_font_title\":\"Video duration text\",\"f_vid_time_font_settings\":\"\",\"f_vid_time_font_family\":\"\",\"f_vid_time_font_size\":\"\",\"f_vid_time_font_line_height\":\"\",\"f_vid_time_font_style\":\"\",\"f_vid_time_font_weight\":\"\",\"f_vid_time_font_transform\":\"\",\"f_vid_time_font_spacing\":\"\",\"f_vid_time_\":\"\",\"excl_show\":\"inline-block\",\"excl_txt\":\"\",\"excl_margin\":\"\",\"excl_padd\":\"\",\"all_excl_border\":\"\",\"all_excl_border_style\":\"solid\",\"excl_radius\":\"\",\"excl_color\":\"\",\"excl_color_h\":\"\",\"excl_bg\":\"\",\"excl_bg_h\":\"\",\"all_excl_border_color\":\"\",\"excl_border_color_h\":\"\",\"f_excl_font_header\":\"\",\"f_excl_font_title\":\"Label text\",\"f_excl_font_settings\":\"\",\"f_excl_font_family\":\"\",\"f_excl_font_size\":\"\",\"f_excl_font_line_height\":\"\",\"f_excl_font_style\":\"\",\"f_excl_font_weight\":\"\",\"f_excl_font_transform\":\"\",\"f_excl_font_spacing\":\"\",\"f_excl_\":\"\",\"meta_info_align\":\"\",\"meta_info_horiz\":\"content-horiz-left\",\"meta_width\":\"\",\"meta_margin\":\"\",\"meta_padding\":\"\",\"meta_space\":\"\",\"meta_info_border_size\":\"\",\"meta_info_border_style\":\"\",\"meta_info_border_color\":\"#eaeaea\",\"meta_info_border_radius\":\"\",\"art_title\":\"\",\"art_btn\":\"\",\"modules_category_margin\":\"\",\"modules_category_padding\":\"\",\"modules_cat_border\":\"\",\"modules_category_radius\":\"0\",\"show_cat\":\"inline-block\",\"modules_extra_cat\":\"\",\"show_author\":\"inline-block\",\"author_photo\":\"\",\"author_photo_size\":\"\",\"author_photo_space\":\"\",\"author_photo_radius\":\"\",\"show_date\":\"inline-block\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"show_com\":\"block\",\"show_review\":\"inline-block\",\"review_space\":\"\",\"review_size\":\"2.5\",\"review_distance\":\"\",\"excerpt_col\":\"1\",\"excerpt_gap\":\"\",\"excerpt_middle\":\"\",\"excerpt_inline\":\"\",\"show_audio\":\"block\",\"art_audio\":\"\",\"art_audio_size\":\"1.5\",\"btn_title\":\"\",\"btn_margin\":\"\",\"btn_padding\":\"\",\"btn_border_width\":\"\",\"btn_radius\":\"\",\"pag_space\":\"\",\"pag_padding\":\"\",\"pag_border_width\":\"\",\"pag_border_radius\":\"\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"pag_icons_size\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_pag_font_title\":\"Pagination text\",\"f_pag_font_settings\":\"\",\"f_pag_font_family\":\"\",\"f_pag_font_size\":\"\",\"f_pag_font_line_height\":\"\",\"f_pag_font_style\":\"\",\"f_pag_font_weight\":\"\",\"f_pag_font_transform\":\"\",\"f_pag_font_spacing\":\"\",\"f_pag_\":\"\",\"f_title_font_header\":\"\",\"f_title_font_title\":\"Article title\",\"f_title_font_settings\":\"\",\"f_title_font_style\":\"\",\"f_title_font_transform\":\"\",\"f_title_font_spacing\":\"\",\"f_title_\":\"\",\"f_cat_font_title\":\"Article category tag\",\"f_cat_font_settings\":\"\",\"f_cat_font_family\":\"\",\"f_cat_font_size\":\"\",\"f_cat_font_line_height\":\"\",\"f_cat_font_style\":\"\",\"f_cat_font_weight\":\"\",\"f_cat_font_transform\":\"\",\"f_cat_font_spacing\":\"\",\"f_cat_\":\"\",\"f_meta_font_title\":\"Article meta info\",\"f_meta_font_settings\":\"\",\"f_meta_font_family\":\"\",\"f_meta_font_size\":\"\",\"f_meta_font_line_height\":\"\",\"f_meta_font_style\":\"\",\"f_meta_font_weight\":\"\",\"f_meta_font_transform\":\"\",\"f_meta_font_spacing\":\"\",\"f_meta_\":\"\",\"f_ex_font_title\":\"Article excerpt\",\"f_ex_font_settings\":\"\",\"f_ex_font_family\":\"\",\"f_ex_font_style\":\"\",\"f_ex_font_weight\":\"\",\"f_ex_font_transform\":\"\",\"f_ex_font_spacing\":\"\",\"f_ex_\":\"\",\"f_btn_font_title\":\"Article read more button\",\"f_btn_font_settings\":\"\",\"f_btn_font_family\":\"\",\"f_btn_font_size\":\"\",\"f_btn_font_line_height\":\"\",\"f_btn_font_style\":\"\",\"f_btn_font_weight\":\"\",\"f_btn_font_transform\":\"\",\"f_btn_font_spacing\":\"\",\"f_btn_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"m_bg\":\"\",\"shadow_shadow_header\":\"\",\"shadow_shadow_title\":\"Module Shadow\",\"shadow_shadow_size\":\"\",\"shadow_shadow_offset_horizontal\":\"\",\"shadow_shadow_offset_vertical\":\"\",\"shadow_shadow_spread\":\"\",\"shadow_shadow_color\":\"\",\"title_txt\":\"\",\"all_underline_height\":\"\",\"all_underline_color\":\"#000\",\"cat_style\":\"\",\"cat_bg\":\"\",\"cat_txt\":\"\",\"cat_txt_hover\":\"\",\"cat_border\":\"\",\"cat_border_hover\":\"\",\"meta_bg\":\"\",\"author_txt\":\"\",\"author_txt_hover\":\"\",\"date_txt\":\"\",\"ex_txt\":\"\",\"com_bg\":\"\",\"com_txt\":\"\",\"rev_txt\":\"\",\"shadow_m_shadow_header\":\"\",\"shadow_m_shadow_title\":\"Meta info shadow\",\"shadow_m_shadow_size\":\"\",\"shadow_m_shadow_offset_horizontal\":\"\",\"shadow_m_shadow_offset_vertical\":\"\",\"shadow_m_shadow_spread\":\"\",\"shadow_m_shadow_color\":\"\",\"audio_btn_color\":\"\",\"audio_time_color\":\"\",\"audio_bar_color\":\"\",\"audio_bar_curr_color\":\"\",\"btn_bg\":\"\",\"btn_bg_hover\":\"\",\"btn_txt\":\"\",\"btn_txt_hover\":\"\",\"btn_border\":\"\",\"btn_border_hover\":\"\",\"nextprev_border_h\":\"\",\"pag_text\":\"\",\"pag_h_text\":\"\",\"pag_a_text\":\"\",\"pag_bg\":\"\",\"pag_border\":\"\",\"ad_loop\":\"\",\"ad_loop_title\":\"- Advertisement -\",\"ad_loop_repeat\":\"\",\"ad_loop_color\":\"\",\"ad_loop_full\":\"yes\",\"f_ad_font_header\":\"\",\"f_ad_font_title\":\"Ad title text\",\"f_ad_font_settings\":\"\",\"f_ad_font_family\":\"\",\"f_ad_font_size\":\"\",\"f_ad_font_line_height\":\"\",\"f_ad_font_style\":\"\",\"f_ad_font_weight\":\"\",\"f_ad_font_transform\":\"\",\"f_ad_font_spacing\":\"\",\"f_ad_\":\"\",\"ad_loop_disable\":\"\",\"el_class\":\"\",\"td_column_number\":2,\"header_color\":\"\",\"td_ajax_preloading\":\"\",\"td_ajax_filter_type\":\"\",\"td_filter_default_txt\":\"\",\"td_ajax_filter_ids\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"css\":\"\",\"class\":\"tdi_28\",\"tdc_css_class\":\"tdi_28\",\"tdc_css_class_style\":\"tdi_28_rand_style\"}';\nblock_tdi_28.td_column_number = \"2\";\nblock_tdi_28.block_type = \"tdb_loop\";\nblock_tdi_28.post_count = \"20\";\nblock_tdi_28.found_posts = \"102\";\nblock_tdi_28.header_color = \"\";\nblock_tdi_28.ajax_pagination_infinite_stop = \"\";\nblock_tdi_28.max_num_pages = \"5\";\ntdBlocksArray.push(block_tdi_28);\n<\/script><div id=tdi_28 class=\"td_block_inner tdb-block-inner td-fix-index\">\r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 2\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 2\">Sample post title 2<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 2 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 3\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 3\">Sample post title 3<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 3 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 4\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 4\">Sample post title 4<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 4 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 5\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 5\">Sample post title 5<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 5 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 6\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 6\">Sample post title 6<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 6 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 7\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 7\">Sample post title 7<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 7 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 8\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 8\">Sample post title 8<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 8 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 9\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 9\">Sample post title 9<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 9 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 10\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 10\">Sample post title 10<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 10 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 11\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 11\">Sample post title 11<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 11 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 12\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 12\">Sample post title 12<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 12 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 13\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 13\">Sample post title 13<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 13 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 14\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 14\">Sample post title 14<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 14 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 15\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 15\">Sample post title 15<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 15 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 16\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 16\">Sample post title 16<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 16 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 17\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 17\">Sample post title 17<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 17 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 18\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 18\">Sample post title 18<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 18 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 19\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 19\">Sample post title 19<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 19 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 20\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 20\">Sample post title 20<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 20 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"tdb_module_loop td_module_wrap td-animation-stack td-cpt-sample\">\r\n            <div class=\"td-module-container td-category-pos-image\">\r\n                                    <div class=\"td-image-container\">\r\n                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/blog\/\" class=\"td-post-category\" >Blog<\/a>                        <div class=\"td-module-thumb\"><a href=\"#\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sample post title 21\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/plugins\/td-composer\/legacy\/Newspaper\/assets\/images\/no-thumb\/td_485x360.png\" ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"#\"  rel=\"bookmark\" title=\"Sample post title 21\">Sample post title 21<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        \r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"#\">Author name<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"\" >April 9, 2026<\/time><\/span>                                                                        <span class=\"td-module-comments\"><a href=\"#\">11<\/a><\/span>                                <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    <div class=\"td-excerpt\">Sample post no 21 excerpt.<\/div>\r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><div class=\"page-nav td-pb-padding-side\"><a href=\"#\"><i class=\"page-nav-icon td-icon-menu-left\"><\/i><\/a><span class=\"current\">1<\/span><a href=\"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/page\/2\/\" class=\"page\" title=\"2\">2<\/a><a href=\"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/page\/3\/\" class=\"page\" title=\"3\">3<\/a><a href=\"#\"><i class=\"page-nav-icon td-icon-menu-right\"><\/i><\/a><span class=\"pages\">Page 1 of 3<\/span><div class=\"clearfix\"><\/div><\/div><\/div><div class=\"td_block_wrap tdm_block_button_simplified tdi_29 tdm-descr td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_29\" >\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_29{\r\n                    display: block;\r\n                \r\n                    text-align: center;\r\n                }.tdi_29 a{\r\n                    justify-content: center;\r\n                \r\n                    flex-direction: row;\r\n                \r\n\t\t\t\t\tfont-family:EB Garamond !important;font-weight:900 !important;\r\n\t\t\t\t}.tdi_29 .tdm-btn-s-icon{\r\n                    top: -9px;\r\n                }.tdi_29 a:after{\r\n\t\t\t\t\tborder-width: 10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-style: solid;\r\n\t\t\t\t}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_29 .tdm-btn-s-icon{\r\n                    font-size: 35px;\r\n                \r\n                    top: -3px;\r\n                }\n}\n<\/style><a href=\"tel:+919821029224\" title=\"CALL Us Now\"><span class=\"tdm-btn-s-txt\">CALL Us Now<\/span><i class=\"tdm-btn-s-icon tdc-font-fa tdc-font-fa-volume-control-phone\"><\/i><\/a><\/div><\/div><\/div><div class=\"vc_column tdi_31  wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_31{\r\n                    vertical-align: baseline;\r\n                }.tdi_31 > .wpb_wrapper,\r\n\t\t\t\t.tdi_31 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_31 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_31 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_31 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" data-sticky-enabled-on=\"W3RydWUsdHJ1ZSx0cnVlLHRydWVd\" data-sticky-offset=\"20\" data-sticky-is-width-auto=\"W2ZhbHNlLGZhbHNlLGZhbHNlLGZhbHNlXQ==\"><div class=\"td_block_wrap td-a-rec td-a-rec-id-custom-spot td-a-rec-img tdi_32 td_block_template_1\">\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_32{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_32{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_32{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_32{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_32.td-a-rec{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t}.tdi_32.td-a-rec:not(.td-a-rec-no-translate){\r\n\t\t\t\t    transform: translateZ(0);\r\n\t\t\t\t}.tdi_32 .td-element-style{\r\n\t\t\t\t\tz-index: -1;\r\n\t\t\t\t}.tdi_32 .td-spot-id-spot_img_hidden{\r\n                    display: none;\r\n                }.tdi_32 .td-adspot-title{\r\n                    display: block;\r\n                }.tdi_32 .td_spot_img_all img,\r\n\t\t\t\t.tdi_32 .td_spot_img_tl img,\r\n\t\t\t\t.tdi_32 .td_spot_img_tp img,\r\n\t\t\t\t.tdi_32 .td_spot_img_mob img{\r\n\t\t\t\t    border-style: none;\r\n\t\t\t\t}\n<\/style><div style=\"display: inline-block\"><span class=\"td-adspot-title\">VIDEO SAMPLE<\/span><a href=\"https:\/\/www.youtube.com\/watch?v=a2z86qVX358\" rel=\"noopener\"  class=\"td_spot_img_all\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/06\/AD-1-TN-copy.jpg\"  alt=\"spot_img\" width=\"300\"  height=\"250\"  \/><\/a><\/div><\/div><div class=\"td_block_wrap td_flex_block_4 tdi_33 td_with_ajax_pagination td-pb-border-top td_block_template_1 td_flex_block\"  data-td-block-uid=\"tdi_33\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_33{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_33{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_33{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_33{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_33 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 24px;\r\n\t\t\t\t\tpadding-right: 24px;\r\n\t\t\t\t}.tdi_33 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -24px;\r\n\t\t\t\t\tmargin-right: -24px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-width: 0 0 1px 0;\r\n\t\t\t\t\tborder-style: none;\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\t\tmargin-bottom: 10px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -10px;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-width: 0 0 1px 0;\r\n\t\t\t\t\tborder-style: none;\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #eaeaea;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-container{\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-container{\r\n\t\t\t\t    border-color: #eaeaea;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .entry-thumb{\r\n\t\t\t\t\tbackground-position: center 50%;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 80px;\r\n\t\t\t\t \twidth: 80px;\r\n\t\t\t    \r\n                \tdisplay: block; order: 0;\r\n                }.tdi_33 .td_module_flex_1 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 55%;\r\n\t\t\t\t}.ie10 .tdi_33 .td_module_flex_1 .td-image-container,\r\n\t\t\t\t.ie11 .tdi_33 .td_module_flex_1 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 auto;\r\n\t\t\t    }.tdi_33 .td_module_flex_4 .td-image-wrap{\r\n\t\t\t\t\tpadding-bottom: 75%;\r\n\t\t\t\t}.ie10 .tdi_33 .td_module_flex_4 .td-image-container,\r\n\t\t\t\t.ie11 .tdi_33 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 auto;\r\n\t\t\t    }.ie10 .tdi_33 .td_module_flex_4 .td-module-meta-info,\r\n\t\t\t\t.ie11 .tdi_33 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t \tflex: 1;\r\n\t\t\t    }body .tdi_33 .td_module_flex_1 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }body .tdi_33 .td_module_flex_4 .td-favorite{\r\n                    font-size: 36px;\r\n                \r\n                    box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);\r\n                }.tdi_33 .td_module_flex_4 .td-video-play-ico{\r\n\t\t\t\t\twidth: 20px;\r\n\t\t\t\t\theight: 20px;\r\n\t\t\t\t\tfont-size: 20px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-video-play-ico{\r\n\t\t\t\t\ttop: 50%;\r\n                    left: 50%;\r\n                    transform: translate(-50%, -50%);\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-post-vid-time{\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\tbottom: 0;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\r\n\t\t\t\t\tpadding: 0 14px 14px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\ttop: auto;\r\n\t\t\t\t\tbottom: 0;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 20px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-audio-player{\r\n\t\t\t\t\tfont-size: 13px;\r\n\t\t\t\t\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-audio-player{\r\n\t\t\t\t\tfont-size: 12px;\r\n\t\t\t\t\r\n\t\t\t\t\topacity: 1;\r\n\t\t\t\t\tvisibility: visible;\r\n\t\t\t\t\theight: auto;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-author-photo .avatar{\r\n\t\t\t\t    width: 20px;\r\n\t\t\t\t    height: 20px;\r\n\t\t\t\t\r\n\t\t\t\t    margin-right: 6px;\r\n\t\t\t\t\r\n\t\t\t\t    border-radius: 50%;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-category:not(.td-post-extra-category){\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-excerpt{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-excerpt{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-author-date{\r\n\t\t\t\t\tdisplay: inline;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-post-author-name{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_1 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-post-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_4 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-icon-star,\r\n                .tdi_33 .td_module_flex_1 .td-icon-star-empty,\r\n                .tdi_33 .td_module_flex_1 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .entry-review-stars{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-icon-star,\r\n                .tdi_33 .td_module_flex_4 .td-icon-star-empty,\r\n                .tdi_33 .td_module_flex_4 .td-icon-star-half{\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-comments{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-comments{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-thumb a:after{\r\n\t\t\t\t    content: '';\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\ttop: 0;\r\n\t\t\t\t\tleft: 0;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\theight: 100%;\r\n\t\t\t\t\tbackground: -webkit-linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 80%,rgba(0,0,0,0));background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 80%,rgba(0,0,0,0));\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-title a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #ffffff !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4:hover .td-module-title a{\r\n\t\t\t\t\tcolor: #cb9558 !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-category{\r\n\t\t\t\t\tbackground-color: #ffffff;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #000000;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #ffffff !important;\r\n\t\t\t\t\r\n\t\t\t\t\tcolor: #000000;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-post-category:hover{\r\n\t\t\t\t\tbackground-color: #cb9558 !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_1 .td-post-author-name a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-author-name:hover a{\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t}.tdi_33.td_with_ajax_pagination .td-next-prev-wrap a:hover,\r\n\t\t\t\t.tdi_33 .td-load-more-wrap a:hover{    \r\n\t\t\t\t\tbackground-color: #cb9558 !important;\r\n\t\t\t\t\tborder-color: #cb9558 !important;\r\n\t\t\t\t\r\n\t\t\t\t\tborder-color: #cb9558 !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1.td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_33 .td_module_flex_4.td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_33 .td-block-title a,\r\n\t\t\t\t.tdi_33 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:18px !important;line-height:1.3 !important;font-weight:500 !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .entry-title{\r\n\t\t\t\t\tfont-size:13px !important;line-height:1.4 !important;font-weight:500 !important;\r\n\t\t\t\t}html:not([class*='ie']) .tdi_33 .td-module-container:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (min-width: 767px) {\r\n                    .tdi_33 .td_module_wrap {\r\n                        width: 100%;\r\n                        float: left;\r\n                    }\r\n                    .rtl .tdi_33 .td_module_wrap {\r\n                        float: right;\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_33 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 20px;\r\n\t\t\t\t\tpadding-right: 20px;\r\n\t\t\t\t}.tdi_33 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -20px;\r\n\t\t\t\t\tmargin-right: -20px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 0 12px 12px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 16px;\r\n\t\t\t\t}.tdi_33.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_33 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 18px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:17px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_33 .td_module_wrap{\r\n\t\t\t\t\tpadding-left: 14px;\r\n\t\t\t\t\tpadding-right: 14px;\r\n\t\t\t\t}.tdi_33 .td_block_inner{\r\n\t\t\t\t\tmargin-left: -14px;\r\n\t\t\t\t\tmargin-right: -14px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 7.5px;\r\n\t\t\t\t\tmargin-bottom: 7.5px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -7.5px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 7.5px;\r\n\t\t\t\t\tmargin-bottom: 7.5px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -7.5px;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-image-container{\r\n\t\t\t\t \tflex: 0 0 60px;\r\n\t\t\t\t \twidth: 60px;\r\n\t\t\t    }.tdi_33 .td_module_flex_1 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 0 10x 10px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 1px 0 0 10px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-category{\r\n\t\t\t\t\tpadding: 2px 5px 3px;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-post-category{\r\n\t\t\t\t\tpadding: 2px 5px 3px;\r\n\t\t\t\t\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-post-author-name{\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}.tdi_33.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_33 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 15px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_1 .entry-title{\r\n\t\t\t\t\tfont-size:15px !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-editor-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_1 .td-editor-date .td-post-author-name a,\r\n\t\t\t\t.tdi_33 .td_module_flex_1 .td-editor-date .entry-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_1 .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .entry-title{\r\n\t\t\t\t\tfont-size:11px !important;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-editor-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_4 .td-editor-date .td-post-author-name a,\r\n\t\t\t\t.tdi_33 .td_module_flex_4 .td-editor-date .entry-date,\r\n\t\t\t\t.tdi_33 .td_module_flex_4 .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n.tdi_33 .td_module_flex_1{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4{\r\n\t\t\t\t\tpadding-bottom: 9px;\r\n\t\t\t\t\tmargin-bottom: 9px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-container:before{\r\n\t\t\t\t\tbottom: -9px;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child{\r\n\t\t\t\t    margin-bottom: 0 !important;\r\n\t\t\t\t\tpadding-bottom: 0 !important;\r\n\t\t\t\t}.tdi_33 .td_module_wrap:last-child .td-module-container:before{\r\n\t\t\t\t    display: none;\r\n\t\t\t\t}.tdi_33 .td_module_flex_4 .td-module-meta-info{\r\n\t\t\t\t\tpadding: 2px 0 0 16px;\r\n\t\t\t\t}.tdi_33.td_with_ajax_pagination .td-next-prev-wrap,\r\n\t\t\t\t.tdi_33 .td-load-more-wrap{\r\n\t\t\t\t\tmargin-top: 18px;\r\n\t\t\t\t}.tdi_33 .td_module_flex_1 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }.tdi_33 .td_module_flex_4 a{\r\n                    transition: all 0.1s ease;\r\n                    -webkit-transition: all 0.1s ease;\r\n                    box-shadow: inset 0 0 0 0 #000;\r\n                }\n}\n<\/style><script>var block_tdi_33 = new tdBlock();\nblock_tdi_33.id = \"tdi_33\";\nblock_tdi_33.atts = '{\"modules_category\":\"\",\"modules_on_row\":\"eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=\",\"modules_category1\":\"image\",\"show_cat2\":\"\",\"show_com2\":\"none\",\"show_author2\":\"none\",\"columns\":\"100%\",\"columns_gap\":\"eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==\",\"image_width2\":\"eyJhbGwiOiI4MHB4IiwicG9ydHJhaXQiOiI2MHB4In0=\",\"modules_space1\":\"eyJwaG9uZSI6IjE4IiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxOCIsInBvcnRyYWl0IjoiMTUifQ==\",\"show_excerpt1\":\"none\",\"show_excerpt2\":\"none\",\"hide_audio\":\"yes\",\"custom_title\":\"Popular posts\",\"image_size\":\"td_485x360\",\"f_header_font_transform\":\"uppercase\",\"image_height1\":\"55\",\"show_com1\":\"none\",\"meta_info_align1\":\"image\",\"meta_padding1\":\"eyJhbGwiOiIwIDE0cHggMTRweCIsImxhbmRzY2FwZSI6IjAgMTJweCAxMnB4IiwicG9ydHJhaXQiOiIwIDEweCAxMHB4In0=\",\"color_overlay\":\"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjgwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgODAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDgwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDgwJSxyZ2JhKDAsMCwwLDApIn0=\",\"title_txt\":\"#ffffff\",\"title_txt_hover\":\"#ffffff\",\"cat_bg\":\"#ffffff\",\"cat_bg_hover\":\"#ffffff\",\"cat_txt\":\"#000000\",\"cat_txt_hover\":\"#000000\",\"author_txt\":\"#ffffff\",\"author_txt_hover\":\"#ffffff\",\"date_txt\":\"#ffffff\",\"f_title1_font_size\":\"eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNSJ9\",\"f_title1_font_line_height\":\"1.3\",\"f_title1_font_weight\":\"500\",\"modules_category_padding1\":\"eyJwb3J0cmFpdCI6IjJweCA1cHggM3B4In0=\",\"f_meta1_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"f_cat1_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"show_author1\":\"eyJwb3J0cmFpdCI6Im5vbmUifQ==\",\"modules_space2\":\"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE4IiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMTgifQ==\",\"image_height2\":\"75\",\"meta_padding2\":\"eyJhbGwiOiIycHggMCAwIDIwcHgiLCJsYW5kc2NhcGUiOiIycHggMCAwIDE2cHgiLCJwb3J0cmFpdCI6IjFweCAwIDAgMTBweCIsInBob25lIjoiMnB4IDAgMCAxNnB4In0=\",\"f_title2_font_size\":\"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==\",\"f_title2_font_weight\":\"500\",\"f_title2_font_line_height\":\"1.4\",\"ajax_pagination\":\"next_prev\",\"title_txt_hover2\":\"#cb9558\",\"cat_bg_hover2\":\"#cb9558\",\"pag_h_bg\":\"#cb9558\",\"pag_h_border\":\"#cb9558\",\"tdc_css\":\"eyJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjQzIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMzgiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIzOCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiNDgiLCJkaXNwbGF5IjoiIn19\",\"pag_space\":\"eyJsYW5kc2NhcGUiOiIxOCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjE4In0=\",\"f_cat2_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"f_meta2_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"modules_category_padding2\":\"eyJwb3J0cmFpdCI6IjJweCA1cHggM3B4In0=\",\"sort\":\"\",\"block_type\":\"td_flex_block_4\",\"separator\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"mc1_tl\":\"\",\"mc1_title_tag\":\"\",\"mc1_el\":\"\",\"mc4_tl\":\"\",\"mc4_title_tag\":\"\",\"mc4_el\":\"\",\"post_ids\":\"\",\"category_id\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"locked_only\":\"\",\"limit\":\"5\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_query_cache\":\"\",\"td_query_cache_expiration\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"h_effect\":\"\",\"modules_border_size1\":\"\",\"modules_border_style1\":\"\",\"modules_border_color1\":\"#eaeaea\",\"modules_divider1\":\"\",\"modules_divider_color1\":\"#eaeaea\",\"image_alignment1\":\"50\",\"image_radius1\":\"\",\"hide_image\":\"\",\"show_favourites\":\"\",\"fav_size\":\"2\",\"fav_space\":\"\",\"fav_ico_color\":\"\",\"fav_ico_color_h\":\"\",\"fav_bg\":\"\",\"fav_bg_h\":\"\",\"fav_shadow_shadow_header\":\"\",\"fav_shadow_shadow_title\":\"Shadow\",\"fav_shadow_shadow_size\":\"\",\"fav_shadow_shadow_offset_horizontal\":\"\",\"fav_shadow_shadow_offset_vertical\":\"\",\"fav_shadow_shadow_spread\":\"\",\"fav_shadow_shadow_color\":\"\",\"video_icon1\":\"\",\"video_icon_pos1\":\"center\",\"video_popup\":\"yes\",\"video_rec\":\"\",\"spot_header\":\"\",\"video_rec_title\":\"\",\"video_rec_color\":\"\",\"video_rec_disable\":\"\",\"autoplay_vid\":\"yes\",\"show_vid_t\":\"block\",\"vid_t_margin\":\"\",\"vid_t_padding\":\"\",\"video_title_color\":\"\",\"video_title_color_h\":\"\",\"video_bg\":\"\",\"video_overlay\":\"\",\"vid_t_color\":\"\",\"vid_t_bg_color\":\"\",\"f_vid_title_font_header\":\"\",\"f_vid_title_font_title\":\"Video pop-up article title\",\"f_vid_title_font_settings\":\"\",\"f_vid_title_font_family\":\"\",\"f_vid_title_font_size\":\"\",\"f_vid_title_font_line_height\":\"\",\"f_vid_title_font_style\":\"\",\"f_vid_title_font_weight\":\"\",\"f_vid_title_font_transform\":\"\",\"f_vid_title_font_spacing\":\"\",\"f_vid_title_\":\"\",\"f_vid_time_font_title\":\"Video duration text\",\"f_vid_time_font_settings\":\"\",\"f_vid_time_font_family\":\"\",\"f_vid_time_font_size\":\"\",\"f_vid_time_font_line_height\":\"\",\"f_vid_time_font_style\":\"\",\"f_vid_time_font_weight\":\"\",\"f_vid_time_font_transform\":\"\",\"f_vid_time_font_spacing\":\"\",\"f_vid_time_\":\"\",\"excl_show_1\":\"inline-block\",\"excl_txt_1\":\"\",\"excl_margin_1\":\"\",\"excl_padd_1\":\"\",\"all_excl_border_1\":\"\",\"all_excl_border_style_1\":\"solid\",\"excl_radius_1\":\"\",\"excl_color_1\":\"\",\"excl_color_h_1\":\"\",\"excl_bg_1\":\"\",\"excl_bg_h_1\":\"\",\"all_excl_border_color_1\":\"\",\"excl_border_color_h_1\":\"\",\"f_excl_1_font_header\":\"\",\"f_excl_1_font_title\":\"Label text\",\"f_excl_1_font_settings\":\"\",\"f_excl_1_font_family\":\"\",\"f_excl_1_font_size\":\"\",\"f_excl_1_font_line_height\":\"\",\"f_excl_1_font_style\":\"\",\"f_excl_1_font_weight\":\"\",\"f_excl_1_font_transform\":\"\",\"f_excl_1_font_spacing\":\"\",\"f_excl_1_\":\"\",\"meta_info_horiz1\":\"content-horiz-left\",\"meta_width1\":\"\",\"meta_margin1\":\"\",\"meta_info_border_radius1\":\"\",\"art_title1\":\"\",\"modules_category_margin1\":\"\",\"modules_cat_border1\":\"\",\"modules_category_radius1\":\"0\",\"show_cat1\":\"inline-block\",\"modules_extra_cat1\":\"\",\"author_photo\":\"\",\"author_photo_size1\":\"\",\"author_photo_space1\":\"\",\"author_photo_radius1\":\"\",\"show_date1\":\"inline-block\",\"show_review1\":\"inline-block\",\"review_space1\":\"\",\"review_size1\":\"2.5\",\"review_distance1\":\"\",\"art_excerpt1\":\"\",\"excerpt_middle\":\"\",\"show_audio1\":\"block\",\"art_audio1\":\"\",\"art_audio_size1\":\"1.5\",\"m_padding2\":\"\",\"modules_border_size2\":\"\",\"modules_border_style2\":\"\",\"modules_border_color2\":\"#eaeaea\",\"modules_divider2\":\"\",\"modules_divider_color2\":\"#eaeaea\",\"image_size3\":\"\",\"image_alignment2\":\"50\",\"image_floated2\":\"float_left\",\"image_radius2\":\"\",\"hide_image3\":\"\",\"show_favourites2\":\"\",\"fav_size2\":\"2\",\"fav_space2\":\"\",\"fav_ico_color2\":\"\",\"fav_ico_color_h2\":\"\",\"fav_bg2\":\"\",\"fav_bg_h2\":\"\",\"fav_shadow2_shadow_header\":\"\",\"fav_shadow2_shadow_title\":\"Shadow\",\"fav_shadow2_shadow_size\":\"\",\"fav_shadow2_shadow_offset_horizontal\":\"\",\"fav_shadow2_shadow_offset_vertical\":\"\",\"fav_shadow2_shadow_spread\":\"\",\"fav_shadow2_shadow_color\":\"\",\"video_icon2\":\"\",\"video_popup3\":\"yes\",\"video_rec3\":\"\",\"video_rec_title3\":\"\",\"video_rec_color3\":\"\",\"autoplay_vid3\":\"yes\",\"show_vid_t3\":\"block\",\"vid_t_margin3\":\"\",\"vid_t_padding3\":\"\",\"excl_show_2\":\"inline-block\",\"excl_txt_2\":\"\",\"excl_margin_2\":\"\",\"excl_padd_2\":\"\",\"all_excl_border_2\":\"\",\"all_excl_border_style_2\":\"solid\",\"excl_radius_2\":\"\",\"excl_color_2\":\"\",\"excl_color_h_2\":\"\",\"excl_bg_2\":\"\",\"excl_bg_h_2\":\"\",\"all_excl_border_color_2\":\"\",\"excl_border_color_h_2\":\"\",\"f_excl_2_font_header\":\"\",\"f_excl_2_font_title\":\"Label text\",\"f_excl_2_font_settings\":\"\",\"f_excl_2_font_family\":\"\",\"f_excl_2_font_size\":\"\",\"f_excl_2_font_line_height\":\"\",\"f_excl_2_font_style\":\"\",\"f_excl_2_font_weight\":\"\",\"f_excl_2_font_transform\":\"\",\"f_excl_2_font_spacing\":\"\",\"f_excl_2_\":\"\",\"meta_info_horiz2\":\"content-horiz-left\",\"meta_width2\":\"\",\"meta_margin2\":\"\",\"meta_info_border_radius2\":\"\",\"art_title2\":\"\",\"modules_category3\":\"\",\"modules_category_margin2\":\"\",\"modules_cat_border2\":\"\",\"modules_category_radius2\":\"0\",\"modules_extra_cat2\":\"\",\"author_photo3\":\"\",\"author_photo_size2\":\"\",\"author_photo_space2\":\"\",\"author_photo_radius2\":\"\",\"show_date2\":\"inline-block\",\"show_review2\":\"inline-block\",\"review_space2\":\"\",\"review_size2\":\"2.5\",\"review_distance2\":\"\",\"art_excerpt2\":\"\",\"excerpt_middle3\":\"\",\"show_audio2\":\"block\",\"hide_audio3\":\"\",\"art_audio2\":\"\",\"art_audio_size2\":\"1\",\"pag_padding\":\"\",\"pag_border_width\":\"\",\"pag_border_radius\":\"\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"pag_icons_size\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"f_title1_font_header\":\"\",\"f_title1_font_title\":\"Article title 1\",\"f_title1_font_settings\":\"\",\"f_title1_font_family\":\"\",\"f_title1_font_style\":\"\",\"f_title1_font_transform\":\"\",\"f_title1_font_spacing\":\"\",\"f_title1_\":\"\",\"f_cat1_font_title\":\"Article category tag 1\",\"f_cat1_font_settings\":\"\",\"f_cat1_font_family\":\"\",\"f_cat1_font_line_height\":\"\",\"f_cat1_font_style\":\"\",\"f_cat1_font_weight\":\"\",\"f_cat1_font_transform\":\"\",\"f_cat1_font_spacing\":\"\",\"f_cat1_\":\"\",\"f_meta1_font_title\":\"Article meta info 1\",\"f_meta1_font_settings\":\"\",\"f_meta1_font_family\":\"\",\"f_meta1_font_line_height\":\"\",\"f_meta1_font_style\":\"\",\"f_meta1_font_weight\":\"\",\"f_meta1_font_transform\":\"\",\"f_meta1_font_spacing\":\"\",\"f_meta1_\":\"\",\"f_ex1_font_title\":\"Article excerpt 1\",\"f_ex1_font_settings\":\"\",\"f_ex1_font_family\":\"\",\"f_ex1_font_size\":\"\",\"f_ex1_font_line_height\":\"\",\"f_ex1_font_style\":\"\",\"f_ex1_font_weight\":\"\",\"f_ex1_font_transform\":\"\",\"f_ex1_font_spacing\":\"\",\"f_ex1_\":\"\",\"f_title2_font_title\":\"Article title 2\",\"f_title2_font_settings\":\"\",\"f_title2_font_family\":\"\",\"f_title2_font_style\":\"\",\"f_title2_font_transform\":\"\",\"f_title2_font_spacing\":\"\",\"f_title2_\":\"\",\"f_cat2_font_title\":\"Article category tag 2\",\"f_cat2_font_settings\":\"\",\"f_cat2_font_family\":\"\",\"f_cat2_font_line_height\":\"\",\"f_cat2_font_style\":\"\",\"f_cat2_font_weight\":\"\",\"f_cat2_font_transform\":\"\",\"f_cat2_font_spacing\":\"\",\"f_cat2_\":\"\",\"f_meta2_font_title\":\"Article meta info 2\",\"f_meta2_font_settings\":\"\",\"f_meta2_font_family\":\"\",\"f_meta2_font_line_height\":\"\",\"f_meta2_font_style\":\"\",\"f_meta2_font_weight\":\"\",\"f_meta2_font_transform\":\"\",\"f_meta2_font_spacing\":\"\",\"f_meta2_\":\"\",\"f_ex2_font_title\":\"Article excerpt 2\",\"f_ex2_font_settings\":\"\",\"f_ex2_font_family\":\"\",\"f_ex2_font_size\":\"\",\"f_ex2_font_line_height\":\"\",\"f_ex2_font_style\":\"\",\"f_ex2_font_weight\":\"\",\"f_ex2_font_transform\":\"\",\"f_ex2_font_spacing\":\"\",\"f_ex2_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"shadow_shadow_header\":\"\",\"shadow_shadow_title\":\"Module Shadow\",\"shadow_shadow_size\":\"\",\"shadow_shadow_offset_horizontal\":\"\",\"shadow_shadow_offset_vertical\":\"\",\"shadow_shadow_spread\":\"\",\"shadow_shadow_color\":\"\",\"meta_bg\":\"\",\"all_underline_height1\":\"\",\"all_underline_color1\":\"#000\",\"cat_style\":\"\",\"cat_border1\":\"\",\"cat_border_hover1\":\"\",\"ex_txt\":\"\",\"com_bg\":\"\",\"com_txt\":\"\",\"rev_txt\":\"\",\"audio_btn_color\":\"\",\"audio_time_color\":\"\",\"audio_bar_color\":\"\",\"audio_bar_curr_color\":\"\",\"meta_bg2\":\"\",\"title_txt2\":\"\",\"all_underline_height2\":\"\",\"all_underline_color2\":\"#000\",\"cat_bg2\":\"\",\"cat_txt2\":\"\",\"cat_txt_hover2\":\"\",\"cat_border2\":\"\",\"cat_border_hover2\":\"\",\"author_txt2\":\"\",\"author_txt_hover2\":\"\",\"date_txt2\":\"\",\"ex_txt2\":\"\",\"com_bg2\":\"\",\"com_txt2\":\"\",\"rev_txt2\":\"\",\"audio_btn_color2\":\"\",\"audio_time_color2\":\"\",\"audio_bar_color2\":\"\",\"audio_bar_curr_color2\":\"\",\"pag_text\":\"\",\"pag_h_text\":\"\",\"pag_bg\":\"\",\"pag_border\":\"\",\"btn_title\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"css\":\"\",\"td_column_number\":1,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"class\":\"tdi_33\",\"tdc_css_class\":\"tdi_33\",\"tdc_css_class_style\":\"tdi_33_rand_style\"}';\nblock_tdi_33.td_column_number = \"1\";\nblock_tdi_33.block_type = \"td_flex_block_4\";\nblock_tdi_33.post_count = \"5\";\nblock_tdi_33.found_posts = \"102\";\nblock_tdi_33.header_color = \"\";\nblock_tdi_33.ajax_pagination_infinite_stop = \"\";\nblock_tdi_33.max_num_pages = \"21\";\ntdBlocksArray.push(block_tdi_33);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">Popular posts<\/span><\/h4><\/div><div id=tdi_33 class=\"td_block_inner td-mc1-wrap\">\r\n        <div class=\"td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Untitled-1-485x360.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\">Gol Dhana Ceremony of Rohan &amp; Simran<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/pheras\/\" class=\"td-post-category\" >Hindu Wedding<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                        <span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span>                                    <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-28T19:56:02+05:30\" >February 28, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/TN-02-HP-Sports-300dpi-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\">Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\" class=\"td-post-category\" >Cinematography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-18T14:44:37+05:30\" >February 18, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Roka of Tanisha &amp; Arvind\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Cover-pic-Tanisha-Arvind-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" title=\"Roka of Tanisha &amp; Arvind\">Roka of Tanisha &amp; Arvind<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\" class=\"td-post-category\" >Photography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-13T12:28:34+05:30\" >February 13, 2026<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/10\/ZSL_8074-218x150.png\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\">Hema Malini&#8217;s performance of &#8216;Durga&#8217;<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\" class=\"td-post-category\" >Corporate<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-10-13T14:33:30+05:30\" >October 13, 2025<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <div class=\"td_module_flex td_module_flex_4 td_module_wrap td-animation-stack td-cpt-post\">\r\n            <div class=\"td-module-container td-category-pos-\">\r\n                                    <div class=\"td-image-container\">\r\n                                                <div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Mumbai Airport Architecture\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/08\/DSC_5713-218x150.jpg\"  ><\/span><\/a><\/div>                                                                    <\/div>\r\n                \r\n                <div class=\"td-module-meta-info\">\r\n                                        \r\n                    <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" title=\"Mumbai Airport Architecture\">Mumbai Airport Architecture<\/a><\/h3>\r\n                    \r\n                                            <div class=\"td-editor-date\">\r\n                                                        <a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/commercial\/\" class=\"td-post-category\" >Commercial Photography<\/a>\r\n                                                            <span class=\"td-author-date\">\r\n                                                                                                            <span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-08-27T14:54:31+05:30\" >August 27, 2025<\/time><\/span>                                                                                                        <\/span>\r\n                                                    <\/div>\r\n                    \r\n                    \r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <\/div><div class=\"td-next-prev-wrap\"><a href=\"#\" class=\"td-ajax-prev-page ajax-page-disabled\" aria-label=\"prev-page\" id=\"prev-page-tdi_33\" data-td_block_id=\"tdi_33\"><i class=\"td-next-prev-icon td-icon-font td-icon-menu-left\"><\/i><\/a><a href=\"#\"  class=\"td-ajax-next-page\" aria-label=\"next-page\" id=\"next-page-tdi_33\" data-td_block_id=\"tdi_33\"><i class=\"td-next-prev-icon td-icon-font td-icon-menu-right\"><\/i><\/a><\/div><\/div><div class=\"td_block_wrap td_block_popular_categories tdi_34 widget widget_categories td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_34\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_34{\nmargin-bottom:48px !important;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_34{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_34{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_34{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_34 .td-block-title a,\r\n\t\t\t\t.tdi_34 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_34 li{\r\n\t\t\t\t\tline-height:2.1 !important;\r\n\t\t\t\t}.tdi_34 .td-cat-no{\r\n\t\t\t\t\tline-height:2.1 !important;\r\n\t\t\t\t}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_34 li{\r\n\t\t\t\t\tfont-size:13px !important;\r\n\t\t\t\t}.tdi_34 .td-cat-no{\r\n\t\t\t\t\tfont-size:13px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_34 li{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}.tdi_34 .td-cat-no{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}\n}\n<\/style><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">Popular categories<\/span><\/h4><\/div><ul class=\"td-pb-padding-side\"><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\"><span class=\"td-cat-name\">Photography<\/span><span class=\"td-cat-no\">65<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\"><span class=\"td-cat-name\">Corporate<\/span><span class=\"td-cat-no\">29<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\"><span class=\"td-cat-name\">Cinematography<\/span><span class=\"td-cat-no\">25<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/head-shots\/\"><span class=\"td-cat-name\">Head Shots<\/span><span class=\"td-cat-no\">15<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/\"><span class=\"td-cat-name\">Wedding<\/span><span class=\"td-cat-no\">14<\/span><\/a><\/li><li><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/event\/\"><span class=\"td-cat-name\">Event<\/span><span class=\"td-cat-no\">12<\/span><\/a><\/li><\/ul><\/div><div class=\"td_block_wrap td_block_slide tdi_35 td-pb-border-top td_block_template_1\"  data-td-block-uid=\"tdi_35\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_35{\nmargin-bottom:48px !important;\nposition:relative;\n}\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px)\n{\n.tdi_35{\nmargin-bottom:43px !important;\n}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px)\n{\n.tdi_35{\nmargin-bottom:38px !important;\n}\n}\n\n\/* phone *\/\n@media (max-width: 767px)\n{\n.tdi_35{\nmargin-bottom:38px !important;\n}\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_35 .td-slide-meta{\r\n                    max-width: calc(100% + 44px);\r\n                }.tdi_35 .entry-thumb{\r\n\t\t\t\t    background-position: center 50%;\r\n\t\t\t\t}.tdi_35 .slide-meta-cat{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_35 .td-post-author-name{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_35 .td-post-date,\r\n\t\t\t\t.tdi_35 .td-post-author-name span{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_35 .td-post-comments{\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}.tdi_35 .td-slide-nav{\r\n\t\t\t\t    font-size: 55px;\r\n\t\t\t\t}.tdi_35 .td-slide-nav-svg svg{\r\n\t\t\t\t    width: 55px;\r\n\t\t\t\t}.tdi_35 .td-module-exclusive .td-module-title a:before{\r\n                    display: inline-block;\r\n                }.tdi_35 .td-image-gradient:before{\r\n\t\t\t\t\tbackground: -webkit-linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%,rgba(0,0,0,0));background: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0) 50%,rgba(0,0,0,0));\r\n\t\t\t\t}.tdi_35 .td_module_slide:hover span.slide-meta-cat a,\r\n\t\t\t\t.tdi_35 .td-theme-slider:hover .slide-meta-cat a{\r\n\t\t\t\t\tbackground-color: #cb9558;\r\n\t\t\t\t}.tdi_35 .td-block-title a,\r\n\t\t\t\t.tdi_35 .td-block-title span{\r\n\t\t\t\t\ttext-transform:uppercase !important;\r\n\t\t\t\t}.tdi_35 .td_module_slide .entry-title{\r\n\t\t\t\t\tline-height:1.3 !important;\r\n\t\t\t\t}.tdi_35 .td-theme-slider:hover .entry-thumb:before{\r\n                    opacity: 0;\r\n                }@media (max-width: 767px) {\r\n                    .tdi_35 .td-slide-meta {\r\n                        max-width: calc(100% + 24px);\r\n                    }\r\n                }\n\n\/* landscape *\/\n@media (min-width: 1019px) and (max-width: 1140px){\n.tdi_35 .td-slide-meta{\r\n\t\t\t\t\tpadding: 0 20px;\r\n\t\t\t\t}.tdi_35 .td_module_slide .entry-title{\r\n\t\t\t\t\tfont-size:17px !important;\r\n\t\t\t\t}.tdi_35 .td_module_slide .slide-meta-cat a{\r\n\t\t\t\t\tfont-size:12px !important;\r\n\t\t\t\t}\n}\n\n\/* portrait *\/\n@media (min-width: 768px) and (max-width: 1018px){\n.tdi_35 .td-slide-meta{\r\n\t\t\t\t\tpadding: 0 15px;\r\n\t\t\t\t}.tdi_35 .slide-meta-cat a{\r\n\t\t\t\t\tpadding: 3px 6px2px;\r\n\t\t\t\t}.tdi_35 .td-slide-nav{\r\n\t\t\t\t    font-size: 38px;\r\n\t\t\t\t}.tdi_35 .td-slide-nav-svg svg{\r\n\t\t\t\t    width: 38px;\r\n\t\t\t\t}.tdi_35 .td_module_slide .entry-title{\r\n\t\t\t\t\tfont-size:15px !important;\r\n\t\t\t\t}.tdi_35 .td_module_slide .slide-meta-cat a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}.tdi_35 .td_module_slide .td-module-meta-info,\r\n\t\t\t\t.tdi_35 .td_module_slide .td-module-comments a{\r\n\t\t\t\t\tfont-size:9px !important;\r\n\t\t\t\t}\n}\n\n\/* phone *\/\n@media (max-width: 767px){\n\n}\n<\/style>\n<div class=\"tdi_35_rand_style td-element-style\"><style>\n.tdi_35_rand_style{\nbackground-color:#b5eab2 !important;\n}\n <\/style><\/div><script>var block_tdi_35 = new tdBlock();\nblock_tdi_35.id = \"tdi_35\";\nblock_tdi_35.atts = '{\"image_size\":\"\",\"meta_info_vert\":\"content-vert-bottom\",\"nav_icon_size\":\"eyJhbGwiOiI1NSIsInBvcnRyYWl0IjoiMzgifQ==\",\"color_overlay\":\"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjgpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjUwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjgpLHJnYmEoMCwwLDAsMCkgNTAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApIn0=\",\"custom_title\":\"My favorites\",\"f_header_font_transform\":\"uppercase\",\"cat_bg_hover\":\"#cb9558\",\"meta_padding\":\"eyJsYW5kc2NhcGUiOiIwIDIwcHgiLCJwb3J0cmFpdCI6IjAgMTVweCJ9\",\"msf_title_font_line_height\":\"1.3\",\"msf_title_font_size\":\"eyJsYW5kc2NhcGUiOiIxNyIsInBvcnRyYWl0IjoiMTUifQ==\",\"msf_cat_font_size\":\"eyJsYW5kc2NhcGUiOiIxMiIsInBvcnRyYWl0IjoiOSJ9\",\"msf_meta_font_size\":\"eyJwb3J0cmFpdCI6IjkifQ==\",\"category_padding\":\"eyJwb3J0cmFpdCI6IjNweCA2cHgycHgifQ==\",\"tdc_css\":\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwiYmFja2dyb3VuZC1jb2xvciI6IiNiNWVhYjIiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJtYXJnaW4tYm90dG9tIjoiNDMiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7Im1hcmdpbi1ib3R0b20iOiIzOCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjM4IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\",\"category_id\":\"\",\"block_type\":\"td_block_slide\",\"separator\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"title_tag\":\"\",\"autoplay\":\"\",\"ms_title_tag\":\"\",\"post_ids\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"limit\":\"5\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"content_width\":\"\",\"image_alignment\":\"50\",\"image_height\":\"\",\"excl_show\":\"inline-block\",\"excl_txt\":\"\",\"excl_margin\":\"\",\"excl_padd\":\"\",\"all_excl_border\":\"\",\"all_excl_border_style\":\"solid\",\"excl_radius\":\"\",\"excl_color\":\"\",\"excl_color_h\":\"\",\"excl_bg\":\"\",\"excl_bg_h\":\"\",\"all_excl_border_color\":\"\",\"excl_border_color_h\":\"\",\"f_excl_font_header\":\"\",\"f_excl_font_title\":\"Label text\",\"f_excl_font_settings\":\"\",\"f_excl_font_family\":\"\",\"f_excl_font_size\":\"\",\"f_excl_font_line_height\":\"\",\"f_excl_font_style\":\"\",\"f_excl_font_weight\":\"\",\"f_excl_font_transform\":\"\",\"f_excl_font_spacing\":\"\",\"f_excl_\":\"\",\"meta_info_horiz\":\"content-horiz-left\",\"art_title_space\":\"\",\"category_margin\":\"\",\"category_radius\":\"0\",\"show_cat\":\"inline-block\",\"show_author\":\"inline-block\",\"show_date\":\"inline-block\",\"show_com\":\"inline-block\",\"prev_tdicon\":\"\",\"next_tdicon\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"msf_title_font_header\":\"\",\"msf_title_font_title\":\"Article title\",\"msf_title_font_settings\":\"\",\"msf_title_font_family\":\"\",\"msf_title_font_style\":\"\",\"msf_title_font_weight\":\"\",\"msf_title_font_transform\":\"\",\"msf_title_font_spacing\":\"\",\"msf_title_\":\"\",\"msf_cat_font_title\":\"Article category tag\",\"msf_cat_font_settings\":\"\",\"msf_cat_font_family\":\"\",\"msf_cat_font_line_height\":\"\",\"msf_cat_font_style\":\"\",\"msf_cat_font_weight\":\"\",\"msf_cat_font_transform\":\"\",\"msf_cat_font_spacing\":\"\",\"msf_cat_\":\"\",\"msf_meta_font_title\":\"Article meta info\",\"msf_meta_font_settings\":\"\",\"msf_meta_font_family\":\"\",\"msf_meta_font_line_height\":\"\",\"msf_meta_font_style\":\"\",\"msf_meta_font_weight\":\"\",\"msf_meta_font_transform\":\"\",\"msf_meta_font_spacing\":\"\",\"msf_meta_\":\"\",\"mix_color\":\"\",\"mix_type\":\"\",\"fe_brightness\":\"1\",\"fe_contrast\":\"1\",\"fe_saturate\":\"1\",\"mix_color_h\":\"\",\"mix_type_h\":\"\",\"fe_brightness_h\":\"1\",\"fe_contrast_h\":\"1\",\"fe_saturate_h\":\"1\",\"color_overlay_h\":\"\",\"title_color\":\"\",\"cat_bg\":\"\",\"cat_txt\":\"\",\"cat_txt_hover\":\"\",\"author_txt\":\"\",\"author_txt_hover\":\"\",\"date_txt\":\"\",\"comm_txt\":\"\",\"review_stars\":\"\",\"nav_icons_color\":\"\",\"css\":\"\",\"td_column_number\":1,\"header_color\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"color_preset\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"border_top\":\"\",\"class\":\"tdi_35\",\"tdc_css_class\":\"tdi_35\",\"tdc_css_class_style\":\"tdi_35_rand_style\"}';\nblock_tdi_35.td_column_number = \"1\";\nblock_tdi_35.block_type = \"td_block_slide\";\nblock_tdi_35.post_count = \"5\";\nblock_tdi_35.found_posts = \"102\";\nblock_tdi_35.header_color = \"\";\nblock_tdi_35.ajax_pagination_infinite_stop = \"\";\nblock_tdi_35.max_num_pages = \"21\";\ntdBlocksArray.push(block_tdi_35);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">My favorites<\/span><\/h4><\/div><div id=tdi_35 class=\"td_block_inner\"><div id=\"tdi_36\" class=\"td-theme-slider iosSlider-col-1 td_mod_wrap\"><div class=\"td-slider \"><div id=\"tdi_36_item_0\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Untitled-1-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/wedding\/pheras\/\">Hindu Wedding<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/\"  rel=\"bookmark\" title=\"Gol Dhana Ceremony of Rohan &amp; Simran\">Gol Dhana Ceremony of Rohan &amp; Simran<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-28T19:56:02+05:30\" >February 28, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/28\/gol-dhana-ceremony-of-rohan-simran\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_36_item_1\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/TN-02-HP-Sports-300dpi-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/cinematic\/\">Cinematography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/\"  rel=\"bookmark\" title=\"Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet\">Hindustan Petroleum&#8217;s 20th All India Annual Sports Meet<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-18T14:44:37+05:30\" >February 18, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/18\/hindustan-petroleums-20th-all-india-annual-sports\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_36_item_2\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Roka of Tanisha &amp; Arvind\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2026\/02\/Cover-pic-Tanisha-Arvind-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/\">Photography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/\"  rel=\"bookmark\" title=\"Roka of Tanisha &amp; Arvind\">Roka of Tanisha &amp; Arvind<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2026-02-13T12:28:34+05:30\" >February 13, 2026<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2026\/02\/13\/roka-of-tanisha-arvind\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_36_item_3\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/10\/ZSL_8074-324x400.png\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/corporate\/\">Corporate<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/\"  rel=\"bookmark\" title=\"Hema Malini&#8217;s performance of &#8216;Durga&#8217;\">Hema Malini&#8217;s performance of &#8216;Durga&#8217;<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-10-13T14:33:30+05:30\" >October 13, 2025<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/10\/13\/hema-malinis-performance-of-durga\/#respond\">0<\/a><\/div><\/div><\/div><\/div><div id=\"tdi_36_item_4\" class = \"td_module_slide td-animation-stack td-image-gradient td-cpt-post\"><div class=\"td-module-thumb\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Mumbai Airport Architecture\" ><span class=\"entry-thumb td-thumb-css\" data-type=\"css_image\" data-img-url=\"https:\/\/tajfotostudio.in\/wp-content\/uploads\/2025\/08\/DSC_5713-324x400.jpg\"  ><\/span><\/a><\/div><div class=\"td-slide-meta\"><span class=\"slide-meta-cat\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/category\/photography\/commercial\/\">Commercial Photography<\/a><\/span><h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/\"  rel=\"bookmark\" title=\"Mumbai Airport Architecture\">Mumbai Airport Architecture<\/a><\/h3><div class=\"td-module-meta-info\"><span class=\"td-post-author-name\"><a href=\"https:\/\/tajfotostudio.in\/index.php\/author\/tajfotostudio\/\">tajfotostudio<\/a> <span>-<\/span> <\/span><span class=\"td-post-date\"><time class=\"entry-date updated td-module-date\" datetime=\"2025-08-27T14:54:31+05:30\" >August 27, 2025<\/time><\/span><div class=\"td-post-comments\"><i class=\"td-icon-comments\"><\/i><a href=\"https:\/\/tajfotostudio.in\/index.php\/2025\/08\/27\/mumbai-airport-architecture\/#respond\">0<\/a><\/div><\/div><\/div><\/div><\/div><i class=\"td-slide-nav td-icon-left prevButton\"><\/i><i class=\"td-slide-nav td-icon-right nextButton\"><\/i><\/div><\/div><\/div> <!-- .\/block1 --><div class=\"td_block_wrap td_block_social_counter tdi_37 td-social-style2 td-social-font-icons td-pb-border-top td_block_template_1\">\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n.tdi_37{\nmargin-bottom:0px !important;\n}\n\n<\/style>\n<style>\n\/* custom css - generated by TagDiv Composer *\/\n.td_block_social_counter{\r\n                        font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);\r\n                        font-weight: bold;\r\n                        font-size: 11px;\r\n                        color: #fff;\r\n                        margin-bottom: 47px;\r\n                    }.td_block_social_counter .td-sp{\r\n                        position: relative;\r\n                    }.td_block_social_counter .td-sp:after{\r\n                        content: '';\r\n                        width: 1px;\r\n                        height: 16px;\r\n                        background-color: rgba(255, 255, 255, 0.1);\r\n                        position: absolute;\r\n                        right: -1px;\r\n                        top: 8px;\r\n                    }.td-social-list{\r\n                        *zoom: 1;\r\n                    }.td-social-list:before,\r\n                    .td-social-list:after{\r\n                        display: table;\r\n                        content: '';\r\n                        line-height: 0;\r\n                    }.td-social-list:after{\r\n                        clear: both;\r\n                    }.td_social_type{\r\n                        width: 100%;\r\n                        margin-bottom: 10px;\r\n                        -webkit-transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;\r\n                        transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;\r\n                    }.td_social_type:last-child{\r\n                        margin-bottom: 0;\r\n                    }.td_social_type:hover .td-social-box{\r\n                        background-color: #222;\r\n                    }.td_social_type .td_social_info{\r\n                        padding: 0 0 0 9px;\r\n                        position: relative;\r\n                        top: -12px;\r\n                    }.td_social_type .td-social-box{\r\n                        height: 32px;\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                    }.td_social_type .td-social-box .td-sp{\r\n                        display: inline-block;\r\n                    }.td_social_type .td_social_number{\r\n                        border-left: 1px solid rgba(255, 255, 255, 0.1);\r\n                        padding-left: 9px;\r\n                    }.td_social_type .td_social_button{\r\n                        float: right;\r\n                        border-left: 1px solid rgba(255, 255, 255, 0.1);\r\n                        padding: 0 14px;\r\n                        margin-top: 8px;\r\n                        top: 9px;\r\n                        height: 16px;\r\n                        line-height: 15px;\r\n                        text-transform: uppercase;\r\n                    }.td_social_type .td_social_button a{\r\n                        color: #fff;\r\n                    }.td_social_type .td_social_button a:after{\r\n                        content: '';\r\n                        display: block;\r\n                        height: 32px;\r\n                        position: absolute;\r\n                        right: 0;\r\n                        top: 0;\r\n                        width: 324px;\r\n                    }.td_social_type .td_social_button a:hover{\r\n                        color: inherit;\r\n                        text-decoration: none !important;\r\n                    }.td_social_type a{\r\n                        color: #fff;\r\n                    }.td_social_facebook .td-social-box{\r\n                        background-color: #516eab;\r\n                    }.td_social_rss .td-social-box{\r\n                        background-color: #ff6600;\r\n                    }.td_social_soundcloud .td-social-box{\r\n                        background-color: #ff5419;\r\n                    }.td_social_twitter .td-social-box{\r\n                        background-color: #29c5f6;\r\n                    }.td_social_vimeo .td-social-box{\r\n                        background-color: #006599;\r\n                    }.td_social_youtube .td-social-box{\r\n                        background-color: #e14e42;\r\n                    }.td_social_instagram .td-social-box{\r\n                        background-color: #417096;\r\n                    }.td_social_pinterest .td-social-box{\r\n                        background-color: #ca212a;\r\n                    }.td_social_tiktok .td-social-box{\r\n                        background-color: #009191;\r\n                    }.td_social_twitch .td-social-box{\r\n                        background-color: #9147FF;\r\n                    }.td_social_steam .td-social-box{\r\n                        background-color: #c7d5e0;\r\n                    }.td-social-boxed .td_social_type{\r\n                        text-align: center;\r\n                        width: 33.3333%;\r\n                        margin: 0;\r\n                        float: left;\r\n                    }.td-social-boxed .td_social_type .td-social-box{\r\n                        height: 100px;\r\n                    }.td-social-boxed .td_social_type span{\r\n                        display: block;\r\n                        width: 100%;\r\n                        padding: 0;\r\n                    }.td-social-boxed .td-sp{\r\n                        margin-top: 10px;\r\n                    }.td-social-boxed .td-sp::after{\r\n                        display: none;\r\n                    }.td-social-boxed .td_social_info{\r\n                        font-size: 17px;\r\n                        top: 0;\r\n                    }.td-social-boxed .td_social_info_name{\r\n                        font-size: 13px;\r\n                        font-weight: normal;\r\n                    }.td-social-boxed .td_social_button{\r\n                        opacity: 0;\r\n                        position: absolute;\r\n                        height: 100%;\r\n                        margin-top: 0;\r\n                        top: 0;\r\n                    }.td-social-boxed .td_social_button a:after{\r\n                        width: 100%;\r\n                        height: 100%;\r\n                    }.td-social-colored .td_social_facebook .td-sp{\r\n                        background-color: #516eab;\r\n                    }.td-social-colored .td_social_rss .td-sp{\r\n                        background-color: #ff6600;\r\n                    }.td-social-colored .td_social_soundcloud .td-sp{\r\n                        background-color: #ff5419;\r\n                    }.td-social-colored .td_social_twitter .td-sp{\r\n                        background-color: #29c5f6;\r\n                    }.td-social-colored .td_social_vimeo .td-sp{\r\n                        background-color: #006599;\r\n                    }.td-social-colored .td_social_youtube .td-sp{\r\n                        background-color: #e14e42;\r\n                    }.td-social-colored .td_social_instagram .td-sp{\r\n                        background-color: #417096;\r\n                    }.td-social-colored .td_social_pinterest .td-sp{\r\n                        background-color: #ca212a;\r\n                    }.td-social-colored .td_social_tiktok .td-sp{\r\n                        background-color: #009191;\r\n                    }.td-social-colored .td_social_twitch .td-sp{\r\n                        background-color: #9147FF;\r\n                    }.td-social-colored .td_social_steam .td-sp{\r\n                        background-color: #c7d5e0;\r\n                    }.td-social-font-icons .td-sp{\r\n                        background: none;\r\n                        font-family: 'newspaper', sans-serif;\r\n                        font-size: 14px;\r\n                        text-align: center;\r\n                        font-weight: normal;\r\n                    }.td-social-font-icons .td-sp:before{\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        right: 0;\r\n                        line-height: 30px;\r\n                    }.td-social-font-icons .td_social_facebook .td-sp:before{\r\n                        content: '\\e818';\r\n                        color: #516eab;\r\n                    }.td-social-font-icons .td_social_rss .td-sp:before{\r\n                        content: '\\e828';\r\n                        color: #ff6600;\r\n                    }.td-social-font-icons .td_social_soundcloud .td-sp:before{\r\n                        content: '\\e82b';\r\n                        color: #ff5419;\r\n                    }.td-social-font-icons .td_social_twitter .td-sp:before{\r\n                        content: '\\e831';\r\n                            color: #000;\r\n                    }.td-social-font-icons .td_social_vimeo .td-sp:before{\r\n                        content: '\\e832';\r\n                        color: #006599;\r\n                    }.td-social-font-icons .td_social_youtube .td-sp:before{\r\n                        content: '\\e836';\r\n                        color: #e14e42;\r\n                    }.td-social-font-icons .td_social_instagram .td-sp:before{\r\n                        content: '\\e81d';\r\n                        color: #417096;\r\n                    }.td-social-font-icons .td_social_pinterest .td-sp:before{\r\n                        content: '\\e825';\r\n                        color: #ca212a;\r\n                    }.td-social-font-icons .td_social_tiktok .td-sp:before{\r\n                        content: '\\e9d6';\r\n                        color: #009191;\r\n                    }.td-social-font-icons .td_social_twitch .td-sp:before{\r\n                        content: '\\e909';\r\n                        color: #9147FF;\r\n                    }.td-social-font-icons .td_social_steam .td-sp:before{\r\n                        content: '\\e939';\r\n                        color: #1b2838;\r\n                    }.td_block_social_counter.td-social-style2{\r\n                        color: #000;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type .td-social-box{\r\n                        background-color: transparent;\r\n                        border: 1px solid #ededed;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type .td_social_button{\r\n                        margin-top: 7px;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a{\r\n                        color: #000;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a:hover{\r\n                        color: #555;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_type a:hover .td_social_type a{\r\n                        color: #555;\r\n                    }.td_block_social_counter.td-social-style2 .td-sp:after{\r\n                        top: 7px;\r\n                    \r\n                        background-color: #000;\r\n                        opacity: 0.1;\r\n                    }.td_block_social_counter.td-social-style2 .td_social_button{\r\n                        border-color: #ededed;\r\n                    }div.tdi_37 .td-block-title a,\r\n                    div.tdi_37 .td-block-title span{\r\n                        text-transform:uppercase !important;\r\n                    }@media (min-width: 1019px) and (max-width: 1140px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 300px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 228px;\r\n                        }\r\n                    }@media (max-width: 767px) {\r\n                        .td_social_type .td_social_button a:after {\r\n                            width: 100%;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_type .td-social-box {\r\n                            height: 70px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td-sp {\r\n                            margin-top: 4px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_info {\r\n                            font-size: 13px;\r\n                            top: -12px;\r\n                        }\r\n                    }@media (min-width: 768px) and (max-width: 1018px) {\r\n                        .td-social-boxed .td_social_info_name {\r\n                            top: -17px;\r\n                            font-size: 10px;\r\n                        }\r\n                    }\n<\/style><div class=\"td-block-title-wrap\"><h4 class=\"block-title td-block-title\"><span class=\"td-pulldown-size\">I&#039;m social<\/span><\/h4><\/div><div class=\"td-social-list\"><div class=\"td_social_type td-pb-margin-side td_social_facebook\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-facebook\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Fans<\/span><span class=\"td_social_button\"><a href=\"https:\/\/www.facebook.com\/tajfotostudio\"  >Like<\/a><\/span><\/div><\/div><div class=\"td_social_type td-pb-margin-side td_social_instagram\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-instagram\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Followers<\/span><span class=\"td_social_button\"><a href=\"https:\/\/instagram.com\/tajfotostudio#\"  >Follow<\/a><\/span><\/div><\/div><div class=\"td_social_type td-pb-margin-side td_social_youtube\"><div class=\"td-social-box\"><div class=\"td-sp td-sp-youtube\"><\/div><span class=\"td_social_info td_social_info_counter\">0<\/span><span class=\"td_social_info td_social_info_name\">Subscribers<\/span><span class=\"td_social_button\"><a href=\"https:\/\/www.youtube.com\/tajfotostudio\"  >Subscribe<\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"tdm_status":"","tdm_grid_status":"enabled","footnotes":""},"class_list":["post-326","page","type-page","status-publish"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/comments?post=326"}],"version-history":[{"count":28,"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/revisions"}],"predecessor-version":[{"id":2550,"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/pages\/326\/revisions\/2550"}],"wp:attachment":[{"href":"https:\/\/tajfotostudio.in\/index.php\/wp-json\/wp\/v2\/media?parent=326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}