:root {
    --background: #edfffe;
    --bg-blue: #9dd3d2;
    --bg-orange: #FF7900;
    --font-color: #808891;
    --font-orange: #FF7900;
    --header-background: white;
    --header-icons: black
}

* {
    box-sizing: border-box
}

html {
    position: relative;
    background-color: var(--background);
    margin: 0;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none
}

html::-webkit-scrollbar {
    display: none
}

body {
    position: relative;
    height: 100%;
    background-color: var(--background);
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.main-container {
    padding-top: 150px;
    height: 150vh
}

.sticky-footer {
    display: none
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--font-color)
}

h1,
.h1-style {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.625rem
}

h2,
.h2-style {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 2.4375rem
}

h3,
.h3-style {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.375rem;
    line-height: 1.625rem
}

h4 .h4-style {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem
}

@media(min-width: 992px) {

    h1,
    .h1-style {
        font-size: 2.5rem;
        line-height: 3.125rem
    }

    h2,
    .h2-style {
        font-size: 2.25rem;
        line-height: 3.0625rem
    }
}

p,
span,
a,
label,
input {
    color: var(--font-color);
    font-family: "Poppins", sans-serif
}

.blue {
    color: #00a3b3
}

p {
    font-size: 1rem
}

p a {
    color: #35a3b4;
    text-decoration: underline
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7dc1bf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1rem
}

.contact-form {
    display: none;
    position: fixed;
    z-index: 10;
    border-radius: 20px;
    background-color: #fff;
    margin: 5vw;
    padding: 20px 30px;
    min-width: 30%;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, .2)
}

.close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 15px;
    font-weight: bold;
    float: right;
    margin-bottom: 5px;
    z-index: 999
}

.close-button:hover {
    color: #ff7900;
    cursor: pointer
}

.contact-inner {
    position: relative
}

.contact-form form {
    display: flex;
    flex-direction: column
}

.contact-form label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.contact-form input {
    width: 50%
}

.contact-form textarea {
    min-width: 50%
}

.contact-form button,
input[type=button] {
    color: #fff;
    font-weight: bold;
    background-color: #73c1bf;
    height: 30px;
    border: none;
    border-radius: 15px
}

.contact-form button:hover,
input[type=button]:hover {
    background-color: #ff7900;
    cursor: pointer
}

@media(min-width: 40rem) {
    .contact-form {
        margin-top: 0;
        margin-left: 35%
    }
}

.container {
    margin: 0 auto;
    max-width: 112rem;
    padding: 0 2rem;
    position: relative;
    width: 80%
}

.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%
}

.row.row-no-padding {
    padding: 0
}

.row.row-no-padding>.col {
    padding: 0
}

.row.row-wrap {
    flex-wrap: wrap
}

.row.row-top {
    align-items: flex-start
}

.row.row-bottom {
    align-items: flex-end
}

.row.row-center {
    align-items: center
}

.row.row-stretch {
    align-items: stretch
}

.row.row-baseline {
    align-items: baseline
}

.row .col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%
}

.row .col.col-offset-10 {
    margin-left: 10%
}

.row .col.col-offset-20 {
    margin-left: 20%
}

.row .col.col-offset-25 {
    margin-left: 25%
}

.row .col.col-offset-33,
.row .col.col-offset-34 {
    margin-left: 33.3333%
}

.row .col.col-offset-40 {
    margin-left: 40%
}

.row .col.col-offset-50 {
    margin-left: 50%
}

.row .col.col-offset-60 {
    margin-left: 60%
}

.row .col.col-offset-66,
.row .col.col-offset-67 {
    margin-left: 66.6666%
}

.row .col.col-offset-75 {
    margin-left: 75%
}

.row .col.col-offset-80 {
    margin-left: 80%
}

.row .col.col-offset-90 {
    margin-left: 90%
}

.row .col.col-10 {
    flex: 0 0 10%;
    max-width: 10%
}

.row .col.col-20 {
    flex: 0 0 20%;
    max-width: 20%
}

.row .col.col-25 {
    flex: 0 0 25%;
    max-width: 25%
}

.row .col.col-33,
.row .col.col-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.row .col.col-40 {
    flex: 0 0 40%;
    max-width: 40%
}

.row .col.col-50 {
    flex: 0 0 50%;
    max-width: 50%
}

