/*common elements*/
body {
    font-family: "SUSE", sans-serif;
	  font-optical-sizing: auto;
	  font-style: normal;
	  font-weight: 400;
	  color: #242424;
}

h1, h2, h3, h4, h5 {
	font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.cursive-font {
  font-family: "Playwrite CU", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

::selection {
	color: #ffffff;
	background: #911332;

}

input[type=search] {
	border-radius: 10px;
  	border: 1px solid #D1D1D1;
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	outline: none;
  	color: #D1D1D1;
}

input[type=search]:focus {
	border: 2px solid #560e1e;
}

/*a {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}*/

.page {
	margin: 0px;
}

.main-content {
	/*background-color: #fff;*/
}

/*end common elements*/

/*start secondary navigation*/
.sec-nav {
	height: 40px;
	background-color: #F2F2F2;
	padding-top: 8px;
	font-size: 14px;
}

.sec-nav .site-navigation {
	font-weight: 400;
	color: #213673;
}

.sec-nav .site-navigation a {
	color: #911332;
}

/*.sec-nav .site-navigation .sub-menu {
	font-size: 14px;
	background-color: #F2F2F2;
	color: #213673;
	line-height: 20px;
}

.sec-nav .site-navigation .sub-menu .menu-item a {
	font-weight: 400;
}*/
/*end secondary navigation*/

/*top contact bar*/
.top-contact-bar {
	color: #660004;
	float: right;
	font-size: 16px;
	/*min-height: 30px;*/
}

.top-contact-bar a {
	color: #660004;
	text-decoration: none;
}

.top-contact-bar a:hover {
	color: #560e1e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.top-contact-bar-social {
	color: #ffffff;
	font-size: 24px;
}

.top-contact-bar-social a {
	color: #ffffff;
}

.top-contact-bar-social a:hover {
	color: #560e1e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/*end top contact bar*/

/*start navigation*/
.primary-nav {
	height: 50px;
	background-color: #fff;
	font-size: 18px;
	padding-top: 11px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #F1F1F1, #D1D1D1, #F1F1F1 75%) 1;
	font-family: "Playfair Display", serif;
	/*box-shadow: 0px 4px 0px 0px rgba(130,130,130,0.75);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(130,130,130,0.75);
	-moz-box-shadow: 0px 4px 0px 0px rgba(130,130,130,0.75);*/
}

.site-header {
	min-height: 60px;
	font-size: 16px;
	background-color: #ffffff;	
}

.site-header .container-fluid {
	margin: 0;
	padding: 0;
}

.site-header .search-form {
	/*width: 150px;*/
}

.site-navigation {
	color: #ffffff;	
	font-weight: 700;
}

.site-navigation a {
	color: #911332;
	text-decoration: none;
}

.site-navigation a:hover {
	color: #560e1e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.nav-bars {
	color: #660004;
	font-size: 24px;
}

.site-navigation .menu-item {
	padding-right: 17px;
}

.site-navigation .menu-item:last-child {
	padding-right: 0px;
}

.site-navigation .sub-menu {
	background-color: #ffffff;
	color: #911332;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	line-height: 30px;
	display: block;
}

.sub-menu {
	width: 290px;
	border: solid 1px #D1D1D1;
	border-radius: 10px;
}


.sub-menu li {
	text-align: left;
}

.main-navigation ul ul a {
	width: 100%;
	margin-bottom: 5px;
}

.main-navigation .sub-menu li {
	float: none;
}

.menu-item {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} /*centering items in nav*/

.menu-item a {
	color: #911332;
}

.site-navigation .sub-menu .menu-item a {
	font-size: 14px;
	font-weight: 600;
}

.navbar {
	padding-left: 0px;
}

.navbar ul {
	margin-left: 0px;
}

.navbar-toggler {
	border: none;
	padding: 0px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
	color: #bababa;
	border: none;
}

.dropdown-menu a {
	color: #bababa;
	border-bottom: 1px solid #dfdfdf;
}

.dropdown-menu a:visited {
	color: #bababa;
}

.dropdown-menu .current a {
	color: #bababa;
}

.site-branding {
	padding: 10px 0px 10px 0px;
	font-size: 30px;
	font-weight: 800;
	min-height: 60px;
}

.site-branding a {
	color: #660004;
	text-decoration: none;
}

.custom-logo {
	
}

/*start image gallery*/
.bwg_container {
	margin-top: 0px !important;
	
}

.tablenav-pages_0 {
	font-family: 'Noto Sans', sans-serif !important;
	color: inherit;
	background-color: transparent;
}
/*end image gallery*/

/**/


/*start inner pages*/

/*ss3-force-full-width {
	background-color: #000;
}*/

.feature-title {
	text-align: center;
	color: #911332;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.feature-title h1 {
	font-size: 2rem;
	position: relative;
  padding: 0;
  margin: 0;  
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /*line-height:3.5em;*/
  padding-bottom: 50px;
}

.feature-title h1:before { /*line*/
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; 
  margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #D1D1D1; 
  z-index: 4;
}
.feature-title h1:after { /*symbol*/
  position:absolute;
  width:40px; 
  height:40px; 
  left:50%; 
  margin-left:-20px; 
  bottom:0px;
  content: '\00a7'; 
  font-size:30px; 
  line-height:40px; 
  color:#911332;
  font-weight:400; 
  z-index: 5;
  display:block;
  background-color: #fff;
}

.title-bg {
	text-align: center;
	color: #242d33;
	border-bottom: 1px solid #FF8B0F;
	margin-bottom: 50px;
}

.title-bg h1 {
	display: inline-block;
	position: relative;
	top: 27px;
  background-color: rgb(248, 249, 250);
	padding: 0 16px;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-bg {
	background-image: url(assets/images/page-bg.jpg);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 20px;
	border: solid 1px #D1D1D1;
}

.page-area {
	padding-left: 300px;
}

/*.page-area ul {
	margin: 0 0 1.5em 0.5em;
}*/

.page-area ul li::before {
  content: "\F233";
  font-family: bootstrap-icons !important;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 5px;  
  color: inherit;
}

.page-bg .feature-title-two h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: none;
}

.content-area ol {
	margin-left: 25px;
	padding-left: 25px;
}

.content-area ul {
	list-style: none;
	padding: 0;
}

/*.content-area ul li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -1.0em;
	width: 1em;
}*/

.content-area a {
	color: inherit;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.content-area a:hover {
	color: #911332;
}
/*end inner pages*/

/*start catalog pages*/
.catalog-page-area ul {
	margin: 0 0 1.5em 0.5em;
}

.catalog-page-area ul li::before {
  content: "\F415";
  font-family: bootstrap-icons !important;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 5px;  
  color: #911332;
}

.w-100 {
  width: 100% !important;
  height: 30vh;
}
/*end catalog pages*/

/*start home page items*/
.sldr {
	/*padding-left: 0px !important;
	padding-right: 0px !important;*/
}

.home-slider {
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

.home-slider img {
	border-radius: 20px !important;
}

.light-section {
	background-image: url(assets/images/light-section.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-radius: 20px;
	height: 350px;
	/*max-width: 1300px;
	margin-left: 10px;
	margin-right: 10px;*/
}

.light-section p {
	padding-left: 420px;
	padding-right: 20px;
	padding-top: 12px;
	font-family: "Playfair Display", serif;
}

.pink-section {
	background-image: url(assets/images/pink-section.jpg);
	background-repeat: no-repeat;
	background-color: #f6d7e4;
	background-position: center right;
	border-radius: 20px;
	height: 350px;
	/*max-width: 1300px;
	margin-left: 10px;
	margin-right: 10px;*/
}

.dark-section {
	background-image: url(assets/images/dark-section.jpg);
	background-repeat: no-repeat;
	background-color: #1f050b;
	background-position: center right;
	border-radius: 20px;
	height: 350px;
	/*max-width: 1300px;
	margin-left: 10px;
	margin-right: 10px;*/
}

.card {
	border: none !important;
}

.home-card .card-body {
		color: #ffffff !important;
		text-shadow: 1px 1px 12px rgba(145,19,50,1);
}

.home-card a {
		text-decoration: none;
}

.home-card .card-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.card-img-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.card-img-overlay:hover {
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hilite-cards {
	margin-top: 30px;
}

.gallery-btn a {
	color: #ffffff;
}

.gallery-btn a:hover {
	color: #ffffe9;
}

.btn-drfl {
	background-color: #242424;
}

.gallery-btn .btn:hover {
	background-color: #404040;
  	border-color: #404040 var(--bs-btn-hover-border-color);
}

.scrolling-ticker {
	color: #660004;
}

.marquee {
      display: inline-block;
      animation: marquee 10s linear infinite;
    }


@keyframes marquee {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(-100%);
    }
}

.news-panel-bg {
	background-color: #F2F2F2;
	margin: 0px 5px 25px 5px;
	padding: 10px;
	border-radius: 10px;
	transition: all 1s ease-in-out;
}

.news-panel-bg:hover {
	transform: scale(1.05);
	transition: all 1s ease-in-out;
}

.news-panel h4 {
	font-size: 21px;
	font-weight: 700;
}

.news-panel a {
	color: #911332;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.news-panel a:hover {
	color: #560e1e;
	text-decoration: none;
}

.news-panel .attachment-medium_large {
	max-height: 170px;
}

/*.thumb-container {
	width: 100px;
	height: 100px;
}*/

.news-panel img {
	border-radius: 0.5rem;
}

.testimonials {
	width: 85%;
	padding: 0px 20px 0px 20px;
}

#sp-testimonial-free-wrapper-72 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: transparent;
  border: none;
  color: #121212;
}

#sp-testimonial-free-wrapper-72 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
  background: transparent;
  border-color: none;
  color: #911332;
}

.news-readmore {
	/*background-color: #D9D9D9;*/
	/*border-radius: 10px;*/
	padding: 3px;
	/*margin-bottom: 60px;*/
	overflow: hidden;
}

.feature-title-two {
	padding: 10px;
	color: #911332;
}

.feature-title-two h1 {
	font-size: 28px;
	text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.feature-title-two h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  color: #;
}

.feature-title-two h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #560e1e;
}

.feature-title-two h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #560e1e;
}

/*end home page items*/

/*start posts*/
.post-bg {
	background-image: url(assets/images/page-bg.jpg);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	margin: 10px;
	padding: 20px;
	border-radius: 20px;
	border: solid 1px #D1D1D1;
}

.post-bg a {
	color: #8f8f8f;
}

.post-bg a:hover {
	color: #911332;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.post-bg .feature-title-two {
	padding: 10px;
	color: #911332;
}

.post-bg .feature-title-two h1 {
	font-size: 28px;
	color: #560e1e;
	text-transform: none;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.post-bg.feature-title-two h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  color: #;
}

.post-bg .feature-title-two h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #560e1e;
}

.post-bg .feature-title-two h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #560e1e;
}

