@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);

:root {
    --main-color: #A88F62;
    --green-color: #3EC867;
}

@media(min-width: 768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 818px;
    }
}
@media(min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 980px;
    }
}
@media(min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}
@media(min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1381px;
    }
}

@media(min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}
@media(min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1545px;
    }
}

/* طبّق على كل التولتيبات */
.tooltip {
  --bs-tooltip-bg: var(--main-color);
  --bs-tooltip-color: #fff;
}
/* خلفية ومحتوى التولتيب */
.tooltip .tooltip-inner {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

/* لون السهم */
.tooltip .tooltip-arrow::before{
  border-top-color:    var(--main-color) !important;
  border-right-color:  transparent !important;
  border-bottom-color: var(--main-color) !important;
  border-left-color:   transparent !important;
}


img.lazy { opacity: .001; transition: opacity .35s ease; background:#f3f4f6; }
img.is-loaded { opacity: 1; }

.navbar li,
.navbar>ul>li,
.page-sidebar {
    position: relative
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.nav-link:focus,
.nav-link:hover {
    color: var(--green-color) !important;
}


.social-links a:hover,
a,
a:hover {
    text-decoration: none
}

.card-body a:hover {
    color: var(--main-color) !important;
}

.social-links a,
ul.social-network li a {
    width: 36px;
    height: 36px;
    display: inline-block
}

.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

#header .logo,
.faq .faq-list a {
    font-family: Arial, Helvetica, sans-serif
}

#footer .footer-bottom a:hover,
#header .logo a,
a {
    color: #2e3e4e
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 4px solid #0cbaa4;
    border-top-color: #dfeae8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: 1s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0cbaa4;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: .4s
}

#hero .carousel-item::before,
.navbar-mobile {
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    overflow: hidden
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover,
.btn-theme:hover {
    background: #2e3e4e;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    height: 29px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap;
    background-color: #a88f62;
}

#topbar .contact-info span,
#topbar .contact-info i:first-child{
    color: #fff !important;
    font-weight: 500;
}

#hero,
#hero .carousel-item {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

#topbar.topbar-scrolled {
    top: -40px;
    background: #fff
}

#topbar .contact-info a {
    line-height: 1;
    transition: .3s
}

.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
    /* color: #444 */
}

#topbar .contact-info i {
    color: #0cbaa4;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #2e3e4e;
    display: inline-block;
    line-height: 1px;
    transition: .3s
}

#topbar .social-links a:first-child {
    border-left: 0
}

#header {
    transition: .5s;
    z-index: 997;
    padding: 10px 0;
    top: 28px;
    background-color: #FFFFFFCC;
    min-height: 112px;
}



.header-bg,
.services .icon-box:hover .icon,
.staff {
    background: #fff
}

.breadcrumbs,
.section-bg,
pre {
    background-color: #edf3f2
}



#header.header-scrolled {
    top: 0;
    /* background: #fff */
}


#hero .carousel-item {
    background-size: cover;
    background-repeat: no-repeat
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700
}

#header .logo img {
    width: 108px;
    height: 96px;
    max-width: 100%;
    margin: 0;
}

.more-btn {
    text-align: center;
    margin-top: 10px
}

.header-no-bg {
    box-shadow: none !important
}

.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 0 23px 25px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: var(--main-color);
    white-space: nowrap;
    transition: .3s;
    padding: 5px 0;
    font-weight: 600;
}

.navbar a .drop-arrow {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .dropdown ul a .drop-arrow {
    position: absolute;
    right: 15px;
    top: 15px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: 100%;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s
}

.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
    opacity: 1;
    visibility: visible
}

.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-transform: none;
    color: #082744;
    border: none;
    display: block
}

.header-dropdown i,
.navbar .dropdown ul a .fa {
    margin-right: 5px
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: var(--main-color);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
    margin-top: 0;
}

#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #000
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 25px;
    border: 0;
    padding: 2px;
    border-radius: 4px;
    color: var(--main-color);
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 66px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 2.5rem;
    font-size: 15px;
    color: #2e3e4e;
    border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 30px;
    padding: 10px 0;
    background: #fff
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
    margin-bottom: 30px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.iti,
.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.header-scrolled .navbar-mobile ul {
    top: 64px
}

.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 25px
}

#hero {
    padding: 0;
    background: linear-gradient(0deg, #D9D9D9, #D9D9D9),
        linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
}

#hero .carousel-item {
    background-position: center;
}

#hero .slider-content {
    text-align: center;
}

#hero .carousel-item::before {
    content: "";
    box-shadow: 0px 4px 4px 0px #00000040;
    position: absolute;
    top: 0
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

#hero .carousel-content {
    text-align: left
}

#hero p {
    width: 80%;
    animation-delay: .4s;
    color: #fff;
    margin: auto;
    font-size: 36px;
    font-weight: 200;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    display: none;
}

.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
    display: inline-block
}

.fixed-top-margin {
    margin-top: 0px
}

@media (max-width:992px) {
    .fixed-top-margin {
        margin-top: 0px
    }

    #hero,
    #hero .carousel-item {
        height: 60vh
    }

    #hero .carousel-content.container {
        padding: 0 50px
    }

    #hero .carousel-content {
        text-align: center
    }

    #hero p {
        width: 100%;
        padding: 0 20px
    }
}

#hero h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
}

#hero .slider-link {
    padding: 10px 20px 16px 20px;
    gap: 15px;
    border-radius: 16px;
    background-color: var(--green-color) !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 30px;
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%;
    visibility: hidden
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer
}

#hero .carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 65px;
}

#hero .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background: #FFFFFF80;
    opacity: 1;
    margin: 0 4px;
    padding: 0;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0;
}

#hero .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}

@media (min-width:1024px) {
    #hero p {
        width: 60%
    }

    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

.carousel-item-clear::before {
    display: none !important
}

#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
    visibility: visible
}

section {
    padding: 60px 0
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h1 {
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    color: #000;
}

.section-title h1 a{
    color: #000;
}

.section-title p {
    margin-bottom: 0
}

.card-body a {
    color: #000;
}

/* Start row1 */
.row1,
.row2,
.section-global,
.banners1 {
    padding-top: 109px;
}

.row1 .card-right .card-header {
    height: 504px;
}

.row1 .card img {
    object-fit: cover;
    border-radius: 16px;
}

.row1 .card-right .card-body {
    width: 80%;
}

.row1 .card-right h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 145%;
}