.row .col.col-60 {
    flex: 0 0 60%;
    max-width: 60%
}

.row .col.col-66,
.row .col.col-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.row .col.col-75 {
    flex: 0 0 75%;
    max-width: 75%
}

.row .col.col-80 {
    flex: 0 0 80%;
    max-width: 80%
}

.row .col.col-90 {
    flex: 0 0 90%;
    max-width: 90%
}

.row .col .col-top {
    align-self: flex-start
}

.row .col .col-bottom {
    align-self: flex-end
}

.row .col .col-center {
    align-self: center
}

@media(min-width: 40rem) {
    .row {
        flex-direction: row;
        margin-left: -1rem;
        width: calc(100% + 2rem)
    }

    .row .col {
        margin-bottom: inherit;
        padding: 0 2rem
    }
}

.center {
    display: flex;
    justify-content: center
}

.share {
    justify-content: space-around;
    font-size: 2em;
    position: absolute;
    background-color: #fff;
    color: #73c1bf;
    padding: .3em;
    top: -90px;
    left: 120px;
    width: 110px;
    height: 4rem;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, .2);
    border-radius: 2rem
}

.share a {
    color: #73c1bf;
    width: auto !important
}

.share div:hover {
    color: #ff7900
}

.share a:hover {
    color: #ff7900
}

.header-outer {
    z-index: 99;
    position: fixed;
    top: 0px;
    background-color: var(--header-background);
    width: 100%;
    -webkit-box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1)
}

.header {
    display: flex;
    margin: auto;
    max-width: 80%
}

.header img {
    margin-bottom: -60px
}

.header a {
    color: #fff
}

.header ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    background-color: #73c1bf;
    border-radius: 50px 0px 0px 50px;
    padding: 0px;
    width: 100%;
    margin-right: -40px;
    margin-left: 50px
}

.header .background {
    width: 180px;
    position: absolute;
    top: -7px;
    right: 80px;
    transform: rotate(180deg);
    z-index: -1
}

.header li {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0rem;
    width: 150px;
    font-size: 2rem;
    border-radius: 10px
}

.header li i {
    margin: 20px;
    width: 30px;
    height: 30px
}

.header li:hover i {
    transition: 500ms;
    color: #077f95
}

.search {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-grow: 1;
}

.search input {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 65px;
    line-height: 64px;
    border: 1px solid rgba(95, 90, 90, .5);
    display: block;
    width: 350px;
    pointer-events: all;
    border-radius: 60px;
    padding: 20px 34px;
    flex-grow: 1;
}

.search span {
    color: #fff;
    background-color: #73c1bf;
    transition: background-color .2s ease-in-out;
    width: auto;
    font-size: 1.125rem;
    line-height: 18px;
    position: absolute;
    right: 5px;
    pointer-events: all;
    border-radius: 60px;
    padding: 16px 32px;
    cursor: pointer
}

.search span:hover {
    background-color: var(--bg-orange)
}

.card {
    position: relative;
    justify-content: center;
    margin: 20px 0px;
    width: 100%
}

.card img {
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    object-fit: cover
}

.card .preview {
    width: 100%;
    height: 350px;
    border-radius: 25px 25px 0px 0px;
    object-fit: cover
}

.card .swiper {
    border-radius: 25px 25px 0px 0px
}

.card .swiper-slide {
    background-color: #fff;
    height: auto !important;
    text-align: center
}

.card .swiper-slide img {
    height: auto !important
}

.date {
    position: absolute;
    bottom: 150px;
    right: 25px
}

.swiper-pagination,
.swiper-pagination-current,
.swiper-pagination-total {
    color: #fff
}

.swiper-button-prev,
.swiper-button-next {
    color: #ff8400;
    height: 100%;
    margin: 0px;
    top: 0px;
    font-weight: bold
}

.card iframe {
    border-radius: 25px 25px 0px 0px
}

.card a {
    width: 100%;
    text-decoration: none
}

.card .description {
    padding: 40px 20px 20px 20px;
    background-color: #fff;
    margin-top: -30px;
    border-radius: 0px 0px 30px 30px;
    text-decoration: none;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, .2)
}

.card .description a {
    text-align: right
}

.card-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    color: #00a3b3
}

