/* ==== Google font ==== */


/*@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500&subset=latin-ext');

/* === prettify === */

@import url('../js/google-code-prettify/prettify.css');

/* === fontawesome === */

@import url('font-awesome.css');

/* === custom icon === */

@import url('custom-fonts.css');

/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');

/* ===================================
1. General
==================================== */

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Kalpurush', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #656565;
    background: #f7f7f7;
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kalpurush', sans-serif;
    font-weight: 500;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

.container {}


/* for headerwidth */

.headwidth {
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 227, 1) 100%);
}

.extrawidth {
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
}


/* for seba col-md-6 */

.smallwidth {
    padding-bottom: 20px;
}


/* for onnano seba */

.rowextra {
    padding-bottom: 25px;
}

.rowextra .upimage img {
    width: 100px;
    height: 100px;
}

.removeshadow {
    background: #fff;
    margin: 20px;
    padding: 30px;
    /* box-shadow: 0px 2px 5px #999; */
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*.row,.row-fluid {
	margin-bottom:30px;
}*/

.row .row,
.row-fluid .row-fluid {
    /*margin-bottom:30px;*/
}

.row.nomargin,
.row-fluid.nomargin {
    margin-bottom: 0;
}

.btn-see {
    background: #607D8B;
    color: #fff;
}


/* ===================================
3. Responsive media
==================================== */

.video-container,
.map-container,
.embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}


/* ===================================
4. Header
==================================== */


/* --- header -- */

.top-social-bar {
    /*     margin-top: -22px; */
    text-align: right;
}

.social-icon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
}

.langs {
    display: inline-block;
    margin-left: 20px;
}

.timeline-Footer {
    display: none!important;
}

.langs .btn-primary {
    border-color: #777777
}

.langs a.active {
    background: #fff;
    box-shadow: none;
    color: #333;
}

.langs a:focus {
    background: transparent;
}

ul.social-icon li {
    display: inline-block;
}

ul.social-icon li a {
    color: #ddd;
    margin: 2px;
    display: block;
}

.about-section-contents th {
    text-align: center;
}

ul.social-icon li a i {
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    background: #0F2839;
}

.all-notice-here table tr td {
    vertical-align: middle
}

ul.social-icon li a:hover i.facebook {
    background: #4b70ab
}

ul.social-icon li a:hover i.youtube {
    background: #e64a41;
}

ul.social-icon li a:hover i.twitter {
    background: #32b9e7
}

ul.social-icon li a:hover i.googleplus {
    background: #fa5432
}

ul.social-icon li a:hover i.instragram {
    background: #6291b2
}

header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 227, 1) 100%);
}

header .navbar {
    margin-bottom: 0;
}

.top-border {
    background: #b91f59;
    height: 3px;
    width: 100%;
}

.top-border samp {
    background: #b91f59;
    height: 3px;
    width: 40%;
    display: block;
}

.main-header {
    /*height: 95px;*/
}

.navbar-default {
    border: none;
}

.digitalbd {
    display: inline-block;
}

.digitalbd img {
    width: 180px;
    margin-right: 25px;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 0px;
    /*padding: 0 0 0 15px;*/
    margin-right: 10px;
    height: 90px;
    padding-left: 100px;
}

.navbar-brand img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand span {
    color: #333;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1px;
}

.lictbd {
    display: inline-block;
    margin-left: 30px;
}

.lictbd img {
    width: 200px;
}

.top-header-area {
    height: 45px;
    overflow: hidden;
}

.top-left-section {
    float: left;
}

.top-right-section {
    float: right;
    width: 30%;
    margin-top: 22px;
}

.organization-logos ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.organization-logos ul li {
    display: inline-block;
}

.organization-logos ul li a img {
    width: 70px;
}

header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
}

header .navbar-default {
    background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar {
    min-height: 100px;
}

header .navbar-nav>li {
    padding-bottom: 30px;
    padding-top: 30px;
}

header .navbar-nav>li>a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
}

.okayNav__nav--visible li:after {
    width: 1px;
    position: absolute;
    height: 18px;
    background: #00A750;
    content: "";
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0px;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

header .nav li .dropdown-menu {
    padding: 0;
}

header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
}


/* --- menu --- */

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    font-size: 12px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

header ul.nav li ul li a {
    font-size: 12px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav>li>a {
    color: #111;
    text-shadow: none;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover {
    background: none;
    font-weight: 700;
}

.navbar .nav>.active>a:active,
.navbar .nav>.active>a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}


/*==========Mobile Menu============*/

nav#elg-main-menu {
    display: inline-block;
    margin-top: 32px;
    /*margin-right: -79px;*/
    position: relative;
    padding-right: 30px;
}

.elg-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*box-shadow:0px 2px 2px;*/
    /*border-radius: 5px;*/
}

.elg-menu ul li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #00A750;
}

.elg-menu ul li a {
    display: block;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    text-transform: capitalize;
    /*border-right:1px solid #00A750;*/
}

.elg-menu ul li:last-child {
    border: 0px;
}

.elg-menu ul li a:hover {
    color: #00A750;
    /*background: #00A750;*/
}


/*.elg-menu ul li:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #4CAF50;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	height: 25px;
}
.elg-menu ul li:first-child:after {
    width: inherit;
}*/


/*.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}*/

.elg-menu ul li .sub-menus {
    /*    position: absolute;
        width: 200px;
        background: #fff;
        visibility: hidden;
        z-index: 100;
        top: 60px;
        border-top: 4px solid #125c8e;
        -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        transition: 350ms;*/
    border-top: 4px solid #A7E063;
    width: 230px;
    background: #fff;
    position: absolute;
    top: 100%;
    transition: all .3s;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 0;
    box-shadow: 0px 1px 1px 1px #A8A8A8;
}

.elg-menu ul li .menusextra {
    width: 500px;
}

.elg-menu ul li .menusextra li {
    float: left;
    width: 250px
}

