/*
Theme Name: Dreamlabit Theme
Theme URI: https://dreamlabit.com/
Author: Shamweb
Author URI: https://dreamlabit.com/
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
License URI: https://www.facebook.com/dreamlabit24
Text Domain: Default English(USA) and Bangla
=====================================
font-family: "Siyam Rupali";
=====================================
*/

@font-face {
	font-family: "Kalpurush";
	src: url(fonts/Kalpurush.ttf);
}

:root{
    --baseBgColor: #8dae0d;
    --baseBgHoverColor: #698304;
    --baseBgTextColor: white;
    --textMutedColor: #333;
    --bgGray: #F7F7F7;
    --textColor: #000;
    --textBd: "Kalpurush";
    --textGreen: #28ce22;
    --textRed: #f53630;
    --border: #d7d7d7;
    --borderLight: #ececec;
    --borderMedium: #e1e1e1;
    --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: #f5f5f5 url(images/clips/bg-left.jpg) repeat-x left top;
    background-attachment: fixed;
}
body.bn h1,
body.bn h3,
body.bn h4,
body.bn a,
body.bn ul,
body.bn ul li,
body.bn{
    font-family: "Kalpurush";
}
body p,
body div,
body a{
    font-size: 14px;
}
body h3 {
    font-size: 17px;
}
body.bn h3{
    font-size: 1.5em;
}
a:hover{
    color: var(--baseBgColor);
}
.text-red, .hilight{
    color: var(--textRed);
}
.blink {
	background-color: yellow;
    color: #FFF;
	animation-name: offers;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	font-size: 11px;
	padding: 1px 5px;
	border-radius: 2px;
	position: relative;
	top: -5px;
    text-decoration: none !important;
}
@-webkit-keyframes offers {
	0%   {background-color:yellow;}
	100% {background-color:red;}
}
@-moz-keyframes offers {
	0%   {background-color:yellow;}
	100% {background-color:red;}
}
@keyframes offers {
	0%   {background-color:yellow;}
	100% {background-color:red;}
}
.wrapper {
	background-color: #FFF;
	padding: 0px 30px;
	box-shadow: 0 0 20px 0 rgba(147, 166, 223, 0.4);
    width: 100%;
	display: inline-block;	
	box-sizing: border-box;
}
.nav-icon {
	font-size: 21px;
}
img{
    max-width: 100%;
}
.color-base {
    color: var(--baseBgHoverColor);
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}

