Notice (8): Undefined variable: districts [APP/View/Elements/sideform.ctp, line 45]Code Context <div class="form-group sidenav-form-group input-group-sm" >
<label for="">Location <span>*</span></label >
<?php if(count($districts)>0) : ?>
$viewFile = '/home/wwwpesbd/public_html/app/View/Elements/sideform.ctp'
$dataForView = array(
'globla_settings' => array(
'PesbdSettings' => array(
'id' => '1',
'sitename' => 'Succero Executive Resources Limited',
'logo' => null,
'topslogan' => 'Succero Executive Resources Limited',
'address' => 'Kader Arcade, 3rd Floor
33 Mirpur Road, Science Laboratory
Dhanmondi, Dhaka 1209, Bangladesh',
'hotline' => '+8801770009944',
'phone' => '+880 2 44612152, +880 2 44612153',
'email' => 'contact(at)succero.com.bd',
'facebook' => 'https://www.facebook.com/succero',
'twitter' => 'https://twitter.com/pesbd_edu',
'linkedin' => 'https://www.linkedin.com/company/6463812',
'youtube' => 'https://www.youtube.com/channel/UCxGGTcWv9KQVIe8Wu08Lmsw',
'gplus' => 'https://plus.google.com/111012167304372093402',
'openinghour' => '<b>Saturday to Thursday</b>
(11:00 AM to 7:00 PM)
Holiday (On appointment)',
'footerfblink' => 'succero',
'created' => '2017-09-22 00:00:00',
'modified' => '2021-01-14 11:47:12'
),
'success' => true
),
'cookieHelper' => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'DYhG93b0qyNfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
},
'galleries' => array(
(int) 0 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 11 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 12 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 13 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 14 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 15 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 16 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 17 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 18 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 19 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 20 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 21 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 22 => array(
'PesbdPages' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '<!-- Page Title -->
<section class="breadcrumb-wrap">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Gallery</h1>
<ul class="breadcrumb">
<li>
<a href="https://succero.com.bd/"><img class="img-home" src="https://succero.com.bd/images/common/icon-home.gif" alt="icon home">Home</a>
</li>
<li class="last">Gallery
</li>
</ul>
</div>
</div>
</div>
</section>
<style>
.gallery-post.all-gallery.popup-gallery li {
width: 33%;
float: left;
padding-left: 10px;
display: inline;
overflow: hidden;
max-width: 350px;
max-height: 250px;
margin-bottom: 15px;
}
p.image {
width: 100%;
height: 230px;
overflow: hidden;
}
.hvrbox {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 100%;
height: auto;
}
.hvrbox img {
max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
display: block;
}
.hvrbox .hvrbox-layer_top {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
color: #fff;
padding: 15px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
opacity: 1;
}
.hvrbox .hvrbox-text {
opacity: 0;
width: 100%;
padding: 10%;
box-sizing: border-box;
line-height: 120%;
height: 100%;
color: white;
text-align: center;
font-size: 14px;
display: inline-block;
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: #ffff;
top: 50%;
left: 50%;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text:hover {
opacity: 1;
color: white;
}
.hvrbox .hvrbox-layer_image {
padding: 0;
background: none;
}
</style>
<section class="page-wrap page-about">
<div class="container">
<div class="row">
<div class="jumbotron" style="background-color: inherit;">
<h2 class="title center">Gallery</h2>
<div class="">
<ul class="list-unstyled gallery-post all-gallery popup-gallery">
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing with Daffodil International Institute & PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Chanting 'yes I can' after a session of BATE</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Our outstanding as well as intellectual participants in the session: Planning Research Framework.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">A career grooming session for graduates in Khulna </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Friday is fun day for our students </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing between Daffodil International Institute and PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">We are the strategic partner of HR Speaks Bangladesh</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Montpellier Business School, France is in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of the guardians & students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD</span>
</b>
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Gallery'
)
$globla_settings = array(
'PesbdSettings' => array(
'id' => '1',
'sitename' => 'Succero Executive Resources Limited',
'logo' => null,
'topslogan' => 'Succero Executive Resources Limited',
'address' => 'Kader Arcade, 3rd Floor
33 Mirpur Road, Science Laboratory
Dhanmondi, Dhaka 1209, Bangladesh',
'hotline' => '+8801770009944',
'phone' => '+880 2 44612152, +880 2 44612153',
'email' => 'contact(at)succero.com.bd',
'facebook' => 'https://www.facebook.com/succero',
'twitter' => 'https://twitter.com/pesbd_edu',
'linkedin' => 'https://www.linkedin.com/company/6463812',
'youtube' => 'https://www.youtube.com/channel/UCxGGTcWv9KQVIe8Wu08Lmsw',
'gplus' => 'https://plus.google.com/111012167304372093402',
'openinghour' => '<b>Saturday to Thursday</b>
(11:00 AM to 7:00 PM)
Holiday (On appointment)',
'footerfblink' => 'succero',
'created' => '2017-09-22 00:00:00',
'modified' => '2021-01-14 11:47:12'
),
'success' => true
)
$cookieHelper = object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'DYhG93b0qyNfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array()
components => array()
[protected] _values => array(
'CakeCookie' => array([maximum depth reached])
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array()
}
$galleries = array(
(int) 0 => array(
'PesbdPages' => array(
'id' => '102',
'slug' => 'dia',
'category' => 'galleries',
'title' => 'MOU signing with Daffodil International Institute & PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1586180656.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-04-06 13:45:50',
'modified' => '2020-04-06 13:45:50'
)
),
(int) 1 => array(
'PesbdPages' => array(
'id' => '101',
'slug' => 'bate',
'category' => 'galleries',
'title' => 'Chanting 'yes I can' after a session of BATE',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583837886.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-10 10:59:00',
'modified' => '2020-03-10 11:01:15'
)
),
(int) 2 => array(
'PesbdPages' => array(
'id' => '100',
'slug' => 'mala',
'category' => 'galleries',
'title' => 'Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583316353.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-04 10:06:06',
'modified' => '2020-03-04 10:06:06'
)
),
(int) 3 => array(
'PesbdPages' => array(
'id' => '99',
'slug' => 'winter-is-not-merely-a-season--it-s-a-celebration----winter-pitha-utshab--',
'category' => 'galleries',
'title' => 'Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583316184.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-04 10:03:53',
'modified' => '2020-03-04 10:03:53'
)
),
(int) 4 => array(
'PesbdPages' => array(
'id' => '97',
'slug' => 'phd',
'category' => 'galleries',
'title' => 'Our outstanding as well as intellectual participants in the session: Planning Research Framework.',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1566649619.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-08-24 07:28:38',
'modified' => '2019-08-24 07:28:38'
)
),
(int) 5 => array(
'PesbdPages' => array(
'id' => '94',
'slug' => 'a-career-grooming-session-for-graduates--in-khulna-',
'category' => 'galleries',
'title' => 'A career grooming session for graduates in Khulna ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1560705493.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-06-16 12:19:09',
'modified' => '2019-06-16 12:19:09'
)
),
(int) 6 => array(
'PesbdPages' => array(
'id' => '93',
'slug' => 'friday-is-fun-day-for-our-students-',
'category' => 'galleries',
'title' => 'Friday is fun day for our students ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1560705060.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-06-16 12:12:03',
'modified' => '2019-06-16 12:12:03'
)
),
(int) 7 => array(
'PesbdPages' => array(
'id' => '92',
'slug' => 'leadership',
'category' => 'galleries',
'title' => 'Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1553765968.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-03-28 04:42:29',
'modified' => '2019-03-28 04:44:44'
)
),
(int) 8 => array(
'PesbdPages' => array(
'id' => '87',
'slug' => 'mou-signing-between-daffodil-international-institute-and-pesbd',
'category' => 'galleries',
'title' => 'MOU signing between Daffodil International Institute and PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549275193.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-02-04 04:13:27',
'modified' => '2019-02-04 04:14:28'
)
),
(int) 9 => array(
'PesbdPages' => array(
'id' => '66',
'slug' => 'hrconference-',
'category' => 'galleries',
'title' => 'PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549386467.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-05-12 04:07:42',
'modified' => '2019-02-05 11:08:11'
)
),
(int) 10 => array(
'PesbdPages' => array(
'id' => '65',
'slug' => 'hrspeaks',
'category' => 'galleries',
'title' => 'We are the strategic partner of HR Speaks Bangladesh',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549385958.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-05-12 04:04:40',
'modified' => '2019-02-05 10:59:37'
)
),
(int) 11 => array(
'PesbdPages' => array(
'id' => '60',
'slug' => 'montpellier-business-school--france-is--in-pesbd',
'category' => 'galleries',
'title' => 'Montpellier Business School, France is in PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549386148.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-03-07 03:55:58',
'modified' => '2019-02-05 11:02:41'
)
),
(int) 12 => array(
'PesbdPages' => array(
'id' => '59',
'slug' => 'france',
'category' => 'galleries',
'title' => 'Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1520416266.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-03-07 03:42:32',
'modified' => '2018-03-07 03:51:49'
)
),
(int) 13 => array(
'PesbdPages' => array(
'id' => '31',
'slug' => 'mr--jaheen-hamid---ahmed-afshan-hanif---social-media-strategist--asia-pacific-university-of-technology---innovation-(apu)--malaysia-with-mr--faisal-monir--ceo--pesbd',
'category' => 'galleries',
'title' => 'Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404268.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:24:41',
'modified' => '2017-12-01 05:08:32'
)
),
(int) 14 => array(
'PesbdPages' => array(
'id' => '30',
'slug' => 'mr--b--m--faisal-monir--ceo--pesbd-is-addressing-the-students-in-an-event',
'category' => 'galleries',
'title' => 'Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404178.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:23:12',
'modified' => '2017-12-01 05:08:24'
)
),
(int) 15 => array(
'PesbdPages' => array(
'id' => '29',
'slug' => 'some-of-the-guardians---students-in-an-event',
'category' => 'galleries',
'title' => 'Some of the guardians & students in an event',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404084.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:21:33',
'modified' => '2017-12-01 05:08:15'
)
),
(int) 16 => array(
'PesbdPages' => array(
'id' => '28',
'slug' => 'ms--gulrez-haji--global-head---sarika-balchandani--manager--south-asia--regenesys-school-of-business--south-africa-are-with-some-of-students-and-guardians-at-pesbd',
'category' => 'galleries',
'title' => 'Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404006.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:20:18',
'modified' => '2017-12-01 05:08:07'
)
),
(int) 17 => array(
'PesbdPages' => array(
'id' => '27',
'slug' => 'ms--gulrez-haji--global-head--regenesys-school-of-business--south-africa-counsels-one-of-the-students-at-pesbd',
'category' => 'galleries',
'title' => 'Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403916.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:18:45',
'modified' => '2017-12-01 05:07:58'
)
),
(int) 18 => array(
'PesbdPages' => array(
'id' => '26',
'slug' => 'mr--mohammad-shamim-ashraf--asstt--manager-international-marketing--segi-university--malaysia-counsels-one-of-the-students-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403861.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:17:49',
'modified' => '2017-12-01 05:07:49'
)
),
(int) 19 => array(
'PesbdPages' => array(
'id' => '25',
'slug' => 'mr--johari-bin-jamaluddin--manager--international-marketing--innovative-international-college--malaysia-addressing-in-an-event-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403130.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:06:24',
'modified' => '2017-12-01 05:07:40'
)
),
(int) 20 => array(
'PesbdPages' => array(
'id' => '24',
'slug' => 'mr--rohit-sharma--ceo--mr--michael-chan--asstt--vice-president--mr--liu-yang-lester--manager--international-marketing--inti-university---colleges--malaysia-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403013.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:03:43',
'modified' => '2017-12-01 05:07:31'
)
),
(int) 21 => array(
'PesbdPages' => array(
'id' => '23',
'slug' => 'mr--ck-chew--asstt--director--international-marketing--infrastructure-university--malaysia-with-international-students-at-pesbd-',
'category' => 'galleries',
'title' => 'Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507402116.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 18:48:56',
'modified' => '2017-12-01 05:07:22'
)
),
(int) 22 => array(
'PesbdPages' => array(
'id' => '22',
'slug' => 'azahari-bin-omar--international-marketing-manager--ftms-college--malaysia-with-ceo-of-pesbd',
'category' => 'galleries',
'title' => 'Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507401953.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 18:45:26',
'modified' => '2017-12-01 05:07:13'
)
)
)
$content_for_layout = '<!-- Page Title -->
<section class="breadcrumb-wrap">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Gallery</h1>
<ul class="breadcrumb">
<li>
<a href="https://succero.com.bd/"><img class="img-home" src="https://succero.com.bd/images/common/icon-home.gif" alt="icon home">Home</a>
</li>
<li class="last">Gallery
</li>
</ul>
</div>
</div>
</div>
</section>
<style>
.gallery-post.all-gallery.popup-gallery li {
width: 33%;
float: left;
padding-left: 10px;
display: inline;
overflow: hidden;
max-width: 350px;
max-height: 250px;
margin-bottom: 15px;
}
p.image {
width: 100%;
height: 230px;
overflow: hidden;
}
.hvrbox {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 100%;
height: auto;
}
.hvrbox img {
max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
display: block;
}
.hvrbox .hvrbox-layer_top {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
color: #fff;
padding: 15px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
opacity: 1;
}
.hvrbox .hvrbox-text {
opacity: 0;
width: 100%;
padding: 10%;
box-sizing: border-box;
line-height: 120%;
height: 100%;
color: white;
text-align: center;
font-size: 14px;
display: inline-block;
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: #ffff;
top: 50%;
left: 50%;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text:hover {
opacity: 1;
color: white;
}
.hvrbox .hvrbox-layer_image {
padding: 0;
background: none;
}
</style>
<section class="page-wrap page-about">
<div class="container">
<div class="row">
<div class="jumbotron" style="background-color: inherit;">
<h2 class="title center">Gallery</h2>
<div class="">
<ul class="list-unstyled gallery-post all-gallery popup-gallery">
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing with Daffodil International Institute & PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Chanting 'yes I can' after a session of BATE</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Our outstanding as well as intellectual participants in the session: Planning Research Framework.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">A career grooming session for graduates in Khulna </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Friday is fun day for our students </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing between Daffodil International Institute and PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">We are the strategic partner of HR Speaks Bangladesh</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Montpellier Business School, France is in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of the guardians & students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD</span>
</b>
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
'
$scripts_for_layout = ''
$title_for_layout = 'Gallery'
include - APP/View/Elements/sideform.ctp, line 45
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 116
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (2): count(): Parameter must be an array or an object that implements Countable [APP/View/Elements/sideform.ctp, line 45]Code Context <div class="form-group sidenav-form-group input-group-sm" >
<label for="">Location <span>*</span></label >
<?php if(count($districts)>0) : ?>
$viewFile = '/home/wwwpesbd/public_html/app/View/Elements/sideform.ctp'
$dataForView = array(
'globla_settings' => array(
'PesbdSettings' => array(
'id' => '1',
'sitename' => 'Succero Executive Resources Limited',
'logo' => null,
'topslogan' => 'Succero Executive Resources Limited',
'address' => 'Kader Arcade, 3rd Floor
33 Mirpur Road, Science Laboratory
Dhanmondi, Dhaka 1209, Bangladesh',
'hotline' => '+8801770009944',
'phone' => '+880 2 44612152, +880 2 44612153',
'email' => 'contact(at)succero.com.bd',
'facebook' => 'https://www.facebook.com/succero',
'twitter' => 'https://twitter.com/pesbd_edu',
'linkedin' => 'https://www.linkedin.com/company/6463812',
'youtube' => 'https://www.youtube.com/channel/UCxGGTcWv9KQVIe8Wu08Lmsw',
'gplus' => 'https://plus.google.com/111012167304372093402',
'openinghour' => '<b>Saturday to Thursday</b>
(11:00 AM to 7:00 PM)
Holiday (On appointment)',
'footerfblink' => 'succero',
'created' => '2017-09-22 00:00:00',
'modified' => '2021-01-14 11:47:12'
),
'success' => true
),
'cookieHelper' => object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'DYhG93b0qyNfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _values => array(
[maximum depth reached]
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
},
'galleries' => array(
(int) 0 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 11 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 12 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 13 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 14 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 15 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 16 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 17 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 18 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 19 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 20 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 21 => array(
'PesbdPages' => array(
[maximum depth reached]
)
),
(int) 22 => array(
'PesbdPages' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '<!-- Page Title -->
<section class="breadcrumb-wrap">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Gallery</h1>
<ul class="breadcrumb">
<li>
<a href="https://succero.com.bd/"><img class="img-home" src="https://succero.com.bd/images/common/icon-home.gif" alt="icon home">Home</a>
</li>
<li class="last">Gallery
</li>
</ul>
</div>
</div>
</div>
</section>
<style>
.gallery-post.all-gallery.popup-gallery li {
width: 33%;
float: left;
padding-left: 10px;
display: inline;
overflow: hidden;
max-width: 350px;
max-height: 250px;
margin-bottom: 15px;
}
p.image {
width: 100%;
height: 230px;
overflow: hidden;
}
.hvrbox {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 100%;
height: auto;
}
.hvrbox img {
max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
display: block;
}
.hvrbox .hvrbox-layer_top {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
color: #fff;
padding: 15px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
opacity: 1;
}
.hvrbox .hvrbox-text {
opacity: 0;
width: 100%;
padding: 10%;
box-sizing: border-box;
line-height: 120%;
height: 100%;
color: white;
text-align: center;
font-size: 14px;
display: inline-block;
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: #ffff;
top: 50%;
left: 50%;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text:hover {
opacity: 1;
color: white;
}
.hvrbox .hvrbox-layer_image {
padding: 0;
background: none;
}
</style>
<section class="page-wrap page-about">
<div class="container">
<div class="row">
<div class="jumbotron" style="background-color: inherit;">
<h2 class="title center">Gallery</h2>
<div class="">
<ul class="list-unstyled gallery-post all-gallery popup-gallery">
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing with Daffodil International Institute & PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Chanting 'yes I can' after a session of BATE</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Our outstanding as well as intellectual participants in the session: Planning Research Framework.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">A career grooming session for graduates in Khulna </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Friday is fun day for our students </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing between Daffodil International Institute and PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">We are the strategic partner of HR Speaks Bangladesh</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Montpellier Business School, France is in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of the guardians & students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD</span>
</b>
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Gallery'
)
$globla_settings = array(
'PesbdSettings' => array(
'id' => '1',
'sitename' => 'Succero Executive Resources Limited',
'logo' => null,
'topslogan' => 'Succero Executive Resources Limited',
'address' => 'Kader Arcade, 3rd Floor
33 Mirpur Road, Science Laboratory
Dhanmondi, Dhaka 1209, Bangladesh',
'hotline' => '+8801770009944',
'phone' => '+880 2 44612152, +880 2 44612153',
'email' => 'contact(at)succero.com.bd',
'facebook' => 'https://www.facebook.com/succero',
'twitter' => 'https://twitter.com/pesbd_edu',
'linkedin' => 'https://www.linkedin.com/company/6463812',
'youtube' => 'https://www.youtube.com/channel/UCxGGTcWv9KQVIe8Wu08Lmsw',
'gplus' => 'https://plus.google.com/111012167304372093402',
'openinghour' => '<b>Saturday to Thursday</b>
(11:00 AM to 7:00 PM)
Holiday (On appointment)',
'footerfblink' => 'succero',
'created' => '2017-09-22 00:00:00',
'modified' => '2021-01-14 11:47:12'
),
'success' => true
)
$cookieHelper = object(CookieComponent) {
name => 'CakeCookie'
time => null
path => '/'
domain => ''
secure => false
key => 'DYhG93b0qyNfIxfs2guVoUubWwvniR2G0FgaC9mi'
httpOnly => false
settings => array()
components => array()
[protected] _values => array(
'CakeCookie' => array([maximum depth reached])
)
[protected] _type => 'cipher'
[protected] _reset => null
[protected] _expires => (int) 0
[protected] _response => object(CakeResponse) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array()
}
$galleries = array(
(int) 0 => array(
'PesbdPages' => array(
'id' => '102',
'slug' => 'dia',
'category' => 'galleries',
'title' => 'MOU signing with Daffodil International Institute & PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1586180656.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-04-06 13:45:50',
'modified' => '2020-04-06 13:45:50'
)
),
(int) 1 => array(
'PesbdPages' => array(
'id' => '101',
'slug' => 'bate',
'category' => 'galleries',
'title' => 'Chanting 'yes I can' after a session of BATE',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583837886.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-10 10:59:00',
'modified' => '2020-03-10 11:01:15'
)
),
(int) 2 => array(
'PesbdPages' => array(
'id' => '100',
'slug' => 'mala',
'category' => 'galleries',
'title' => 'Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583316353.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-04 10:06:06',
'modified' => '2020-03-04 10:06:06'
)
),
(int) 3 => array(
'PesbdPages' => array(
'id' => '99',
'slug' => 'winter-is-not-merely-a-season--it-s-a-celebration----winter-pitha-utshab--',
'category' => 'galleries',
'title' => 'Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1583316184.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2020-03-04 10:03:53',
'modified' => '2020-03-04 10:03:53'
)
),
(int) 4 => array(
'PesbdPages' => array(
'id' => '97',
'slug' => 'phd',
'category' => 'galleries',
'title' => 'Our outstanding as well as intellectual participants in the session: Planning Research Framework.',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1566649619.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-08-24 07:28:38',
'modified' => '2019-08-24 07:28:38'
)
),
(int) 5 => array(
'PesbdPages' => array(
'id' => '94',
'slug' => 'a-career-grooming-session-for-graduates--in-khulna-',
'category' => 'galleries',
'title' => 'A career grooming session for graduates in Khulna ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1560705493.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-06-16 12:19:09',
'modified' => '2019-06-16 12:19:09'
)
),
(int) 6 => array(
'PesbdPages' => array(
'id' => '93',
'slug' => 'friday-is-fun-day-for-our-students-',
'category' => 'galleries',
'title' => 'Friday is fun day for our students ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1560705060.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-06-16 12:12:03',
'modified' => '2019-06-16 12:12:03'
)
),
(int) 7 => array(
'PesbdPages' => array(
'id' => '92',
'slug' => 'leadership',
'category' => 'galleries',
'title' => 'Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1553765968.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-03-28 04:42:29',
'modified' => '2019-03-28 04:44:44'
)
),
(int) 8 => array(
'PesbdPages' => array(
'id' => '87',
'slug' => 'mou-signing-between-daffodil-international-institute-and-pesbd',
'category' => 'galleries',
'title' => 'MOU signing between Daffodil International Institute and PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549275193.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2019-02-04 04:13:27',
'modified' => '2019-02-04 04:14:28'
)
),
(int) 9 => array(
'PesbdPages' => array(
'id' => '66',
'slug' => 'hrconference-',
'category' => 'galleries',
'title' => 'PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference ',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549386467.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-05-12 04:07:42',
'modified' => '2019-02-05 11:08:11'
)
),
(int) 10 => array(
'PesbdPages' => array(
'id' => '65',
'slug' => 'hrspeaks',
'category' => 'galleries',
'title' => 'We are the strategic partner of HR Speaks Bangladesh',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549385958.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-05-12 04:04:40',
'modified' => '2019-02-05 10:59:37'
)
),
(int) 11 => array(
'PesbdPages' => array(
'id' => '60',
'slug' => 'montpellier-business-school--france-is--in-pesbd',
'category' => 'galleries',
'title' => 'Montpellier Business School, France is in PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => '',
'event_drive_url' => '',
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1549386148.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-03-07 03:55:58',
'modified' => '2019-02-05 11:02:41'
)
),
(int) 12 => array(
'PesbdPages' => array(
'id' => '59',
'slug' => 'france',
'category' => 'galleries',
'title' => 'Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1520416266.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2018-03-07 03:42:32',
'modified' => '2018-03-07 03:51:49'
)
),
(int) 13 => array(
'PesbdPages' => array(
'id' => '31',
'slug' => 'mr--jaheen-hamid---ahmed-afshan-hanif---social-media-strategist--asia-pacific-university-of-technology---innovation-(apu)--malaysia-with-mr--faisal-monir--ceo--pesbd',
'category' => 'galleries',
'title' => 'Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404268.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:24:41',
'modified' => '2017-12-01 05:08:32'
)
),
(int) 14 => array(
'PesbdPages' => array(
'id' => '30',
'slug' => 'mr--b--m--faisal-monir--ceo--pesbd-is-addressing-the-students-in-an-event',
'category' => 'galleries',
'title' => 'Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404178.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:23:12',
'modified' => '2017-12-01 05:08:24'
)
),
(int) 15 => array(
'PesbdPages' => array(
'id' => '29',
'slug' => 'some-of-the-guardians---students-in-an-event',
'category' => 'galleries',
'title' => 'Some of the guardians & students in an event',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404084.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:21:33',
'modified' => '2017-12-01 05:08:15'
)
),
(int) 16 => array(
'PesbdPages' => array(
'id' => '28',
'slug' => 'ms--gulrez-haji--global-head---sarika-balchandani--manager--south-asia--regenesys-school-of-business--south-africa-are-with-some-of-students-and-guardians-at-pesbd',
'category' => 'galleries',
'title' => 'Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507404006.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:20:18',
'modified' => '2017-12-01 05:08:07'
)
),
(int) 17 => array(
'PesbdPages' => array(
'id' => '27',
'slug' => 'ms--gulrez-haji--global-head--regenesys-school-of-business--south-africa-counsels-one-of-the-students-at-pesbd',
'category' => 'galleries',
'title' => 'Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403916.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:18:45',
'modified' => '2017-12-01 05:07:58'
)
),
(int) 18 => array(
'PesbdPages' => array(
'id' => '26',
'slug' => 'mr--mohammad-shamim-ashraf--asstt--manager-international-marketing--segi-university--malaysia-counsels-one-of-the-students-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403861.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:17:49',
'modified' => '2017-12-01 05:07:49'
)
),
(int) 19 => array(
'PesbdPages' => array(
'id' => '25',
'slug' => 'mr--johari-bin-jamaluddin--manager--international-marketing--innovative-international-college--malaysia-addressing-in-an-event-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403130.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:06:24',
'modified' => '2017-12-01 05:07:40'
)
),
(int) 20 => array(
'PesbdPages' => array(
'id' => '24',
'slug' => 'mr--rohit-sharma--ceo--mr--michael-chan--asstt--vice-president--mr--liu-yang-lester--manager--international-marketing--inti-university---colleges--malaysia-at-pesbd',
'category' => 'galleries',
'title' => 'Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507403013.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 19:03:43',
'modified' => '2017-12-01 05:07:31'
)
),
(int) 21 => array(
'PesbdPages' => array(
'id' => '23',
'slug' => 'mr--ck-chew--asstt--director--international-marketing--infrastructure-university--malaysia-with-international-students-at-pesbd-',
'category' => 'galleries',
'title' => 'Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507402116.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 18:48:56',
'modified' => '2017-12-01 05:07:22'
)
),
(int) 22 => array(
'PesbdPages' => array(
'id' => '22',
'slug' => 'azahari-bin-omar--international-marketing-manager--ftms-college--malaysia-with-ceo-of-pesbd',
'category' => 'galleries',
'title' => 'Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD',
'excerpt' => null,
'body' => '',
'event_venue' => null,
'event_drive_url' => null,
'event_date' => null,
'biography' => null,
'tags' => null,
'pagetype' => 'default',
'reviewtype' => 'default',
'sImage' => 'uploads/blogeventgallery/blogeventgallery-1507401953.jpg',
'isActive' => '1',
'sOrder' => '1',
'created' => '2017-10-07 18:45:26',
'modified' => '2017-12-01 05:07:13'
)
)
)
$content_for_layout = '<!-- Page Title -->
<section class="breadcrumb-wrap">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Gallery</h1>
<ul class="breadcrumb">
<li>
<a href="https://succero.com.bd/"><img class="img-home" src="https://succero.com.bd/images/common/icon-home.gif" alt="icon home">Home</a>
</li>
<li class="last">Gallery
</li>
</ul>
</div>
</div>
</div>
</section>
<style>
.gallery-post.all-gallery.popup-gallery li {
width: 33%;
float: left;
padding-left: 10px;
display: inline;
overflow: hidden;
max-width: 350px;
max-height: 250px;
margin-bottom: 15px;
}
p.image {
width: 100%;
height: 230px;
overflow: hidden;
}
.hvrbox {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 100%;
height: auto;
}
.hvrbox img {
max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
display: block;
}
.hvrbox .hvrbox-layer_top {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
color: #fff;
padding: 15px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
opacity: 1;
}
.hvrbox .hvrbox-text {
opacity: 0;
width: 100%;
padding: 10%;
box-sizing: border-box;
line-height: 120%;
height: 100%;
color: white;
text-align: center;
font-size: 14px;
display: inline-block;
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: #ffff;
top: 50%;
left: 50%;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text:hover {
opacity: 1;
color: white;
}
.hvrbox .hvrbox-layer_image {
padding: 0;
background: none;
}
</style>
<section class="page-wrap page-about">
<div class="container">
<div class="row">
<div class="jumbotron" style="background-color: inherit;">
<h2 class="title center">Gallery</h2>
<div class="">
<ul class="list-unstyled gallery-post all-gallery popup-gallery">
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1586180656.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing with Daffodil International Institute & PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583837886.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Chanting 'yes I can' after a session of BATE</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316353.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Best wishes for Mala Bhowmik, our IELTS student for her her 1st publication ONUBHUTIR ONUKABYA in Ekushey Boimela 2020.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1583316184.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Winter is not merely a season, it's a celebration. ( Winter PITHA Utshab) </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1566649619.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Our outstanding as well as intellectual participants in the session: Planning Research Framework.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705493.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">A career grooming session for graduates in Khulna </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1560705060.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Friday is fun day for our students </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1553765968.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of our participants with facilitators of Learning Session: Personal Leadership for Career Progression</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549275193.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">MOU signing between Daffodil International Institute and PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386467.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">PESBD CEO, Mr Faisal Monir with HR professionals in International HR Conference </span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549385958.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">We are the strategic partner of HR Speaks Bangladesh</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1549386148.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Montpellier Business School, France is in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1520416266.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gaelle EnJalric, Deputy Director, Montpellier Business School is counseling with a student in PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404268.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Jaheen Hamid & Ahmed Afshan Hanif , Social Media Strategist, Asia Pacific University of Technology & Innovation (APU), Malaysia with Mr. Faisal Monir, CEO, PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404178.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. B. M. Faisal Monir, CEO, PESBD is addressing the students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404084.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Some of the guardians & students in an event</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507404006.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head & Sarika Balchandani, Manager, South Asia, Regenesys School of Business, South Africa are with some of students and guardians at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403916.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Ms. Gulrez Haji, Global Head, Regenesys School of Business, South Africa counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403861.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Mohammad Shamim Ashraf, Asstt. Manager,International Marketing, SEGi University, Malaysia counsels one of the students at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403130.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Johari Bin Jamaluddin, Manager, International Marketing, Innovative International College, Malaysia addressing in an event at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507403013.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Rohit Sharma, CEO, Mr. Michael Chan, Asstt. Vice President, Mr. Liu Yang Lester, Manager, International Marketing, INTi University & Colleges, Malaysia at PESBD</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507402116.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Mr. Ck Chew, Asstt. Director, International Marketing, Infrastructure University, Malaysia with international students at PESBD.</span>
</b>
</a>
</p>
</li>
<li class="col-xs-4">
<p class="image " >
<a href="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" class="popup hvrbox" data-source="https://succero.com.bd/images/pages/img_gallery01.JPG" >
<img src="https://succero.com.bd/uploads/blogeventgallery/blogeventgallery-1507401953.jpg" alt="feature post" title="" class="hvrbox_layer_bottom">
<b class="hverbox_layer_top">
<span class="hvrbox-text">Azahari Bin Omar, International Marketing Manager, FTMS College, Malaysia with CEO of PESBD</span>
</b>
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
'
$scripts_for_layout = ''
$title_for_layout = 'Gallery'
include - APP/View/Elements/sideform.ctp, line 45
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 116
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110