.grid {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.grid .col {
    display: block;
    flex: 1 1 300px
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.toolbar {
    color: #9dd3d2;
    position: absolute;
    padding: 10px;
    margin: 10px 0px 0px 10px;
    width: 300px;
    bottom: 0;
    left: 0
}

.icon-container {
    color: #73c1bf;
  position: absolute;
  bottom: 6px;
  display: flex;
  align-items: end;
  gap: 0.5em;
    
  }


.toolbar i {
    font-size: 30px;
    bottom: 0;
    position: relative;
    letter-spacing: 4px
}

.bi-volume-up-fill::before {
    position: relative;
    top: 2px;
    font-size: 30px;
    letter-spacing: 4px
}

.bi-heart-fill::before {
    position: relative;
    margin-top: -2px
}

.toolbar input[type=button] {
    position: relative;
    padding: 0px 20px;
    top: -6px
}

.readspeaker-container {
    width: 170px
}

.toolbar i:hover {
    color: #ff7900;
    cursor: pointer
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.description {
    padding: 15px 15px 1px 15px
}

.sidebar-inner .description p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    height: 1.2em;
    white-space: nowrap
}

.description-inner {
    margin: 5px 0px 30px 0px
}

.play-youtube {
    position: absolute;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    top: 35%;
    display: flex;
    justify-content: center
}

.play-youtube a {
    display: flex;
    justify-content: center
}

.play-youtube img {
    width: 150px;
    height: 100px;
    cursor: pointer
}

.youtube-outer {
    position: relative
}

@media(max-width: 1500px) {
    .card .preview {
        max-height: 540px
    }
}

@media(max-width: 1241px) {
    .card .preview {
        max-height: 430px
    }
}

@media(max-width: 768px) {
    .card .preview {
        max-height: 400px
    }
}

@media(max-width: 425px) {
    .card .preview {
        max-height: 220px
    }

    .card-title {
        font-size: 1.2rem
    }
}

@media(max-width: 375px) {
    .card .preview {
        max-height: 188px
    }
}

@media(max-width: 768px) {
    .card .preview {
        height: 400px
    }
}

@media(max-width: 600px) {
    .play-youtube img {
        width: 75px;
        height: 50px;
        cursor: pointer
    }

    .card .preview {
        height: 400px
    }
}

@media(min-width: 40rem) {
    .grid {
        flex-direction: row;
        margin-left: -1rem;
        width: calc(100% + 2rem)
    }

    .grid .col {
        margin-bottom: inherit;
        padding: 0 1rem
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 60px
}

.article-container {
    width: 60%;
    margin: auto;
    margin-top: 120px
}

.article-container .card {
    margin: 0
}

.article-container .card img {
    border-radius: 25px 25px 0px 0px
}

.article-inner {
    position: relative;
    background-color: #fff;
    padding: 50px 30px 30px 30px
}

.form-container {
    max-width: 500px
}

.sidebar {
    position: relative
}

.sidebar-inner {
    position: fixed;
    width: 15%
}

[data-cat] {
    cursor: pointer
}

#rsmpl_container {
    bottom: 60px !important;
    background-color: #7dc1bf !important;
    border: 0px solid !important;
    background: var(--bg-blue) !important;
    box-shadow: 0 0 0px rgba(255, 0, 0, 0) !important
}

.rs-player-loadindicator {
    background: var(--bg-orange) !important
}

.rs_addtools .rsbtn_play:hover .rsbtn_right::before,
.rsbtn .rsbtn_play:hover .rsbtn_right::before {
    color: var(--bg-orange) !important
}

.rs-controlpanel-scroll-label {
    color: #fff !important
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item span.rsicn {
    background-color: var(--bg-blue) !important
}

.rs_addtools a,
.rs_addtools span,
.rsbtn a,
.rsbtn span {
    color: #fff !important
}

[class*=" rsicn-"],
[class*=" rsicn-"]:before,
[class^=rsicn-],
[class^=rsicn-]:before {
    color: #fff !important
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
    color: #fff !important
}

.rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools {
    color: #fff !important;
    border-radius: 18px !important
}

#rs-controlpanel .rsicn-logo::before {
    color: #fff !important
}

#rs-controlpanel .rsicn-logo::after {
    color: #fff !important
}

.rs_addtools .rsbtn_play:active,
.rsbtn .rsbtn_play:active {
    background: var(--bg-blue) !important
}

.rs_addtools .rsbtn_play:hover,
.rsbtn .rsbtn_play:hover {
    background: var(--bg-blue) !important
}

.rs_addtools .rsbtn_tooltoggle,
.rsbtn .rsbtn_tooltoggle {
    background: var(--bg-blue) !important
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
    background: var(--bg-blue) !important
}

.rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool {
    background: var(--bg-blue) !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important
}

.rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools {
    background: var(--bg-blue) !important
}

.rs_addtools .rsbtn_play .rsbtn_right,
.rsbtn .rsbtn_play .rsbtn_right {
    border-left: none !important
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
    color: #fff !important
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::after,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::after {
    color: #fff !important
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown {
    background: var(--bg-blue) !important
}

#rs-controlpanel button {
    border: rgba(0, 0, 0, 0) !important
}

#rs-controlpanel button:hover {
    background: var(--bg-blue) !important
}

#rs-controlpanel {
    background: var(--bg-blue) !important
}