.area-header-top{
    display: flex;
    justify-content: space-between;
    background-color: var(--baseBgHoverColor);
    border-bottom: 4px solid var(--baseBgColor);
    padding: 0 15px;
    align-items: center;
}
.sec-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-box, .sec-box li, .sec-box li a{
    font-size: 13px;
    color: var(--baseBgTextColor);
}
.sec-box li:not(:last-child){
    margin-right: 5px;
}
.searchbox{
    padding: 8px 0;
}
.searchbar{
    display: flex;
}
.search-filter{
    margin-left: 20px;
}
.searchbox .input-src{
    border: none;
    height: 25px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px 0 0 4px;
    outline: none !important;
    width: 125px;
    box-shadow: 0 0 6px -4px #000;
}
.button-lang, .searchbox .button-search {
	border: none;
	background: linear-gradient(#C8FB04,#8DAE0D);
	color: #fff;
	height: 25px;
	padding: 0 8px;
	border-radius: 0 4px 4px 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
    box-shadow: 0 0 6px -4px #000;
}
.button-lang {
	font-size: 11px !important;
	display: inline-flex;
	border-radius: 4px;
	align-items: center;
}
header{
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}
.area-nav {
	background: linear-gradient(#FFF,#EEE);
	border-bottom: 1px solid #D7D7D7;
}
.navigation > ul > li:not(:last-child) {
	border-right: 1px solid #DFDFDF;
}

.navigation > ul > li.active,
.navigation > ul > li:hover{
    background-color: var(--baseBgColor);
}
.navigation > ul > li ul{
    margin-top: -5px;
}
.navigation > ul > li:hover ul{
    border-top: 5px solid var(--baseBgColor);
}
.navigation > ul > li.active > a,
.navigation > ul > li:hover > a{
    color: var(--baseBgTextColor);
}
body:not(.bn) .navigation > ul > li > a {
    font-size: 14px;
}
.nav-mobile-toggler {
    height: 45px;
    padding: 0 15px;
}
#homeSlider{
    position: relative;
    z-index: 1;
}
.logo-caption{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.logo{
    flex: 0 0 70px;
    height: 70px;
}
.logo-cap{
    padding-left: 20px;
}
.logo-cap h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #FFF;
	font-weight: 800;
	font-family: var(--bs-font-sans-serif) !important;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #018E71 20%, #f00 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px #FFF;
}
.bn-news ul li a{
    color: var(--textColor);
    font-size: 14px;
    font-weight: normal;
}
.bn-news ul li a:hover{
    color: var(--baseBgHoverColor);
}

.page{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.page aside{
    flex: 0 0 220px;
    width: 220px;
    position: relative;
}
.page main{
    flex: 1;
}
.asidebar {
	position: sticky;
	top: 20px;
}
.area-noticeboard {
	background: linear-gradient(#FFF, #EBEBEB);
	border: 1px solid var(--border);
    border-top-color: var(--borderLight);
    padding: 20px 15px 15px 100px;
    min-height: 225px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.area-noticeboard.globe::after{
    position: absolute;
    content: "";
    width: 94px;
    height: 94px;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(images/clips/notice-globe.png) no-repeat;
}

ul.list {
	padding-left: 12px;
}
ul.list li a{
    color: var(--textColor);
}
ul.list li.active > a,
ul.list li > a:hover{
    text-decoration: underline !important;
}
ul.list li > a[href="#"] {
    text-decoration: none !important;
}

ul.list li{
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
}
ul.list li::before {
	position: absolute;
	content: "\f0da";
	font-family: "FontAwesome";
	left: -11px;
	top: -1px;
	color: var(--textGreen);
	font-size: 15px;
}
ul.list ul {
    padding-left: 13px;
}
.button-box {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 1;
}
.button-link{
    color: var(--textColor);
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
body.bn .button-link{
    font-size: 15px;
}

.area-breaking-news{
    background-color: var(--bgGray);
	border: 1px solid var(--borderMedium);
    padding: 20px;
    margin-bottom: 20px;
}
.area-bloglist{
    display: flex;
    flex-wrap: wrap;
}
.blog-card{
    background-color: var(--bgGray);
	border: 1px solid var(--borderMedium);
    padding: 20px; 
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 220px;
    box-shadow: 0 2px 3px -1px rgba(160, 179, 225, 0.2);
    position: relative;
}
.blog-card:nth-child(2n+1){
    margin-right: 20px;
}
.blog-card .bloglist{
    display: flex;    
}
.blog-card .blog-thumb{
    flex: 0 0 120px;
    height: 100px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-card .blog-thumb img{
    max-height: 100%;
}
.blog-card .blog-des{
    flex: 1;
}
.blog-card .seemore-link {
	position: absolute;
	bottom: 4px;
	right: 10px;
	color: #000;
	font-size: 13px;
	opacity: .6;
}
.blog-card .seemore-link:hover {
    opacity: 1;
    color: var(--baseBgColor);
}

.footage-list{
    margin-bottom: 20px;
}
.footage-list .footage-header{
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
    padding: 10px 20px;
    box-shadow: 0 3px 3px 0 rgba(141, 174, 13, 0.4);
}
.footage-header .title{
    margin-bottom: 0;
}
body.bn .footage-header .title{
    font-size: 1.2em;
}
.footage-des{
    padding: 20px 10px 10px 10px;
    border: 1px solid var(--borderMedium);
    border-top: none;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.footage-des.photos {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.footage-des .footage .footage-thumb{
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
    display: block;
}
.footage .footage-thumb .footage-play {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: red;
    z-index: 3;
}
.footage .footage-thumb .footage-play::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    background-color: #FFF;
}
.footage .footage-thumb .footage-play:active {
    margin-top: 2px;
}
.footage-des .footage iframe {
    width: 100%;
    height: 100%;
}
#myVideoPlay[src=""] {
    display: none;
}
.footage-des .footage-title {
	text-align: center;
	background-color: #FFF;
	padding: 10px 20px 0;
}
.footage-thumb > .footage-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 1;
	background: linear-gradient(transparent, #161635);
	padding-top: 60px;
	color: #fff;
	padding-bottom: 6px;
}
.footage:hover .footage-title {
    bottom: 0;
}
.carousel-indicators{
    z-index: 12;
}
.widget{
    margin-bottom: 20px;
}
.widget .widget-header{
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
    padding: 10px 20px;
    box-shadow: 0 3px 6px -3px var(--baseBgColor);
    position: relative;
    z-index: 3;
}
.widget .widget-header h3{
    margin-bottom: 0;
}
.widget .widget-header h3{
    font-size: 16px;
}
body.bn .widget .widget-header h3{
    font-size: 1.2em;
}
.widget .widget-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.widget .widget-content{
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.widget > .widget-content {
    padding: 20px 0;
}
.widget .widget-thumb{
    width: 150px;
    max-height: 170px;
    overflow: hidden;
    margin: 20px 20px 0; 
    outline: 4px double var(--baseBgColor);  
    border: 10px solid #FFF;  
}
.widget .widget-footer{
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border: 2px dotted var(--baseBgColor);
}
.widget .widget-link{
    color: var(--textColor);
}
.widget .widget-link:hover{
    color: var(--baseBgColor);
}
.social-media {
	display: flex;
	flex-wrap: wrap;
}
.social-media li:not(:last-child) {
	margin-right: 5px;
}
.social-media li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 35px;
	height: 35px;
	color: var(--baseBgColor);
	box-shadow: var(--shadow);
	border-radius: 50%;
	margin-bottom: 5px;
}
.social-media.square li a {
	border-radius: 0;
}
.social-media li a:hover {
	color: var(--baseBgTextColor);
	background-color: var(--baseBgColor);
	border-radius: 4px;
}
.social-media li.fb a{
    background-color: #395694;
    color: #FFF;
}
.social-media li.twitter a{
    background-color: #1C96E8;
    color: #FFF;
}
.social-media li.youtube a{
    background-color: #F70000;
    color: #FFF;
}
.social-media li.linkedin a{
    background-color: #0073B1;
    color: #FFF;
}
.social-media li.instagram a{
    background-image: linear-gradient(#7717F7, #DC02C4, #F7C700);
    color: #FFF;
}
.social-media li.whatsapp a{
    background-color: #42BD4F;
    color: #FFF;
}
.social-media li.messanger a{
    background-image: linear-gradient(#F75376, #0098F5);
    color: #FFF;
}

footer{
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin-top: 72px;
}
footer a{
    color: var(--textColor);
}
footer::after{
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    background-color: #EBEBEB;
    border-top: 20px solid #737272;
}
footer::before{
    position: absolute;
    content: "";
    bottom: 100%;
    left: -30px;
    right: -30px;
    z-index: -2;
    height: 72px;
    background: url(images/clips/footer-bg-left.png) no-repeat left bottom, url(images/clips/footer-bg-right.png) no-repeat right bottom;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}

.page-banner-content {
    width: 100%;
    aspect-ratio: 5/1.146;
    position: relative;
}
.page-banner-des {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 100px 40px 20px 43px;
}
.page-banner-des::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(transparent, #1e2846);
}
.page-banner-des .title {
    color: #FFF;
}

.table tr:first-child,
.table tr:first-child {
    box-shadow: 0 3px 6px -3px var(--baseBgColor);
    position: relative;
    z-index: 2;
}
.table tr:first-child th,
.table tr:first-child td {
    position: relative;
    z-index: 2;
    border: none;
    color: var(--baseBgTextColor);
    font-weight: 600;
}
.table tr th:first-child,
.table tr td:first-child {
    border-left: none;
}
.table tr th:last-child,
.table tr td:last-child {
    border-right: none;
}
.table tr:first-child th::after,
.table tr:first-child td::after {
    position: absolute;
    content: "";
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(to right, var(--baseBgHoverColor), var(--baseBgColor));
}
.table tr:nth-of-type(odd) {
    position: relative;
    z-index: 1;
}
.table tr:nth-of-type(odd)::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--baseBgColor);
    z-index: -1;
    opacity: .1;
}
.table tr th[align="center"],
.table tr td[align="center"] {
    text-align: center;
}
.table tr th[align="right"],
.table tr td[align="right"] {
    text-align: right;
}

.content ul {
    padding-left: 30px;
    list-style-type: disc;
}
.content p {
    margin: 0;
}
.content br {
    display: block;
    margin-bottom: 5px;
}
.content font {
    display: inline-block;
    margin-bottom: 0;
    line-height: 14px;
}
.content table {
    width: 100%;
}
.content table > :not(caption) > * > * {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.content table tr:first-child,
.content table tr:first-child {
    box-shadow: 0 3px 6px -3px var(--baseBgColor);
    position: relative;
    z-index: 2;
}
.content table tr:first-child th,
.content table tr:first-child td {
    position: relative;
    z-index: 2;
    border: none;
    color: var(--baseBgTextColor);
    font-weight: 600;
}
.content table,
.content table tr th,
.content table tr td {
    border-color: #dee2e6;
}
.content table tr th:first-child,
.content table tr td:first-child {
    border-left: none;
}
.content table tr th:last-child,
.content table tr td:last-child {
    border-right: none;
}
.content table tr:first-child th::after,
.content table tr:first-child td::after {
    position: absolute;
    content: "";
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(to right, var(--baseBgHoverColor), var(--baseBgColor));
}
.content table tr:nth-of-type(odd) {
    position: relative;
    z-index: 1;
}
.content table tr:nth-of-type(odd)::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--baseBgColor);
    z-index: -1;
    opacity: .1;
}
.content table tr th[align="center"],
.content table tr td[align="center"] {
    text-align: center;
}
.content table tr th[align="right"],
.content table tr td[align="right"] {
    text-align: right;
}

.notice-filter-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 20px;    
}
.notice-filter-box .filter-title {
    flex: 2;
}
.notice-filter-box .filter {
    flex: 3;
}
.w-full {
    width: 100%;
    box-sizing: border-box;
}
.form-control.datepicker {
	padding: .375rem .75rem;
    margin-top: 0;
}

.button {
	border: none;
	height: 32px;
	background-color: var(--baseBgColor);
	color: var(--baseBgTextColor);
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 3px;
	box-shadow: 0 3px 5px -4px var(--baseBgColor);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
    position: relative;
}
.button.iconic i {
	width: 24px;
	height: 20px;
	background-color: var(--baseBgColor);
	position: absolute;
	right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto 0;
    border-radius: 3px;
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
.button.iconic {
    padding-right: 36px;
}
.button.iconic:hover i {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.button:hover {
    background-color: var(--baseBgHoverColor);
    color: var(--baseBgTextColor);
}
.table a:not(.button) {
    color: #000;
}
.table a:not(.button):hover {
    text-decoration: underline;
}
.filter-title .page-top-title {
    margin-bottom: 0;
}
.responsive {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.notelist {
	display: inline-flex;
	list-style: none !important;
	padding: 0;
	padding: 0 !important;
    gap: 20px;
	margin-bottom: 20px;
}
.notelist.italic li {
    font-style: italic;
    text-transform: capitalize;
}
.content iframe {
    width: 100%;
    border: none;
    height: 900px;
}

.page-top-title {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cecece;
    border-bottom-color: rgb(206, 206, 206);
    border-bottom-color: #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 10px 10px -4px rgba(136, 136, 136, 0.3);
    box-shadow: inset 0 10px 10px -4px rgba(136, 136, 136, 0.3);
    outline: none !important;
}
.userlogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.loginform {
    max-width: 260px;
    width: 100%;    
}
.userlogin .form-title {
    margin-bottom: 40px;
}

.form {
    position: relative;
}
.form:not(:last-child) {
    margin-bottom: 15px;
}
.input-icon {
    position: relative;    
}
.input-icon i {
	position: absolute;
	top: 0;
	bottom: 0;
    left: 2px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--baseBgColor);
    border-right: 1px solid #d9d9d9;
}
.input-icon .form-control {
    padding-left: 40px;
}
.form label {
    margin-bottom: 5px;
}

.box-grid {
	padding: 0 !important;
	list-style: none !important;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.box-grid.grid-y {
    grid-template-columns: auto;
}
.box-grid.grid-3 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.box {    
	padding: 20px;
	border-bottom: 5px solid var(--baseBgColor);
	box-shadow: 0 4px 11px -3px rgba(0,0,0,0.2);
	border-radius: 15px;
	border-right: 5px solid var(--baseBgColor);
}

.radius {
    border-top: none;
    border-left: none;
    border-bottom: 5px solid var(--baseBgColor);
	box-shadow: 0 4px 11px -3px rgba(0,0,0,0.2);
	border-radius: 15px;
	border-right: 5px solid var(--baseBgColor);
}
.area-noticeboard.globe.radius::after {
    border-top-left-radius: 12px;
}

.box .box-item{
    display: flex;
    gap: 15px;
}
.box .box-item:not(:last-child) {
    margin-bottom: 4px;
}
.box-label {
	position: relative;
	flex: 0 0 70px;
}
.box-title {
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px dotted var(--baseBgColor);
	padding-bottom: 6px;
}
.box-label::after {
	position: absolute;
	content: ":";
	right: 0;
	font-weight: bold;
	top: -1px;
}
.list-view {
    list-style: none !important;
    padding: 0 !important;
}
.list-view li .icon {
    width: 40px;
    height: 40px;
    box-shadow: var(--shadow);
    background-color: var(--baseBgColor);
    color: var(--baseBgTextColor);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.list-view li .icon::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 15px;
    left: 15px;
    background-color: var(--baseBgHoverColor);
    z-index: -1;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 4px;
    opacity: .7;
}
.list-view li {
    display: flex;
    gap: 15px;
}
.list-view li:not(:last-child) {
    margin-bottom: 15px;
}
.list-view .list-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	line-height: 14px;
	align-items: flex-start;
}
.locations {
    margin-bottom: 20px;
}
.locations .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--baseBgHoverColor);
}

.banner-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(transparent, #000);
	color: #FFF;
	padding: 80px 40px 20px;
}

.banner-caption h1 {
    font-size: 24px;
    margin-bottom: 0;
}


/**********************
    GLOBAL CSS
**********************/
.footage-thumb > .footage-title,
.button.iconic i,
.button-link,
.table a,
.button,
.seemore-link,
.social-media li a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.calender-wrap .widget-content{
    padding: 20px 5px
}
.calender-wrap tbody{
    padding: 10px;
    display: block;
}
.logo-section .logo-wrap img{
    width: 100%;
}
.carousel-item img{
    height: 320px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-item img {
        height: 150px;
    }
}