.row1 .card-right p {
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.row1 .card-left .card-header {
    height: 272px;
}

.row1 .card-left h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
}

.row1 .card-left .card-body,
.row1 .card-right .card-body,
.row2 .card-bottom .card-body {
    padding-top: 40px !important;
}

/* End row1 */

/*  */
.landing-block .owl-carousel .card{
    border: 0 !important;
    background-color: transparent;
    padding: 0;
}
.landing-block .owl-carousel .image-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
/*  */


/* Start section global */
.section-global .card-bottom .card-header {
    height: 460px;
    background-color: transparent ;
}
.topics-page .section-global.row5 .card-header,
.landing-block .owl-carousel .image-container{
    height: 400px;
}

.topics-page .section-global.row .card-header{
    height: 355px;
}
.topics-page .news .card-header,
.topics-page .videos .card-header{
    height: 300px;
}

.section-global .card-bottom img {
    object-fit: cover;
    border-radius: 20px;
}

.row5 .card-bottom img{
    object-fit: fill;
}

.section-global .swiper-button-next,
.section-global .swiper-rtl .swiper-button-prev {
    width: 70px;
    height: 70px;
    opacity: 1;
    border-radius: 34px;
    background: #FFFFFF54;
    top: 41%;
}

.section-global .swiper-button-next:after,
.section-global .swiper-button-prev:after {
    font-size: 30px;
    color: #000;
}

.section-global .swiper-rtl .swiper-button-prev {
    right: 30px;
}

.section-global .card-bottom h4,
.landing-block .owl-carousel h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 130%;
    color: #000;
}

/* End section global */

/* Start row2 */
.row2 .card-top .card-header {
    height: 695px;
    position: relative;
}

.row2 .card-top img {
    object-fit: cover;
    border-radius: 16px;
}

.row2 .card-top .badge {
    width: 210.99903869628906px;
    height: 211.00045776367188px;
    /* opacity: 0.2; */
    background-color: #00000073;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 75px;
}

.row2 .card-top h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 140%;
}

.row2 .card-bottom .card-header {
    position: relative;
}

.row2 .card-bottom h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}

.row2 .card-bottom .yt-duration-badge {
    position: absolute;
    bottom: 41px;
    left: 50px;
    gap: 10px;
    border-radius: 16px;
    padding: 0 10px;
    background: #00000080;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
}

/* End row2 */

/* Start row3 */
.row3 .card-bottom h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
}

.row3 .card-bottom h4 .text {
    margin-right: 15px;
}

.row3 .card-bottom h4 img {
    width: 30.25px;
    height: 38.5px;
}

.row3 .card-bottom h4 .link-topic {
    color: #000000;
    font-weight: 300;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 24px;
}

/* End row3 */

/* Start row4 */
.row4 .card-bottom .card-header {
    height: 469px;
}

.row4 .card-bottom h4 {
    font-weight: 600;
    font-size: 27px;
}

/* End row4 */

/* Start row5 */
.row5 .card-bottom .card-body .date i {
    font-size: 22px;
}

.row5 .card-bottom .card-body .location i {
    font-size: 24px;
}

.row5 .card-bottom .card-body .date {
    margin-bottom: 20px;
}

.row5 .card-bottom .card-body .date span {
    font-weight: 300;
    font-size: 20px;
    color: #000000;
}

.row5 .card-bottom .card-body .location a {
    font-size: 24px;
    font-weight: 300;
}

/* End row5 */

/* Start row6 */
.row6 {
    padding-top: 110px;
}

.row6 .col {
    padding: 80px;
}

.row6 .card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.row6 .card::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #00000033;
    z-index: 1;
    position: absolute;
}

.row6 .card-header {
    height: 460px;
}
.row6 .card-header img {
    object-fit: cover;
    border-radius: 16px;
}

.row6 .card .card-body {
    position: absolute;
    bottom: 20px;
    right: 35px;
    z-index: 2;
}

.row6 .card .card-body h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
}

.row6 .card .card-body h4 a {
    color: #fff;
}

/* End row6 */

/* Start row7 */
.row7 .card-header,
.banners1 .card-header,
.categories.landing-block .img-fluid {
    width: 84.16177368164062px;
    height: 84.02294921875px;
    position: relative;
}

.row7 .card .card-body a,
.row7 .card .card-header img {
    transition: all .2s ease;
}

/* تطبيق اللون عند الـ hover */
/* .row7 .card:hover .card-header img {
    filter:
        invert(54%) sepia(39%) saturate(620%) hue-rotate(86deg) brightness(97%) contrast(92%);
} */

.row7 .card .card-header .img-hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.row7 .card:hover .card-header .img-defualt,
.row7 .card .card-header .img-hover {
    visibility: hidden;
    opacity: 0;
}

.row7 .card .card-header .img-defualt,
.row7 .card:hover .card-header .img-hover {
    visibility: visible;
    opacity: 1;
}

.row7 .card h4,
.banners1 .card h4,
.categories.landing-block h5 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

/* End row7 */

/* Start banners1 */
/* End banners1 */

/* Start testimonials */
.testimonials .card {
    height: 220;
    border-radius: 16px;
    padding-right: 20px;
    background: #D9D9D97A;
}

.testimonials .card h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.testimonials .card-body img{
    width: 62px;
    height: 62px;
    border-radius: 50% !important;
    margin-left: 15px;
}

.testimonials .card-body h6{
    margin-bottom: 5px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
}

.testimonials .rating-icon {
    --star-size: 28px;
    --star-color: #e5e7eb;
    /* رمادي للنجوم الفارغة */
    --star-filled: #f59e0b;
    /* ذهبي للنجوم المعبّأة */
    --rating: 0;
    /* قيّمها inline أو من JS/Blade */
    --percent: calc(var(--rating) / 5 * 100%);

    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: var(--star-size);
    letter-spacing: 4px;
    /* تباعد بسيط بين النجوم */
}

/* طبقة النجوم الفارغة */
.testimonials .rating-icon::before {
    content: "★★★★★";
    color: var(--star-color);
}

