html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #1A1A1A;
	background-color: #faf9f9;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
	color: #1A1A1A;
}

p {
	margin: 0;
}

a {
	text-decoration: none !important;
	color: #2b2c2f;
}

a:hover {
	color: #f5333f;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
	font-weight: 500;
}

.btn-primary {
	background-color: #F85A5C;
	border-color: #F85A5C;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #7A1600 !important;
	border-color: #7A1600 !important;
	color: #fff !important;
}

.btn-plain {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	border-radius: 0;
	padding: 0;
	background: none;
}

.btn:not(.btn-sm) {
	font-size: 14px;
	padding: .450rem .95rem;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .35rem .8rem;
	font-size: 13px;
}

.header {
	flex-shrink: 0;
}

.header-upper {
	/* border-bottom: solid 2px #f5333f; */
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
	max-height: 50px;
}

.navbar-light .navbar-nav .nav-link {
	color: #1A1A1A;
}

.main-content {
	flex-grow: 1;
}

.log-reg-sec {
	padding: 60px 0;
}

.log-reg-head {
	text-align: center;
	margin-bottom: 30px;
}

.log-reg-head h1 {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
}

.log-reg-form {
	max-width: 700px;
	margin: auto;
}

.log-reg-form .form-label {
	font-weight: 600;
}

.footer {
	background-color: #323232;
	flex-shrink: 0;
	padding: 30px 0;
	color: #dadada;
}

.footer-upper {
	border-bottom: solid 1px rgb(117, 112, 112);
	margin-bottom: 20px;
}

.ftr-block {
	margin-bottom: 30px;
}

.ftr-block h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #dadada;
}

.ftr-block p {
	margin-bottom: 12px;
}

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

.ul-add li,
.ul-link li {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.ul-add li i {
	margin-right: 3px;
	width: 20px;
}

.ul-add li:last-child,
.ul-link li:last-child {
	margin-bottom: 0;
}

.ul-link li a {
	color: #dadada;
	font-size: 14px;
	transition: 0.2s ease-in-out 0s;
}

.ul-link li i {
	margin-right: 5px;
	font-size: 13px;
}

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

.social-block {
	display: flex;
}

.social-block a {
	margin-right: 10px;
	font-size: 25px;
	color: #dadada;
}

.social-block a:last-child {
	margin-right: 0;
}

.foote-low-block p {
	font-size: 13px;
	text-align: center;
}

.body-sec {
	padding: 0 0 50px;
}

.item-sec {
	margin-top: 30px;
	position: relative;
}

.sec-head {
	margin-bottom: 20px;
}


.sec-head h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.home-banner-dtl {
	padding: 0 5px;
}

.home-banner-dtl h4 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
	max-height: 50px;
	overflow: hidden;
}

.home-banner-dtl p {
	font-size: 15px;
	color: rgba(85, 85, 85, 0.90);
	line-height: 25px;
	height: 76px;
	overflow: hidden;
	margin-bottom: 4px;
}

.item-call-rc {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 104px;
}

.cl-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
}

.cl-img img {
	max-height: 90px;
}

.cl-cnt p {
	font-size: 18px;
	color: #989898;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 500;
}

.cl-cnt h4 {
	font-size: 38px;
	color: #454545;
	margin-bottom: 0;
	font-weight: 700;
}

.item-gallery {
	position: relative;
	height: 190px;
}

.item-gallery img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hover-block {
	position: absolute;
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 77, 69, 0.5);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out 0s;
}

.hover-block p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	margin: 0;
}

.cover-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 7;
}

.item-gallery:hover .hover-block {
	visibility: visible;
	opacity: 1;
}

.frnt-footer {
	background: #b3a5a5;
	padding: 35px 0 20px;
}

.footer-logo img {
	max-height: 54px;
}

.footer-add {
	padding-top: 15px;
}

.footer-add h6 {
	color: #211e1e;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.itm-ft-add {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.itm-ft-add:last-child {
	margin-bottom: 0;
}

.spn-ft-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	margin-right: 12px;
	color: #F85A5C;
	flex-shrink: 0;
}

.ft-adrs span {
	display: block;
	color: #e81111;
	font-size: 12px;
	margin-bottom: 1px;
}

.ft-adrs p {
	color: #0e0000;
	font-size: 15px;
}

