@charset "utf-8";

/* CSS Document */
:root {
	--blue: #1090CB;
	--paragraph-color: #000000;
	--white: #fff;
	--red: #C12D2C;
	--bg-gray: #EEEEEE;
	--green: #21BC3A;
}

html {
	scroll-behavior: smooth;
}

body {

	font-family: "Inter", sans-serif;
	color: var(--paragraph-color);
	background: #EFEFEF;

}

a {
	text-decoration: none;
	color: var(--green);
}

.bengali-font {
	font-family: "Noto Serif Bengali", serif;
	font-size: 18px;
}

.main-wrapper {
	overflow: hidden;

}

.btn-blue {
	background: var(--blue);
	color: var(--white);
	border: 0;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	line-height: 20px;
}

.btn-blue-o {
	border: 0;
	color: var(--blue);
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	line-height: 20px;
	box-shadow: inset 0 0 0 2px var(--blue);
}

.btn-red {
	background: var(--red);
	color: var(--white);
	border: 0;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	line-height: 20px;
}

.btn-red-o {
	border: 0;
	color: var(--red);
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	line-height: 20px;
	box-shadow: inset 0 0 0 2px var(--red);
}

/* Button Black */
.btn-black {
	background: #000;
	color: var(--white);
	border: 0;
	padding: 8px 20px;
	display: inline-block;
	line-height: 20px;
}

.btn-black:hover {
	color: var(--yellow);
}

.btn-black.btn-skew:before {
	background: #000;
}