/* طبقة النجوم الملوّنة تُقص بالعرض حسب النسبة */
.testimonials .rating-icon::after {
    content: "★★★★★";
    color: var(--star-filled);
    position: absolute;
    inset: 0;
    width: var(--percent);
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}


/* End testimonials */

/* Start subscribe-section */
.subscribe-section {
    background: #A88F62;
    padding: 70px 0;
    margin: 50px 0;
}

.subscribe-section .details h1 {
    font-weight: 600;
    font-size: 82px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #fff;
}

.subscribe-section .details p {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    width: 75%;
    color: #fff;
}

.subscribe-section form {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
    position: relative;
}

.subscribe-section input {
    width: 509px;
    height: 74px;
    border-width: 1px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    padding: 10px;
    margin: 0;
    border-radius: 16px;
}

.subscribe-section input::placeholder {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-left: 40px;
}

.subscribe-section #subscribeFormSubmit {
    width: 143px;
    height: 74px;
    padding: 10px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    border: 0;
    border-radius: 16px;
    color: #878787;

}

/* End subscribe-section */

.breadcrumbs {
    padding: 20px 0;
    min-height: 500px;
    position: relative;
    background-color: var(--main-color) !important;
}

.breadcrumbs::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000079;
}

.breadcrumbs .container{
    position: relative;
    z-index: 1;
}

.breadcrumbs h2,
.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    color: var(--main-color);
}

.breadcrumbs h1{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff !important;
}

.breadcrumbs p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 60%;
    line-height: 33px;
}

.breadcrumbs ol,
.counts .count-box p {
    padding: 0;
    margin: 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: end;
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li,
.breadcrumbs ol li a{
    color: #fff;
    font-size: 20px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.why-us .content {
    padding: 30px;
    background: #0cbaa4;
    border-radius: 4px;
    color: #fff
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    padding: 6px 30px 8px;
    color: #fff;
    border-radius: 50px
}

.why-us .content .more-btn:hover {
    color: #0cbaa4;
    background: #fff
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #0cbaa4;
    margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

.counts {
    background: #edf3f2;
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}

#footer .footer-newsletter form button:hover,
.btn-theme,
.counts .count-box i,
.services .icon-box,
.staff .member .social a:hover {
    background: var(--main-color)
}
.footer-newsletter .alert-dismissible{
    width: fit-content;
    margin-right: auto;
    position: fixed;
    top: 0;
    z-index: 11000;
    right: 1%;
}
.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}

.services .icon-box {
    text-align: center;
    border: 1px solid #0cbaa4;
    padding: 50px 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}

.services .icon-box .icon {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 5px;
    transition: .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2
}

.services .icon-box .icon i {
    color: #0cbaa4;
    font-size: 28px;
    transition: .3s ease-in-out
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: .3s ease-out;
    transform: translateZ(-1px);
    z-index: -1
}

.services .icon-box h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff
}

.services .icon-box p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 0
}

.services .icon-box:hover {
    background: #2e3e4e;
    border-color: #2e3e4e
}

.services .icon-box:hover .icon::before {
    background: rgba(0, 0, 0, .2)
}

#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
    color: #fff
}

.active>.page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
    color: #fff !important
}

.services .icon-box img,
article .photo-panel {
    margin-bottom: 20px
}

.staff .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    padding: 30px;
    border-radius: 10px
}

.staff .member .pic {
    overflow: hidden;
    width: 120px;
    min-width: 120px;
    border-radius: 50%
}

.staff .member .pic img {
    transition: .3s ease-in-out;
    width: 120px;
    height: 120px
}

.gallery .gallery-item:hover img,
.staff .member:hover img {
    transform: scale(1.1)
}

.staff .member .member-info {
    padding-left: 30px
}

.staff .member h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2e3e4e
}

.faq .faq-list a,
.staff .member span {
    display: block;
    font-weight: 500;
    position: relative
}

.staff .member span {
    font-size: 15px;
    padding-bottom: 10px
}

.staff .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0
}

.staff .member p {
    margin: 10px 0 0
}

.staff .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.staff .member .social a {
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5
}

.staff .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px
}

.staff .member .social a+a {
    margin-left: 8px
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.staff .member .member-info .custom-field-title {
    display: none
}

.staff .member .member-info .custom-field-value {
    padding: 0 !important;
    border: 0 !important;
    opacity: .7;
    margin-bottom: 0 !important
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

#footer .footer-bottom,
.contact .info i {
    background: #edf3f2
}
.bottom-article{
    background: transparent !important;
    border: 0 !important;
}

.faq .faq-list a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    outline: 0;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list a.collapsed {
    color: #343a40
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0 2px 12px rgba(44, 73, 100, .08);
    position: relative;
    background: #fff;
    border-radius: 15px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: auto;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #dfeae8;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0cbaa4
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0cbaa4
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }

    #topbar .controls {
        margin: 0 auto
    }
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}

#header-search-box,
.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
    background: #2e3e4e
}

.contact .info i {
    font-size: 20px;
    color: #0cbaa4;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2e3e4e
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    color: #2e3e4e
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #0cbaa4;
    color: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading
}

.btn-theme {
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

#footer .footer-bottom {
    background-color: #000 !important;
}

#footer .footer-bottom .copyright,
#footer .footer-bottom .copyright a {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-align: center;

}

.section-border-top {
    border-top: 1px solid #edf3f2
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    margin-top: 50px;
    padding-top: 50px;
    color: #000000;
    background-position: top;
    background-color: #Fff !important;
    position: relative;
    z-index: 995;
    background-repeat: no-repeat;
}

#footer a:hover {
    color: var(--green-color) !important;
}

#footer .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 21%;
    height: 56px;
    /* background-repeat: no-repeat; */
}

#footer .footer-logo img {
    width: 168px;
    height: 149px;

}

#footer .contact-us {
    text-align: center;
    border-radius: 16px;
    padding: 18px 14px;
    border: 2px solid #878787;
    width: 168px;
    display: block;

}

#footer .contact-us a {
    color: #878787;
    font-size: 25px;
}

#footer .footer-top {
    padding: 80px 0 30px;
}

#footer .social-links {
    align-items: center;
    margin-top: 20px;
}

#footer .social-links a {
    background-color: transparent !important;
    color: var(--main-color) !important;
    text-align: right;
    margin-right: 1px;
}