#rs-controlpanel button.rs-controlpanel-scroll-toggler.enabled span.rs-controlpanel-scroll-state {
    color: #fff !important
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item span.rsicn {
    position: revert !important
}

.rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool .rs_minitoggler,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool .rs_minitoggler {
    background-color: var(--bg-blue) !important
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play,
.rsbtn_tooltoggle,
#rs-controlpanel,
.rsbtn_player_item {
    padding: 5px;
    border: 0px !important;
    border-radius: 5px !important
}

#rsmpl_container .rs-player-loadindicator,
.rsbtn .rs-player-loadindicator {
    left: 0px !important
}

.rsbtn_exp_inner {
    display: none !important
}

#rs-controlpanel button:active,
#rs-controlpanel button:active,
#rs-controlpanel button:focus {
    background: rgba(255, 255, 255, 0) !important
}

#readspeaker_button1 {
    position: fixed;
    width: 170px;
    top: -30px;
    left: 0;
    margin: 5px
}

@media(max-width: 1500px) {
    .sidebar-outer {
        display: none !important
    }

    .container-outer {
        padding: 0px 10% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media(max-width: 1280px) {
    .header li {
        width: unset
    }

    .search input {
        width: unset
    }

    .article-container {
        width: 50%
    }
}

@media(max-width: 1080px) {
    .header ul {
        margin-left: 0px
    }

    .article-container {
        width: 80%
    }

    .container-outer {
        padding: 0px 0px !important
    }
}

@media(max-width: 950px) {
    .header ul {
        display: none
    }

    .container {
        width: 90%;
        padding: 0px 20px 50px 20px
    }

    .logo-container img {
        width: 100px;
        height: 100px
    }

    .background {
        display: none
    }

    .search input {
        height: 50px;
        margin: 12px;
        border-radius: 60px;
        padding: 10px 20px
    }

    .search span {
        padding: 17px 22px
    }

    .search {
        margin-left: unset
    }

    .main-container {
        padding-top: 90px
    }

    .header {
        max-width: 90%
    }

    .sticky-footer {
        display: block;
        z-index: 99;
        position: fixed;
        bottom: 0px;
        width: 100%;
        -webkit-box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1);
        box-shadow: 0px 10px 33px -12px rgba(0, 0, 0, .1)
    }

    .footer {
        display: flex;
        margin: auto
    }

    .footer a {
        color: #fff
    }

    .footer ul {
        display: flex;
        list-style-type: none;
        justify-content: center;
        background-color: #73c1bf;
        border-radius: 50px 50px 0px 0px;
        padding: 5px;
        margin: 0px;
        width: 100%
    }

    .footer li {
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        padding: 0rem;
        width: 120px;
        font-size: 2rem;
        border-radius: 10px
    }

    .footer li i {
        padding: 10px;
        font-size: 1.8rem
    }

    .footer li:hover i {
        transition: 500ms;
        color: #142424
    }

    .article-container {
        width: 95%;
        margin-top: 80px
    }

    .article-inner {
        padding: 50px 15px 50px 15px
    }

    h1,
    .h1-style {
        font-size: 1.5rem;
        line-height: 1.8rem
    }
}

@media(max-width: 600px) {
    .container {
        width: 100%;
        padding: 0px 20px 50px 20px
    }
}

@media(max-width: 850px) {
    .toolbar input[type=button] {
        padding: 0px 10px
    }
}

/*# sourceMappingURL=style.css.map */