/*
Theme Name: SM Theme
Theme URI: http://shamweb.net
Author: Netsoftbd
Author URI: http://netsoftbd.com
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
License URI: http://www.fb.com/shamolsudakar
Text Domain: Default English(USA)
=====================================
font-family: "Siyam Rupali";
font-family: "Kalpurush";
=====================================
*/

@font-face {
	font-family: "SolaimanLipi";
	src: url(fonts/SolaimanLipi.ttf);
}

:root{
    --bodyBgColor: #F0F1F4;
    --baseBgColor: #2C9FCA;
    --baseBgHoverColor: #2692b9;
    --baseBgDeepColor: #2598C4;
    --baseBgHoverLightColor: #32adda;
    --baseBgTextColor: white;
    --textBd: "Siyam Rupali";
    --headerBgColor: #2C9FCA;
    --headerTopbarBgColor: #32B0DF;
    --headerTextColor: #FFF;
    --navBgColor: #FFF;
    --white: #FFF;
    --black: #000;
    --textColor: #656e84;
    --textContentColor: #1B314D;
    --textDarkColor: #3A4A7B;
    --footerTextColor: #C5CFEA;
    --menu-base-bg: #31B5C4;
    --menu-base-color: #FFF;
    --menu-sarface: #FFF;
    --menu-text-color: #212529;
    --menu-item-min-height: 30px;
    --menu-item-min-expand-height: 50px;
    --shadow: 0 2px 3px -2px rgba(0,0,0,0.2);
}

body{
    background-color: var(--bodyBgColor);
    color: var(--textColor);
    overflow-x: hidden;
}
body[lang="bn"]{
	font-family: "SolaimanLipi";
}
body[lang="bn"] .navigation > ul > li > a{
    font-weight: normal;
    font-size: 16px;
}
body[lang="bn"] p,
body[lang="bn"] .bn-news ul li a,
body[lang="bn"] .noticeboard-list .nav-tabs .nav-link,
body[lang="bn"] footer, footer p, body[lang="bn"] footer a,
body[lang="bn"] .navigation > ul li > ul > li > a{
    font-weight: normal;
}

body[lang="bn"] .calendar-header .clock,
body[lang="bn"] .logo-title h1.title-en,
body[lang="bn"] .nav-top > li,
body[lang="bn"] .nav-top > li a{
    font-family: initial !important;
}

img{
    max-width: 100%;
}
.uc{
    text-transform: uppercase;
}
a{
    text-decoration: none;
}
.lnk{
    text-decoration: none !important;
}
.lnk:hover{
    text-decoration: underline !important;
    color: var(--baseBgColor);
}
.text-bold{
    font-weight: bold;
}
.text-gray{
    color: var(--textColor) !important;
}
.list-view{
    margin: 0;
    padding: 0;
    list-style: none;
}
.hilight{
    color: var(--baseBgColor);
}

p {
	line-height: 1.8rem;
    font-size: 14px;
    font-weight: 600;
}
a:hover{
    color: var(--baseBgColor);
}
.text-justify{
    text-align: justify;
}
.bd{
    font-family: "SolaimanLipi";
}
.text-line-height {
	line-height: 1.8rem;
}
.preloader,.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
}
.preloader.transparent,
.loader.transparent
{
    background-color: transparent;
}
.preloader.inside,
.loader.inside
{
    position: absolute;
}
.preloader.fix{
    position: fixed;
    height: 100vh;
}
.preloader::before,
.loader::before
 {
    position: absolute;
    content: "";
    top: 35%;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    border-top: 1px solid var(--baseBgColor);
    width: 40px;
    height: 40px;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
}
.preloader.small::before,
.loader.small::before
{
    width: 25px;
    height: 25px;
}
.preloader::after,
.loader::after
 {
    content: "Please wait. Website is loading ...";
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    margin: 60px auto 0;
    text-align: center;
    color: #868686;
    font-size: 14px;
}
.preloader.inside::after,
.loader.inside::after
{
    content: "";
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.relative{
    position: relative;
}
.area-header-top{
    background-color: var(--headerBgColor);
    color: var(--headerTextColor);
    position: relative;
    z-index: 1;
}
.area-header-top::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: url(images/clips/header.png) center center;
    opacity: 0.5;
}
.header-top-bar{
    background-color: var(--headerTopbarBgColor);    
}
.bar-sec-left {
    width: 100%;
	flex: 1;
    padding-right: 20px;
}
.bar-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-top{
    display: flex;
    align-items: center;
}
.nav-top > li{
    padding: 3px 6px;
}
.nav-top > li,
.nav-top > li a{
    font-size: 11px;
    color: var(--headerTextColor);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-top > li.nav-block{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    background-color: var(--headerBgColor);
}
.header-top-bar,
.nav-top > li.nav-block{
    height: 30px;
}

.nav-top > li.nav-block .dropdown-menu a{
    color: var(--textColor);
    text-transform: initial;
}
.nav-top > li.nav-block .dropdown-menu::after{
    display: none;
}
.navigation > ul li > ul > li:first-child > a {
    margin-top: 8px;
}
.navigation > ul > li > ul ul {
    border-top: 3px solid var(--baseBgColor);
    margin-top: -10px;
}
.nav-menu-small > li > a {
    text-transform: uppercase;
}

.home-icon, .nav-icon {
	font-size: 21px;
}
.header-sec{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;    
}
.logo{
    display: flex; 
    align-items: center;   
}
.logo .logo-thumb{
    height: 115px;
}
.logo .logo-thumb img{
    max-height: 100%;
}
.logo-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo-title h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 30px;
	position: relative;
	text-shadow: 2px 1px 3px rgba(0,0,0,0.1);
}
.logo-title h1.title-en{
    margin-bottom: 8px;
}
.logo-title p{
    margin-bottom: 0;
    font-weight: initial;
    font-size: 16px;
    line-height: 20px;
}
.header-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.logo-title .title-bd {
	font-family: "SolaimanLipi";
	font-size: 48px;
	line-height: 48px;
}

