@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
img {
  vertical-align: top;
  max-width: 100%;
}
embed {
  vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}
mark, rp, rt, ruby, summary, time {
  display: inline;
}
input, textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
input, textarea, select {
  margin: 0;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #043464;
}
a:hover, a:focus {
  text-decoration: none !important;
  color: #093a26 !important;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
}
/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333333;
  background: #fff;
  font-family: "Libre Baskerville", serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-slide{
	height: 100vh;
	overflow: hidden
}
.home-slide .carousel-inner img{
	width: 100%;
	object-fit: cover;
}
.home-slide .carousel-inner h5{
	font-family: "Baskervville", serif;
}
.navbar-brand img{
	width: 150px;
}
.btn-primary{
	background: #093a26;
	color: #fff;
	border-radius: 30px;
	border: none;
	padding: 15px 35px;
	text-transform: uppercase;
	font-family: "Libre Baskerville", serif;
}
.btn-primary:hover, .btn-primary:focus{
	background: #fff;
	color: #000;
}
.bg-overlay{
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	background: rgba(0,0,0,0.2);
}
.carousel-caption{
	z-index: 99;
	top: 0px;
}
.carousel-caption h5{
	font-size: 3rem;
	font-style: italic;
	text-align: left;
	font-weight: 300;
	line-height: 4rem;
}
.text-light{
	color: #666666 !important;
}
h2{
	font-size: 2.5rem;
}
h4{
	font-size: 2rem;
}
p{
	font-size: 1.5rem;
}
.position-absolute{
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0;
	width: 100%;
	text-align: center;
}
.max-100{
	max-width: 100%;
}
.carousel-caption h5 strong{
	font-style: normal;
	font-weight: 400;
}
hr.w-30{
	width: 30px;
	height: 1px;
	background: #ddd;
	display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .home-slide .carousel-inner img{
	width: 100%;
	object-fit: cover;
	  height: 100vh;
}
	.carousel-caption h5{
	font-size: 2.4rem;
	}
	.carousel-caption{
		right: 8%;
		left: 8%;
	}
	p{
		font-size: 1.2rem;
	}
}

/*//dropdown//*/
 .dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  position: relative;
  z-index: 2;
}

.dropdown-menu-right {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.dropdown-menu-right a {
  display: block;
  padding: 12px 16px;
  color: #093a26;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.dropdown-menu-right a:hover {
  background-color: #093a26;
  color:#FFFFFF !important;
}
.dropdown-menu-right p {
  display: block;
  padding: 12px 16px;
  color: #093a26;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.dropdown-menu-right p:hover {
  background-color: #093a26;
  color:#FFFFFF !important;
}
.dropdown-wrapper:hover .dropdown-menu-right {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* Keep your existing styles above this */
@media (max-width: 767.98px) {
  .dropdown-menu-right {
    top: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 10px;
    transform: translateY(10px);
  }

  .dropdown-wrapper:hover .dropdown-menu-right {
    transform: translateY(0);
  }
}
