@charset "utf-8";
/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Tinos&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	padding: 0;
	margin: 0 auto;
    font-family: "Times New Roman", "Tinos", serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
em {
	color: #333333;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	clear: both;
    font-family: "Times New Roman", "Tinos", serif;
    font-style: normal;
}
img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
a img {
	border: none;
}
article {
	margin: 0;
	padding: 0;
}
hr {
    border-bottom: 1px solid rgba(0,0,0,0.20);
    margin: 20px auto;
}
#page {
	position: relative;
	width:100%;
	background: #FFFFFF;
}
.full-width {
	width:100%;
	margin: 0 auto;
	display: block;
}
.full-width:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.container-xs, .container-s, .container-m, .container-l {
	margin: auto;
}
.container-l {
	max-width: 1600px;
}
.container-m {
	max-width: 1400px;
}
.container-s {
	max-width: 980px;
}
.container-xs {
	max-width: 640px;
}
/* Header */
/* Sticky Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.site-header.shrink {
  padding: 0.7rem 2rem;
  background: rgba(0, 0, 0, 0.5);
}

.site-header.shrink .logo img {
    width: 220px;
    height: 60px;
}
.site-header.shrink nav.desktop-menu ul li a {
    color: #FFFFFF;
}
.site-header.shrink nav.desktop-menu ul li ul li a {
    color: #141414;
}
.site-header.shrink .mobi-menu a.btn-toggle {
    color: #FFFFFF;
}
/* Hero Section */
.front .hero {
    height: 70vh;
}
.hero h2, .hero-32 h2 {
    font-size: 2.4rem;
    color: #FFFFFF;
  }
.hero {
  height: 48vh;
  background: 
    linear-gradient(
      to bottom,
        rgba(255, 255, 255, 0.20) 100%,  /* slightly darker grey at bottom */
        rgba(0, 0, 0, 0.15) 50%, /* very light grey in middle */
        rgba(0, 0, 0, 0.05) 0%   /* soft white at top */      
    ),
    url("../images/hero-image-mobi.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}
.hero-32 {
  height: 78vh;
  background: 
    linear-gradient(
      to bottom,
        rgba(255, 255, 255, 0.20) 100%,  /* slightly darker grey at bottom */
        rgba(0, 0, 0, 0.15) 50%, /* very light grey in middle */
        rgba(0, 0, 0, 0.05) 0%   /* soft white at top */      
    ),
    url("../images/hero-32.jpeg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}
.hero::after, .hero-32::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 94%;
}
/* Mobile Menu */
.mobi-phone {
	position: relative;
	text-align: left;
	z-index: 998;
}
.mobi-menu {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
	z-index: 1000;
}
.mobi-menu a.btn-toggle {
	color: #000000;
	padding: 5px;
}
.uk-offcanvas-bar {
	background-color: rgba(0,0,0,0.90);
}
.uk-offcanvas-bar ul li a {
	color: #000000;
}
#mobi-menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
    letter-spacing: 1px;
}
/* Desktop Menu */
nav.desktop-menu ul {
 	padding: 0;
 	margin: 0;
}
nav.desktop-menu ul li {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 0;
	border-bottom: none;
	position: relative;
}
nav.desktop-menu ul li:hover a {
	color: #000000;
	text-align: center;
}
nav.desktop-menu ul li.last {
	border-bottom: none;
}
nav.desktop-menu ul li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 19px;
	display: block;
	font-weight: 600;
	padding: 12px 14px;
}
nav.desktop-menu ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
/*
nav.desktop-menu ul.menu li a::after {
	content: "";
	border-bottom: 3px solid #1654C1;
	margin: 8px auto 0;
	max-width: 30px;
	padding: 0;
	display: block;
} */
/* Drop-down menu */
nav.desktop-menu ul li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 998;
	top: 46px;
	left: 0px;
	text-align: left;
	min-width: 200px;
	display: none;
	opacity: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	/* Shadow */
	-webkit-box-shadow: 0 8px 6px -6px #141414;
		 -moz-box-shadow: 0 8px 6px -6px #141414;
			  box-shadow: 0 8px 6px -6px #141414;	  
  }