.college-code{
    margin-top: 7px;
}
.college-code span{
    padding: 0 20px;
}


.nav-lang ul img {
	height: 13px;
    margin-right: 5px;
}
.nav-lang .dropdown-menu > li a{
    display: flex;
    align-items: center;
}
.nav-lang .dropdown-menu > li a .lang-sign{
    margin-left: 10px;
    color: #23dd23;
}
.ico-link{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.ico-link > li .ico-box{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--headerTextColor);
    text-transform: uppercase;
}
.ico-link > li:not(:first-child){
    margin-left: 15px;
}
.ico-link > li .ico-box .ico{
    width: 30px;
    height: 30px;
    background-color: var(--headerTextColor);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--textDarkColor);
    margin-right: 6px; 
    border-radius: 3px;
    box-shadow: var(--shadow);
}
.ico-link > li,
.ico-link > li a{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.ico-link > li a small{
    font-size: 11px;
    text-transform: capitalize;
    opacity: 0.8;
}
.area-header-nav-top{
    background-color: var(--headerTopbarBgColor);
}
.navlist{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navlist > li, .navlist > li a {
	color: var(--baseBgTextColor);
	font-size: 13px;
	font-weight: 600;
    text-transform: uppercase;
}
.navlist > li:not(:first-child){
    margin-left: 20px;
}
.inputgroup {
	padding: 6px 0;
	position: relative;
	z-index: 1;
}
.inputgroup input {
	border: none;
	/* border-radius: 4px; */
	background-color: rgba(253, 253, 253, 0.6);
	outline: none !important;
	box-shadow: none;
	font-size: 12px;
	color: var(--textColor);
	padding: 3px 30px 3px 10px;
	height: 26px;
	width: 285px;
}
.inputgroup .ico {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 1;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	font-size: 13px;
	color: #000;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
}

.area-header-nav{
    background-color: var(--navBgColor);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 10;
}

.area-banner{
    position: relative;
    z-index: 1;
}
.schedule-calendar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.calendar-view{
    display: flex;
    justify-content: flex-end;    
}
.calendar-card{
    min-width: 260px;
    position: relative;
    z-index: 1;
    padding: 10px 0 20px;
    margin-top: 30px;
    border-top: 10px solid var(--baseBgColor);
}
.calendar-card::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.4);
	z-index: -1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.calendar-close {
	position: absolute;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 28px;
	background-color: #fff;
	font-size: 11px;
	border-radius: 0 6px 6px 0;
	display: none;
	justify-content: center;
	align-items: center;
	box-shadow: 4px 2px 12px rgba(0,0,0,0.5);
	cursor: pointer;
}
.calendar-close:hover{
    color: red;
}
.calendar-card:hover .calendar-close{
    display: flex;
}
.calendar-list{
    width: 100%;
}
.calendar-header{
    text-align: center;
    padding: 5px 20px 15px;
}
.calendar-header h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 5px;
	color: #FFF;
}
.calendar-header .clock{
    font-weight: 600;
    color: #FFF;
}
/* .calendar-list > tbody > tr > th:first-child{
    width: 100px;
} */
.calendar-list > tbody > tr > th:nth-child(2){
    width: 5px;
    text-align: center;
}
.calendar-list > tbody > tr:first-child{
    position: relative;
    z-index: 1;    
}
.calendar-list > tbody > tr:first-child::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #FFF;
    opacity: 0.2;
}
.calendar-list > tbody > tr:first-child > th,
.calendar-list > tbody > tr:first-child > td{
    padding-bottom: 3px;
}
.calendar-list > tbody > tr > th,
.calendar-list > tbody > tr > td{
    font-size: 13px;
    padding: 2px 20px;
    color: #FFF;
}
.calendar-list > tbody > tr > th:nth-child(2){
    padding-left: 0;
    padding-right: 0;
}
.calendar-list > tbody > tr > td{
    font-weight: 600;
}
.calendar-list > tbody > tr > th:last-child,
.calendar-list > tbody > tr > td:last-child{
    text-align: center;
}
.calendar-list .close{    
    color: var(--baseBgTextColor);
    position: relative;
    z-index: 1;
}
.calendar-list .close::after{
    position: absolute;
    content: "";
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: red;
    opacity: 0.4;
}
.calendar-list > tbody > tr.close > td{
    font-weight: bold;
}
.schedule-calendar.minimize .calendar-card {
	width: 0px;
	min-width: 0;
}
.schedule-calendar.minimize .calendar-card .calendar-header,
.schedule-calendar.minimize .calendar-card .calendar-list
{
    display: none;
}
.schedule-calendar.minimize .calendar-close{
    display: flex;
    border-radius: 6px;
    width: 45px;
    top: -45px;
    right: 0px;
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor) !important;
    border-bottom: 1px solid var(--baseBgTextColor);
}
.schedule-calendar.minimize .calendar-close i{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.schedule-calendar.minimize .calendar-close:active{
    margin-top: 2px;
}
.schedule-calendar.minimize {
	display: flex;
	align-items: flex-end;
}
.view-notice{
    position: absolute;
    color: #FFF !important;
    margin-left: 3px;
    margin-top: -2px;
}
.area-about .calendar-card{
    margin-bottom: 40px;
    display: none;
    box-shadow: 0px 9px 20.8px 1.2px rgba(16, 37, 65, 0.16);
}
.area-about .calendar-list > tbody > tr > th, .area-about .calendar-list > tbody > tr > td,
.area-about .calendar-header .clock,
.area-about .calendar-header h3 
{
	color: var(--textDarkColor);
}
.area-about .calendar-list > tbody > tr.close > th, .area-about .calendar-list > tbody > tr.close > td{
    color: #FFF;
}
.area-about .calendar-card::after {
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.area-about .calendar-list > tbody > tr:first-child::after {
	background-color: #6765aa;
}

.carousel-indicators{
    margin-bottom: 3rem;
}
.area-stratistic{
    position: relative;
    z-index: 1; 
    margin-bottom: 30px;  
}
.stratistic-box{
    position: relative;
    top: -30px;
    margin-bottom: 30px;
}
.stratistic{
    display: flex;
    justify-content: space-between;
    border-top: 10px solid var(--baseBgColor);
}
.stratistic li{
    flex: 1;
    height: 150px;
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0px 9px 20.8px 1.2px rgba(16, 37, 65, 0.16);
}
.stratistic li .ico-thumb {
	font-size: 40px;
	color: var(--baseBgColor);
	line-height: 40px;
	margin-bottom: 10px;
}
.stratistic li span{
    text-transform: uppercase;
    font-size: 14px;
    color: var(--textColor);
}
.stratistic li span.large {
	font-size: 26px;	
	line-height: 30px;
    margin-bottom: 5px;
    color: var(--textDarkColor);
}
.stratistic li span:not(.large){
    opacity: 0.7;
}

.area-about{
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}
.area-about::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background: url(images/others/building.png) no-repeat top right;
    background-size: auto 110%;    
}


.image-corner {
	position: relative;
	z-index: 1;
}
.image-corner::before, .image-corner::after {
	position: absolute;
	content: "";
	top: -25px;
	left: -25px;
	width: 100px;
	height: 100px;
	z-index: 2;
	background: url(images/clips/corner.png) no-repeat;
}
.image-corner::after {
	top: auto;
	left: auto;
	right: -25px;
	bottom: -25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.about-info{
    display: flex;
    align-items: center;
}
.about-info > div{
    flex: 1;
}
.about-message{
    background-color: var(--white);
    box-shadow: var(--shadow);
    /* border-left: 10px solid var(--baseBgColor); */
}
.about-thumb {
	position: relative;
	background-color: #f3f6ff;
	min-height: 100px;
}
.about-thumb .about-profile {
	position: absolute;
	left: 30px;
	bottom: -80px;
	width: 120px;
	border: 10px solid #FFF;
	box-shadow: 0 10px 40px -13px rgba(0,0,0,0.3);
	height: 145px;
	overflow: hidden;
}

.about-profile-des h3 {
	font-size: 16px;
	font-weight: 600;
    margin: 0;
}
.about-profile-des p {
	font-size: 14px;	
    text-transform: uppercase;
}
.about-profile-des p strong{
    font-weight: 600;
}
.about-profile-des{
    position: absolute;
    left: 150px;
    bottom: 0;
}
.about-profile-des {
	position: absolute;
	left: 150px;
	top: 100%;
	padding: 20px 0 0 20px;
}
.about-message .messages{
    padding: 95px 30px 30px;
}
.about-message .messages .lnk {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.about-gallery{
    padding-right: 30px;
}
.about-des{    
    color: var(--black);
}

.about-des .article-title{
    color: var(--textDarkColor);
    font-size: 28px;
}

.button{
    border: none;
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor) !important;
    text-decoration: none !important;
    padding: 12px 20px;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    z-index: 1;
    margin: 0 10px 10px 0;
    box-shadow: var(--shadow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body[lang="bn"] .button{
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
}
.button::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--black);
    z-index: -1;
    width: 0;
    margin: 0 auto;
}
.button:hover::after{
    width: 100%;
}
.button-link {
	text-decoration: none;
	color: var(--textDarkColor) !important;
	font-weight: bold;
	font-size: 14px;
}
.button-x {
	height: 28px;
	margin-bottom: 0;
	padding: 0 15px;    
}
.button:last-child{
    margin-right: 0;
}

.area-news-event {
	padding: 60px 0 100px;
    position: relative;
    z-index: 1;
    background: url(images/others/notice-bg.jpg) no-repeat center center;
    background-color: 100%;
}
.area-news-event::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -2;
	background-color: var(--bodyBgColor);
	opacity: 0.88;
}
.area-news-event::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	background: linear-gradient(to right, var(--baseBgColor), transparent);
	opacity: 0.3;
}