#footer .social-links a:first-child {
    padding-right: 0;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    color: #fff
}

#footer .footer-top h3 {
    color: #000;
    position: relative;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 38px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: .5
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-size: 32px;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #0cbaa4
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #fff
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    margin: 0
}

#footer .footer-newsletter form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #2e3e4e;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #000
}

.social-links {
    display: flex
}

.social-links a {
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    transition: .3s
}

.social-links .social-facebook {
    background: #1877f2
}

.social-links .social-x,
ul.social-network li .twitter {
    background: #000
}

.social-links .social-linkedin,
ul.social-network li .linkedin {
    background: #0077b5
}

.social-links .social-youtube {
    background: red
}

.social-links .social-instagram {
    background: #8134af
}

.social-links .social-pinterest {
    background: #bd081c
}

.social-links .social-threads {
    background: #dd2a7b
}

.social-links .social-snapchat {
    background: #cecc06
}

#topbar .social-links a {
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px
}

.footer-title,
.form-control,
.select2-container,
article .row {
    margin-bottom: 15px
}

.footer-title h4 {
    font-size: 22px
}

.footer-title h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    bottom: 1px;
    left: 0
}

.header-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px
}

.datetimepicker table,
.thumbnail img,
footer,
iframe {
    width: 100%
}

.header-dropdown .btn {
    border: none;
    padding: 0;
    margin-left: 15px
}

img {
    max-width: 100%
}

#google-map {
    position: relative;
    height: 350px;
    border-radius: 15px
}

#contact-google-map {
    position: relative;
    height: 350px
}

.sub-title {
    font-size: 24px;
    margin-bottom: 20px
}

.owl-stage-outer .item {
    margin: 0 10px
}

.news .news-big p,
.text-justify,
.topic-page article .article-body {
    text-align: justify
}

.topic-page article .article-body{
    margin-top: 30px;
}


.topic-page article .article-body,
.topic-page article .article-body p,
.landing-block,
.landing-block p,
.landing-block span,
.landing-block li,
.topic-page article .article-body span,
.topic-page article .article-body div,
.topic-page article .article-body li{
    font-size: 25px !important;
    line-height: 40px;
}

.topic-page article .article-body span,
.topic-page article .article-body div,
.topic-page article .article-body p
.topic-page article .article-body li{
    /* display: inline-block; */
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.topic-page .article-body a{
    display: inline-block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin-bottom: 20px;
}

.thumbnail img {
    text-align: center;
    padding: 10px;
    border-radius: 15px
}

.post-main-photo {
    border-radius: 15px;
    margin-bottom: 10px
}

.bottom-article {
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 15px;
    border: 1px solid #dfeae8
}

.bottom-article .title {
    font-size: 20px
}

ul.social-network {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 2px
}

.share-title {
    font-size: 35px;
    color: var(--main-color);
}

.share-title i {
    line-height: 32px;
    margin: 0 4px
}

ul.social-network li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px
}

ul.social-network li .facebook {
    background: #3b5998
}

ul.social-network li .google {
    background: #dc4e41
}

ul.social-network li .pintrest {
    background: #cb2027
}

ul.social-network li .youtube {
    background: #db4437
}

ul.social-network li .instagram {
    background: #b07109
}

ul.social-network li .tumblr {
    background: #36465d
}

ul.social-network li .flickr {
    background: #ff0084
}

ul.social-network li .whatsapp {
    background: #00a859
}

.datetimepicker {
    min-width: 270px;
    padding: 7px
}

.line-frame {
    text-align: center;
    border: 1px solid #edf3f2;
    padding: 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}

.select2-container .select2-selection--single {
    height: 38px !important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dfeae8 !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #edf3f2 !important;
    margin: 2px !important
}

.badge-primary,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0cbaa4;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px !important;
    height: 36px !important
}

.select2-container--default .select2-results__option--selected {
    background-color: #dfeae8
}

.select2-dropdown {
    border: 1px solid #dfeae8 !important
}

.form-control-label {
    margin-bottom: 5px
}

.card {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #dfeae8;
    display: block
}

.sidebar-card {
    border-radius: .375rem
}

.sidebar-card h4 {
    font-size: 1.25rem
}

.badge {
    font-family: Tahoma, sans-serif
}

.sidebar-list .list-group .badge {
    float: right;
    border-radius: 4px
}

.sidebar-list .list-group .list-group,
.topic-custom-fields {
    margin-top: 10px
}

.sidebar-list .list-group .list-group .list-group-item {
    border: none;
    padding-right: 0
}

.embed-responsive-item,
.video-iframe {
    height: 500px
}

.post-card:hover .badge {
    opacity: 1 !important
}

.post-card h4{
    font-size: 20px;
    color: #000;
}

.badge-inline,
.post-card h5 {
    font-size: 1rem
}

.post-card h3 {
    font-size: 1.4rem
}

.h-200px {
    height: 200px
}

.green-audio-player {
    width: 100%;
    min-width: 250px;
    background: #edf3f2;
    box-shadow: none
}

.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #0d6efd
}

.green-audio-player .volume .volume__button.open path {
    fill: #0d6efd
}

.green-audio-player .volume .volume__controls {
    background-color: #6c757d
}

.whatsapp_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, .6);
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 40px;
    z-index: 999999
}

.whatsapp-icon {
    margin-top: 16px
}

article ul li {
    list-style-type: disc
}

article ol li {
    list-style-type: auto
}

@media screen and (max-width:767px) {
    .staff .member {
        display: block !important
    }

    .staff .member .member-info {
        padding: 0;
        text-align: center
    }

    .staff .member .pic {
        margin: 0 auto 20px
    }

    .staff .member span::after {
        left: calc(50% - 25px)
    }

    .whatsapp-icon {
        margin-top: 10px
    }

    .whatsapp_float {
        bottom: 20px;
        right: 10px
    }
}

.img-circle {
    border-radius: 50% !important
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative
}

footer {
    margin-top: auto;
    bottom: 0
}

.extra-images-count {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-size: 24px;
    opacity: .8
}

.widget-title {
    padding: 10px 15px;
    background: #edf3f2;
    border-radius: .375rem;
    margin-bottom: 10px
}

.categories-widget .categories-title {
    cursor: pointer
}

