/* ===========================================================
   new-style.css
   Merged + DEDUPLICATED stylesheet - combines:
     1) style.css        (base/site-wide styles)
     2) style-index.css  (page-specific styles)

   Every selector that appeared more than once (within either
   file, or across both) has been collapsed into a single rule.
   Where the same property was set more than once for the same
   selector, the LAST value in the original cascade order was
   kept - i.e. this file renders identically to the two
   original files loaded back-to-back; nothing about the
   visual output has changed, only the redundancy is gone.
   =========================================================== */

@font-face {
  font-family: "Calibri";
  src: url("Calibri.eot"); 
  src: url("Calibri.eot?#iefix") format("embedded-opentype"), 
       url("Calibri.woff") format("woff"), 
       url("Calibri.ttf")  format("truetype"), 
       url("Calibri.svg#svgFontName") format("svg"); 
}

:root {
    --main-bg-color: #6495ED;
    --main-bg-txt-color: #FFFFFF;
    --main-color-2: #5E4E38;
    --main-color-3: #ff5857;
    --main-color-4: #9c27b0;
    --main-btn-color: #b30600a9;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

.form-inline .btn,
.form-inline input.btn,
.form-inline button.btn {
    box-sizing: border-box !important;
    height: 48px !important;
    margin-top: 0 !important;
    margin-right: 12px !important;
    margin-bottom: 10px !important;
    padding: 10px 24px !important;
    line-height: 1.4 !important;
    font-size: 18px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: top !important;
}

a {
    font-family: Calibri;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    display: block;
    padding: 2px;
}
.reghead{margin-top: 12%;}
.contentghead{margin-top: 3%;}


.ec-form-redesign .ec-card-reg {
position: relative;
    /* background: var(--parchment); */
    /* border: 1px solid #e3d7bd; */
    /* border-radius: 6px; */
    padding: 0px 19px;
    overflow: hidden;
}

.toggle-btn {
    display: inline;
    margin-right: 10px !important;
}

.toggle-btn .btn-default {
    background-color: ;
    color: 790509;
}

.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}

.nav-link {
    color: #790509);
    font-weight: bold;
    font-size: 20px;
}

.img-style img {
    width: 100%;
    height: 900px;
    padding-top: 4%;
}

.post .meta .posted-date {
    float: initial;
    height: 24px;
    padding: 10px;
    color: var(--main-bg-txt-color);
    font-family: "Calibri";
    font-size: 15px;
}

.footer-span {
    line-height: 17px;
    display: inline-block;
    border: 2px solid red !important;
    padding: 4px !important;
}

.footer-span-a {
    display: inline-block;
}

.TermsandCondition {
    background-color: #d6f9f3;
}

.myday {
    background-color: #d6f9f3;
}

.table-admin {
    font-family: "Calibri";
    font-size: 15px;
    margin-top: 20px;
    width: 100%;
    height: 10px;
    border-style: 3px solid #790509;
    border: 3px solid #790509;
    overflow: auto;
    word-wrap: break-word;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.table-heading {
    background: #f1ecec;
    text-align: center;
    border-bottom: 1px solid #790509;
    border-right: 0px solid #790509;
}

.table-row {
    border-bottom: 1px solid rgb(221, 214, 214);
}

.table-col-width100 {
    word-wrap: break-word;
}

.table-col-width150 {
    width: 150px;
}

.topic {
    font-size: 20px;
    text-decoration: none;
}

.body {
    background: #fff !important;
}

#alert_tac {
    color: #3000ef;
    padding-top: 10px;
}

.print-button {
    text-align: center;
}

.print-button__content {
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
    padding: 0.5em 1em;
    color: white;
    text-decoration: none;
    font-size: 25px;
    border-radius: 3px;
    transition: 0.3s;
    background: #a60b0f;
}

.print-button__content:hover {
    background-color: #c40004;
}