.noticeboard{
    display: flex;
    justify-content: space-between;
}
.noticeboard > div{
    flex: 1;
}
.noticeboard .news-sec{
    padding-right: 15px;
}
.noticeboard .event-sec{
    padding-left: 15px;
}
.noticeboard .event-sec{
    position: relative;
    z-index: 1;
}
.noticeboard .event-sec::after{
    position: absolute;
    content: "";
    top: 122px;
    right: 0;
    bottom: 0;
    left: 15px;
    background-color: var(--white);
    z-index: -1;
    box-shadow: var(--shadow);
}
.notice-action {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
    margin-bottom: 20px;
}
.action-button .button-link{
    position: relative;
    top: 3px;
}
.sec-title{
    display: flex;
    flex-direction: column;
}
.sec-title.center{
    align-items: center;
    text-align: center;
}
.sec-title span{
    width: 68px;
    height: 9px;
    margin-top: 16px;
    background: url(images/clips/title-icon.png);
}
.sec-title h3 {
	text-transform: uppercase;
	font-size: 31px;
	line-height: 40px;
	color: var(--textDarkColor);
	font-weight: 600;
}
.sec-title p {
	opacity: 0.8;
	margin: 0;
	line-height: 17px;
}
.sec-title{
    margin-bottom: 20px;
}
.notice-action > .sec-title{
    margin-bottom: 0;
}
.noticelist li{
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}
.noticelist li::after {
	position: absolute;
	content: "\f101";
	bottom: 2px;
	right: 5px;
	font-size: 15px;
	z-index: -1;
	font-family: "Fontawesome";
	color: var(--white);
}
/* .noticelist li::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	z-index: -2;
	width: 30px;
	height: 30px;
	background-color: var(--baseBgHoverColor);
	border-top-left-radius: 100%;
} */
.noticelist li::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	z-index: -2;
	background-color: var(--baseBgHoverColor);
	clip-path: circle(30px at 101% 92%);
	top: 0;
	left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* .noticelist li:hover::before{
    width: 100%;
	height: 100%;
    border-top-left-radius: 0;
} */
.noticelist li:hover::before {
    clip-path: circle(150% at 101% 92%);
}
.noticelist li a{
    text-decoration: none;    
}
.noticelist li:not(:last-child){
    margin-bottom: 10px;
}
.noticelist .notice-item{
    display: flex;
}
.notice-item .ico-thumb{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
    min-height: 93px;
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
}
.notice-item .ico-thumb .dayname {
	font-size: 40px;
	line-height: 45px;
}
.notice-item .notice-des{
    padding: 10px 15px 10px 20px;
    color: var(--textColor);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.noticelist li:hover .notice-des{
    color: var(--baseBgTextColor);
}
.noticeboard-list .nav-tabs .nav-link,
.noticeboard-list .nav-tabs{
    border: none;
    border-radius: 0;
}
.noticeboard-list .nav-tabs .nav-link{
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
}
.noticeboard-list .nav-tabs .nav-link:not(.active)::after {
	position: absolute;
	content: "";
	top: 0;
	right: 1px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: var(--baseBgColor);
	box-shadow: var(--shadow);
}
.noticeboard-list .nav-tabs .nav-link:not(.active){
    color: var(--baseBgTextColor);
}
.noticeboard-list .tab-content {
	padding: 0;
}
.noticeboard-tab{
    padding-top: 10px;
}

.noticeboard-list .noticelist > li{
    box-shadow: none;
    padding: 10px 15px;
    margin-bottom: 0;
}
.noticeboard-list .noticelist > li:not(:last-child){
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.noticeboard-list .notice-item .notice-des {
	padding: 0 0 0 20px;
}
.noticeboard-list .notice-item .ico-thumb .dayname {
	font-size: 23px;
    line-height: 26px;
}
.noticeboard-list .notice-item .ico-thumb .dates {
	font-size: 14px;
    opacity: 0.5;
}
.noticeboard-list .notice-item .notice-des p{
    margin: 0;
}
.noticeboard-list .notice-item .ico-thumb {
	flex: 0 0 80px;
    min-height: 69px;
	background-color: var(--white);
	color: var(--textDarkColor);
    box-shadow: 0 5px 9px -5px rgba(0,0,0,0.2);
    border: 1px solid var(--textColor);
}

.area-blog{
    padding: 50px 0 60px;
}
.blog{
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding: 15px;
    display: inline-block;
}
.blog .blog-inner{
    max-width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blog .blog-des{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px 20px 15px;
    background: linear-gradient(transparent, #000);
    color: var(--white);
}
.blog:hover .blog-des{
    bottom: 0;
}
.blog .blog-des h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.blog .blog-des p{
    margin: 0;
    line-height: 20px;
    color: #FFF;
    opacity: 0.6;
}
.blog-carousel .item{
    margin: 10px 5px;
}
.blog-carousel{
    position: relative;
    z-index: 1;
}
.slide-arrow {
	position: absolute;
	z-index: 2;
	top: 0;
	height: 40px;
	bottom: 0;
	margin: auto 0;
	border: none;
	width: 40px;
	background-color: var(--white);
	box-shadow: var(--shadow);
	font-size: 15px;
	border-radius: 7px;
}
.slide-arrow.prev-arrow{
    left: -50px;
}
.slide-arrow.next-arrow{
    right: -50px;
}
.slick-disabled{
    cursor: not-allowed !important;
}

footer {
	position: relative;
	z-index: 1;
	background-color: #1f2437;
	background-image: url(images/clips/footer-bg.png);
	background-position: center center;
	background-attachment: scroll;
    color: var(--footerTextColor);
}
footer,
footer p,
footer a{
    font-size: 14px;
    font-weight: 600;
    color: var(--footerTextColor);
}
footer a{
    text-decoration: none;
}
.widget-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
    color: var(--white);
    text-transform: uppercase;
}
.widget-title::before {
	position: absolute;
	content: '';
	bottom: -14px;
	left: 0;
	width: 18px;
	height: 2px;
	display: block;
    background-color: var(--baseBgColor);
}
.footer-top{
    padding: 30px 0;
}
.widget-list{
    display: flex;
    justify-content: space-between;
}
.widget-list > div{
    flex: 1;
}
.widget-list > div.companyinfo{
    flex: 0 0 380px;
    padding-right: 30px;
}

.links li{
    margin-bottom: 10px; 
    padding-left: 20px;
}
.links li a{    
    position: relative;
}
.links li a::after {
	position: absolute;
	content: "";
	top: 10px;
	left: -20px;
	width: 10px;
	border-top: 1px solid var(--footerTextColor);
	opacity: 0.3;
}
.links li a:hover{
    color: var(--baseBgColor);
}

.quick-contact{
    display: flex;
    justify-content: space-between;
}
.quick-contact > div{
    flex: 1;
    background-color: #1A1F31;
    padding: 20px 30px;
    display: flex; 
}
.quick-contact > div a,
.quick-contact > div{
    color: var(--baseBgTextColor);
}
.quick-contact > div.contact-middle{
    background-color: var(--baseBgColor);
}
.quick-contact .ico-thumb{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A2F40;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.08);
    font-size: 21px;
}
.quick-contact > div.contact-middle .ico-thumb{
    background-color: var(--baseBgHoverLightColor);
}
.quick-contact .contact-des{
    flex: 1;
    padding-left: 15px;
    padding-top: 4px;
    display: flex;
    flex-direction: column;
}
.quick-contact .contact-des .tagline{
    opacity: 0.6;
}
.copyright{
    padding: 30px 0;
    text-align: center;
}
.footer-nav-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}
.footer-nav-menu li > a{
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.footer-nav-menu li > a::after{
    position: absolute;
    content: "|";
    right: 0px;
    top: -1px;
    opacity: 0.3;
    color: var(--footerTextColor);
}
.footer-nav-menu li:last-child > a::after{
    display: none;
}
.social-media{
    display: flex;
    flex-wrap: wrap;
}
.social-media li{
    margin-right: 10px;
}
.social-media li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 30px;
    height: 30px;    
    color: var(--baseBgColor);
    box-shadow: var(--shadow);
    border: 1px solid var(--baseBgColor);
    border-radius: 50%;
}
.social-media.social-media li a{
    border-radius: 0;
}
.social-media li a:hover{
    color: var(--baseBgTextColor);
    background-color: var(--baseBgColor);
    border-radius: 0;
}


.quick-contact-list li {
	display: flex;
	margin-bottom: 15px;
}
.quick-contact-list .ico-thumb {
	background-color: #2E344A;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	flex: 0 0 30px;
	font-size: 14px;
}
.quick-contact-list .des {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: -2px;
}
.quick-contact-list .des p{
    line-height: 14px;
    margin: 0;
}
.quick-contact-list .des p:not(:last-child) {
	margin-bottom: 3px;
}
.quick-contact-list .des p.title {
	opacity: 0.6;
	font-weight: 700;
	font-size: 11px;
}
.footer-divider {
	border-top: 1px solid #000;
	border-bottom: 1px solid #3e3e3e;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.footer-quicklink {
	background-color: rgba(0,0,0,0.15);
}
.widget-quick-link{
    padding-left: 50px;
}
.googlemap {
	border: 1px solid #515151;
    padding: 5px;
}
.googlemap iframe{
    margin-bottom: -5px;
}

.quick-contacts{
    width: 100%;
    border-collapse: collapse;
}
.quick-contacts tr td:first-child{
    width: 170px;
}
.quick-contacts tr th:nth-child(2){
    width: 20px;
    text-align: center;
}
.quick-contacts tr td,
.quick-contacts tr th{
    vertical-align: text-top;
    padding: 3px 0;
}
.with-bg tr{
    position: relative;
    z-index: 1;
}
.with-bg tr::after {
	position: absolute;
	content: "";
	top: 2px;
	right: 0;
	bottom: 2px;
	left: 0;
	z-index: -1;
	background-color: black;
	opacity: 0.2;
}
.quick-contacts.with-bg tr td,
.quick-contacts.with-bg tr th{
    padding: 9px 15px;
}
.quick-contacts.with-bg tr td:nth-child(1){
    padding-right: 0;
}
.quick-contacts.with-bg tr th:nth-child(2){
    padding-left: 0;
    padding-right: 0;
}
.quick-contacts.with-bg tr td:nth-child(3){
    padding-left: 0;
    text-align: right;
}
.widget-visitor-counter{
    flex: 0 0 300px !important;
}
.backtotop {
	position: fixed;
	right: 30px;
	width: 40px;
	height: 40px;
	background-color: var(--baseBgColor);
	z-index: 100;
    top: -100px;
	color: var(--baseBgTextColor);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	box-shadow: 0 13px 38px -6px #000;
	border-radius: 4px;
	cursor: pointer;
    opacity: 0.7;
}
.backtotop.onShow{
    animation-name: backtotopAnimate;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes backtotopAnimate {
    0% {top: -100px;}
    50% {top: 100%; margin-top: -50px;}
    100% {top: 100%; margin-top: -80px;}
}
@-webkit-keyframes backtotopAnimate {
    0% {top: -100px;}
    50% {top: 100%; margin-top: -50px;}
    100% {top: 100%; margin-top: -80px;}
}

.backtotop:hover{
    opacity: 1;
}

.page{
    min-height: 200px;
}
.wrapper{
    padding: 20px 0;
}
.wrapper{
    display: flex;
    justify-content: space-between;
}
.wrapper .content{
    flex: 1;
    margin-bottom: 20px;
}
aside{
    flex: 0 0 270px;
    margin-left: 20px;    
}
aside.slideInLeft{
    margin-left: 0;
    margin-right: 20px;
}
.widget{
    margin-bottom: 20px;    
}
aside .widget{
    background-color: #FFF;
    box-shadow: var(--shadow);
}
.widget-header{
    background-color: var(--baseBgHoverLightColor);
    color: var(--baseBgTextColor);
    padding: 12px 20px;
    box-shadow: 0 2px 7px -3px var(--baseBgHoverLightColor);
}
.widget-header .title{
    font-size: 18px;
    margin: 0;
}
.widget-content{
    padding: 20px;
}
.profile-text{
    line-height: 1.2rem;
    font-size: 13px;
}
.profile-text strong {
	font-size: 11px;
	font-weight: 700;
	color: var(--textContentColor);
	text-transform: uppercase;
}
.profile-text strong{
    display: inline-block;
    margin-bottom: 5px;
}
.content a,
.widget:not(.companyinfo) a{
    color: var(--textColor);
}
.content a:hover,
.widget a:hover,
.content a.active,
.widget a.active{
    color: var(--baseBgColor);
}
aside .widget ul{
    padding-left: 15px;
}
.content a{
    text-decoration: underline;
}
.content ul li a{
    text-decoration: none;
}
.content br{
	display: none;
}
body[lang="bn"] .content p{
	font-size: 16px;
}
.content p, .content li{
    color: #1B314D;
}
.page-banner{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}
.page-banner.full{
    padding: 0;
}
.page-banner img{
    position: relative;
    z-index: 1;
}
.page-banner::after{
    position: absolute;
    content: "";
    height: 150px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: linear-gradient(transparent, var(--baseBgColor));
}
.page-banner.full::after{
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    height: auto;
    background: linear-gradient(transparent, #1B314D);
}
.page-banner-inner{
    width: 100%;
    padding-top: 18%;
    position: relative;
    overflow: hidden;
}
.page-banner-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}
.page-banner-des {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
}
.page-banner .title {
	position: absolute;
	bottom: 30px;
	left: 40px;
    right: 40px;
	color: var(--baseBgTextColor);
	z-index: 3;
	font-size: 20px;
	font-weight: 500;
}
.page-banner.full .title{
    position: static;
    text-transform: uppercase;
}
.page-top-title{
    font-size: 20px;
	font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #1B314D;
    line-height: 1.8rem;
}
.page-top-title::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: var(--baseBgColor);
    z-index: -1;
}
.widget-link{    
    text-align: right;
}
.widget-link a{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 10px 0 10px 20px;
    color: var(--baseBgTextColor) !important;
}
.widget-link a::after{
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--baseBgHoverLightColor);
    border-radius: 25px 0 0 25px;
}
.widget-link a:hover::after{
    background-color: var(--baseBgHoverColor);
}
.content ul li, .content ol li,
.widget ul li, .widget ol li{
    margin-bottom: 5px;
}
.content ul,
.widget ul{
    margin-bottom: 20px;
}
.widget-thumb{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.widget-thumb.profile img {
	max-width: 150px;
	border: 10px solid #FFF;
	outline: 4px double var(--baseBgColor);
}

/** Table Responsive **/
.responsive{
    overflow-x: auto;
}
.table.table-heading > thead{    
    color: #FFF;
    position: relative;
    z-index: 1;    
}
.table.table-heading > thead::after{
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    content: "";
    z-index: -1;
    background-color: var(--headerTopbarBgColor);
    box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5);
}
.table-hover > tbody > tr:hover > td{
    background-color: #DAF5FF;
}
.table > thead > tr > th{
    font-weight: 600;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, var(--baseBgColor), transparent);
}
.table > thead > tr > th,
.table > thead > tr > td{
    vertical-align: top;
}
body[lang="bn"] .table > thead > tr > th{
    font-weight: normal;
}
.table > tbody > tr > th, .table > tbody > tr > td{
    font-size: 14px;
    color: var(--textContentColor) !important;
}
/** Table Responsive **/

