/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/magnific-popup.css");
/*---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*---------------------------------------------------*/
/*  font-family: 'EB Garamond', serif;
    font-family: 'Montserrat', sans-serif;*/
/*---------------------------------------------------*/
html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    overflow: hidden;
    -ms-overflow-style: scrollbar;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #0b0b0b;
}
p {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #0b0b0b;
}
.grid_1200 {
    overflow: hidden;
}
@media (max-width: 1600px) {
    body,
    p {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    body,
    p {
        font-size: 21px;
    }
}
@media (max-width: 991px) {
    body,
    p {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    body,
    p {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (max-width: 575px) {
    body,
    p {
        font-size: 17px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #007436;
    color: #fff;
}
::-webkit-selection {
    background: #007436;
    color: #fff;
}
/* ------------------------------------------------------------------
 Typography
------------------------------------------------------------------- */
b,
strong {
    font-weight: 700;
}
a {
    color: #d31a35;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #007436;
    outline: 0;
}
h1:not(.site-title):before,
h2:before {
    display: none;
}
h1 {
    font-size: 70px;
    line-height: 1.2;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}
h2 {
    font-size: 50px;
    line-height: 1.1;
}
@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 30px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 24px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 23px;
    }
}
@media (max-width: 991px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}
.h5, h5 {
    font-size: 21px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .h5, h5 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .h5, h5 {
        font-size: 16px;
    }
}
h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0b0b0b;
}
p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
    padding: 0;
}
@media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4, 
    h5 {
        margin-bottom: 15px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
@media (max-width: 575px) {
    h1,
    h2,
    h3,
    h4, 
    h5 {
        margin-bottom: 10px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 10px;
    }
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
    color: #fff;
}
ol li,
ul li {
    list-style-type: none;
}

/* Forms */
.form-group {margin-bottom: 30px;}
.form-group:last-child {margin-bottom: 0;}

input[type="color"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="datetime"], 
input[type="month"], 
input[type="number"],  
input[type="time"], 
input[type="url"], 
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
.form-group textarea,
textarea,
.form-control.textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    height: inherit;
    z-index: 1;
    margin: 0;
    padding: 16px 30px;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #0d0d0d;
    font-size: 24px;
    letter-spacing: 0.26px;
    line-height: 30px;
    font-weight: 500;
    direction: ltr;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-group textarea, 
textarea {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
}
input::placeholder,
.form-group textarea, 
textarea::placeholder,
select::placeholder {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(11, 11, 11, 0.7);
    opacity: 1;
}
input::-moz-placeholder,
.form-group textarea::-moz-placeholder, 
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(11, 11, 11, 0.7);
    opacity: 1;
}
input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(11, 11, 11, 0.7);
    opacity: 1;
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #007436;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
select {
    cursor: pointer;
    background-size: 18px;
    background-image: url(../images/select_arrow.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    padding-right: 40px;
}
@media (max-width: 1600px) {
    input[type="color"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="datetime"], 
    input[type="month"], 
    input[type="number"],  
    input[type="time"], 
    input[type="url"], 
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    .form-group textarea,
    textarea,
    select {
        font-size: 21px;
        padding: 13px 25px;
    }
    input::-moz-placeholder,
    .form-group textarea::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 21px;
    }
    input::placeholder,
    .form-group textarea::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 21px;
    }
    input::-webkit-input-placeholder,
    .form-group textarea::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 21px;
    }
    .form-group textarea,
    textarea {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -o-border-radius: 32px;
        border-radius: 32px;
    }
}
@media (max-width: 1199px) {
    input[type="color"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="datetime"], 
    input[type="month"], 
    input[type="number"],  
    input[type="time"], 
    input[type="url"], 
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    .form-group textarea,
    textarea,
    select {
        font-size: 20px;
        padding: 13px 25px;
    }
    input::-moz-placeholder,
    .form-group textarea::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 20px;
    }
    input::placeholder,
    .form-group textarea::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 20px;
    }
    input::-webkit-input-placeholder,
    .form-group textarea::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 20px;
    }
    .form-group textarea,
    textarea {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -o-border-radius: 28px;
        border-radius: 28px;
    }
}
@media (max-width: 991px) {
    input[type="color"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="datetime"], 
    input[type="month"], 
    input[type="number"],  
    input[type="time"], 
    input[type="url"], 
    input[type="week"],
    input[type="email"],
    input[type="search"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="file"],
    .form-group textarea,
    textarea,
    select {
        font-size: 18px;
        padding: 10px 20px;
    }
    input::-moz-placeholder,
    .form-group textarea::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 18px;
    }
    input::placeholder,
    .form-group textarea::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 18px;
    }
    input::-webkit-input-placeholder,
    .form-group textarea::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 18px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-group textarea,
    textarea {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -o-border-radius: 24px;
        border-radius: 24px;
    }
}
@media (max-width: 767px) {
    input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
        font-size: 17px;
        line-height: 24px;
        padding: 10px 20px;
    }
    input::-moz-placeholder,
    .form-group textarea::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
    }
    input::placeholder,
    .form-group textarea::placeholder,
    textarea::placeholder,
    select::placeholder {
        font-size: 17px;
    }
    input::-webkit-input-placeholder,
    .form-group textarea::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
    }
    .form-group textarea,
    textarea {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }
    select {
        background-size: 15px;
        background-position: 96% center;
    }
}
/*Buttons*/
.btn_holder {
    margin-top: 30px;
    text-align: center;
}
.btn_holder.left {
    text-align: left;
}
input[type="button"], 
input[type="submit"], 
button[type="submit"], 
.my_btn {
    position: relative;
    background-color: #007436;
    cursor: pointer;
    padding: 15px 40px 19px;
    min-width: 230px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 100px;
    letter-spacing: 0.72px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    border: none;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    opacity: 1;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:focus,
.my_btn:hover,
.my_btn:focus {
    background-color: #d31a35;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.my_btn.black {
    background-color: #0b0b0b;
}
.my_btn.black:hover,
.my_btn.black:focus {
    background-color: #007436;
}
.my_btn.sm {
    padding: 10px 30px 14px;
    min-width: 170px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.2px;
}
@media (max-width: 1600px) {
    input[type="button"],
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 15px 30px 17px;
        min-width: 210px;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.72px;
    }
    .btn_holder {
        margin-top: 25px;
    }
    .my_btn.sm {
        padding: 9px 25px 12px;
        min-width: 150px;
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    input[type="button"],
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 12px 25px 15px;
        min-width: 180px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    .btn_holder {
        margin-top: 20px;
    }
    .my_btn.wborder {
        line-height: 24px;
    }
    .my_btn.sm {
        padding: 8px 20px 11px;
        min-width: 140px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    input[type="button"],
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 10px 20px 13px;
        min-width: 150px;
        font-size: 18px;
        line-height: 23px;
    }
    .btn_holder {
        margin-top: 20px;
    }
    .my_btn.wborder {
        line-height: 20px;
    }
    .my_btn.sm {
        padding: 7px 18px 9px;
        min-width: 120px;
        font-size: 17px;
        line-height: 24px;
    }
}
@media (max-width: 575px) {
    input[type="button"],
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 11px 15px 13px;
        min-width: 140px;
        font-size: 16px;
        line-height: 20px;
    }
    .my_btn.wborder {
        line-height: 18px;
    }
    .my_btn.sm {
        padding: 7px 18px 9px;
        min-width: 120px;
        font-size: 16px;
        line-height: 22px;
    }
}
/* ---- Header ----- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: #fff;
    }
.header.sticky {
    position: fixed;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
.header .container {position: relative;}
.header .top_header {padding: 16px 0;}
.header.sticky .top_header {padding: 10px 0;}
.header .top_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.header .top_header .top_right_header {
    display: flex;
    align-items: center;
    }
.social_media {
    display: flex;
    align-items: center;
    }
.social_media ul {margin: 0 -5px;}
.social_media ul li {
    display: inline-block;
    padding: 3px;
    }
.social_media ul li a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background-color: #007436;
    color: #ffffff !important;
    }
.social_media ul li a:hover,
.social_media ul li a:focus {
    transform: rotate(360deg) scale(1.08);
    text-decoration: none !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    }
.social_media ul li.instagram a {
    background-image: linear-gradient(
        35deg,
        #f7cc6e 10%,
        #e9573b 32%,
        #e03f4d 50%,
        #c13d87 75%,
        #ba3ab0 100%
    );
}
.social_media ul li.facebook a {
    background-color: #4867aa;
    }
.social_media ul li.twitter a {
    background-color: #1da1f2;
    }
.social_media ul li.linkedin a {
    background-color: #0077b5;
    }
.social_media ul li.youtube a {
    background-color: #fe0000;
    }
.header .top_header .header_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.header .top_header .header_btn .my_btn {
    min-width: 150px;
    padding: 13px 30px 17px;
    font-size: 22px;
    letter-spacing: 0.66px;
    line-height: 26px;
    margin-left: 10px;
    }
.header .top_header .header_btn .my_btn:first-child {margin-left: 20px;}
.header_search form {
    position: relative;
    margin-left: 10px;
    }
.header_search form input[type="text"]{
    max-width: 170px;
    padding: 12px 40px 12px 20px;
    box-shadow: none;
    }
.header_search form button[type="submit"] {
    position: absolute;
    right: 15px;
    top: 0px;
    max-width: initial;
    z-index: 1;
    padding: 0px;
    width: auto;
    min-width: inherit;
    height: 100%;
    font-size: 21px;
    color: #007436 !important;
    background-color: transparent;
    box-shadow: none;
    }
.header_search form button[type="submit"]:hover,
.header_search form button[type="submit"]:focus{
    color: #d31a35 !important;
    background-color: transparent;
    }
.header_search.mobile_search{display: none;}

.header .top_header .logo {
    display: block;
    }
.header .top_header .logo img {
    max-width: 383px;
    }
.header.sticky .top_header .logo img {
    max-width: 270px;
    }
.header .mainmenu {
    background-color: #d31a35;
    }
.header,
.header.sticky,
.header .top_header,
.header .top_header .top_right_header,
.header .top_header .logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
@media (min-width: 1360px) {
    .container.lg {
        max-width: 1340px;
    }
}

@media (max-width: 1600px) {
    .header .top_header .logo img {
        max-width: 320px;
    }
    .header.sticky .top_header .logo img {
        max-width: 250px;
    }
    .social_media ul li a {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }
    .header .top_header .header_btn .my_btn {
        min-width: inherit;
        padding: 11px 30px 14px;
        font-size: 20px;
        letter-spacing: 0.3px;
        line-height: 25px;
        margin-left: 5px;
    }
    .header_search form input[type="text"]{
        max-width: 160px;
        padding: 11px 40px 11px 20px;
        line-height: 26px;
        }
}
@media (max-width: 1360px) {
    .social_media ul li {padding: 1px;}
    .header .top_header .header_btn .my_btn:first-child {margin-left: 10px;}
    .header_search form {margin-left: 5px;}
} 
@media (max-width: 1199px) {
    .header,
    .header.sticky {
        position: relative;
    }
    .header .top_header,
    .header.sticky .top_header {
        padding: 14px 0;
    }
    .header .top_header .logo img,
    .header.sticky .top_header .logo img {
        max-width: 280px;
    }
    .header .top_header .header_btn .my_btn:first-child {
        margin-left: 12px;
    }
    .header .top_header .header_btn .my_btn {
        padding: 10px 22px 13px;
        font-size: 18px;
        line-height: 24px;
        margin-left: 7px;
    }
    .social_media ul li a {
        width: 40px;
        height: 40px;
    }
    .header .top_header .header_btn .header_search{display: none;}
    .header_search.mobile_search{display: block;}
    .header .mainmenu .container.lg { 
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header_search form input[type="text"] {
        max-width: 200px;
        padding: 8px 30px 8px 20px;
        border-radius: 0;
    }
    .header_search form button[type="submit"] {right: 8px;}
    .header_search form {margin-left: 0px;}
}
@media (max-width: 991px) {
    .social_media {
        display: none;
    }
    .header .top_header .header_btn .my_btn {
        padding: 9px 20px 12px;
        font-size: 17px;
        line-height: 22px;
    }
    .header .top_header .logo img, 
    .header.sticky .top_header .logo img {
        max-width: 250px;
    }
    .header .top_header .header_btn .my_btn:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .header .top_header .header_btn .my_btn {
        padding: 8px 20px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .header .top_header .logo img, 
    .header.sticky .top_header .logo img {
        max-width: 220px;
    }
    .header_search form input[type="text"] {
        max-width: 180px;
        padding: 6px 30px 6px 15px; 
    }
    .header_search form button[type="submit"] {font-size: 18px;}
}
@media (max-width: 575px) {
    .header .top_header .header_btn .my_btn {
        padding: 7px 18px 9px;
        font-size: 15px;
        line-height: 18px;
    }
    .header .top_header .logo img, 
    .header.sticky .top_header .logo img {
        max-width: 180px;
    }
    .header .top_header, 
    .header.sticky .top_header {
        padding: 12px 0;
    }
    
}
@media (max-width: 460px) {
    .header .top_header .container {
        display: block;
        text-align: center;
    }
    .header .top_header .header_btn {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .header .top_header .header_btn .my_btn {
        padding: 6px 16px 8px;
        font-size: 14px;
    }
}

/* Billboard */
.billboard {
    position: relative;
    margin-top: 211px;
    background-color: #0d0d0d;
    overflow: hidden;
}
.billboard .item {
    position: relative;
    padding: 40px 0;
    width: 100%;
    min-height: 700px;
    height: calc(100vh - 210px);
    background-color: #000000;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.billboard .item .container {
    position: relative;
    z-index: 3;
}
.billboard .item .caption {
    max-width: 825px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    text-align: left;
    padding: 38px;
}
.billboard .item .caption h1 {
    margin-bottom: 10px;
    text-shadow: 0px 10px 20px rgba(255, 255, 255, 1);
}
.billboard .item .caption p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 1.6;
}
.billboard .item .caption .btn_holder {
    display: flex;
    display: -ms-flexbox;
}
@media (max-width: 1600px) {
    .billboard {
        margin-top: 186px;
    }
    .billboard .item {
        min-height: 550px;
        height: calc(100vh - 185px);
    }
    .billboard .item .caption p {
        font-size: 24px;
    }
    .billboard .item .caption {
        max-width: 720px;
        padding: 25px;
    }
}
@media (max-width: 1199px) {
    .billboard {
        margin-top: 0;
    }
    .billboard .item {
        padding: 30px 0;
        height: auto;
    }
    .billboard .item .caption {
        max-width: 660px;
        padding: 25px;
    }
    .billboard .item .caption p {
        font-size: 22px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .billboard .item {
        min-height: 450px;
    }
    .billboard .item .caption {
        max-width: 100%;
        padding: 20px;
        border-radius: 14px;
    }
    .billboard .item .caption p {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .billboard .item {
        min-height: 400px;
        background-position: 66% center;
    }
    .billboard .item .caption {
        padding: 18px;
        border-radius: 12px;
    }
    .billboard .item .caption h1 {
        margin-bottom: 5px;
    }
    .billboard .item .caption p {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (max-width: 575px) {
    .billboard .item {
        min-height: 350px;
    }
    .billboard .item .caption p {
        font-size: 17px;
    }
    .billboard .item .caption {
        padding: 15px;
        border-radius: 10px;
    }
}
/* --- Sections --- */
.sections {
    clear: both;
    padding: 80px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections.lg {
    padding: 100px 0;
}
.section_vector {
    position: absolute;
    max-width: 1165px;
    width: 100%;
    height: 68px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    z-index: 2;
    object-fit: contain;
}
.section_title {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.pb_10 {
    padding-bottom: 110px;
}
.section_title p {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.26px;
    margin: 0 auto 15px;
}
.section_title p span.special_info {
    display: block;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
}
.section_title h2 {
    margin-bottom: 20px;
}
.section_title p:last-child,
.section_title h2:last-child,
.section_title h3:last-child {
    margin-bottom: 0px;
}
.section_title.left {
    text-align: left;
}
.fit_img.fullheight {
    height: 100%;
}
.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.red_overlay {
    position: relative;
}
.red_overlay .container {
    position: relative;
    z-index: 2;
}
.red_overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(189, 0, 0, 0.8);
    z-index: 1;
}
.lightgray {
    background-color: #f3f3f3;
}
.bg_shape {
    background-image: url("../images/bg_shape.jpg");
    background-size: 60px;
    background-repeat: repeat;
    background-position: top center;
    background-blend-mode: multiply;
    background-color: #d31a35;
}
@media (max-width: 1600px) {
    .sections {
        padding: 70px 0;
    }
    .sections.lg {
        padding: 90px 0;
    }
    .pb_10 {
        padding-bottom: 100px;
    }
    .bg_shape {
        background-size: 54px;
    }
    .section_title p {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .sections {
        padding: 60px 0;
    }
    .sections.lg {
        padding: 80px 0;
    }
    .pb_10 {
        padding-bottom: 90px;
    }
    .section_title h2 {
        margin-bottom: 15px;
    }
    .section_title p {
        font-size: 21px;
    }
    .section_vector {
        height: 58px;
        bottom: -21px;
    }
    .bg_shape {
        background-size: 50px;
    }
}
@media (max-width: 991px) {
    .section_title {
        margin-bottom: 25px;
    }
    .sections {
        padding: 50px 0;
    }
    .sections.lg {
        padding: 70px 0;
    }
    .pb_10 {
        padding-bottom: 70px;
    }
    .section_vector {
        height: 43px;
        bottom: -17px;
    }
    .section_title p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section_title p span.special_info {
        display: inline-block;
    }
    .bg_shape {
        background-size: 46px;
    }
}
@media (max-width: 767px) {
    .section_title {
        margin-bottom: 20px;
    }
    .sections {
        padding: 50px 0;
    }
    .sections.lg {
        padding: 60px 0;
    }
    .pb_10 {
        padding-bottom: 60px;
    }
    .section_title h2 {
        margin-bottom: 10px;
    }
    .section_title h2 br {
        display: none;
    }
    .section_vector {
        height: 32px;
        bottom: -12px;
    }
    h2 br {
        display: none;
    }
    .bg_shape {
        background-size: 42px;
    }
}
@media (max-width: 575px) {
    .sections {
        padding: 40px 0;
    }
    .sections.lg {
        padding: 50px 0;
    }
    .section_title {
        margin-bottom: 15px;
    }
    .pb_10 {
        padding-bottom: 50px;
    }
    .section_vector {
        height: 20px;
        bottom: -8px;
    }
    .section_title p {
        font-size: 16px;
    }
    .bg_shape {
        background-size: 38px;
    }
}
/*---- /Sections ----*/

/*----- fyl_section -----*/
.fyl_section {
    position: relative;
    z-index: 2;
    margin-top: -120px;
}
.fyl_box {
    padding: 65px 45px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    margin:  0;
    position: relative;
    background-color: #d31a35;
    overflow: hidden;
}
.fyl_box > div {
    position: relative;
    z-index: 1;
}
.fyl_box h2:last-child,
.fyl_box p:last-child {
    margin-bottom: 0;
}
.fyl_box h2 {
    font-size: 50px;
    margin-bottom: 12px;
}
.fyl_box p {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.38px;
}
.fyl_box form {
    position: relative;
    margin-left: 40px;
}
.fyl_box form input {
    padding: 17px 35px;
    padding-right: 65px;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 34px;
    font-weight: 500;
}
.fyl_box input::placeholder,
.fyl_box textarea::placeholder,
.fyl_box select::placeholder {
    font-size: 26px;
}
.fyl_box input::-moz-placeholder,
.fyl_box textarea::-moz-placeholder,
.fyl_box select::-moz-placeholder {
    font-size: 26px;
}
.fyl_box input::-webkit-input-placeholder,
.fyl_box textarea::-webkit-input-placeholder,
.fyl_box select::-webkit-input-placeholder {
    font-size: 26px;
}
.fyl_box form button {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2;
    border: none;
    box-shadow: none;
    color: #fff !important;
    height: 56px;
    width: 56px;
    min-width: inherit;
    border-radius: 28px;
    padding: 0;
    line-height: 1;
    text-align: center;
}
@media (max-width: 1600px) {
    .fyl_section {
        margin-top: -100px;
    }
    .fyl_box {
        padding: 50px 30px;
    }
    .fyl_box p {
        font-size: 30px;
    }
    .fyl_box h2 {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .fyl_box form {
        margin-left: 0;
    }
    .fyl_box form input {
        padding: 15px 30px;
        font-size: 24px;
    }
    .fyl_box input::placeholder,
    .fyl_box textarea::placeholder,
    .fyl_box select::placeholder {
        font-size: 24px;
    }
    .fyl_box input::-moz-placeholder,
    .fyl_box textarea::-moz-placeholder,
    .fyl_box select::-moz-placeholder {
        font-size: 24px;
    }
    .fyl_box input::-webkit-input-placeholder,
    .fyl_box textarea::-webkit-input-placeholder,
    .fyl_box select::-webkit-input-placeholder {
        font-size: 24px;
    }
    .fyl_box form button {
        right: 5px;
        top: 4px;
        height: 56px;
        width: 56px;
    }
    .fyl_box p {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .fyl_section {
        margin-top: -80px;
    }
    .fyl_box {
        padding: 40px 20px;
    }
    .fyl_box h2 {
        font-size: 38px;
    }
    .fyl_box p {
        font-size: 24px;
    }
    .fyl_box form input {
        padding: 11px 65px 15px 20px;
        font-size: 22px;
    }
    .fyl_box form button {
        right: 5px;
        top: 5px;
        height: 52px;
        width: 52px;
    }
    .fyl_box input::placeholder,
    .fyl_box textarea::placeholder,
    .fyl_box select::placeholder {
        font-size: 22px;
    }
    .fyl_box input::-moz-placeholder,
    .fyl_box textarea::-moz-placeholder,
    .fyl_box select::-moz-placeholder {
        font-size: 22px;
    }
    .fyl_box input::-webkit-input-placeholder,
    .fyl_box textarea::-webkit-input-placeholder,
    .fyl_box select::-webkit-input-placeholder {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .fyl_section {
        margin-top: -110px;
    }
    .fyl_box {
        padding: 30px 15px;
        text-align: center;
    }
    .fyl_box h2 {
        font-size: 34px;
    }
    .fyl_box p {
        font-size: 22px;
    }
    .fyl_box form {
        max-width: 420px;
        margin: 20px auto 0;
    }
    .fyl_box form input {
        padding: 10px 58px 13px 20px;
        font-size: 20px;
    }
    .fyl_box form button {
        height: 50px;
        width: 50px;
    }
    .fyl_box input::placeholder,
    .fyl_box textarea::placeholder,
    .fyl_box select::placeholder {
        font-size: 20px;
    }
    .fyl_box input::-moz-placeholder,
    .fyl_box textarea::-moz-placeholder,
    .fyl_box select::-moz-placeholder {
        font-size: 20px;
    }
    .fyl_box input::-webkit-input-placeholder,
    .fyl_box textarea::-webkit-input-placeholder,
    .fyl_box select::-webkit-input-placeholder {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .fyl_box {
        padding: 25px 15px;
    }
    .fyl_box h2 {
        font-size: 30px;
    }
    .fyl_box p {
        font-size: 20px;
    }
    .fyl_box form input {
        padding: 8px 58px 11px 18px;
        font-size: 18px;
    }
    .fyl_box form button {
        height: 46px;
        width: 46px;
    }
    .fyl_box input::placeholder,
    .fyl_box textarea::placeholder,
    .fyl_box select::placeholder {
        font-size: 18px;
    }
    .fyl_box input::-moz-placeholder,
    .fyl_box textarea::-moz-placeholder,
    .fyl_box select::-moz-placeholder {
        font-size: 18px;
    }
    .fyl_box input::-webkit-input-placeholder,
    .fyl_box textarea::-webkit-input-placeholder,
    .fyl_box select::-webkit-input-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .fyl_section {
        margin-top: -80px;
    }
    .fyl_box {
        padding: 25px 5px;
    }
    .fyl_box h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .fyl_box p {
        font-size: 18px;
    }
    .fyl_box form input {
        padding: 6px 58px 8px 18px;
        font-size: 18px;
    }
    .fyl_box form button {
        right: 4px;
        top: 4px;
        height: 42px;
        width: 42px;
    }
}
/*----- fyl_section -----*/

/*----- About us -----*/
.about_left {
    max-width: 420px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
.about_left .about_img {
    width: 100%;
    height: 290px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}
.about_left .about_img.bottom {
    height: 258px;
    width: 88%;
    margin-top: -30px;
    border: 5px solid #fff;
}
.about_left .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_right_vector {
    opacity: 0.07;
    width: 275px;
    height: 452px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 1600px) {
    .about_right_vector {
        width: 225px;
        height: 350px;
    }
}
@media (max-width: 1199px) {
    .about_left {
        max-width: 360px;
    }
    .about_left .about_img.bottom {
        height: 210px;
        border: 3px solid #fff;
    }
}
@media (max-width: 991px) {
    .about_left {
        margin: auto;
        max-width: 450px;
    }
    .about_right_vector {
        width: 280px;
        height: 430px;
    }
    .about_left .about_img.bottom {
        height: 250px;
    }
    .about_left .about_img {
        height: 300px;
    }
    .about_right {
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .about_right_vector {
        width: 190px;
        height: 310px;
    }
}
@media (max-width: 575px) {
    .about_right_vector {
        width: 150px;
        height: 240px;
    }
    .about_left .about_img.bottom {
        max-width: 290px;
        height: 200px;
        margin-top: -40px;
        border: 2px solid #fff;
    }
    .about_left .about_img {
        height: 305px;
    }
}
@media (max-width: 399px) {
    .about_left .about_img.bottom {
        max-width: 260px;
        height: 175px;
    }
    .about_left .about_img {
        height: 260px;
    }
}
/*----- /About us -----*/

/*----- Ways to get involved! -----*/
.left_vector,
.right_vector {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 360px;
    object-fit: contain;
    overflow: hidden;
    opacity: 0.15;
    max-width: 120px;
    z-index: 1;
}
.left_vector {
    left: 0;
    transform: scaleX(-1);
}
.right_vector {
    right: 0;
}
.involved_box {
    border-radius: 20px;
    border: 1px solid #4e4e4e;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 285px;
    display: block;
}
.involved_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.involved_box:hover {
    border-color: #d31a35;
    transform: translateY(-4px);
}
.involved_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 25%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.8;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.involved_box h3 {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 8px;
    z-index: 4;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.involved_box:hover h3 {
    transform: translateY(-12px);
}
.sp_col {
    padding-top: 15px;
    padding-bottom: 15px;
}
.involved_box:hover:after {
    height: 100%;
}
@media (max-width: 1199px) {
    .involved_box {
        height: 235px;
    }
    .left_vector,
    .right_vector {
        max-width: 95px;
    }
}
@media (max-width: 991px) {
    .involved_box {
        height: 270px;
    }
    .involved_box h3 {
        padding: 15px 10px;
    }
    .left_vector,
    .right_vector {
        max-width: 70px;
    }
}
@media (max-width: 767px) {
    .involved_box {
        height: 195px;
    }
    .involved_box h3 {
        padding: 12px 10px;
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    .involved_box {
        max-width: 320px;
        height: 235px;
        margin: auto;
    }
    .sp_col {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*----- /Ways to get involved! -----*/

/*----- Stay up to date! -----*/
.upto_date_box {
    position: relative;
    height: 100%;
    width: 100%;
}

/*----- /Stay up to date! -----*/

/*----- Business Directory -----*/
.directory_box {
    background-color: #fff;
    position: relative;
    height: 210px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.directory_box:hover,
.directory_box:focus {
    border: 1px solid #cf1934;
}
.directory_box img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
.business_directory {
    padding-bottom: 160px;
}
.business_directory .footer_vector {
    bottom: -5px;
    width: 768px;
    height: 80px;
}
@media (max-width: 1600px) {
    .business_directory {
        padding-bottom: 130px;
    }
}
@media (max-width: 1199px) {
    .directory_box {
        height: 180px;
    }
    .business_directory {
        padding-bottom: 100px;
    }
    .business_directory .footer_vector {
        width: 668px;
        height: 70px;
    }
}
@media (max-width: 991px) {
    .directory_box {
        height: 165px;
    }
    .business_directory .footer_vector {
        width: 568px;
        height: 60px;
        bottom: -4px;
    }
    .business_directory {
        padding-bottom: 85px;
    }
}
@media (max-width: 767px) {
    .directory_box {
        height: 185px;
    }
    .business_directory {
        padding-bottom: 60px;
    }
    .business_directory .footer_vector {
        width: 420px;
        height: 45px;
        bottom: -3px;
    }
}
@media (max-width: 575px) {
    .directory_box {
        height: 170px;
        max-width: 240px;
        margin: auto;
    }
    .business_directory .footer_vector {
        width: 300px;
        height: 32px;
        bottom: -2px;
    }
}
/*----- /Business Directory -----*/


/*----- Footer -----*/
.footer {
    background-color: #d31a35;
    position: relative;
    z-index: 2;
    padding-top: 80px;
}
.left_corner,
.right_corner {
    position: absolute;
    object-fit: contain;
    bottom: 5px;
    overflow: hidden;
    width: 158px;
    height: 158px;
    z-index: 1;
}
.left_corner {
    left: 5px;
}
.right_corner {
    right: 5px;
    transform: scaleX(-1);
}
.footer h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    position: relative;
    margin-bottom: 30px;
}
.footer h3:after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 3px;
}
.footer p,
.footer ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.footer ul {
    margin-bottom: 0;
}
.footer ul li a {
    color: #fff;
}
.footer .copyright p a:hover, 
.footer ul li a:hover {
    text-decoration: underline;
}
.footer .contact_us ul li a {
    margin-left: 10px;
}
.footer .contact_us p {
    margin-bottom: 15px;
}
.footer .quick_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 3px;
}
.footer .quick_links ul li {
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}
.footer .quick_links ul li a {
    display: inline-block;
}
.footer .newsletter {
    position: relative;
    margin-bottom: 50px;
}
.footer .newsletter input[type="search"] {
    padding-right: 65px;
}
.footer .newsletter button[type="submit"] {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    border: none;
    box-shadow: none;
    color: #fff !important;
    height: 100%;
    min-width: 62px;
    font-size: 24px;
    -webkit-border-radius: 0 28px 28px 0;
    -moz-border-radius: 0 28px 28px 0;
    -o-border-radius: 0 28px 28px 0;
    border-radius: 0 28px 28px 0;
    border: 1px solid #007436;
    padding: 0;
    line-height: 1;
    text-align: center;
    opacity: 1;
}
.footer .newsletter button[type="submit"]:hover,
.footer .newsletter button[type="submit"]:focus {
    color: #007436 !important;
    background-color: #fff;
}
.footer .newsletter button[type="submit"] i {
    margin-right: 5px;
}
.footer .social_media {
    display: block;
}
.mailing_box {
    margin-bottom: 50px;
    padding-left: 30px;
}
.footer .copyright {
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 25px 0;
}
.footer .copyright p {
    margin-bottom: 0;
}
.footer .copyright p a {
    color: #fff;
}

@media (max-width: 1199px) {
    .footer {
        padding-top: 60px;
    }
    .footer h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .footer p,
    .footer ul li {
        font-size: 17px;
        line-height: 1.5;
    }
    .mailing_box {
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .footer .social_media {
        padding-left: 0px;
    }
    .footer .copyright {
        margin-top: 70px;
        padding: 20px 0;
    }
    .left_corner,
    .right_corner {
        width: 100px;
        height: 100px;
    }
    .footer .quick_links ul li {
        margin-bottom: 12px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-top: 60px;
    }
    .footer h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .footer h3::after {
        width: 35px;
        height: 2px;
        margin-top: 8px;
    }
    .footer p, .footer ul li {
        font-size: 16px;
        line-height: 1.4;
    }
    .footer .contact_us p {
        margin-bottom: 10px;
    }
    .footer .copyright {
        margin-top: 50px;
        padding: 16px 0;
    }
    .left_corner,
    .right_corner {
        width: 80px;
        height: 80px;
    }
    .footer .newsletter button[type="submit"] {
        width: 58px;
        font-size: 21px;
    }
    .footer .newsletter input[type="search"] {
        padding-right: 62px;
    }
    .contact_us,
    .quick_links{
        margin-bottom: 30px;
    }
    .footer .newsletter {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-top: 50px;
        text-align: center;
    }
    .footer h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .footer h3::after {
        margin: 8px auto 0;
    }
    .footer p, .footer ul li {
        font-size: 15px;
        line-height: 1.3;
    }
    .footer .copyright {
        margin-top: 40px;
    }
    .left_corner,
    .right_corner {
        width: 70px;
        height: 70px;
    }
    .footer .newsletter {
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .footer .newsletter button[type="submit"] {
        width: 56px;
    }
    .footer .newsletter input[type="search"] {
        padding-right: 60px;
    }
}
@media (max-width: 400px) {
    .footer .quick_links ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .left_corner,
    .right_corner {
        width: 60px;
        height: 60px;
    }
}
/*----- /Footer -----*/

/*----- /Footer -----*/
.go-up {
    background-color: #0b0b0b;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: fixed;
    font-size: 18px;
    line-height: 28px;
    right: 10px;
    bottom: -40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    text-align: center;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    border-radius: 40px 40px 0px 0px !important;
}
.go-up:hover {
    background-color: #d31a35;
}
@media (max-width: 768px) {
    .go-up {
        width: 30px;
        height: 25px;
        font-size: 16px;
        line-height: 22px;
    }
}

/* Internal Page CSS */
.internal_billboard {
    position: relative;
    padding: 80px 0;
    min-height: 460px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.internal_billboard:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.internal_billboard .container {
    position: relative;
    z-index: 2;
}
.internal_billboard h1 {
    text-transform: uppercase;
}
.internal_billboard *:last-child {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .internal_billboard {
        padding: 70px 0;
        min-height: 300px;
    }
}
@media (max-width: 1199px) {
    .internal_billboard {
        padding: 50px 0;
        min-height: 270px;
    }
}
@media (max-width: 991px) {
    .internal_billboard {
        padding: 40px 0;
        min-height: 230px;
    }
}
@media (max-width: 767px) {
    .internal_billboard {
        min-height: 200px;
    }
}
@media (max-width: 575px) {
    .internal_billboard {
        padding: 30px 0;
        min-height: 180px;
    }
}
@media (max-width: 460px) {
    .internal_billboard {
        min-height: 150px;
    }
}
/* Membership Page */
.membership_btns {
    background-color: #fff;
    padding: 60px 20px;
    border-top: 6px solid #d31a35;
    border-bottom: 6px solid #d31a35;
}
.membership_btns > div {
    position: relative;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}
.membership_btns a.my_btn {
    margin: 8px;
    min-width: inherit;
    padding: 18px 15px 22px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
@media (max-width: 1600px) {
    .membership_btns {
        padding: 50px 10px;
        border-top: 4px solid #d31a35;
        border-bottom: 4px solid #d31a35;
    }
    .membership_btns a.my_btn {
        padding: 15px 14px 14px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .membership_btns::after {
        background-size: 60px 70px;
    }
}
@media (max-width: 1199px) {
    .membership_btns {
        padding: 40px 20px;
    }
    .membership_btns a.my_btn {
        padding: 14px 18px 18px;
    }
    .membership_btns .container-fluid {
        justify-content: center;
    }
    .membership_btns > div {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .membership_btns a.my_btn {
        margin: 5px;
        min-width: 200px;
        padding: 10px 18px 14px 18px;
        font-size: 16px;
        flex: 1 1 auto;
        max-width: inherit;
    }
    .membership_btns {
        min-height: 140px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .membership_btns::after {
        background-size: 70px 80px;
    }
}
@media (max-width: 767px) {
    .membership_btns a.my_btn {
        min-width: 220px;
        padding: 9px 15px 13px 15px;
        font-size: 15px;
    }
    .membership_btns {
        min-height: 140px;
        padding: 25px 0;
    }
}
@media (max-width: 575px) {
    .membership_btns a.my_btn {
        min-width: 175px;
        padding: 9px 10px 13px 10px;
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .membership_btns a.my_btn {
        min-width: 190px;
        padding: 9px 15px 12px 15px;
    }
}
/**/
.white_box,
.gray_box {
    background-color: #f3f3f3;
    padding: 30px 25px;
    border-radius: 30px;
    margin-bottom: 80px;
}
.white_box {
    background-color: #fff;
}
.white_box ul,
.gray_box ul {
    margin-bottom: 0;
    column-count: 2;
    column-gap: 20px;
}
.white_box ul li,
.notes_list ul li,
.gray_box ul li {
    padding-left: 30px;
    position: relative;
    line-height: 1.58;
    margin-bottom: 15px;
}
.white_box ul li:last-child,
.notes_list ul li:last-child,
.gray_box ul li:last-child {
    margin-bottom: 0;
}
.white_box ul li a,
.gray_box ul li a {
    color: #d31a35;
}
.white_box ul li a:hover,
.white_box ul li a:focus,
.gray_box ul li a:hover,
.gray_box ul li a:focus {
    color: #007436;
}
.white_box ul li::before,
.notes_list ul li::before,
.gray_box ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 2px;
    width: 13px;
    height: 13px;
    background-color: #d31a35;
    transform: scaleY(1.3) rotate(45deg);
}
.fyl_box.mb-5 {
    margin-bottom: 50px !important;
}
/**/
.alm_section .gray_box {
    margin-bottom: 50px;
}
.alm_section .btn_holder {
    margin-bottom: 40px;
}
.fyl_box.sm {
    padding: 50px 40px;
}
.fyl_box.sm p {
    font-size: 34px;
}

/**/
.nmb_section {
    padding-bottom: 90px;
}

/* Map */
.map_section {
    margin-bottom: 80px;
    background-color: #d31a35;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: center;
    padding: 0 40px 40px;
}
.map_section svg {
    margin: -15px auto 0;
    width: 94%;
}
.states {
    fill:#fff;
    stroke:#A3A3A3;
    stroke-width:1;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.states_text{
    fill:#878787;
    font-family: "EB Garamond", serif;
    font-size:8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.map_section svg a:hover .states {
    fill:#fff;
    cursor: default;
}
.map_section svg a:hover .states_text {
    fill: #878787;
    cursor: default;
}
.active_states{
    fill:#898989;
    stroke:#A3A3A3;
    stroke-width:1;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.active_text{
    fill:#fff;
    font-family: "EB Garamond", serif;
    font-size:8px;
}
.canada{
    fill:#B2B2B2;
    stroke:#898989;
    stroke-width:1;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text_outside{
    fill:#EFEFEF;
    font-family: "EB Garamond", serif;
    font-size:8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.textline_outside{
    fill:#E8E8E8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.map_section svg a:hover .text_outside,
.map_section svg a:hover .textline_outside{
    fill:#007436;
}
.map_section svg a:hover .active_states,
.map_section svg a:hover .canada{
    fill:#007436;
}
/**/
.notes_list {
    text-align: left;
    max-width: 400px;
    margin-top: -40px;
    margin-left: 20px;
}
.notes_list ul {
    margin-bottom: 0;
}
.notes_list ul li {
    margin-bottom: 5px !important;
}
.white ul li::before {
    background-color: #fff;
}
@media (max-width: 1600px) {
    .white_box,
    .gray_box {
        padding: 25px;
        margin-bottom: 70px;
    }
    .white_box ul li,
    .notes_list ul li,
    .gray_box ul li {
        margin-bottom: 10px;
    }
    .fyl_box.mb-5 {
        margin-bottom: 40px !important;
    }
    .fyl_box.sm p {
        font-size: 32px;
    }
    .nmb_section {
        padding-bottom: 80px;
    }
    .map_section {
        margin-bottom: 70px;
    }
}
@media (max-width: 1199px) {
    .white_box,
    .gray_box {
        padding: 20px;
        margin-bottom: 60px;
        border-radius: 24px;
    }
    .white_box ul li,
    .notes_list ul li,
    .gray_box ul li {
        line-height: 1.48;
        padding-left: 28px;
    }
    .white_box ul li::before,
    .notes_list ul li::before,
    .gray_box ul li::before {
        width: 11px;
        height: 11px;
        top: 10px;
    }
    .fyl_box.mb-5 {
        margin-bottom: 30px !important;
    }
    .fyl_box.sm {
        padding: 40px 30px;
    }
    .fyl_box.sm p {
        font-size: 30px;
    }
    .alm_section .gray_box {
        margin-bottom: 40px;
    }
    .alm_section .btn_holder {
        margin-bottom: 30px;
    }
    .nmb_section {
        padding-bottom: 70px;
    }
    .map_section {
        margin-bottom: 60px;
    }
    .map_section svg {
        margin: -10px auto 0;
        width: 94%;
    }
    .notes_list {
        max-width: 320px;
        margin-top: -20px;
        margin-left: 10px;
    }
    .notes_list ul li {
        margin-bottom: 3px !important;
    }
}
@media (max-width: 991px) {
    .white_box,
    .gray_box {
        margin-bottom: 45px;
    }
    .white_box ul,
    .gray_box ul {
        column-count: 1;
    }
    .fyl_box.sm {
        padding: 30px 20px;
    }
    .fyl_box.sm p {
        font-size: 26px;
    }
    .alm_section .gray_box {
        margin-bottom: 30px;
    }
    .alm_section .btn_holder {
        margin-bottom: 20px;
    }
    .fyl_box.mb-5 {
        margin-bottom: 25px !important;
    }
    .nmb_section {
        padding-bottom: 60px;
    }
    .map_section {
        margin-bottom: 50px;
    }
    .map_section svg {
        width: 98%;
    }
    .notes_list {
        margin-top: 10px;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .white_box,
    .gray_box {
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .white_box ul li,
    .notes_list ul li,
    .gray_box ul li {
        padding-left: 22px;
        margin-bottom: 8px;
    }
    .white_box ul li::before,
    .notes_list ul li::before,
    .gray_box ul li::before {
        width: 10px;
        height: 10px;
        top: 8px;
        left: 0;
    }
    .fyl_box.sm {
        padding: 20px;
    }
    .fyl_box.sm p {
        font-size: 20px;
    }
    .alm_section .gray_box {
        margin-bottom: 25px;
    }
    .alm_section .btn_holder {
        margin-bottom: 20px;
    }
    .fyl_box.mb-5 {
        margin-bottom: 20px !important;
    }
    .nmb_section {
        padding-bottom: 50px;
    }
    .map_section {
        margin-bottom: 40px;
        padding: 0 25px 25px;
    }
    .notes_list {
        max-width: 100%;
    }
    .notes_list ul li {
        font-size: 15px;
        padding-left: 18px;
        margin-bottom: 4px;
    }
    .notes_list ul li::before {
        width: 8px;
        height: 8px;
        top: 7px;
    }
}
@media (max-width: 575px) {
    .white_box,
    .gray_box {
        padding: 15px;
        border-radius: 16px;
    }
    .white_box ul li,
    .notes_list ul li,
    .gray_box ul li {
        padding-left: 20px;
        line-height: 1.38;
    }
    .white_box ul li::before,
    .notes_list ul li::before,
    .gray_box ul li::before {
        width: 9px;
        height: 9px;
        top: 8px;
    }
    .fyl_box.sm {
        padding: 15px;
    }
    .fyl_box.sm p {
        font-size: 18px;
    }
    .alm_section .gray_box {
        margin-bottom: 20px;
    }
    .alm_section .btn_holder {
        margin-bottom: 10px;
    }
    .fyl_box.mb-5 {
        margin-bottom: 15px !important;
    }
    .map_section {
        margin-bottom: 30px;
        padding: 0 5px 10px;
    }
    .map_section svg {
        margin: -3px auto 0;
        width: 100%;
    }
    .notes_list ul li {
        font-size: 14px;
    }
    .notes_list ul li {
        padding-left: 15px;
    }
    .notes_list ul li::before {
        width: 7px;
        height: 7px;
        top: 6px;
    }
    .states_text,
    .active_text {
        font-size: 11px;
    }
}
/*--Membership Page--*/


/*--Lodge--*/
.lodge_btns {
    border: none;
    min-height: inherit;
}
.lodge_btns a.my_btn {
    padding: 15px 15px 19px;
    flex: 0 0 19%;
    margin: 0.5% !important;
    max-width: inherit;
    min-width: inherit;
}
.lodge_btns > div {
    justify-content: center;
    padding: 0;
}
[class*="eg_box_img"],
.eg_box_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    border: 1px solid #4e4e4e;
    position: relative;
    background-color: #0b0b0b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
[class*="eg_box_img"]:hover,
.eg_box_img:hover {
    border: 1px solid #d31a35;
}
[class*="eg_box_img"] img,
.eg_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
}
[class*="eg_box_img"]:hover img,
.eg_box_img:hover img{
    transform: scale(1.06);
    opacity: 0.4;
}
.eg_box_img:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 66px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.eg_box_img:hover:before {
    opacity: 1;
}

/* Default CSS */
.default_page ul li {
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
}
.default_page ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-color: #d31a35;
    transform: scaleY(1.3) rotate(45deg);
}
.default_page ol li ul li:before,
.default_page ul li ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #d31a35;
    transform: scaleY(1.3) rotate(45deg);
    }

/*--*/
.default_page ol li {
    position: relative;
    padding-left: 28px;
    counter-increment: item;
    margin-bottom: 10px;
} 
.default_page ol li:before {    
   	content: counter(item)'.';
   	text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.default_page figure img {
    margin-bottom: 0px;
}
.default_page figure figcaption {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    line-height: 1.3;
}
.alignleft {
    max-width: 450px;
    object-fit: cover;
    margin: 0 40px 30px 0;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #4e4e4e;
}
.alignright {
    max-width: 450px;
    object-fit: cover;
    margin: 0 0 30px 40px;
    float: right;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #4e4e4e;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #4e4e4e;
}
@media(max-width:1199px){
    .default_page ol li, 
    .default_page ul li {
        padding-left: 24px;
        margin-bottom: 8px;
    } 
    .default_page ul li:before {
        top: 10px;
        left: 2px;
        width: 10px;
        height: 10px;
    }
    .default_page ol li ul li:before,
    .default_page ul li ul li:before {
        top: 12px;
        width: 7px;
        height: 7px;
        }
    .lodge_btns a.my_btn {flex: 0 0 32%;}
}
@media(max-width:991px){
    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 0 0 20px 0;
        float: none;
        border-radius: 16px;
    }
    .lodge_btns a.my_btn {
        padding: 12px 10px 14px;
    }
}
@media(max-width:767px){
    .lodge_btns a.my_btn {flex: 0 0 48%;}
    [class*="eg_box_img"], .eg_box_img {
        height: 280px;
    }
}
@media(max-width:575px){
    .default_page ol li, 
    .default_page ul li {padding-left: 20px;} 
    .default_page ul li:before {top: 8px;}
    .default_page ol li ul li:before,
    .default_page ul li ul li:before {top: 10px;}
    .lodge_btns a.my_btn {padding: 10px 8px 12px;}
    [class*="eg_box_img"], .eg_box_img {
        height: 320px;
    }
}

/* News Page */
.news_box {
    margin: 0;
    background-color: #f3f3f3;
    margin-bottom: 60px;
    padding: 20px 10px;
    border-radius: 26px;
    align-items: center;
}
.news_box:nth-of-type(2n+2) > div:nth-child(1) {
    order: 6;
}
.news_box .fit_img {
    border-radius: 20px;
    display: block;
    max-height: 500px;
    border: 1px solid #4e4e4e;
    background-color: #0b0b0b;
}
.news_box .fit_img:hover img {
    opacity: 0.5;
}
.news_box .news_text {
    padding: 15px;
}
.news_box h3 {
    margin-bottom: 10px;
}
.news_box h3 a {
    color: #0b0b0b;
}
.news_box h3 a:hover {
    color: #d31b35;
}
.news_box p {
    font-size: 21px;
}
@media(max-width:1199px){
    .news_box h3 {
        margin-bottom: 5px;
    }
    .news_box p {
        font-size: 20px;
    }
    .news_box .fit_img {
        max-height: 400px;
    }
    .news_box .news_text {
        padding: 5px 15px;
    }
}
@media(max-width:991px){
    .news_box {
        margin-bottom: 40px;
    }
    .news_box .news_text {
        padding: 5px 15px 0;
    }
    .news_box .fit_img {
        max-height: 300px;
        margin-bottom: 20px;
    }
    .news_box:nth-of-type(2n+2) > div:nth-child(1) {
        order: 0;
    }
    .news_box p {
        font-size: 18px;
    }
}
@media(max-width:575px){
    .news_box {
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 15px 0px;
    }
    .news_box .fit_img {
        border-radius: 16px;
        margin-bottom: 10px;
    }
    .news_box p {
        font-size: 16px;
    }
}

/*----- News_Detail -----*/
.news_detail .default_page p {
    font-size: 22px;
}
.news_detail .default_page img {
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #4e4e4e;
}

/* Sidebar */
.sidebar_holder {
    padding-left: 25px;
}
.sidebar_holder .sidebar_box {
    margin-bottom: 40px;
}
.sidebar_holder .sidebar_box h2 {
    font-size: 24px;
    background-color: #0b0b0b;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.sidebar_holder .sidebar_box ul li {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.sidebar_holder .sidebar_box ul li a {
    display: inline-block;
    color: #0b0b0b;
}
.sidebar_holder .sidebar_box ul li a:hover {
    color: #d31a35;
}
.sidebar_holder .sidebar_box form {
    position: relative;
}
.sidebar_holder .sidebar_box input[type="search"] {
    padding: 16px 60px 16px 24px;
    line-height: 30px;
    border: 1px solid #4e4e4e;
    background-color: #fff;
    color: #0b0b0b;
    border-radius: 100px;
}
.sidebar_holder .sidebar_box button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 17px 14px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    min-width: auto;
    background-image: none;
    box-shadow: none;
    color: #000 !important;
    width: 56px;
    height: 100%;
}
.sidebar_holder .sidebar_box button[type="submit"]:hover{
    color: #007436 !important;
}
.sidebar_holder .sidebar_box button[type="submit"]:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #c1c1c1;
    left: 0;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .fit_img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #4e4e4e;
    background-color: #d31a35;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li:hover .fit_img {
    box-shadow: 0 1px 2px rgba(3,3,77,0.3);
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li:hover .fit_img img {
    opacity: 0.5;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info {
    flex: 1;
    padding-left: 15px;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info h3 {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.42px;
    margin-bottom: 8px;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info h3 a{
    color: #0b0b0b;
    display: inline-block;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info h3 a:hover{
    color: #d31a35;
}
.sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1600px){
    .sidebar_holder .sidebar_box {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px){
    .sidebar_holder {
        padding-left: 15px;
    }
    .news_detail .default_page p {
        font-size: 20px;
    }
    .sidebar_holder .sidebar_box ul li {
        font-size: 18px;
    }
    .sidebar_holder .sidebar_box {
        margin-bottom: 30px;
    }
    .news_detail .default_page img {
        margin-bottom: 20px;
    }
    .sidebar_holder .sidebar_box h2 {
        font-size: 22px;
        padding: 12px;
    }
    .sidebar_holder .sidebar_box input[type="search"] {
        padding: 10px 16px;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info h3 {
        font-size: 16px;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .fit_img {
        flex: 0 0 90px;
        max-width: 90px;
        height: 90px;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li {
        align-items: self-start;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .recent_post_info span {
        letter-spacing: 0.5px;
    }
    .sidebar_holder .sidebar_box button[type="submit"] {
        padding: 5px;
        font-size: 18px;
        width: 50px;
    }
}
@media (max-width: 991px){
    .sidebar_holder {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #e4e4e5;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li {
        align-items: center;
    }
}
@media (max-width: 767px){
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news_detail .default_page p {
        font-size: 18px;
    }
}
@media (max-width: 575px){
    .news_detail .default_page img {
        border-radius: 20px;
    }
    .sidebar_holder .sidebar_box input[type="search"] {
        padding: 10px 15px;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .news_detail .default_page p {
        font-size: 17px;
    }
}
@media (max-width: 420px){
    .news_detail .default_page img {
        border-radius: 18px;
    }
    .sidebar_holder .sidebar_box input[type="search"] {
        padding: 9px 13px;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        align-items: self-start;
    }
    .sidebar_holder .widget_recent_posts_with_thumbnail_widget ul li .fit_img {
        border-radius: 16px;
    }
    .sidebar_holder .sidebar_box ul li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

/* FAQs */
.card {
	border: 1px solid #ccc !important;
	margin-bottom: 30px;
	background-color: #f3f3f3;
    border-radius: 14px !important;
}
.card:last-child {
	margin-bottom: 0px;
}
.card-header {
    display: block;
    position: relative;
    padding: 20px 80px 20px 25px;
    background-color: #0b0b0b;
    border: none;
    border-radius: 0 !important;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-header.collapsed{
    background-color: #f3f3f3 !important;
    color: #0b0b0b !important;
}
.card-header .card-title {
    margin-bottom: 0;
}
.card-header:hover {
	text-decoration: none;
}
.card-header.collapsed:before, 
.card-header:before {
	content: "\f077";
    font-family: 'FontAwesome';
    width: 60px;
    height: 100%;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-header.collapsed:before {
    content: "\f078";
    color: #0b0b0b;
}
.card-body {
    border-top: 0;
    padding: 0px;
    background-color: transparent;
}
.card-body .collapse_content {
    background-color: #fff;
    padding: 20px 25px;
}
.card-body .collapse_content p {
    margin-bottom: 15px;
}
.card-body .collapse_content li a,
.card-body .collapse_content p a {
    font-weight: 700;
    text-decoration: underline;
}

@media(max-width:1199px){
    .card-header {
        padding: 18px 70px 18px 22px;
        font-size: 22px;
        line-height: 28px;
    }
    .card-body .collapse_content {
        padding: 18px 22px;
    }
    .card-header.collapsed:before, 
    .card-header:before {
        font-size: 22px;
    }
    .round_shape.rt {
        top: 150px;
        left: 94%;
    }
    .technical_info .ring_shape.sm {
        left: -300px;
    }
    .whyfilm_sask .wwd_box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:991px){
    .card {
        margin-bottom: 25px;
    }
    .card-header {
        padding: 16px 60px 16px 20px;
        font-size: 20px;
    }
    .card-body .collapse_content {
        padding: 16px 20px;
    }
    .card-header.collapsed:before, 
    .card-header:before {
        font-size: 21px;
    }
    .card-body .collapse_content p {
        margin-bottom: 12px;
    }
}
@media(max-width:767px){
    .card {
        margin-bottom: 20px;
    }
    .card-header {
        padding: 14px 50px 14px 18px;
        font-size: 18px;
        line-height: 1.4;
    }
    .card-body .collapse_content {
        padding: 15px 20px;
    }
    .card-header.collapsed:before, 
    .card-header:before {
        font-size: 20px;
        width: 50px;
    }
    .card-body .collapse_content p {
        margin-bottom: 10px;
    }
}
@media(max-width:575px){
    .card {
        margin-bottom: 15px;
    }
    .card-header {
        padding: 10px 40px 10px 16px;
        font-size: 17px;
    }
    .card-body .collapse_content {
        padding: 10px 16px;
    }
    .card-header.collapsed:before, 
    .card-header:before {
        font-size: 18px;
        width: 40px;
    }
    .whyfilm_sask .wwd_box {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width:460px){
    .card-header {
        padding: 10px 40px 10px 12px;
        font-size: 15px;
        line-height: 1.3;
    }
}

/* National Officers */
.team_section .row > div {
    padding-bottom: 30px;
}
.team_box {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #4e4e4e;
    height: 100%;
    text-align: center;
    background-color: #f3f3f3;
}
.team_box.lg .fit_img {
    height: 540px;
}
.team_box .fit_img {
    height: 350px;
    border-bottom: 1px solid #4e4e4e;
}
.team_box .team_text {
    padding: 20px;
}
.team_box .team_text h4 {
    margin-bottom: 5px;
    line-height: 1.2;
}
.team_box .team_text span {
    font-size: 21px;
    font-weight: 700;
    color: #d31b35;
    display: block;
    margin-bottom: 7px;
}
.team_box .team_text p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}
.team_tab{
    margin-top: 40px;   
}    
.nav-tabs {
    border: none;
    margin: 0 -5px 20px;
}
.nav-tabs .nav-item {
    margin: 0 5px;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: none;
    padding: 10px 24px;
    border-radius: 100px;
    border: 1px solid #4e4e4e !important;
    color: #0b0b0b;
    position: relative;
    background-color: #f3f3f3;
}
.nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #0b0b0b;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    bottom: -16px;
    z-index: 1;
    opacity: 1;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0b0b0b;
}
.tab-content {
    background-color: #fff;
    border-radius: 20px;
}
.tab-content p {
    margin-bottom: 0;
}
.tab-content h4 {
    padding: 20px 15px 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: none;
}
.container {
    position: relative;
    z-index: 1;
}

/**/
.table {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
    border-collapse: separate;
}
.table tr {
    border: 0;
    padding: 0;
}
.table tr:nth-child(even) td{
    background-color: #fcedef;
}
.table tr td:nth-child(1) {
    font-weight: 700;
}
.table tr:nth-child(odd) td{
    background-color: #ebf4ef;
}
.table th, 
.table td {
    font-size: 21px;
    line-height: 28px;
    padding: 12px 15px;
    text-align: left;
    border-radius: 14px;
    border: none;
}
.table td,
.table td a{
    color: #0b0b0b;
}
.table td a{
    text-decoration: underline;
}
.table td a:hover,
.table td a:focus{
    color: #007436; 
}
.table th {
    text-transform: capitalize;
    background-color: #000;
    color: #fff;
}
@media (max-width: 1199px){
    .table th, 
    .table td {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 15px;
    }
    .nav-tabs .nav-link {
        padding: 8px 22px;
    }
    .team_box .fit_img {
        height: 290px;
    }
    .team_box.lg .fit_img {
        height: 450px;
    }
    .team_box .team_text {
        padding: 15px;
    }
    .team_box .team_text h4 {
        font-size: 20px;
    }
    .team_box .team_text span {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .team_box .team_text p {
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .team_tab {
        margin-top: 30px;   
    }
    .tab-content {
        background-color: transparent;
        border-radius: 0;
    }
    .team_tab .nav-tabs {
        display: none;
    }
    .tab-content>.tab-pane {
        background-color: #fff;
        border-radius: 14px;
        display: block !important;
        opacity: 1;
        margin-bottom: 30px;
        height: auto;
        overflow: hidden;
    }
    .tab-content h4 {
        display: block;
        padding: 15px 15px 10px;
        margin-bottom: 10px;
    }
    .table th, .table td {
        font-size: 18px;
        line-height: 22px;
        padding: 8px 12px;
        border-radius: 10px;
    }
    .table {
        border-spacing: 7px;
    }
    .team_box {
        max-width: 330px;
        margin: 0 auto;
        height: auto;
    }
    .team_box .fit_img {
        height: 330px;
    }
    .team_box.lg {
        max-width: 430px;
    }
    .team_box.lg .fit_img {
        height: 450px;
    }
}
@media (max-width: 767px) {
    tbody {
        display: block;
    }
    .table tr {
        display: block;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        text-align: center;
        border: 1px solid #ccc;
    }
    .table th, .table td {
        display: block;
        border-radius: 0;
        text-align: center;
    }
    .table td {
        border-bottom: 1px solid #ccc;
        padding: 7px 10px;
    }
    .table td:last-child {
        border-bottom: none;
    }
}
@media (max-width: 575px){
    .team_tab {
        margin-top: 20px;   
    }
    .table th, .table td {
        font-size: 17px;
        line-height: 22px;
    }
    .team_box .team_text h4 {
        font-size: 18px;
    }
    .team_box .team_text span {
        font-size: 17px;
    }
    .team_box .team_text p {
        font-size: 16px;
    }
    .team_box.lg {
        max-width: 330px;
    }
    .team_box.lg .fit_img {
        height: 330px;
    }
}


/* Contact Us */
.mailing_list ul {
    background-color: #f3f3f3;
    padding: 25px;
    border-radius: 24px;
    margin-top: 50px;
}
.ct_address {
    background-color: #f3f3f3;
    padding: 25px;
    border-radius: 24px;
    margin-left: 15px;
}
.ct_address p,
.ct_address li {
    font-size: 22px;
}
.contact_page hr {
    margin-bottom: 30px
}
.map iframe {
    border: none;
    width: 100%;
    height: 500px;
    border-radius: 40px;
}
@media (max-width: 1199px){
    .ct_address {
        padding: 20px;
        border-radius: 20px;
        margin-left: 0px;
    }
    .ct_address p, .ct_address li {
        font-size: 20px;
    }
    .map iframe {
        height: 400px;
        border-radius: 30px;
    }
}
@media (max-width: 991px){
    .ct_address {
        margin-top: 30px;
    }
    .map iframe {
        height: 350px;
        border-radius: 24px;
    }
    .mailing_list ul {
        padding: 20px;
        border-radius: 24px;
        margin-top: 30px;
    }
    .ct_address p, .ct_address li {
        font-size: 19px;
    }
}
@media (max-width: 767px){
    .contact_page hr {
        margin-bottom: 20px;
    }
    .ct_address p, .ct_address li {
        font-size: 18px;
    }
}
@media (max-width: 575px){
    .ct_address {
        margin-top: 20px;
        padding: 15px;
    }
    .mailing_list ul {
        padding: 15px;
        border-radius: 20px;
        margin-top: 20px;
    }
    .ct_address p, .ct_address li {
        font-size: 17px;
    }
    .map iframe {
        border-radius: 20px;
    }
}


/**/
.tab_box {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 20px;
}
.resources_tab .tab_box {
    margin-bottom: 30px;
    }
.resources_tab .tab_box h3 {
    margin-bottom: 12px;
    }
.resources_tab .tab_box ul {
    column-count: 2;
    column-gap: 20px;
    }
.resources_tab .tab_box *:last-child {
    margin-bottom: 0;
    }
.resources_tab .nav-tabs {
    margin: 0 0px 30px;
    display: flex;
    justify-content: center;
    }
.resources_tab .nav-tabs .nav-item {
    padding: 7px 10px;
    }
.resources_tab .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    padding: 0;
    line-height: 1.2;
    }
.resources_tab .nav-tabs .nav-link.active {
    color: #d31b35;
    border-bottom-color: #d31b35 !important;
}
.resources_tab .nav-tabs .nav-item .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.resources_tab .nav-tabs .nav-link:after {
    display: none;
}
@media(max-width:991px) {
    .resources_tab .nav-tabs {
        display: none;
    }
    .resources_tab .tab_box {
        margin-bottom: 0;
    }
    .resources_tab .nav-tabs .nav-item {
        padding: 5px 7px;
    }
    .resources_tab .nav-tabs .nav-item .nav-link:before {
        right: -12px;
    }
}
@media(max-width:575px) {
    .resources_tab .tab_box ul {
        column-count: 1;
    }
    .tab_box {
        padding: 15px;
        border-radius: 14px;
    }
}

/**/
.gray_bg_box,
.bd_box {
    background-color: #f3f3f3;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 0 0 50px;
}
.gray_bg_box{
    padding: 30px;
}
.bd_box:nth-of-type(2n+2) > div:first-child{
    order: 8;
}
.bd_box h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #007436;
    padding-top: 5px;
}
.gray_bg_box h3,
.bd_box h3 {
    margin-bottom: 10px;
}
.gray_bg_box p,
.bd_box p {
    margin-bottom: 10px;
}
.gray_bg_box .fit_img,
.bd_box .fit_img {
    display: block;
    padding: 30px;
    height: auto;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
}
.gray_bg_box .fit_img img,
.bd_box .fit_img img {
    object-fit: contain;
}
.gray_bg_box .fit_img{
    width: auto;
    padding: 0;
    max-height: 300px;
}
.gray_bg_box .my_btn{
    margin-top: 15px;
}

.book_info {
    margin-bottom: 10px;
}
.book_info ul li {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
}
.book_info ul li:before {
    display: none;
}
.book_info ul li i {
    margin-right: 5px;
    color: #d31b35;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 0;
}
.book_info ul li i.fa-book {
    font-size: 19px;
}
@media(max-width:1199px) {
    .gray_bg_box {
        margin: 0 0 40px;
    }
    .bd_box {
        padding: 20px 5px;
        margin: 0 0 40px;
    }
    .bd_box h4 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .book_info p {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .book_info ul li i {
        width: 16px;
    }
    .book_info ul li {
        font-size: 18px;
    }
    .book_info ul li i.fa-book {
        font-size: 17px;
    }
}
@media(max-width:991px) {
    .bd_box:nth-of-type(2n+2) > div:first-child{
        order: 0;
    }
    .bd_box {
        text-align: center;
    }
    .bd_box .fit_img {
        height: 250px;
        margin-bottom: 15px;
    }
    .gray_bg_box {
        padding: 20px;
    }
    .gray_bg_box .fit_img {
        display: inline-block;
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .gray_bg_box .fit_img{
        max-height: 250px;
    }
    .gray_bg_box {
        padding: 15px;
    }
    .book_info ul li {
        font-size: 16px;
    }
    .book_info ul li i {
        top: 4px;
    }
    .book_info ul li i.fa-book {
        font-size: 15px;
    }
    .gray_bg_box .fit_img {
        margin-bottom: 10px;
    }
    .gray_bg_box .my_btn {
        margin-top: 5px;
    }
}
@media(max-width:420px) {
    .bd_box {
        padding: 15px 0px;
        margin: 0 0 30px;
    }
    .gray_bg_box {
        margin: 0 0 30px;
    }
    .bd_box h4 {
        font-size: 14px;
    }
    .bd_box .fit_img {
        height: 180px;
    }
}

ul.col_three {
    column-count: 3;
}
.speakers_page .gray_bg_box:last-child {
    margin: 0 0 30px;
}
.speakers_page .gray_bg_box h3 {
    color: #007436;
}
.speakers_page .ct_speaker {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    height: 100%;
}
.speakers_page .ct_speaker li {
    word-break: break-all;
    line-height: 1.2;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}
.speakers_page .ct_speaker li a {
    color: #0b0b0b;
}
.speakers_page .ct_speaker li a:hover {
    color: #d31b35;
}
.speakers_page .ct_speaker li:first-child {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.speakers_page .ct_speaker li:before {
    display: none;
}

@media(max-width:1199px) {
    .speakers_page .gray_bg_box:last-child {
        margin: 0 0 10px;
    }
    .speakers_page .mb-5,
    .speakers_page .mt-5 {
        margin: 2rem 0!important;
    }
}
@media(max-width:991px) {
    .speakers_page .ct_speaker {
        border-left: none;
        padding-left: 0;
        height: 100%;
    }
    .speakers_page .ct_speaker li {
        padding: 0 0 8px;
        margin-bottom: 8px;
        font-size: 18px;
    }
    .speakers_page .ct_speaker ul {
        margin-bottom: 0;
    }
    .speakers_page .ct_speaker li:last-child {
        margin-bottom: 0px;
    }
    .speakers_page .ct_speaker li:first-child {
        padding-top: 8px;
        margin-top: 0px;
    }
}
@media(max-width:767px) {
    ul.col_three {
        column-count: 2;
    }
}
@media(max-width:575px) {
    .speakers_page .ct_speaker li {
        padding: 0 0 5px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .speakers_page .ct_speaker li:first-child {
        padding-top: 5px;
        margin-top: 0px;
    }
    .gray_bg_box p, .bd_box p {
        margin-bottom: 8px;
    }
    .speakers_page .mb-5, .speakers_page .mt-5 {
        margin: 1rem 0!important;
    }
}
/**/
.oss_logo{
    display: inline-block;
    height: 120px;
    margin: 10px 0 20px;
}
.oss_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.video_box {
    margin-bottom: 40px; 
    border-radius: 16px;
    overflow: hidden;
}
.video_box h3 {
    font-size: 22px;
    background: #d31b35;
    color: #fff;
    padding: 14px 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.video_box h3 span {
    font-weight: 400;
    font-size: 70%;
    display: block;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 6px;
}
.video_box iframe {
    width: 100%;
    height: 303px;
    display: block;
    overflow: hidden;
}
@media(max-width:1199px){
    .video_box iframe {
        height: 252px;
    }
    .video_box h3 {
        font-size: 20px;
        padding: 11px 17px;
    }
    .oss_logo {
        height: 100px;
    }
}
@media(max-width: 991px){
    .video_box {
        max-width: 450px;
        margin: 0 auto 30px;
    }
}
@media(max-width: 767px){
    .oss_logo {
        height: 80px;
        margin: 10px 0 15px;
    }
}
@media(max-width: 575px){
    .oss_logo {
        height: 70px;
    }
    .video_box {
        max-width: 280px;
        border-radius: 10px;
    }
    .video_box h3 {
        font-size: 18px;
        padding: 9px 13px;
    }
    .video_box iframe {
        height: 158px;
    }
}

/**/
.select_box {
    background-color: #d31b35;
}
.select_box h3 {
    text-align: center;
}
.select_box form {
    display: flex;
}
.select_box form select {
    margin-right: 20px;
}
.select_box input[type="button"]:hover, 
.select_box input[type="button"]:focus {
    background-color: #0b0b0b;
}




/**/
.bd_detail_box {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.bd_detail_box h3 {
    margin-bottom: 12px;
}
.bd_detail_box p {
    margin-bottom: 12px;
}
.bd_detail_box .fit_img {
    border-radius: 20px;
}

.bd_contact {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    clear: both;
}
.bd_contact h4 {
    margin-bottom: 10px;
}
.bd_contact ul {
    column-count: 2;
    column-gap: 30px;
    margin: 0;
}
.bd_contact ul li {
    padding-left: 38px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 12px;
}
.bd_contact ul li a {
    color: #343434;
}
.bd_contact ul li a:hover {
    color: #d31a35;
}
.bd_contact ul li a i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    text-align: center;
    color: #d31b35;
}
.bd_contact ul li:before {
    display: none;
}
.bd_contact ul li i.fa-envelope {
    font-size: 22px;
}
.service_tags p {
    color: #343434;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.7;
}
.bd_detail_box .alignright {
    padding: 6px;
    background-color: #fff;
    border: none;
    border-radius: 14px;
}

@media(max-width:1199px){
    .bd_detail_box {
        padding: 25px;
    }
    .bd_contact ul li {
        padding-left: 32px;
    }
    .bd_contact ul li i.fa-envelope {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .bd_detail_box {
        text-align: center;
    }
    .bd_contact ul li a i {
        position: relative;
        top: 1px;
    }
    .bd_contact ul {
        column-count: 1;
    }
    .service_tags p {
        font-size: 18px;
    }
    .bd_contact ul li {
        margin-bottom: 8px;
        padding: 0;
    }
    .bd_contact ul li i.fa-envelope {
        font-size: 18px;
    }
    .bd_contact ul li:last-child {
        margin-bottom: 0;
    }
    .bd_contact h4 {
        margin-bottom: 5px;
    }
    .bd_detail_box p,
    .bd_detail_box h3 {
        margin-bottom: 8px;
    }
    .bd_detail_box .alignright {
        margin: 0 0 15px 0;
    }
    .bd_contact {
        padding: 16px;
        border-radius: 16px;
    }
}
@media(max-width:767px){
    .gray_bg_box {
        padding: 14px;
    }
    .select_box form {
        display: block;
        text-align: center;
    }
    .select_box form select {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .bd_contact ul li i.fa-envelope {
        font-size: 16px;
    }
}
@media(max-width:575px){
    .bd_detail_box {
        padding: 20px 10px 10px;
        margin-bottom: 30px;
    }
    .bd_contact {
        padding: 10px;
    }
    .service_tags p {
        font-size: 16px;
    }
    .bd_contact ul li a i {
        margin-right: 2px;
        width: auto;
    }
    .bd_detail_box .alignright {
        margin: 0 0 10px 0;
    }
}

/* Find Lodge */
.find_lodge .map_section {
    margin-bottom: 50px;
}

/* State List */
.state_list {
    margin-bottom: 60px;
}
.state_list ul {
    column-count: 3;
}
ul.no_col {
    column-count: 1;
}
.state_list ul li {
    margin-bottom: 10px;
    line-height: 1.3;
}
.state_list ul li a {
    color: #0b0b0b;
}
.state_list ul li::before {
    top: 10px;
}
.lodge_btns.membership_btns {  
    border-bottom: 1px solid #d9d9d9;
}
@media(max-width:1600px){
    .state_list {
        margin-bottom: 50px;
    }
}
@media(max-width:991px){
    .state_list {
        margin-bottom: 40px;
    }
    .state_list ul li {
        margin-bottom: 7px;
    }
    .state_list ul.no_col {
        column-count: 3;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 10px;
    }
    .find_lodge .map_section {
        margin-bottom: 40px;
    }
    .state_list ul li::before {
        top: 8px;
    }
}
@media(max-width:767px){
    .state_list {
        margin-bottom: 30px;
    }
    .state_list ul {
        column-count: 2;
    }
    .state_list ul.no_col {
        column-count: 2;
        margin-top: 12px;
    }
    .find_lodge .map_section {
        margin-bottom: 40px;
    }
    .find_lodge .map_section svg {
        width: 96%;
    }
    .state_list ul li::before {
        top: 7px;
    }
}
@media(max-width:575px){
    .state_list {
        margin-bottom: 20px;
    }
    .find_lodge .map_section {
        margin-bottom: 30px;
    }
    .state_list ul li::before {
        top: 8px;
        width: 8px;
        height: 8px;
    }
    .find_lodge .gray_box ul li {
        padding-left: 16px;
    }
    .state_list ul li {
        margin-bottom: 6px;
    }
}

/**/
.state_map{
    background-color: #f3f3f3;
    box-shadow: none;
}
.state_map .notes_list ul li:before {
    background-color: #0b0b0b;
}
.state_map {
    padding: 30px;
}
.state_map .state_img {
    height: 600px;
    object-fit: contain;
}

/*table*/
.lodge_list {
    margin: 45px 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
    border-collapse: separate;
}
.lodge_list tr {
    border: 0;
    padding: 0;
}
.lodge_list tr td{
    background-color: #ebf4ef;
}
.lodge_list tr:nth-child(2n+2) td{
    background-color: #fcedef;
}
.lodge_list th:nth-child(2){
    width: 46%;
}
.lodge_list th, 
.lodge_list td {
    line-height: 26px;
    padding: 14px 25px;
    text-align: left;
    border-radius: 14px;
    font-weight: 600;
}
.lodge_list td,
.lodge_list td a{
    color: #000000;
}
.lodge_list td a:hover,
.lodge_list td a:focus{
    color: #007436; 
}
.lodge_list th {
    background-color: #d31b35;
    color: #fff;
    text-align: center;
}
.state_map.map_section {
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .lodge_list th, 
    .lodge_list td {
        line-height: 23px;
        padding: 12px 15px;
    }
    .lodge_list {
        border-spacing: 8px;
    }
    .state_map .state_img {
        height: 450px;
    }  
    .state_map.map_section {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px){
    .lodge_list {
        margin-top: 40px;
    }
    .lodge_list th, .lodge_list td {
        line-height: 22px;
        padding: 10px 15px;
    }
    .state_map.map_section {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .lodge_list {
        margin-top: 30px;
    }
    .lodge_list {
        border: 0;
    }
    .lodge_list tr {
        border-bottom: 0;
        display: block;
        border-radius: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .lodge_list tr:last-child{
        margin-bottom: 0;
    }
    .lodge_list th, .lodge_list td {
        line-height: 20px;
        padding: 12px 15px;
    }
    .lodge_list td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        border-radius: 0;
    }
    .lodge_list td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        margin-right: 10px;
    }
    .lodge_list th:nth-child(even), .lodge_list td:nth-child(even) {
        width: 100%;
    }
    .lodge_list thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }  
    .lodge_list td:last-child {
        border-bottom: 0;
    }
    .state_map {
        padding: 20px;
    }
    .state_map .state_img {
        height: 350px;
    }  
    .lodge_list td {
        font-weight: 500;
    }
}
@media (max-width: 575px){
    .lodge_list {
        margin-top: 20px;
    }
    .lodge_list th, .lodge_list td {
        line-height: 18px;
         padding: 10px;
    }
    .lodge_list tr {
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .state_map {
        padding: 15px;
    }
    .state_map .state_img {
        height: 300px;
    }  
}

/**/
.advertis_rates .white_box {
    background-color: transparent;
}
.ia_readers .row > div,
.advertis_rates .row > div {
    padding: 15px;
}
.advertis_rates .white_box {
    height: 100%;
    margin-bottom: 0;
    border: 1px solid #ccc;
}
.advertis_rates .white_box h4 {
    margin-bottom: 10px;
    text-align: center;
}
.advertis_rates .lodge_list {
    margin: 0 0 30px;
}
.advertis_rates .lodge_list tr td {
    background-color: #fff;
    border: 1px solid #ccc;
}
.advertis_rates .lodge_list th:nth-child(2) {
    width: 54%;
}

/**/
.ia_readers .gray_box h4 {
    margin-bottom: 15px;
    text-align: center;
}
.ia_readers .gray_box {
    height: 100%;
    margin-bottom: 0;
}
.ia_readers ul.col_three {
    column-gap: 60px;
}
.ia_readers .gray_box ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    padding-bottom: 10px;
    padding-left: 0;
}
.ia_readers .gray_box ul li:before {
    display: none;
}
.ia_readers .gray_box h4 {
    margin-bottom: 15px;
}
.ia_readers .gray_box ul li strong {
    float: right;
}
.p_reltiv{
    position: relative;
}

/**/
.right_middle_notice {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    z-index: 1000;
    width: 44px;
}
.right_middle_notice a {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "EB Garamond", serif;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #007436;
    border-radius: 0px 12px 12px 0;
    border: none;
    padding: 18px 10px;
    line-height: 1.2;
    display: block;
    box-shadow: 4px 0px 10px rgba(0,0,0,0.15);
}
.right_middle_notice a:hover {
    background-color: #d31b35;
}
@media (max-width:1600px){
    .right_middle_notice {
        width: 35px;
    }
    .right_middle_notice a {
        font-size: 16px;
        padding: 13px 8px;
    }
}
@media (max-width:575px){
    .right_middle_notice {
        width: 28px;
    }
    .right_middle_notice a {
        font-size: 14px;
        padding: 10px 6px;
        border-radius: 0px 8px 8px 0;
    }
}



/* Event List */
.section_title h2 span img {
    display: none;
}
body .event-calendar-list {
    min-height: inherit;
    float: none;
}
body .event-calendar-list ul {
    float: none;
}
body .event-calendar-list ul li {
    display: flex;
    flex-wrap: wrap;
    float: none;
    padding: 0;
    border-radius: 20px;
    background-color: #f3f3f3;
    overflow: hidden;
    box-shadow: none;
    min-height: 320px;
}
body .event-calendar-list ul li .event-pic {
    max-width: 100%;
    flex: 0 0 40%;
    float: none;
}
body .event-calendar-list ul li .event-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body .event-calendar-list ul li .event-pic:after {
    display: none;
}
body .event-calendar-list ul li .event-pic .event-date {
    left: 10px;
    top: 10px;
    background-color: #007436;
    border-radius: 14px;
    width: auto;
    height: auto;
    padding: 7px 12px;
}
body .event-calendar-list ul li .event-detail {
    max-width: 100%;
    flex: 0 0 60%;
    float: none;
    padding: 30px 35px;
}
body .event-calendar-list ul li .event-detail h3 span img {
    display: none;
}
body .event-calendar-list ul li .event-detail h3 {
    float: none;
    font-family: "Montserrat", sans-serif;
    color: #0b0b0b;
    font-size: 30px;
    text-transform: inherit;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
    padding: 0;
}
body .event-calendar-list ul li .event-pic .event-date {
    font-family: "EB Garamond", serif;
    font-size: 18px;
}
body .event-calendar-list ul li .event-detail .eventdetail-date, 
body .event-calendar-list ul li .event-detail p {
    float: none;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #0b0b0b;
    font-family: "EB Garamond", serif;
}
body .event-calendar-list ul li .event-detail .eventdetail-date {
    color: #007436;
}
.col_space_tb > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.photogallery-view {
    min-height: inherit;
    float: none;
}
.photodesc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.eg_box_img_lodge_photo:hover .photodesc {
    opacity: 1;
}
.photodesc * {
    color: #fff;
}
.photodesc h3 {
    margin-bottom: 5px;
    font-size: 26px;
}
.photodesc p {
    margin-bottom: 0;
}
.photodesc:after {
    content: '+';
    display: block;
    z-index: 2;
    font-size: 66px;
    line-height: 0.8;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media(max-width:1199px){
    body .event-calendar-list ul li {
        min-height: 270px;
    }
    body .event-calendar-list ul li .event-detail {
        padding: 20px 25px;
    }
    body .event-calendar-list ul li .event-detail h3 {
        font-size: 26px;
    }
}
@media(max-width:1024px){
    .eg_box_img_lodge_photo .photodesc {
        opacity: 1;
    }
    [class*="eg_box_img"] img {
        opacity: 0.5;
    }
}
@media(max-width:767px){
    body .event-calendar-list ul li {
        display: block;
        min-height: 270px;
    }
    body .event-calendar-list ul li .event-detail h3 {
        font-size: 22px;
    }
    body .event-calendar-list ul li .event-pic img {
        height: 300px;
    }
}
@media(max-width:575px){
    body .event-calendar-list ul li {
        border-radius: 10px;
    }
    body .event-calendar-list ul li .event-detail {
        padding: 15px;
    }
    body .event-calendar-list ul li .event-detail .eventdetail-date, body .event-calendar-list ul li .event-detail p {
        font-size: 16px;
    }
    body .event-calendar-list ul li .event-pic .event-date {
        font-size: 16px;
    }
    body .event-calendar-list ul li .event-pic .event-date {
        border-radius: 10px;
    }
}
@media(max-width:460px){
    body .event-calendar-list ul li .event-pic img {
        height: 250px;
    }
}

.member-directory .modal-content {
    border-radius: 20px;
}
.member-directory #profileright h3 {
    background: #d31b35;
    border-radius: 10px;
}
.member-directory div#profileleft button {
    background: #f3f3f3;
    color: #0b0b0b;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.member-directory div#profileleft button.profilebtnactive,
.member-directory div#profileleft button:hover {
    background: #007436 !important;
    color: #fff !important;
}
.member-directory .modal-content .close {
    line-height: 24px;
    background-color: #007436;
    text-align: center;
}
.profilebasicinfo > * {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}