.ec-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    background: #790509;
    padding: 15px 20px;
    font-family: "Calibri";
    border-radius: 10px;
    /*margin-top: 11%;*/
}

.ec-title {
    color: #ffffff;
    font-weight: bold;
    flex: 1 1 auto;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
    font-size: clamp(14px, 4vw, 28px);
}

.ec-date,
.ec-posted {
    color: #ffffff;
    font-weight: bold;
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: clamp(11px, 2.2vw, 20px);
}

.ec-form-redesign {
    --ink: #2b2420;
    --maroon: #790509;
    --maroon-dark: #4a0306;
    --parchment: #f7f1e6;
    --gold: #c89b3c;
    font-family: "Calibri", sans-serif;
    color: var(--ink);
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0;
}

.ec-form-redesign .ec-card {
    position: relative;
    background: var(--parchment);
    border: 1px solid #e3d7bd;
    border-radius: 6px;
    padding: 26px 40px;
    overflow: hidden;
}

.ec-form-redesign .ec-row {
    display: grid;
    gap: 16px 20px;
}

.ec-form-redesign .ec-row--top,
.ec-form-redesign .ec-row--mid,
.ec-form-redesign .ec-row--bottom {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 18px;
}

.ec-form-redesign .ec-row--bottom {
    margin-bottom: 22px;
}

.ec-form-redesign .ec-field {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ec-form-redesign label {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--maroon-dark);
    margin-bottom: 6px;
}

.ec-form-redesign .form-control {
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid #d8cba8;
    border-radius: 4px;
    padding: 10px 12px;
    height: auto;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ec-form-redesign .form-control:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.18);
}

.ec-form-redesign .ec-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ec-form-redesign .ec-recall-link {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    max-width: 480px;
    text-align: left;
}

.ec-form-redesign .ec-recall-link i {
    font-size: 16px;
    color: var(--maroon);
    text-decoration: none;
    flex-shrink: 0;
}

.ec-form-redesign .ec-recall-link a {
    color: var(--maroon);
    font-weight: bold;
    text-decoration: underline;
}

.ec-form-redesign .ec-recall-link a:hover {
    color: var(--maroon-dark);
}

.ec-form-redesign .ec-recall-link:hover {
    color: var(--maroon-dark);
}