body[lang="bn"] .table > tbody > tr > th, body[lang="bn"] .table > tbody > tr > td{
    font-size: 16px;
}
.content .table > tbody > tr:nth-child(2n+1){
    background-color: #FFF;
}

.filter{
    margin-bottom: 10px;
}

.form-control, .form-control.datepicker {
	border: none;
	box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.2) inset !important;
	margin-top: 0 !important;
	border-radius: 4px;
	height: 38px !important;
	padding: 5px 15px !important;
	background-color: #e8e8f2 !important;
	color: #7f87b0;
	font-size: 14px;
}
.form-control::placeholder{
    color: #7f87b0;
}

.input-group .form-control, .button-search, .input-group-btn {
	height: 38px;
    border-radius: 0;
}

.active > .page-link, .page-link.active{
    background-color: var(--baseBgColor);
    border-color: var(--baseBgColor);
}
.page-link {
	padding: 0;
	border: none;
	border-radius: 50%;
	min-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-item.disabled .page-link {
	font-size: 18px;
	line-height: 18px;
}
.pagination-bar {
	display: flex;
	justify-content: flex-end;
    margin-top: 20px;
}
.pagination-bar.center{
    justify-content: center;
}
.page-item {
	margin-left: 5px;
}


.notelist{
    list-style: none;
    padding: 0;
    margin-bottom: 10px !important;
}
.notelist li{
    display: inline-block;
}
.notelist li,
.notelist li a{
    font-size: 13px;
    color: var(--textColor);
}
.notelist.italic li,
.notelist.italic li a{
    font-style: italic;
}
.notelist li:not(:last-child){
    margin-right: 20px;
}
.w-full{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.inline,.inline-shadow-off{
    display: inline-block;
}
.inline-shadow-off::after{
    display: none;
}
.pdf{
    width: 100%;
    min-height: 800px;
}

.bloglist {
	display: flex;
	flex-wrap: wrap;
}

.bloglist .blog{
    margin-right: 20px;
    margin-bottom: 20px;
    flex: 0 0 calc(33.33% - 14px);
}
.bloglist .blog:nth-child(3n+3){
    margin-right: 0;
}
.bloglist .blog .blog-inner{
    height: 200px;
}
.bloglist .blog .blog-des{
    bottom: 0;
}
.bloglist .blog:hover .blog-des{
    bottom: -100%;
}

.employelist > li{    
    margin-bottom: 40px !important;    
}
.employelist .emp-content{
    display: flex;
    position: relative;
}
.employelist .emp-content::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    content: "";
    z-index: -1;
    background: linear-gradient(transparent, #FFF);
}
.employelist .emp-foot{
    padding: 20px;
}
.employelist .emp-foot p{
    margin: 0;
}
.employelist .emp-left {
    flex: 0 0 195px;    
    margin-right: 40px;    
}
.employelist .emp-thumb {
    width: 100%;
    height: 226px;
    overflow: hidden;
    border: 14px solid #FFF;
    box-shadow: 0 10px 40px -8px rgba(0, 0, 0, 0.2);
}
.employelist .emp-thumb img{
    min-width: 100%;
    min-height: 100%;
}
.profile-cap {
    margin-top: 20px;
}
.profile-cap p {
	font-size: 1.05rem;
	text-align: center;
}
.profile-cap br {
    display: block;
}
.employelist .emp-profile .name {
	font-size: 16px;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.employelist .emp-des{
    flex: 1;
    padding: 0 20px 25px 0;
}
.emp-item-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
}
.employelist .emp-item{
    display: flex;
    margin-bottom: 10px;
}
.employelist .emp-item .emp-ico{
    flex: 0 0 40px;
    height: 40px;
    background-color: #FFF;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    box-shadow: var(--shadow);
}
.employelist .emp-item .emp-item-des{
    flex: 1;
    position: relative;
    top: -3px;
}
.employelist .emp-item p{
    margin: 0;
    line-height: 22px;
}
.employelist .emp-item .emp-value {
	opacity: 0.6;
}

.gl_categorylist{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px 0 30px !important;
    padding: 0;
    justify-content: center;
}
.gl_categorylist > li {
	background-color: #FFF;
	padding: 10px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 6px -4px rgba(0,0,0,0.3);
	cursor: pointer;
    border-radius: 20px;
}
.gl_categorylist > li:hover, .gl_categorylist > li.active{
    background-color: var(--headerTopbarBgColor);
    color: var(--baseBgTextColor);
}

.gl-itemlist{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    gap: 15px;
    padding: 0;
    list-style: none;      
}
.gl-itemlist.video_gallery{
    grid-template-columns: repeat(auto-fill, minmax(270px,1fr));
}
.gl-item-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	font-size: 48px;
	border-radius: 60px;
	cursor: pointer;
	z-index: 5;
}
.gl-item-play::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #FFF;
	z-index: -1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.gl-item-play:active{
    margin-top: 2px;
}

.gl-itemlist > li .gl-item-inner{
    display: block;
    width: 100%;
    padding-top: 72%;
    position: relative;
}
.gl-itemlist > li .gl-item-inner .gl-item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;  
    border-radius: 20px;  
    background-color: #FFF;
    box-shadow: 0 2px 6px -4px rgba(0,0,0,0.2);
}
.gl-item .gl-thumb{
    display: flex;
    justify-content: center;
    min-height: 100%;
}
.gl-item .gl-thumb img{
    width: 100%;
    min-height: 100%;
}
.gl-itemlist > li .gl-item-inner .gl-item:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.08);
    z-index: 3;
    box-shadow: 0 80px 53px -55px rgba(0,0,0,0.5);
}
.gl-itemlist.video_gallery > li .gl-item-inner .gl-item:hover{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gl-itemlist .gl-des{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -80%;
    padding: 50px 20px 15px;
    background: linear-gradient(transparent, #23283B);
}
.gl-itemlist > li .gl-item-inner .gl-item:hover .gl-des{
    bottom: 0;
}
.gl-itemlist .gl-des p {
	margin: 0;
	color: #FFF;
	line-height: 1.3rem;
    font-weight: 400;
}
.gl-itemlist .gl-des p.gl-category {
	opacity: 0.6;
	font-size: 13px;
}

.pulse1 {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(252, 63, 63, 0.8);
  
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(252, 63, 63, 0.95);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(252, 63, 63, 0.95);
    box-shadow: inset 0px 0px 15px 10px rgba(252, 63, 63, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .pulse2 {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(245, 43, 43, 0.8);
  
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 0, 0, 0.95);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 0, 0, 0.95);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 0, 0, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
@-webkit-keyframes pulsejg1 {
    0% {
      -webkit-transform: scale(0.6);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: scale(0.6);
      opacity: 0;
    }
  
    60% {
      -webkit-transform: scale(0.9);
      opacity: 0.2;
    }
  
    70% {
      -webkit-transform: scale(1.1);
      opacity: 0.35;
    }
  
    80% {
      -webkit-transform: scale(2);
      opacity: 0.2;
    }
  
    100% {
      -webkit-transform: scale(2.3);
      opacity: 0;
    }
  }
  
@-moz-keyframes pulsejg1 {
    0% {
      -moz-transform: scale(0.6);
      opacity: 0;
    }
  
    50% {
      -moz-transform: scale(0.6);
      opacity: 0;
    }
  
    60% {
      -moz-transform: scale(0.9);
      opacity: 0.2;
    }
  
    70% {
      -moz-transform: scale(1.1);
      opacity: 0.35;
    }
  
    80% {
      -moz-transform: scale(2);
      opacity: 0.2;
    }
  
    100% {
      -moz-transform: scale(2.3);
      opacity: 0;
    }
  }
  
  @keyframes pulsejg1 {
    0% {
      transform: scale(0.6);
      opacity: 0;
    }
  
    50% {
      transform: scale(0.6);
      opacity: 0;
    }
  
    60% {
      transform: scale(0.9);
      opacity: 0.1;
    }
  
    70% {
      transform: scale(1.1);
      opacity: 0.25;
    }
  
    80% {
      transform: scale(2);
      opacity: 0.1;
    }
  
    100% {
      transform: scale(2.3);
      opacity: 0;
    }
}
  
@-webkit-keyframes pulsejg2 {
    0% {
      -webkit-transform: scale(0.6);
      opacity: 0;
    }
  
    40% {
      -webkit-transform: scale(0.8);
      opacity: 0.05;
    }
  
    50% {
      -webkit-transform: scale(1);
      opacity: 0.1;
    }
  
    60% {
      -webkit-transform: scale(1.1);
      opacity: 0.3;
    }
  
    80% {
      -webkit-transform: scale(2);
      opacity: 0.1;
    }
  
    100% {
      -webkit-transform: scale(2.3);
      opacity: 0;
    }
  }
  
@-moz-keyframes pulsejg2 {
    0% {
      -moz-transform: scale(0.6);
      opacity: 0;
    }
  
    40% {
      -moz-transform: scale(0.8);
      opacity: 0.05;
    }
  
    50% {
      -moz-transform: scale(1);
      opacity: 0.1;
    }
  
    60% {
      -moz-transform: scale(1.1);
      opacity: 0.3;
    }
  
    80% {
      -moz-transform: scale(2);
      opacity: 0.1;
    }
  
    100% {
      -moz-transform: scale(2.3);
      opacity: 0;
    }
}
  
@keyframes pulsejg2 {
    0% {
      transform: scale(0.6);
      opacity: 0;
    }
  
    40% {
      transform: scale(0.8);
      opacity: 0.05;
    }
  
    50% {
      transform: scale(1);
      opacity: 0.1;
    }
  
    60% {
      transform: scale(1.1);
      opacity: 0.3;
    }
  
    80% {
      transform: scale(2);
      opacity: 0.1;
    }
  
    100% {
      transform: scale(2.3);
      opacity: 0;
    }
}
.modal-video{
    z-index: 1;
}
.modal-video iframe{
    width: 100% !important;
}
.modal-video::after {
	content: "Please wait, video is loading...";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--textContentColor);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    z-index: -1;
}

.notice-filter-box {
	display: flex;
	justify-content: space-between;
}
.notice-filter-box > div{
    flex: 1;
}
.notice-filter-box > div.filter{
    display: flex;
    justify-content: flex-end;
}
.notice-filter-box > div.filter > * {
    flex: 1;
}
.datepicker td, .datepicker th {
	font-size: 12px;
}

/**********************
    GLOBAL CSS
**********************/
.gl-itemlist .gl-des,
.gl-itemlist > li .gl-item-inner .gl-item,
.gl_categorylist > li,
.widget-link a::after,
.calendar-close,
.backtotop,
.blog .blog-des,
.social-media li a,
.button::after{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}