.btn-outline-warning {
	border: solid 1px #F8B94C !important;
	color: #F8B94C;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
	background: #F8B94C;
	color: #fff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	color: #1A1A1A;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
	color: #4b5056;
	background: rgba(255, 77, 69, 0.10);
	font-weight: 500;
	color: #1A1A1A;
	white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(odd) td {
	background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(even) td {
	background: #f9f9f9 !important;
}

.table:not(.table-sm) > thead > tr > th,
.table:not(.table-sm) > tbody > tr > th,
.table:not(.table-sm) > tfoot > tr > th,
.table:not(.table-sm) > thead > tr > td,
.table:not(.table-sm) > tbody > tr > td,
.table:not(.table-sm) > tfoot > tr > td {
	padding: 15px;
	font-size: 13px;
}

.read-more {
	font-size: 15px;
	font-weight: 500;
	color: #FF4D45;
}

.home-banner .carousel-control-next, .carousel-control-prev {
	opacity: 1;
	top: 42%;
	bottom: auto;
	width: 40px;
	background: rgb(245 51 63 / 65%);
	border: none;
}

.btn-outline-primary {
	border: solid 1px #F85A5C !important;
	color: #F85A5C;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background: #F85A5C !important;
	color: #fff !important;
}

/* filter sidevav */

.sidenav {
	/* height: 100%; */
	/* width: 0; */
	/* position: fixed; */
	z-index: 8;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	/* height: 100vh; */
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.8);
	overflow: auto;
}

.sidenav h2{
	padding: 20px !important;
	color: #000 !important;
	background: #F7F7F7;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
}

.sidenav .province{
	padding: 15px 20px;
}

.sidenav .province .pro-item{
	color: #000;
	font-size: 13px;
	margin-bottom: 15px;
}

.sidenav .province .pro-item .drop .dropdown .item{
	background: transparent;
	border: 2px solid #FFEEEE !important;
	color: #F78681;
	padding: 0 15px;
	width: 100%;
	font-size: 12px;
	text-align: left;
}

.sidenav .province .search{
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	padding: 10px 85px;
	border-color: #F78681;
	border: 1px solid #F78681 !important;
	background: #F78681;
	border-radius: 3px;
	margin-top: 10px;
	width: 100%;
}

.sidenav .province .close{
	text-decoration: none;
	font-weight: 600;
	color: #6D6D6D !important;
	font-size: 13px;
	padding: 15px 10px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	opacity: 1;
}

.sidenav .province .close:hover{
	color: #000;
}

.sidenav .province .pro-item .drop .dropdown .dropdown-menu a{
	font-size: 15px;
}

.sidenav .province .pro-item .topic{
	margin-bottom: 7px;
}

.sidenav .province .pro-item .dropdown {
	width: 100%;
}

.sidenav .closebtn {
	/* position: absolute; */
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.fltr-block .sidenav {
	position: absolute !important;
	width: calc(100% - 10px) !important;
	height: 100% !important;
}

.fltr-block .sidenav h2 {
	padding: 15px !important;
	font-size: 12px !important;
}

.fltr-block .sidenav .filter-close {
	padding: 8px !important;
	float: right;
	margin-top: 5px;
	opacity: 0.2;
}

.fltr-block .sidenav .province .pro-item {
	color: #000 !important;
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

.fltr-block .sidenav .province {
	padding: 10px 15px !important;
}

.fltr-block .sidenav .province .pro-item .topic {
	margin-bottom: 5px !important;
}

.fltr-block .sidenav .province .pro-item .drop .dropdown .item {
	border-width: 1px !important;
	padding: 0 10px !important;
	font-size: 11px !important;
}

.fltr-block .sidenav .province .pro-item .drop .dropdown select.item,
.fltr-block .sidenav .province .pro-item .drop .dropdown input.item {
	height: 30px !important;
}

.fltr-block .sidenav .province .search {
	padding: 8px 40px !important;
}

.fltr-block .sidenav .province .close {
	font-size: 12px !important;
}

.fltr-block {
	position: absolute;
	width: 270px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	transition: 0.2s ease-in-out 0s;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
}

.filterShow .fltr-block {
	visibility: visible;
	opacity: 1;
}

.btn-cancel {
	border: solid 1px #dedede !important;
	color: #867f7f;
}

.btn-cancel:hover, .btn-cancel:focus {
	border-color: #c1baba !important;
	color: #6f6464 !important;
}

.btn-warning  {
	background-color: #F8B94C;
	border-color:#F8B94C !important;
	color: #fff;
}

.btn-warning:hover,
.btn-warning:focus  {
	background-color: #e0a032;
	border-color:#e0a032 !important;
	color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	line-height: 1.42857143;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 6px 12px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	font-size: 18px;
	padding: 10px 16px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	font-size: 12px;
	padding: 5px 10px;
}
.pager {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ddd;
	border-radius: 15px;
	background-color: #fff;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	cursor: not-allowed;
	color: #999;
	background-color: #fff;
}

.td-icon img {
	width: 22px;
}