.elg-menu ul li:hover .sub-menus {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.elg-menu ul li .sub-menus ul.subs-menus {
    position: absolute;
    width: 200px;
    background: #fff;
    top: 0px;
    border-top: 4px solid #00A750;
    transition: all .3s;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 200px;
}

.elg-menu ul li .sub-menus li:hover ul.subs-menus {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.elg-menu ul li .sub-menus li:after {
    width: inherit;
    height: inherit;
}

.elg-menu ul li .sub-menus li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    color: #353535;
}

.elg-menu ul li .sub-menus li a:hover {
    background-color: #26AF2B;
    color: #fff;
}

.elg-menu ul li .sub-menus li {
    display: block;
    position: relative;
    border-right: none;
}

.elg-menu ul li .sub-menus li:before {
    width: 0px;
    height: 0px;
}

.flexnav {
    position: absolute;
    z-index: 9999;
}

.flexnav-show h5.menu-headtitle {
    margin-bottom: 0px;
    color: #F3F108;
    padding: 10px;
    border-bottom: 1px solid #9E9E9E;
    margin-top: 0px;
    background: #4CAF50;
}

.menu-button,
.flexnav li a,
.flexnav li ul li a,
.flexnav ul li ul li a {
    background: #3FCB45;
    color: #fff
}

.menu-button .touch-button .navicon,
.flexnav .touch-button .navicon {
    color: #fff;
}


/* okayNav styles */

body.okayNav-loaded {
    overflow-x: hidden;
}

.okayNav:not(.loaded) {
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.okayNav ul {
    /* We want two navigations - one hidden and one visible */
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.okayNav a {
    /* Links general styling */
    color: #2e2e33;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.okayNav__nav--visible {
    overflow: inherit;
    white-space: nowrap;
}

.okayNav__nav--visible li {
    display: inline-block;
    position: relative;
}

.okayNav__nav--visible a {
    /* Link styling for the visible part of the nav */
    display: block;
    -webkit-transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    padding: 20px 15px;
}

.okayNav__nav--visible a:hover,
.okayNav__nav--visible li.active a {
    color: #00A750;
    text-decoration: none;
}


/* Link styling for the off-screen part of the nav */

.okayNav__nav--invisible {
    position: fixed;
    top: 70px;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #00A750;
}

.okayNav__nav--invisible a {
    background: #00A750;
    width: 240px;
    display: block;
    padding: 15px;
    color: #fff;
}

.okayNav__nav--invisible a:hover {
    background: #fff;
    color: #00A750
}

.okayNav__nav--invisible.nav-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}


/*Dropdown menu*/

.okayNav__nav--visible li .sub-menus {
    position: absolute;
    width: 200px;
    background: #fff;
    visibility: hidden;
    z-index: 100;
    top: 62px;
    border-top: 4px solid #00A750;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
}

.okayNav__nav--visible li:hover .sub-menus {
    visibility: visible;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.okayNav__nav--visible li .sub-menus li {
    display: block;
    background: #fff;
    line-height: 20px;
    position: relative;
}

.okayNav__nav--visible li .sub-menus li:after {
    width: inherit
}

.okayNav__nav--visible li .sub-menus li a {
    padding: 12px 10px;
    font-weight: 600;
    white-space: normal;
}

.okayNav__nav--visible li .sub-menus li a:hover {
    background: #00A750;
    color: #fff;
}

.okayNav__nav--visible li .sub-menus li ul.subs-menus {
    position: absolute;
    width: 200px;
    background: #fff;
    visibility: hidden;
    z-index: 100;
    top: 0px;
    left: 200px;
    border-top: 4px solid #00A750;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    transition: 350ms;
}

.okayNav__nav--visible li .sub-menus li:hover ul.subs-menus {
    visibility: visible;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.okayNav__nav--invisible.nav-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999;
}

.okayNav__nav--invisible.transition-enabled {
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 999;
    height: 100%;
}


/* Kebab icon */

.okayNav__menu-toggle {
    position: relative;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    cursor: pointer;
    width: 40px;
    height: 20px;
    float: left;
    z-index: 1;
    top: 15px;
}

.okayNav__menu-toggle.okay-invisible {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.okayNav__menu-toggle span {
    display: block;
    position: absolute;
    margin: auto;
    height: 4px;
    width: 4px;
    background: #2e2e33;
    border-radius: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.okayNav__menu-toggle span:nth-child(1) {
    top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
    bottom: 0;
}

.okayNav__menu-toggle.icon--active {
    /* Kebab icon when off-screen nav is open */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.okayNav__menu-toggle.icon--active span {
    background: #546edb;
}

.main-menu-area {
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 99;
    height: 92px;
}

.main-menu-area.affix {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    box-shadow: 0px 0px 10px #828282;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 227, 1) 100%);
}

.submit-ideas {
    float: right;
    background: url("../img/submit-btn.png") no-repeat;
    height: 85px;
    width: 238px;
    text-align: center;
    padding-top: 32px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-left: 54px;
    text-transform: capitalize;
}

.okayNav__nav--visible li:first-child:after {
    width: 0px;
}

#social-buttons {
    margin: 30px 0 0 -8px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 0px;
}

#social-buttons ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#social-buttons ul li {
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 40px;
}

div#social-buttons ul li a i {
    font-size: 30px;
    line-height: 35px;
}

div#social-buttons ul li a {
    display: block;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#social-buttons ul li a.facebook {
    color: #fff;
    background: #071873;
}

#social-buttons ul li a.gplus {
    color: #fff;
    background: #dd4b39;
}

#social-buttons ul li a.twitter {
    color: #fff;
    background: #55acee;
}

#social-buttons ul li a.youtube {
    color: #fff;
    background: #bb0000;
}


/* ===================================
5. Section: Featured
==================================== */

#featured {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

#featured .container-fluid,
#featured .col-md-8,
#featured .col-md-4 {
    padding: 0px;
}


/* ===================================
6. Sliders
==================================== */


/* --- flexslider --- */

#featured .flexslider {
    padding: 0;
    margin: 0px;
    background: #fff;
    position: relative;
    zoom: 1;
}


/*.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(76, 0, 0, 0),endColorstr=rgba(76, 0, 0, 0)); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(76, 0, 0, 0),endColorstr=rgba(76, 0, 0, 0)); zoom: 1;}*/

.flex-caption {
    color: #FFFFFF;
    padding: 15px 25px;
    position: absolute;
    bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    background: rgba(51, 51, 51, 0.5);
    line-height: 40px;
    display: inline-block;
    margin-left: 0px;
}

.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.flex-caption p {
    margin: 0 0 15px;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}


/*.flex-caption {
    -webkit-animation: bounceIn;
    animation: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}*/

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}


/* ===================================
Key Persons
==================================== */

.key-specials-persons {}

.key-persons-area {
    padding: 95px 0px;
    background: #333;
}

.biography-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
}

.biography-img {
    display: inline-block;
    margin-right: 20px;
}

.biography-content {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
}

.biography-content h4 {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    line-height: 30px;
}

.biography-content h4 a {
    color: #EEE;
}

.biography-content p {
    display: inline-block;
    color: #F0F0F0
}

.biography-area {
    padding-bottom: 20px;
}


/*Details*/

.biography-details-area {
    background: #fff;
    margin: 40px;
}

.key-persons-biographys {
    text-align: center;
}

.bio-img img {
    max-width: 250px;
}

.key-persons-biographys {
    text-align: center;
    padding: 70px 0px 50px 0px;
}

.bio-full-des {
    text-align: left;
}

.bio-full-des ul li {
    line-height: 34px;
}

.bio-full-des p {
    text-align: left;
    color: #333;
    font-weight: 400;
}

.bio-short-des p span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bio-short-des {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bio-short-des p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}


/*===============User Section=============*/

.user-section-area {
    background: #fff;
    margin: 10px 0px;
    padding: 30px 0px;
}

.user-section-contents .form-control {
    height: 45px;
    border: 2px solid #BDBDBD;
    box-shadow: none;
}

.user-section-contents textarea.form-control {
    height: inherit;
}

.btn-ict {
    background: #00A750;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
}

.bg-login {
    background: #F0F0F0;
    padding-top: 20px;
    padding-bottom: 20px;
}

p.p-rt {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
}

.important-links.our-service-link ul li a {
    color: floralwhite;
}

.important-links.our-service-link ul li i {
    color: cyan;
}


/* ===================================
4. Section: Live events
==================================== */

.section-title h2.s2 {
    font-size: 26px;
    font-variant: normal;
    font-weight: 600;
    color: #1E986D;
}

.section-title h2 {
    font-size: 22px;
    font-variant: normal;
}

.section-title h2 i {
    color: #00A750;
    border-right: 2px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}

.section-title h2.s2 i {
    color: #1E986D;
    border-right: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 42px;
}

.live-events-section {
    background: #fff;
    padding: 70px 0px;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    background: #fff;
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    background: #0D202D;
    display: block;
    padding: 15px;
}