.ec-form-redesign .ec-btn {
    font-family: "Calibri", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    padding: 12px 26px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.ec-form-redesign .ec-btn:active {
    transform: translateY(1px);
}

.ec-form-redesign .ec-btn--primary {
    background: var(--maroon);
    color: #fff;
}

.ec-form-redesign .ec-btn--primary:hover {
    background: var(--maroon-dark);
}

.ec-form-redesign .ec-btn--ghost {
    background: transparent;
    color: var(--maroon);
    border: 1px solid var(--maroon);
}

.ec-form-redesign .ec-btn--ghost:hover {
    background: rgba(121, 5, 9, 0.06);
}

.ec-form-redesign .ec-btn--pdf {
    background: #2f6b3a;
    color: #fff;
}

.ec-form-redesign .ec-btn--pdf:hover {
    background: #234f2b;
}

@media (max-width: 900px) {
    .ec-form-redesign .ec-row--top,
    .ec-form-redesign .ec-row--mid,
    .ec-form-redesign .ec-row--bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .ec-form-redesign {
        padding: 0 12px;
    }

    .ec-form-redesign .ec-card {
        padding: 20px 16px;
    }

    .ec-form-redesign .ec-row--top,
    .ec-form-redesign .ec-row--mid,
    .ec-form-redesign .ec-row--bottom {
        grid-template-columns: 1fr;
    }

    .ec-form-redesign .ec-btn {
        flex: 1 1 auto;
        text-align: center;
    }

    .ec-form-redesign .ec-recall-link {
        margin-left: 0;
        max-width: 100%;
    }
}

.btn-secondary {
    border: none;
    background-color: #790509 !important;
    color: #ffffff !important;
    font-size: x-large;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    border-right: 1px solid #E9E3CB;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

a.chosen-single {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important;
}

.chosen-container-single .chosen-single {
    background: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#myNavbarToggler13 {
    padding: 0px;
    padding-bottom: 6px;
}

.entry .chosen-container {
    width: 100% !important;
    height: 48px !important;
}

.entry .chosen-container-single .chosen-single {
    background: #fff !important;
    border: 1px solid #cbbf9e !important;
    border-radius: 8px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 14px !important;
    box-shadow: none !important;
    color: #495057;
    font-size: 1rem;
    box-sizing: border-box;
}

.entry .chosen-container-single .chosen-single div b {
    background-position: 0 4px;
}

.entry .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #0a2d27 !important;
    box-shadow: 0 0 0 2px rgba(10,45,39,0.15) !important;
}

.entry .chosen-container .chosen-drop {
    border: 1px solid #cbbf9e;
    border-radius: 0 0 8px 8px;
}

.entry .chosen-container .chosen-search input[type="text"] {
    border: 1px solid #cbbf9e;
    border-radius: 6px;
}

.entry {
    background-color: #f2e9d8;
    border: 1px solid #e3d6b8;
    border-radius: 14px;
    padding: 30px 35px 35px 35px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.entry label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.4px;
    color: #3b2f1e;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.three-col-row .field-block > label:first-child {
    display: block;
    min-height: 32px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.entry label[id^="div"] {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
}

.three-col-row .field-block label[id^="div"] {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0;
    min-height: 0;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    pointer-events: none;
    z-index: 2;
}

.entry input.form-control,
.entry select.form-control,
.entry textarea.form-control {
    background-color: #fff;
    border: 1px solid #cbbf9e;
    border-radius: 8px;
    padding: 10px 14px;
    height: 48px;
    box-sizing: border-box;
}

.entry input.form-control:focus,
.entry select.form-control:focus,
.entry textarea.form-control:focus {
    border-color: #0a2d27;
    box-shadow: 0 0 0 2px rgba(10,45,39,0.15);
}

.field-block .form-inline11 {
    margin: 0;
    padding: 0;
    width: 100%;
}

.three-col-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.three-col-row .field-block {
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 20px;
}

.col-md-12.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-md-12.row > .col-md-6 {
    box-sizing: border-box !important;
    float: left !important;
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.col-md-12.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

label[id^="div"] {
    display: inline-block;
    font-size: 13px;
    min-height: 18px;
    margin-bottom: 5px;
}

.col-md-12.row > .col-md-6 .fa-eye,
.field-block .fa-eye {
    position: absolute;
    right: 28px;
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;
    float: none !important;
}

.field-block {
    position: relative;
}

input.form-control, select.form-control {
    width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Calibri");

#csr {
    width: 100%;
}

.error-field {
    border: 1px solid #d96557;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.c-red {
    color: #f44336 !important;
}

.c-teal {
    color: #009688 !important;
}

.c-blue {
    color: #2196f3 !important;
}

.c-light-blue {
    color: #03a9f4 !important;
}

.c-pink {
    color: #e91e63 !important;
}

.c-brown {
    color: #795548 !important;
}

.c-orange {
    color: #ff9800 !important;
}

.c-deep-orange {
    color: #ff5722 !important;
}

.c-deep-purple {
    color: #673ab7 !important;
}

.c-indigo {
    color: #3f51b5 !important;
}

.c-purple {
    color: #9c27b0 !important;
}

.login-container {
    height: 110vh !important;
    width: 100%;
    margin: 0 auto;
}

.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-more {
    width: 50%;
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.login100-form {
    width: 50%;
    height: calc(100vh - 30px) !important;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 65px 140px 65px;
    background-color: #fff !important;
    margin-right: 25%;
}

.login100-form-title {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 20px !important;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 27px;
    margin-top: 20px;
    background: #EAF1F9;
    height: auto;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,

  .rs2-wrap-input100 {
    width: 100%;
}

.rs2-wrap-input100 {
    border-left: none;
    border-style: solid #eeede7;
}

.input100 {
    display: block #666666;
    width: 100%;
    background: transparent;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 1.2;
    padding: 0 25px;
    text-align: center !important;
    border-bottom-style: solid;
}

input.input100 {
    height: 50px;
    width: 450px;
    text-align: center !important;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 225px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.login100-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background: #00ad5f;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #790509 !important;
}

.txt1 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #999999;
    font-weight: bold;
}

.txt2 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: var(--main-color-4);
    font-weight: bold;
}

.txt3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 15px;
    line-height: 7;
    color: var(--main-color-4);
    text-transform: uppercase;
    font-weight: bold;
}

.w-full {
    width: 100%;
}

.p-t-27 {
    padding-top: 27px;
}

.p-b-34 {
    padding-bottom: 27px;
}

.login-container input {
    outline: none;
    border: 1px solid #790509;
    input: focus;
    box-shadow: 0 0 2px rgb(121 5 9);
}

.login-container input:focus {
    border-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

.logo-container {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: top left;
}

.carousel-item {
    height: calc(100vh - 30px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}

.carousel-control-next-icon, 

  .carousel-control-prev-icon {
    display: none;
}

@media (max-width: 992px) {
    .login100-more {
        width: 40%;
    }

    .container-login100 {
        min-height: 60vh;
    }

    .login100-form {
        width: 60%;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #fff !important;
    }
}

@media (max-width: 768px) {
    input.input100 {
        width: 100%;
    }

    .login100-more {
        width: 100%;
    }

    .container-login100 {
        min-height: 60vh;
    }

    .login100-form {
        width: 100%;
        background-color: #fff !important;
    }
}

@media (max-width: 576px) {
    input.input100 {
        width: 100%;
    }

    .rs1-wrap-input100,

	.rs2-wrap-input100 {
        width: 100%;
    }

    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
        border-style: solid #eeede7;
    }

    .container-login100 {
        min-height: 60vh;
    }

    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
        margin-right: 0%;
        background-color: #fff !important;
    }
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333333;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.4em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

.wrapper, #wrapper {
    width: 98% !important;
    margin: 0 auto;
    padding: 0;
}

#header {
    height: 100px;
    margin: 0 auto;
}

#logo {
    float: left;
    height: 100%;
    width: 250px;
    margin: 0;
    background: url(images/logo.png) no-repeat left top;
    padding-top: 30px;
    color: #000000;
}

