@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

body {
	padding:0;
	margin:0;
	box-sizing:border-box;
	overflow-x: hidden;	
	font-family: 'Readex Pro', sans-serif;
	font-size:16px;
	color:rgb(41, 41, 41);
	/*background:rgb(255, 255, 255);*/
	background-color: #F1F1F1 !important;
}
.nopad {
	padding: 0;
}
.tpad {
	padding-top:15px;
}
.bpad {
	padding-bottom:15px;
}
.lpad {
	padding-left:15px;
}
.rpad {
	padding-right:15px;
}
.nomargin {
	margin: 0;
}
.tmargin {
	margin-top:15px;
}
.bmargin {
	margin-bottom:15px;
}
.lmargin {
	margin-left:15px;
}
.rmargin {
	margin-right:15px;
}

a:hover {
	text-decoration: none;
}

.nav_section .nav-link {
	font-size: 16px;
	font-weight: 600;
}
.nav_section .nav-item {
	width: 100%;
	text-align: center;
	color: #fff;
}
#main_nav {
	width: 100%;
	padding:0 30px;
}
#main_nav li a {
	white-space: nowrap;
	padding:12px 0;
	font-family: 'Inter', sans-serif ;
	font-weight: 600;
}

.logo img {
	max-width: 320px;
	width: 100%;
	margin: 10px 0;
	margin-left: -56px;
}
#main_nav li:hover .dropdown-menu {
	display: block;
}
/* .banner {
	background-image: url('../images/canton_bg_new.png');
	background-size: cover;
	height: 100%;
	position: relative;
	background-position:center top;
	border-radius:30px;
} */


/* Custom update css */
#main_nav li a {
	white-space: nowrap;
	padding: 12px 0;
	color: #222;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: left;
}

.row.vendor {
	background-color: #205081;
	text-align: center;
	color: white;
	padding: 40px 60px;
}
.awesome i {
	font-size: 33px;
	color: #90a8c0;
	margin-bottom: 10px;
}
.user_submit {
	width: 100%;
	background: rgba(42, 178, 123,0.95);
	padding: 5px;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.dashboard_body {
	margin: 20px auto;
}
.main_cat {
	padding: 15px;
	display: block;
	font-weight: 600;
}
.sub_sec {
	list-style: none;
}

.lis_pro_pic {
	width: 100%;
	height: auto;
}
.lis_phone {
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(238, 238, 238);
	color: rgb(41, 41, 41);
}
.send_msg {
	background: rgba(42, 178, 123,0.95);
	color: #fff;
}
.lis_head, .lis_body {
	padding:15px;
}
.list_msg p {
  padding:15px;
  margin:0;	
}
.single_listing p {
	color: rgb(119, 119, 119);
	font-size: 15px;
	font-weight: 500;
}
.lis_body_data {
	padding:15px;
	
}
.lis_soc a {
	padding: 0 6px;
	font-size: 19px;
}
.msg_box h3 {
	background: #205081;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom:25px;
}
.msg_logo img{
	width:100%;
	height:auto;
}
.send_msg_sec {
	margin:50px auto;
}
.msg_back_btn {
	display: block;
	color: #fff;
	background: #205081;
	padding: 8px 15px;
	text-align: center;
	margin: 25px auto;
	border-radius: 2px;
	font-weight: 600;
}
.send_msg_btn {
	width: 100%;
	padding: 8px 15px;
	color: #fff;
	font-weight: 600;
	background: rgba(42, 178, 123,0.95);
	border: 1px solid rgba(42, 178, 123,0.95);
	border-radius: 2px;
	margin: 15px auto;
}
#review span {
	color: #B94A48;
	font-size: 28px;
}
.view_msg_box {
	margin:50px auto;
}
.search_logo img {
	max-width:250px;
	width:100%;
	height:auto;
	border-radius:4px;
}
.listing_btn {
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
}
.phone_btn {
	background: #31a8bb;
}
.send_btn {
	border-radius: 7.033px;
	background: #1E5B9F;
	width: 167.777px;
	font-weight: 400;
}
.view_btn {
	border-radius: 7.033px;
	background: #2E4A69;
	font-weight: 400;
	width: 167.777px;
}
.send_btn:hover, .view_btn:hover {
	color: #fff;
}
.single_listing h3 {
	font-size: 20px;
}
.single_listing p {
	font-size: 14px;
}

.form-group.has-error span {
	color: red;
}
.form-group.has-error input {
	border-color: red;
}

.dropdown-menu {
	background: #fff;
	padding: 0px;
	margin-top: 0;
	border-radius: 0;
	width: auto;
	border: none;
	text-align: left;
}
.nav-item.contact a {
	text-align: center !important;
}

