/*@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');*/

:root {
    --main: #0e9b2d;
    --main-1: #00b637;
    --red-main: #ee4125;
    --yellow-main: #f3a71b;
    --color-2: #1d5d45;
}

.d-none {
    display: none !important;
}
.mobile {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.color-white {
    color: #fff;
}

.color-content {
    color: var(--content);
}

.color-main {
    color: var(--main);
}

.bg-main {
    background: var(--main);
}

.font-14 {
    font-size: 14px;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}
a {
    color: var(--main);
}
hr {
    border-top: 1px solid #ccc;
}
#content {
    /*min-height: 700px;*/
    font-size: 1.1em;
    /*color: #3f3a3a*/
    color: #534f4f;
}

#content a {
    color: var(--main);
    /* text-decoration: none; */
}

#header-logos {
    /*background-color: var(--main); */
    background-color: white;
}

#header-logos-in a {
    width: 100px;
    text-align: center;
}

#header-logos-in a img {
    width: 100%;
    padding: 10px;
}

#header-logos-2-in a {
    width: 80%;
}

#header-logos-2-in a img {
    width: 60%;
}

#header-logos-in p,
#header-logos-2-in p {
    /*font-family: 'Alfa Slab One', cursive;*/
    /*font-family: 'Paytone One', sans-serif;*/
    /*font-family: 'Ultra', serif;*/
    /*font-family: 'Viga', sans-serif;*/
    font-family: "Fugaz One", cursive;
    /*font-family: 'Carter One', cursive;*/
    display: block;
    color: var(--main);
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0;
}

#header-line-top {
    background-color: var(--main);
}

#header-line-top-in {
    height: auto;
}
#header-line-top-in a:hover {
    color: unset;
}
#header-line-top-in li a {
    font-size: 16px;
}

#header-line-top-in li a:hover {
    color: white;
    text-decoration: none !important;
}

#header-line-top-in li a:hover {
    background-color: white;
    color: var(--main);
}

#header-line-top-in .dropdown-menu li a:hover {
    color: var(--main);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: var(--main);
}

.event th {
    text-align: left;
    background: var(--main-1);
    color: white;
    font-weight: bolder;
}

.event th.text-center {
    text-align: center;
}

table.event,
#content table {
    border: none;
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

table th,
table td {
    padding: 10px 10px;
}

/* Start of Contact Form */

.blog-card {
    background-color: white;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px !important;
    height: 450px;
    margin: 0 auto;
    /* max-width: 600px; */
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.card-body {
    color: #7a7a7a;
    height: 100%;
    padding: 30px 20px 50px;
}

@media (max-width: 530px) {
    .card-body {
        background-color: white;
    }
}

.tagline {
    font-size: 8px;
    text-transform: uppercase;
}

.title {
    /*color: #252830;*/
    /*font-family: "Playfair Display SC";*/
    font-size: 30px;
    /*font-weight: 400;*/
}

.divider {
    background: #7a7a7a;
    height: 2px;
    margin: 25px auto;
    width: 40px;
}

.paragraph {
    font-weight: 300;
}

.read-more:hover,
.read-more:focus,
.read-more:visited {
    color: #252830;
    text-decoration: none;
}

@media (max-width: 530px) {
    .col-xs-6 {
        width: 100%;
    }
}

/* End of Contact Form */

/* Start of Rectangle list */

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.rectangle-list,
.rectangle-list ol {
    list-style: none;
}

.rectangle-list {
    padding-left: 0;
}

ol {
    counter-reset: li;
    list-style: none;
    list-style: decimal;
    font: 15px "trebuchet MS", "lucida sans";
    /* padding: 0; */
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

/* li ol {
    list-style: lower-alpha!important;
} */

.rectangle-list span {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 0.8em;
    *padding: 0.4em;
    margin: 0.5em 0 0.5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.rectangle-list span:hover {
    background: #eee;
}

.rectangle-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    color: #fff;
    background: var(--main);
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list span:after {
    position: absolute;
    content: "";
    border: 0.5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -0.5em;
    transition: all 0.3s ease-out;
}

.rectangle-list span:hover:after {
    left: -0.5em;
    border-left-color: #5aa323;
}

/* End of Rectangle list */

td {
    border-style: hidden !important;
}

#pre-paragraph .column-in {
    padding: 0px;
}

#call-to-action-block .column-1 .column-in {
    margin-right: 10px;
}

#call-to-action-block .column-1,
#call-to-action-block .column-2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px !important;
}