#header-content p {
    float: right;
    margin: 0;
    padding: 26px 0 0 10px;
    font: normal 14px calibri;
    font-style: italic;
    color: var(--main-color-2);
    position: absolute;
    bottom: 0;
    right: 0;
}

#search {
    float: right;
    width: 250px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background: #E9E3CB;
    border-bottom: 4px solid var(--main-bg-txt-color);
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: none;
    background: var(--main-bg-txt-color);
    text-transform: lowercase;
    font: normal 11px "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: #464032;
}

#search-submit {
    width: 50px;
    height: 23px;
    border: 1px solid #AC9A79;
    background: #AC9A79;
    font-weight: bold;
    font-size: 10px;
    color: var(--main-bg-txt-color);
}

.navbar {
    color: var(--main-bg-txt-color);
    background-color: var(--main-bg-color);
    min-height: 66px;
    height: 100px;
}

.navbar-toggler {
    background-color: var(--main-bg-txt-color);
    color: var(--main-bg-txt-color) !important;
}

.navbar a {
    color: var(--main-bg-txt-color) !important;
    font-weight: bold;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    width: 10px;
    height: 10px;
}

.container {
    height: 100%;
    align-content: center;
    /*max-width: 100% !important;*/
}

.form-inline .form-control {
    margin-right: 5px !important;
}