.card .card-image {
    position: relative;
    overflow: hidden;
}

.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}

.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    margin: 0px;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}

.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.more-videos {
    position: relative;
    padding: 10px;
}

.m-video-box {
    display: block;
    margin-bottom: 5px;
    background: #fff;
    padding: 5px;
    overflow: hidden;
}

.video-img {
    margin-right: 15px;
    position: relative;
}

.play-overley {
    background: url(../img/play.png) no-repeat scroll center center;
    height: 32px;
    width: 32px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 35%;
}

.video-title span {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.more-videos-boxs .card {
    border-radius: 0px;
}

.m-video-box .col-sm-5 {
    padding: 0px;
}

.m-video-box .col-sm-7 {
    padding: 0px;
}

span.more-title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    display: block;
    margin-bottom: 10px;
    padding-top: 15px;
}

.head-title-bar-two .section-title span {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 70px;
    background: #FF3535;
}

.head-title-bar-two {
    padding: 10px 15px 15px;
    background: #000;
    position: relative;
}

.head-title-bar-two i {
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #F44336;
    font-size: 20px;
}

.head-title-bar-two p {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 0px;
    line-height: 42px;
}

.all-videos {
    float: right;
    margin-top: 10px;
}

.btn-see:hover {
    background: #1ABC9C;
    color: #fff;
}


/*======================Notice Board===================*/

.notice-board-area {
    /*background: #FFF;*/
    padding: 40px 0px 20px;
}