.form-control,
.list-group-item {
    border-color: #dfeae8
}

.form-control:focus {
    border-color: #cfdbd8;
    box-shadow: 0 0 0 .25rem rgba(12, 186, 164, .11)
}

.active>.page-link,
.bg-primary,
.page-link.active {
    background-color: #0cbaa4 !important;
    border-color: #0cbaa4 !important
}

.bg-secondary,
.btn-secondary {
    background-color: #2e3e4e !important;
    border-color: #2e3e4e !important
}

.page-link,
.text-primary {
    color: #0cbaa4 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
    box-shadow: none
}

.right-sidebar button{
    background-color: var(--main-color) !important;
}
.right-sidebar input,
.right-sidebar button{
    border-color: var(--main-color) !important;
}

.header-search-btn {
    width: 90px;
    height: 26px;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 5px
}

.header-search-btn span {
    margin: 6px 0 4px;
    font-size: 13px
}

#header-search-box {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    transform: translate(0, 100%) scale(0, 0);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000
}

#header-search-box.open {
    transform: scale(1, 1);
    opacity: .97
}

#header-search-box input[type=search] {
    position: absolute;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    top: calc(50% - 40px);
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px
}

#header-search-box input[type=search]::placeholder {
    color: #dfeae8;
    opacity: 1
}

#header-search-box input[type=search]::-ms-input-placeholder {
    color: #dfeae8
}

#header-search-box .btn {
    margin-left: -100px;
    border-radius: 50px;
    padding: 10px 50px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 80px;
    height: 64px;
    font-size: 30px
}

#header-search-box .close {
    background: #dfeae8;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 28px;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #2e3e4e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 15px
}

.maintenance-mode {
    background: #fcfcff
}

.testimonials {
    border-top: 1px solid #eee
}

.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
    border-radius: 10px
}

.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 15px;
    z-index: 999999
}

.cookies-accept button {
    -webkit-box-shadow: 0 0 2px 0 #fff;
    -moz-box-shadow: 0 0 2px 0 #fff;
    box-shadow: 0 0 2px 0 #fff
}

.fixed-area-menu {
    overflow: hidden;
    overflow-y: scroll;
    width: 270px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 250px;
    height: calc(100% - 280px) !important;
    max-height: calc(100% - 280px) !important;
    padding-right: 10px
}

.fixed-area-menu h5 {
    font-weight: 800
}

.fixed-area-menu::-webkit-scrollbar {
    width: 5px
}

.fixed-area-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.fixed-area-menu::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 6px
}

.fixed-area-menu::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0
}

@media (min-width:576px) {
    .fixed-area-menu {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .fixed-area-menu {
        width: 28% !important
    }
}

@media (min-width:992px) {
    .fixed-area-menu {
        width: 23% !important
    }
}

@media (min-width:1000px) {
    .fixed-area-menu {
        width: 20% !important
    }
}

@media (min-width:1300px) {
    .fixed-area-menu {
        width: 19% !important
    }
}

@media (min-width:1600px) {
    .fixed-area-menu {
        width: 17% !important
    }
}

.fixed-min-top {
    top: 120px;
    height: calc(100% - 150px) !important;
    max-height: calc(100% - 150px) !important
}

pre {
    padding: 10px;
    border-radius: 5px
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .3
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .3
}

.btn-outline-theme {
    border-radius: .375rem;
    border: 1px solid #dfeae8;
    color: #0cbaa4
}

.btn-outline-theme:active,
.btn-outline-theme:hover {
    background: #0cbaa4;
    border: 1px solid #0cbaa4
}

.appearance-toggle {
    margin: 0 5px;
    text-align: center
}

.appearance-toggle .checkbox {
    opacity: 0;
    position: absolute
}

.appearance-toggle small {
    font-size: 13px;
    font-weight: lighter
}

.appearance-toggle .checkbox-label {
    width: 90px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.appearance-toggle .fa-moon,
.appearance-toggle .fa-sun {
    color: #f1c40f
}

.appearance-toggle .checkbox-label .ball {
    background-color: #dfeae8;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 2px;
    border-radius: 50%;
    transition: transform .2s linear
}

.appearance-toggle .checkbox:checked+.checkbox-label .ball {
    transform: translateX(60px)
}

.dashboard_Link {
    display: inline-block;
    margin-left: 5px
}

.iti,
.select2 {
    width: 100% !important;
    margin-bottom: 15px !important
}

.select2-container--open {
    z-index: 9999
}

.blog .blog-item h3,
.news .news-item h3 {
    font-size: 22px;
    line-height: 28px
}

.blog .blog-item .img-fluid,
.news .news-big .img-fluid,
.news .news-item .img-fluid {
    border-radius: 10px
}

@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }

    #hero h2 {
        font-size: 28px
    }

    .navbar-mobile-bg {
        background: #fff
    }

    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 2rem
    }

    #topbar .social-links {
        padding-top: 0 !important;
        max-width: 125px;
        overflow: hidden
    }

    .categories-widget .categories-title i {
        font-size: 24px
    }

    .blog .blog-item .card-text,
    .categories-widget .categories-list,
    .news .news-item .card-text {
        display: none
    }

    .fixed-area-menu {
        position: relative !important;
        width: auto !important;
        top: 0 !important;
        overflow: auto !important;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0
    }

    .blog .blog-item .img-fluid,
    .news .news-item .img-fluid {
        max-width: 120px
    }

    .news .news-big {
        margin-bottom: 20px
    }
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }

    .news .news-item .img-fluid {
        max-width: 120px
    }

    .news .news-item h3 {
        font-size: 20px;
        line-height: 24px
    }

    .blog .blog-item .card-text,
    .news .news-item .card-text {
        display: none
    }
}

.contact-card .contact-icon {
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right: 15px
}

