{"id":2367,"date":"2018-04-12T08:25:58","date_gmt":"2018-04-12T08:25:58","guid":{"rendered":"http:\/\/democontent.codex-themes.com\/themes\/cryption\/?page_id=2367"},"modified":"2018-04-12T08:25:58","modified_gmt":"2018-04-12T08:25:58","slug":"cryption-landing","status":"publish","type":"page","link":"https:\/\/www.bcci-jo.com\/ar\/cryption-landing\/","title":{"rendered":"Cryption Landing (Demo)"},"content":{"rendered":"<div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3a7440\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid animation-bg vc_custom_1523516277264 vc_row-o-full-height vc_row-o-columns-stretch vc_row-flex\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3a7440\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1523275599457\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t    <canvas id=\"c\" style=\"position: absolute; top: 0; left: 0;\"><\/canvas>\n\n<style>\n<\/style>\n<script type=\"text\/javascript\">\nvar w = c.width = window.innerWidth,\n\t\th = c.height = window.innerHeight,\n\t\tctx = c.getContext( '2d' ),\n\t\t\n\t\topts = {\n\t\t\t\n\t\t\trange: 260,\n\t\t\tbaseConnections: 3,\n\t\t\taddedConnections: 5,\n\t\t\tbaseSize: 5,\n\t\t\tminSize: 1,\n\t\t\tdataToConnectionSize: .4,\n\t\t\tsizeMultiplier: .7,\n\t\t\tallowedDist: 40,\n\t\t\tbaseDist: 40,\n\t\t\taddedDist: 30,\n\t\t\tconnectionAttempts: 100,\n\t\t\t\n\t\t\tdataToConnections: 1,\n\t\t\tbaseSpeed: .04,\n\t\t\taddedSpeed: .05,\n\t\t\tbaseGlowSpeed: .4,\n\t\t\taddedGlowSpeed: .4,\n\t\t\t\n\t\t\trotVelX: .003,\n\t\t\trotVelY: .002,\n\t\t\t\n\t\t\trepaintColor: '#202f39',\n\t\t\tconnectionColor: 'hsla(200,60%,light%,alp)',\n\t\t\trootColor: 'hsla(0,60%,light%,alp)',\n\t\t\tendColor: 'hsla(160,20%,light%,alp)',\n\t\t\tdataColor: 'hsla(40,80%,light%,alp)',\n\t\t\t\n\t\t\twireframeWidth: .1,\n\t\t\twireframeColor: '#88f',\n\t\t\t\n\t\t\tdepth: 260,\n\t\t\tfocalLength: 260,\n\t\t\tvanishPoint: {\n\t\t\t\tx: w \/ 2,\n\t\t\t\ty: h \/ 2\n\t\t\t}\n\t\t},\n\t\t\n\t\tsquareRange = opts.range * opts.range,\n\t\tsquareAllowed = opts.allowedDist * opts.allowedDist,\n\t\tmostDistant = opts.depth + opts.range,\n\t\tsinX = sinY = 0,\n\t\tcosX = cosY = 0,\n\t\t\n\t\tconnections = [],\n\t\ttoDevelop = [],\n\t\tdata = [],\n\t\tall = [],\n\t\ttick = 0,\n\t\ttotalProb = 0,\n\t\t\n\t\tanimating = false,\n\t\t\n\t\tTau = Math.PI * 2;\n\nctx.fillStyle = '#222';\nctx.fillRect( 0, 0, w, h );\nctx.fillStyle = '#ccc';\nctx.font = '50px Verdana';\nctx.fillText( 'Calculating Nodes', w \/ 2 - ctx.measureText( 'Calculating Nodes' ).width \/ 2, h \/ 2 - 15 );\n\nwindow.setTimeout( init, 4 ); \/\/ to render the loading screen\n\nfunction init(){\n\t\n\tconnections.length = 0;\n\tdata.length = 0;\n\tall.length = 0;\n\ttoDevelop.length = 0;\n\t\n\tvar connection = new Connection( 0, 0, 0, opts.baseSize );\n\tconnection.step = Connection.rootStep;\n\tconnections.push( connection );\n\tall.push( connection );\n\tconnection.link();\n\t\n\twhile( toDevelop.length > 0 ){\n\t\n\t\ttoDevelop[ 0 ].link();\n\t\ttoDevelop.shift();\n\t}\n\t\n\tif( !animating ){\n\t\tanimating = true;\n\t\tanim();\n\t}\n}\nfunction Connection( x, y, z, size ){\n\t\n\tthis.x = x;\n\tthis.y = y;\n\tthis.z = z;\n\tthis.size = size;\n\t\n\tthis.screen = {};\n\t\n\tthis.links = [];\n\tthis.probabilities = [];\n\tthis.isEnd = false;\n\t\n\tthis.glowSpeed = opts.baseGlowSpeed + opts.addedGlowSpeed * Math.random();\n}\nConnection.prototype.link = function(){\n\t\n\tif( this.size < opts.minSize )\n\t\treturn this.isEnd = true;\n\t\n\tvar links = [],\n\t\t\tconnectionsNum = opts.baseConnections + Math.random() * opts.addedConnections |0,\n\t\t\tattempt = opts.connectionAttempts,\n\t\t\t\n\t\t\talpha, beta, len,\n\t\t\tcosA, sinA, cosB, sinB,\n\t\t\tpos = {},\n\t\t\tpassedExisting, passedBuffered;\n\t\n\twhile( links.length < connectionsNum && --attempt > 0 ){\n\t\t\n\t\talpha = Math.random() * Math.PI;\n\t\tbeta = Math.random() * Tau;\n\t\tlen = opts.baseDist + opts.addedDist * Math.random();\n\t\t\n\t\tcosA = Math.cos( alpha );\n\t\tsinA = Math.sin( alpha );\n\t\tcosB = Math.cos( beta );\n\t\tsinB = Math.sin( beta );\n\t\t\n\t\tpos.x = this.x + len * cosA * sinB;\n\t\tpos.y = this.y + len * sinA * sinB;\n\t\tpos.z = this.z + len *        cosB;\n\t\t\n\t\tif( pos.x*pos.x + pos.y*pos.y + pos.z*pos.z < squareRange ){\n\t\t\n\t\t\tpassedExisting = true;\n\t\t\tpassedBuffered = true;\n\t\t\tfor( var i = 0; i < connections.length; ++i )\n\t\t\t\tif( squareDist( pos, connections[ i ] ) < squareAllowed )\n\t\t\t\t\tpassedExisting = false;\n\n\t\t\tif( passedExisting )\n\t\t\t\tfor( var i = 0; i < links.length; ++i )\n\t\t\t\t\tif( squareDist( pos, links[ i ] ) < squareAllowed )\n\t\t\t\t\t\tpassedBuffered = false;\n\n\t\t\tif( passedExisting && passedBuffered )\n\t\t\t\tlinks.push( { x: pos.x, y: pos.y, z: pos.z } );\n\t\t\t\n\t\t}\n\t\t\n\t}\n\t\n\tif( links.length === 0 )\n\t\tthis.isEnd = true;\n\telse {\n\t\tfor( var i = 0; i < links.length; ++i ){\n\t\t\t\n\t\t\tvar pos = links[ i ],\n\t\t\t\t\tconnection = new Connection( pos.x, pos.y, pos.z, this.size * opts.sizeMultiplier );\n\t\t\t\n\t\t\tthis.links[ i ] = connection;\n\t\t\tall.push( connection );\n\t\t\tconnections.push( connection );\n\t\t}\n\t\tfor( var i = 0; i < this.links.length; ++i )\n\t\t\ttoDevelop.push( this.links[ i ] );\n\t}\n}\nConnection.prototype.step = function(){\n\t\n\tthis.setScreen();\n\tthis.screen.color = ( this.isEnd ? opts.endColor : opts.connectionColor ).replace( 'light', 30 + ( ( tick * this.glowSpeed ) % 30 ) ).replace( 'alp', .2 + ( 1 - this.screen.z \/ mostDistant ) * .8 );\n\t\n\tfor( var i = 0; i < this.links.length; ++i ){\n\t\tctx.moveTo( this.screen.x, this.screen.y );\n\t\tctx.lineTo( this.links[ i ].screen.x, this.links[ i ].screen.y );\n\t}\n}\nConnection.rootStep = function(){\n\tthis.setScreen();\n\tthis.screen.color = opts.rootColor.replace( 'light', 30 + ( ( tick * this.glowSpeed ) % 30 ) ).replace( 'alp', ( 1 - this.screen.z \/ mostDistant ) * .8 );\n\t\n\tfor( var i = 0; i < this.links.length; ++i ){\n\t\tctx.moveTo( this.screen.x, this.screen.y );\n\t\tctx.lineTo( this.links[ i ].screen.x, this.links[ i ].screen.y );\n\t}\n}\nConnection.prototype.draw = function(){\n\tctx.fillStyle = this.screen.color;\n\tctx.beginPath();\n\tctx.arc( this.screen.x, this.screen.y, this.screen.scale * this.size, 0, Tau );\n\tctx.fill();\n}\nfunction Data( connection ){\n\t\n\tthis.glowSpeed = opts.baseGlowSpeed + opts.addedGlowSpeed * Math.random();\n\tthis.speed = opts.baseSpeed + opts.addedSpeed * Math.random();\n\t\n\tthis.screen = {};\n\t\n\tthis.setConnection( connection );\n}\nData.prototype.reset = function(){\n\t\n\tthis.setConnection( connections[ 0 ] );\n\tthis.ended = 2;\n}\nData.prototype.step = function(){\n\t\n\tthis.proportion += this.speed;\n\t\n\tif( this.proportion < 1 ){\n\t\tthis.x = this.ox + this.dx * this.proportion;\n\t\tthis.y = this.oy + this.dy * this.proportion;\n\t\tthis.z = this.oz + this.dz * this.proportion;\n\t\tthis.size = ( this.os + this.ds * this.proportion ) * opts.dataToConnectionSize;\n\t} else \n\t\tthis.setConnection( this.nextConnection );\n\t\n\tthis.screen.lastX = this.screen.x;\n\tthis.screen.lastY = this.screen.y;\n\tthis.setScreen();\n\tthis.screen.color = opts.dataColor.replace( 'light', 40 + ( ( tick * this.glowSpeed ) % 50 ) ).replace( 'alp', .2 + ( 1 - this.screen.z \/ mostDistant ) * .6 );\n\t\n}\nData.prototype.draw = function(){\n\t\n\tif( this.ended )\n\t\treturn --this.ended; \/\/ not sre why the thing lasts 2 frames, but it does\n\t\n\tctx.beginPath();\n\tctx.strokeStyle = this.screen.color;\n\tctx.lineWidth = this.size * this.screen.scale;\n\tctx.moveTo( this.screen.lastX, this.screen.lastY );\n\tctx.lineTo( this.screen.x, this.screen.y );\n\tctx.stroke();\n}\nData.prototype.setConnection = function( connection ){\n\t\n\tif( connection.isEnd )\n\t\tthis.reset();\n\t\n\telse {\n\t\t\n\t\tthis.connection = connection;\n\t\tthis.nextConnection = connection.links[ connection.links.length * Math.random() |0 ];\n\t\t\n\t\tthis.ox = connection.x; \/\/ original coordinates\n\t\tthis.oy = connection.y;\n\t\tthis.oz = connection.z;\n\t\tthis.os = connection.size; \/\/ base size\n\t\t\n\t\tthis.nx = this.nextConnection.x; \/\/ new\n\t\tthis.ny = this.nextConnection.y;\n\t\tthis.nz = this.nextConnection.z;\n\t\tthis.ns = this.nextConnection.size;\n\t\t\n\t\tthis.dx = this.nx - this.ox; \/\/ delta\n\t\tthis.dy = this.ny - this.oy;\n\t\tthis.dz = this.nz - this.oz;\n\t\tthis.ds = this.ns - this.os;\n\t\t\n\t\tthis.proportion = 0;\n\t}\n}\nConnection.prototype.setScreen = Data.prototype.setScreen = function(){\n\t\n\tvar x = this.x,\n\t\t\ty = this.y,\n\t\t\tz = this.z;\n\t\n\t\/\/ apply rotation on X axis\n\tvar Y = y;\n\ty = y * cosX - z * sinX;\n\tz = z * cosX + Y * sinX;\n\t\n\t\/\/ rot on Y\n\tvar Z = z;\n\tz = z * cosY - x * sinY;\n\tx = x * cosY + Z * sinY;\n\t\n\tthis.screen.z = z;\n\t\n\t\/\/ translate on Z\n\tz += opts.depth;\n\t\n\tthis.screen.scale = opts.focalLength \/ z;\n\tthis.screen.x = opts.vanishPoint.x + x * this.screen.scale;\n\tthis.screen.y = opts.vanishPoint.y + y * this.screen.scale;\n\t\n}\nfunction squareDist( a, b ){\n\t\n\tvar x = b.x - a.x,\n\t\t\ty = b.y - a.y,\n\t\t\tz = b.z - a.z;\n\t\n\treturn x*x + y*y + z*z;\n}\n\nfunction anim(){\n\t\n\twindow.requestAnimationFrame( anim );\n\t\n\tctx.globalCompositeOperation = 'source-over';\n\tctx.fillStyle = opts.repaintColor;\n\tctx.fillRect( 0, 0, w, h );\n\t\n\t++tick;\n\t\n\tvar rotX = tick * opts.rotVelX,\n\t\t\trotY = tick * opts.rotVelY;\n\t\n\tcosX = Math.cos( rotX );\n\tsinX = Math.sin( rotX );\n\tcosY = Math.cos( rotY );\n\tsinY = Math.sin( rotY );\n\t\n\tif( data.length < connections.length * opts.dataToConnections ){\n\t\tvar datum = new Data( connections[ 0 ] );\n\t\tdata.push( datum );\n\t\tall.push( datum );\n\t}\n\t\n\tctx.globalCompositeOperation = 'lighter';\n\tctx.beginPath();\n\tctx.lineWidth = opts.wireframeWidth;\n\tctx.strokeStyle = opts.wireframeColor;\n\tall.map( function( item ){ item.step(); } );\n\tctx.stroke();\n\tctx.globalCompositeOperation = 'source-over';\n\tall.sort( function( a, b ){ return b.screen.z - a.screen.z } );\n\tall.map( function( item ){ item.draw(); } );\n\t\n\t\/*ctx.beginPath();\n\tctx.strokeStyle = 'red';\n\tctx.arc( opts.vanishPoint.x, opts.vanishPoint.y, opts.range * opts.focalLength \/ opts.depth, 0, Tau );\n\tctx.stroke();*\/\n}\n\nwindow.addEventListener( 'resize', function(){\n\t\n\topts.vanishPoint.x = ( w = c.width = window.innerWidth ) \/ 2;\n\topts.vanishPoint.y = ( h = c.height = window.innerHeight ) \/ 2;\n\tctx.fillRect( 0, 0, w, h );\n});\nwindow.addEventListener( 'click', init );\n<\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3a79c5\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid page_title replace vc_custom_1523516288325 vc_row-has-fill vc_row-o-full-height vc_row-o-columns-middle vc_row-flex\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3a79c5\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-xlarge\" style=\"text-align: center;\"><span style=\"color: #ffffff; letter-spacing: 5px;\">ICO and Cryptocurrency<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1 style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff; letter-spacing: 1.4px;\">WordPress Theme for your Crypto Business<\/span><\/h1>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div id=\"vc_row-6a3efaa3a7d1f\" class=\"vc_row wpb_row vc_row-fluid page_title vc_custom_1522225888867\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1521543949882\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h4 style=\"text-align: center;\"><span style=\"color: #26d3ba;\">Watch Demos<\/span><\/h4>\n<div class=\"ct-icon ct-icon-pack-material ct-icon-size-medium ct-icon-shape-square ct-simple-icon\" style=\"opacity: 1;\">\n<div class=\"ct-icon-inner\"><a class=\"scroll-to-anchor\" href=\"#link\" target=\"_self\" rel=\"noopener\"><span class=\"ct-icon-half-1\" style=\"color: #26d3ba;\"><span class=\"back-angle\">\uf13c<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #26d3ba;\"><span class=\"back-angle\">\uf13c<\/span><\/span><\/a><\/div>\n<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"link\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521727523601 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"link\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 95px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"demos\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521815145057 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"demos\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3 style=\"text-align: center;\"><span style=\"color: #12232f;\">Cryption<\/span><\/h3>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -10px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\">Live Demos<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\">Cryption is ICO Landing, Cryptocurrency Investments, Blockchain and ICO Consulting WordPress theme, that perfectly fits for any type of ICO &amp; crypto-consulting project, including ICO Landing Pages, Agencies, Bitcoin Traders, and private-practice ICO Advisors.<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3a853b\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521544495966 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3a853b\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 22px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3a86f0\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521544501936 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3a86f0\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"564\" height=\"365\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/35.jpg\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/35.jpg 564w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/35-300x194.jpg 300w\" sizes=\"auto, (max-width: 564px) 100vw, 564px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n&#8220;]<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 35px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #12232f;\"> ICO Landing (various counter styles)<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"564\" height=\"365\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/34.jpg\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/34.jpg 564w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/34-300x194.jpg 300w\" sizes=\"auto, (max-width: 564px) 100vw, 564px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n&#8220;]<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 35px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #12232f;\">ICO Landing Page (Style 2)<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3a929f\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521723156487 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3a929f\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"564\" height=\"365\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/36.jpg\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/36.jpg 564w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/36-300x194.jpg 300w\" sizes=\"auto, (max-width: 564px) 100vw, 564px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n&#8220;]<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 35px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #12232f;\">ICO Advisor <\/span>(Style 3)<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 44px;\"><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"564\" height=\"365\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/37.jpg\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/37.jpg 564w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/37-300x194.jpg 300w\" sizes=\"auto, (max-width: 564px) 100vw, 564px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n&#8220;]<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 35px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span style=\"color: #12232f;\">ICO Advisor\u00a0<\/span>(Style 4)<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 44px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div id=\"features\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 70px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\">\u0421ore features<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 74px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\">Cryption is an ICO &amp; blockchain focused WordPress theme, featuring 4 creative concepts for the Cryptocurrency Industry. Build a quality blockchain tech ICO crypto business website in minutes!<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 74px;\"><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3a9f10\" class=\"vc_row wpb_row vc_row-fluid custom-qf-style-1\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"quickfinder quickfinder-style-default row inline-row quickfinder-icon-position-top quickfinder-alignment-center quickfinder-title-bold\" data-hover-icon-color=\"#4cd2b1\" data-hover-title-color=\"#4cd2b1\"><div id=\"post-2658\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2658 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #f77757;\"><span class=\"back-angle\">&#xf363;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #f77757;\"><span class=\"back-angle\">&#xf363;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >High Performance (Demo)<\/div> <div class=\"quickfinder-item-text\" >Screaming emotions and unforgettable experience. Run this theme once and you will shiver from fascination. Unbeatable power. Delicious comfort. Unique luxury. Scalable perfection for any website of any size.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2659\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2659 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #f4ad45;\"><span class=\"back-angle\">&#xf267;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #f4ad45;\"><span class=\"back-angle\">&#xf267;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Flexible Toolbox (Demo)<\/div> <div class=\"quickfinder-item-text\" >Cryption brings a lot of useful tools & shortcodes onboard. It unites best features of all premium theme bestsellers on market. Everything carefully selected to create a perfect environment for building website.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2660\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2660 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf154;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf154;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Designed for ICOs (Demo)<\/div> <div class=\"quickfinder-item-text\" >Every ICO needs a great website so that you can promote your tokens and raise the funding<br \/>\nrequired to get up and running. Cryption brings you an ultimate all-in-one solution with stunning creative designs<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2661\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2661 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #439ce5;\"><span class=\"back-angle\">&#xf57f;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #439ce5;\"><span class=\"back-angle\">&#xf57f;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Useful Content Elements (Demo)<\/div> <div class=\"quickfinder-item-text\" >Cryption includes everything you need to create a stunning website for your ICO or<br \/>\ncryptocurrency business without any of the hassle and without requiring you to be a code<br \/>\nwizard.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2663\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2663 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #2fc3ae;\"><span class=\"back-angle\">&#xf4e8;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #2fc3ae;\"><span class=\"back-angle\">&#xf4e8;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Latest Visual Composer (Demo)<\/div> <div class=\"quickfinder-item-text\" >Cryption comes with full integrated & updatable Visual Composer - the best drag\u2019n\u2019drop front-end page builder on the market. Creating pages was never easier! With tons of in-built elements and addons you will never miss something.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2664\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2664 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #917bd9;\"><span class=\"back-angle\">&#xf276;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #917bd9;\"><span class=\"back-angle\">&#xf276;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Versatile Navigation (Demo)<\/div> <div class=\"quickfinder-item-text\" >With versatile navigation & header options, customizable footer, unlimited sidebars, 50+ widgets and plenty of shortcodes you get an absolute design freedom in creating your page layouts without touching a line of code.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2665\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2665 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #5acf51;\"><span class=\"back-angle\">&#xf4a8;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #5acf51;\"><span class=\"back-angle\">&#xf4a8;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >60+ Content Elements (Demo)<\/div> <div class=\"quickfinder-item-text\" >Content elements for any purpose & goal - TheGem brings you over 60 elements in a total of 250+ styles, which you can easily use with Visual Composer. With additional settings & options for any customization scenarios.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2666\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2666 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #cf6ed8;\"><span class=\"back-angle\">&#xf283;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #cf6ed8;\"><span class=\"back-angle\">&#xf283;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Multi Page &#038; One Page Ready (Demo)<\/div> <div class=\"quickfinder-item-text\" >Cryption supports both multi page and one page website approaches. In addition you can create super trendy fullscreen slider websites. TheGem is perfect for any purpose and size of your online presentation.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2667\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-background-reverse icon-size-large lazy-loading post-2667 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"border-color: #202f39;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #202f39;\"><span class=\"ct-icon-half-1\" style=\"color: #fa65a4;\"><span class=\"back-angle\">&#xf308;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #fa65a4;\"><span class=\"back-angle\">&#xf308;<\/span><\/span><\/div><\/div> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Unlimited Layouts (Demo)<\/div> <div class=\"quickfinder-item-text\" >With versatile navigation & header options, customizable footer, unlimited sidebars, 50+ widgets and plenty of shortcodes you get an absolute design freedom in creating your page layouts without touching a line of code.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 74px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3ab6f4\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid no-gaps vc_custom_1524139274694 vc_row-has-fill vc_row-no-padding vc_row-o-equal-height vc_row-o-content-middle vc_row-flex\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3ab6f4\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-5 vc_col-xs-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"919\" height=\"602\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/39.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/39.png 919w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/39-600x393.png 600w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/39-300x197.png 300w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/39-768x503.png 768w\" sizes=\"auto, (max-width: 919px) 100vw, 919px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"no-gaps wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-7 vc_col-xs-12\"><div class=\"vc_column-inner vc_custom_1523455931272\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1523454495286\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h1\"><span class=\"light\">Advanced ICO <\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1523454501243\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-xlarge\"><span style=\"color: #ffffff;\">Launching <\/span><br \/>\n<span style=\"color: #ffffff;\"> Countdowns<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1523454506386\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h1\"><span class=\"light\">in various styles<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div id=\"vc_row-6a3efaa3abf3b\" class=\"vc_row wpb_row vc_row-fluid custom-qf-style-2 vc_custom_1523454162939\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1523454215200\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3ac0c0\" class=\"fullwidth-block fullwidth-block-parallax-fixed clearfix\" data-mobile-parallax-enable=\"1\" style=\"padding-top: 135px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3ac0c0\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\">\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Additional Features<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 65px;\"><\/div><div class=\"quickfinder quickfinder-style-default row inline-row quickfinder-icon-position-top quickfinder-alignment-center quickfinder-title-bold\" data-hover-title-color=\"#4cd2b1\"><div id=\"post-2671\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2671 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/pic.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"pic (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >One-Click Demo Import (Demo)<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim ad minim veniam. Sed do eiusmod tempor incididunt ut labore et dolore.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2668\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2668 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/pic-2.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"pic-2 (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Tons of Font Icons (Demo)<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim ad minim veniam. Sed do eiusmod tempor incididunt ut labore et dolore.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2669\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2669 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/pic-1.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"pic-1 (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Adjust Everything (Demo)<\/div> <div class=\"quickfinder-item-text\" >You can easily adjust any colors and fonts of any website elements you need. Use google fonts or embed your own web fonts. Customize colors in theme options or in shortcode settings. With just few clicks.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2674\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2674 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/pic-4.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"pic-4 (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >ICO Portfolios (Demo)<\/div> <div class=\"quickfinder-item-text\" >Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim ad minim veniam. Sed do eiusmod tempor incididunt ut labore et dolore.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2679\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2679 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/2-layers-1.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"2-layers-1 (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Video &#038; Parallax Sections (Demo)<\/div> <div class=\"quickfinder-item-text\" >Use video & parallax backgrounds in headers and in main content. You can embed youtube, vimeo and self-hosted videos. With colored overlay and opacity. With vertical and horizontal parallax effects.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div id=\"post-2677\" data-ll-finish-delay=\"200\" class=\"quickfinder-item inline-column col-md-3 col-xs-6 quickfinder-item-effect-image-scale icon-size-large lazy-loading post-2677 ct_qf_item type-ct_qf_item status-publish has-post-thumbnail hentry\"> <div class=\"quickfinder-item-inner\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content lazy-loading-item\" data-ll-item-delay=\"0\" data-ll-effect=\"clip\"> <div class=\"quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle\"> <img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"189\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/pic-3.jpg\" class=\" quickfinder-img-size-large wp-post-image\" alt=\"pic-3 (Demo)\" \/> <\/div> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <div class=\"quickfinder-item-info lazy-loading-item\" data-ll-item-delay=\"200\" data-ll-effect=\"fading\"> <div class=\"quickfinder-item-title\" >Fancy Page Headings (Demo)<\/div> <div class=\"quickfinder-item-text\" >Use beautiful page titles by adding colored, image and video backgrounds and selecting font colors and icons in different styles and alignment. With 18 ready-to-use backround patterns. You can upload your own as well.<\/div> <\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3af1ac\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 110px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\">Logo Position &amp; Menu Layouts <\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 100px;\"><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"182\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/1111.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 32px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #12232f;\">Left Logo<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"182\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/22222.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 32px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #12232f;\">Centered Logo<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"260\" height=\"182\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/333333.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 32px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\">Right Logo<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"261\" height=\"182\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/444444.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 32px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h5\" style=\"text-align: center;\"><span class=\"light\">Centered Above Menu<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b074c\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 110px;\"><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b0919\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521551819403\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b0ad3\" class=\"fullwidth-block clearfix\"  style=\"padding-top: 70px;padding-bottom: 125px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b0ad3\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 53px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Page Layout Options<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 100px;\"><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid vc_custom_1521551502085\"><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/12.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Left Sidebar \/ Content<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/13.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Right Sidebar \/ Content<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/14.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">No Sidebar \/ Full Content<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/15.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Boxed Layout<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/16.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">100% Width Content <\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/17.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Left &amp; Right Sidebars<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/18.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Two Sidebars + Content<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeInDown fadeInDown\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"126\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/19.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5 style=\"text-align: center;\"><span class=\"light\" style=\"color: #4cd2b1;\">Separated Sidebars<\/span><\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b2d0c\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521551915141 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b2d0c\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 55px;\"><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"340\" height=\"113\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/02\/ico_content_logo.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/02\/ico_content_logo.png 340w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/02\/ico_content_logo-300x100.png 300w\" sizes=\"auto, (max-width: 340px) 100vw, 340px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6 vc_col-lg-5\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 20px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #ffffff;\">ICO and Cryptocurrency WordPress Theme for your Crypto Business!<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-4 vc_col-lg-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -10px;\"><\/div><div class=\"ct-button-container ct-button-position-center\"><a class=\"ct-button ct-button-size-large ct-button-style-outline ct-button-text-weight-normal ct-button-border-1\" style=\"border-radius: 30px;border-color: #ffffff;color: #ffffff;\" onmouseleave=\"this.style.borderColor='#ffffff';this.style.backgroundColor='transparent';this.style.color='#ffffff';\" onmouseenter=\"this.style.backgroundColor='#ffffff';this.style.color='#ffb74d';\" href=\"https:\/\/themeforest.net\/item\/cryption-ico-and-cryptocurrency-wordpress-theme\/21714401?license=regular&#038;open_purchase_for_item_id=%2021714401\" target=\"_blank\">Buy now!<\/a><\/div> <\/div><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 65px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"elements\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521815202405 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"elements\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 100px;\"><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"79\" height=\"80\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/visual-composer-logo.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center; font-size: 36px;\"><span class=\"light\">Page Building Has Never Been So Easy With<\/span><\/h2>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center; font-size: 50px; letter-spacing: 1.25px;\">Integrated Visual Composer<\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 77px;\"><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-check-style-1 ct-list-color-3\">\n<ul>\n<li>Absolutely free for you, save $34!<\/li>\n<li>Drag&#8217;n&#8217;drop visual content editing<\/li>\n<li>Extremly easy-to-use<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-check-style-1 ct-list-color-3\">\n<ul>\n<li>Both in frontend or backend mode<\/li>\n<li>No programming required<\/li>\n<li>70+ awesome content elements<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-check-style-1 ct-list-color-3\">\n<ul>\n<li>40+ predefined layouts<\/li>\n<li>Save pages as templates for re-use<\/li>\n<li>Preview changes on-the-fly<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-check-style-1 ct-list-color-3\">\n<ul>\n<li>Save tons of time, sweat &amp; blood<\/li>\n<li>Create complex layouts in minutes<\/li>\n<li>Built with top UX approaches<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 40px;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b40b0\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521728089305 vc_row-has-fill vc_row-no-padding\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b40b0\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1521552449543\"><div class=\"wpb_wrapper\"><div class=\"centered-box ct-image-centered-box\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-centered\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner \" ><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b42fa\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1524139031438 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b42fa\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 100px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Shortcodes? YES!<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 60px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Content elements for any purpose &amp; goal &#8211; Cryption brings you over 60 elements in a total of 250+ styles, which you can easily use with Visual Composer. With additional settings &amp; options for any imaginable customization scenarios.<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 47px;\"><\/div><div class=\"ct-button-container ct-button-position-center lazy-loading\"><a class=\"ct-button ct-button-size-large ct-button-style-flat ct-button-text-weight-normal lazy-loading-item\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 30px;background: linear-gradient(to right, #12b4a5, #05dd8b);\" onmouseleave=\"this.style.background='linear-gradient(to right , #12b4a5 , #05dd8b)';\" onmouseenter=\"this.style.background='linear-gradient(to right , #05dd8b , #12b4a5)';\" href=\"\" target=\"_self\">BROWSE ALL SHORTCODES<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 110px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div id=\"vc_row-6a3efaa3b4698\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521553582076\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1521552849941\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b4827\" class=\"fullwidth-block clearfix\"  style=\"background: radial-gradient(at center, #04cf90, #12b5a3);padding-top: 110px;padding-bottom: 80px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b4827\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\"><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner \" ><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner vc_custom_1521553448604\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 25px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: left;\"><span class=\"light\" style=\"color: #ffffff;\">Mobile friendly<\/span><br \/>\n<span class=\"light\" style=\"color: #ffffff;\">Theme<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 50px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #12232f;\">Cryption fully responsive. It was designed with mobile first approach. It means, it can automatically adapt to different screen sizes, no matter which device your website visitors use. It looks great on any device &amp; screen.<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 70px;\"><\/div><div class=\"ct-button-container ct-button-position-left lazy-loading\"><a class=\"ct-button ct-button-size-large ct-button-style-outline ct-button-text-weight-normal ct-button-border-1 lazy-loading-item\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 30px;border-color: #ffffff;color: #ffffff;\" onmouseleave=\"this.style.borderColor='#ffffff';this.style.backgroundColor='transparent';this.style.color='#ffffff';\" onmouseenter=\"this.style.backgroundColor='#ffffff';this.style.color='#0ebb9e';\" href=\"https:\/\/themeforest.net\/item\/cryption-ico-and-cryptocurrency-wordpress-theme\/21714401?license=regular&#038;open_purchase_for_item_id=%2021714401\" target=\"_blank\">PURCHASE<\/a><\/div> <\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b4cfb\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521719381501\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b4eb8\" class=\"fullwidth-block clearfix\"  style=\"padding-top: 135px;padding-bottom: 130px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b4eb8\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\"><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: left;\"><span class=\"light\" style=\"color: #12232f;\">Customize Everything<br \/>\nYou Need<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 62px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #12232f;\">Cryption comes with extended powerful theme options and flexible page options, allowing to customize just anything in look of your website in minutes.<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 70px;\"><\/div><div class=\"ct-button-container ct-button-position-left lazy-loading\"><a class=\"ct-button ct-button-size-large ct-button-style-outline ct-button-text-weight-normal ct-button-border-1 lazy-loading-item\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 30px;border-color: #12232f;color: #12232f;\" onmouseleave=\"this.style.borderColor='#12232f';this.style.backgroundColor='transparent';this.style.color='#12232f';\" onmouseenter=\"this.style.backgroundColor='#12232f';this.style.color='#ffffff';\" href=\"\" target=\"_self\">LEARN MORE<\/a><\/div> <\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b5354\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid custom-icon-float vc_custom_1521728656267 vc_row-o-equal-height vc_row-flex\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b5354\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill\"><div class=\"vc_column-inner vc_custom_1521723388722\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 23px;\"><\/div><div class=\"ct-icon ct-icon-pack-material ct-icon-size-medium  ct-icon-shape-circle\" style=\"border-color: #ffffff;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"ct-icon-half-1\" style=\"color: #7e71c1;\"><span class=\"back-angle\">&#xf3a4;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #7e71c1;\"><span class=\"back-angle\">&#xf3a4;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 57px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3><span style=\"color: #ffffff;\">Best Tools<\/span><\/h3>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 12px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #ffffff;\">Includes best-of-breed selection of wp <\/span><br \/>\n<span style=\"color: #ffffff;\">tools for building a perfect website<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill\"><div class=\"vc_column-inner vc_custom_1521723394237\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 23px;\"><\/div><div class=\"ct-icon ct-icon-pack-material ct-icon-size-medium  ct-icon-shape-circle\" style=\"border-color: #ffffff;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"ct-icon-half-1\" style=\"color: #429ae2;\"><span class=\"back-angle\">&#xf4be;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #429ae2;\"><span class=\"back-angle\">&#xf4be;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 57px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3><span style=\"color: #ffffff;\">Easy-To-Use<\/span><\/h3>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 12px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #ffffff;\">Intuitive GUI and one-click options, <\/span><br \/>\n<span style=\"color: #ffffff;\">extremely easy-to-use<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill\"><div class=\"vc_column-inner vc_custom_1521723399436\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 23px;\"><\/div><div class=\"ct-icon ct-icon-pack-material ct-icon-size-medium  ct-icon-shape-circle\" style=\"border-color: #ffffff;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #ffffff;\"><span class=\"ct-icon-half-1\" style=\"color: #4cd2b1;\"><span class=\"back-angle\">&#xf519;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #4cd2b1;\"><span class=\"back-angle\">&#xf519;<\/span><\/span><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 57px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3><span style=\"color: #ffffff;\">Page Speed<\/span><\/h3>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 12px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\"><span style=\"color: #ffffff;\">High pagespeed and loading scores.<\/span><br \/>\n<span style=\"color: #ffffff;\"> High Google rankings guaranteed!<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b5ccd\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1524139320464 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b5ccd\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">More Awesome Features<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div><div class=\"quickfinder quickfinder-style-vertical-1 quickfinder-style-vertical quickfinder-icon-position-top quickfinder-alignment-center quickfinder-title-thin\" data-hover-icon-color=\"#6b767c\"><div id=\"post-2686\" class=\"quickfinder-item odd quickfinder-item-effect-border-reverse border-reverse-with-background large post-2686 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-info-wrapper\"> <svg class=\"qf-svg-arrow-right\" viewBox=\"0 0 50 100\"> <use xlink:href=\"https:\/\/www.bcci-jo.com\/wp-content\/themes\/cryption\/css\/post-arrow.svg#dec-post-arrow\"><\/use> <\/svg> <div class=\"connector-top\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"connector-bot\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 250px;\"> <div class=\"quickfinder-item-title\" style=\"color: #fff;\">Flexible Galleries (Demo)<\/div> <div class=\"quickfinder-item-text\" style=\"color: #fff ;\">Fascinate your website visitors with stunning variety of galleries delivered with TheGem. Grids & sliders in 20+ flexible styles, 6 hovers & tons of layout options. Highlighted images. And much more options.<\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d3e46;border-color: #2d3e46;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #2d3e46;\"><span class=\"ct-icon-half-1\" style=\"color: #ff6f4d;\"><span class=\"back-angle\">&#xf1c5;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #ff6f4d;\"><span class=\"back-angle\">&#xf1c5;<\/span><\/span><\/div><\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <\/div> <div id=\"post-2687\" class=\"quickfinder-item even quickfinder-item-effect-border-reverse border-reverse-with-background large post-2687 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d3e46;border-color: #2d3e46;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #2d3e46;\"><span class=\"ct-icon-half-1\" style=\"color: #fffb74;\"><span class=\"back-angle\">&#xf132;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #fffb74;\"><span class=\"back-angle\">&#xf132;<\/span><\/span><\/div><\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <svg class=\"qf-svg-arrow-left\" viewBox=\"0 0 50 100\"> <use xlink:href=\"https:\/\/www.bcci-jo.com\/wp-content\/themes\/cryption\/css\/post-arrow.svg#dec-post-arrow\"><\/use> <\/svg> <div class=\"connector-top\" style=\"border-color: #2d3e46; left: -81.5px;\"> <\/div> <div class=\"connector-bot\" style=\"border-color: #2d3e46; left: -81.5px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 250px;\"> <div class=\"quickfinder-item-title\" style=\"color: #fff;\">10+ Custom Widgets (Demo)<\/div> <div class=\"quickfinder-item-text\" style=\"color: #fff ;\">Enjoy the wide variety of custom widgets in a bunch of styles, preciously designed & developed for this theme. The best thing is, that you can just drag\u2019n\u2019drop this widgets to your sidebars in page options.<\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <div id=\"post-2688\" class=\"quickfinder-item odd quickfinder-item-effect-border-reverse border-reverse-with-background large post-2688 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-info-wrapper\"> <svg class=\"qf-svg-arrow-right\" viewBox=\"0 0 50 100\"> <use xlink:href=\"https:\/\/www.bcci-jo.com\/wp-content\/themes\/cryption\/css\/post-arrow.svg#dec-post-arrow\"><\/use> <\/svg> <div class=\"connector-top\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"connector-bot\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 250px;\"> <div class=\"quickfinder-item-title\" style=\"color: #fff;\">Animations &#038; Lazy Loading (Demo)<\/div> <div class=\"quickfinder-item-text\" style=\"color: #fff ;\">You can animate most of content elements and choose the animation you like to make your website. You can activate lazy loading content on page level for optimizing the loading performance.<\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d3e46;border-color: #2d3e46;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #2d3e46;\"><span class=\"ct-icon-half-1\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf4d6;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #00bcd4;\"><span class=\"back-angle\">&#xf4d6;<\/span><\/span><\/div><\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <\/div> <div id=\"post-2689\" class=\"quickfinder-item even quickfinder-item-effect-border-reverse border-reverse-with-background large post-2689 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d3e46;border-color: #2d3e46;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #2d3e46;\"><span class=\"ct-icon-half-1\" style=\"color: #429ae2;\"><span class=\"back-angle\">&#xf539;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #429ae2;\"><span class=\"back-angle\">&#xf539;<\/span><\/span><\/div><\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <div class=\"quickfinder-item-info-wrapper\"> <svg class=\"qf-svg-arrow-left\" viewBox=\"0 0 50 100\"> <use xlink:href=\"https:\/\/www.bcci-jo.com\/wp-content\/themes\/cryption\/css\/post-arrow.svg#dec-post-arrow\"><\/use> <\/svg> <div class=\"connector-top\" style=\"border-color: #2d3e46; left: -81.5px;\"> <\/div> <div class=\"connector-bot\" style=\"border-color: #2d3e46; left: -81.5px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 250px;\"> <div class=\"quickfinder-item-title\" style=\"color: #fff;\">Flexible Galleries (Demo)<\/div> <div class=\"quickfinder-item-text\" style=\"color: #fff ;\">Use default or custom sidebars on any page by simple drag-n-dropping desired widgets on it. You are completely free in number and content of sidebars \u2013 you have unlimited possibilites<\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <div id=\"post-2690\" class=\"quickfinder-item odd quickfinder-item-effect-border-reverse border-reverse-with-background large post-2690 ct_qf_item type-ct_qf_item status-publish hentry\"> <div class=\"quickfinder-item-info-wrapper\"> <svg class=\"qf-svg-arrow-right\" viewBox=\"0 0 50 100\"> <use xlink:href=\"https:\/\/www.bcci-jo.com\/wp-content\/themes\/cryption\/css\/post-arrow.svg#dec-post-arrow\"><\/use> <\/svg> <div class=\"connector-top\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"connector-bot\" style=\"border-color: #2d3e46; right: -81.5px;\"> <\/div> <div class=\"quickfinder-item-info \" > <div style=\"display: block; min-height: 250px;\"> <div class=\"quickfinder-item-title\" style=\"color: #fff;\">Pixel Perfect (Demo)<\/div> <div class=\"quickfinder-item-text\" style=\"color: #fff ;\">It means, that each and every element is precisely positioned. Thanx to flexible margins & paddings options, delivered with this theme, your pages will become the beauty perfection.<\/div> <\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <div class=\"quickfinder-item-image\"> <div class=\"quickfinder-item-image-content\" > <div class=\"quickfinder-item-image-wrapper\"> <div class=\"ct-icon ct-icon-pack-material ct-icon-size-large ct-icon-shape-circle\" style=\"box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d3e46;border-color: #2d3e46;opacity: 1;\"><div class=\"ct-icon-inner\" style=\"background-color: #2d3e46;\"><span class=\"ct-icon-half-1\" style=\"color: #7f6fbe;\"><span class=\"back-angle\">&#xf198;<\/span><\/span><span class=\"ct-icon-half-2\" style=\"color: #7f6fbe;\"><span class=\"back-angle\">&#xf198;<\/span><\/span><\/div><\/div> <\/div> <a href=\"#\" target=\"_self\" class=\"quickfinder-item-link\"><\/a> <\/div> <\/div> <\/div> <\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b6f64\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521633973679 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b6f64\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 100px;\"><\/div><div class=\"centered-box ct-image-centered-box\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-centered lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 86px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\"><span style=\"color: #18232a;\">Best premium sliders on market! Fully integrated in Cryption. With tons of crazy options, effects &amp; unlimited possibilities.<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider display_none\" style=\"margin-top: 492px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div id=\"vc_row-6a3efaa3b7283\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521635543332\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1521634519278\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b740d\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b740d\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  vc_custom_1523523601475  remove-margin\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"1096\" height=\"643\" src=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28.png 1096w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28-600x352.png 600w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28-300x176.png 300w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28-1024x601.png 1024w, https:\/\/www.bcci-jo.com\/wp-content\/uploads\/2018\/04\/28-768x451.png 768w\" sizes=\"auto, (max-width: 1096px) 100vw, 1096px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 100px;\"><\/div><div class=\"centered-box ct-image-centered-box\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-centered lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 35px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-xlarge\" style=\"text-align: center;\"><span style=\"color: #49dfba;\">WPML SUPPORT<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: -1px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h2\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span class=\"light\">FOR BETTER TRANSLATION &amp; <\/span>RTL<span class=\"light\"> READY<\/span><\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 41px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Cryptiom is RTL ready and fully WPML, polylang, qTranslate X &amp; Transposh compatible. You can easily translate the theme into your own language.<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 5px;\"><\/div><div class=\"ct-button-container ct-button-position-center lazy-loading\"><a class=\"ct-button ct-button-size-large ct-button-style-flat ct-button-text-weight-normal lazy-loading-item\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 30px;background-color: #00bcd4;color: #ffffff;\" onmouseleave=\"this.style.backgroundColor='#00bcd4';this.style.color='#ffffff';\" onmouseenter=\"this.style.backgroundColor='#ffffff';this.style.color='#00bcd4';\" href=\"\" target=\"_self\">LEARN MORE<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 110px;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b7ae9\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 130px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #3c3950;\">Plugins compatibility<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 100px;\"><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b7d45\" class=\"vc_row wpb_row vc_row-fluid custom-images\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>Contact Forms 7<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Best free contact forms plugin<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>MailChimp<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Leader in newsletter tools<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>Yoast SEO<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Number one in SEO tools for wordpress<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b83bd\" class=\"vc_row wpb_row vc_row-fluid custom-images\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>W3 Total Cache<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Powerful caching plugin for wordpress<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>All in One SEO Pack<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Optimize your site for search engines<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>Cookie Law Info<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Useful plugin for EU Cookie Law<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b8a79\" class=\"vc_row wpb_row vc_row-fluid custom-images\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>Advanced Custom Fields<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">Customise WP with powerful fields<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>Advanced Custom Fields<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">User-friendly multilingual WP<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-left lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -94px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5>WP Super Cache<\/h5>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -66px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><span style=\"color: #5f727f;\">A very fast caching engine for WP<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b90d5\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-bottom: 100px;\"><\/div><\/div><\/div><\/div><\/div><div id=\"support\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521815221115\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b93f8\" class=\"fullwidth-block fullwidth-block-parallax-fixed clearfix\" data-mobile-parallax-enable=\"0\" style=\"padding-top: 185px;padding-bottom: 194px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b93f8\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\">\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-xlarge\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span class=\"light\">Elite Support<\/span><\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 75px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"styled-subtitle\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">We are elite authors &amp; our support team is best rated on Themeforest. Because it is super fast, very substantial and high professional. With 4+ years of experience. Your satisfaction with our themes is our primary goal!<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 50px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">* We speak\u00a0 \u00a0\u00a0<span style=\"background-color: #2fc3ae;\">\u00a0 \u00a0English\u00a0\u00a0<\/span>\u00a0 \u00a0<span style=\"background-color: #00bcd4;\">\u00a0 \u00a0Deutsch\u00a0 \u00a0<\/span>\u00a0 \u00a0\u00a0<span style=\"background-color: #ffb74d;\">\u00a0 \u0420\u0443\u0441\u0441\u043a\u0438\u0439\u00a0 \u00a0<\/span><\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div id=\"vc_row-6a3efaa3b9689\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521719319162\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b9820\" class=\"fullwidth-block clearfix\"  style=\"padding-top: 133px;padding-bottom: 120px;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b9820\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\">\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\">Endless features<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 58px;\"><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-checkbox ct-list-color-6\">\n<ul>\n<li>Extremely Customizable<\/li>\n<li>Fullscreen Sliders<\/li>\n<li>Smooth Scroll<\/li>\n<li>Child Theme Ready<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-checkbox ct-list-color-2\">\n<ul>\n<li>Clean Code<\/li>\n<li>Unlimited Sidebars<\/li>\n<li>20+ Custom Widgets<\/li>\n<li>Backup Options<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-checkbox ct-list-color-4\">\n<ul>\n<li>Extended Typography<\/li>\n<li>DE, FR, ES, RU packs incl.<\/li>\n<li>12 columns layouts<\/li>\n<li>Infinite single portfolios<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-3\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/p>\n<div class=\"ct-list lazy-loading ct-list-type-checkbox ct-list-color-3\">\n<ul>\n<li>Widgetised Footer<\/li>\n<li>One Pager Option<\/li>\n<li>Fullscreen Showcase<\/li>\n<li>Free Updates &amp; Support<\/li>\n<\/ul>\n<\/div>\n<p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3b9c9e\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid effect vc_custom_1523523786941 vc_row-has-fill vc_row-no-padding\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3b9c9e\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div id=\"fullwidth-block-6a3efaa3b9e5a\" class=\"fullwidth-block fullwidth-block-parallax-vertical clearfix\" data-mobile-parallax-enable=\"0\" style=\"padding-top: 168px;padding-bottom: 100px;z-index: 3;\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"fullwidth-block-6a3efaa3b9e5a\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\"><div class=\"centered-box ct-image-centered-box\"><div class=\"ct-image ct-wrapbox ct-wrapbox-style-default ct-wrapbox-position-centered lazy-loading\" style=\"width: 0px;height: 0px;\"><div class=\"ct-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img decoding=\"async\" class=\"ct-wrapbox-element img-responsive\" src=\"\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: -12px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-xlarge\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">Cryption<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 80px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">ICO and Cryptocurrency<\/span><\/h1>\n<div style=\"text-align: center;\"><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider display_none\" style=\"margin-top: -40px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_fadeIn fadeIn\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"title-h1\" style=\"text-align: center;\"><span class=\"light\" style=\"color: #ffffff;\">WordPress Theme<\/span><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 30px;\"><\/div><div class=\"ct-button-container ct-button-position-center lazy-loading\"><a class=\"ct-button ct-button-size-large ct-button-style-outline ct-button-text-weight-normal ct-button-border-1 lazy-loading-item\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 30px;border-color: #f6ac40;color: #f6ac40;\" onmouseleave=\"this.style.borderColor='#f6ac40';this.style.backgroundColor='transparent';this.style.color='#f6ac40';\" onmouseenter=\"this.style.backgroundColor='#f6ac40';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/item\/cryption-ico-and-cryptocurrency-wordpress-theme\/21714401?license=regular&#038;open_purchase_for_item_id=%2021714401\" target=\"_blank\">BUY FOR 39$<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 50px;\"><\/div><\/div><\/div><\/div>\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1523534324708\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div class=\"animation-wrapper\">\n    <canvas id=\"animation-visual-canvas-3\"><\/canvas>\n<\/div>\n    \n<style>\n\n        .animation-wrapper {\n            width: 100%;\n            height: 1000px;\n    position: absolute;\n    top: 0;\n    overflow: hidden;\n    z-index: 1;\n        }\n        .animation-wrapper canvas {\n            width: 100%;\n            height: 100%;\n            position: absolute;\n            left: 0;\n            top: 0;\n            opacity: 1;\n    z-index: 1;\n        }\n    <\/style>\n\n    <script type=\"text\/javascript\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/1.18.2\/TweenLite.min.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/1.18.2\/easing\/EasePack.min.js\"><\/script>\n\n<script type=\"text\/javascript\">\n    (function() {\n        var lastTime = 0;\n        var vendors = ['ms', 'moz', 'webkit', 'o'];\n        for (var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) {\n            window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame'];\n            window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame'];\n        }\n\n        if (!window.requestAnimationFrame)\n            window.requestAnimationFrame = function(callback, element) {\n                var currTime = new Date().getTime();\n                var timeToCall = Math.max(0, 16 - (currTime - lastTime));\n                var id = window.setTimeout(function() { callback(currTime + timeToCall); },\n                    timeToCall);\n                    lastTime = currTime + timeToCall;\n                return id;\n            };\n\n            if (!window.cancelAnimationFrame)\n                window.cancelAnimationFrame = function(id) {\n                    clearTimeout(id);\n                };\n    }());\n\n    (function() {\n        var canvas,\n            contentWidth,\n            contentHeight,\n            ctx,\n            points = [],\n            target;\n\n        function initVisualAnimation() {\n            canvas = document.getElementById(\"animation-visual-canvas-3\");\n\n            resize();\n\n            ctx = canvas.getContext('2d');\n\n            target = {\n                x: contentWidth \/ 2,\n                y: contentHeight \/ 2\n            };\n\n            \/\/ create points\n            for (var x = 0; x < contentWidth; x = x + contentWidth \/ 20) {\n                for (var y = 0; y < contentHeight; y = y + contentHeight \/ 20) {\n                    var px = x + Math.random() * contentWidth \/ 20;\n                    var py = y + Math.random() * contentHeight \/ 20;\n                    points.push({\n                        x: px,\n                        originX: px,\n                        y: py,\n                        originY: py\n                    });\n                }\n            }\n\n            \/\/ for each point find the 5 closest points\n            for (var i = 0; i < points.length; i++) {\n                var closest = [];\n                var p1 = points[i];\n                for (var j = 0; j < points.length; j++) {\n                    var p2 = points[j];\n                    if (p1 != p2) {\n                        var placed = false;\n                        for (var k = 0; k < 5; k++) {\n                            if (!placed) {\n                                if (closest[k] == undefined) {\n                                    closest[k] = p2;\n                                    placed = true;\n                                }\n                            }\n                        }\n\n                        for (var k = 0; k < 5; k++) {\n                            if (!placed) {\n                                if (getDistance(p1, p2) < getDistance(p1, closest[k])) {\n                                    closest[k] = p2;\n                                    placed = true;\n                                }\n                            }\n                        }\n                    }\n                }\n                p1.closest = closest;\n            }\n\n            \/\/ assign a circle to each point\n            for (var i in points) {\n                points[i].circle = new Circle(points[i], 2 + Math.random() * 2, 'rgba(255, 255, 255, 0.3)');\n            }\n\n            addListeners();\n\n            animate();\n            for (var i in points) {\n                shiftPoint(points[i]);\n            }\n        }\n\n        function addListeners() {\n            if( !('ontouchstart' in window)) {\n                window.addEventListener('mousemove', mouseMove);\n            }\n\n            window.addEventListener('resize', resize);\n        }\n\n        function mouseMove(e) {\n            var posx = posy = 0;\n            var offset_top = getElementPosition(canvas).top;\n\n            if (e.pageX || e.pageY) {\n                posx = e.pageX;\n                posy = e.pageY;\n            } else if (e.clientX || e.clientY)    {\n                posx = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;\n                posy = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;\n            }\n\n            target.x = posx;\n            target.y = posy - offset_top;\n        }\n\n        function getElementPosition(elem) {\n            var w = elem.offsetWidth,\n                h = elem.offsetHeight,\n                l = 0,\n                t = 0;\n\n            while (elem) {\n                l += elem.offsetLeft;\n                t += elem.offsetTop;\n                elem = elem.offsetParent;\n            }\n\n            return {\n                left: l,\n                top: t,\n                width: w,\n                height: h\n            };\n        }\n\n        function resize() {\n            \/\/ parent node size\n            contentWidth = canvas.parentNode.offsetWidth;\n            contentHeight = canvas.parentNode.offsetHeight;\n\n            \/\/ set canvas size equal size of parent node\n            canvas.width = contentWidth;\n            canvas.height = contentHeight;\n        }\n\n        function getDistance(p1, p2) {\n            return Math.pow(p1.x - p2.x, 2) + Math.pow(p1.y - p2.y, 2);\n        }\n\n        function Circle(pos, rad, color) {\n            var _this = this;\n\n            (function() {\n                _this.pos = pos || null;\n                _this.radius = rad || null;\n                _this.color = color || null;\n            })();\n\n            this.draw = function() {\n                if (!_this.active) return;\n                ctx.beginPath();\n                ctx.arc(_this.pos.x, _this.pos.y, _this.radius, 0, 2 * Math.PI, false);\n                ctx.fillStyle = 'rgba(255, 255, 255, ' + _this.active + ')';\n                ctx.fill();\n            };\n        }\n\n        function animate() {\n            ctx.clearRect(0, 0, contentWidth, contentHeight);\n\n            for (var i in points) {\n                \/\/ detect points in range\n                if (Math.abs(getDistance(target, points[i])) < 4000) {\n                    points[i].active = 0.3;\n                    points[i].circle.active = 0.6;\n                } else if (Math.abs(getDistance(target, points[i])) < 20000) {\n                    points[i].active = 0.1;\n                    points[i].circle.active = 0.3;\n                } else if (Math.abs(getDistance(target, points[i])) < 40000) {\n                    points[i].active = 0.02;\n                    points[i].circle.active = 0.1;\n                } else {\n                    points[i].active = 0;\n                    points[i].circle.active = 0;\n                }\n\n                drawLines(points[i]);\n                points[i].circle.draw();\n            }\n\n            requestAnimationFrame(animate);\n        }\n\n        function drawLines(p) {\n            if (!p.active) {\n                return;\n            }\n\n            for (var i in p.closest) {\n                ctx.beginPath();\n                ctx.moveTo(p.x, p.y);\n                ctx.lineTo(p.closest[i].x, p.closest[i].y);\n                ctx.strokeStyle = 'rgba(255, 255, 255, ' + p.active + ')';\n                ctx.stroke();\n            }\n        }\n\n        function shiftPoint(p) {\n            TweenLite.to(\n                p,\n                1 + 1 * Math.random(),\n                {\n                    x: p.originX - 50 + Math.random() * 100,\n                    y: p.originY - 50 + Math.random() * 100,\n                    ease:Circ.easeInOut,\n                    onComplete: function() {\n                        shiftPoint(p);\n                    }\n                }\n            );\n        }\n\n        window.addEventListener(\"load\", initVisualAnimation);\n    })();\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div><div class=\"vc_row-full-width-before\"><\/div><div id=\"vc_row-6a3efaa3ba36d\" data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1521725057539 vc_row-has-fill\"><script type=\"text\/javascript\">if (typeof(ct_fix_fullwidth_position) == \"function\") { ct_fix_fullwidth_position(document.getElementById(\"vc_row-6a3efaa3ba36d\")); }<\/script><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 18px;\"><\/div>\n\t<div class=\"wpb_text_column wpb_content_element \" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p style=\"text-align: center;\"><span style=\"color: #8fa5a2;\">Copyright \u00a9 Cription 2018. All rights reserved.<\/span><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"clearboth\"><\/div><div class=\"ct-divider \" style=\"margin-top: 50px;\"><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width\"><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2367","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/pages\/2367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/comments?post=2367"}],"version-history":[{"count":0,"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/pages\/2367\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bcci-jo.com\/ar\/wp-json\/wp\/v2\/media?parent=2367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}