nav.desktop-menu ul li ul li {
	background:transparent;
	display: block;
	color: #141414;
	margin: 0px;
	padding: 0;
}
nav.desktop-menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	text-align: left !important;
}
nav.desktop-menu ul li ul li a {
	font-size: 16px;
	display: block;
	padding: 9px 14px;
	box-sizing: border-box;
	color: #141414;
	text-transform: capitalize;
	text-align: left !important;
	border-radius: 0;
}
nav.desktop-menu ul li ul li a:hover, nav.desktop-menus ul li ul li a.active {
	background-color: #EEEEEE;
	color: #141414 !important;
}
nav.desktop-menu ul li ul li a span {
	padding: 0 0 0 10px;
}
/* HIGHLIGHTED */
.hl-outer {
	padding: 60px 0 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.highlighted {
	padding: 0;
	box-sizing: border-box;
    color: #000000;
    border-bottom: 1px solid #FFFFFF;
}
.highlighted h2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 22px;
	margin-bottom: 35px;
}
.highlighted h3 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 22px;
	margin-bottom: 0;
}
.highlighted p {
	font-size: 22px;
	line-height: 34px;
}
.highlighted ul {
	list-style: disc;
	margin-top: 30px;
    margin-left: 20px;
	padding: 0;
}
.highlighted ul li {
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
}
.highlighted ul li a {
	text-decoration: none;
	display: block;
}
.highlighted ul li a:hover {
	text-decoration: underline;
}
/* Main Content sections */
.content-body-outer {
    position: relative;
	background-color: #FFFFFF;
}
.content-body h1 {
	font-size: 4.0rem;
	line-height: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 10px 0 25px;
	margin: 0 0 35px;
	color: #209d50;
}
.content-body {
	padding: 60px 20px;
	box-sizing: border-box;
	min-height: 10px;
}
.page-content {
	position: relative;
}
.page-content h2 {
	color: #209d50;
	text-align: left;
	text-transform: capitalize;
	font-size: 36px;
    font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 0 0 20px;
	margin: 0;
}
.page-content h3 {
	color: #209d50;
	text-align: left;
	text-transform: capitalize;
	font-size: 26px;
    font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 0 0 15px;
	margin: 0;
}
.page-content p {
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	margin: 0;
	padding: 0 0 16px;
	color: #000000;
}
.page-content a {
	color: #9D206D;
	text-decoration: none;
}
.page-content a:hover {
	text-decoration: underline;
}
.page-content ul {
	margin: 0;
	padding: 0 0 14px 35px;
}
.page-content ul li {
	margin: 0 0 12px;
	padding: 0;
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	color: #000000;
}
.page-content ul li a {
	color: #9D206D;
	text-decoration: underline;
}
.page-content nav {
    display: none;
}
/* SIDEBARS */
.sb-wrapper {
  max-width: 320px;
}
.sb-first, .sb-second {
  min-width: 280px;
  margin-bottom: 25px;
}
.sb-first {
  color: #FFFFFF;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  background-color: #534f50;
}
.sb-first h2 {
  font-size: 30px;
    font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0 0 14px;
    padding: 0 0 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
}
.sb-first ul {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.sb-first ul li {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sb-first ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px;
  box-sizing: border-box;
}
.sb-first ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* SB Second */
.sb-second {
  padding: 20px;
  box-sizing: border-box;
}
.sb-second h2 {
  font-size: 22px;
  line-height: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
    background-color: #534f50;
    padding: 5px;
    box-sizing: border-box;
}
.sb-second ul {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.sb-second ul li {
  font-size: 18px;
  line-height: 22px;
  color: #534f50;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sb-second ul li a {
  color: #534f50;
  text-decoration: none;
  display: block;
  padding: 6px;
  box-sizing: border-box;
}
.sb-second ul li a:hover {
  color: #534f50;
  text-decoration: underline;
}
/* PAGE BOTTOM */
.pgb-outer {
	background-color: #F1F1F1;
	padding: 0;
	box-sizing: border-box;
    border-top: 1px solid #C4C4C4;
}
.pgb-wrap {
	padding: 60px 20px 5px;
	box-sizing: border-box;
	color: #333333;
}
.pgb-wrap p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	color: #333333;
    text-align: center;
    padding-bottom: 16px;
}
.pgb-wrap a {
	color: #333333;
	text-decoration: none;
}
.pgb-wrap a:hover {
	color: #000000;
	text-decoration: underline;
}
.copyright {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	padding: 0;
	box-sizing: border-box;
	text-align: center !important;
}
.copyright p {
	color: #333333;
	text-align: center;
	margin: 0;
}
.copyright a {
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
    color: #000000;
	text-decoration: underline;
}
/* Social Media */
ul.social {
	padding: 0;
	margin: 0 0 40px;
}
ul.social li {
	padding: 4px 8px;
	margin: 0;
	display: inline-block;
	list-style: none;
}
ul.social li a {
	padding: 6px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #9D206D;
	border-radius: 50%;
}
ul.social li a:hover {
	color: #FFFFFF;
    background-color: #C42185;
}
/* Forms */
.contact-form {
  margin: auto;
  position: relative;
}
.webform select.form-select {
  color: #FFFFFF;
  font-size: 20px;
}
.webform input.form-checkbox {
  margin-right: 8px;
}
input.form-text, input.form-email, input.form-tel, textarea.form-textarea {
  padding: 6px;
  box-sizing: border-box;
}
.webform textarea.form-textarea {
  resize: none;
  margin-bottom: 20px;
}
.webform label {
  color: #FFFFFF;
  font-size: 18px !important;
  text-align: left;
}
input.form-text, input.form-email, input.form-tel, textarea.form-textarea, select.form-select {
  font-size: 20px;
  line-height: normal;
  width: 100%;
  display: block !important;
}
.webform .disclaimer-wrapper {
  margin-top: 0 !important;
  color: #FFFFFF;
}
.webform .disclaimer-wrapper a {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: underline;
}
.webform .disclaimer-wrapper a:hover {
  text-decoration: none;
}
.form-actions {
  margin: auto;
  text-align: center;
}
input.form-submit {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 24px;
  margin: 20px auto !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  background-color: #9D206D;
}
input.form-submit:hover {
  color: #444444;
  border: 1px solid #444444;
  background-color: #C42185;
}
/* Contact Us - Node Form */
select.form-select {
  color: #000000;
  font-size: 20px;
}
input.form-checkbox {
  margin-right: 8px;
}
textarea {
  resize: none;
  margin-bottom: 20px;
}
label {
  color: #000000;
  font-size: 18px !important;
  text-align: left;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}
::placeholder {
  color: white !important;
  font-size: 1em;
  letter-spacing: 2px;
  opacity: 1;
}
/* Misc */
.h-line {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.40);
    margin-top: 25px;
    margin-bottom: 25px;
}
.btn-wrap {
	display: block;
	padding: 20px 0;
	margin: 0;
	margin: 0 auto;
}
.btn-green {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #FFFFFF !important;
	padding: 12px 30px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	background-color: #DF7E38;
}
.btn-ngreen:hover {
	text-decoration: none;
	color: #FFFFFF !important;
	background-color: #EC7B2A;
    border-radius: 40px;
}
.bg-transition {
	/* Bg Transition */
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.bg-shadow {
	/* Shadow */
	-webkit-box-shadow: 0 8px 6px -6px #999999;
		 -moz-box-shadow: 0 8px 6px -6px #999999;
			  box-shadow: 0 8px 6px -6px #999999;
}
#go-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 1100;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #c40001;
	color: #FFFFFF;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	text-decoration: none;
}
#go-top:hover {
	background-color: #FF0001;
	text-decoration: none;
}
/* Message */
.messages {
  color: #FF0004;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #FF0004;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.90);
}
/* TABS */
#block-themekit-local-tasks ul {
  padding: 0;
  margin: 25px 0;
  ;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#block-themekit-local-tasks ul li {
  display: inline-block;
    margin: 0;
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin-right: 2px;
  text-align: center;
}
#block-themekit-local-tasks ul li a {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#block-themekit-local-tasks ul li a:hover {
  background-color: rgba(0, 0, 0, 0.20);
}
#block-themekit-local-tasks ul li a.is-active {
  background-color: rgba(0, 0, 0, 0.20);
}
/* LOGIN FORM */
#user-login-form, #user-pass {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield, #user-login-form .js-form-type-password, #user-pass .js-form-type-textfield, #user-pass .js-form-type-password {
  padding: 10px 0;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield label, #user-login-form .js-form-type-password label, #user-pass .js-form-type-textfield label, #user-pass .js-form-type-password label {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