.spn-tro {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.spn-tro h2 {
    margin: 0px;
    display: inline-block;
    font-size: 18px;
    background: #fff;
    padding: 8px 15px;
}

.headlines {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.headlines ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headlines ul li {
    display: block;
}

.headlines ul li a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.notice-section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.secs {
    display: inline-block;
}

.see-alls {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.head-title-bar {
    padding: 0px 15px;
    border-bottom: 1px solid #F2F2F2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 227, 1) 100%);
}

.notics-cts .section-title h2.s2 {
    font-size: 22px;
    font-weight: 500;
}

.notics-cts {
    margin-top: 0px;
}

.notice-section ul li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #6FDBA2;
    margin-right: 15px;
    overflow: hidden;
}

.notice-section ul li {
    line-height: 35px;
    vertical-align: middle;
    /* 	height:75px; */
    text-overflow: ellipsis;
}

.notice-section ul li.one-line {
    overflow: hidden;
    white-space: nowrap;
}

.notice-section ul li a {
    color: #333;
    font-weight: 500;
    vertical-align: middle;
}

.notice-section ul li a:hover {
    text-decoration: underline;
    color: #C10000;
}

.last-updateds span {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}


/*=======================Events Programs==================*/

.events-area {
    background: url(../img/event-bg.jpg) no-repeat scroll left center /cover;
    position: relative;
    background-attachment: fixed;
}

.events-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.event-list {
    padding: 40px 0px 70px 0px;
}

.event-list .slick-dots {
    bottom: 0px;
    padding-bottom: 20px;
}

.events-title {
    text-align: center;
    padding-top: 40px;
}

.btn-event {
    background: #F44336;
    color: #fff;
    float: right;
}

.events-title h2 {
    color: #fff;
    font-size: 34px;
    border-bottom: 2px solid #FFC107;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.events-list {
    width: 30%;
    display: inline-block;
    background: rgba(10, 191, 17, 0.7);
    margin-right: 15px;
}

.events-list:focus {
    outline: none;
}

.event-image {
    display: block;
    vertical-align: top;
    background: #fff;
    padding: 20px;
}

.event-content {
    display: inline-block;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.event-content h2 {
    color: #fff;
    font-size: 22px;
    display: block;
    margin-left: 15px;
}

.event-content p {
    margin-left: 15px;
    color: #ddd;
    font-size: 13px;
}


/*==================== About Sectin===================*/

.about-section.area {
    padding: 40px 0px 10px;
}

.about-content-secton {
    background: #fff;
    padding: 30px 20px;
}

h2.br2 {
    border-bottom: 1px solid #EAE7E7;
    padding-bottom: 15px;
    margin-top: 0px;
}

h2.br3 {
    border-bottom: 1px solid #EAE7E7;
    padding-bottom: 15px;
    margin-top: 0px;
    color: #fff;
}

.about-content p {
    color: #333;
    font-weight: 400;
    line-height: 28px;
}

.read-mores {
    display: block;
    padding-bottom: 45px;
    margin-right: 25px;
    margin-top: 35px;
}

.read-mores a {
    font-size: 16px;
    font-weight: 400;
}


/*==============Projects Highlights===============*/

.elg-projects ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

.elg-projects ul li {
    display: inline-block;
}

.elg-projects ul li a {
    display: inline-block;
    padding: 10px 20px;
    background: #717171;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.elg-projects ul li.active a {
    background: #DD2D2D
}

.elg-projects {
    display: inline-block;
    padding-top: 20px;
    margin-right: 65px;
    float: right;
}

.elg-projects-area .tab-content>.tab-pane {
    background: transparent;
    border: 0px;
    padding: 0px;
    overflow: inherit;
}

.highlight-project {
    margin-bottom: 40px;
    position: relative;
    padding: 15px;
}

.highlight-project img {
    position: relative;
    width: 100%
}

.highlight-title {
    position: absolute;
    width: 84%;
    bottom: 20px;
    background: rgba(51, 51, 51, 0.5);
    padding: 10px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.highlight-title p {
    color: #fff!important;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.elg-projects ul li.active a {
    background: #00A750;
}

.elg-projects-area {
    padding: 20px 0px;
    background: #F0F0F0;
}

section.elg-projects-area .card {
    box-shadow: none;
}

.elg-projects-area span.card-title {
    background: #00A750
}

.projects-box {
    margin-bottom: 0px;
    margin-right: 20px;
    display: inline-block;
}

.p-tops {
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0px;
}

.projects-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.projects-box img {
    margin-bottom: 10px;
    height: 240px;
}

span.card-title i {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #00A750;
    vertical-align: middle;
    border-radius: 50%;
}

.slick-dots li {
    margin-right: 20px;
    height: 3px;
}

.slick-dots li.slick-active button {
    background: #00A750;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 35px;
    height: 3px;
    padding: 3px;
    background: #E6E6E6;
}

.projects-box.slick-slide:focus {
    outline: none;
}

.section-title.text-left.pro-high h2 {
    display: inline-block;
}

.section-title.text-left.pro-high {
    display: inline-block;
    margin-left: 47px;
}


/*====Key Persons===========*/

.border-h2 {
    border-bottom: 2px solid #009688;
}

.border-h2 h2 {
    margin-bottom: 10px;
}

.key-persons-section-area {
    background: #fff;
    margin: 20px 0px;
    padding: 30px 0px;
}

.sensitive-box {
    margin-bottom: 25px;
    overflow: hidden;
    max-height: 200px;
    margin-top: 30px;
    border: 1px solid #efefef;
}

.sensitive-box:nth-child(odd) {
    background: #f3f3f3;
}

.sensitive-box:nth-child(even) {
    background: #fbfbfb;
}

.sensitive-image {
    float: left;
    width: 20%;
    line-height: 0;
}

h5.menu-headtitle {
    margin-bottom: 8px;
    color: #4CAF50;
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 5px;
}

.sensitive-info {
    background: #444444 none repeat scroll 0 0;
    color: #fff;
    padding: 0px;
    padding-bottom: 12px;
}

.sensitive-info {
    background: transparent;
}

.sensitive-info h3 {
    display: block;
    font-family: 'Kalpurush', sans-serif;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

.sensitive-info h3 {
    color: #464646;
}

.sensitive-image img {
    width: 167px;
}

.box-ones {
    width: 46%;
    float: left;
    height: 160px;
}

.sensitive-info span {
    display: block;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 7px;
    color: #797979;
    font-weight: 500;
}

.sensitive-info p {
    /*     border-top: 1px solid rgb(17, 70, 121); */
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    padding: 10px 0 5px;
    margin-bottom: 0px;
    color: #565656;
}

.sensitive-info p a {
    color: #585858;
    font-weight: 600;
}

.sensitive-image img.img-br {
    border: 1px solid #F5F5F5;
    border-right: 0px;
}

.sociul4 {
    padding-bottom: 6px;
}

.sociul4 p a {
    border: 1px solid #1abc9c;
    cursor: pointer;
    height: 32px;
    line-height: 29px;
    margin: 3px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    width: 32px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.priminister-block-box {
    background: #ececec;
    background: -webkit-linear-gradient(to left, #ececec, #4CAF50);
    background: -webkit-linear-gradient(right, #ececec, #4CAF50);
    background: linear-gradient(to left, #ececec, #4CAF50);
    padding: 30px 20px;
}

.p-content-boxes h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.p-content-boxes p {
    line-height: 26px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.p-content-boxes a {
    color: #009688;
    font-weight: 400;
}

.img-boxes img {
    box-shadow: 0px 4px 5px #A5A5A5;
}


/*===========History page==========*/

.history-area {
    background: #fff;
    margin: 30px;
}

.border-h2 {
    border-bottom: 2px solid #009688;
    margin-bottom: 10px;
}

.border-h2 h2 {
    margin-bottom: 10px;
}

.history-contents p {
    line-height: 30px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}


/*===========About section page==========*/

.about-section-area {
    background: #fff;
    margin: 30px;
    padding: 30px 0px;
}

.about-section-contents p {
    line-height: 30px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}


/*=====================News Update============*/

.news-updates-area {
    background: #fff;
    padding: 0px 0px;
}

.news-updates-area .section-title h2 {
    margin-bottom: 0px;
}

.news-feed {
    padding: 30px 0px 0px 0px;
}

.news-img {
    float: left;
    margin-right: 20px;
}

.news-content-box {
    height: 210px;
    overflow: hidden;
    margin-bottom: 35px;
}

.news-content {
    margin-left: 235px;
}

.news-content h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 25px
}

.news-content h2 a {
    color: #3e3e3e;
}

.news-content span {
    font-size: 14px;
    color: #8E8E8E;
    font-weight: 400;
}

.news-content p {
    padding: 5px;
    display: block;
    color: #272727;
    font-weight: 400;
    font-size: 13px;
}

.news-img img {
    width: 220px;
}

.see-all {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.see-all a {
    padding: 10px 40px;
    background: #F44336;
    border: 0px;
    float: right;
}


/* ===================================
App store
==================================== */

.ict-app-store {
    background: #1A4C47;
    padding: 15px 0px 0px 0px;
}

.app-store {
    text-align: center;
}

.apps-all {
    margin-top: 20px;
}

.app-store h2 {
    font-size: 32px;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
    font-variant: small-caps;
    border-bottom: 2px solid #1B433F;
    margin-bottom: 0px;
    padding-bottom: 23px;
}

a.fancybox-media i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    font-size: 60px;
    color: #F44336;
}

.app-store a i {
    color: #fff;
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.app-box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.app-box img {
    padding: 15px;
    height: 170px;
}

.app-des {
    padding: 7px 10px 7px;
    display: block;
}

.app-box a.app-title {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 22px;
    max-height: 36px;
    min-height: 18px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    text-align: left;
}

.paragraph-end {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(0, 255, 255, 1)', EndColorStr='#ffffff');
    bottom: 0;
    height: 19px;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 45px;
}

.subtitle-container {
    display: block;
    position: relative;
    width: 100%;
    min-height: 35px;
    text-align: left;
    white-space: normal;
}

.subtitle {
    color: #616161;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 1px 0;
    max-width: 132px;
    overflow: hidden;
    white-space: nowrap;
}

.stars-container {
    position: relative;
    float: left;
    width: 110px;
    text-align: left;
}

.pricing-container a {
    text-transform: uppercase;
    font-weight: 600;
}

.pricing-container {
    display: inline-block;
    vertical-align: middle;
}

.stars-container a i {
    color: #5A5A5A;
    font-size: 15px;
    margin-right: 0px;
}

a.btn-apps {
    background: #fff;
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}


/*====latest news=========*/

.btn-facebook {
    background: #662d91;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.f-view a i {
    margin-right: 5px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.latest-news-area {
    background: #fff;
    padding: 20px 0px;
}

.lat-description h2 {
    font-size: 22px;
    color: #606060;
}

.lat-description p {
    color: #333;
    font-weight: 400;
}

.lat-description {
    margin-top: 15px;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden;
}

.lat-img img {
    height: 285px;
}

.latest-box {
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.latest-news-area .section-title h2 {
    margin: 5px 0px;
}

.latest-box:focus {
    outline: none;
}

.latest-news-box {
    padding-top: 30px;
    padding-left: 20px;
}

.nextArrow {
    right: 0px;
}

.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 2;
    background: #607D8B;
    font-size: 32px;
    color: #fff;
    padding: 5px;
}

i.fa.fa-angle-left {
    left: 0px;
}

i.fa.fa-angle-right {
    right: 0px;
}

.prevArrow {
    left: 0px;
}

.slick-arrow i {
    height: 40px;
    width: 40px;
    background: #333;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slick-arrow:hover {
    cursor: pointer;
}


/* ===================================
Organization
==================================== */

.our-organization {
    padding: 10px 0px;
    background: #FAFAFA;
}

.ict-organization ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ict-organization ul li {
    display: inline-block;
    margin-right: 20px;
}

.slick-initialized .slick-slide a img {
    display: block;
    margin: 0px auto;
}

.ict-organization ul li a:hover img {
    -webkit-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.slick-prev,
.slick-next {
    line-height: 44px;
    width: 25px;
    height: 25px;
    background: #333;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #2196F3;
    color: #fff
}


/* ===================================
7. Section: call action
==================================== */

section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0 0;
}


/* ===================================
8. Section: Content
==================================== */

#content {
    position: relative;
    background: #fff;
    padding: 50px 0 40px 0;
}

#content img {
    max-width: 100%;
    height: auto;
}


/* --- Call to action --- */

.cta-text {
    text-align: center;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 10px;
}


/* --- box --- */

.box {
    width: 100%;
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px;
}

.box-gray h4,
.box-gray i {
    margin-bottom: 20px;
}

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

.box-bottom a {
    color: #fff;
    font-weight: 700;
}

.box-bottom a:hover {
    color: #eee;
    text-decoration: none;
}


/*===== All Videos Section ========*/

.video-boxes {
    margin-bottom: 40px;
}

.all_videos_area {
    background: #fff;
    margin: 20px 0px;
    position: relative;
}

.video-titles p {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

.video-titles {
    background: #0C0C0C;
    padding: 5px;
    height: 52px;
    overflow: hidden;
}

.video-frame {
    background: #0C0C0C;
    position: relative;
}

.plays {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
}

.plays img {
    width: 60px;
    background: #fff;
    border-radius: 50%;
    padding: 0px;
    border: 2px solid transparent;
}


/*=========All Notice Here=============*/

.all-notice-area {
    background: #fff;
    margin: 40px 0px;
}

.tr1 {
    color: #333;
    font-weight: 500;
}

.tr1:hover {
    text-decoration: underline;
    color: #333;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}


/* twitter */

#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    background: #252525;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}


/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #fff;
}

#inner-headline ul.breadcrumb li i {
    color: #dedede;
}

#inner-headline ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}


/* ============================
11. Forms
============================= */


/* --- contact form  ---- */

form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    box-sizing: border-box;
}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    box-sizing: border-box;
}

form#contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#sendmessage.show,
.show {
    display: block;
}


/* --- comment form ---- */

form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */

.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}


/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a+img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35x 0 35x 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.portfolio-categ li a:focus,
ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}


/* --- portfolio detail --- */

.top-wrapper {
    margin-bottom: 20px;
}


/* ===============================
13. Elements
================================ */


/* --- blockquote --- */

blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kalpurush', sans-serif;
    font-style: italic;
    padding-left: 0;
    color: #a2a2a2;
    line-height: 1.6em;
    border: none;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}


/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: 'Kalpurush', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Kalpurush', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}


/* --- button --- */

.btn-theme {
    color: #fff;
}

.btn-theme:hover {
    color: #eee;
}


/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: #fff;
}

footer ul.link-list li a:hover {
    color: #eee;
}


/* --- Heading style --- */

.footer-logos {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.footer-logos a img {
    width: 140px;
    margin-right: 5px;
}

h4.heading {
    font-weight: 700;
}

.heading {
    margin-bottom: 30px;
}

.heading {
    position: relative;
}

.widgetheading {
    width: 100%;
    padding: 0;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
    font-size: 20px;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}


/* --- Map --- */

.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}


/* --- our team --- */

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul.team-detail li label {
    font-size: 13px;
}

ul.team-detail li h4,
ul.team-detail li label {
    margin-bottom: 0;
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}

ul.team-detail li ul.social-network li i {
    margin: 0;
}


/* --- Pricing box --- */

.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-content strong {
    color: #353535;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    color: #888;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}


/* --- pricing box alt 1 --- */

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0px 0;
    display: block;
}

.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 1px 0;
    border-bottom: none;
    display: block;
    color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    font-family: 'Kalpurush', sans-serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article {
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin-bottom: 20px;
}

article .post-heading h3 a {
    font-weight: 700;
    color: #353535;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}


/* --- post meta --- */

.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}


/* --- post format --- */

.post-image {
    margin-bottom: 20px;
}

.post-quote {
    margin-bottom: 20px;
}

.post-video {
    margin-bottom: 20px;
}

.post-audio {
    margin-bottom: 20px;
}

.post-link {
    margin-bottom: 20px;
}

.post-slider {
    margin-bottom: 20px;
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Kalpurush', sans-serif;
    font-style: italic;
    line-height: 1.6em;
}

.post-image img:hover {
    box-shadow: 0 0 2px #979797;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    border-right: 1px dotted #e9e9e9;
    padding-right: 10px;
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 2px 5px 0 0;
}

ul.meta-post li a {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: 600;
}


/* --- single post --- */

.bottom-article {
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}


/* --- author info --- */

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}

.about-author h5 {
    margin-bottom: 10px;
}


/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.comment-area .thumbnail>img {
    display: block;
    width: 60px;
    height: 60px;
}

.filter-list {
    margin-top: 20px;
}


/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}

#pagination a:hover {
    color: #fff;
    text-decoration: none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    border-left: 1px solid #f5f5f5;
    padding: 0 0 0 30px;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
    border-right: 1px solid #f5f5f5;
    padding: 0 30px 0 0;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget {
    margin-bottom: 40px;
}

ul.cat,
ul.recent,
ul.folio-detail,
ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat li,
ul.recent li,
ul.folio-detail li,
ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}