#call-to-action-block .column-in {
    border-radius: 5px;
}

.column-in.first {
    border-bottom: 10px !important;
    min-height: 200px;
}

div.column-1 {
    border-right: unset !important;
    margin-right: 22px;
}

#content a.button-read-more {
    display: inline-block;
    padding: 5px 25px 5px 30px;
    border-radius: 1.5em;
    color: #fff;
    background: var(--color-2);
    border: 1px solid var(--color-2);
    text-decoration: none;
}
#content a.button-read-more:hover {
    color: #000;
}

div.column-1,
div.column-2 {
    float: left;
    width: 49%;
}

.event tr:nth-of-type(odd) {
    background: #e9e9e9;
}

table.event.custom tr:nth-of-type(odd) {
    background: unset;
}

div.column-in {
    padding-bottom: 0px;
}

.dropdown-menu {
    background-color: var(--main);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*background-color: var(--main);*/
}

#content h1,
#content h2,
#content h3,
#content h4 {
    color: var(--main);
}

#footer {
    background-color: var(--gray-main);
    /*background-color: var(--main);*/
}

.text-uppercase {
    text-transform: uppercase;
}

ul.dash {
    list-style-type: none;
    padding-left: 1em;
}

ul.dash li:before {
    content: "–";
    position: absolute;
    margin-left: -1em;
}

div.column-1,
div.column-2 {
    border-bottom: unset;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 1px solid;
}

table.table-theme {
    border-collapse: collapse;
    background-color: var(--main);
    border-color: var(--main);
    color: white;
}

th {
    text-align: center;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

#content a.button-read-more span:first-child::after {
    content: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    /*display: block;*/
    /*width: 60px;*/
    /*height: 15px;*/
    /*border-radius: 1px;*/
}

.m-login a,
.m-logout a {
    /*background-color: white;
    color: var(--main) !important;*/
}

#footer-in .footer-contact a {
    display: block;
    text-decoration: none;
    font-size: 16px;
}

#content .contact-icon a {
    display: block;
    /* text-decoration: none; */
    font-size: 16px;
    /* color: #7A7A7A; */
}

#contact .paragraph {
    font-size: 1.4em;
}

/*=======ALERT==========*/

.new-message-box {
    margin: 15px 0;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

.new-message-box p {
    font-size: 1.15em;
    font-weight: 600;
}

.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.info-tab {
    float: left;
    margin-left: -23px;
}

.info-tab i::before {
    width: 24px;
    height: 24px;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}

.info-tab i::before,
.info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -17px;
    transform: rotateX(60deg);
}

.note-box,
.warning-box,
.tip-box-success,
.tip-box-danger,
.tip-box-warning,
.tip-box-info,
.tip-box-alert {
    padding: 12px 12px 12px 26px;
}

/***Success****/

.new-message-box-success {
    background: #8bc34a;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-success {
    background: #8bc34a;
}

.tip-box-success {
    color: #33691e;
    background: #dcedc8;
}

