:root {
/* Colors: */
--unnamed-color-ffffff: #FFFFFF;

/* Font/text values */
    --unnamed-font-family-raleway: Raleway;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-28: 28px;
    --unnamed-character-spacing-2-1: 2.1px;
    --unnamed-line-spacing-33: 33px;
    --unnamed-line-spacing-83: 83px;
    --unnamed-line-spacing-97: 97px;
}

/* Character Styles */
.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-28);
    line-height: var(--unnamed-line-spacing-33);
    letter-spacing: var(--unnamed-character-spacing-2-1);
    color: var(--unnamed-color-ffffff);
}
.unnamed-character-style-2 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-28);
    line-height: var(--unnamed-line-spacing-83);
    letter-spacing: var(--unnamed-character-spacing-2-1);
    color: var(--unnamed-color-ffffff);
}
.unnamed-character-style-3 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-28);
    line-height: var(--unnamed-line-spacing-97);
    letter-spacing: var(--unnamed-character-spacing-2-1);
    color: var(--unnamed-color-ffffff);
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Raleway', var(--unnamed-font-style-normal);
    background-color: #00250C;
}
body:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg/dark-bg.svg);
    background-repeat: repeat-y;
    background-size: 100%;
    opacity: 0.6;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}
h1 {
    font-size: 24px
}
h2 {
    font-size: 22px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
b, strong{
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}
.park-mt-10 {
    margin-top: 10px;
}
.park-mt-15 {
    margin-top: 15px;
}
.park-pt-30 {
    padding-top: 30px;
}
.park-pt-50{
    padding-top: 50px;
}
.park-pt-100{
    padding-top: 100px;
}
.park-pt-130 {
    padding-top: 130px;
}
.park-pb-50{
    padding-bottom: 50px;
}
.park-pb-100{
    padding-bottom: 100px;
}
.paddind_bottom_0 {
    padding-bottom: 0 !important;
}
.padding_0 {
    padding: 0px;
}
.park-page-title {
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: italic normal 600 50px / 64px Playfair Display;
    letter-spacing: 3.15px;
}
.park-content-txt {
    position: relative;
    font: var(--unnamed-font-style-normal) normal 300 16px / 26px var(--unnamed-font-family-raleway);
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0.72px;
    margin-bottom: 0;
}

/* header section start */

.header_section {
    position: relative;
    width: 100%;
    background-image: url('../images/homepage/landing-bg.webp');
    height: auto;
    background-size: cover;
    /* padding: 0px 0px 20px 0px; */
}
.header_section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #00250c;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
}

.logo_mobile {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.logo img{
    width: 100px;
}

.mobile_menu {
    width: 100%;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    padding-left: 30px;
    padding-right: 30px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
/*    color: #fff;*/
/*    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px / 26px var(--unnamed-font-family-raleway);*/
    
/*    border-radius: 40px;*/
}

.menu_main li a {
/*    display: inline;*/
    position: relative;
    color: #ffffff;
    padding: 0 0 10px;
    letter-spacing: .3px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px / 26px var(--unnamed-font-family-raleway);
}
.menu_main li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #4EB252;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.menu_main li a:hover:before {
    color: #ffffff;
    width: 100%;
    display: inline;
}
.menu_main li.active a:before{
    width: 100%;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
}

.header_main {
    position: relative;
    width: 100%;
    padding: 15px 0px 0px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 110px;
}

.banner_taital {
    max-width: 500px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    font: italic normal 600 60px / 70px Playfair Display;
}

.banner_text {
    max-width: 45%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 18px / 28px var(--unnamed-font-family-raleway);
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #2b2278;
    color: #ffffff;
}


/* banner section end */


/* footer section start */

.footer-section {
    position: relative;
    width: 100%;
    background: #00250c;
}
.footer-bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../images/bg/footer-bg.webp);
    height: 500px;
    opacity: .3;
    background-size: cover;
    background-position: 0 80%;
    background-repeat: no-repeat;
    z-index: 0;
}
.footer-top-box{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
    border-top: 1px solid #ffffff90;
    z-index: 1;
}
.footer-logos-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
    z-index: 1;
}
.footer-logo-img img{
    width: 80px;
}
.footer-gov-info {
    margin-bottom: 40px;
}
.footer-gov-info p{
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px / 18px var(--unnamed-font-family-raleway);
    text-align: left;
    color: #F5F5F5;
    margin: 0 0 15px 0;
}
.footer-copyright-txt{
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px / 22px var(--unnamed-font-family-raleway);
    text-align: left;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}
.mob-copyright-box{display: none}
.design-copyright-col{width: 30%;text-align: left}
.mob-copyright-logo{display: none}
.footer-hyperlink-title{
    position: relative;
    margin-top: 70px;
    margin-bottom: 15px;
    font: var(--unnamed-font-style-normal) normal 18px / 22px var(--unnamed-font-family-raleway);
    color: var(--unnamed-color-ffffff);
    text-align: right;
    letter-spacing: 0.8px;
    z-index: 1;
}
.design-copyright-logo{
    position: relative;
    top: 10px;
}
.gov-hyperlink-list li{padding: 5px 0;}
.gov-hyperlink-list li:last-child{
    padding: 0;
}
.gov-hyperlink-list li a {
    display: block;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px / 22px var(--unnamed-font-family-raleway);
    color: #ffffff;
    /* padding: 5px 0; */
    letter-spacing: .3px;
    text-align: right;
}
.footer-tablet-logo, .footer-mob-logo{
    display: none;
}