ul.cat li a,
ul.folio-detail li a {
    color: #656565;
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}

.widget ul.recent li {
    margin-bottom: 20px;
}

ul.recent li h6 {
    margin: 0 0 10px 0;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.widget ul.tags {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}

.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff;
}


/* ===== Widgets ===== */


/* --- flickr --- */

.widget .flickr_badge {
    width: 100%;
}

.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
    width: 100%;
}

footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}


/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}

.twitter img {
    float: left;
    margin-right: 15px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;
}

.twitter li {
    border-bottom: 1px dashed #efefef;
    /*    padding-bottom: 20px;
        margin-bottom: 20px;*/
    list-style: none;
}

.twitter li:last-child {
    border: none;
}


/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

ul.time-post li a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE 5-7 */
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}

.recent-post ul.time-post li.time {
    color: #121214;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.post-meta span a {
    color: #919191;
}

.post-meta strong {
    font-weight: 200px;
    color: #c7c7c7;
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}


/*========== Gallery ============*/

.gallery-section-area {
    background: #fff;
    margin: 20px;
    padding: 30px;
    box-shadow: 0px 2px 5px #999;
}

.album-title h4 {
    font-size: 16px;
    margin-bottom: 8px;
    height: 33px;
    overflow: hidden;
}

.album-title span {
    font-size: 15px;
    font-weight: 500;
    color: #979797;
}

.g-box {
    box-shadow: 0px 1px 6px #ddd;
    margin-bottom: 20px;
}

.album-title {
    padding: 0px 10px 10px 10px;
    display: block;
    height: 80px;
}

.entry {
    padding: 0 0px 0px 0;
    position: relative;
    height: 150px;
    overflow: hidden;
}

.cover-img {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.magnifier {
    background: rgba(0, 0, 0, .7) url(../img/zoom.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ===============================
16. Footer
================================ */

footer {
    padding-top: 15px;
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer address {
    line-height: 28px;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}


/* ===============================
 Live preview purpose
================================ */


/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .col-lg-1,
section.demogrid .col-lg-2,
section.demogrid .col-lg-3,
section.demogrid .col-lg-4,
section.demogrid .col-lg-5,
section.demogrid .col-lg-6,
section.demogrid .col-lg-7,
section.demogrid .col-lg-8,
section.demogrid .col-lg-9,
section.demogrid .col-lg-10,
section.demogrid .col-lg-11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}


/*===================Links================*/

.links-elg {
    background: #fff;
    padding: 15px 0px 0px;
}

.links-elg .section-title h2 {
    margin-bottom: 0px;
}

.links-box {
    padding: 15px 20px;
    margin-bottom: 25px;
    height: 182px;
    overflow: hidden;
}

.links-box:nth-child(1) {
    background: #9D50BB;
    background: -webkit-linear-gradient(to left, #9D50BB, #6E48AA);
    background: -webkit-linear-gradient(right, #9D50BB, #6E48AA);
    background: linear-gradient(to left, #9D50BB, #6E48AA);
}

.links-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.links-box ul li {
    display: block;
    line-height: 27px;
}

.links-box ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.links-box ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.links-box ul li i {
    margin-right: 10px;
    color: #ddd;
}

.links-box h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 22px;
}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/

.contact-section-area {
    background: #fff;
    position: relative;
    margin-top: 20px;
}

.widget-contact li {
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.widget-contact li i {
    width: 15px;
    height: 30px;
    color: #00A750;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.social-media a {
    display: inline-block;
    margin-right: 5px;
}

.social-media a i {
    width: 30px;
    height: 30px;
    background: #F8F8F8;
    text-align: center;
    line-height: 30px;
    color: #2A2A2A;
}

.maps iframe {
    margin-top: 70px;
}

.widget-contact ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

#contact-form {
    margin: 40px 0;
}

.contact-section-contents #contact-form {
    margin: 0;
}

#contact-form label {
    display: block;
}

#contact-form label.error {
    margin-bottom: 15px;
    color: #ef494f;
}

#contact-form textarea,
#contact-form input[type="url"],
#contact-form input[type="text"],
#contact-form input[type="email"] {
    margin-bottom: 10px;
    padding: 10px;
    border-color: transparent;
    outline: none;
    border: 1px solid #e0e0e0;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
    border-color: #00A750
}

#contact-form textarea {
    resize: none;
}

