:root {
    --deep-navy: #0A192F;
    --navy-light: #112240;
    --gold: #D4AF37;
    --gold-light: #F5D76E;
    --teal: #2D9CDB;
    --teal-dark: #0077B6;
    --gray-bg: #F6F9FC;
    --text-dark: #1E293B;
    --text-muted: #475569;
    --white: #ffffff;
    --grad-hero: linear-gradient(135deg, #0A192F 0%, #0F2B3F 100%);
    --grad-accent: linear-gradient(120deg, #D4AF37 0%, #F5D76E 100%);
    --grad-card: linear-gradient(145deg, #FFFFFF 0%, #F8FAFE 100%);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 65px;
}
.menu-bar img {
    height: 40px;
}
.menu-area {
    background: #ffffff00;
    padding: 10px 0px;
}
.main-navigation {
    display: flex;
    gap: 28px;
}
.navigation-item li a {
    font-size: 17px;
    font-weight: 700;
    color: #182237;
}
.navigation-item li a:hover {
    color: #0f7123;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    right: 100%;
    border-bottom: 1px solid #096b28;
    transition: right .3s ease-out;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 66px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navigation-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navigation-item li a:hover {
    color: #08854b;
    padding: 0;
    background: none;
}
.uk-sticky-fixed .menu-area {
    background: #efeff7;
}
.uk-sticky-fixed .menu-area {
    background: #ffffff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "Manrope", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ff0000;
}
.tital-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(77, 155, 44, 0.12);
    color: #479327;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-us-section {
    background: #f4f7fc;
    padding: 115px 0px 50px 0px;
}
.about-section {
    background: #ffffff;
    padding: clamp(20px, 8vw, 50px) 0 0 0;
}
.support-section {
    background: linear-gradient(180deg, rgba(237, 244, 238, 0.6), rgba(244, 247, 252, 0));
    padding: 50px 0px;
}
.site-button {
    background: linear-gradient(135deg, #016ca6, #016ca6);
    box-shadow: 0 12px 25px rgb(7 77 152 / 25%);
    color: white !important;
}
.site-button, .site-button-secondary {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-button-secondary {
    border: 1px solid rgba(16, 37, 94, 0.16);
    color: #0f2562 !important;
    background: rgba(255, 255, 255, 0.72);
}
.service-section {
    background: #f4f7fc;
    padding: 30px 0px 75px 0px;
}
.service-card {
    background: white;
    border-radius: 28px;
    padding: 1.8rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 12px 24px -12px rgba(0,0,0,0.05);
    text-align: center;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px -12px rgba(0,0,0,0.15);
    border-color: var(--gold);
}

.service-icon {
    background: linear-gradient(145deg, #FFF7E5, #FFF0D0);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    color: var(--gold);
}

.pill-tag {
    background: rgb(1 108 166);
    color: #ffffff;
    border-radius: 40px;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}
.value-badge-gold {
    background: linear-gradient(145deg, #016ca6, #016ca6);
    color: #ffffff;
    border-radius: 40px;
    padding: 6px 18px;
    font-weight: 600;
}
.uk-card-title {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
}

.why-section {
    background: #f8f8f8;
    padding: 25px 0px 25px 0px;
}

.why-card {
    background: white;
    border-radius: 24px;
    padding: 1rem 1.5rem;
    transition: 0.2s;
    border-left: 4px solid #016CA5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
 .why-card:hover {
    background: #c9d0d8;
    transform: translateX(6px);
}

.workforce-section {
    padding: 50px 0px 25px 0px;
    background: #016ca6;
}
.section-title {
    font-size: 2.4rem;
    background: linear-gradient(201deg, #4f852f, #faf8ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
    margin-bottom: 1.2rem;
    font-weight: 700;
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 4px;
    background: var(--gold);
    border-radius: 4px;
}
.workforce-card {
    background: var(--deep-navy);
    border-radius: 32px;
    color: white;
}

.Global-section {
    background: #f4f7fc;
    padding: 50px 0px 0px 0px;
}
.contact-section {
    padding: 50px 0px 0px 0px;
}
.btn-gold {
    background: var(--gold);
    color: var(--deep-navy);
    font-weight: 700;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}
.contact-icon {
    background: rgba(212, 175, 55, 0.12);
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: var(--gold);
}
.text-gold {
    color: var(--gold);
}
.text-teal {
    color: #ffffff;
}
.bg-navy {
    background: var(--deep-navy);
}
.bg-gradient-gold {
    background: linear-gradient(135deg, #F9E0A0, #D4AF37);
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e6f5c;
    text-decoration: none;
    transition: all 0.2s ease;
    padding-bottom: 0.2rem;
    margin-top: 0.5rem;
    width: fit-content;
}
.why-choose-us-section {
    background: #153b86;
    padding: 55px 0px 0px 0px;
}
.cta-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}
.cta-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 55px -12px rgba(0, 0, 0, 0.2);
}
.cta-card h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a2a3a;
    margin: 0 0 1rem 0;
    max-width: 600px;
}
.cta-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #4a5568;
    margin: 0;
    max-width: 550px;
}
.color-section {
    background: linear-gradient(180deg, rgba(237, 244, 238, 0.6), rgba(244, 247, 252, 0));
    padding: 50px 0px;
}
@media only screen and (max-width: 600px) {
    .cta-card h2 {
        font-size: 20px;
    }
    .cta-card p {
        font-size: 15px;
        font-weight: 500;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.page-excerpt p {
    color: #1c1c1c;
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0;
}
.news-byline a {
    font-size: 13px;
    color: #101010;
}
.published-date span {
    font-size: 13px;
    color: #101010;
}
.page-content p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.who-text {
    font-size: medium;
    font-weight: 500;
    color: #121e43;
}
@media only screen and (max-width: 600px) {
    .page-excerpt p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        font-weight: 500;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.about-us-thumbnail {
    height: 400px;
    object-fit: cover;
    border-radius: 32px;
}
.extra-large-height {
    height: 690px !important;
}
.news-byline img {
    height: 20px;
    width: 20px;
    margin-right: 2px;
}
@media only screen and (max-width: 600px) {
    .about-us-thumbnail {
        height: auto;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading-text h1 {
    font-size: 2.4rem;
    background: linear-gradient(120deg, var(--deep-navy), var(--teal-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
    margin-bottom: 1.2rem;
    font-weight: 700;
}
.heading-text h1:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 4px;
    background: var(--gold);
    border-radius: 4px;
}
.bg-title-heading {
    background-image: url(../images/title-heading.png);
    padding: 100px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
@media only screen and (max-width: 600px) {
    .heading-text h1 {
        font-size: 25px;
        line-height: 33px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #016ca6;
    padding: 20px 0px 20px 0px;
}
.footer-heading {
    margin-top: 0px;
    margin-bottom: 70px !important;
}
.footer-heading span:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    width: 50%;
    bottom: 0px;
}
.footer-heading span {
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 800;
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.footer-links>li>a {
    font-size: 14px;
    text-transform: none;
}
.footer-content p {
    margin: 0;
    font-size: 15px;
}
.copyright-section {
    background: #101010;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
.footer-logo img {
    background: #ffffff;
    padding: 7px;
    border-radius: 25px;
}
.back-to-top-buttom {
    background: #ff4e02;
    position: fixed !important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
}
.back-to-top-buttom:hover {
    background: #1f2033;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #ffebea;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/blockquote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/blockquote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 19px;
    line-height: 27px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 28px;
    color: #000000;
}
@media only screen and (max-width: 600px) {
    
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-thumbnail img {
    width: 100%;
    height: 100%;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #ff4e02;
    padding: 5px;
    object-fit: cover;
    margin-right: 13px;
}
.byline-name-description h5 {
    font-size: 26px;
    margin-right: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation Menu---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 270px;
}
.sidebar-navigation-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-navigation-search-input {
    height: 49px !important;
    background: #0e5dae !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #d70304;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-area {
    background: #d3d3d3;
}
.sidebar-navigation-sub-item {
    display: none;
    padding-left: 15px;
}
.sidebar-navigation-sub-category.open > .sidebar-navigation-sub-item {
    display: block;
    background: white;
}
.sidebar-navigation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-navigation-item a {
    font-size: 18px;
    color: #383838;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
}
.sidebar-navigation-item a:hover {
    color: #ff0000;
}
.sidebar-navigation-sub-item a {
    color: #000000e3;
    padding: 10px 10px 10px 18px;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-navigation-sub-item a:hover {
    color: #d70304;
}
.dropdown-button-icon {
    background: #ffffff;
    display: inline-block;
    padding: 16px 15px;
    border: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----FAQ---
------------------------------------------------------------------------------------------------------------*/
.faq-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5f5 0%, #f0f9ff 50%, #faf5ff 100%);
    position: relative;
    overflow: hidden;
}
.faq-section::before {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    top: -100px;
    left: -100px;
}
.faq-section::after {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    bottom: -50px;
    right: -50px;
}
.faq-section::before, .faq-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}
.accordion-deatils {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}
.faq-item {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    transition: 0.3s ease;
}
.uk-accordion li.uk-open .accordion-title {
    color: #174a99;
    background: linear-gradient(149deg, #f5f9ff 0%, #d7ebff 100%);
}
.accordion-content p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 20px 10px 20px;
}
.uk-accordion-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.uk-accordion-icon:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: rotate(90deg);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Box---
------------------------------------------------------------------------------------------------------------*/
.page-box {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5f5 0%, #f0f9ff 50%, #faf5ff 100%);
    position: relative;
    overflow: hidden;
}
.page-box::before {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    top: -100px;
    left: -100px;
}
.page-box::after {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    bottom: -50px;
    right: -50px;
}
.page-box::before, .page-box::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}
.page-box p {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Contact---
------------------------------------------------------------------------------------------------------------*/
.input-area {
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    transition: all .3s ease;
    height: 50px !important;
    border-radius: 8px;
    font-size: 14px ! IMPORTANT;
}
.message-area {
    background: #ebf0f2 !important;
    border-radius: 8px;
}
.submit-btn {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #1967d2;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 11px 27px 11px;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans';
}