#user-login-form .js-form-type-textfield .description, #user-login-form .js-form-type-password .description, #user-pass .js-form-type-textfield .description, #user-pass .js-form-type-password .description, #user-pass p {
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin: 0 0 20px;
}
#user-login-form input.form-text, #user-pass input.form-text {
  font-size: 20px;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
#user-login-form input.form-submit, #user-pass input.form-submit {
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.20);
  cursor: pointer;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* Media query for Mobile devices*/
@media (min-width: 480px) {

}

/* Media Query for Tablets */
@media (min-width: 768px) {
    .site-header {
        padding: 1.5rem 3rem;
    }
}

/* laptops  */
@media (min-width: 960px) {
    .front .hero {
        height: 84vh;
        background: 
            linear-gradient(
      to bottom,
        rgba(255, 255, 255, 0.20) 100%,  /* slightly darker grey at bottom */
        rgba(0, 0, 0, 0.15) 50%, /* very light grey in middle */
        rgba(0, 0, 0, 0.05) 0%   /* soft white at top */      
    ),
    url("../images/hero-image.webp") no-repeat center center/cover;
    }
    .hero h2 {
        font-size: 6rem;
        line-height: 1.2;
        font-weight: 400;
    }
}
/* Desktops and laptops  */
@media (min-width: 1220px) {

}