/* Button Yellow */
.btn-yellow {
	background: #FFCF3C;
	color: var(--paragraph-color);
	border: 0;
	padding: 8px 10px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn-yellow img {
	margin-right: 10px;
}

.btn-yellow:hover {

	color: var(--white);
}

.btn-green {
	background: var(--green);
	color: var(--white);
	border: 0;
	padding: 8px 10px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn-yellow img {
	margin-right: 10px;
}

.btn-yellow:hover {

	color: var(--white);
}

.btn-white {
	background: var(--white);
	color: var(--paragraph-color);
	border: 0;
	padding: 8px 10px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn-white img {
	margin-right: 10px;
}

.btn-white:hover {

	color: #555;
}


.e-details .btn-row {
	text-align: right;
}

.e-details .btn-row button+button {
	margin-left: 10px;
}









.container-fluid {
	width: 1340px;
	max-width: 100%;
}


.section-header {
	background: var(--white);
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.section-header .logo {
	padding: 10px 20px;
}

.section-header .logo img {
	height: 65px;
	max-width: 100%;
}

.section-header .header-links {
	text-align: right;
	position: relative;

}

.section-header .header-links .myfavourites {
	position: relative;
}

.section-header .header-links .myfavourites a {
	width: 34px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.071 13.142L13.414 18.8a2 2 0 0 1-2.828 0l-5.657-5.657A5 5 0 1 1 12 6.072a5 5 0 0 1 7.071 7.07'/%3E%3C/svg%3E") no-repeat center;
	background-size: 34px;
	height: 34px;
}

.section-header .header-links .myfavourites .count {
	font-size: 10px;
	background: var(--red);
	width: 20px;
	height: 20px;
	border-radius: 40px;
	display: flex;
	position: absolute;
	top: -3px;
	left: 100%;
	justify-content: center;
	align-items: center;
}

.section-header .header-links * {
	position: relative;
	z-index: 1;
}

.section-header .header-links .close-menu {
	display: none;
}

.section-header .header-links .contactlinks {
	/*background: #EFEFEF;
	padding: 2px 5px;
	font-size: 11px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);*/

	background: #207d2f;
    padding: 6px 5px 6px 25px;
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
}

.section-header .header-links .contactlinks a {
	margin: 0 5px;
	/*color: #666;
	color: #fff;*/
}

.section-header .header-links .contactlinks a:hover {
	color: #222;

}

.section-header .header-links .contactlinks .socials {
	margin-right: 12px;
}

.section-header .header-links .contactlinks .ico-ph {
	/*display: inline-block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23666666' d='m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8.12 8.12 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.61.61 0 0 0 0 .12l21 47l-20.67 24.74a6.13 6.13 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8.44 8.44 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208'/%3E%3C/svg%3E") no-repeat;
	height: 15px;
	width: 18px;
	vertical-align: middle;*/

	display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8.12 8.12 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.61.61 0 0 0 0 .12l21 47l-20.67 24.74a6.13 6.13 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8.44 8.44 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208'/%3E%3C/svg%3E") no-repeat;
    height: 17px;
    width: 22px;
    vertical-align: -4px;
}

.section-header .header-links .contactlinks .ico-mail {
	/*display: inline-block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666666' d='M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm3.519 0L12 11.671L18.481 6zM20 7.329l-7.341 6.424a1 1 0 0 1-1.318 0L4 7.329V18h16z'/%3E%3C/svg%3E")no-repeat;
	height: 15px;
	width: 18px;
	vertical-align: middle;*/
	display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm3.519 0L12 11.671L18.481 6zM20 7.329l-7.341 6.424a1 1 0 0 1-1.318 0L4 7.329V18h16z'/%3E%3C/svg%3E") no-repeat;
    height: 17px;
    width: 22px;
    vertical-align: middle;
}

.section-header .top-navigation {
	padding-right: 20px;
}

.section-header .top-navigation ul,
.section-header .top-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: 0.4s;
}

.section-header .top-navigation ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.section-header .top-navigation ul li+li {
	margin-left: 30px;
}

.section-header .top-navigation a {
	color: var(--paragraph-color);
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	transition: 0.3s;
	/* identical to box height */

	text-align: center;
	padding: 12px 0;
}

.section-header .top-navigation li:last-child a {
	padding-right: 0;
}

.section-header .top-navigation li a:hover {
	color: var(--green);

}

.section-header .top-navigation li a.active {
	box-shadow: inset -0px -4px var(--green);
}



.section-header .top-navigation .cart a {
	position: relative;
	cursor: pointer;
}

.section-header .top-navigation .cart .count {
	background: #C12C2C;
	color: #fff;
	position: absolute;
	top: 18px;
	right: -10px;

	border-radius: 50px;
	width: 22px;
	height: 22px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-header .top-navigation .phno {
	background: linear-gradient(90deg, #3B1347 0%, #6C206D 111.81%);
	box-shadow: 0px 8px 23px rgba(59, 19, 71, 0.23);
	border-radius: 100px;
	padding: 14px 28px 14px 20px;
	color: var(--white);
	margin: 14px;
}

.section-header .top-navigation .phno svg {
	vertical-align: -7px;
}

.section-header .top-navigation .submenu {
	background: var(--bg-gray);
	position: absolute;
	width: 350px;
	color: var(--paragraph-color);
	display: none;
	padding: 10px;
	right: 0;

}

.section-header .top-navigation .submenu ul {
	flex-flow: column;

}

.section-header .top-navigation .submenu li {
	width: 100%;

}

.section-header .top-navigation .submenu li+li {
	border-top: solid 1px var(--secondary-color);
}

.section-header .top-navigation .submenu a {
	padding: 6px;
	display: block;
	text-align: left;
	color: var(--paragraph-color);
	transition: 0.3s;
	text-transform: unset;
}

.section-header .top-navigation .submenu a:hover {
	color: var(--yellow);
}

.section-header .top-navigation>ul>li:hover .submenu {
	display: block;
}

.section-banner .ban {
	position: relative;
}

.section-banner .ban>img {
	object-fit: cover;
	height: 490px;
	width: 100%;
}

.section-banner .container-fluid {
	position: relative;
}

.section-banner .ban-txt {
	color: var(--white);
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translate(20%, -50%);
	background: url(../images/line-curve.svg) no-repeat right bottom;
	padding-bottom: 30px;
	width: 450px;
}


.section-banner .owl-nav {
	position: absolute;
	bottom: 60px;
	transform: translate(20%, 0);
	width: 450px;
}

.section-banner .owl-nav .owl-prev,
.section-banner .owl-nav .owl-next {
	width: 38px;
	height: 38px;
	background: #21BC3A !important;
	display: flex;
	display: inline-block;
	border: 0;
	border-radius: 30px;
	font-size: 28px !important;
	line-height: 28px !important;
	margin: 0 5px;
	color: var(--white) !important;
}

.section-banner .owl-nav .disabled {
	background: #AEAEAE !important;
}


.section-banner .ban-txt h4 {
	margin: 0;
	padding: 0;
	font-size: 49px;
	margin-bottom: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.section-banner .ban-txt .sublines {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}


.section-banner .ban-txt .btn {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 15px 25px;
	position: absolute;
	right: 30px;
	top: calc(100% - 20px);

}

.section-banner .ban-txt .btn img {
	width: 20px;
	vertical-align: -4px;
	margin-left: 5px;
}


.noticeboard-ticker {
	background: var(--white);
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.noticeboard-ticker .nb-label {
	background: var(--green);
	color: var(--white);
	padding: 20px;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	display: flex;
	width: 280px;
	font-weight: bold;

}

.noticeboard-ticker .nb-label.bengali-font {
	font-size: 20px;
}

.noticeboard-ticker .nb-label img {
	margin-left: 10px;
}

.noticeboard-ticker marquee,
.noticeboard-ticker marquee a {
	color: #787777;
}

.noticeboard-ticker marquee ul,
.noticeboard-ticker marquee ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.noticeboard-ticker marquee ul li {

	padding-top: 2px;
}

.noticeboard-ticker marquee ul li+li {
	margin-left: 20px;
}

.noticeboard-ticker marquee ul li:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #CECECE;
	display: inline-flex;
	border-radius: 30px;
	margin: 0 10px 2px;
	flex-shrink: 0;

}

.ad {
	background: #F5F5F5;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 20px 0;
}

.ad img {
	max-width: 100%;
	cursor: pointer;
}

.block-calendar-weather {
	padding: 10px 0;
}




/* CSS for Event Calendar */

.block-event-calender {
	background: var(--white);

	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;

}

.ec-container {
	display: flex;
	justify-content: space-between;
	background: #1E1F25;
	color: var(--white);
	padding: 20px;
}

/*  Events display */
.allevents {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}

.events-container {
	overflow-y: auto;
	padding: 10px 0;
	height: 100%;
	display: inline-block;
	max-height: 300px;
}

.events-container:after {
	clear: both;
}

.event-card {
	padding: 8px;
	margin: 7px auto;
	display: block;
	line-height: normal;
	border: solid 1px #CECECE;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.event-card:not(.no-data):hover {
	opacity: 0.6;

}

.event-count,
.event-name,
.event-cancelled {
	display: inline;
}

.event-count {
	color: var(--green);
	font-size: 11px;
}

.event-name {
	padding-right: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px;

}

.event-card.no-data {
	height: calc(100% - 14px);
	display: flex;
	align-items: center;
}

.event-card.no-data .event-name {

	white-space: unset;
	text-align: center;
	height: 100%;
	width: auto;
	cursor: default;
	display: flex;
	align-items: center;
}

.event-cancelled {
	color: #FF1744;
	text-align: right;
}

/*  Calendar wrapper */

.calendar-container {

	position: relative;

	display: inline-block;
}

.calendar-container:after {
	clear: both;
}

.calendar {
	display: table;
}

/* Calendar Header */
.year-header {

	height: 40px;
	position: relative;
	color: #fff;
}

.year-header span {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
}

.year-header .left-button,
.year-header .right-button {
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	border-radius: 30px;
}

.year-header .left-button {
	right: 35px;

}

.year-header .right-button {
	right: 0;


}

.year-header .left-button:hover {
	background: #333;
}

.year-header .right-button:hover {
	background: #333;
}





/* Days/months tables */
.days-table,
.dates-table,
.months-table {
	border-collapse: separate;
	text-align: center;
	width: 100%;
}

.day {
	height: 26px;
	width: 26px;
	padding: 0 10px;
	line-height: 26px;
	border: 2px solid transparent;
	text-transform: uppercase;
	font-size: 90%;
	color: #9e9e9e;
}

.month {
	cursor: default;
	height: 26px;
	width: 26px;
	padding: 0 2px;
	padding-top: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 11px;
	color: #9e9e9e;
	transition: all 250ms;
}

.active-month {
	font-weight: bold;
	font-size: 14px;
	color: var(--green);
}

.month:hover {
	color: var(--green);
}

/*  Dates table */
.table-date {
	cursor: default;
	padding: 9px 8px;
	text-align: center;
	border-radius: 50%;
	background-size: 40px 40px;
}

.table-date:not(.nil):hover {
	background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="45" stroke-width="4" stroke="%2321BC3A" fill="none"/></svg>') no-repeat center;
	background-size: 38px 38px;
}

.event-date {
	background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="45" stroke-width="4" stroke="%2321BC3A" fill="none"/></svg>') no-repeat center;
	background-size: 38px 38px;
}

.active-date {
	background: url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="45" fill="%2321BC3A" /></svg>') no-repeat center;
	background-size: 38px 38px;
}








/* input dialog */
.dialog {
	z-index: 5;
	background: #fff;
	position: absolute;
	width: 415px;
	height: 500px;
	left: 387px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: none;
	border-left: 1px #aaa solid;
}

.dialog-header {
	margin: 20px;
	color: #333;
	text-align: center;
}

.form-container {
	margin-top: 25%;
}

.form-label {
	color: #333;
}

.input {
	border: none;
	background: none;
	border-bottom: 1px #aaa solid;
	display: block;
	margin-bottom: 50px;
	width: 200px;
	height: 20px;
	text-align: center;
	transition: border-color 250ms;
}

.input:focus {
	outline: none;
	border-color: #00C9FB;
}

.error-input {
	border-color: #FF1744;
}




.row-event {
	position: relative;
	padding-left: 12px;
	border: 0;
}

.row-event+.row-event {
	border-top: solid 1px #ddd;
}

.row-event:before {
	content: "";
	width: 6px;
	height: 70px;
	background: var(--green);
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.row-event h4 {

	font-size: 19px;
}

.row-event h4 a {
	color: var(--paragraph-color);
}

.row-event .address,
.row-event .date-time {
	color: #AEAEAE;
	font-size: 16px;
}

.row-event .address i,
.row-event .date-time i {
	width: 15px;
}

.ad-full {
	margin: 20px 0;
}

.ad-full img {
	border-radius: 7px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 100%;
}

.block-gallery {
	padding: 20px 0;
}

.block-gallery .thumb {
	padding: 0 8px;
}

.block-gallery .thumb-gallery {
	margin-bottom: 18px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.block-gallery .thumb-gallery img {
	height: 230px;
	object-fit: cover;
}

.car-gallery .owl-nav {
	bottom: 100%;
	right: 0;
	position: absolute;
	margin-bottom: 10px;
}

.car-gallery .owl-nav .owl-prev,
.car-gallery .owl-nav .owl-next {
	width: 38px;
	height: 38px;
	background: #21BC3A !important;
	display: flex;
	display: inline-block;
	border: 0;
	border-radius: 30px;
	font-size: 28px !important;
	line-height: 28px !important;
	margin: 0 5px;
	color: var(--white) !important;
}

.car-gallery .owl-nav .disabled {
	background: #AEAEAE !important;
}



.block-contactform {
	padding: 3% 0;
	background: var(--green) url(../images/bg-contactform.jpg) no-repeat;
	background-size: cover;
	color: var(--white);
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.block-contactform .form-group {
	margin-bottom: 20px;
}

.block-contactform .form-group .form-control {
	min-height: 50px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.block-contactform .contact-title {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	justify-content: end;
}

.block-contactform .contact-title h2 {
	font-size: 96px;
	opacity: 0.6;
	line-height: 90px;
	padding-left: 150px;

	font-weight: 300;
}

.block-contactform .contact-title h2 strong {
	font-weight: 800;
}

.block-contactform .contact-title img {
	position: absolute;
	left: 90px;
	margin-bottom: 90px;
}

.block-contactform .contact-title strong {
	display: block;


}

.block-associates {
	padding: 2% 0;
}

.block-associates .heading-l {
	text-align: center;
}

.block-associates .card {
	border-radius: 10px;
	padding: 10px;
}

.block-associates .card img {
	height: 80px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}































.block-procategory {
	background: #000;
	color: var(--white);
	padding: 4% 0;
}

.block-procategory .pc-thumb {
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	transition: 0.4s;
}

.block-procategory .pc-thumb:hover {
	opacity: 0.8;
}

.block-procategory .pc-thumb .curstatus {
	background: var(--yellow);
	color: #000;
	padding: 0 22px 0 10px;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: 0.4s;
}

.block-procategory .pc-thumb:hover .curstatus {
	padding: 0 22px 0 20px;
}

.block-procategory .heading-l {
	margin-bottom: 10px;
}

.pad-tb {
	padding: 2% 0;
}

.ban-inner {
	
	/*background: url(../images/ban-inner.jpg) no-repeat center;*/
	background: url(../images/fpos/miscellaneous/event-calendar-banner.png) no-repeat center;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 30px;
	color: var(--white);
	font-weight: 800;

}

.ban-inner .heading {
	font-size: 40px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.e-listing .card {
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.e-listing .card:hover {
	background: #FFCF3C;
	color: var(--paragraph-color);
}

.e-listing .card .card-body {
	display: flex;
	position: relative;
	padding: 1.5rem 1rem;
}

.e-listing .card .card-body:before {
	content: "";
	width: 6px;
	height: 70px;
	background: var(--green);
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.e-upcoming .card .card-body:before {
	background: #FFCF3C;
}

.e-upcoming .card:hover .card-body:before {
	background: var(--green);
}

.e-past .card {
	background: #EFF8FF;
}

.e-past .card .card-body:before {
	background: var(--green);
}

.e-listing .card .card-body>i {
	font-size: 30px;
	color: #CECECE;
	transition: 0.3s;
	width: 16%;
	text-align: center;
}

.e-listing .card .e-info {
	width: 84%;
}

.e-listing .card .e-info h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;

}

.e-listing .card .e-info .address,
.e-listing .card .e-info .date-time {
	opacity: 0.7;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.e-listing .card .e-info .address i,
.e-listing .card .e-info .date-time i {
	width: 18px;
}

.e-listing .card:hover .card-body>i {
	color: #333;
}

.e-listing .card .card-body a {
	color: var(--paragraph-color);
}


.e-details .btn-row button img{
	width: 25px;
}



.e-details .card {
	transition: 0.3s;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.e-details .card .card-body {
	display: flex;
	position: relative;
	padding: 1.5rem 1rem;
}

.e-details .card .card-body:before {
	content: "";
	width: 6px;
	height: 70px;
	background: var(--green);
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}

.e-details .card .card-body .e-info .e-detailstxt {
	padding: 20px 0;
}

.e-details .card .card-body>i {
	font-size: 30px;
	color: #CECECE;
	transition: 0.3s;
	width: 50px;
	flex-shrink: 0;
	padding-left: 7px;
}

.e-details .card .e-info .address,
.e-details .card .e-info .date-time {
	opacity: 0.7;

}

.e-details .card .e-info .address i,
.e-details .card .e-info .date-time i {
	width: 18px;
}

.e-details .card .e-info h4 {
	font-size: 27px;
	color: var(--paragraph-color);
}

.e-details .card .e-info h4 a {
	color: var(--paragraph-color);
}








/* Tablets and smaller */
@media(max-width:1024px) {
	.month {
		padding: 0;
	}

	.day {
		padding: 0 2px;
	}

	.block-event-calender .btn-yellow img {
		display: none;
	}

	.year-header {
		height: auto;
	}

	.table-date {
		padding: 6px 8px;
	}

	.block-gallery .thumb-gallery img {
		height: 165px;
	}

	.block-contactform .contact-title h2 {
		font-size: 70px;
		line-height: 63px;
		padding-left: 150px;

	}

	.block-contactform .contact-title img {
		left: 30px;
	}
}

@media(max-width:820px) {

	.section-banner .ban-txt,
	.section-banner .owl-nav {
		transform: translate(10%, -50%);
	}

	.block-event-calender {
		margin-bottom: 20px;
	}

	.block-contactform .contact-title img {
		transform: scaleY(-1) rotate(-50deg);
		margin: 0;
		left: 40%;
	}
}

@media only screen and (max-width: 780px) {
	.content {
		overflow: visible;
		position: relative;
		max-width: 100%;
		width: 370px;
		height: 100%;
		background: #52A0FD;
		background: -moz-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
		background: -webkit-linear-gradient(left, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
		background: linear-gradient(to right, #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
	}

	.dialog {
		width: 370px;
		height: 450px;
		border-radius: 3px;
		top: 0;
		left: 0;
	}

	.events-container {
		float: none;
		overflow: visible;
		margin: 0 auto;
		padding: 0;
		display: block;
		left: 0;
		border-radius: 3px;
	}

	.calendar-container {
		float: none;
		padding: 0;
		margin: 0 auto;
		margin-right: 0;
		display: block;
		left: 0;
		border-radius: 3px;
	}
}

/* Small phone screens */
@media only screen and (max-width: 400px) {

	.content,
	.events-container,
	.year-header,
	.calendar-container {

		margin: 0;
	}

	.allevents {
		margin: 0;
	}

	.dialog {
		width: 320px;
	}

	.months-table {
		display: block;
		margin: 0 auto;
		width: 320px;
	}

	.active-date,
	.table-date:not(.nil):hover,
	.event-date {
		background-size: 35px 35px;
	}

	.block-gallery .thumb-gallery img {
		height: 115px;
	}

	.block-contactform .contact-title h2 {
		font-size: 55px;
		line-height: 50px;
		padding-left: 130px;
	}

	.block-contactform .contact-title img {
		left: 0;
		width: 80px;
	}

	.block-associates .col {
		width: 50%;
		flex: 0 0 auto;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.day {
		padding: 0 6px;
	}

	.month {
		display: inline-block;
		padding: 5px;
		font-size: .6rem;
	}

	.table-date {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.event-name,
	.event-count,
	.event-cancelled {
		font-size: .8rem;
	}

	.add-button {
		bottom: 10px;
		right: 10px;
		padding: 0.5rem 1.5rem;
	}
}


.car-projects .card {
	border: 0;
	border-radius: 0;
	background: none;
	position: relative;
	cursor: pointer;
}

.car-projects .card .popular {
	background: #DD4200;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 20px 1px 8px;
	position: absolute;
	font-size: 14px;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	top: 15px;
	z-index: 1;
}

.car-projects .card .fab {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.071 13.142L13.414 18.8a2 2 0 0 1-2.828 0l-5.657-5.657A5 5 0 1 1 12 6.072a5 5 0 0 1 7.071 7.07'/%3E%3C/svg%3E") no-repeat;
	height: 35px;
	width: 35px;
	position: absolute;
	font-size: 14px;
	top: 15px;
	cursor: pointer;
	right: 15px;
	z-index: 1;
}

.car-projects .card .fab.fabed {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dd4200' fill-rule='evenodd' d='M4.222 5.364A6.002 6.002 0 0 1 12 4.758a6.002 6.002 0 0 1 7.778 9.091l-5.657 5.657a3 3 0 0 1-4.242 0L4.222 13.85a6 6 0 0 1 0-8.485' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
}

.car-projects .card .img {
	position: relative;
	overflow: hidden;

}

.car-projects .card .img .overlay {
	position: absolute;
	transform: translate(0, 100%);
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	justify-content: center;
	transition: 0.4s;
}


.car-projects .card .img img {
	border-radius: 0;
	height: 390px;
	object-fit: cover;
}

.car-projects .card:hover .img .overlay {
	transform: translate(0, 0);
	left: 0;

}

.car-projects .card .img .overlay img {
	width: auto;
	height: auto;
	max-width: 100px;
	align-self: center;
}

.car-projects .card .card-body {
	padding: 50px 0 0 0;
	position: relative;
}

.car-projects .card .card-body img {
	display: inline-block !important;
	width: auto !important;

}

.car-projects .card .card-body .card-title {
	font-size: 32px;
}

.car-projects .card .btn {
	position: absolute;
	right: -10px;
	top: -20px;
	white-space: nowrap;
	font-weight: 800;
	text-transform: uppercase;
	padding: 12px 20px;
}








































.heading-l {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}








.tbl-comm {
	display: table;
	width: 100%;
}

.tbl-comm .tbl-cell {
	display: table-cell;
	vertical-align: middle;

}


.section-footer {
	background-color: black;
	background-repeat: no-repeat;
	background-position: 25% bottom, 63% center;
	color: var(--white);
	border-top: solid 2px var(--yellow);
	position: relative;
}

.section-footer .logo {
	width: 240px;
	max-width: 100%;
}

.section-footer .f-address {
	font-weight: 200;
	font-style: italic;
	margin-top: 15px;
}

.section-footer .footer-links {
	padding: 60px 0;
}





.section-footer .f-links ul,
.section-footer .f-links ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.section-footer a {
	color: var(--white);
	text-decoration: none;
	transition: 0.4s;
}

.section-footer a:hover {
	color: #cacaca;
}

.section-footer .f-links ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 7px;
}

.section-footer .subscribe .fld-subscribe .form-control {
	background: var(--white);
	border: 0;
	border-radius: 0;
	clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
	height: 55px;
	padding: 0 30px;
}

.section-footer .subscribe .fld-subscribe .input-group-append {
	display: flex;
	margin-left: -20px !important;
	z-index: 999;
	align-items: center;
}

.section-footer .subscribe .fld-subscribe .input-group-text {
	background: none;
	border: 0;
	padding: 0;

}

.section-footer .fld-subscribe::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	font-weight: 400;
}

.section-footer .fld-subscribe:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--white);
}

.section-footer .fld-subscribe::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--white);
}




.section-footer .row-contact-info {
	margin-top: 10px;
	position: relative;
}

.section-footer .row-contact-info h6 {
	font-weight: bold;
	font-size: 16px;

}

.section-footer .row-contact-info .ph .ico-ph {
	display: inline-block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8.12 8.12 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.61.61 0 0 0 0 .12l21 47l-20.67 24.74a6.13 6.13 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8.44 8.44 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208'/%3E%3C/svg%3E") no-repeat;
	height: 15px;
	width: 22px;
	vertical-align: middle;

}

.section-footer .row-contact-info .mail .ico-mail {
	display: inline-block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm3.519 0L12 11.671L18.481 6zM20 7.329l-7.341 6.424a1 1 0 0 1-1.318 0L4 7.329V18h16z'/%3E%3C/svg%3E")no-repeat;
	height: 15px;
	width: 22px;
	vertical-align: middle;

}

.btn.btn-social-icon {
	width: 40px;
	height: 40px;
	padding: 0
}

.social-btns>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
}

.social-btns>a:hover {
	color: #cacaca;
}

.social-btns {
	margin: 0 0 20px !important
}

.btn.btn-rounded {
	border-radius: 50px
}

.ham-menu {
	width: 30px;
	cursor: pointer;
	float: right;
	margin: 12px 0;
	display: none !important;
}

.ham-menu span {
	display: block;
	height: 2px;
	margin: 4px 0;
	background: var(--paragraph-color);
	width: 100%;
}



.text-right {
	text-align: right;
}





.section-body {
	min-height: calc(100vh - 200px);
	padding-top: 20px;
}

.header-white {
	position: relative;
	border-bottom: solid 1px #BFBFBF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	align-items: center;
}

.section-header.header-white .logo {
	background: var(--white);
}

.section-header.header-white .header-links {
	padding: 15px 40px 2px 60px;


}

.section-header.header-white .header-links:before {
	display: none;
}

.section-header.header-white .header-links:after {
	display: none;
}

.section-header.header-white .top-navigation a,
.section-header.header-white .header-links .contactlinks,
.section-header.header-white .header-links .contactlinks a {
	color: var(--paragraph-color);

}

.section-header.header-white .top-navigation a:hover,
.section-header.header-white .header-links .contactlinks a:hover {
	color: var(--yellow);
}

.section-header.header-white .top-navigation>a {
	padding: 12px 14px;
}

.section-header.header-white .header-links .contactlinks .ico-mail {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1.95c-5.52 0-10 4.48-10 10s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8s8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.43c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47c.65.89 1.77 1.47 2.96 1.47c1.97 0 3.5-1.6 3.5-3.57v-1.43c0-5.52-4.48-10-10-10m0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3'/%3E%3C/svg%3E")no-repeat;
}

.section-header.header-white .header-links .contactlinks .ico-ph {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3Cpath fill='black' d='m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8.12 8.12 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.61.61 0 0 0 0 .12l21 47l-20.67 24.74a6.13 6.13 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8.44 8.44 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208'/%3E%3C/svg%3E") no-repeat;
}

.section-header.header-white .header-links .myfavourites a {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M19.071 13.142L13.414 18.8a2 2 0 0 1-2.828 0l-5.657-5.657A5 5 0 1 1 12 6.072a5 5 0 0 1 7.071 7.07'/%3E%3C/svg%3E") no-repeat center;
}

.project-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0 10px;
}

.project-name .l {
	display: flex;
	align-items: center;
}

.project-name .l img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-right: 20px;
}

.project-name .l p {
	margin: 0;
}

.project-name .r .btn-skew:before {
	border: solid 1px #bebebe;
}

.project-name .r .btn .fab {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M19.071 13.142L13.414 18.8a2 2 0 0 1-2.828 0l-5.657-5.657A5 5 0 1 1 12 6.072a5 5 0 0 1 7.071 7.07'/%3E%3C/svg%3E") no-repeat center;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;

}

.project-name .r .btn .fabed {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dd4200' fill-rule='evenodd' d='M4.222 5.364A6.002 6.002 0 0 1 12 4.758a6.002 6.002 0 0 1 7.778 9.091l-5.657 5.657a3 3 0 0 1-4.242 0L4.222 13.85a6 6 0 0 1 0-8.485' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;


}

.pro-images {
	display: flex;

}

.pro-images .l {
	width: 67.66666667%;
	flex-wrap: wrap;
	margin-right: 15px;
}

.pro-images .l img {
	height: 100%;
	object-fit: cover;
}

.pro-images .r {
	width: 32.33333333%;
	flex-wrap: wrap;

}

.pro-images .r div {
	height: calc(50% - 7.5px);
	position: relative;
}

.pro-images .r div+div {
	margin-top: 15px;
}

.pro-images .r img {
	height: 100%;
	object-fit: cover;
}

.pro-images .r .overlay {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: var(--white);
	flex-flow: column;
	cursor: pointer;

}

.pro-images .r .overlay i {
	display: block;
	margin-bottom: 5px;
}

.block-tabs {
	padding: 30px 0;
	position: relative;
}

.block-tabs::before {
	content: "Regnant Royal";
	text-transform: uppercase;
	color: #F7F7F7;
	font-size: 224px;
	font-weight: 800;
	width: 100%;
	white-space: nowrap;
	line-height: 160px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transform: translate(-10%, 0);

}






















@media only screen and (max-width: 1366px) {
	.section-banner>img {

		height: 650px;
	}

	.car-gallery .item img {
		height: 225px;
	}
}

@media only screen and (max-width: 1024px) {

	.ham-menu {
		display: table-cell !important;
		margin: 15px;
	}

	.section-header {
		align-items: center;
	}

	.section-banner .bantxt-container .left {
		max-width: 370px;
	}

	.heading-l {
		font-size: 38px;
		margin-bottom: 10px;
	}

	.car-projects .card .card-body .card-title {
		font-size: 22px;
	}

	.block-procategory .pc-thumb .curstatus {
		font-size: 16px;
		line-height: normal;
		padding: 2px 22px 2px 10px;
	}

	.section-header .header-links {
		display: none;
		position: fixed;
		background: #f8f8f8;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		padding: 40px 20px;
		text-align: left;
		z-index: 9;
	}

	.section-header .header-links .close-menu {
		display: block;
		position: absolute;
		right: 10px;
		background: #d7d7d7;
		width: 35px;
		height: 35px;
		border-radius: 100px;
		text-align: center;
		top: 15px;
		line-height: 35px;
		font-size: 17px;
		color: var(--paragraph-color);
	}

	.section-header .header-links>.tbl-comm,
	.section-header .header-links>.tbl-comm>.tbl-cell {
		display: block;
	}

	.section-header .top-navigation {
		padding: 0;
	}

	.section-header .contact {
		padding: 10px;
		background: #f6f6f6;
		margin: 15px 0;
	}

	.section-header .top-navigation a {
		display: block;
		margin: 0;
		padding: 10px;
		color: var(--heading-color);
		text-align: left;

	}

	.section-header .top-navigation li {
		border-bottom: solid 1px #d6d6d6;
	}

	.section-header .top-navigation ul li+li {
		margin: 0;
	}

	.section-header .header-links .myfavourites .count {
		left: auto;
		right: 0;
		top: 15px;
		width: 50px;
	}

	.section-header .header-links .contactlinks {
		margin-bottom: 20px;
		clip-path: none;
		background: none;
	}

	.section-header .top-navigation ul {
		display: block;

	}

	.section-header .top-navigation .submenu {
		position: relative;
		width: auto;
	}

	.section-header .top-navigation li:hover a,
	.section-header .top-navigation a:hover .section-header .top-navigation a.active {
		color: var(--yellow)
	}

	.section-header .top-navigation li .submenu a {
		color: var(--paragraph-color);
	}

	.section-header .btn-col {
		width: auto;
	}

	.section-banner .ban {
		min-height: 0;

	}



	.section-banner .ban-inner {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.ban-inner .heading {
		font-size: 34px;
	}

	.car-how-we-work .card .card-body {
		min-height: 500px;
	}

	.section-header img {
		max-width: 130px;
	}

	.e-listing .card .card-body {
		padding: 1rem;
	}

	.e-listing .card {
		margin-bottom: 12px;
	}

	.car-projects .card .img img {
		height: 250px;
	}








	.section-banner .ban {
		height: 420px;
		background-position: left;
	}

	.section-banner .ban>img {
		height: 420px;
	}

	.section-banner .bantxt-container .left {
		padding: 15px;
	}

	.section-banner .ban-txt,
	.section-banner .owl-nav {

		width: 370px;
	}

	.section-banner .ban-txt h4 {
		font-size: 35px;
	}

	.section-banner .bantxt-container .left h4 {
		font-size: 20px;
	}

	.section-header .header-links:before {
		clip-path: none;
	}

	.section-header .header-links:after {
		display: none;
	}
}

@media only screen and (max-width: 820px) {


	.f-links .subscribe {
		margin-top: 25px;
	}

	.section-footer .footer-links {
		padding: 30px 0;
	}

	.f-links,
	.subscribe {
		margin-top: 20px;
	}

	.car-projects .card .img img {
		height: 191px;
	}
}

@media only screen and (max-width: 768px) {

	.e-listing .card .card-body>i {
		font-size: 20px;
	}

	.ban-inner .heading {
        font-size: 20px;
    }
	.section-header .header-links .contactlinks .socials {
		margin-right: 12px;
		display: block;
		margin-top: 18px;
		text-align: center;
	}
	.section-header .header-links .contactlinks > a:first-child {
		display: block;
	}
	.section-header .header-links .contactlinks a {
		font-size: 14px;
	}
	.section-header .header-links .contactlinks .socials a {
		padding: 0 6px;
	}

	.section-banner>img {
		height: 500px;
	}

	.section-banner .ban-txt h3 {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 5px;
	}

	.car-insights .card .card-body {
		padding: 20px;
	}

	.car-insights .card .card-title {
		font-size: 19px;
	}

	.car-insights .card .card-text {
		margin-bottom: 0;
	}

	.heading-l {
		font-size: 25px;
	}




	.section-banner .ban {
		height: 350px;
	}

	.section-banner .owl-nav {
		bottom: 20px;
	}



}

@media only screen and (max-width: 450px) {
	.ad {
		background: #F5F5F5;
		padding: 0;
	}
	.noticeboard-ticker .nb-label {
		background: #007f14;
	}
	.section-header .logo {
		padding: 5px;
		padding-left: 10px;
	}
	.e-details .btn-row {
		text-align: right;
		display: flex;
		justify-content: space-around;
		margin-top: 42px;
	}
	.e-details .btn-row button {
		font-size: 14px;
	}
	.e-details .btn-row button img{
		width: 22px;
        padding-right: 6px;
	}
	.section-header .logo img {
		max-width: 180px;
		height: auto;
	}
	.btn-white img {
		margin-right: 0px;
	}
	.btn-yellow img {
		margin-right: 0px;
	}
	.ham-menu {
		margin: 10px;
	}

	.section-banner .ban-txt {
		width: 100%;
		position: relative;
		left: auto;
		top: 0;
		transform: unset;
		background: #363636;
		padding: 10px;
	}

	.section-banner .ban-txt h4 {
		font-size: 20px;
		margin: 0;
	}

	.section-banner .ban-txt .tbl-comm .address img {
		width: 22px;
		height: 22px;
		margin: 2px 5px 0 0;
	}

	.heading-l {
		font-size: 25px;
	}

	.e-details .card .card-body {
		padding: 0.8rem;
	}

	.e-details .card .card-body>i {
		font-size: 22px;
		width: 38px;
		padding-left: 4px;
		display: none;
	}
	.e-details .card .card-body:before {
		display: none;
	}
	.bengali-font {
		font-family: "Noto Serif Bengali", serif;
		font-size: 17px;
	}
	.e-details .card .e-info h4 {
		font-size: 20px;
	}

	.e-details .btn-row button {
		margin-bottom: 8px;
		padding: 5px;
        display: flex;
        align-items: center;
	}

	.block-procategory .pc-thumb .curstatus {
		font-size: 14px;
	}

	.section-banner .ban-txt .tbl-comm,
	.section-banner .ban-txt .tbl-comm .tbl-cell {
		display: block;
	}

	.section-banner .ban-txt .sublines {
		display: flex;
		font-size: 15px;
font-weight: normal;
		line-height: normal;
	}

	.section-banner .ban-txt .tbl-comm img {
		height: 100px;
		margin: auto;
		display: block;
	}

	.section-banner .ban-txt ul {
		margin-bottom: 20px;
	}

	.custom1 .owl-stage {
		align-items: flex-start;
	}

	.section-banner .ban {
		padding-top: 0;
		height: auto;
		background: none !important;
	}

	.section-banner .ban>img {
		height: 100%;
	}

	.section-banner .bantxt-container .left p {
		font-size: 14px;
	}


	.section-banner .bantxt-container .left h4 {
		font-size: 18px;
		margin-bottom: 2px;
	}

	.section-banner .ban-txt .btn {
		right: 50%;
		transform: translate(50%, 0);
		white-space: nowrap;
		font-size: 17px;
		padding: 10px 25px;
	}

	.section-header {
		padding: 10px 0;
	}

	.section-banner .container {
		background: #333;
	}

	.car-projects .card .img img {
		height: 307px;
	}

	.section-banner .owl-nav {
		left: 0;
		transform: translate(0, -50%);
		bottom: 50%;
	}

	.section-banner .owl-nav .owl-prev,
	.section-banner .owl-nav .owl-next {
		width: 18px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0;
		position: absolute;
	}
	.noticeboard-ticker .nb-label img {
		margin-left: 10px;
		display: none;
	}
	.noticeboard-ticker .nb-label.bengali-font {
		font-size: 13px;
		width: auto;
	}

	.noticeboard-ticker .nb-label {
		padding: 6px;
	}

	.ec-container {
		padding: 10px;
		display: block;
	}
}