#contact-form input[type="submit"] {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0;
}

.contact-section-contents #contact-form input[type="submit"] {
    display: block;
    width: 20%;
    height: 50px;
    background-color: #1c2239;
    border: 0px;
    color: #fff;
}

.contact-section-contents #contact-form input[type="submit"]:hover {
    background-color: #00A750;
    color: #fff;
}

.anews-section-area {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0px;
}

.news-titles h2 {
    margin-bottom: 10px;
}

span.dates {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
}

.news-description {
    margin-top: 20px;
}

.news-description p {
    line-height: 25px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}

.dottedline {
    border-top: 1px dotted #f5f5f5;
    margin: 0 0 30px;
}

.dashedline {
    border-top: 1px dashed #f5f5f5;
    margin: 0 0 30px;
}

.blankline {
    height: 1px;
    margin: 0 0 30px;
}


/* scroll to top */

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

.scrollup:hover {
    background: #b91f59;
    color: #fff;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}


/* =============================
18. Position & alignment
============================= */

.lat-img img {
    margin: 0px auto;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}


/* --- Image allignment style --- */

img.pull-left,
.align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right,
.align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left,
article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right,
article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}


/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.mobile-menu {
    display: none;
}


/* Table Style */

.about-section-contents table,
.about-section-contents table td {
    border: 0;
}

.about-section-contents table {
    background: #f2f2f2;
    width: 100% !important;
}

.about-section-contents table td {
    padding: 7px;
}

.about-section-contents table tr:nth-child(2n) {
    background: #fbfbfb;
}

.about-section-contents table td {
    border: 2px solid #fff;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.about-section-contents table tbody tr:first-child {
    background: #ddd;
    text-align: center;
    font-weight: bold;
}

#featured-videos {
    background: #000;
}

#featured-videos.card {
    border-radius: 0;
}

.lat-img {
    width: 580px;
    height: 350px;
    display: block;
}


/*------------------------------------------------*/


/*--------------[Team]-----------*/


/*------------------------------------------------*/

section.key-person-area-section {
    padding: 70px 0px;
}

.persons-images {
    padding: 15px 0px;
}

.bg-grey {
    background: #f7f7f7 none repeat scroll 0 0;
}

.our-team .img-responsive {
    padding: 2px;
    background: #fff;
    margin: 0px auto;
}

.our-team {
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding: 0px 10px;
}

.team-prof {
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); */
    background: #fff;
    padding: 5px 0px;
}