.form-control-password {
    margin-right: 5px !important;
}

.form label {
    font-weight: bold;
}

.error {
    font-weight: bold;
}

.form .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#menu {
    height: 36px;
    margin: 0 auto;
    padding: 0;
    background-color: #9D151A;
}

#menu ul {
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    height: 26px;
    margin-right: 2px;
    margin-bottom: 10px;
    padding: 10px 20px 0px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: var(--main-bg-txt-color);
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    background: var(--main-bg-txt-color);
    text-decoration: none;
    color: #333333;
}

#menu .current_page_item a {
    background: var(--main-bg-txt-color);
    color: #333333;
}

.content {
    margin-left: 250px;
    padding: 1px 16px;
    height: 100%;
}

.content.sidebar-close {
    margin-left: 20px !important;
}

.post {
    margin-bottom: 15px;
}

.post .title {
    margin-bottom: 10px;
    border-radius: 30 px;
    padding: 12px 0 0 0px;
    font-size: 40px !important;
    background: #EAF1F9;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
}

.post .title a {
    text-transform: lowercase;
    color: #333333;
    border: none;
}

/*.post .meta {
    height: 30px;
    background: linear-gradient(-45deg, #ffffff 16px, var(--main-bg-color) 0), linear-gradient(45deg, #ffffff 16px, var(--main-bg-color) 0);
    background-size: cover;
    margin: 10px 0px;
    padding: 0px 20px 0px 20px;
    text-align: left;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
}*/

p.meta{height: 50px;
    background: #790509;
    background-size: cover;
    margin: 0px 0px;
    padding: 0px 20px 0px 20px;
    text-align: left;
    font-family: "Calibri";
    font-size: 25px;
    font-weight: bold;
}
.post .meta .date {
    height: 24px;
    padding: 3px 0px;
    color: var(--main-bg-txt-color);
    /*float: left;*/
}

.post .meta .posted {
    float: right;
    height: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: var(--main-bg-txt-color);
    font-family: "Calibri";
    font-size: 25px;
    padding: 3px 15px;
    border-left: 1px solid var(--main-bg-txt-color);
}

.post .meta a {
    color: var(--main-bg-txt-color);
}

.post .entry {
    padding: 0px 0px 20px 0px;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

#sidebar {
    float: left;
    width: 250px;
    padding: 0px;
    color: #787878;
    position: fixed;
    min-height: calc(100vh - 80px);
    border-right: 1px solid #E9E3CB;
    right: 0;
    left: 0;
}

#sidebar.sidebar-close {
    width: 0px !important;
    display: none !important;
}

#wrapper {
    position: relative;
/*    top: 66px;*/
}

#sidebar-wrap {
    padding-top: 10px;
    padding-bottom: 50px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dotted #E5E0C6;
    margin: 0px 10px;
    border-right: none;
}

#sidebar li li span {
    margin-top: -20px;
    padding: 10px;
    font-size: 14px;
    font-style: italic;
}

#sidebar h2 {
    background: url(images/img02.jpg) no-repeat left top;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: -.5px;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-bg-txt-color);
}

#sidebar p {
    margin: 0 0px;
    padding: 10px 30px 20px 30px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #464032;
}

#sidebar li li:hover, #sidebar li li:hover span i, #sidebar li li:hover a, #sidebar a:hover {
    text-decoration: none;
    background-color: var(--main-bg-color) !important;
    color: var(--main-bg-txt-color) !important;
    cursor: pointer;
}

.btn-primary {
    border: none;
    background-color: #0a2d27 !important;
    color: var(--main-bg-txt-color) !important;
    font-size: x-large;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    border-right: 1px solid #E9E3CB;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

#footer {
    height: 50px;
    padding: 10px;
    margin: 0 auto;
    border-right: 1px solid #E9E3CB;
    position: absolute;
    bottom: 0;
    width: 250px;
    background-color: white;
    border-top: 3px solid var(--main-bg-color);
}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #444444;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh !important;
    font-family: "Calibri", Calibri;
    font-size: 12px;
    color: #464032;
    background-color: #e9e9ea !important;
}

