body {
    color: #1c1e21;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

button:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}

.notice-box {
    background: -webkit-repeating-linear-gradient(55deg, #E8D7FF, #E8D7FF 20px, #FFE9D1 10px, #FFE9D1 40px);
    background: repeating-linear-gradient(35deg, #E8D7FF, #E8D7FF 20px, #FFE9D1 10px, #FFE9D1 40px);
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 4px 0;
    border-radius: 0;
}

.notice-box h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.notice-box a {
    color: #000000;
}

.notice-box .btn-close {
    padding: 0px 15px;
    background: transparent;
    height: 30px;
}

.notice-box .btn-close img {
    position: relative;
    top: -2px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    margin-right: 7px;
}

.header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-area {
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    border-bottom: 1px solid #ECECEC;
    background: #fff;
}

.nav-link {
    color: #1C1E21;
    font-weight: 600;
}

.nav-link:hover {
    color: #25C19F;
}

.search-box form {
    background: #EBEDF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 8px;
    border-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    border: 2px solid #EBEDF0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.search-box form input {
    background: transparent;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    padding: 0;
    position: relative;
    top: -2px;
    width: 54px;
}

.search-box form input:focus {
    outline: 0;
}

kbd {
    background: -webkit-linear-gradient(315deg, #d5dbe4, #f8f8f8);
    background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
    color: #606770;
    font-size: 10px;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
}

.search-box form:hover {
    border-color: #18816A;
}

.search-box {
    margin-left: 10px;
}

.header-right .dropdown {
    margin-right: 20px;
}

.header-right .navbar-brand {
    display: none;
}

.dropdown-menu {
    min-width: 200px;
}

.announcement-area {
    padding: 15px 0;
}

.announcement-area h1 {
    text-align: center;
    font-size: 54px;
    line-height: 79px;
    font-weight: 700;
}

.announcement-area h1 a {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left, #833ab4, #fd1d1d 50%, #fcb045);
    background: linear-gradient(90deg, #833ab4, #fd1d1d 50%, #fcb045);
    -webkit-background-clip: text;
    background-clip: text;
}

.announcement-area h1 a:hover {
    text-decoration: underline;
}

.hero-area {
    background-color: #000000;
    padding: 48px 0;
    color: #FFFFFF;
}

.hero-area h2 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-area h2 span span {
    color: #25c19f;
}

.hero-area img {
    margin-top: 20px;
    padding: 0 20px 20px;
}

.btn-green {
    background: #25C19F;
    border: 2px solid #25C19F;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding: 9px 40px;
}

.btn-green:hover {
    background: #1FA386;
    border-color: #1FA386;
}

.btn-blue {
    background: #54C7EC;
    border: 2px solid #54C7EC;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding: 9px 40px;
}

.btn-blue:hover {
    background: #47A9C9;
    border-color: #47A9C9;
}

.hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.section-area {
    padding: 40px 0;
}

.promo-box {
    padding: 32px 0;
    text-align: center;
}

.promo-image {
    max-width: 180px;
    margin: 0 auto 16px;
}

.promo-box h5 {
    font-size: 20px;
    color: #1c1e21;
    font-weight: 700;
    line-height: 25px;
    margin: 40px 0 16px;
    margin: 2.5rem 0 1rem;
}

.promo-box p {
    color: #1c1e21;
    line-height: 26px;
}

.promo-box p:last-child {
    margin: 0;
}

.promo-video {
    text-align: center;
    margin-top: 80px;
}

.promo-video h4 {
    font-weight: 700;
    margin: 0 0 20px;
}

.bg-gray {
    background: #F5F6F7;
}

.card-box {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 25px;
}

.card-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.card-box-header h6 {
    font-size: 16px;
    color: #1c1e21;
    margin: 0;
}

.card-box-header p {
    margin: 0;
}

.card-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.card-box a {
    color: #606770;
    text-decoration: none;
}

.card-box a:hover {
    color: #18816a;
}

.testimonial-image {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.testimonial-box {
    text-align: center;
}

.testimonial-box h6 {
    font-size: 16px;
    margin: 0;
}

.testimonial-box small {
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
}

.testimonial-box p {
    font-style: italic;
    line-height: 26px;
}

.blog-card h2 {
    color: #08082e;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px;
}

.blog-card-image {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px;
}

.blog-card p {
    font-size: 20px;
    line-height: 34px;
}

.btn-parpel {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    border-radius: 6px;
    border: 1px solid rgba(144, 176, 255, 1);
    padding: 7px 20px 10px;
}

.btn-parpel:hover {
    background: rgba(144, 176, 255, 1);
}

.section-title {
    margin-bottom: 40px;
}

.section-title h4 {
    font-size: 24px;
}

.section-title p {
    font-size: 20px;
    line-height: 34px;
}

.service-box {
    background-color: rgb(253, 253, 253);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}

.service-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1c1e21;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 148px;
    padding: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.service-box img {
    max-width: 40px;
}

.service-box h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0 0;
}

.footer-area {
    background: #2B3137;
    color: #fff;
    padding: 30px 0;
}

.footer-widget {
    margin: 0 0 30px;
}

.footer-widget h4 {
    font-size: 16px;
    margin: 0px 0 15px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #fff;
    margin: 0 0 10px;
    display: inline-block;
}

.link {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}