.team-prof p {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.post-title {
    color: inherit;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.post {
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    display: block;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}

.team_social {
    list-style: none;
    padding: 0 0 10px 0;
}

.team_social>li {
    display: inline-block;
    margin: 0 4px;
}

.team_social>li>a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    color: inherit;
    font-size: 16px;
    line-height: 2.250em;
    border: 1px solid #fff;
}

.team_social>li>a:hover {
    background: #fff;
    border: 1px solid #a0ce4e;
}

.btn-mores {
    background: #607D8B;
    color: #fff;
}

.view-mores {
    padding-bottom: 15px;
}

.btn-mores:hover {
    background: #4BB84A;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.content-area-boxes {
    background: #fff;
    overflow: hidden;
    /* padding: 20px 25px;*/
    margin-bottom: 10px;
}

.tottho {
    padding: 37px;
}

.about-content-section,
.special2 {
    padding: 37px;
    background: #43cea2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #43cea2, #185a9d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #43cea2, #185a9d);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.news-boxes-contents,
.course-materils-list {
    padding: 30px 0px;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.course-listing-area-sections {
    margin-bottom: 30px;
    margin-top: 20px;
    background: #fff;
}

.course-materils-list .panel-thumbnail {
    max-height: 268px;
    overflow: hidden;
    min-height: 230px;
}

.panel-thumbnail img {
    width: 100%;
    min-height: 230px;
}

.course-materils-list p.lead {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

.video-boxes-area {
    margin-bottom: 30px;
}

.about-content-full p {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}

.video-content-boxes {
    padding: 20px 0px;
    overflow: hidden;
}

.video img {
    width: 100%;
}

.videos-boxes {
    position: relative;
}

.video {
    position: relative;
}

.play-overlay {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 30%;
    text-align: center;
}

.video-content {
    margin-top: 15px;
}

.videos-boxes .video-title {
    font-size: 20px;
    color: #092d3e;
}

.news-events-boxes {
    margin-bottom: 30px;
}

.pages-content {
    background: #fff;
    padding: 50px;
    margin: 50px 0px;
    border: 1px solid #ececec;
}

.pages-section p {
    line-height: 30px;
    color: #585858;
}

.pages-section ul li {
    line-height: 30px;
}

.col-person-image img {
    max-width: 200px;
    margin: 0px auto;
    display: block;
}

.col-persons-content {
    text-align: center;
    margin-bottom: 40px;
}

.col-persons-content h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

.col-persons-content h3 {
    margin-top: 5px;
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 8px;
}

.col-persons-content p {
    font-size: 16px;
}

.col-persons-content p a {
    color: #FF9800;
}

.header-title {
    border-bottom: 1px solid #e8e8e8;
}

.downloads-boxes {
    margin-top: 20px;
    margin-bottom: 50px;
}

.video-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-images {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.post-images img {
    margin: 0px auto;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.content-area-sections .col-md-7 {
    padding-left: 0px;
}

.content-area-sections .col-md-5 {
    padding-right: 0px;
}

.content-area-sections .section-title h2.s2 {
    margin-top: 0px;
    font-size: 20px;
}

.notice-section ul.procument-notices {
    padding: 10px 0px;
}

.procurement-notice-boxes .see-alls {
    padding-right: 20px;
}

.s-e-date {
    display: block;
    margin-bottom: 10px;
}

.s-e-date i {
    display: inline-block;
    color: #545454;
}

.s-e-date span {
    display: inline-block;
    font-size: 12px;
}

ul.procument-notices li {
    line-height: 30px;
}

.content-area-boxes h3 {
    font-size: 20px;
}

.important-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.important-links ul li {
    display: block;
}

.important-links {
    padding: 0px;
}

.important-links ul li {
    line-height: 40px;
}


/* for extra seba style */

.our-service-link ul li:hover {
    background: transparent;
    /* border: 1px solid #3FC4A1; */
    /* font-size: 25px; */
    box-shadow: 1px 1px 1px 1px #fff;
    /* border-top:1px solid #fff; */
    /* border-bottom:1px solid #fff; */
}

.important-links ul li a {
    color: #eaeaea;
    font-size: 16px;
}

.important-links ul li i {
    font-size: 18px;
    color: #F44336;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    width: 60%;
    float: right;
    margin-top: 3px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    height: 27px;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input i {
    font-size: 20px;
}


/*.search-bar {
    display: inline-block;
}*/

.right-navbar-section {
    text-align: right;
    overflow: hidden;
}

.language-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.language-area ul li {
    display: inline-block;
}

.language-area ul li a {
    font-size: 16px;
}

.language-area ul li:nth-child(1) {
    /*border-right: 1px solid #ddd;*/
    /*padding: 0px 8px;*/
    /*margin-right: 5px;*/
}

.language-area {
    margin-top: 10px;
    width: 38%;
    float: left;
    text-align: right;
}

.gallery-image-boxes {
    margin-top: 30px;
}

.gallery-image-boxes .videos-boxes {
    box-shadow: 0px 1px 6px #ddd;
    margin-bottom: 20px;
}

.gallery-image-boxes .video-content .video-title {
    font-size: 16px;
}

.gallery-image-boxes .video-content {
    padding: 10px;
    margin-top: 0px;
}

#boxer-overlay {
    z-index: 9999;
}

#boxer {
    z-index: 99999;
}

.page-main-content-boxes {
    margin-top: 30px;
}

.page-main-content-boxes .news-content-box {
    height: 225px;
}

.map-area {
    position: relative;
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #26c12c;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
}

.contact-section {
    position: relative;
    padding: 30px 20px;
    background: #ffffff;
}

.contact-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contact-section .map-area {
    position: relative;
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #26c12c;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
}

.contact-section .contact-info {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-section .contact-info h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-section .contact-info .text {
    position: relative;
    font-size: 15px;
    font-family: 'Kalpurush', sans-serif;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.contact-section .contact-info li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.8em;
    color: #7f7f7f;
}

.contact-section .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 500;
    color: #292929;
}

.contact-section .contact-info a {
    color: #10bcf4;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.contact-section .contact-info a:hover {
    color: #26c12c;
}

.contact-section .contact-form {
    position: relative;
}

.contact-section .contact-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 16px;
}

.contact-section .contact-form .form-group .form-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-section .contact-form input[type="text"],
.contact-section .contact-form input[type="password"],
.contact-section .contact-form input[type="email"],
.contact-section .contact-form input[type="tel"],
.contact-section .contact-form input[type="number"],
.contact-section .contact-form input[type="file"],
.contact-section .contact-form input[type="url"],
.contact-section .contact-form select,
.contact-section .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 15px;
    color: #202020;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.contact-section .contact-form input[type="text"]:focus,
.contact-section .contact-form input[type="password"]:focus,
.contact-section .contact-form input[type="email"]:focus,
.contact-section .contact-form input[type="tel"]:focus,
.contact-section .contact-form input[type="number"]:focus,
.contact-section .contact-form input[type="file"]:focus,
.contact-section .contact-form input[type="url"]:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus {
    border-color: #292929;
}

.contact-section .contact-form input.error,
.contact-section .contact-form textarea.error {
    border-color: #ff0000 !important;
    background: rgba(252, 90, 27, 0.05);
}

.contact-section .contact-form label.error {
    display: none !important;
}

.contact-section .contact-form textarea {
    height: 272px;
    resize: none;
    margin-bottom: 20px;
}

.contact-section .contact-form button {
    background: #26c12c;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #11c3f0;
    color: #ffffff;
    line-height: 24px;
    padding: 8px 22px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
}

.contact-section .contact-form button:before {
    background: #292929;
}


/*==========Event calender========*/

.event-cal-box {
    padding: 10px 10px 10px 20px;
}

.left-contents {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.right-contents {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.date-boxes {
    text-align: center;
    padding: 0px 0px 5px;
    color: #fff;
    border: 3px solid #c71c0b;
    background: #e74c3c;
}

.date-boxes h4 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0px;
    text-shadow: 1px 1px 1px #464646;
    border-bottom: 2px solid #c71c0b;
    padding-bottom: 5px;
}

.date-boxes span {
    font-size: 20px;
}

.event-contents h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #717171;
}

.event-contents span {
    display: block;
}

.event-contents span i {
    color: #212121;
}


/* =============================
21. Media queries
============================= */

@media (min-width: 992px) and (max-width: 1317px) {
    .biography-area {
        padding-bottom: 10px;
    }
    .biography-img {
        margin-right: 10px
    }
    .biography-img img {
        width: 100px;
        height: 100px;
    }
    .key-specials-persons {
        padding: 15px 5px;
    }
    .biography-content h4 {
        line-height: 25px;
        font-size: 16px;
        margin-top: 0px;
    }
    .biography-content p {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .main-menu-area .container {
        width: 100%;
    }
    .elg-menu ul li a {
        font-size: 14px;
    }
    a.detail {
        background: none;
        width: 100%;
    }
    .biography-content h4 {
        display: block
    }
    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        border-radius: 4px 4px 4px 4px;
    }
    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
        margin-top: 10px;
    }
    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
    .sensitive-image {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .top-social-bar {
        margin-top: -32px;
        text-align: right;
        position: absolute;
        width: 100%;
        top: 0px;
    }
    .anews-section-area {
        padding: 20px;
    }
    .sensitive-image img {
        height: auto;
    }
    .desktop-menu {
        display: none
    }
    .mobile-menu {
        display: block;
    }
    .main-menu-area {
        height: 92px;
        border-top: 0px solid transparent;
    }
    body {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-brand {
        margin-top: 0px;
        border-bottom: none;
    }
    /*for show bottom topvar*/
    .panel-heading {
        position: relative;
        top: 56px;
        margin-bottom: 47px;
    }
    .navbar-header {
        margin-top: 0px;
        border-bottom: none;
        display: inline-block;
    }
    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
    }
    header .navbar-nav>li {
        padding-bottom: 0;
        padding-top: 0;
    }
    header .nav li .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .navbar-collapse.collapse {
        border: none;
        overflow: hidden;
    }
    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }
    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }
    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }
    .breadcrumb>li {
        font-size: 13px;
    }
    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }
    footer .col-lg-1,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-lg-5,
    footer .col-lg-6,
    footer .col-lg-7,
    footer .col-lg-8,
    footer .col-lg-9,
    footer .col-lg-10,
    footer .col-lg-11,
    footer .col-lg-12 {
        margin-bottom: 20px;
    }
    #sub-footer ul.social-network {
        float: left;
    }
    [class*="span"] {
        margin-bottom: 20px;
    }
    .history-area,
    .about-section-area {
        margin: 30px 0px;
        padding: 10px;
    }
    footer .widget {
        padding-left: 30px;
    }
    .sensitive-info {
        padding: 0px 20px 13px
    }
    .box-ones {
        height: auto
    }
    .sensitive-info h3 {
        margin-top: 0px;
    }
    .sensitive-image {
        margin-right: 20px;
    }
    .footer-logos a img {
        width: 80px
    }
    .important-links {
        padding-left: 30px
    }
}

