@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*::-moz-selection {
    color: #fff;
    background-color: #1770c8;
}

*::selection {
    color: #fff;
    background-color: #1770c8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
    color: #404a60;
    background-color: #fff;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: .4vw;
}

body::-webkit-scrollbar-track {
    background-color: #cae6f7;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #2660b5;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

section,
footer {
    overflow-x: hidden;
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0px;
    outline: 0;
    transition: all .35s ease-in-out;
    letter-spacing: 1px;
}

a i,
button i {
    transition: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}

button {
    cursor: pointer;
}

button:focus {
    box-shadow: none;
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    border: 0px;
    outline: 0px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6a7283 !important;
    opacity: 1;
    font-size: 16px;
}

input::placeholder,
textarea::placeholder {
    color: #6a7283 !important;
    opacity: 1;
    font-size: 16px;
}

input:focus,
textarea:focus {
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox] {
    width: initial;
    height: initial;
}

textarea {
    min-height: 150px;
    resize: none;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

iframe {
    border: 0;
    width: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button {
    font-size: 16px;
    line-height: 1.2;
    color: #222e48;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    cursor: pointer;
    letter-spacing: inherit;
}

a:hover,
button:hover {
    color: #2660b5;
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

p span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.cmn-display {
    font-size: 55px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .cmn-display {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .cmn-display {
        font-size: 39px;
    }
}

@media screen and (max-width: 991px) {
    .cmn-display {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .cmn-display {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .cmn-display {
        font-size: 28px;
    }
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a,
.display-3,
.display-3 > a,
.display-4,
.display-4 > a,
h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    color: #222e48;
    letter-spacing: inherit;
}

.display-1 span,
.display-1 > a span,
.display-2 span,
.display-2 > a span,
.display-3 span,
.display-3 > a span,
.display-4 span,
.display-4 > a span,
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a {
    font-weight: 600;
}

.display-3,
.display-3 > a,
.display-4,
.display-4 > a {
    font-weight: 600;
}

h1,
h1 > a {
    font-weight: 600;
    font-size: 48px;
}

h2,
h2 > a {
    font-weight: 600;
    font-size: 40px;
}

h3,
h3 > a {
    font-weight: 600;
    font-size: 32px;
}

h4,
h4 > a {
    font-weight: 600;
    font-size: 24px;
}

h5,
h5 > a {
    font-size: 20px;
    font-weight: 600;
}

h6,
h6 > a {
    font-size: 16px;
    font-weight: 600;
}

.fs-small {
    font-size: 14px;
    line-height: 1.5;
}

.headingTwo,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    color: #222e48;
    font-weight: 600;
}

.headingTwo {
    font-size: 40px;
    font-weight: 700;
}

.headingThree {
    font-size: 32px;
}

.headingFour {
    font-size: 24px;
}

.headingFive {
    font-size: 20px;
    line-height: 150%;
}

.headingSix {
    font-size: 18px;
}

.headingSeven {
    font-size: 16px;
}

.headingeight {
    font-size: 14px;
}

.font_primary {
    font-family: "Jost", sans-serif;
}

.font_600 {
    font-weight: 600;
}

.font_500 {
    font-weight: 500;
}

.font_400 {
    font-weight: 400;
}

@media (max-width: 1399px) {
    .display-2 {
        font-size: 60px;
    }
    
    .display-3 {
        font-size: 55px;
    }
    
    .display-4 {
        font-size: 50px;
    }
    
    h4,
    h4 > a {
        font-size: 22px;
    }
    
    .headingFive {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 1199px) {
    .display-3 {
        font-size: 50px;
    }
    
    .display-4 {
        font-size: 47px;
    }
    
    h1,
    h1 > a {
        font-size: 43px;
    }
    
    h2,
    h2 > a {
        font-size: 32px;
    }
    
    .headingTwo {
        font-size: 32px;
    }
    
    .headingFour {
        font-size: 22px;
    }
    
    .headingFive {
        font-size: 17px;
        line-height: 150%;
    }
}

@media (max-width: 991px) {
    h1,
    h1 > a {
        font-size: 32px;
    }
    
    h2,
    h2 > a {
        font-size: 26px;
    }
    
    h3,
    h3 > a {
        font-size: 22px;
    }
    
    h4,
    h4 > a {
        font-size: 20px;
    }
    
    h5,
    h5 > a {
        font-size: 18px;
    }
    
    h6,
    h6 > a {
        font-size: 16px;
    }
    
    .headingTwo {
        font-size: 26px;
    }
    
    .headingThree {
        font-size: 22px;
    }
    
    .headingFour {
        font-size: 20px;
    }
    
    .headingFive {
        font-size: 16px;
    }
    
    .headingSix {
        font-size: 16px;
    }
    
    .display-2 {
        font-size: 44px;
    }
    
    .display-4 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .display-4 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h1,
    h1 > a {
        font-size: 28px;
    }
    
    h2,
    h2 > a {
        font-size: 24px;
    }
    
    .display-2 {
        font-size: 40px;
    }
    
    .display-3 {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
    .display-2 {
        font-size: 30px;
    }
    
    .display-3 {
        font-size: 30px;
    }
    
    .display-4 {
        font-size: 30px;
    }
}

/* Spacing Classes */
.section_pt60 {
    padding-top: 60px;
}

.mb_12 {
    margin-bottom: 12px;
}

.mt_12 {
    margin-top: 12px;
}

.pt_12 {
    padding-top: 12px;
}

.pb_12 {
    padding-bottom: 12px;
}

.mb_16 {
    margin-bottom: 16px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_24 {
    margin-top: 24px;
}

.mt_32 {
    margin-top: 32px;
}

.mb_32 {
    margin-bottom: 32px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mt_60 {
    margin-top: 60px !important;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_32 {
    padding-top: 32px;
}

.py_32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.py_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-120 {
    padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 75px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 75px;
    }
}

/* Color Classes */
.white-bg {
    background: #fff !important;
}

.white-clr {
    color: #fff !important;
}

.primary-bg {
    background: #2660b5;
}

.primary-clr {
    color: #2660b5;
}

.secondary-clr {
    color: #fcb650;
}

.secondary-clr2 {
    color: #eb7a23;
}

.secondary-bg {
    background: #fcb650;
}

.secondary-bg2 {
    background: #eb7a23;
}

.cmn-bg1 {
    background: #132f59;
}

.cmn-bg2 {
    background: rgba(19, 47, 89, .05);
}

.black-clr {
    color: #222e48;
}

.pra-clr {
    color: #404a60;
}

.primary-clr {
    color: #2660b5;
}

.secondary-clr {
    color: #fcb650 !important;
}

.secondary-clr2 {
    color: #eb7a23 !important;
}

.secondary-clr3 {
    color: #1f783e !important;
}

/* Container */
.container.container-cus {
    max-width: 1560px;
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

/* Interest Badge */
.interest-badge {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    background: #eb7a23;
    padding: 1px 40px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
    position: absolute;
    top: 0;
    right: 0;
}

/* Common Circle */
.common-circle {
    width: 160px;
    height: 160px;
    min-width: 160px;
    border-radius: 50%;
}

.common-circle .common-circle-link {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
}

.common-circle .common-circle-link i {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #2660b5;
    border-radius: 50%;
}

.common-circle .text-circle {
    position: absolute;
    animation: 12s cir180 linear infinite;
}

@media screen and (max-width: 1199px) {
    .common-circle {
        width: 110px;
        height: 110px;
        min-width: 110px;
    }
    
    .common-circle .common-circle-link {
        width: 50px;
        height: 50px;
    }
    
    .common-circle .common-circle-link i {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .common-circle .text-circle {
        width: 90px;
        height: 90px;
    }
}

@keyframes cir180 {
    100% {
        transform: rotate(360deg);
    }
}

/* Background Utilities */
.bg-fixed {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.fluid_img {
    max-width: 100%;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-img {
    background-color: rgba(1, 46, 115, .7);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dir-rtl {
    direction: rtl;
}

.btn {
    border: none;
}

.btn:active {
    border: none;
}

.cmn-bg {
    background: rgba(0, 41, 34, .05);
}

@media (min-width: 1600px) {
    .unset-xxl img {
        max-width: unset;
    }
    
    .unset-xxl-left {
        display: flex;
        justify-content: end;
    }
    
    .unset-xxl-left img {
        max-width: unset;
    }
}

.fw-500 {
    font-weight: 500 !important;
}

/* Nice Select Styling */
.nice-select {
    background: rgba(0, 0, 0, 0);
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.nice-select .current {
    color: #222e48;
    text-transform: capitalize;
}

.nice-select .option {
    color: #fff;
    text-transform: capitalize;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #2660b5;
    color: #fff;
}

.nice-select .list {
    background: #222e48;
}

.nice-select .list:hover .option:not(:hover) {
    background: #2660b5;
}

.cus-sel-active .current {
    color: #6a7283 !important;
}

.cus_scrollbar {
    overflow-x: auto;
    position: sticky;
    max-height: 90vh;
    top: 100px;
}

/* Form Inputs */
input[type=checkbox],
input[type=radio] {
    position: relative;
    border: 1px solid #dfe0e4;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    line-height: 1;
    -webkit-appearance: none;
}

input[type=checkbox]:before,
input[type=radio]:before {
    content: "";
    font-family: "bootstrap-icons";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    z-index: 2;
    opacity: 0;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #fff;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    opacity: 1;
}

/* Slick Slider */
.slick-slide {
    margin: 0px 12px;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .slick-slide {
        margin: 0px 6px;
    }
}

.slick-list {
    margin: 0px -12px;
}

.slick-arrow[aria-disabled=true] {
    opacity: .4 !important;
}

/* Hover Effects */
.popup_img,
.zoom_effect {
    overflow: clip;
    width: 100%;
    border-radius: 16px;
    transition: none;
}

.popup_img img,
.zoom_effect img {
    transition: all .35s ease-in-out;
    width: 100%;
    transform: scale(1.01);
}

.popup_img:hover img,
.zoom_effect:hover img {
    transform: scale(1.2) rotate(-5deg);
    cursor: zoom-in;
}

.zoom_effect:hover img {
    cursor: pointer;
}

/* Pagination */
.nav_pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.nav_pagination .pagination {
    gap: 8px;
}

.nav_pagination .page-item .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: #222e48;
    border: 1px solid #2660b5;
    font-size: 16px;
    font-weight: 600;
    transition: all .35s ease-in-out;
}

.nav_pagination .page-item .page-link.three_dots_box {
    width: 48px;
    min-width: 48px;
}

.nav_pagination .page-item .page-link .prev-icon,
.nav_pagination .page-item .page-link .next-icon,
.nav_pagination .page-item .page-link .three-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_pagination .page-item .page-link .prev-icon:after,
.nav_pagination .page-item .page-link .next-icon:after,
.nav_pagination .page-item .page-link .three-dots:after {
    content: "";
    font-family: "bootstrap-icons";
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    color: #222e48;
    transition: all .35s ease-in-out;
}

.nav_pagination .page-item .page-link .next-icon:after {
    content: "";
}

.nav_pagination .page-item .page-link .three-dots {
    margin-top: 10px;
    padding: 0 16px;
}

.nav_pagination .page-item .page-link .three-dots:after {
    content: "";
}

.nav_pagination .page-item .page-link:hover,
.nav_pagination .page-item .page-link:focus,
.nav_pagination .page-item .page-link.active {
    background-color: #2660b5;
    color: #fff;
    box-shadow: none;
}

.nav_pagination .page-item .page-link:hover i,
.nav_pagination .page-item .page-link:hover span::after,
.nav_pagination .page-item .page-link:focus i,
.nav_pagination .page-item .page-link:focus span::after,
.nav_pagination .page-item .page-link.active i,
.nav_pagination .page-item .page-link.active span::after {
    color: #fff;
}

/* Star Review */
.star_review {
    color: #fff;
    display: flex;
    gap: 4px;
}

.star_review i {
    color: #fff;
}

/* Card Styles */
.card {
    display: flex;
    border: none;
    gap: 32px;
    padding: 24px;
}

.card .card-body {
    padding: 20px 0 0 0;
}

.card .card__title {
    margin-bottom: 16px;
}

.card--secondary {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, .04);
    padding: 8px;
    padding-bottom: 32px;
    gap: 28px;
    width: 100%;
}

.card--secondary .card--secondary__thumb,
.card--secondary .content-part__thumb,
.card--secondary .card--secondary__video {
    z-index: 0;
}

.card--secondary .card--secondary__thumb::before,
.card--secondary .content-part__thumb::before,
.card--secondary .card--secondary__video::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.091) 0%, rgba(0, 0, 0, 0.3) 100%);
    transition: all .5s;
    overflow: hidden;
    z-index: 1;
}

.card--secondary .card--secondary__thumb img,
.card--secondary .content-part__thumb img,
.card--secondary .card--secondary__video img {
    border-radius: 16px;
    width: 100%;
}

.card--secondary .card--secondary__content {
    margin: 0 20px;
}

.card--secondary .card--secondary__content .card--secondary__text {
    margin-bottom: 16px;
}

.card--secondary .card--secondary__content .card--secondary__text:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* Tag Area */
.tag-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.tag-area .tag {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-area .tag .tag__name {
    color: #2660b5;
    font-size: 18px;
    font-weight: 500;
}

.tag-area .tag .tag-content {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}

.tag-area .tag .tag-content .btn_theme {
    height: 37px;
    padding: 8px 16px;
    color: #404a60;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--Neutral-N40, #DFE0E4);
    background: rgba(19, 47, 89, .05);
}

.tag-area .tag .tag-content .btn_theme.btn_theme .btn_theme_inner span {
    font-size: 14px;
}

.tag-area .tag .tag-content .btn_theme.btn_theme .btn_theme_inner span:last-child {
    transform: translateY(-11px);
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus {
    color: #fff;
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover .btn_theme_inner span:last-child,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus .btn_theme_inner span:last-child {
    transform: translateY(-32px);
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover .btn_theme_inner span:first-child,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus .btn_theme_inner span:first-child {
    transform: translateY(11px);
}

.tag-area .tag .social {
    flex-wrap: wrap;
}

.tag-area .tag .social .btn_theme .btn_theme_inner span:last-child i {
    color: #2660b5;
}

/* Read More */
.read_more {
    color: #2660b5;
    font-weight: 600;
}

.read_more:hover i {
    transform: translateX(8px);
}

/* Progress Area */
.progress-area {
    width: 100%;
}

.progress-area .prog-bar {
    height: 8px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.progress-area .progress-title {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.progress-area .prog-percentage {
    height: 8px;
    background: #2660b5;
    border-radius: 5px;
    position: relative;
    animation: fillBars 2.5s 1;
}

.progress-area .prog-percentage::before {
    content: attr(per);
    position: absolute;
    font-size: 20px;
    top: -23px;
    right: 0;
    transform: transition(50%);
    color: #2660b5;
}

@keyframes fillBars {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Section Styles */
.section {
    padding: 120px 0px;
}

.section--space-top {
    padding-bottom: 0px;
}

.section--space-bottom {
    padding-top: 0px;
}

.section__cta {
    margin-top: 40px;
    text-align: center;
}

i, span.material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2660b5;
}

.section__header {
    text-align: center;
    margin-bottom: 60px;
}

.section__header .section__header-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #2660b5;
}

.section__header .section__header-title {
    margin-bottom: 24px;
}

.section__header .section__header-content {
    margin: 0 auto;
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #2660b5;
}

.section__content .section__content-title,
.section__content .banner__content-title,
.banner__content .section__content-title,
.banner__content .banner__content-title {
    margin-bottom: 24px;
}

.section__content .section__content-text,
.section__content .banner__content-text,
.banner__content .section__content-text,
.banner__content .banner__content-text {
    margin-bottom: 24px;
}

.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1),
.banner__content .section__content-text:nth-last-of-type(1),
.banner__content .banner__content-text:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.section__content .section__content-text-content,
.section__content .banner__content-text-content,
.banner__content .section__content-text-content,
.banner__content .banner__content-text-content {
    margin-bottom: 24px;
}

.section__content .section__content-text-content:nth-last-of-type(1),
.section__content .banner__content-text-content:nth-last-of-type(1),
.banner__content .section__content-text-content:nth-last-of-type(1),
.banner__content .banner__content-text-content:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.section__content .section__content-inner,
.section__content .banner__content-inner,
.banner__content .section__content-inner,
.banner__content .banner__content-inner {
    margin-top: 32px;
}

.section__content .section__content-inner ul,
.section__content .banner__content-inner ul,
.banner__content .section__content-inner ul,
.banner__content .banner__content-inner ul {
    display: flex;
    align-items: center;
    row-gap: 16px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li,
.banner__content .section__content-inner ul li,
.banner__content .banner__content-inner ul li {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 18px;
}

.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i,
.banner__content .section__content-inner ul li i,
.banner__content .banner__content-inner ul li i {
    color: #2660b5;
}

.section__content .section__content-inner ul li span,
.section__content .banner__content-inner ul li span,
.banner__content .section__content-inner ul li span,
.banner__content .banner__content-inner ul li span {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcb650;
    color: #2660b5;
}

.section__content ul.section__content-list,
.banner__content ul.section__content-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 32px;
}

.section__content ul.section__content-list li,
.banner__content ul.section__content-list li {
    list-style-position: outside;
    color: #404a60;
}

.section__content ul.section__content-list li::marker,
.banner__content ul.section__content-list li::marker {
    color: #404a60;
}

.section__content .section__content-cta,
.section__content .banner__content-cta,
.banner__content .section__content-cta,
.banner__content .banner__content-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    row-gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Utility Classes */
.between_part {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.space_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap-6 {
    gap: 12px;
}

.gap-7 {
    gap: 20px;
}

.gap-8 {
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 16px;
}

.gap-9 {
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 16px;
}

.gap-1, .gap-2, .gap-3, .gap-4, .gap-5, .gap-6, .gap-7, .gap-8, .gap-9 {
    display: flex;
    align-items: center;
}

.ch-xxl {
    max-width: 56ch;
}

.wide {
    grid-column: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.primary_color {
    color: #2660b5 !important;
}

.secondary_color {
    color: #fcb650 !important;
}

.word .letter {
    color: #fcb650;
}

/* Animations */
.previewShapeY img {
    animation: previewShapeY 5s infinite;
}

@keyframes previewShapeY {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

/* Slider Navigation */
.slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.slider-navigation .new__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.slider-navigation .new__dots li {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #b5b5b5;
    transition: all .35s ease-in-out;
}

.slider-navigation .new__dots li.slick-active {
    background: #2660b5;
    color: #fff;
}

.slider-navigation .new__dots li:hover {
    background: #2660b5;
}

.slider-navigation .new__dots li:hover i {
    color: #fff;
}

.slider-navigation .pagination-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 1px solid #2660b5;
    background: rgba(19, 47, 89, .05);
}

.slider-navigation .pagination-button i {
    color: #2660b5;
    font-size: 16px;
}

.slider-navigation .pagination-button:hover {
    background: #2660b5;
}

.slider-navigation .pagination-button:hover i {
    color: #fff;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    z-index: 2;
}

.slick-prev:before,
.slick-next:before {
    font-family: "bootstrap-icons";
    font-size: 25px;
    color: #1c1b1f;
    background: #fff;
    border-radius: 50%;
    padding: 19px 10px;
}

.slick-prev {
    left: 23px;
}

.slick-prev:before {
    content: "";
    font-size: 20px;
}

.slick-next {
    right: 38px;
}

.slick-next:before {
    content: "";
    font-size: 20px;
}

/* Slick Dots */
.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

.slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d9d9d9;
    text-indent: -9999px;
}

.slick-dots .slick-active button {
    background: #2660b5;
    width: 28px;
    border-radius: 10px;
}

/* Social */
.social {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Number Bullet */
.number-bullet {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2660b5;
    color: #fff;
}

/* Contact Area */
.contact-area {
    background: url(../images/contact_bg.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-area .contact__form {
    background: #fff;
    box-shadow: 0px 4px 26px rgba(186, 186, 186, .25);
    border-radius: 20px;
    padding: 40px;
}

.contact-area .contact__form .input-single {
    border-bottom: 1px solid #626262;
}

.contact-area .contact__form .input-single .form-control {
    padding-left: 0;
}

/* Analytics Card */
.analytics-card {
    background: #fff;
    border: 1px solid #e6edf8;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
}

.analytics-card .card__thumb {
    width: 100%;
}

.analytics-card .card__thumb img {
    width: 100%;
    border-radius: 20px;
}

.analytics-card .card-body .card__others-info {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.analytics-card .card-body .card__others-info .line {
    border-right: 1px solid #e6edf8;
    width: 0px;
    height: 13px;
}

.analytics-card .card-body .card__others-info .time-ago,
.analytics-card .card-body .card__others-info p {
    font-size: 14px;
}

.analytics-card .card-body .card__others-info .time-ago:first-child .material-symbols-outlined,
.analytics-card .card-body .card__others-info p:first-child .material-symbols-outlined {
    transform: rotate(-180deg);
}

.analytics-card .card-body .card__others-info .material-symbols-outlined {
    color: #2c6ac8;
    font-size: 17px;
}

.analytics-card .card-body .card__others-info .analytics {
    background: rgba(68, 140, 116, .1);
    border-radius: 36px;
    padding: 2px 12px;
    font-size: 12px;
    color: #448c74;
}

.analytics-card .card-body .card__title {
    margin-bottom: 16px;
}

/* Button Group */
.btn-group {
    gap: 24px;
    flex-wrap: wrap;
}

/* Conditions Apply */
a.conditions_apply {
    position: relative;
    margin: auto;
    font-size: 12px;
}

a.conditions_apply::after {
    content: "";
    position: absolute;
    left: -8px;
    display: flex;
    align-items: center;
    width: 3px;
    height: 3px;
    background: #2660b5;
    border-radius: 50%;
}

/* Button Theme */
.btn_theme {
    color: #2660b5;
    background: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #2660b5;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all .35s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn_theme span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2660b5;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn_theme i {
    transition: 0s;
}

.btn_theme svg path {
    transition: all .35s ease-in-out;
}

.btn_theme:hover,
.btn_theme:focus {
    border: 1px solid #2660b5;
    color: #fff;
}

.btn_theme:hover svg path,
.btn_theme:focus svg path {
    fill: #fff;
}

.btn_theme:hover[disabled=disabled],
.btn_theme:focus[disabled=disabled] {
    color: #2660b5;
    cursor: not-allowed;
}

.btn_theme:hover span,
.btn_theme:focus span {
    width: 225%;
    height: 220px;
}

.btn_theme.style2 {
    background: #eb7a23;
    border-color: #eb7a23;
}

.btn_theme.style2::after {
    background: #eb7a23;
}

.btn_theme.style2:hover {
    background: rgba(0, 0, 0, 0);
}

/* Button Theme Active */
.btn_theme_active {
    color: #fff;
    position: relative;
    z-index: 0;
}

.btn_theme_active::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #2660b5;
    z-index: -3;
}

.btn_theme_active span {
    background-color: #fff;
}

.btn_theme_active:hover,
.btn_theme_active:focus {
    color: #2660b5;
}

/* Icon Box and Social Box */
.icon_box,
.social_box {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.icon_box::after,
.social_box::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -2;
}

.icon_box i,
.social_box i {
    transition: all .35s ease-in-out;
    font-size: 18px;
    color: #fff;
}

.icon_box:hover,
.icon_box:focus,
.social_box:hover,
.social_box:focus {
    background: #2660b5;
}

.icon_box:hover span,
.icon_box:focus span,
.social_box:hover span,
.social_box:focus span {
    width: 150px;
    height: 150px;
}

.icon_box:hover i,
.icon_box:focus i,
.social_box:hover i,
.social_box:focus i {
    color: #fff;
}

.social_box {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_box::after {
    z-index: -2;
}

.social_box i {
    font-size: 16px;
}

/* Button Background White */
.btn_bg_white::after {
    background: #fff;
}

.btn_bg_white i {
    color: #2660b5;
}

.btn_bg_white:hover,
.btn_bg_white:focus {
    background: #2660b5;
}

.btn_bg_white:hover i,
.btn_bg_white:focus i {
    color: #fff;
}

/* Scroll to Top */
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: -10px;
    width: 45px;
    height: 45px;
    line-height: var(--body-line-height);
    border-radius: 5px;
    background-color: #2660b5;
    box-shadow: 0px 1px 13px rgba(7, 76, 62, .5);
    font-size: 20px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: #fff !important;
    transition: .3s;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollToTop:hover {
    color: #fff !important;
}

.scrollToTop:focus {
    color: #fff !important;
}

.topActive {
    bottom: 30px;
    transform: translateY(0%);
}

.topActive i {
    animation: 4s previewUp infinite;
}

@keyframes previewUp {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

/* Media Queries for Scroll to Top */
@media (max-width: 1599px) {
    .topActive {
        bottom: 60px;
    }
}

@media (max-width: 1399px) {
    .sidebar-xxl-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0;
    }
    
    .sidebar-xxl-fixed.show {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .btn_theme {
        padding: 14px 20px;
    }
    
    .btn_theme i {
        font-size: 14px;
    }
    
    .sidebar-xl-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0;
    }
    
    .sidebar-xl-fixed.show {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .sidebar-lg-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0;
    }
    
    .sidebar-lg-fixed.show {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .social_box {
        width: 32px;
        min-width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .btn-group {
        gap: 20px;
    }
}

@media (max-width: 479px) {
    .btn-group {
        gap: 16px;
    }
    
    .btn_theme {
        padding: 14px 20px;
    }
    
    .btn_theme i {
        font-size: 13px;
    }
}

/* Form Styling */
.alert {
    transition: 1s;
    margin-bottom: -20px;
    margin-top: 10px;
    display: block;
}

label.error {
    color: red;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 100%;
}

.message-error.error {
    position: absolute;
    color: red;
    font-size: 14px;
}

.form-control {
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #dfe0e4;
    border-radius: 30px;
    font-size: 14px;
    color: #222e48;
}

.form-control:focus {
    border-color: #2660b5;
    outline: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}

.input-group {
    justify-content: space-between;
    align-items: center;
}

.input-group .input-single {
    width: calc(50% - 12px);
    position: relative;
}

.input-single {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.input-single .label {
    color: #222e48;
    font-size: 18px;
    font-weight: 500;
}

.input-single .label span {
    color: #6a7283;
    font-weight: 400;
}

.input-single .headingFour {
    color: #222e48;
}

/* Input Password */
.input-pass {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.input-pass .password-eye-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-pass .password-eye-icon:after {
    content: "";
    font-family: "bootstrap-icons";
    font-weight: 600;
    padding-right: 44px;
    position: absolute;
    font-size: 20px;
    color: #798090;
    transition: all .35s ease-in-out;
}

/* Filter Search */
.filter__search .input-group {
    border-radius: 30px;
    border: 1px solid #dfe0e4;
    background: rgba(7, 76, 62, .03);
}

.filter__search .input-group .form-control {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 12px 20px;
}

.filter__search .input-group .search_icon {
    padding-right: 20px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    textarea.form-control {
        max-height: 120px;
    }
}

@media (max-width: 575px) {
    .input-group {
        display: flex;
        gap: 20px;
    }
    
    .input-group .input-single {
        width: 100%;
    }
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: visible;
    display: flex;
    justify-content: center;
    background: #263038;
}

.loader {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
}

.loader:before {
    content: "";
    width: 48px;
    height: 5px;
    background: #000;
    opacity: .25;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

.loader:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fcb650;
    animation: bxSpin .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

@keyframes bxSpin {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}

/* Continue with more styles... The file is extremely large, containing hundreds more CSS rules for headers, footers, hero sections, etc. */