{"id":625,"date":"2019-12-28T13:33:39","date_gmt":"2019-12-28T13:33:39","guid":{"rendered":"http:\/\/localhost\/test\/wp_test\/?page_id=625"},"modified":"2024-09-22T16:34:36","modified_gmt":"2024-09-22T10:34:36","slug":"gallery","status":"publish","type":"page","link":"https:\/\/bipdedu.org\/index.php\/gallery\/","title":{"rendered":"Gallery"},"content":{"rendered":"<body data-rsssl=1>\n\t\t\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\/*\n\t\t\t\t* jQuery Easing v1.3 - http:\/\/gsgd.co.uk\/sandbox\/jquery\/easing\/\n\t\t\t\t*\n\t\t\t\t* Uses the built in easing capabilities added In jQuery 1.1\n\t\t\t\t* to offer multiple easing options\n\t\t\t\t*\n\t\t\t\t* TERMS OF USE - jQuery Easing\n\t\t\t\t* \n\t\t\t\t* Open source under the BSD License. \n\t\t\t\t* \n\t\t\t\t* Copyright \u00c2\u00a9 2008 George McGinley Smith\n\t\t\t\t* All rights reserved.\n\t\t\t\t* \n\t\t\t\t* Redistribution and use in source and binary forms, with or without modification, \n\t\t\t\t* are permitted provided that the following conditions are met:\n\t\t\t\t* \n\t\t\t\t* Redistributions of source code must retain the above copyright notice, this list of \n\t\t\t\t* conditions and the following disclaimer.\n\t\t\t\t* Redistributions in binary form must reproduce the above copyright notice, this list \n\t\t\t\t* of conditions and the following disclaimer in the documentation and\/or other materials \n\t\t\t\t* provided with the distribution.\n\t\t\t\t* \n\t\t\t\t* Neither the name of the author nor the names of contributors may be used to endorse \n\t\t\t\t* or promote products derived from this software without specific prior written permission.\n\t\t\t\t* \n\t\t\t\t* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY \n\t\t\t\t* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\t\t\t\t* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n\t\t\t\t*  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n\t\t\t\t*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n\t\t\t\t*  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED \n\t\t\t\t* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n\t\t\t\t*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED \n\t\t\t\t* OF THE POSSIBILITY OF SUCH DAMAGE. \n\t\t\t\t*\n\t\t\t\t*\/\n\t\t\t\t\/\/ t: current time, b: begInnIng value, c: change In value, d: duration\n\t\t\t\tjQuery.easing['jswing'] = jQuery.easing['swing'];\n\t\t\t\tjQuery.extend(jQuery.easing,\n\t\t\t\t\t{\n\t\t\t\t\t\tdef: 'easeOutQuad',\n\t\t\t\t\t\tswing: function (x, t, b, c, d) {\n\t\t\t\t\t\t\t\/\/alert(jQuery.easing.default);\n\t\t\t\t\t\t\treturn jQuery.easing[jQuery.easing.def](x, t, b, c, d);\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * (t \/= d) * (t - 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t + b;\n\t\t\t\t\t\t\treturn -c \/ 2 * ((--t) * (t - 2) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * t + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * t + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * ((t = t \/ d - 1) * t * t * t - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t * t + b;\n\t\t\t\t\t\t\treturn -c \/ 2 * ((t -= 2) * t * t * t - 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * t * t * t + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t * t * t + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * t * t * t + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * Math.cos(t \/ d * (Math.PI \/ 2)) + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * Math.sin(t \/ d * (Math.PI \/ 2)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c \/ 2 * (Math.cos(Math.PI * t \/ d) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn (t == 0) ? b : c * Math.pow(2, 10 * (t \/ d - 1)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn (t == d) ? b + c : c * (-Math.pow(2, -10 * t \/ d) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif (t == 0) return b;\n\t\t\t\t\t\t\tif (t == d) return b + c;\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * Math.pow(2, 10 * (t - 1)) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * (-Math.pow(2, -10 * --t) + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * (Math.sqrt(1 - (t \/= d) * t) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * Math.sqrt(1 - (t = t \/ d - 1) * t) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return -c \/ 2 * (Math.sqrt(1 - t * t) - 1) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d) == 1) return b + c; if (!p) p = d * .3;\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\treturn -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d) == 1) return b + c; if (!p) p = d * .3;\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\treturn a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) \/ p) + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d \/ 2) == 2) return b + c; if (!p) p = d * (.3 * 1.5);\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\tif (t < 1) return -.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p)) + b;\n\t\t\t\t\t\t\treturn a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p) * .5 + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * ((s + 1) * t - s) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * ((s + 1) * t + s) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d) < (1 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * t * t) + b;\n\t\t\t\t\t\t\t} else if (t < (2 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (1.5 \/ 2.75)) * t + .75) + b;\n\t\t\t\t\t\t\t} else if (t < (2.5 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (2.25 \/ 2.75)) * t + .9375) + b;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (2.625 \/ 2.75)) * t + .984375) + b;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif (t < d \/ 2) return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;\n\t\t\t\t\t\t\treturn jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\/*\n\t\t\t\t*\n\t\t\t\t* TERMS OF USE - EASING EQUATIONS\n\t\t\t\t* \n\t\t\t\t* Open source under the BSD License. \n\t\t\t\t* \n\t\t\t\t* Copyright \u00c2\u00a9 2001 Robert Penner\n\t\t\t\t* All rights reserved.\n\t\t\t\t* \n\t\t\t\t* Redistribution and use in source and binary forms, with or without modification, \n\t\t\t\t* are permitted provided that the following conditions are met:\n\t\t\t\t* \n\t\t\t\t* Redistributions of source code must retain the above copyright notice, this list of \n\t\t\t\t* conditions and the following disclaimer.\n\t\t\t\t* Redistributions in binary form must reproduce the above copyright notice, this list \n\t\t\t\t* of conditions and the following disclaimer in the documentation and\/or other materials \n\t\t\t\t* provided with the distribution.\n\t\t\t\t* \n\t\t\t\t* Neither the name of the author nor the names of contributors may be used to endorse \n\t\t\t\t* or promote products derived from this software without specific prior written permission.\n\t\t\t\t* \n\t\t\t\t* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY \n\t\t\t\t* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\t\t\t\t* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n\t\t\t\t*  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n\t\t\t\t*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n\t\t\t\t*  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED \n\t\t\t\t* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n\t\t\t\t*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED \n\t\t\t\t* OF THE POSSIBILITY OF SUCH DAMAGE. \n\t\t\t\t*\n\t\t\t\t*\/\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function ($) {\n\t\t\t\t\t$.fn.quicksand = function (collection, customOptions) {\n\t\t\t\t\t\tvar options = {\n\t\t\t\t\t\t\tduration: 750,\n\t\t\t\t\t\t\teasing: 'swing',\n\t\t\t\t\t\t\tattribute: 'data-id', \/\/ attribute to recognize same items within source and dest\n\t\t\t\t\t\t\tadjustHeight: 'auto', \/\/ 'dynamic' animates height during shuffling (slow), 'auto' adjusts it before or after the animation, false leaves height constant\n\t\t\t\t\t\t\tuseScaling: true, \/\/ disable it if you're not using scaling effect or want to improve performance\n\t\t\t\t\t\t\tenhancement: function (c) { }, \/\/ Visual enhacement (eg. font replacement) function for cloned elements\n\t\t\t\t\t\t\tselector: '> *',\n\t\t\t\t\t\t\tdx: 0,\n\t\t\t\t\t\t\tdy: 0\n\t\t\t\t\t\t};\n\t\t\t\t\t\t$.extend(options, customOptions);\n\t\t\t\t\t\tif ($.browser.msie || (typeof ($.fn.scale) == 'undefined')) {\n\t\t\t\t\t\t\t\/\/ Got IE and want scaling effect? Kiss my ass.\n\t\t\t\t\t\t\toptions.useScaling = false;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar callbackFunction;\n\t\t\t\t\t\tif (typeof (arguments[1]) == 'function') {\n\t\t\t\t\t\t\tvar callbackFunction = arguments[1];\n\t\t\t\t\t\t} else if (typeof (arguments[2] == 'function')) {\n\t\t\t\t\t\t\tvar callbackFunction = arguments[2];\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this.each(function (i) {\n\t\t\t\t\t\t\tvar val;\n\t\t\t\t\t\t\tvar animationQueue = []; \/\/ used to store all the animation params before starting the animation; solves initial animation slowdowns\n\t\t\t\t\t\t\tvar $collection = $(collection).clone(); \/\/ destination (target) collection\n\t\t\t\t\t\t\tvar $sourceParent = $(this); \/\/ source, the visible container of source collection\n\t\t\t\t\t\t\tvar sourceHeight = $(this).css('height'); \/\/ used to keep height and document flow during the animation\n\t\t\t\t\t\t\tvar destHeight;\n\t\t\t\t\t\t\tvar adjustHeightOnCallback = false;\n\t\t\t\t\t\t\tvar offset = $($sourceParent).offset(); \/\/ offset of visible container, used in animation calculations\n\t\t\t\t\t\t\tvar offsets = []; \/\/ coordinates of every source collection item            \n\t\t\t\t\t\t\tvar $source = $(this).find(options.selector); \/\/ source collection items\n\t\t\t\t\t\t\t\/\/ Replace the collection and quit if IE6\n\t\t\t\t\t\t\tif ($.browser.msie && $.browser.version.substr(0, 1) < 7) {\n\t\t\t\t\t\t\t\t$sourceParent.html('').append($collection);\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ Gets called when any animation is finished\n\t\t\t\t\t\t\tvar postCallbackPerformed = 0; \/\/ prevents the function from being called more than one time\n\t\t\t\t\t\t\tvar postCallback = function () {\n\t\t\t\t\t\t\t\tif (!postCallbackPerformed) {\n\t\t\t\t\t\t\t\t\tpostCallbackPerformed = 1;\n\t\t\t\t\t\t\t\t\t\/\/ hack: \n\t\t\t\t\t\t\t\t\t\/\/ used to be: $sourceParent.html($dest.html()); \/\/ put target HTML into visible source container\n\t\t\t\t\t\t\t\t\t\/\/ but new webkit builds cause flickering when replacing the collections\n\t\t\t\t\t\t\t\t\t$toDelete = $sourceParent.find('> *');\n\t\t\t\t\t\t\t\t\t$sourceParent.prepend($dest.find('> *'));\n\t\t\t\t\t\t\t\t\t$toDelete.remove();\n\t\t\t\t\t\t\t\t\tif (adjustHeightOnCallback) {\n\t\t\t\t\t\t\t\t\t\t$sourceParent.css('height', destHeight);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\toptions.enhancement($sourceParent); \/\/ Perform custom visual enhancements on a newly replaced collection\n\t\t\t\t\t\t\t\t\tif (typeof callbackFunction == 'function') {\n\t\t\t\t\t\t\t\t\t\tcallbackFunction.call(this);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\/\/ Position: relative situations\n\t\t\t\t\t\t\tvar $correctionParent = $sourceParent.offsetParent();\n\t\t\t\t\t\t\tvar correctionOffset = $correctionParent.offset();\n\t\t\t\t\t\t\tif ($correctionParent.css('position') == 'relative') {\n\t\t\t\t\t\t\t\tif ($correctionParent.get(0).nodeName.toLowerCase() == 'body') {\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcorrectionOffset.top += (parseFloat($correctionParent.css('border-top-width')) || 0);\n\t\t\t\t\t\t\t\t\tcorrectionOffset.left += (parseFloat($correctionParent.css('border-left-width')) || 0);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcorrectionOffset.top -= (parseFloat($correctionParent.css('border-top-width')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.left -= (parseFloat($correctionParent.css('border-left-width')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.top -= (parseFloat($correctionParent.css('margin-top')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.left -= (parseFloat($correctionParent.css('margin-left')) || 0);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ perform custom corrections from options (use when Quicksand fails to detect proper correction)\n\t\t\t\t\t\t\tif (isNaN(correctionOffset.left)) {\n\t\t\t\t\t\t\t\tcorrectionOffset.left = 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (isNaN(correctionOffset.top)) {\n\t\t\t\t\t\t\t\tcorrectionOffset.top = 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tcorrectionOffset.left -= options.dx;\n\t\t\t\t\t\t\tcorrectionOffset.top -= options.dy;\n\t\t\t\t\t\t\t\/\/ keeps nodes after source container, holding their position\n\t\t\t\t\t\t\t$sourceParent.css('height', $(this).height());\n\t\t\t\t\t\t\t\/\/ get positions of source collections\n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\toffsets[i] = $(this).offset();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\/\/ stops previous animations on source container\n\t\t\t\t\t\t\t$(this).stop();\n\t\t\t\t\t\t\tvar dx = 0; var dy = 0;\n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\t$(this).stop(); \/\/ stop animation of collection items\n\t\t\t\t\t\t\t\tvar rawObj = $(this).get(0);\n\t\t\t\t\t\t\t\tif (rawObj.style.position == 'absolute') {\n\t\t\t\t\t\t\t\t\tdx = -options.dx;\n\t\t\t\t\t\t\t\t\tdy = -options.dy;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tdx = options.dx;\n\t\t\t\t\t\t\t\t\tdy = options.dy;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\trawObj.style.position = 'absolute';\n\t\t\t\t\t\t\t\trawObj.style.margin = '0';\n\t\t\t\t\t\t\t\trawObj.style.top = (offsets[i].top - parseFloat(rawObj.style.marginTop) - correctionOffset.top + dy) - 10 + 'px';\n\t\t\t\t\t\t\t\trawObj.style.left = (offsets[i].left - parseFloat(rawObj.style.marginLeft) - correctionOffset.left + dx) - 10 + 'px';\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\/\/ create temporary container with destination collection\n\t\t\t\t\t\t\tvar $dest = $($sourceParent).clone();\n\t\t\t\t\t\t\tvar rawDest = $dest.get(0);\n\t\t\t\t\t\t\trawDest.innerHTML = '';\n\t\t\t\t\t\t\trawDest.setAttribute('id', '');\n\t\t\t\t\t\t\trawDest.style.height = 'auto';\n\t\t\t\t\t\t\trawDest.style.width = $sourceParent.width() + 'px';\n\t\t\t\t\t\t\t$dest.append($collection);\n\t\t\t\t\t\t\t\/\/ insert node into HTML\n\t\t\t\t\t\t\t\/\/ Note that the node is under visible source container in the exactly same position\n\t\t\t\t\t\t\t\/\/ The browser render all the items without showing them (opacity: 0.0)\n\t\t\t\t\t\t\t\/\/ No offset calculations are needed, the browser just extracts position from underlayered destination items\n\t\t\t\t\t\t\t\/\/ and sets animation to destination positions.\n\t\t\t\t\t\t\t$dest.insertBefore($sourceParent);\n\t\t\t\t\t\t\t$dest.css('opacity', 0.0);\n\t\t\t\t\t\t\trawDest.style.zIndex = -1;\n\t\t\t\t\t\t\trawDest.style.margin = '0';\n\t\t\t\t\t\t\trawDest.style.position = 'absolute';\n\t\t\t\t\t\t\trawDest.style.top = offset.top - correctionOffset.top + 'px';\n\t\t\t\t\t\t\trawDest.style.left = offset.left - correctionOffset.left + 'px';\n\t\t\t\t\t\t\tif (options.adjustHeight === 'dynamic') {\n\t\t\t\t\t\t\t\t\/\/ If destination container has different height than source container\n\t\t\t\t\t\t\t\t\/\/ the height can be animated, adjusting it to destination height\n\t\t\t\t\t\t\t\t$sourceParent.animate({ height: $dest.height() }, options.duration, options.easing);\n\t\t\t\t\t\t\t} else if (options.adjustHeight === 'auto') {\n\t\t\t\t\t\t\t\tdestHeight = $dest.height();\n\t\t\t\t\t\t\t\tif (parseFloat(sourceHeight) < parseFloat(destHeight)) {\n\t\t\t\t\t\t\t\t\t\/\/ Adjust the height now so that the items don't move out of the container\n\t\t\t\t\t\t\t\t\t$sourceParent.css('height', destHeight);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\/\/  Adjust later, on callback\n\t\t\t\t\t\t\t\t\tadjustHeightOnCallback = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ Now it's time to do shuffling animation\n\t\t\t\t\t\t\t\/\/ First of all, we need to identify same elements within source and destination collections    \n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\tvar destElement = [];\n\t\t\t\t\t\t\t\tif (typeof (options.attribute) == 'function') {\n\t\t\t\t\t\t\t\t\tval = options.attribute($(this));\n\t\t\t\t\t\t\t\t\t$collection.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tdestElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tdestElement = $collection.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (destElement.length) {\n\t\t\t\t\t\t\t\t\t\/\/ The item is both in source and destination collections\n\t\t\t\t\t\t\t\t\t\/\/ It it's under different position, let's move it\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push(\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\t\tanimation:\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttop: destElement.offset().top - 10 - correctionOffset.top,\n\t\t\t\t\t\t\t\t\t\t\t\t\tleft: destElement.offset().left - 10 - correctionOffset.left,\n\t\t\t\t\t\t\t\t\t\t\t\t\topacity: 1.0\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\tanimation: {\n\t\t\t\t\t\t\t\t\t\t\t\ttop: destElement.offset().top + 10 - correctionOffset.top,\n\t\t\t\t\t\t\t\t\t\t\t\tleft: destElement.offset().left + 10 - correctionOffset.left,\n\t\t\t\t\t\t\t\t\t\t\t\topacity: 1.0,\n\t\t\t\t\t\t\t\t\t\t\t\tscale: '1.0'\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\/\/ The item from source collection is not present in destination collections\n\t\t\t\t\t\t\t\t\t\/\/ Let's remove it\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\tanimation: { opacity: '0.0' }\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this), animation: {\n\t\t\t\t\t\t\t\t\t\t\t\topacity: '0.0',\n\t\t\t\t\t\t\t\t\t\t\t\tscale: '0.0'\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$collection.each(function (i) {\n\t\t\t\t\t\t\t\t\/\/ Grab all items from target collection not present in visible source collection\n\t\t\t\t\t\t\t\tvar sourceElement = [];\n\t\t\t\t\t\t\t\tvar destElement = [];\n\t\t\t\t\t\t\t\tif (typeof (options.attribute) == 'function') {\n\t\t\t\t\t\t\t\t\tval = options.attribute($(this));\n\t\t\t\t\t\t\t\t\t$source.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tsourceElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t$collection.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tdestElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tsourceElement = $source.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t\tdestElement = $collection.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar animationOptions;\n\t\t\t\t\t\t\t\tif (sourceElement.length === 0) {\n\t\t\t\t\t\t\t\t\t\/\/ No such element in source collection...\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationOptions = {\n\t\t\t\t\t\t\t\t\t\t\topacity: '1.0'\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationOptions = {\n\t\t\t\t\t\t\t\t\t\t\topacity: '1.0',\n\t\t\t\t\t\t\t\t\t\t\tscale: '1.0'\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\/\/ Let's create it\n\t\t\t\t\t\t\t\t\td = destElement.clone();\n\t\t\t\t\t\t\t\t\tvar rawDestElement = d.get(0);\n\t\t\t\t\t\t\t\t\trawDestElement.style.position = 'absolute';\n\t\t\t\t\t\t\t\t\trawDestElement.style.margin = '0';\n\t\t\t\t\t\t\t\t\trawDestElement.style.top = destElement.offset().top - correctionOffset.top - 10 + 'px';\n\t\t\t\t\t\t\t\t\trawDestElement.style.left = destElement.offset().left - correctionOffset.left - 10 + 'px';\n\t\t\t\t\t\t\t\t\td.css('opacity', 0.0); \/\/ IE\n\t\t\t\t\t\t\t\t\tif (options.useScaling) {\n\t\t\t\t\t\t\t\t\t\td.css('transform', 'scale(0.0)');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\td.appendTo($sourceParent);\n\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\telement: $(d),\n\t\t\t\t\t\t\t\t\t\tanimation: animationOptions\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$dest.remove();\n\t\t\t\t\t\t\toptions.enhancement($sourceParent); \/\/ Perform custom visual enhancements during the animation\n\t\t\t\t\t\t\tfor (i = 0; i < animationQueue.length; i++) {\n\t\t\t\t\t\t\t\tanimationQueue[i].element.animate(animationQueue[i].animation, options.duration, options.easing, postCallback);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t};\n\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tjQuery.noConflict();\n\t\t\t\tjQuery(document).ready(function($){\n\t\t\t\t\tfunction lightboxPhoto() {\n\t\t\t\t\t\tjQuery(\"a[rel^='TSprettyPhoto']\").TSprettyPhoto({ animationSpeed:'fast', slideshow:5000, theme:'light_rounded', show_title:false, overlay_gallery: false });\n\t\t\t\t\t}\n\t\t\t\t\tif(jQuery().TSprettyPhoto) { lightboxPhoto(); }\n\t\t\t\t\tif (jQuery().quicksand)\n\t\t\t\t\t{\n\t\t\t\t\t\tvar $data = $(\".totalsoft-portfolio-area8\").clone();\n\t\t\t\t\t\t$('.totalsoft-portfolio-categ8 li').click(function(e) {\n\t\t\t\t\t\t\t$(\".filter li\").removeClass(\"active8\");\n\t\t\t\t\t\t\tvar filterClass=$(this).attr('class').split(' ').slice(-1)[0];\n\t\t\t\t\t\t\tif (filterClass == 'all') { var $filteredData = $data.find('.totalsoft-portfolio-item28'); }\n\t\t\t\t\t\t\telse { var $filteredData = $data.find('.totalsoft-portfolio-item28[data-type=' + filterClass + ']'); }\n\t\t\t\t\t\t\t$(\".totalsoft-portfolio-area8\").quicksand($filteredData, {\n\t\t\t\t\t\t\t}, function () {\n\t\t\t\t\t\t\t\tlightboxPhoto();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$(this).addClass(\"active8\");\n\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tfunction resp(){\n\t\t\t\t\tjQuery('.tspp_description').css('font-size',Math.ceil(25*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)));\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-close').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-pl-pa').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-nepr').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-text').css({'font-size':Math.ceil(19*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))});\n\t\t\t\t}\n\t\t\t\t(function($){$.TSprettyPhoto={version:'3.0'};$.fn.TSprettyPhoto=function(tspp_settings){tspp_settings=jQuery.extend({animation_speed:'fast',slideshow:false,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'\/',theme:'facebook',hideflash:false,wmode:'opaque',autoplay:true,modal:false,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},markup:'<div class=\"tspp_pic_holder\"> \\\n\t\t\t\t\t<div class=\"tspp_top\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_middle\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_right\"><\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_content_container\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"> \\\n\t\t\t\t\t<div class=\"tspp_right\"> \\\n\t\t\t\t\t<div class=\"tspp_content\"> \\\n\t\t\t\t\t\t<div class=\"tspp_loaderIcon\"><\/div> \\\n\t\t\t\t\t\t<div class=\"tspp_fade\"> \\\n\t\t\t\t\t\t<a href=\"#\" class=\"tspp_expand\" title=\"Expand the image\">Expand<\/a> \\\n\t\t\t\t\t\t<div class=\"tspp_hoverContainer\"> \\\n\t\t\t\t\t\t<a class=\"tspp_next\" href=\"#\"> <\/a> \\\n\t\t\t\t\t\t<a class=\"tspp_previous\" href=\"#\"> <\/a> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<div id=\"tspp_full_res\"><\/div> \\\n\t\t\t\t\t\t<div class=\"tspp_details clearfix\"> \\\n\t\t\t\t\t\t<p class=\"tspp_description\"><\/p> \\\n\t\t\t\t\t\t<i class=\"totalsoft-port-cpop-close tspp_close totalsoft totalsoft-times-circle\"><span>Close<\/span><\/i> \\\n\t\t\t\t\t\t<div class=\"tspp_nav\"> \\\n\t\t\t\t\t\t<i href=\"#\" class=\"tspp_arrow_previous totalsoft-port-cpop-nepr totalsoft totalsoft-arrow-circle-left\"><\/i> \\\n\t\t\t\t\t\t<p class=\"currentTextHolder totalsoft-port-cpop-text\">0\/0<\/p> \\\n\t\t\t\t\t\t<i href=\"#\" class=\"tspp_arrow_next totalsoft-port-cpop-nepr totalsoft totalsoft-arrow-circle-right\"><\/i> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_bottom\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_middle\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_right\"><\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_overlay\"><\/div>',gallery_markup:'<div class=\"tspp_gallery\"> \\\n\t\t\t\t\t<a href=\"#\" class=\"tspp_arrow_previous\">Previous<\/a> \\\n\t\t\t\t\t<ul> \\\n\t\t\t\t\t\t{gallery} \\\n\t\t\t\t\t<\/ul> \\\n\t\t\t\t\t<a href=\"#\" class=\"tspp_arrow_next\">Next<\/a> \\\n\t\t\t\t\t<\/div>',image_markup:'<img decoding=\"async\" id=\"fullResImage\" src=\"\" \/>',flash_markup:'<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"{width}\" height=\"{height}\"><param name=\"wmode\" value=\"{wmode}\" \/><param name=\"allowfullscreen\" value=\"true\" \/><param name=\"allowscriptaccess\" value=\"always\" \/><param name=\"movie\" value=\"{path}\" \/><embed src=\"{path}\" type=\"application\/x-shockwave-flash\" allowfullscreen=\"true\" allowscriptaccess=\"always\" width=\"{width}\" height=\"{height}\" wmode=\"{wmode}\"><\/embed><\/object>',quicktime_markup:'<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http:\/\/www.apple.com\/qtactivex\/qtplugin.cab\" height=\"{height}\" width=\"{width}\"><param name=\"src\" value=\"{path}\"><param name=\"autoplay\" value=\"{autoplay}\"><param name=\"type\" value=\"video\/quicktime\"><embed src=\"{path}\" height=\"{height}\" width=\"{width}\" autoplay=\"{autoplay}\" type=\"video\/quicktime\" pluginspage=\"http:\/\/www.apple.com\/quicktime\/download\/\"><\/embed><\/object>',iframe_markup:'<iframe src =\"{path}\" width=\"{width}\" height=\"{height}\" frameborder=\"no\"><\/iframe>',inline_markup:'<div class=\"tspp_inline clearfix\">{content}<\/div>',custom_markup:''},tspp_settings);var matchedObjects=this,percentBased=false,correctSizes,tspp_open,tspp_contentHeight,tspp_contentWidth,tspp_containerHeight,tspp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),tspp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize').resize(function(){_center_overlay();_resize_overlay();});if(tspp_settings.keyboard_shortcuts){$(document).unbind('keydown').keydown(function(e){setTimeout(function(){resp()},450);if(typeof $tspp_pic_holder!='undefined'){if($tspp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.TSprettyPhoto.changePage('previous');break;case 39:$.TSprettyPhoto.changePage('next');break;case 27:if(!settings.modal)\n\t\t\t\t\t$.TSprettyPhoto.close();break;};return false;};};});}\n\t\t\t\t\tjQuery.browser = {};\n\t\t\t\t\t(function () {\n\t\t\t\t\t\tjQuery.browser.msie = false;\n\t\t\t\t\t\tjQuery.browser.version = 0;\n\t\t\t\t\t\tif (navigator.userAgent.match(\/MSIE ([0-9]+)\\.\/)) {\n\t\t\t\t\t\t\tjQuery.browser.msie = true;\n\t\t\t\t\t\t\tjQuery.browser.version = RegExp.$1;\n\t\t\t\t\t\t}\n\t\t\t\t\t})();\n\t\t\t\t\t$.TSprettyPhoto.initialize=function(){settings=tspp_settings;if($.browser.msie&&parseInt($.browser.version)==6)settings.theme=\"light_square\";_buildOverlay(this);if(settings.allow_resize)\n\t\t\t\t\t$(window).scroll(function(){_center_overlay();});_center_overlay();set_position=jQuery.inArray($(this).attr('href'),tspp_images);$.TSprettyPhoto.open();return false;}\n\t\t\t\t\t$.TSprettyPhoto.open=function(event){if(typeof settings==\"undefined\"){settings=tspp_settings;if($.browser.msie&&$.browser.version==6)settings.theme=\"light_square\";_buildOverlay(event.target);tspp_images=$.makeArray(arguments[0]);tspp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray(\"\");tspp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray(\"\");isSet=(tspp_images.length>1)?true:false;set_position=0;}\n\t\t\t\t\tif($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed').css('visibility','hidden');_checkPosition($(tspp_images).size());$('.tspp_loaderIcon').show();if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$tspp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$tspp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(tspp_images).size());$tspp_pic_holder.find('.tspp_description').show().html(unescape(tspp_descriptions[set_position]));(settings.show_title&&tspp_titles[set_position]!=\"\"&&typeof tspp_titles[set_position]!=\"undefined\")?$ppt.html(unescape(tspp_titles[set_position])):$ppt.html('&nbsp;');movie_width=(parseFloat(grab_param('width',tspp_images[set_position])))?grab_param('width',tspp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(grab_param('height',tspp_images[set_position])))?grab_param('height',tspp_images[set_position]):settings.default_height.toString();if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)\/100)-150);movie_width=parseFloat(($(window).width()*parseFloat(movie_width)\/100)-150);percentBased=true;}else{percentBased=false;}\n\t\t\t\t\t$tspp_pic_holder.fadeIn(function(){resp();imgPreloader=\"\";switch(_getFileType(tspp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position>$(tspp_images).size())nextImage.src=tspp_images[set_position+1];prevImage=new Image();if(isSet&&tspp_images[set_position-1])prevImage.src=tspp_images[set_position-1];$tspp_pic_holder.find('#tspp_full_res')[0].innerHTML=settings.image_markup;$tspp_pic_holder.find('#fullResImage').attr('src',tspp_images[set_position]);imgPreloader.onload=function(){correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.TSprettyPhoto.close();};imgPreloader.src=tspp_images[set_position];break;case'youtube':correctSizes=_fitToViewport(movie_width,movie_height);movie='http:\/\/www.youtube.com\/v\/'+grab_param('v',tspp_images[set_position]);if(settings.autoplay)movie+=\"&autoplay=1\";toInject=settings.flash_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,movie);break;case'vimeo':correctSizes=_fitToViewport(movie_width,movie_height);movie_id=tspp_images[set_position];var regExp=\/http:\\\/\\\/(www\\.)?vimeo.com\\\/(\\d+)\/;var match=movie_id.match(regExp);movie='http:\/\/player.vimeo.com\/video\/'+match[2]+'?title=0&amp;byline=0&amp;portrait=0';if(settings.autoplay)movie+=\"&autoplay=1;\";vimeo_width=correctSizes['width']+'\/embed\/?moog_width='+correctSizes['width'];toInject=settings.iframe_markup.replace(\/{width}\/g,vimeo_width).replace(\/{height}\/g,correctSizes['height']).replace(\/{path}\/g,movie);break;case'quicktime':correctSizes=_fitToViewport(movie_width,movie_height);correctSizes['height']+=15;correctSizes['contentHeight']+=15;correctSizes['containerHeight']+=15;toInject=settings.quicktime_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,tspp_images[set_position]).replace(\/{autoplay}\/g,settings.autoplay);break;case'flash':correctSizes=_fitToViewport(movie_width,movie_height);flash_vars=tspp_images[set_position];flash_vars=flash_vars.substring(tspp_images[set_position].indexOf('flashvars')+10,tspp_images[set_position].length);filename=tspp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,filename+'?'+flash_vars);break;case'iframe':correctSizes=_fitToViewport(movie_width,movie_height);frame_url=tspp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{path}\/g,frame_url);break;case'custom':correctSizes=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(tspp_images[set_position]).clone().css({'width':settings.default_width}).wrapInner('<div id=\"tspp_full_res\"><div class=\"tspp_inline clearfix\"><\/div><\/div>').appendTo($('body'));correctSizes=_fitToViewport($(myClone).width(),$(myClone).height());$(myClone).remove();toInject=settings.inline_markup.replace(\/{content}\/g,$(tspp_images[set_position]).html());break;};if(!imgPreloader){$tspp_pic_holder.find('#tspp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};\n\t\t\t\t\t$.TSprettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0){set_position=0;return;}}else if(direction=='next'){set_position++;if(set_position>$(tspp_images).size()-1){set_position=0;}}else{set_position=direction;};if(!doresize)doresize=true;$('.tspp_contract').removeClass('tspp_contract').addClass('tspp_expand');_hideContent(function(){$.TSprettyPhoto.open();});};$.TSprettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage){currentGalleryPage=0};}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0){currentGalleryPage=totalPage;}}else{currentGalleryPage=direction;};itemsToSlide=(currentGalleryPage==totalPage)?tspp_images.length-((totalPage)*itemsPerPage):itemsPerPage;$tspp_pic_holder.find('.tspp_gallery li').each(function(i){$(this).animate({'left':(i*itemWidth)-((itemsToSlide*itemWidth)*currentGalleryPage)});});};$.TSprettyPhoto.startSlideshow=function(){setTimeout(function(){resp()},450);if(typeof tspp_slideshow=='undefined'){$tspp_pic_holder.find('.tspp_play').unbind('click').removeClass('tspp_play totalsoft totalsoft-play-circle-o').addClass('tspp_pause totalsoft totalsoft-pause-circle-o').click(function(){$.TSprettyPhoto.stopSlideshow();return false;});tspp_slideshow=setInterval($.TSprettyPhoto.startSlideshow,settings.slideshow);}else{$.TSprettyPhoto.changePage('next');};}\n\t\t\t\t\t$.TSprettyPhoto.stopSlideshow=function(){$tspp_pic_holder.find('.tspp_pause').unbind('click').removeClass('tspp_pause totalsoft totalsoft-pause-circle-o').addClass('tspp_play totalsoft totalsoft-play-circle-o').click(function(){$.TSprettyPhoto.startSlideshow();return false;});clearInterval(tspp_slideshow);tspp_slideshow=undefined;}\n\t\t\t\t\t$.TSprettyPhoto.close=function(){clearInterval(tspp_slideshow);$tspp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.tspp_pic_holder,div.ppt,.tspp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$tspp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed').css('visibility','visible');$(this).remove();$(window).unbind('scroll');settings.callback();doresize=true;tspp_open=false;delete settings;});};_showContent=function(){$('.tspp_loaderIcon').hide();$ppt.fadeTo(settings.animation_speed,1);projectedTop=scroll_pos['scrollTop']+((windowHeight\/2)-(correctSizes['containerHeight']\/2));if(projectedTop<0)projectedTop=0;$tspp_pic_holder.find('.tspp_content').animate({'height':correctSizes['contentHeight']},settings.animation_speed);$tspp_pic_holder.animate({'top':projectedTop,'left':(windowWidth\/2)-(correctSizes['containerWidth']\/2),'width':correctSizes['containerWidth']},settings.animation_speed,function(){$tspp_pic_holder.find('.tspp_hoverContainer,#fullResImage').height(correctSizes['height']).width(correctSizes['width']);$tspp_pic_holder.find('.tspp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(tspp_images[set_position])==\"image\"){$tspp_pic_holder.find('.tspp_hoverContainer').show()}else{$tspp_pic_holder.find('.tspp_hoverContainer').hide();}\n\t\t\t\t\tif(correctSizes['resized'])$('a.tspp_expand,a.tspp_contract').fadeIn(settings.animation_speed);if(settings.autoplay_slideshow&&!tspp_slideshow&&!tspp_open)$.TSprettyPhoto.startSlideshow();settings.changepicturecallback();tspp_open=true;});_insert_gallery();};function _hideContent(callback){$tspp_pic_holder.find('#tspp_full_res object,#tspp_full_res embed').css('visibility','hidden');$tspp_pic_holder.find('.tspp_fade').fadeOut(settings.animation_speed,function(){$('.tspp_loaderIcon').show();callback();});};function _checkPosition(setCount){if(set_position==setCount-1){$tspp_pic_holder.find('a.tspp_next').css('visibility','hidden');$tspp_pic_holder.find('a.tspp_next').addClass('disabled').unbind('click');}else{$tspp_pic_holder.find('a.tspp_next').css('visibility','visible');$tspp_pic_holder.find('a.tspp_next.disabled').removeClass('disabled').bind('click',function(){$.TSprettyPhoto.changePage('next');return false;});};if(set_position==0){$tspp_pic_holder.find('a.tspp_previous').css('visibility','hidden').addClass('disabled').unbind('click');}else{$tspp_pic_holder.find('a.tspp_previous.disabled').css('visibility','visible').removeClass('disabled').bind('click',function(){$.TSprettyPhoto.changePage('previous');return false;});};(setCount>1)?$('.tspp_nav').show():$('.tspp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((tspp_containerWidth+60>windowWidth)||(tspp_containerHeight+60>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((tspp_containerWidth+60>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height\/width)*imageWidth;}else if((tspp_containerHeight+60>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width\/height)*imageHeight;}else{fitting=true;};tspp_containerHeight=imageHeight,tspp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(tspp_containerHeight),containerWidth:Math.floor(tspp_containerWidth)+40,contentHeight:Math.floor(tspp_contentHeight),contentWidth:Math.floor(tspp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$tspp_details=$tspp_pic_holder.find('.tspp_details');$tspp_details.width(width);detailsHeight=parseFloat($tspp_details.css('marginTop'))+parseFloat($tspp_details.css('marginBottom'));$tspp_details=$tspp_details.clone().appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$tspp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$tspp_details.remove();tspp_contentHeight=height+detailsHeight;tspp_contentWidth=width;tspp_containerHeight=tspp_contentHeight+$ppt.height()+$tspp_pic_holder.find('.tspp_top').height()+$tspp_pic_holder.find('.tspp_bottom').height();tspp_containerWidth=width;}\n\t\t\t\t\tfunction _getFileType(itemSrc){if(itemSrc.match(\/youtube\\.com\\\/watch\/i)){return'youtube';}else if(itemSrc.match(\/vimeo\\.com\/i)){return'vimeo';}else if(itemSrc.indexOf('.mov')!=-1){return'quicktime';}else if(itemSrc.indexOf('.swf')!=-1){return'flash';}else if(itemSrc.indexOf('iframe')!=-1){return'iframe';}else if(itemSrc.indexOf('custom')!=-1){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $tspp_pic_holder!='undefined'){scroll_pos=_get_scroll();titleHeight=$ppt.height(),contentHeight=$tspp_pic_holder.height(),contentwidth=$tspp_pic_holder.width();projectedTop=(windowHeight\/2)+scroll_pos['scrollTop']-(contentHeight\/2);$tspp_pic_holder.css({position:'fixed','left':(windowWidth\/2)+scroll_pos['scrollLeft']-(contentwidth\/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $tspp_overlay!=\"undefined\")$tspp_overlay.height($(document).height());};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(tspp_images[set_position])==\"image\"){itemWidth=52+5;navWidth=(settings.theme==\"facebook\")?58:38;itemsPerPage=Math.floor((correctSizes['containerWidth']-100-navWidth)\/itemWidth);itemsPerPage=(itemsPerPage<tspp_images.length)?itemsPerPage:tspp_images.length;totalPage=Math.ceil(tspp_images.length\/itemsPerPage)-1;if(totalPage==0){navWidth=0;$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next,.tspp_gallery .tspp_arrow_previous').hide();}else{$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next,.tspp_gallery .tspp_arrow_previous').show();};galleryWidth=itemsPerPage*itemWidth+navWidth;$tspp_pic_holder.find('.tspp_gallery').width(galleryWidth).css('margin-left',-(galleryWidth\/2));$tspp_pic_holder.find('.tspp_gallery ul').width(itemsPerPage*itemWidth).find('li.selected').removeClass('selected');goToPage=(Math.floor(set_position\/itemsPerPage)<=totalPage)?Math.floor(set_position\/itemsPerPage):totalPage;if(itemsPerPage){$tspp_pic_holder.find('.tspp_gallery').hide().show().removeClass('disabled');}else{$tspp_pic_holder.find('.tspp_gallery').hide().addClass('disabled');}\n\t\t\t\t\t$.TSprettyPhoto.changeGalleryPage(goToPage);$tspp_pic_holder.find('.tspp_gallery ul li:eq('+set_position+')').addClass('selected');}else{$tspp_pic_holder.find('.tspp_content').unbind('mouseenter mouseleave');$tspp_pic_holder.find('.tspp_gallery').hide();}}\n\t\t\t\t\tfunction _buildOverlay(caller){theRel=$(caller).attr('rel');galleryRegExp=\/\\[(?:.*)\\]\/;isSet=(galleryRegExp.exec(theRel))?true:false;tspp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(caller).attr('href'));tspp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):\"\";}):$.makeArray($(caller).find('img').attr('alt'));tspp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):\"\";}):$.makeArray($(caller).attr('title'));$('body').append(settings.markup);$tspp_pic_holder=$('.tspp_pic_holder'),$ppt=$('.ppt'),$tspp_overlay=$('div.tspp_overlay');if(isSet&&settings.overlay_gallery){currentGalleryPage=0;toInject=\"\";for(var i=0;i<tspp_images.length;i++){var regex=new RegExp(\"(.*?)\\.(jpg|jpeg|png|gif)$\");var results=regex.exec(tspp_images[i]);if(!results){classname='default';}else{classname='';}\n\t\t\t\t\ttoInject+=\"<li class='\"+classname+\"'><a href='#'><img src='\"+tspp_images[i]+\"' width='50' alt='' \/><\/a><\/li>\";};toInject=settings.gallery_markup.replace(\/{gallery}\/g,toInject);$tspp_pic_holder.find('#tspp_full_res').after(toInject);$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next').click(function(){$.TSprettyPhoto.changeGalleryPage('next');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_previous').click(function(){$.TSprettyPhoto.changeGalleryPage('previous');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_content').hover(function(){$tspp_pic_holder.find('.tspp_gallery:not(.disabled)').fadeIn();},function(){$tspp_pic_holder.find('.tspp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$tspp_pic_holder.find('.tspp_gallery ul li').each(function(i){$(this).css({'position':'absolute','left':i*itemWidth});$(this).find('a').unbind('click').click(function(){$.TSprettyPhoto.changePage(i);$.TSprettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$tspp_pic_holder.find('.tspp_nav').prepend('<i class=\"totalsoft-port-cpop-pl-pa tspp_play totalsoft totalsoft-play-circle-o\"><\/i>')\n\t\t\t\t\t$tspp_pic_holder.find('.tspp_nav .tspp_play').click(function(){$.TSprettyPhoto.startSlideshow();return false;});};setTimeout(function(){resp();},650);$tspp_pic_holder.attr('class','tspp_pic_holder '+settings.theme);$tspp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(document).width()}).bind('click',function(){if(!settings.modal)$.TSprettyPhoto.close();});$('i.tspp_close').bind('click',function(){$.TSprettyPhoto.close();return false;});$('a.tspp_expand').bind('click',function(e){if($(this).hasClass('tspp_expand')){$(this).removeClass('tspp_expand').addClass('tspp_contract');doresize=false;}else{$(this).removeClass('tspp_contract').addClass('tspp_expand');doresize=true;};_hideContent(function(){$.TSprettyPhoto.open();});return false;});$tspp_pic_holder.find('.tspp_previous, .tspp_nav .tspp_arrow_previous').bind('click',function(){setTimeout(function(){resp()},450);$.TSprettyPhoto.changePage('previous');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_next, .tspp_nav .tspp_arrow_next').bind('click',function(){setTimeout(function(){resp()},450);$.TSprettyPhoto.changePage('next');$.TSprettyPhoto.stopSlideshow();return false;});_center_overlay();};return this.unbind('click').click($.TSprettyPhoto.initialize)};function grab_param(name,url){name=name.replace(\/[\\[]\/,\"\\\\\\[\").replace(\/[\\]]\/,\"\\\\\\]\");var regexS=\"[\\\\?&]\"+name+\"=([^&#]*)\";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?\"\":results[1];}})(jQuery);\n\t\t\t<\/script>\n\t\t\t<style type=\"text\/css\">\n\t\t\t\tdiv.tspp_pic_holder\n\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tborder: 0px solid #ffffff !important;\n\t\t\t\t\tborder-radius: 14px !important;\n\t\t\t\t\ttop: 10% !important;\n\t\t\t\t}\n\t\t\t\t.tspp_description\n\t\t\t\t{\n\t\t\t\t\tdisplay: ;\n\t\t\t\t\ttext-align: center !important;\n\t\t\t\t\tfont-size: 25px;\n\t\t\t\t\tfont-family: Gabriola !important;\n\t\t\t\t\tcolor: #dd3333 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-pl-pa\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-close\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t\tmargin-right: 0!important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-close span\n\t\t\t\t{\n\t\t\t\t\tfont-family: Arial !important;\n\t\t\t\t\tmargin-left:3px !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-nepr\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-text\n\t\t\t\t{\n\t\t\t\t\tfont-size: 19px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\t\t\t\t\t\tfont-family: Calisto MT !important;\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li\n\t\t\t\t{\n\t\t\t\t\tfont-family: Calisto MT !important;\n\t\t\t\t\tbackground-color: #1e73be !important;\n\t\t\t\t\tcolor: #ffffff !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li a\n\t\t\t\t{\n\t\t\t\t\tcolor: #ffffff !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li.active8\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li.active8 a\n\t\t\t\t{\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li:hover\n\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tcolor: #dd3333 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8{\n\t\t\t\t\tmargin-left:0 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ8 li:hover a\n\t\t\t\t{\n\t\t\t\t\tcolor: #dd3333 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li\n\t\t\t\t{\n\t\t\t\t\tdisplay:inline-block;\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t\tborder:5px solid #ffffff !important;\n\t\t\t\t\twidth: 210px;\n\t\t\t\t\theight:157.5px;\n\t\t\t\t\tposition:relative;\n\t\t\t\t\tborder-radius: 0px !important;\n\t\t\t\t\tmargin:10px !important;\n\t\t\t\t\tbox-shadow:0 0 15px #757575 !important;\n\t\t\t\t\t-webkit-box-shadow:0 0 15px #757575 !important;\n\t\t\t\t\t-moz-box-shadow:0 0 15px #757575 !important;\n\t\t\t\t\tperspective:800px !important;\n\t\t\t\t\t-moz-perspective:800px !important;\n\t\t\t\t\t-webkit-perspective:800px !important;\n\t\t\t\t\tpadding: 0 !important;\n\t\t\t\t}\n\t\t\t\t\/*4144*\/\n\t\t\t\t.totalsoft-image-block { display:block; position: absolute; width:100%; height:100%; }\n\t\t\t\t.totalsoft-image-block img { margin: 0 !important; background:#FFFFFF; width:100%; height: 100%; max-width:none !important; }\n\t\t\t\t.TotPortImgHov1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-o-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov1\n\t\t\t\t{\n\t\t\t\t\twidth:200%;\n\t\t\t\t\theight:200%;\n\t\t\t\t\tleft:-50%;\n\t\t\t\t\ttop:-50%;\n\t\t\t\t\t-ms-transform:rotate(25deg);\n\t\t\t\t\t-webkit-transform:rotate(25deg);\n\t\t\t\t\t-moz-transform:rotate(25deg);\n\t\t\t\t\ttransform:rotate(25deg);\n\t\t\t\t}\n\t\t\t\t.TotPortImgHov2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov2\n\t\t\t\t{\n\t\t\t\t\twidth:200%;\n\t\t\t\t\theight:200%;\n\t\t\t\t\tleft:-50%;\n\t\t\t\t\ttop:-50%;\n\t\t\t\t\t-ms-transform:rotate(-25deg);\n\t\t\t\t\t-moz-transform:rotate(-25deg);\n\t\t\t\t\t-webkit-transform:rotate(-25deg);\n\t\t\t\t\ttransform:rotate(-25deg);\n\t\t\t\t}\n\t\t\t\t.TotPortImgHov3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov3 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov4 { width:150%; height:150%; left:-25%; top:-25%; }\n\t\t\t\t.TotPortImgHov5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tright:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov5 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\tbottom:0px;\n\t\t\t\t\tright:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov6 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\tbottom:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgHov7 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgOv1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76);\n\t\t\t\t\topacity:0;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv1 { opacity:0.8; }\n\t\t\t\t.TotPortImgOv2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransform:rotate(-90deg) !important;\n\t\t\t\t\t-ms-transform:rotate(-90deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(-90deg) !important;\n\t\t\t\t\t-moz-transform:rotate(-90deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv2\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransform:rotateY(-180deg) !important;\n\t\t\t\t\t-ms-transform:rotateY(-180deg) !important;\n\t\t\t\t\t-moz-transform:rotateY(-180deg) !important;\n\t\t\t\t\t-webkit-transform:rotateY(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv3\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\ttransform:rotateY(0deg) !important;\n\t\t\t\t\t-ms-transform:rotateY(0deg) !important;\n\t\t\t\t\t-moz-transform:rotateY(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotateY(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv4\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv5\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv6\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv7\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\tvisibility:hidden !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv8 { top:0% !important; height:100% !important; visibility:visible !important; }\n\t\t\t\t.TotPortImgOv9\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv9 { left:0% !important; width:100% !important; }\n\t\t\t\t.TotPortImgOv10\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv10 { top:0% !important; opacity:0.8 !important; }\n\t\t\t\t.TotPortImgOv11\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tborder:20px solid red !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortImgOv11 { opacity:0.8 !important; }\n\t\t\t\t.TotPortImgOv12\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tborder:20px solid red !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv13\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:rgba(30,115,190,0.76) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit1 { top:5% !important; }\n\t\t\t\t.TotPortHovTit2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\ttransform:rotate(-90deg) !important;\n\t\t\t\t\t-ms-transform:rotate(-90deg) !important;\n\t\t\t\t\t-moz-transform:rotate(-90deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(-90deg) !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit2\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:10% !important;\n\t\t\t\t\tleft:15% !important;\n\t\t\t\t\twidth:70% !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\tpadding:0px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit3\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:25% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit4 { top:5% !important; }\n\t\t\t\t.TotPortHovTit5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit6\n\t\t\t\t{\n\t\t\t\t\tfont-size:19px !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:100% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\ttransform:translateY(0%);\n\t\t\t\t\t-ms-transform:translateY(0%);\n\t\t\t\t\t-moz-transform:translateY(0%);\n\t\t\t\t\t-webkit-transform:translateY(0%);\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit7 { top:0% !important; }\n\t\t\t\t.TotPortHovTit8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tright:0% !important;\n\t\t\t\t\twidth:85% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:left !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit9\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit10\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:20% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\tfont-size:0px !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit10\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\ttop:30% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit11\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:20% !important;\n\t\t\t\t\tleft:10% !important;\n\t\t\t\t\twidth:40% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\ttransform:translateX(0%) !important;\n\t\t\t\t\t-ms-transform:translateX(0%) !important;\n\t\t\t\t\t-moz-transform:translateX(0%) !important;\n\t\t\t\t\t-webkit-transform:translateX(0%) !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\tfont-family:Copperplate Gothic Light !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#1e73be !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovTit11\n\t\t\t\t{\n\t\t\t\t\ttop:30% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLine1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:10% !important;\n\t\t\t\t\theight:10% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine1 { width:90% !important; height:90% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:110% !important;\n\t\t\t\t\theight:110% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine2 { width:90% !important; height:90% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:90% !important;\n\t\t\t\t\theight:90% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\tborder-right:0px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:40% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine3 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:10% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine4 { width:80% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:90% !important;\n\t\t\t\t\tborder-top:1px solid #ffffff !important;\n\t\t\t\t\tborder-bottom:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine5 { width:80% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:120px !important;\n\t\t\t\t\theight:120px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\tborder-radius:50% !important;\n\t\t\t\t\ttop:100% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine6 { top:50% !important; left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0px !important;\n\t\t\t\t\theight:0px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLine7\n\t\t\t\t{\n\t\t\t\t\twidth:100px !important;\n\t\t\t\t\theight:100px !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink1\n\t\t\t\t{\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink2 { opacity:1 !important; }\n\t\t\t\t.TotPortHovLink3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:70% !important;\n\t\t\t\t\tleft:5% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink3 { left:15% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:90% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink4 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:80% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink5\n\t\t\t\t{\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:40% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink6 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink7\n\t\t\t\t{\n\t\t\t\t\tposition:relative !important;\n\t\t\t\t\ttop:60% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\tperspective:800px !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink7 { opacity:1 !important; }\n\t\t\t\t.TotPortHovLink8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink8 { opacity:1 !important; top:60% !important; }\n\t\t\t\t.TotPortHovLink9\n\t\t\t\t{\n\t\t\t\t\tposition:relative !important;\n\t\t\t\t\ttop:60% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area8 li:hover .TotPortHovLink9\n\t\t\t\t{\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink,.TotPortHovLink:hover { text-decoration:none !important; }\n\t\t\t\t.TotPortHovLink:focus { border:none; outline: none !important; }\n\t\t\t\t.TS_Portfolio_GAA_Loading{\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\theight: 300px;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t}\n\t\t\t\t.TS_Portfolio_GAA_Loading img{\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 50%;\n\t\t\t\t\tleft: 50%;\n\t\t\t\t\ttransform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-webkit-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-ms-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-moz-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-o-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t}\n\t\t\t<\/style>\n\t\t\t<div class=\"TS_Portfolio_GAA_Loading\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/bipdedu.org\/wp-content\/plugins\/gallery-portfolio\/Includes\/..\/Images\/loader.gif\">\n\t\t\t<\/div>\n\t\t\t<div class=\"totalsoft-TS_Portfolio_GAA_ totalsoft-TS_Portfolio_GAA_8\" >\n\t\t\t\t<div class=\"totalsoft-portfolio-content\" >\n\t\t\t\t\t<ul class=\"totalsoft-portfolio-categ totalsoft-portfolio-categ8 filter\" style=\"display: none;\">\n\t\t\t\t\t\t<li class=\"all active8\"><a href=\"#\">All<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-0\"><a href=\"#\" title=\"Life Insurance\">Life Insurance<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-1\"><a href=\"#\" title=\"National_Seminar_2016\">National_Seminar_2016<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-2\"><a href=\"#\" title=\"Non_Life_Insurance\">Non_Life_Insurance<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-3\"><a href=\"#\" title=\"Professional_Courses\">Professional_Courses<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-4\"><a href=\"#\" title=\"Pru_Reinsurance\">Pru_Reinsurance<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-5\"><a href=\"#\" title=\"Regional_Seminar 2017\">Regional_Seminar 2017<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album8-6\"><a href=\"#\" title=\"Takaful_Seminar_2018\">Takaful_Seminar_2018<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<ul class=\"totalsoft-portfolio-area8\" style='padding:0px;margin:0px;text-align:center;display: none;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-00\" data-type=\"portfolio-totalsoft-album8-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/Fareast-1-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/Fareast-1-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-01\" data-type=\"portfolio-totalsoft-album8-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-1-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-1-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-02\" data-type=\"portfolio-totalsoft-album8-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-08-at-6.47.34-PM-300x225.jpeg\" rel=\"TSprettyPhoto[gallery8]\" title=\"Sandhani Life\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2024\/09\/WhatsApp-Image-2024-09-08-at-6.47.34-PM-300x225.jpeg\" alt=\"Sandhani Life\" title=\"Sandhani Life\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tSandhani Life\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-10\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"Seminar\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/1-300x200.jpg\" alt=\"Seminar\" title=\"Seminar\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tSeminar\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-11\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-12\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/3-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/3-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-13\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/4-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/4-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-14\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-15\" data-type=\"portfolio-totalsoft-album8-1\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/9-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/9-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-20\" data-type=\"portfolio-totalsoft-album8-2\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-1-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-1-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-30\" data-type=\"portfolio-totalsoft-album8-3\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/t-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/t-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-31\" data-type=\"portfolio-totalsoft-album8-3\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"http:\/\/localhost\/test\/wp-content\/uploads\/2020\/01\/4-1-300x169.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"http:\/\/localhost\/test\/wp-content\/uploads\/2020\/01\/4-1-300x169.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-32\" data-type=\"portfolio-totalsoft-album8-3\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"http:\/\/localhost\/test\/wp-content\/uploads\/2020\/01\/4-1-1024x575.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"http:\/\/localhost\/test\/wp-content\/uploads\/2020\/01\/4-1-1024x575.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-40\" data-type=\"portfolio-totalsoft-album8-4\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/11-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/11-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-41\" data-type=\"portfolio-totalsoft-album8-4\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-2-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/5-2-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-42\" data-type=\"portfolio-totalsoft-album8-4\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/8-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/8-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-43\" data-type=\"portfolio-totalsoft-album8-4\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/4-2-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/4-2-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-44\" data-type=\"portfolio-totalsoft-album8-4\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-50\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_02-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_02-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-51\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_16-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_16-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-52\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_29-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_29-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-53\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_25-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_25-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-54\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_23-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_23-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-55\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_22-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_22-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-56\" data-type=\"portfolio-totalsoft-album8-5\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_18-300x225.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/regional_seminar_2017_18-300x225.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-60\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/9-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/9-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-61\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/1-2-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/1-2-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-62\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-2-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/2-2-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-63\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/6-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/6-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-64\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/10-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/10-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-65\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/12-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/12-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-66\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/13-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/13-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-67\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/14-1-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/14-1-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-68\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2021\/09\/19-10244-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2021\/09\/19-10244-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-69\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/17-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/17-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item28\" data-id=\"id8-610\" data-type=\"portfolio-totalsoft-album8-6\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/16-300x200.jpg\" rel=\"TSprettyPhoto[gallery8]\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov1' src=\"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/16-300x200.jpg\" alt=\"\" title=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit1' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"column-clear\"><\/div>\n\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<input type='text' style='display:none;' class='NavMenuFS8' value='15'>\n\t\t\t<input type='text' style='display:none;' class='portImgWidth8' value='210'>\n\t\t\t<input type='text' style='display:none;' class='portImgHeight8' value='157.5'>\n\t\t\t<input type='text' style='display:none;' class='portTitFS8' value='24'>\n\t\t\t<input type='text' style='display:none;' class='portLinkFS8' value='18'>\n\t\t\t<input type='text' style='display:none;' class='portPoppTitleFS8' value='25'>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tvar NavMenuFS8=jQuery('.NavMenuFS8').val();\n\t\t\t\tvar portImgWidth8=jQuery('.portImgWidth8').val();\n\t\t\t\tvar portImgHeight8=jQuery('.portImgHeight8').val();\n\t\t\t\tvar portTitFS8=jQuery('.portTitFS8').val();\n\t\t\t\tvar portLinkFS8=jQuery('.portLinkFS8').val();\n\t\t\t\tvar portPoppTitleFS8=jQuery('.portPoppTitleFS8').val();\n\t\t\t\tfunction resp8(){\n\t\t\t\t\tjQuery('.tspp_description').animate('font-size',Math.ceil(portPoppTitleFS8*jQuery('#fullResImage').prop('naturalWidth')\/(jQuery('#fullResImage').prop('naturalWidth')+150)));\n\t\t\t\t\tjQuery('.totalsoft-portfolio-categ8').css('font-size',Math.ceil(NavMenuFS8*jQuery('.totalsoft-portfolio-categ8').width()\/(jQuery('.totalsoft-portfolio-categ8').width()+100)));\n\t\t\t\t\tif(jQuery('.totalsoft-portfolio-area8 li').parent().width()<=500)\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').css('width',portImgWidth8*jQuery('.totalsoft-portfolio-area8 li').parent().width()\/500);\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').css('height',portImgHeight8*jQuery('.totalsoft-portfolio-area8 li').parent().width()\/500);\n\t\t\t\t\t\tfor(i=1;i<=11;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==3 || i==10){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit'+i).css('font-size',Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit3').css({'font-size':Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit3').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit10').css({'font-size':Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit10').css({'font-size':'0px'}); })\n\t\t\t\t\t\tfor(i=1;i<=9;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==1 || i==5 || i==9){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink'+i).css('font-size',Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink5').css({'font-size':Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink5').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink9').css({'font-size':Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink9').css({'font-size':'0px'}); })\n\t\t\t\t\t}\n\t\t\t\t\tif(jQuery('.totalsoft-portfolio-area8 li').parent().width()<=300)\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').css('width',jQuery('.totalsoft-portfolio-area8 li').parent().width()-10);\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').css('height',jQuery('.totalsoft-portfolio-area8 li').width()*3\/4+'px');\n\t\t\t\t\t\tfor(i=1;i<=11;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==3 || i==10){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit'+i).css('font-size',Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit3').css({'font-size':Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit3').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit10').css({'font-size':Math.ceil(portTitFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit10').css({'font-size':'0px'}); })\n\t\t\t\t\t\tfor(i=1;i<=9;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==1 || i==5 || i==9){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink'+i).css('font-size',Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink5').css({'font-size':Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink5').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area8 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink9').css({'font-size':Math.ceil(portLinkFS8*jQuery('.totalsoft-portfolio-area8 li').width()\/(jQuery('.totalsoft-portfolio-area8 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink9').css({'font-size':'0px'}); })\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresp8();\n\t\t\t\tjQuery(window).resize(function(){ resp8(); })\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tvar array_TotSoft_GAA8=[];\n\t\t\t\tjQuery(\".TotPortImgOv\").each(function(){\n\t\t\t\t\tif( jQuery(this).attr(\"src\") != \"\" ) {\n\t\t\t\t\t\tarray_TotSoft_GAA8.push(jQuery(this).attr(\"src\"));\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\tvar y_TotSoft_Port_GAA8=0;\n\t\t\t\tfor(i=0;i<array_TotSoft_GAA8.length;i++){\n\t\t\t\t\tjQuery(\"<img class='TotPortImgOv8' \/>\").attr('src', array_TotSoft_GAA8[i]).on(\"load\",function(){\n\t\t\t\t\t\ty_TotSoft_Port_GAA8++;\n\t\t\t\t\t\tif(y_TotSoft_Port_GAA8 == array_TotSoft_GAA8.length){\n\t\t\t\t\t\t\t\/\/ jQuery(\".portfolio8_loading\").css(\"display\",\"none\");\n\t\t\t\t\t\t\tjQuery(\".totalsoft-portfolio-area8\").css(\"display\",\"block\");\n\t\t\t\t\t\t\tjQuery(\".totalsoft-portfolio-categ\").css(\"display\",\"block\");\n\t\t\t\t\t\t\tjQuery(\".TS_Portfolio_GAA_Loading\").remove();\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t\n<\/body>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":1,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-625","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gallery - BIPD-Bangladesh Institute for Professional Development<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bipdedu.org\/index.php\/gallery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gallery - BIPD-Bangladesh Institute for Professional Development\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bipdedu.org\/index.php\/gallery\/\" \/>\n<meta property=\"og:site_name\" content=\"BIPD-Bangladesh Institute for Professional Development\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-22T10:34:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bipdedu.org\\\/index.php\\\/gallery\\\/\",\"url\":\"https:\\\/\\\/bipdedu.org\\\/index.php\\\/gallery\\\/\",\"name\":\"Gallery - BIPD-Bangladesh Institute for Professional Development\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#website\"},\"datePublished\":\"2019-12-28T13:33:39+00:00\",\"dateModified\":\"2024-09-22T10:34:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bipdedu.org\\\/index.php\\\/gallery\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bipdedu.org\\\/index.php\\\/gallery\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bipdedu.org\\\/index.php\\\/gallery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bipdedu.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gallery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#website\",\"url\":\"https:\\\/\\\/bipdedu.org\\\/\",\"name\":\"BIPD-Bangladesh Institute for Professional Development\",\"description\":\"The Ultimate Solution for Professional Development\",\"publisher\":{\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bipdedu.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#organization\",\"name\":\"BIPD-Bangladesh Institute for Professional Development\",\"url\":\"https:\\\/\\\/bipdedu.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bipdedu.org\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/cropped-logo.png\",\"contentUrl\":\"https:\\\/\\\/bipdedu.org\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/cropped-logo.png\",\"width\":320,\"height\":86,\"caption\":\"BIPD-Bangladesh Institute for Professional Development\"},\"image\":{\"@id\":\"https:\\\/\\\/bipdedu.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gallery - BIPD-Bangladesh Institute for Professional Development","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bipdedu.org\/index.php\/gallery\/","og_locale":"en_US","og_type":"article","og_title":"Gallery - BIPD-Bangladesh Institute for Professional Development","og_url":"https:\/\/bipdedu.org\/index.php\/gallery\/","og_site_name":"BIPD-Bangladesh Institute for Professional Development","article_modified_time":"2024-09-22T10:34:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bipdedu.org\/index.php\/gallery\/","url":"https:\/\/bipdedu.org\/index.php\/gallery\/","name":"Gallery - BIPD-Bangladesh Institute for Professional Development","isPartOf":{"@id":"https:\/\/bipdedu.org\/#website"},"datePublished":"2019-12-28T13:33:39+00:00","dateModified":"2024-09-22T10:34:36+00:00","breadcrumb":{"@id":"https:\/\/bipdedu.org\/index.php\/gallery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bipdedu.org\/index.php\/gallery\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bipdedu.org\/index.php\/gallery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bipdedu.org\/"},{"@type":"ListItem","position":2,"name":"Gallery"}]},{"@type":"WebSite","@id":"https:\/\/bipdedu.org\/#website","url":"https:\/\/bipdedu.org\/","name":"BIPD-Bangladesh Institute for Professional Development","description":"The Ultimate Solution for Professional Development","publisher":{"@id":"https:\/\/bipdedu.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bipdedu.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bipdedu.org\/#organization","name":"BIPD-Bangladesh Institute for Professional Development","url":"https:\/\/bipdedu.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bipdedu.org\/#\/schema\/logo\/image\/","url":"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/cropped-logo.png","contentUrl":"https:\/\/bipdedu.org\/wp-content\/uploads\/2020\/01\/cropped-logo.png","width":320,"height":86,"caption":"BIPD-Bangladesh Institute for Professional Development"},"image":{"@id":"https:\/\/bipdedu.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/pages\/625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/comments?post=625"}],"version-history":[{"count":8,"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/pages\/625\/revisions"}],"predecessor-version":[{"id":3245,"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/pages\/625\/revisions\/3245"}],"wp:attachment":[{"href":"https:\/\/bipdedu.org\/index.php\/wp-json\/wp\/v2\/media?parent=625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}