@media (max-width:1600px) {
    .section-title h1{
        font-size: 50px;
        margin: 0;
    }
    #header {
        min-height: 90px;
        padding: 7px 0;
    }

    #header .logo img {
        width: 81px;
        height: 73px;
    }

    .row1 .card-left .card-header {
        height: 238px;
    }

    .row1 .card-right .card-header {
        height: 440px;
    }

    .section-global .card-bottom .card-header {
        height: 400px;
    }

    .topics-page .news .card-header,
    .topics-page .videos .card-header{
        height: 280px;
    }


    .topics-page .section-global.row2 .card-header{
        height: 285px;
    }

    .topics-page .section-global.row5 .card-header {
        height: 340px;
    }

    .row5 .card-bottom .card-body .date {
        margin-bottom: 24px;
    }

    .row1,
    .row2,
    .section-global,
    .banners1 {
        padding-top: 75px;
    }

    .row1 .card-right .card-header {
        height: 438px;
    }

    .row1 .card-right .card-body {
        width: 100%;
    }

    .row1 .card-right h4 {
        font-size: 30px;
    }

    .row1 .col {
        margin-bottom: 20px !important;
    }

    .row1 .card-left .card-header {
        height: 197px;
    }

    .row1 .card-left .card-body,
    .row1 .card-right .card-body,
    .row2 .card-bottom .card-body {
        padding-top: 20px !important;
    }

    .row1 .card-left h4 {
        font-size: 20px;
    }

    .row2 .card-top .card-header {
        height: 507px;
    }

    .row2 .card-top h4{
        font-size: 40px;
    }

    .row2 .card-top .badge {
        width: 130px;
        height: 130px;
        font-size: 54px;
    }

    .row2 .card-bottom h4,
    .row3 .card-bottom h4,
    .row4 .card-bottom h4,
    .section-global .card-bottom h4{
        font-size: 20px;
    }

    .row5 .card-bottom .card-body .date span,
    .row5 .card-bottom .card-body .location a{
        font-size: 17px;
    }

    .row6 .card .card-body h4{
        font-size: 26px;
    }

    .row6 .card .card-body{
        bottom: 0px;
        right: 0;
    }

    .row5 .card-bottom .card-body .date i,
    .row5 .card-bottom .card-body .location i{
        font-size: 20px;
    }

    .section-global .card-bottom .card-header {
        height: 336px;
    }
    

    .row4 .card-bottom .card-header {
        height: 350px;
    }

    .section-global .swiper-button-next,
    .section-global .swiper-rtl .swiper-button-prev {
        height: 60px;
        width: 60px;
    }

    .row7 .card h4, .banners1 .card h4, .categories.landing-block h5{
        font-size: 20px;
    }

    .row7 .section-title,
    .categories.landing-block .section-title{
        padding-bottom: 50px;
    }

    .section-global .card-bottom .date {
        margin-bottom: 10px !important;
    }

    .row6 .col {
        padding: 45px;
    }
    .row6 .card-header {
        height: 400px;
    }

    .subscribe-section input,
    .subscribe-section #subscribeFormSubmit {
        height: 60px;
    }

    .subscribe-section .details h1 {
        font-size: 60px;
    }

    .subscribe-section .details p {
        font-size: 26px;
    }

    #footer .contact-us {
        padding: 8px 14px;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 24px;
    }

    #footer .footer-top .footer-links ul li {
        padding: 5px 0;
    }

    #footer .footer-top h3 {
        font-size: 33px;
    }

    #footer .footer-bottom .copyright,
    #footer .footer-bottom .copyright a {
        font-size: 19px;
    }
}

