
/*Owl carosel start*/
.owl-dots {
    text-align: center;
    margin-top: -40px;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
    background-color: #FFF;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1px;
    left:1px;
}
.owl-dots button.owl-dot{
    border: 1px solid #fd5f00;
    background: #fd5f00;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: relative;
}
.owl-carousel .owl-stage {
    display: flex;
}
/*.owl-carousel .owl-item img {*/
/*    width: 100%;*/
/*    height: 600px;*/
/*}*/
.owl-dots button.owl-dot {
    margin-right: 5px;
}
.youtube-video iframe {
    width: 100% !important;
}
.owl-carousel .owl-item .owl-lazy {
    opacity : 1;
}
/*Owl carosel end*/
.img-object-cover {
    width: 100%;
    /*object-fit: cover;*/
    /*object-position: center;*/
}
.content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
}

.content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}

.content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.content h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content a {
    color: blue;
    text-decoration: none;
    font-size: 18px;
}
.content a:hover {
    color: red;
    text-decoration: underline;
}
.content a:focus {
    outline: 2px solid orange;
    color: green;
}
.content a:active {
    color: purple;
    text-decoration: none;
}
/* Text formatting */
.content strong, .content b {
    font-weight: bold;
}

.content em, .content i {
    font-style: italic;
}

.content u {
    text-decoration: underline;
}

.content s, .content strike {
    text-decoration: line-through;
}

.content sup {
    vertical-align: super;
    font-size: smaller;
}

.content sub {
    vertical-align: sub;
    font-size: smaller;
}

/* Paragraph and block elements */
.content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.content blockquote {
    margin: 1.5em 10px;
    padding: 10px;
    border-left: 5px solid #ccc;
    background-color: #f9f9f9;
}

.content div {
    margin-bottom: 10px;
}

.content pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    overflow-x: auto;
}

/* Alignment */
.content .align-left {
    text-align: left;
}

.content .align-center {
    text-align: center;
}

.content .align-right {
    text-align: right;
}

.content .align-justify {
    text-align: justify;
}

/* Lists */
.content ul {
    list-style-type: disc;
    margin-left: 40px;
}

.content ol {
    list-style-type: decimal;
    margin-left: 40px;
}

.content li {
    margin-bottom: 5px;
    margin-right: 15px;
}

/* Indent and Outdent */
.content .indent {
    padding-left: 20px;
}

.content .outdent {
    padding-left: 0;
}

/* Accordion */
.content .accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    margin-bottom: 5px;
}

.content .accordion-content {
    padding: 10px;
    display: none;
    background-color: #f9f9f9;
    border-top: none;
}

/* Tables */
.content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.content th, .content td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.content th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Horizontal Line */
.content hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

/* Custom TinyMCE editor styles */
.content .mce-content-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.youtube-video iframe {
    width: 100% !important;
    height: 400px;
}
ol, ul {
    list-style: disc;
    margin: auto;
    padding: revert;
}
p {
    margin: revert;
}
.lightbox {
    align-content: center;
    align-items: center;
    height :100%;
    display: flex;
    flex-direction: column;
    position: fixed !important;
    top: 0 !important;
}

#lightboxOverlay {
    height: 100% !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100% !important;
}

.lb-outerContainer {
    margin: auto;
}

.lb-image {
    margin: auto;
}

.lb-close {
    bottom: 100%;
    position: fixed;
    right: 3%;
    top: 30px;
}
.carousel {
    width: 100%;
    height: 600px;
}
@media (max-width: 768px) {
    .carousel {
        width: 100%;
        height: 300px;
    }
}
@media (max-width: 468px) {
    .carousel {
        width: 100%;
        height: 240px;
    }
}