.post-bg .feature-title-two h2 {
	font-size: 28px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.post-bg.feature-title-two h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  color: #;
}

.post-bg .feature-title-two h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #560e1e;
}

.post-bg .feature-title-two h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #560e1e;
}

.blog-post h3 {
	text-transform: none;
	border: 0px;
	font-size: 24px;
}

.entry-title {
	font-weight: 700;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.entry-title a:hover {
	color: #560e1e;
}

.entry-meta {
	color: #8f8f8f;
}

.entry-meta a {
	color: #8f8f8f;
}


.entry-footer {
	color: #8f8f8f;
}

.entry-footer a {
	color: #8f8f8f;
}

.comments-area ol {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.comments-title {
	font-size: 28px;
}

.thread-even {
	background-color: #f0f0f0;
	margin: 15px 0px 15px 0px;
	padding: 10px;
}

.comment-metadata {
	color: #8f8f8f;
}

.comment-metadata a {
	color: #8f8f8f;
}

.btn-default {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.nav-links a {
	color: #8f8f8f;
}
/*end posts*/

/*start sidebar*/
.widget-area {
	margin-top: 30px;
}

.widget-area a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.widget-area a:hover {
	color: #8f8f8f;
}

.widget-area ul {
	list-style: none;
	padding-left: 12px;
	margin-left: 12px;
}

/*.widget-area li::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105"; 
	margin-left: -1.0em;
	width: 0.8em;
	
}*/

.widget-area .widget-title {
	font-size: 20px;
	font-weight: 700;
	color: #560e1e;
}

.search-field {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-submit {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  }

header .search-form input[type=submit] {
	display: none !important;
}

.embed-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%; /* desired aspect ratio */
	
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	
	top: 0;
	width: 100%;
}
/*end sidebar*/

/*start contact page*/
.main-content input[type=text]{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
  	outline: none;
  	height: 50px;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.main-content input[type=text]:focus {
	border: 2px solid #660004;
	box-shadow: none;
}

.main-content input[type=tel]{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
  	outline: none;
  	height: 50px;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.main-content input[type=tel]:focus {
	border: 2px solid #660004;
	box-shadow: none;
}


.main-content input[type=email]{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
  	outline: none;
  	height: 50px;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.main-content input[type=email]:focus {
	border: 2px solid #660004;
	box-shadow: none;
}

.main-content textarea{
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #827F6F;
	-webkit-transition: 1s;
  	transition: 1s;
  	outline: none;
}

.main-content textarea:focus {
	background-color: inherit;
	border: 2px solid #660004;
	box-shadow: none;
}

.wpcf7-form label {
	display: block;
}

.contact-button {
	color: #ffffff !important;
  	background-color: #343a40 !important;
  	border-color: #343a40 !important;
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  }
/*end contact page*/

/*start go back to top*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.back-to-top .btn{
	background-color: #D1D1D1;
	border: none;
	z-index: 100;
	opacity: 0.8;
	color: #242424;

}

.back-to-top .btn:hover {
	background-color: #242424;
	color: #ffffff;
	opacity: 1;
}

.back-to-top .btn:active {
	background-color: #911332;
	border: none;
	opacity: 1;
}

/*end go back to top*/

/*start footer*/
.footer-title {
	color: #ffffff;
}

.footer-title h4::first-letter {
  color: #911332;
}

.footer-title h4 {
	font-size: 24px;
	font-weight: 800;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 55px;
  background-color: #ffffff;
}

.footer-title h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
}

footer h4 {
	font-size: 28px;
	font-weight: 500;
	
}

footer ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

footer li::before {
  content: "\F233";
  font-family: bootstrap-icons !important;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 5px;  
}

.footer-content {
	background-color: #242424;
	color: #D1D1D1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-content a {
	background-color: #242424;
	color: #D1D1D1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-content a:hover {
	color: #ffffff;
}

.footer-content .menu-item {
  text-align: left;
}

/*.footer-content img {
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.8));
}*/

.footer-bi {
  font-size: 26px;
}

.footer-copy-bar {
	background-color: #121212;
	min-height: 50px;
	color: #bababa;
	padding-top: 13px;
	font-size: 13px;
}

.footer-copy-bar a {
	color: #bababa;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-copy-bar a:hover {
	color: #ffffff;
}
/*end footer*/

/* start responsive queries*/

@media only screen and (max-width: 1300px) {
	.page-area {
  padding-left: inherit;

	.w-100 {
		height: auto;
	}
}

@media only screen and (max-width: 1025px) {
	.main-navigation ul sub-menu:hover{
  left: 0;
	}
}

@media only screen and (max-width: 991px) {
	h4, h5 {
		font-size: 20px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.contact-bar-lg {
		margin-left: auto;
		margin-right: auto;
	}

	.top-contact-bar {
		text-align: center;
	}

	/*start mobile navigation*/
	/*.navbar-mobile {
		background-color: #ffffff !important;
	}*/

	.navbar-mobile .menu-navigation-container {
		background-color: #ffffff;
	}

	.navbar-mobile .menu-navigation-container a {
		color: #911332;
		text-decoration: none;
	}

	.navbar-mobile .menu-navigation-container ul {
		list-style: none;
		font-size: 16px;
	}

	.navbar-mobile .menu-navigation-container li {
		border-bottom: 1px solid transparent;
		border-image: linear-gradient(to right, #F1F1F1, #D1D1D1, #F1F1F1 75%) 1;
		padding-top: 8px;	
		padding-bottom: 8px;
		border-image-slice: 1;
    width:100%;
    text-align: left;
	}

	/*.navbar-mobile .menu-navigation-container ul li::before {
		font-family: "bootstrap-icons";
		color: #ffffff;
		display: inline-block;
		content: "\F285"; 
		margin-left: -1.0em;
		width: 1em;
	}*/

	.navbar-mobile .sub-menu {
		border: none;
	}

	.navbar-mobile .sub-menu li {
		border-bottom: none;
	}

	.navbar-mobile .sub-menu li::before {
		font-family: "bootstrap-icons";
		font-size: 10px;
		color: #911332;
		display: inline-block;
		content: "\F233 " !important;
		margin-right: 5px;		
	}

	/*end mobile navigation*/

	/*.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #ffffe9;
	}
	
	.dropdown-menu .current a {
		color: #ffffe9;
	}*/

	.sec-nav {
		/*height: 90px;*/
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #660004;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.hilite-cards {
		margin-top: 0px;
	}

	.home-card .card-title {
		font-size: 18px;
		top: 20px;
	}

	.light-section {
	height: auto;
	padding: 15px;
	}

	.light-section p {
		padding: 0px;
	}

	.pink-section {
		background-position: top right;
		height: auto;
		padding: 15px;
	}

	.testimonials {
		width: 100%;
	}

	.feature-title h1 {
		font-size: 1.5rem;
	}

	.feature-title h3 {
		font-size: 22px;
		top: 20px;
	}

	.carousel .btn {
		font-size: 14px;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.footer-content a {
		color: #D1D1D1;
	}

	.footer-content a:hover {
		color: #ffffff;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
		font-size: 20px;
	}

	.navbar {
		margin-top: 0px;
	}

	.top-contact-bar {
		text-align: center;
	}

	.menu-item a {
		color: #911332;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #560e1e;
	}

	.menu-item {
		text-align: left;
	}

	.sub-menu {
		border: none;
	}



	/*.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}*/

	.sec-nav {
		/*height: 90px;*/
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #660004;
	}

	.card {
		width: 70%;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.footer-content a {
		color: #D1D1D1;
	}

	.footer-content a:hover {
		color: #ffffff;
	}

	.footer-title {
		width: 100%;
		margin-top: 25px;
	}

	.embed-container {
		padding-bottom: 40%;
	}

	.site-info {
		font-size: 12px;
		text-align: center !important;
	}

	.site-info .text-end {
		text-align: center !important;
	}
}

@media only screen and (max-width: 400px) {	

	.site-branding {
		font-size: 16px;
	}
}

@media only screen and (max-width: 348px) {	

	.site-branding {
		font-size: 14px;
	}
}
 
/*@media only screen and (max-width: 398px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 369px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
}
 
@media only screen and (max-width: 348px) {
	body {
		font-size: 14px;
	}

	h4, h5 {
		font-size: 16px;
	}

	.site-header {
		min-height: 60px;
		font-size: 14px;
	}

	.site-branding {
		min-height: 60px;
		padding-top: 10px;
	}

	.navbar {
		margin-top: 20px;
	}

	.menu-item a {
		color: #213673;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.menu-item a:hover {
		color: #dc3545;
	}

	.dropdown-menu {
		color: #213673;
	}

	.dropdown-menu a {
		color: #213673;
		border: none;
	}

	.dropdown-menu a:hover {
		background-color: #ffffff;
	}

	.dropdown-menu a:visited {
		color: #213673;
	}
	
	.dropdown-menu .current a {
		color: #213673;
	}

	.sec-nav {
		height: 90px;
	}

	.top-contact-bar {
		font-size: 14px;
		float: none;
	}

	.mob-nl {
		display: block !important;
	}

	.top-contact-bar-social {
		float: none;
		text-align: center;
		font-size: 20px;
	}

	.top-contact-bar-social a {
		color: #213673;
	}

	.home-card .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.box-home .feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.feature-title h3 {
		font-size: 18px;
		top: 18px;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}

	.mob-style {
		margin-bottom: 25px;
	}

	.site-info {
		font-size: 12px;
	}
} */

 /* end responsive queries*/