.tip-icon-success::before {
    font-size: 25px;
    content: "\2714";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-success i::before {
    background: #8bc34a;
}

/*******Danger*******/

.new-message-box-danger {
    background: #f44336;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-danger {
    background: #f44336;
}

.tip-box-danger {
    color: #b71c1c;
    background: #ffccbc;
}

.tip-icon-danger::before {
    font-size: 25px;
    content: "\2716";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-danger i::before {
    background: #f44336;
}

/*******warning*******/

.new-message-box-warning {
    background: #ffeb3b;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-warning {
    background: #ffeb3b;
}

.tip-box-warning {
    color: #212121;
    background: #fff9c4;
}

.tip-icon-warning::before {
    font-size: 25px;
    content: "\26A0";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: #212121;
}

.tip-icon-warning i::before {
    background: #ffeb3b;
}

/*******info*******/

.new-message-box-info {
    background: #03a9f4;
    padding: 3px;
    margin: 10px 0;
}

.tip-box-info {
    color: #01579b;
    background: #b3e5fc;
}

.tip-icon-info {
    background: #03a9f4;
}

.tip-icon-info::before {
    font-size: 25px;
    content: "\2139";
    top: 2px;
    left: 16px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-info i::before {
    background: #03a9f4;
}

/*******alert*******/

.new-message-box-alert {
    background: #ff6f00;
    padding: 3px;
    margin: 10px 0;
}

.tip-box-alert {
    color: #212121;
    background: #fff8e1;
}

.tip-icon-alert {
    background: #ff6f00;
}

.tip-icon-alert::before {
    font-size: 25px;
    content: "\0021";
    top: 2px;
    left: 15px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-alert i::before {
    background: #ff6f00;
}

/*=======ALERT END==========*/

#menu li.dropdown > a > span:after {
    content: " ▾";
    font-size: 10px;
}

#menu li.dropdown > a > span:hover:after {
    content: " ▴";
}

/*=============FOOTER BASIC================*/

.footer-basic {
    padding-top: 20px;
    background-color: #eee;
    color: #4b4c4d;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

/* .footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
} */

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 10px;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social > a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    margin-bottom: 0;
    background-color: var(--main-1);
    padding: 20px 0;
}

/* Credit to https://epicbootstrap.com/snippets/footer-basic */

/*=============FOOTER BASIC END================*/

#panel-in,
#content-in {
    /*padding-bottom: 240px;*/
}

.flip-countdown {
    display: grid;
    grid-auto-flow: column;
    /*gap: 4px;*/
    align-items: center;
    justify-items: center;
    margin: 50px 10px;
}

/*========FLIP CLOCK==============*/

.flipper-group label {
    color: var(--main);
}

.flipper-digit.reverse {
    color: white;
}

.flipper-delimiter {
    color: #000;
    color: var(--main);
}

.flipper-digit:after {
    background: white;
}

.digit-bottom,
.digit-top {
    background: var(--main);
}

.digit-top2 {
    background: var(--main);
}

.digit-next {
    background: var(--main);
}

.digit-bottom.r,
.digit-top.r {
    background: var(--main) 50;
}

/*========FLIP CLOCK End==============*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: unset;
    outline-offset: unset;
}

/*======================currency=============*/
/*.dropdown-toggle.currency {*/
.element-currency {
    position: relative;
    float: left;
    left: -50px;
    top: 15px;
}
h1:after,
h1.decorated:after,
h2.decorated:after,
h3.decorated:after,
p.decorated:after {
    background: var(--main);
}
/*.fluid-width-video-wrapper{
        padding-top: 45% !important;
    }*/

.welcome-img img {
    max-height: unset !important;
    width: 75% !important;
}

#logo p {
    /* border: 1px solid #000; */
    width: 50%;
    position: absolute;
    top: 80px;
    left: 50px;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

.rc-center {
    text-align: center;
    vertical-align: middle !important;
}

.payment-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-img img {
    margin-right: 5px;
    width: 150px;
}

/* Button Start */
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
}
/* Button End */