.dropdown-menu li a {
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.events_body h2 {
	color: rgb(236,29,36);
	padding: 25px 0;
	font-weight: 600;
}
.single_event {
	margin: 20px auto;
	border: 1px solid #ccc;
}
.date_sec {
	max-width: 180px;
	padding: 10px;
	display: inline-block;
}
.eve_data {
	width: calc(100% - 180px);
	float: right;
	padding: 15px;
}
.date_field {
	padding: 15px;
	font-size: 30px;
	text-align: center;
	color: rgb(236,29,36);
}
.event_date_box {
	max-width: 160px;
	width: 100%;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 7px;
	background: #f2f2f2;
}
.event_month {
	display: block;
	padding: 8px;
	background: rgb(236,29,36);
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.event_date {
	display: block;
	padding: 15px;
	font-size: 40px;
}
.event_year {
	display: block;
	padding: 15px;
	background: #205081;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.eve_data h3 a {
	color: #000;
}
.events_body h2 {
	text-align: center;
}
.full_btn {
	width: 100%;
	font-weight: 600;
	line-height: 2.5;
	color: #fff;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.blue_btn {
	background: rgba(32, 80, 129,0.95);
	border: 1px solid rgba(32, 80, 129,0.95);
}
.req{
	color:#a94442;
}
.login-sec{
	margin:30px auto;
}
#login_form{
	margin:20px auto;
}
.error{
  color:red;
}
.err_msg {
	color: #fff;
	text-align: center;
	background: #d54040;
	padding: 3px;
}
.msg {
	margin-top: 10px; 
}
.login{
	margin:30px auto;
}
#login_form{
	margin:20px auto;
}
.green_btn {
	background: rgba(42, 178, 123,0.95);
	border: 1px solid rgba(42, 178, 123,0.95);
}
.has-error {
	color: #a94442;
}
.join h1 {
	text-align: center;
	margin: 30px auto;
	font-weight: 600;
	font-size: 44px;
}
.join h1 small {
	display:block;
}
.circle {
	display: inline-block;
	width: 40px;
	height: 41px;
	border-radius: 50%;
	position:relative;
}
.soc_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.banner_btns.row {
	margin: 25px auto;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	border: 2px solid black;
	padding: 5px;
	max-width: 200px;
	margin: 20px auto;
}
.full_width {
	background: #FBFDFF;
	padding: 40px 0;
}
.ctimer_h1 {
	color: #1E5B9F;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	font-weight: 600 !important;
	padding: 15px 5px;
}
#countdown_timer {
	color: #DA3932;
	text-align: center;
	font-size: 36.933px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 210px !important;
	display: inline-block;
}
.h1_text {
	font-family: 'Poppins', sans-serif !important;
}
#countdown_timer {
	font-weight: 700 !important;
}
@media only screen and (max-width:992px){ 
	.h1_text {
		font-size: 26px;
	}
	#countdown_timer {
		font-size: 24px;
	}
	.ctimer_h1 {
		width: 100%;
		display: block;
		line-height: normal;
		font-size:24px;
	}
}

#main_nav li a {
	margin: 0 20px;
	text-align: center;
}
.single_listing h3 a {
	color: #111;
	text-align: center;
	font-family: 'Readex Pro' !important;
	font-size: 24.392px;
	font-style: normal;
	font-weight: 500;
	line-height: 21.26px;
}
#main_nav .dropdown-menu li a {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-align: left;
}
@media only screen and (max-width:992px){
	.dropdown-menu li a {
		text-align: center !important;
	}
}
.dashboard_body {
	background: #fff;
	margin-bottom: 60px;
}
.acc_sidebar .dash_sidebar {
	background: #fff;
	border: none;
}
.dashboard_body h3 {
	font-size: 21px;
	margin: 10px 0;
	background: #cccc;
	padding: 9px 15px;
	color: #2f2d2deb;
}
.dashboard_body {
	margin: 20px auto;
	padding:20px;
	margin-top: 0;
}
.dashboard_body h2 {
	font-size: 24px;
	color: #1e5b9f;
	margin-bottom: 20px;
}
.user_cats {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.cats_head_box {
	padding: 8px 10px;
	background: #cccc;
}
.label-warning {
	background-color: rgb(240, 173, 78);
	color: rgb(255, 255, 255) !important;
	padding: 4px 10px;
}
.label-success {
	background-color: rgb(17, 145, 12);
	color: rgb(255, 255, 255) !important;
	padding: 4px 10px;
}
.post_drop li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	font-size: 12px;
	font-weight: 400 !important;
}
.post_drop {
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15) !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}