@media (max-width: 480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }
    .top-right-section {
        width: 20%;
        margin-top: 0px;
    }
    .navbar-brand img {
        /*margin-right:25px;*/
    }
    .ict-app-store {
        padding: 20px 10px;
    }
    .navbar-brand {
        padding: 2px 5px;
        height: 60px;
    }
    .navbar-brand span {
        font-size: 15px;
    }
    /*for show bottom topvar*/
    .panel-heading {
        position: relative;
        top: 26px;
        margin-bottom: 17px;
    }
    .search {
        float: left;
    }
    .flexslider .flex-caption {
        display: none;
    }
    .all-notice-area {
        padding: 0px 30px;
    }
    .cta-text {
        margin: 0 auto;
        text-align: center;
    }
    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    .top-social-bar ul.social-icon {
        display: none;
    }
    .top-social-bar {
        position: absolute;
        top: 0px;
        width: 100%;
        margin-top: -35px;
    }
    .langs {
        display: inline-block;
        margin-top: 27px;
        margin-right: 10px;
    }
    .digitalbd {
        float: right;
        margin-right: 34px;
    }
    .navbar-header {
        margin-bottom: inherit;
        margin-top: 0px;
        display: inline-block;
    }
    .submit-ideas {
        display: none;
    }
    .key-specials-persons {
        padding: 15px 5px;
    }
    .biography-area {
        text-align: center
    }
    .biography-content {
        width: 100%
    }
    .notice-board-area {
        padding: 0px;
    }
    .all-videos {
        margin-top: -18px;
    }
    .see-alls {
        margin-top: 21px;
    }
    .event-content {
        width: 100%;
        padding: 5px;
        margin-left: 15px;
    }
    .event-image {
        margin-left: 40px;
        display: block
    }
    .section-title h2 {
        font-size: 30px
    }
    .section-title.text-left.pro-high {
        margin-left: 0px
    }
    .elg-projects {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 10px;
        padding-top: 20px;
        float: inherit;
    }
    .p-tops {
        text-align: center;
    }
    .box-ones {
        width: auto;
        float: inherit;
        height: auto;
    }
    .sensitive-info {
        text-align: center;
    }
    .sensitive-image img {
        margin: 0px auto;
    }
    .elg-projects ul li a {
        padding: 10px 16px
    }
    .projects-box {
        padding-bottom: 50px
    }
    .elg-projects-area {
        padding-bottom: 0px
    }
    .news-content-box {
        height: inherit;
        padding: 10px;
        margin-bottom: 0px
    }
    .news-img {
        float: inherit;
    }
    .news-img img {
        width: inherit
    }
    .news-content {
        margin-left: inherit
    }
    .app-box {
        margin-bottom: 10px;
    }
    .app-box img {
        display: block;
        height: inherit
    }
    .apps-all {
        margin-top: inherit;
        text-align: center
    }
    .stars-container {
        width: 85px;
    }
    .pricing-container a {
        font-size: 12px;
    }
    /*==========Key Person details=========*/
    .biography-details-area {
        margin: 40px 10px;
    }
    .key-persons-biographys {
        padding: 30px 10px 30px 10px;
    }
    .bio-img img {
        max-width: 100%;
    }
    .history-area,
    .about-section-area {
        margin: 30px 10px;
        padding: 10px;
    }
    .key-persons-section-area {
        padding: 20px 10px;
    }
    .sensitive-box {
        max-height: inherit;
    }
    .sensitive-image {
        float: none;
        width: 60%;
        margin: 10px auto;
    }
    .sensitive-info {
        float: none;
        padding: inherit;
        width: 100%;
        padding-bottom: 12px;
    }
    .all_videos_area {
        padding: 0px 10px
    }
    .contact-section-area {
        padding: 10px;
    }
    .social-media {
        margin-bottom: 20px;
    }
    .copyright {
        text-align: center;
    }
    #sub-footer .col-lg-6 {
        text-align: center!important
    }
    .see-all a {
        float: inherit;
    }
    .pages-content {
        padding: 20px
    }
    .navbar-brand img {
        width: 60px;
        margin-left: 20px;
    }
    .notics-cts .section-title h2.s2 {
        text-align: left;
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .navbar-brand {
        margin-right: 0px;
    }
    .section-title h2.s2 {
        font-size: 20px;
    }
    .navbar-brand img {
        width: 45px;
        margin-right: 0px;
        margin-left: 20px;
        padding-top: 5px;
    }
    .navbar-brand span {
        font-size: 12px;
        font-weight: bold;
    }
    /*for show bottom topvar*/
    .panel-heading {
        position: relative;
        top: 26px;
        margin-bottom: 17px;
    }
    .digitalbd {
        display: inline-block;
    }
    .digitalbd img {
        width: 110px;
    }
    .btn-event {
        float: inherit;
        display: block;
    }
    .navbar-header {
        margin-bottom: inherit;
        margin-top: 0px;
    }
    .submit-ideas {
        display: none;
    }
    .key-specials-persons {
        padding: 15px 5px;
    }
    .biography-area {
        text-align: center
    }
    .biography-content {
        width: 100%
    }
    .notice-board-area {
        padding: 0px;
    }
    .all-videos {
        margin-top: -18px;
    }
    .see-alls {
        margin-top: 21px;
    }
    .event-content {
        width: 100%;
        padding-right: 30px;
    }
    .event-image {
        margin-left: 22px;
        display: block
    }
    .section-title h2 {
        font-size: 30px;
        text-align: center;
    }
    .section-title.text-left.pro-high {
        margin-left: 0px
    }
    .elg-projects {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 10px;
        padding-top: 20px;
    }
    .head-title-bar-two p {
        font-size: 12px;
    }
    .about-section a img {
        margin: 15px auto 0px;
    }
    .ict-organization ul li a img {
        margin: 0px auto;
    }
    .elg-projects ul li a {
        padding: 10px 16px
    }
    .projects-box {
        padding-bottom: 50px
    }
    .elg-projects-area {
        padding-bottom: 0px
    }
    .news-content-box {
        height: inherit;
        padding: 10px;
        margin-bottom: 0px
    }
    .news-img {
        float: inherit;
    }
    .news-img img {
        width: inherit
    }
    .news-content {
        margin-left: inherit
    }
    .app-box {
        margin-bottom: 10px;
    }
    .app-box img {
        display: block;
        height: inherit
    }
    .apps-all {
        margin-top: inherit;
        text-align: center
    }
    .gallery-section-area {
        margin: 0px;
    }
    .important-links {
        padding-left: 30px
    }
    .notics-cts .section-title h2.s2 {
        text-align: left;
        font-size: 18px;
    }
}

.upimage {
    padding-left: 55px;
}

div.clearfix {
    height: 20px;
    display: block;
    float: left;
}


/* for application tab  system*/

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


/*#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}*/


/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
    border-radius: 0;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.margin-top-5 {
    margin-top: 50px;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}

.search-query:focus+button {
    z-index: 3;
}

#overlay {
    display: none;
    font-family: 'Kalpurush', sans-serif;
    background: #ebebebd8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.preload-zone {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadtext {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeinout 1.5s ease-in-out infinite;
    font-size: 17px;
}

.spinner {
    border: solid 25px #fff;
    border-top: solid 25px #0088ff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s linear infinite;
}

@keyframes fadeinout {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.jssorb01 {
    position: absolute;
}

.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}

.jssorb01 div {
    background-color: gray;
}

.jssorb01 div:hover,
.jssorb01 .av:hover {
    background-color: #d3d3d3;
}

.jssorb01 .av {
    background-color: #fff;
}

.jssorb01 .dn,
.jssorb01 .dn:hover {
    background-color: #555555;
}

.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/a17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}

.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}

.Abedon {
    border-right: 2px solid #E3DCFF;
    height: 114px;
    margin-right: -14px;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}