@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
    --base-color: #27b874;
    --dark-gray: #232323;
    --majorelle-blue: #135d3a;
    --very-light-gray: #eceff1;
    --alt-font: "Roboto", sans-serif;
    --primary-font: "Montserrat", sans-serif;
}
body {
    line-height: 24px;
}
  .btn.btn-dark-gray {
    background-color: var(--base-color);
}
a {
    color: var(--dark-gray);
}
.extra-large-icon a {
    font-size: 17px;
    width: 40px;
    height: 40px;
}
.extra-large-icon li {
    margin: 0 5px;
}
.service-card-6 .inner .content .title-brand {
    font-size: 17px;
    line-height: 32px;
    color: white;
    font-weight: 700
}
    .description-brand p{
        color: white
    }
.footer-col-left{
    padding: 60px 60px 5px 60px;

}
.footer-col-right{
    background-color: #27b874;
    padding-top: 60px;
    border-bottom-left-radius: 46px;
}
.rbt-newsletter-area.bg-color-style-2{
background-color: #1d8f5a;
border-radius: 0 48px 0 48px;
margin-top: 60px;

}
.footer-style-1 .ft-title {
text-transform: capitalize;
font-size: 22px;
color: #ffffff;
margin-bottom: 10px;
font-family: "Roboto";
font-weight: 600;
}
.bg-security {
background-color: #ffffff;
}

.dlab-separator {
display: inline-block;
height: 3px;
width: 80px;
margin-bottom: 10px;
position: relative;
}
.footer-widget .ft-link li a {
color: #fff;
font-family: "Roboto";
font-size: 17px;
display: inline-block;
position: relative;
}
.description-about-footer p {
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 19px;
margin-bottom: 10px;
}
.footer-widget p {
color: #ffffff;
}
.section-title .title {
font-size: 31px !important;
color: #2b7abc;
}
.bg-color-extra4 {
background-color: #176c44 !important;
border-radius: 48px 48px 0 0;
}
.overflow-hidden {
overflow: hidden !important;
}
.copyright-style-1 .copyright-link {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
margin-top: -5px;
margin-bottom: -5px;
font-family: "Roboto";
color:black
}
.copyright-style-1 .copyright-link li {
font-size: 15px;
line-height: 25px;
padding: 0 10px;
position: relative;
margin-top: 5px;
margin-bottom: 5px;
}
.copyright-style-1 .copyright-link li a{
    color: black;
    }
.ptb--10 {
padding: 10px 0 !important;
}
.pl--30 {
    padding-left: 30px !important;
}
.copyright-style-1 p {
font-size: 16px;
line-height: 25px;
margin-bottom: 0px;
color: black;
font-family: "Roboto";
}
.title-head-main{
    font-size: 48px;
    line-height: 58px;
}
.btn.btn-medium {
    font-size: 20px;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 10px 15px;
}