#footer a {
    color: #464032;
}

.limiter::before, .limiter::after,
        .container-login100::before, .container-login100::after,
        .wrap-login100::before, .wrap-login100::after {
    display: none !important;
    pointer-events: none !important;
    content: none !important;
}

.limiter {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    position: relative !important;
    background: transparent !important;
    z-index: 1 !important;
}

.container-login100 {
    width: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    padding: 120px 15px 60px 15px !important;
    background: #fff;
    height: auto !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
}

.wrap-login100 {
    width: 650px !important;
    height: auto !important;
    background-color: #eeede7 !important;
    overflow: visible !important;
    display: block !important;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    max-width: 100% !important;
    padding: 10px 30px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    position: relative !important;
    z-index: 3 !important;
}

.ath-main-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    font-family: "Manrope", Sans-serif !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
    padding: 10px 0 !important;
    box-sizing: border-box !important;
    display: block !important;
}

.ath-header-container {
    max-width: 1250px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.ath-brand-box {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ath-brand-box img {
    max-height: 80px !important;
    width: auto !important;
    display: block !important;
}

.ath-nav-wrapper {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ath-nav-item {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ath-nav-item > a {
    color: #000000 !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 1.3 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    padding: 10px 16px !important;
    display: block !important;
    transition: color 0.2s ease !important;
    font-family: "Manrope", Sans-serif !important;
}

.ath-nav-item > a:hover {
    color: #9e1c1f !important;
    background: transparent !important;
}

.ath-nav-item:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 35px !important;
    background-color: #d3d3d3 !important;
    display: block !important;
}

.ath-teal-caret {
    color: #40bfa1 !important;
    font-size: 12px !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
}

.ath-nav-item.ath-dropdown-active:hover > a > .ath-teal-caret {
    transform: rotate(180deg) !important;
}

.ath-sub-master-row.ath-open-sub > a > .ath-sub-caret {
    transform: rotate(180deg) !important;
}

.ath-dropdown-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    border-top: 1px solid #ffffff !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    min-width: 600px !important;
    list-style: none !important;
    z-index: 9999999 !important;
}

.ath-nav-item.ath-dropdown-active:hover .ath-dropdown-menu {
    display: block !important;
    animation: athFadeIn 0.3s ease !important;
}

.ath-dropdown-menu > li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.ath-dropdown-menu > li > a {
    padding: 12px 20px !important;
    font-weight: bold !important;
    color: #222222 !important;
    font-size: 14px !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: 1px solid #ffffff !important;
    font-family: "Manrope", Sans-serif !important;
}

.ath-dropdown-menu > li > a:hover {
    filter: brightness(0.95) !important;
}

.ath-row-blue > a {
    background-color: #f0f7f9 !important;
}

.ath-row-pink > a {
    background-color: #fdf0ed !important;
}

.ath-row-white > a {
    background-color: #ffffff !important;
}

.ath-row-green > a {
    background-color: #bdf1be !important;
}

.ath-row-grey > a {
    background-color: #e6e6e6 !important;
}

.ath-row-teal > a {
    background-color: #4eb89e !important;
    color: #000000 !important;
}

.ath-sub-master-row {
    position: relative !important;
}

.ath-sub-caret {
    float: right !important;
    margin-top: 3px !important;
}

.ath-sub-master-row > .ath-nested-child-menu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background-color: transparent !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease-in-out !important;
}

.ath-sub-master-row.ath-open-sub > .ath-nested-child-menu {
    max-height: 600px !important;
}

.ath-nested-child-menu > li > a {
    padding: 10px 20px 10px 35px !important;
    font-size: 13px !important;
    background-color: #fafafa !important;
    border-bottom: 1px solid #eeeeee !important;
    color: #555555 !important;
    display: block !important;
    text-decoration: none !important;
    font-family: "Manrope", Sans-serif !important;
    font-weight: bold !important;
}

.ath-nested-child-menu > li > a:hover {
    background-color: #f0f0f0 !important;
    color: #9e1c1f !important;
    padding-left: 40px !important;
}

.ath-mobile-toggle {
    display: none !important;
    font-size: 24px !important;
    color: #9e1c1f !important;
    cursor: pointer !important;
}

@media (max-width: 1024px) {
    .ath-mobile-toggle {
        display: block !important;
    }

    .ath-nav-wrapper {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: #ffffff !important;
        flex-direction: column !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
        max-height: 360px !important;
        overflow-y: auto !important;
        padding: 10px 0 !important;
    }

    .ath-nav-wrapper.ath-mobile-show {
        display: flex !important;
    }

    .ath-nav-item {
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .ath-nav-item > a {
        text-align: left !important;
        width: 100% !important;
        padding: 12px 24px !important;
    }

    .ath-nav-item:not(:last-child)::after {
        display: none !important;
    }

    .ath-dropdown-menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border-top: none !important;
    }

    .ath-nav-item.ath-dropdown-active:hover .ath-dropdown-menu {
        display: none !important;
    }

    .ath-nav-item.ath-dropdown-active.ath-mobile-open-main .ath-dropdown-menu {
        display: block !important;
    }

    .ath-sub-caret {
        float: right !important;
    }
}

@keyframes athFadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

.attha-custom-footer {
    font-family: "Manrope", sans-serif !important;
    background-color: #ffffff !important;
    padding-top: 50px !important;
    border-top: 1px solid #eaeaea !important;
    margin-top: 0 !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
    pointer-events: auto !important;
}

.attha-custom-footer .container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    position: relative !important;
    pointer-events: auto !important;
}