@media (max-width:1400px) {
    #header {
        min-height: 70px;
    }

    #header .logo img {
        width: 60px;
        height: 53px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 16px;
    }

    .navbar>ul>li {
        padding: 8px 30px 8px 0 !important;
    }

    #hero,
    #hero .carousel-item {
        height: 100vh;
    }

    #hero h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    #hero p {
        font-size: 30px;
    }

    #hero .slider-link{
        font-size: 20px;
        font-weight: 600;
    }

    .section-title h1 {
        font-size: 40px;
    }

    .row1,
    .row2,
    .section-global,
    .banners1 {
        padding-top: 75px;
    }

    .row1 .card-right .card-header {
        height: 438px;
    }

    .row1 .card-right .card-body {
        width: 100%;
    }

    .row1 .card-right h4 {
        font-size: 24px;
    }

    .row1 .card-right p{
        font-size: 20px;
    }

    .row1 .col {
        margin-bottom: 20px !important;
    }

    .row1 .card-left .card-header {
        height: 197px;
    }

    .row1 .card-left .card-body,
    .row1 .card-right .card-body,
    .section-global .card-bottom .card-body,
    .row2 .card-bottom .card-body {
        padding-top: 26px !important;
    }

    .row1 .card-left h4 {
        font-size: 18px;
    }

    .row2 .card-top .card-header {
        height: 507px;
    }

    .row2 .card-top h4{
        font-size: 27px;
    }

    .row2 .card-top .badge {
        width: 130px;
        height: 130px;
        font-size: 54px;
    }

    .row2 .card-bottom h4,
    .row3 .card-bottom h4,
    .row4 .card-bottom h4,
    .section-global .card-bottom h4,
    .row6 .card .card-body h4,
    .row7 .card h4, .banners1 .card h4, 
    .categories.landing-block h5{
        font-size: 18px;
        font-weight: 500;
    }

    .section-global .card-bottom .card-header {
        height: 336px;
    }
    

    .row4 .card-bottom .card-header {
        height: 350px;
    }

    .section-global .swiper-button-next,
    .section-global .swiper-rtl .swiper-button-prev {
        height: 60px;
        width: 60px;
    }

    .section-global .card-bottom .date {
        margin-bottom: 10px !important;
    }

    .row5 .card-bottom .card-body .date span,
    .row5 .card-bottom .card-body .location a{
        font-size: 18px;
    }

    .row5 .card-bottom .card-body .location a{
        font-weight: 400;
    }

    .row5 .card-bottom .card-body .date i{
        font-size: 19px;
    }

    .row5 .card-bottom .card-body .location i{
        font-size: 21px;
    }

    .row6 .col {
        padding: 45px;
    }
    .row6 .card-header {
        height: 400px;
    }

    .row6 .card .card-body{
        bottom: 0px;
        right: 14px;
    }

    .testimonials .card h4{
        font-weight: 500;
        font-size: 14px;
    }

    .testimonials .card-body h6{
        font-size: 14px;
    }

    .testimonials .rating-icon{
        font-size: 21px;
    }

    .subscribe-section input,
    .subscribe-section #subscribeFormSubmit {
        height: 50px;
    }

    .subscribe-section .details h1 {
        font-size: 45px;
    }

    .subscribe-section .details p {
        font-size: 20px;
        font-weight: 500;
    }

    .subscribe-section #subscribeFormSubmit{
        font-size: 18px;
    }

    .subscribe-section input::placeholder{
        font-size: 18px;
        text-align: right;
    }

    #footer .footer-top h3{
        font-size: 25px;
    }

    #footer .contact-us {
        padding: 3px 9px;
    }

    #footer .footer-top .footer-links ul a,
    #footer .contact-us a {
        font-size: 19px;
    }

    #footer .footer-top .footer-links ul li {
        padding: 6px 0;
    }

    #footer .footer-bottom .copyright,
    #footer .footer-bottom .copyright a {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .section-title{
        padding-bottom: 20px;
    }
    .section-title h1 {
        font-size: 30px;
    }

    #header {
        min-height: 52px;
        padding: 3px 0;
    }

    #header .logo img {
        width: 50px;
        height: 43px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 14px;
        font-weight: 500;
    }

    #hero h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    #hero p {
        font-size: 24px;
        font-weight: 300;
    }

    #hero .slider-link {
        font-size: 17px;
        font-weight: 500;
    }

    .row1 .card-left .card-header {
        height: 145px;
    }

    .row1 .card-left h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .row1 .card-left .card-body,
    .row1 .card-right .card-body,
    .section-global .card-bottom .card-body,
    .row2 .card-bottom .card-body {
        padding-top: 15px !important;
    }

    .row1 .col {
        margin-bottom: 10px !important;
    }

    .row1 .card-right h4 {
        font-size: 20px;
        margin-bottom: 7px !important;
    }

    .row1 .card-right p {
        font-size: 16px;
    }

    .row1 .card-right .card-header {
        height: 335px;
    }

    .topics-page .news .card-header,
    .topics-page .videos .card-header{
        height: 250px;
    }


    .row1,
    .row2,
    .section-global,
    .banners1 {
        padding-top: 32px;
    }

    .row2 .card-top .card-header {
        height: 435px;
    }

    .row2 .card-top h4 {
        font-size: 20px;
    }

    .section-global .card-bottom .card-header {
        height: 281px;
    }

    .row2 .card-bottom .yt-duration-badge {
        bottom: 23px;
        left: 30px;
        padding: 3px 10px;
        font-size: 20px;
    }

    .row3 .section-title {
        padding-bottom: 15px;
    }

    .section-global .card-bottom h4 {
        font-size: 16px;
    }

    .row5 .card-bottom .card-body .date span,
    .row5 .card-bottom .card-body .location a,
    .row5 .card-bottom .card-body .date i,
    .row5 .card-bottom .card-body .location a,
    .row5 .card-bottom .card-body .location i{
        font-size: 13px;
    }

    .row6 .card-header{
        height: 300px;
    }

    .row6 .card .card-body{
        bottom: 0;
        right: 3px;
    }

    .row6 .card .card-body h4,
    .row7 .card h4,
    .banners1 .card h4 {
        font-size: 16px;
    }

    .testimonials .card h4{
        font-size: 13px;
    }

    .testimonials .card-body img{
        width: 50px;
        height: 50px;
    }

    .testimonials .card-body h6{
        font-size: 13px;
    }

    .testimonials .rating-icon,
    #footer .footer-top .footer-links ul a{
        font-size: 16px;
    }

    .testimonials .card {
        padding: 11px;
    }

    .subscribe-section input, .subscribe-section #subscribeFormSubmit{
        height: 41px;
    }

    .subscribe-section .details h1{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .subscribe-section #subscribeFormSubmit,
    .subscribe-section input::placeholder,
    .subscribe-section .details p{
        font-size: 15px;
    }

    #footer{
        padding-top: 0;
    }

    #footer .footer-top h3{
        font-size: 17px;
    }

    #footer .footer-logo img{
        width: 141px;
        height: 121px;
    }

    #footer .contact-us{
        width: 143px;
    }
    
    .social-links a, ul.social-network li a{
        width: 30px;
        height: 30px;
    }

    #footer .footer-bottom .copyright, #footer .footer-bottom .copyright a{
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .section-title h1 {
        font-size: 30px;
        text-align: center;
    }

    #header{
        min-height: 46px;
        padding: 5px 0;
    }

    #header .logo img {
        margin: 0;
    }

    .navbar>ul>li{
        padding: 15px 0 !important;
    }

    .navbar a, .navbar a:focus{
        width: fit-content;
        margin: auto;
        font-size: 20px;
        font-weight: 600;
        color: var(--main-color) !important;
    }

    .navbar-mobile>ul>li{
        border-bottom: 0;
    }

    #hero h2{
        font-size: 27px;
    }

    #hero p{
        font-size: 19px;
    }

    .section-global .swiper-button-next, .section-global .swiper-rtl .swiper-button-prev{
        width: 40px;
        height: 40px;
        background: #ffffff99;
    }

    .section-global .swiper-button-next:after, .section-global .swiper-button-prev:after{
        font-size: 17px;
    }

    .section-global .swiper-rtl .swiper-button-prev{
        right: 0;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 0;
        right: auto;
    }

    .row1 .card-right h4{
        font-size: 22px;
    }

    .row1 {
        padding-top: 109px;
    }

    .row1 .card-left .card-header {
        height: 219px;
    }

    .row2 .card-top .card-header {
        height: 360px;
    }

    .row6 .card .card-body {
        bottom: 0px;
        right: 8px;
    }

    .row6 .card .card-body h4 {
        font-size: 18px;
    }

    .subscribe-section .details h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .subscribe-section .details p {
        font-size: 14px;
    }

    .subscribe-section input,
    .subscribe-section #subscribeFormSubmit {
        height: 35px;
    }

    .subscribe-section input::placeholder,
    .subscribe-section #subscribeFormSubmit {
        font-size: 14px;
    }

    .row6 .section-title{
        margin-bottom: 30px !important;
    }

    .row6 .col{
        padding: 20px;
    }

    .row6 .card-header{
        height: 280px;
    }

    .topic-page .article-body img{
        height: auto !important;
    }
}