.header-icon .icon > a {
    font-size: 21px;
}
.h-80{
    height: 80px;
    object-fit: cover;
}
.h-60{
    height: 60px;
    object-fit: cover;
}
.bg-gradient-green-dark-light{
    background: linear-gradient(to right, #B1FCD9, #61FAB2, #27b874);
}
.btn-transparent-light-gray{
    background: linear-gradient(to left, #B1FCD9, #61FAB2, #27b874);
}
.btn-gradient-sky-blue-pink{
    background-image: linear-gradient(to bottom, #27b874, #27b874,#B1FCD9);
}
.bg-gradient-very-light-gray {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#61FAB2), to(transparent));
    background-image: linear-gradient(to top, #27b874 0%, transparent 100%);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#61FAB2), to(transparent));
    background-image: linear-gradient(to top, #27b874 0%, transparent 100%);
}
header .navbar [class*=col-] .navbar-nav .nav-item a:hover{
    color:var(--base-color);
    opacity: 1;
}
.bg-regal-blue {
    background-color: #135d3a;
}
.height-background-header-page{
    padding-top: 100px;
    padding-bottom: 160px;
}

/* .navbar .navbar-nav .dropdown .dropdown-menu{
    background-color: #27b874;
    opacity: 1;
} */
.bg-regal-blue {
    background-image: linear-gradient(to top, #27b874 0%, transparent 100%);
}
/* .bg-dark-gray, .bg-dark-gray:focus {
    background-color:#27b874;
} */
.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(right, rgb(209, 215, 228), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(209, 215, 228), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent{
    background: -webkit-linear-gradient(right, rgb(209, 215, 228), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(209, 215, 228), rgba(255, 255, 255, 0.0));
}

.lh-42px {
    line-height: 42px;
}
.lh-25{
    line-height: 25px;
}

.text-gradient-base-color {
    background-image: linear-gradient(to right, #61FAB2 0%, #135d3a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    margin-bottom: 10px;
}
.bg-dark-gray, .bg-dark-gray:focus {
    background-color: #27b874;
}
.interactive-banner-style-05 figure img{
    height: 350px;
    object-fit: cover;
}
.interactive-banner-style-09 img{
    height: 421px;
    object-fit: cover;
}
.services-box-style-01 .box-image img{
    height: 240px;
    object-fit: cover;
}
.pagination-style-01 .page-item.active .page-link{
    background: #27b874;
}
.tab-content h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.blog-standard p {
    color: #000000;
}
.blog-standard h2 {
    background-image: linear-gradient(to right, #0027ab, #65c4dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 34px;
}
.blog-standard h3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 32px;
}
.blog-standard ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    color: #000000;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    padding: 5px;
}
.shop-modern .grid-item .shop-box .shop-footer del {
    color: red;
}
footer ul li a p{
   line-height: 20px;
}
.text-color-main{
    color:var(--base-color);
}
.bg-color-main{
    background:var(--base-color);
}
header.sticky .responsive-sticky{
    position:fixed !important;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    border-bottom: 1px solid #ececec;
    margin: 8px 5px;
    width: 100%;
    color: black;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 8px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    display: none;
    width: 230px;
    padding: 10px 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 20px 0 10px;
}
.border-solid-3px{
    border: 3px solid #e0732a;
}
.fs-20 {
    line-height: 25px;
}
.fs-25{
    font-size: 25px;
}
.services-box-style-01 p{
    line-height: 25px;
}
.tab-video .nav-tabs{
    border-color: transparent
}
.tab-video .nav-link{
    color:black;
}
.tab-video .nav-tabs .nav-link.active{
    color:black;
    border-color: transparent
}
.key-features-card {
    margin-bottom: 20px;
}
.services-box-style-03 p{
    line-height: 25px;
}
.key-features-card .key-content {
    border-radius: 5px;
    box-shadow: 0px 6px 20px rgb(26 137 185 / 35%);
    border-radius: 0px 25px 0px 25px;
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px 20px 120px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
}
.key-features-card .key-content p{
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 0px;
}
.key-features-card .key-content .icon-image {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 20px rgb(26 137 185 / 9%);
    box-shadow: 0px 4px 20px rgb(26 137 185 / 9%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 25px;
    top: 15px;
}
.key-features-card .key-content h3 {
    font-size: 20px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 500;
    color: black;
    line-height: 30px;
}
.key-features-card .key-content:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .banner-text .btn.btn-xs{
    font-size: 19px;
}
.animation-zoom{
    -webkit-animation-name: pulsee;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.z-0 span .relative{
    background:#f56c0e !important;
    color: white;
}
.h-5 {
    height: 20px;
}
.pagination-area nav .flex-1{
    display:none;
}
.flex.justify-between.flex-1{
    display:none;
}
.hidden p.text-sm.text-gray-700.leading-5{
    display:none;
}
.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
@keyframes pulsee{ 
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.pt-4 {
    padding-top: 40px !important;
}
.pb-4 {
    padding-bottom: 40px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pb-2 {
    padding-bottom: 20px !important;
}

.mt-4 {
    margin-top: 40px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
h2{
    margin-bottom: 20px;
}
.animation-zoom{
    -webkit-animation-name: pulsee;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulsee{ 
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.button-call-header{
    font-size: 16px !important;
    padding: 10px 15px !important;
}
/* Search Header */
.search-form-header{
    display: flex;
    align-items: center;
}
.search-form-header .input-group{
    border: 1px solid;
    border-radius: 100px;
    border-color: var(--border-search-header);
    background-color: var(--background-search-header);
}
.search-form-header .input-group .form-outline input{
    width: 430px;
    border: none;
    height: 45px;
    border-radius: 100px;
    background: transparent;
    font-size: 14px;
    
}
.header-main{
    box-shadow: 0px 3px 6px 0px #0000000D;
}
.header-bottom{
    background: #ffc801;
}
/* BLog on header */
.featured-blog-header{
    display: contents;
}
header.sticky .responsive-sticky .featured-blog-header{
    display: none;
}
.bg-header-bottom{
    background: #8be0f1 linear-gradient(#1c9fb8, #0f80ac 60%, #096b98);
}
.featured-blog-header .content-blog-header .cate-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    border-left: 3px solid #0ACC95;
    padding-left: 5px;
    margin-bottom: 5px;
    text-transform: math-auto;
}
.featured-blog-header .content-blog-header .post-title {
    line-height: 1.3em;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.featured-blog-header .content-blog-header {
    padding: 15px;
    border-radius: 5px;
    background: var(--background-box-blog-header);
    overflow: hidden;
    box-shadow: 2px 2px 8px 0px #0000001A;
}
.featured-blog-header .content-blog-header .date-time {
    font-size: 12px;
    color: var(--color-time-blog-header);
    font-weight: 500;
    background: var(--background-time-blog-header);
    display: inline-block;
    padding: 0px 10px;
    border-radius: 20px;
    margin: 0px 0px;
}
.color-yelow{
    color: #ffc801;
}
.sub-title{
    font-size: 23px;
}
.services-box-style-04{
    background-color: transparent;
    background-image: linear-gradient(180deg, #0CC0DE4D 0%, #FAF5F0 100%);
}
.services-box-style-04 p{
text-align: justify;
line-height: 25px;
}
.services-box-style-04:hover{
background-image: linear-gradient(0deg, #0CC0DE4D 0%, #e3af7b 100%);
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid red;
    width: 90px;
    height: 4px
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0;
    background-color: white;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear
}
.social-icon-style-03 ul li a.tiktok {
    background-color: black;
}
.social-icon-style-03 ul li a:hover.tiktok {
    color:black
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}


.fs-35{
    font-size: 35px;
}
.h-45{
    height: 45px;
}

.title-sidebar-01{
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}
.popular-post-sidebar li figure {
    height: auto;
}
.popular-post-sidebar li .media-body {
    padding-left: 15px;
}
.line-center{
    background: #E7423E;
    border-radius: 8px;
    height: 4px;
    margin-right: 10px;
    width: 24px;
}
.lh-35{
    line-height: 35px;
}
.clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.rbt-scroll-max-height {
    max-height: 570px !important;
    overflow-y: scroll;
    overflow: auto;
    padding-right: 13px;
    transition: all 0.2s ease 0s;
    width: 100%;
    scrollbar-color: rgb(245, 178, 177) rgb(255, 234, 231) !important;
    scrollbar-width: thin !important;
}
.rbt-scroll-max-height-post-video {
    max-height: 430px !important;
    overflow-y: scroll;
    overflow: auto;
    padding-right: 13px;
    transition: all 0.2s ease 0s;
    width: 100%;
    scrollbar-color: rgb(245, 178, 177) rgb(255, 234, 231) !important;
    scrollbar-width: thin !important;
}
.border-bottom-style-01 {
    border-bottom: 1px dashed rgb(141, 141, 141) !important;
    padding: 15px 0px;
}
.bg-gradient-black-top-transparent {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.title-cate-news{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.section-title-wrap-three {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}
.section-title-three {
    display: flex;
    align-items: center;
    flex: 1;
}
.img-border-cate{
    border-radius: 10px 10px 0 0;
}
.border-light-1px{
    border: 1px solid #E3E2E3;
}
.avatar-author{
    border-radius: 100px;
    width: 40px;
    margin-right: 11px;
}
.fs-23{
    font-size: 23px;
}
.content-branch p{
    margin-bottom: 3px;
    line-height: 22px;
    font-size: 15px;
}
.button-register .btn.btn-large {
    font-size: 14px;
    padding: 10px 20px;
}
.border-video{
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #1083B4;
}
.button-absolute-image{
    bottom: 25%;
}
.btn-box-shadow-01{
    box-shadow: 0 10px 12px 0 #627587;
}
.border-box-shadow-01{
    box-shadow: 0 10px 30px 0 #335C7F;
}
.box-hover-style-1 .news-box-style-01{
    border: 1px solid #EEC077;
    padding: 10px;
    border-radius: 10px;
}
.btn-transparent-light-red{
    background: linear-gradient(90deg, #EB6464 0%, #B8201D 100%);
}
.btn-border-white{
    border: 2px solid #ffffff;
}
.title-gradient{
    background: linear-gradient(90deg, #EEC077 0%, #FFE1B2 53%, #FFC96E 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.pt-90px{
    padding-top: 90px;
}
.information-header .feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 15px;
}
.information-header .icon-with-text-style-08 .icon-large{
    font-size: 33px;
}
.entry-content.single-page h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.entry-content.single-page h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
table {
    max-width: 100%;
}
.pt-40{
    padding-top: 40px;
}
.slide-home img{
    height: 650px;
    object-fit: cover;
}
header .navbar-brand .default-logo {
    max-height: 75px;
}
header .navbar{
    background-color: var(--white) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
header.sticky.sticky-active .navbar-brand .alt-logo{
    max-height: 75px;
}
@media (max-width: 767px) {
    .bg-video-wrapper iframe{
        width: 100% !important;
        min-height: auto;
    }
    .height-background-header-page{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .intro-cate{
        display: none;;
    }
    .navbar-modern-inner .navbar-nav .nav-item .nav-link i{
        display: none;
    }
    .button-absolute-image {
        bottom: 28%;
    }
    .md-px-15{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .information-header {
        display: none;
    }
    .slide-home img{
        height: 300px;
        object-fit: cover;
    }
    .navbar-brand .default-logo{
        max-height: 80px;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link{
        padding: 5px 0 !important;
    }
}
@media (min-width: 768px) {
   .height-text-3-clamp{
    height: 90px;
   }
}
@media (max-width: 991px) {
    .md-h-210px {
        height: 210px !important;
    }
    .md-lh-16{
        line-height: 16px;
    }
    .md-lh-17{
        line-height: 17px;
    }
    .md-clamp-3{
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media (max-width: 1600px) {
    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}