/* Modal custom start */
.modal-custom {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-custom .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-custom .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-custom .close:hover,
.modal-custom .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Popup Start */

.popup {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-logo {
    font-size: 40px;
    color: var(--red-main);
}

.popup-content {
    background-color: #ffffff;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    /* display: none; */
    text-align: center;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.popup-title {
    margin-top: 0px;
    font-size: 20px;
}
.popup button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 10px auto;
    background-color: transparent;
    font-size: 20px;
    color: #ffffff;
    background: var(--main);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup p {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    line-height: 20px;
}
.popup a {
    display: block;
    width: 80px;
    position: relative;
    margin: 10px auto;
    font-size: 15px;
    text-align: center;
    background-color: var(--main);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 7px;
}
.popup .icon1 {
    font-size: 60px;
    background: var(--main);
    height: 120px;
    width: 120px;
    color: white;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
}
/* Popup End */

@media (max-width: 768px) {
    .modal-custom .modal-content {
        width: 80%;
    }
}
/* Modal custom end */

.m-0 {
    margin: 0;
}

.card-1 {
    border: 2px solid var(--main);
    border-radius: 5px;
    padding: 2rem;
}

ul.important-dates {
    list-style-type: none;
    padding: 0;
}

ul.important-dates li {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

ul.important-dates li .important-icon-box {
}

ul.important-dates li .important-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-1);
    border-radius: 50%;
    margin-bottom: 1.2rem;
}
ul.important-dates li .important-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-1);
    border-radius: 50%;
    margin-bottom: 1.2rem;
}

ul.important-dates li .important-icon a {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 10px;
    color: #fff !important;
}

ul.important-dates li .important-icon a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

ul.important-dates li .important-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.important-dates li .important-content h3 {
    margin: 0;
    font-size: 1.5rem;
}

ul.important-dates li .important-content p {
    margin: 0;
}

.alink {
    text-decoration: none !important;
}

.important-content:hover .alink {
    text-decoration: underline !important;
}

.btn-view {
    background-color: #66d1d1 !important;
    border: 1px solid #66d1d1 !important;
    color: #fff !important;
}

.standing-banner{
    margin: 1rem 0;
    padding: 1rem;
    width: 50%;
    border: 1px solid var(--main);
}

.standing-banner-image{
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.standing-banner-image img{
    width: 100%;
}

.cards1{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.card-item {
    width: 50%;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 10px;
}

.bold{
    font-weight: bold !important
}
.italic{
    font-style: italic !important;
}
.hvr:hover image,
.hvr:hover {
    filter: blur(0.5px) brightness(90%) drop-shadow(5px 5px 5px var(--main));
}

.hero {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 450px;
}
.hero-title {
    position: absolute;
    left: 50px;
    color: #000;
    font-size: 5rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .hero {
        justify-content: center;
        overflow: hidden;
    }

    .hero-title {
        left: auto;
        font-size: 4rem;
    }
}

/*==========================================MEDIA====================================*/

@media screen and (min-width: 768px){
    #footer-wrapper {
        position: relative;
    }
    #panel-in, #content-in {
        padding: 20px 0;
    }
}



@media (max-width: 767px) {
    .dekstop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    /*.fluid-width-video-wrapper{
        padding-top: 100% !important;
    }*/
    #panel-in,
    #content-in {
        padding-bottom: unset;
    }
    div.column-1,
    div.column-2 {
        width: 100%;
    }
    #call-to-action-block .column-in {
        padding-left: 15px;
    }
    .column-1 {
        margin-bottom: 15px;
    }
    #header-logos-2-in a {
        width: 100%;
    }
    #header-logos-2-in a img {
        width: 70%;
    }
    .element-currency {
        position: relative;
        float: right;
        left: 0px;
        top: 7px;
    }
    #content {
        min-height: unset;
    }
    .list-inline.cp li {
        padding: 5px 5px;
    }
    #logo p {
        width: 70%;
        top: 270px;
        font-size: 30px;
    }

    .important-title {
        font-size: 1.5rem;
    }

    ul.important-dates li .important-content h3 {
        margin: 0;
        font-size: 1.2rem;
    }

    .standing-banner{
        width: 100%;
    }
    #myFlipper{
        font-size: 35px !important;
    }
    .cards1{
        flex-direction: column;
    }
    .card-item{
        width: 100%;
    }
}