@media (max-width: 768px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 1rem;
    }

    .section-title h1{
        font-size: 30px;
    }

    #header .logo img {
        height: 43px;
        width: 48px;
    }

    #hero .carousel-content.container {
        padding: 0 25px;
    }

    #hero .slider-content{
        width: 291px;
        margin: auto;
    }

    #hero h2 {
        font-size: 41px;
        font-weight: 600;
        line-height: 150%;
    }

    #hero p{
        font-size: 29.94px;
        line-height: 150%;
        font-weight: 100;
    }

    #hero .slider-link{
        padding: 6.51px 13.02px;
        border-radius: 10.42px;
        font-size: 15.64px;
        font-weight: 700;
    }

    .row1 .card-right .card-header {
        height: 509px;
    }

    .topics-page .news .card-header,
    .topics-page .videos .card-header{
        height: auto;
    }


    .row1 .card-right h4 {
        font-size: 24px;
    }

    .row1 .card-right p{
        font-size: 15.92px;
        font-weight: 300;
    }

    .row1 .card-left .card-header{
        height: 272px;
    }

    .row1 .card-left h4{
        font-size: 20px;
    }

    .row1 .card-left .card-body, .row1 .card-right .card-body, .row2 .card-bottom .card-body{
        padding-top: 28px !important;
    }

    .row2 .card-top .card-header{
        height: 275px;
    }

    .row2 .card-top .badge {
        width: 49.67px;
        height: 49.67px;
        font-size: 25px;
        opacity: 20%;
    }

    .row2 .card-top h4{
        font-size: 20px;
        font-weight: 400;
    }

    .row2 .card-bottom .card-header{
        height: 109.58px;
    }

    .row2 .card-bottom img{
        border-radius: 4.76px;
    }

    .row2 .card-bottom .yt-duration-badge{
        bottom: 12px;
        left: 3px;
        padding: 2px 6px;
        font-size: 12px;
        border-radius: 4.76px;
        font-weight: 100;
    }

    .row2 .card-bottom h4{
        font-size: 13px;
    }

    

    .section-global .swiper-button-next,
    .section-global .swiper-rtl .swiper-button-prev {
        top: 35%;
    }

    .row7 .card-header, .banners1 .card-header{
        width: 60px;
        height: 84.98.px;
    }

    .row7 .card h4 {
        font-size: 20px;
    }

    .banners1 .card h4{
        font-size: 15px;
    }

    .subscribe-section .details h1{
        font-size: 52px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .section-global .swiper-button-next, .section-global .swiper-rtl .swiper-button-prev{
        display: none;
    }
    
    .row2 .swiper-button-next, .row2 .swiper-rtl .swiper-button-prev{
        width: 16.67px;
        height: 16.67px;
        display: block;
    }

    .row2 .swiper-button-prev,
    .row2 .swiper-rtl .swiper-button-next {
        left: -5px;
        right: auto;
    }

    .row2 .swiper-rtl .swiper-button-prev {
        right: -5px;
        left: auto;
    }


    .row2 .swiper-button-next:after, .row2 .swiper-button-prev:after{
        font-size: 10px;
    }

    .row2 .card-bottom .card-body{
        padding-top: 15px !important;
    }

    .row3 .card-bottom .card-header{
        height: 209.88px;
    }
    .row3 .card-bottom .card-body,
    .row4 .card-bottom .card-body{
        padding-top: 20px !important;
    }

    .row3 .card-bottom h4 .text{
        margin: 0px;
    }
    .row3 .card-bottom h4 .text a{
        font-size: 20px;
        line-height: 1;
    }

    .row3 .card-bottom h4 .link-topic{
        font-size: 13px;
        margin-right: 20px;
    }

    .row4 .card-bottom .card-header{
        height: 229px;
    }

    .row4 .card-bottom h4,
    .row5 .card-bottom h4{
        font-size: 20px;
    }

    .row5 .card-bottom .card-header{
        height: 213px;
    }
    .row5 .card-bottom img{
        border-radius: 7.41px;
    }

    .row5 .card-bottom .card-body .date span,
    .row5 .card-bottom .card-body .date i{
        font-size: 12px;
    }

    .row5 .card-bottom .card-body .location a,
    .row5 .card-bottom .card-body .location i{
        font-size: 14px;
        font-weight: 300;
    }

    .row5 .card-bottom .date{
        margin-bottom: 2px !important;
    }

    .row6 .section-title{
        padding-bottom: 30px !important;
    }

    .row6 .col {
        padding: 16px 11px;
    }

    .row6 .card{
        height: 160px;
        border-radius: 5.58px;
    }

    .row6 .card-header img{
        border-radius: 5.58px;
    }

    .row6 .card .card-body{
        padding: 10px;
    }

    .row6 .card .card-body h4{
        font-size: 20px;
        margin-bottom: 7px !important;
    }

    .subscribe-section input::placeholder {
        font-size: 18px;
        margin: 0;
    }

    #footer{
        margin-top: 90px;
        padding-top: 50px;
    }

    #footer .footer-top h3{
        font-size: 32px;
    }

    #footer .footer-top .footer-links ul li{
        padding: 9px 0;
    }

    #footer .footer-logo {
        text-align: center;
    }

    #footer .social-links {
        justify-content: center;
    }

    #footer .contact-us {
        margin: auto;
        width: 100%;
    }

    #footer .footer-bottom .copyright,
    #footer .footer-bottom .copyright a {
        font-size: 14px;
    }

    .subscribe-section .details p {
        width: 100%;
        margin-bottom: 28px;
    }

    .subscribe-section #subscribeFormSubmit{
        width: 100px;                
    }

    .subscribe-section input, .subscribe-section #subscribeFormSubmit{
        height: 47px;
        border-radius: 10.23px;
    }

    #footer .footer-bg{
        background-image: url('../../../uploads/settings/footer111.png') !important;
        opacity: 100%;
    }

    .topic-page article .article-body,
    .topic-page article .article-body p,
    .landing-block,
    .landing-block p,
    .landing-block span,
    .landing-block li,
    .topic-page article .article-body span,
    .topic-page article .article-body div,
    .topic-page article .article-body li{
        font-size: 16px !important;
        line-height: 28px;
    }
}

@media print{
    #header {
        top: 0;
        box-shadow: none !important;
    }

    .header-scrolled{
        top: 0;
        box-shadow: none !important;
    }

     @page {
        size: A4;
        margin: 12mm;
    }
}