.attha-custom-footer .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.attha-footer-heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}

.attha-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    display: block !important;
}

.attha-footer-links li {
    position: relative !important;
    padding-left: 18px !important;
    margin-bottom: 12px !important;
    display: block !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: left !important;
    font-family: "Manrope", sans-serif;
}

.attha-footer-links li::before {
    content: "▶" !important;
    color: #2db84c !important;
    font-size: 10px !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
}

.attha-footer-links a {
    color: #555555 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
    position: relative !important;
    z-index: 999999999 !important;
    pointer-events: auto !important;
    font-family: "Manrope", sans-serif;
}

.attha-footer-links a:hover {
    color: #9e1c1f !important;
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .three-col-row .field-block {
        width: 33.333333%;
    }

    .col-md-12.row > .col-md-6 {
        width: 33.333333% !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .attha-custom-footer .footer-col {
        float: left !important;
        width: 25% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .three-col-row .field-block {
        width: 50%;
    }

    .col-md-12.row > .col-md-6 {
        width: 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .attha-custom-footer .footer-col {
        float: left !important;
        width: 50% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    .attha-custom-footer .footer-col {
        float: none !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.attha-social-wrapper {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
}

.attha-social-icon {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px !important;
    height: 32px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
    position: relative !important;
    z-index: 999999999 !important;
    pointer-events: auto !important;
}

.attha-social-icon:hover {
    color: #ffffff !important;
    opacity: 0.85 !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-instagram {
    background-color: #262626 !important;
}

.bg-linkedin {
    background-color: #007bb5 !important;
}

.bg-youtube {
    background-color: #cd201f !important;
}

.bg-whatsapp {
    background-color: #25d366 !important;
}

.bg-x-twitter {
    background-color: #000000 !important;
}

.attha-trust-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.attha-trust-badges img {
    max-height: 85px !important;
    width: auto !important;
}

.attha-footer-bottom {
    background-color: #f7f7f7 !important;
    padding: 20px 15px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    border-top: 1px solid #eaeaea !important;
    clear: both !important;
}

.ec-login-v2.container-login100 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeebe4;
    padding: 40px 15px;
}

.ec-login-v2 .wrap-login100 {
    width: 100%;
    max-width: 460px;
    height: auto !important;
    background: #f7f1e6 !important;
    border: 1px solid #e3d7bd;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(74, 3, 6, 0.10);
    display: block;
    padding: 0;
    overflow: hidden;
}

.ec-login-v2 .ec-login-body {
    padding: 20px 20px 20px;
}

.ec-login-v2 .login100-form-title {
    display: block !important;
    width: 100% !important;
    background: #790509;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 2px 14px 2px;
}

.ec-login-v2 .input100 {
    border: 1px solid #d8cba8 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    font-family: "Calibri", sans-serif !important;
}

.ec-login-v2 .input100:focus {
    outline: none;
    border-color: #c89b3c !important;
    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.18);
}

.ec-login-v2 .focus-input100 {
    display: none;
}

.ec-login-v2 .ec-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.ec-login-v2 .ec-btn-row > div {
    flex: 1 1 0;
    min-width: 0;
}

.ec-login-v2 .ec-btn-row button,
        .ec-login-v2 .ec-btn-row a {
    width: 100% !important;
    display: block;
}

.ec-login-v2 .ec-or-label {
    font-size: 16px;
    color: #999;
    flex: 0 0 auto;
}

.ec-login-v2 button[type="submit"],
        .ec-login-v2 form > div > button {
    transition: background 0.2s, transform 0.1s;
}

.ec-login-v2 form > div > button:hover {
    background-color: #4a0306 !important;
}

.ec-login-v2 form > div > button:active {
    transform: translateY(1px);
}

.ec-login-v2 a[href="register.php"] {
    transition: background 0.2s, transform 0.1s;
}

.ec-login-v2 a[href="register.php"]:hover {
    background-color: #1e7e34 !important;
}

.ec-login-v2 a[href="register.php"]:active {
    transform: translateY(1px);
}

.ec-login-v2 a[href="forgot.php"]:hover {
    text-decoration: underline !important;
}

@media (max-width: 480px) {
    .ec-meta {
        padding: 12px 10px;
    }

    .ec-title {
        font-size: 24px;
    }

    .ec-date,
    .ec-posted {
        font-size: 14px;
    }

    .ec-login-v2 .ec-login-body {
        padding: 24px 10px 28px;
    }

    .ec-login-v2 .login100-form-title {
        font-size: 19px !important;
        padding: 18px 14px !important;
    }

    .ec-login-v2 .ec-btn-row {
        flex-direction: column;
        align-items: stretch;
    }

    .ec-login-v2 .ec-btn-row button,
            .ec-login-v2 .ec-btn-row a {
        width: 100% !important;
    }

    .ec-login-v2 .ec-or-label {
        text-align: center;
    }
}

.ec-forgot-row {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.ec-forgot-row a {
    color: #790509;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 999999;
}

.ec-recaptcha-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    transform: scale(0.95);
    transform-origin: left top;
}

@media (max-width: 340px) {
    .ec-recaptcha-row {
        transform: scale(0.85);
        transform-origin: left top;
    }
}



/* Empty placeholder rules preserved from the original source
   files (no declarations, zero effect on rendering, kept only
   for completeness with the originals): */
ul, ol {
}

.post-bgtop {
}

.post-bgbtm {
}

#calendar {
}

.scroll {
}

/* Tablets and small screens (iPad size and below) */
@media screen and (max-width: 991px) {
    .reghead {
        margin-top: 25%;
    }
    .container{max-width:100% !important;;}
}

/* Mobile phones only */
@media screen and (max-width: 768px) {
    .reghead {
        margin-top: 40%; /* Or change to a fixed pixel amount like margin-top: 50px; */
    }
    .container{max-width:100% !important;}
}
