@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    direction: ltr;
	font-family: 'IBM Plex Sans Condensed', sans-serif !important;
	font-size: 15px;
	line-height: 1.3;
    color: var(--text-color);
    background: #fff;
}

:root {
    --inspired-accent-first: #ea5455;
    --inspired-accent-second: #621aeb;
    --inspired-heading-color: #293858;
    --inspired-text-color: #47464f;
    --inspired-dark-accent: #25373f;
    --inspired-dark-opacity: #25373fcc;    
    --cohesive-filter-one: none;
    --cohesive-filter-two: none;

    --cohesive-accent-first: #007bff;
    --cohesive-accent-second: #17a2b8;
    --cohesive-heading-color: #343a40;
    --cohesive-text-color: #6c757d;
    --cohesive-dark-accent: #212529;
    --cohesive-dark-opacity: #212529cc;    
    --cohesive-filter-one: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(3849%) hue-rotate(200deg) brightness(102%) contrast(107%);
    --cohesive-filter-two: brightness(0) saturate(100%) invert(71%) sepia(36%) saturate(6705%) hue-rotate(147deg) brightness(86%) contrast(82%);


    --innovative-accent-first: #28a745;
    --innovative-accent-second: #ff69b4;
    --innovative-heading-color: #495057;
    --innovative-text-color: #6c757d;
    --innovative-dark-accent: #343a40;
    --innovative-dark-opacity: #343a40cc;    
    --innovative-filter-one: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(3849%) hue-rotate(200deg) brightness(102%) contrast(107%);
    --innovative-filter-two: brightness(0) saturate(100%) invert(71%) sepia(36%) saturate(6705%) hue-rotate(147deg) brightness(86%) contrast(82%);

    --accountable-accent-first: #dc3545;
    --accountable-accent-second: #ffc107;
    --accountable-heading-color: #5c4033;
    --accountable-text-color: #8d6e63;
    --accountable-dark-accent: #212529;
    --accountable-dark-opacity: #212529cc;    
    --accountable-filter-one: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(3849%) hue-rotate(200deg) brightness(102%) contrast(107%);
    --accountable-filter-two: brightness(0) saturate(100%) invert(71%) sepia(36%) saturate(6705%) hue-rotate(147deg) brightness(86%) contrast(82%);

    --adaptive-accent-first: #b60531;
    --adaptive-accent-second: #008080;
    --adaptive-heading-color: #333333;
    --adaptive-text-color: #666666;
    --adaptive-dark-accent: #111111;
    --adaptive-dark-opacity: #111111cc;    
    --adaptive-filter-one: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(3849%) hue-rotate(200deg) brightness(102%) contrast(107%);
    --adaptive-filter-two: brightness(0) saturate(100%) invert(71%) sepia(36%) saturate(6705%) hue-rotate(147deg) brightness(86%) contrast(82%);

	--accent-first: var(--inspired-accent-first);
	--accent-second: var(--inspired-accent-second);
	--heading-color: var(--inspired-heading-color);
	--text-color: var(--inspired-text-color);
	--dark-accent: var(--inspired-dark-accent);
    --dark-opacity: var(--inspired-dark-opacity);
	--filter-one: var(--inspired-filter-one);
	--filter-two: var(--inspired-filter-two);
}


p {
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:hover {
    color: var(--accent-first);
}

span,
sub,
sup,
a {
    display: inline-block;
}

.fw-medium {
    font-weight: 500;
}

.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

.text--success {
    color: #28c76f !important;
}

.text--danger {
    color: var(--accent-first) !important;
}

.text--warning {
    color: #ff9f43 !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #082032 !important;
}

.text--muted {
    color: #a0a0a0 !important;
}

.text--base {
    color: var(--accent-first) !important;
}

.text--accent {
    color: var(--accent-second) !important;
}

.section-bg {
    background-color: #f6f8fa !important;
}

.bg--theme-1 {
    background-color: var(--dark-accent) !important;
}

.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: var(--accent-first) !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #082032 !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: var(--accent-first) !important;
}

.bg--accent {
    background-color: var(--accent-second) !important;
}

.bg_img {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg_fixed {
    background-attachment: fixed !important;
}

a.text-white:hover {
    color: var(--accent-first) !important;
}

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

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -999;
}

.overlay.active {
    z-index: 111;
}

.pt-120 {
    padding-top: clamp(70px, 6vw, 120px);
}

.pt-100 {
    padding-top: clamp(60px, 6vw, 100px);
}

.pt-80 {
    padding-top: clamp(50px, 6vw, 80px);
}

.pt-60 {
    padding-top: clamp(35px, 6vw, 60px);
}

.pt-50 {
    padding-top: clamp(30px, 6vw, 50px);
}

.pb-120 {
    padding-bottom: clamp(70px, 6vw, 120px);
}

.pb-100 {
    padding-bottom: clamp(60px, 6vw, 100px);
}

.pb-80 {
    padding-bottom: clamp(50px, 6vw, 80px);
}

.pb-60 {
    padding-bottom: clamp(35px, 6vw, 60px);
}

.pb-50 {
    padding-bottom: clamp(30px, 6vw, 50px);
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.contact-info-item, .banner__content .button__wrappper, .menu, .header-bottom-area, .pagination, .document-fie, .list.list-column {
    display: flex;
    flex-wrap: wrap;
}

.post__item-content p, .post__item-content .title, .news-item .content .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-item__content .title, .portfolio-item__content .plus, .portfolio-item__content::before, .faq-item__title .title::before, .header-trigger span::after, .header-trigger span::before, .header, .custom--checkbox label::before, .btn,
.cmn--btn, a,
img,
.title,
.name {
    transition: all 0.3s;
}

.faq-item__title .title::before, .menu li.has-sub-menu > a::after, .list.list-style-two li::before, .list.list-style-check li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
}

.list.list-column {
    flex-direction: column;
}

.list.list-style-check li {
    position: relative;
    padding: 7px 0;
    padding-left: 28px;
    font-size: 14px;
    content: "\f00c";
    color: var(--heading-color);
}

.list.list-style-check li::before {
    left: 0;
    top: 6px;
}

.list.list-style-one li {
    padding: 6px 0;
    padding-left: 25px;
    position: relative;
}

.list.list-style-one li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
    top: 12px;
    background-color: var(--accent-second);
    border-radius: 50%;
}

.list.list-style-two li {
    padding: 6px 0;
    padding-left: 25px;
    position: relative;
}

.list.list-style-two li::before {
    content: "\f101";
    left: 0;
    top: 6px;
    color: var(--accent-second);
}

@media (min-width: 576px) {
    .list.list-50 li {
        width: 50%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color);
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: var(--heading-color);
    word-break: break-word;
}

h1 {
    font-size: 56px;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 40px;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 30px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 19px;
    }
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-weight: 500;
    font-size: 18px;
}

.fs--18px {
    font-size: 18px;
}

.btn,
.cmn--btn {
    color: #fff;
    padding: 12px 35px;
    font-weight: 500;
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    cursor: pointer;
    outline: none;
    background-color: var(--accent-first);
    z-index: 1;
    border: 0;
    border-radius: 5px;
}

.btn:hover,
.cmn--btn:hover {
    background-color: var(--accent-second);
    color: #fff;
}

.btn.cmn--btn2,
.cmn--btn.cmn--btn2 {
    background-color: var(--accent-second);
}

.btn.cmn--btn2:hover,
.cmn--btn.cmn--btn2:hover {
    background-color: var(--accent-first);
}

@media (max-width: 991px) {
    .btn,
.cmn--btn {
        padding: 13px 30px;
    }
}

@media (max-width: 575px) {
    .btn,
.cmn--btn {
        padding: 10px 20px;
    }
}

.btn.btn--sm,
.cmn--btn.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}

.btn--primary {
    background-color: #7367f0;
    border: 1px solid #7367f0;
    color: #fff;
}

.btn--secondary {
    background-color: #868e96;
    border: 1px solid #868e96;
    color: #fff;
}

.btn--success {
    background-color: #28c76f;
    border: 1px solid #28c76f;
    color: #fff;
}

.btn--danger {
    background-color: var(--accent-first);
    border: 1px solid var(--accent-first);
    color: #fff;
}

.btn--warning {
    background-color: #ff9f43;
    border: 1px solid #ff9f43;
    color: #fff;
}

.btn--info {
    background-color: #1e9ff2;
    border: 1px solid #1e9ff2;
    color: #fff;
}

.btn--light {
    background-color: #bcc7da;
    border: 1px solid #bcc7da;
    color: #fff;
}

.btn--dark {
    background-color: #082032;
    border: 1px solid #082032;
    color: #fff;
}

.btn--base {
    background-color: var(--accent-first);
    border: 1px solid var(--accent-first);
    color: #fff;
}

.btn--light {
    background-color: #f6f8fa;
    color: #082032;
}

.btn--light:hover {
    border-color: var(--accent-first);
    background-color: var(--accent-first);
}

.document-fie {
    align-items: center;
    gap: 15px;
    background: #f6f8fa;
}

.document-fie .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--accent-first);
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.document-fie .title {
    padding: 12px 0;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}

.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid var(--accent-first);
    color: var(--accent-first);
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge--light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge--dark {
    background-color: rgba(8, 32, 50, 0.15);
    border: 1px solid #082032;
    color: #082032;
}

.badge--base {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid var(--accent-first);
    color: var(--accent-first);
}

@media (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #0e0e0e1a;
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table--responsive--md tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr td::before {
        content: attr(data-label);
        font-family: 'IBM Plex Sans Condensed', sans-serif !important;
        font-size: 16px;
        color: var(--heading-color);
        font-weight: 500;
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .table--responsive--md tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #0e0e0e1a;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td::before {
        content: attr(data-label);
        font-family: 'IBM Plex Sans Condensed', sans-serif !important;
        font-size: 16px;
        color: var(--heading-color);
        font-weight: 500;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .table--responsive--lg tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #0e0e0e1a;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .table--responsive--xl tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td::before {
        content: attr(data-label);
        font-family: 'IBM Plex Sans Condensed', sans-serif !important;
        font-size: 16px;
        color: var(--heading-color);
        font-weight: 500;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .table--responsive--xl tbody tr td::before {
        font-size: 15px;
    }
}

.table {
    margin: 0;
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr th {
    padding: 10px 15px;
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #0e0e0e1a;
}

.table tbody {
    font-size: 15px;
}

.table tbody tr:nth-child(odd) {
    background: #f6f8fa;
}

.table tbody tr td {
    color: #fff;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
}

@media (min-width: 992px) {
    .table tbody tr td {
        border-color: #0e0e0e1a;
    }
}

.form-label {
    font-size: 15px;
}

.form--control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #0e0e0e1a;
    outline: 0;
    box-shadow: none;
    color: var(--text-color);
}

.form--control:focus {
    color: var(--heading-color);
    border: 1px solid rgba(234, 84, 85, 0.6);
    outline: 0;
    box-shadow: none;
}

::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

textarea.form--control {
    height: unset;
}

.form--control[type=file] {
    line-height: 25px;
    padding: 12px 25px;
}

.form--control[readonly] {
    background: rgba(8, 32, 50, 0.05) !important;
}

.form--control[readonly]:focus {
    border-color: #0e0e0e1a;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--heading-color);
    transition: background-color 5000s ease-in-out 0s;
}

select.style--dark option {
    color: #363636;
}

.input-group > select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: var(--accent-first);
}

.custom--radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
}

.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: var(--accent-first);
    opacity: 0;
}

.custom--checkbox {
    padding-left: 25px;
}

.custom--checkbox input {
    display: none;
}

.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: var(--accent-first);
}

.custom--checkbox label {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -25px;
    font-size: 20px;
    line-height: 1;
}

.custom--card {
    border: 1px solid #0e0e0e1a;
    border-radius: 5px;
    background: #fff;
}

.custom--card .card-header,
.custom--card .card-footer {
    background: #f6f8fa;
    color: #082032;
    text-align: center;
}

.custom--card .card-header .card-title,
.custom--card .card-footer .card-title {
    color: #fff;
    margin: 0;
}

.custom--card .card-header,
.custom--card .card-footer {
    padding: 15px 25px;
    border-color: #0e0e0e1a !important;
}

@media (max-width: 575px) {
    .custom--card .card-header,
.custom--card .card-footer {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card-header,
.custom--card .card-footer {
        padding: 8px 15px;
    }
}

.custom--card .card-body {
    padding: 25px;
}

@media (max-width: 575px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card .card-body {
        padding: 15px;
    }
}

.custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
    padding: 20px 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
        padding: 10px 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
        padding: 8px 15px;
    }
}

.custom--card.card--lg .card-body {
    padding: 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card-body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card-body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card-body {
        padding: 15px;
    }
}

.custom--card.card--md .card-header,
.custom--card.card--md .card-footer {
    padding: 10px 20px;
}

.custom--card.card--md .card-body {
    padding: 20px 20px;
}

.custom--modal .modal--footer,
.custom--modal .modal--body,
.custom--modal .modal--header {
    border-color: #0e0e0e1a;
    background: #f6f8fa;
    border-color: #0e0e0e1a !important;
}

.custom--modal .modal--footer .modal-title,
.custom--modal .modal--header .modal-title {
    margin: 0;
    color: var(--heading-color);
}

.custom--modal .modal--footer .btn-close,
.custom--modal .modal--header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: var(--accent-first);
}

.pagination {
    margin: 0;
    margin-top: 55px;
    justify-content: center;
}

@media (max-width: 575px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item .page-link {
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: var(--accent-first);
    line-height: 45px;
    padding: 0;
    border-color: rgba(234, 84, 85, 0.1);
    background: #f6f8fa;
    box-shadow: none;
    outline: 0;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background: var(--accent-first);
    color: #fff;
    border-color: var(--accent-first);
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled .page-link {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: var(--heading-color);
}

@keyframes rotate__shpae {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes zoom__in {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.cmn--tab li:not(:last-child) {
    border-right: 1px solid #0e0e0e1a;
}

.cmn--tab li a {
    padding: 0 20px 10px;
    color: var(--heading-color);
    font-weight: 600;
}

@media (min-width: 768px) {
    .cmn--tab li a {
        font-size: 18px;
    }
}

.cmn--tab li a.active {
    color: var(--accent-second);
}

.header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 11;
    background-color: #fff;
}

.header.sticky {
    box-shadow: 0 2px 25px rgba(8, 32, 50, 0.1);
}

.header-bottom {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

@media (min-width: 1200px) {
    .header-bottom {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}

.header-bottom-area {
    justify-content: space-between;
}

.widget__about .logo,
.header-bottom-area .logo a {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
}
.widget__about .logo {
    flex-direction: column;
}
.logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

.menu {
    align-items: center;
    margin: 0;
    position: relative;
}

.menu > .has-sub-menu {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    content: "\f107";
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    display: block;
    padding: 4px 15px;
    font-weight: 400;
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    color: var(--text-color);
    position: relative;
}

.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (min-width: 992px) {
    .menu {
        display: flex !important;
    }

    .menu li > a.active {
        color: var(--accent-first);
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 210px;
        transition: all ease 0.3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(234, 84, 85, 0.1);
        overflow: hidden;
        z-index: 11;
        background: #fff;
        padding: 10px;
    }

    .sub-menu li {
        padding: 0;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        font-size: 15px;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }

    .sub-menu li a:hover, .sub-menu li a.active {
        padding-left: 20px;
        background: var(--accent-first);
        color: #fff;
    }

    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(-20px);
    }

    .sub-menu.has-sub-menu > a::after {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 30px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        transform-origin: top;
        overflow-y: auto;
        background: #082032;
        display: none;
    }

    .menu .has-sub-menu {
        margin-right: 0;
    }

    .menu .has-sub-menu > a::after {
        transform: translate(0px, -50%) !important;
    }

    .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
    }

    .menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu li a {
        padding-left: 0;
        color: white;
    }

    .menu li a.active {
        color: var(--accent-first);
    }

    .menu li.has-sub-menu a::after {
        transform: translate(0px, -50%) !important;
    }

    .sub-menu {
        display: none;
        padding-left: 25px;
    }
}

.header-trigger {
    cursor: pointer;
    margin-top: -10px;
}

.header-trigger.active span {
    background: none !important;
}

.header-trigger.active span::before {
    width: 100%;
    transform: rotate(-45deg) translate(-11px, 0px);
}

.header-trigger.active span::after {
    width: 100%;
    transform: rotate(45deg) translate(-11px, 0px);
}

.header-trigger span {
    width: 25px;
    height: 2px;
    background: var(--accent-first);
    position: relative;
    transition: all ease 0.3s;
}

.header-trigger span::after, .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    background: var(--accent-first);
}

.header-trigger span::after {
    bottom: -8px;
    width: 30px;
}

.header-trigger span::before {
    top: -8px;
    width: 35px;
}

.footer-logo {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .footer-logo {
        margin-bottom: 7px;
    }
}

.footer-logo span {
    color: var(--accent-first);
}

.footer__widget .title {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .footer__widget .title {
        margin-bottom: 7px;
    }
}

.widget__links li {
    padding: 2.5px 0;
}

@media (max-width: 575px) {
    .widget__links li {
        padding: 1.7px 0;
    }
}

.widget__links li a {
    font-weight: 500;
    color: var(--heading-color);
}

.widget__links li a:hover {
    color: var(--accent-first);
}

.widget__info p {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .widget__info p {
        margin-bottom: 10px;
    }
}

.footer-bottom .container {
    border-top: 1px solid #0e0e0e1a;
}

.footer-bottom p {
    padding: 20px;
}

@media (max-width: 991px) {
    .footer-bottom p {
        padding: 15px;
        font-size: 15px;
    }
}

.footer-top-1 .footer-logo a {
    color: #fff;
}

.footer-top-1 .footer-logo a span {
    color: var(--accent-second);
}

.footer-top-1 .footer__widget .title, .footer-top-1 .footer__widget a,
.footer-top-1 .widget__about a {
    color: #fff;
}

.footer-top-1 .footer__widget p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-top-1 .footer__widget a:hover {
    color: var(--accent-second);
}

.footer-top-1 p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-bottom-1 .container {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-bottom-1 p {
    color: rgba(255, 255, 255, 0.9);
}

.sidebar {
    position: sticky;
    top: 100px;
    flex-flow: column;
    gap: 24px;
}

.sidebar.portfolio-sidebar {
    margin-top: -150px;
}

.portfolio-brief {
    gap: 24px 15px;
}

.portfolio-brief li {
    display: flex;
}

.portfolio-brief .title {
    width: 80px;
    font-size: 16px;
}

.portfolio-brief .content {
    width: calc(100% - 80px);
}

.sidebar-item {
    padding: 30px;
    border-top: 5px solid var(--accent-first);
    box-shadow: 0 3px 35px rgba(8, 32, 50, 0.1);
}

@media (max-width: 1199px) {
    .sidebar-item {
        padding: 25px;
    }
}

@media (max-width: 450px) {
    .sidebar-item {
        padding: 15px;
    }
}

.sidebar-item:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-item__title {
    margin-bottom: 15px;
}

.sidebar-item.style--two {
    padding: 0;
    border: 0;
    background-color: #fff;
}

.sidebar-item > .title {
    border-radius: 5px 5px 0 0;
    padding: 15px;
    background-color: var(--accent-first);
    color: #fff;
}

.sidebar-item > .content {
    padding: 25px;
}

@media (max-width: 450px) {
    .sidebar-item > .content {
        padding: 15px;
    }
}

.categories li {
    padding: 8px 0;
}

.categories li:not(:last-child) {
    border-bottom: 1px solid #0e0e0e1a;
}

.sidebar-search .form-group {
    position: relative;
}

.sidebar-search .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.news-item:not(:last-child) {
    margin-bottom: 24px;
}

.news-item .thumb {
    width: 90px;
    height: 80px;
    flex-shrink: 0;
}

@media (max-width: 450px) {
    .news-item .thumb {
        width: 75px;
        height: 70px;
    }
}

.news-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.news-item .content .title {
    font-size: 16px;
}

@media (max-width: 575px) {
    .news-item .content .title {
        font-size: 15px;
    }
}

.news-item .content .title a {
    -webkit-line-clamp: 2;
}

.tags li:not(:first-child) {
    border-top: 1px dashed rgba(8, 32, 50, 0.1);
}

.tags li:first-child a {
    padding-top: 0 !important;
}

.tags li:last-child a {
    padding-bottom: 0 !important;
}

.banner {
    padding: 150px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .banner {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 80px 0;
    }
}

@media (max-width: 450px) {
    .banner {
        padding: 60px 0;
    }
}

.banner__content {
    position: relative;
    z-index: 1;
}

.banner__content::before {
    position: absolute;
    content: "";
    max-width: 500px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #f6f8fa 0%, rgba(246, 248, 250, 0.3) 100%);
    border-radius: 34% 63% 60% 40%/56% 53% 45% 42%;
    z-index: -1;
    left: -25%;
    top: -25%;
}

@media (max-width: 991px) {
    .banner__content {
        text-align: center;
    }
}

.banner__content .subtitle {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .banner__content .subtitle {
        font-size: 16px;
    }
}

.banner__content .title {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .banner__content .title {
        margin-bottom: 20px;
    }
}

.banner__content p {
    font-size: 18px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .banner__content p {
        font-size: 16px;
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .banner__content p {
        margin-bottom: 30px;
    }
}

.banner__content .button__wrappper {
    gap: 10px 20px;
}

@media (max-width: 575px) {
    .banner__content .button__wrappper {
        gap: 10px 15px;
    }
}

@media (max-width: 991px) {
    .banner__thumb img {
        width: 100%;
    }
}

.banner-shapes .shape1 {
    position: absolute;
    top: 170px;
    left: 100px;
    width: 20px;
    animation: rotate__shpae 5s infinite;
}

.banner-shapes .shape1 img {
    width: 100%;
}

.banner-shapes .shape2 {
    position: absolute;
    top: 350px;
    left: 300px;
    animation: zoom__in 5s infinite;
    z-index: 1;
}

.banner-two .banner__thumb {
    position: relative;
}

.banner-two .banner__thumb .shape3 {
    position: absolute;
    right: 0;
    top: -10%;
    opacity: 0.7;
    z-index: -1;
}

.inner-banner {
    padding-top: 150px;
    position: relative;
}

@media (max-width: 1199px) {
    .inner-banner {
        padding-top: 120px;
    }
}

@media (max-width: 575px) {
    .inner-banner {
        padding-top: 100px;
    }
}

.inner-banner .inner-hero-text {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    color: transparent;
    text-stroke: 1px rgba(71, 70, 79, 0.4);
    -webkit-text-stroke: 1px rgba(71, 70, 79, 0.4);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

@media (max-width: 991px) {
    .inner-banner .inner-hero-text {
        font-size: 100px;
    }
}

@media (max-width: 575px) {
    .inner-banner .inner-hero-text {
        font-size: 78px;
        width: 100%;
    }
}

.inner-banner .title {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .inner-banner .title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .inner-banner .title {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .inner-banner .title {
        margin-bottom: 0px;
    }
}

.breadcrumbs {
    gap: 0px 5px;
}

.breadcrumbs a {
    color: var(--heading-color);
}

.breadcrumbs li {
    font-weight: 500;
}

.breadcrumbs li:last-child {
    color: var(--accent-second);
}

.filter.style--two li a {
    background-color: transparent;
}

.section__header {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section__header {
        margin-bottom: 40px;
    }
}

.section__header.style-two {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .section__header.style-two {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .section__header.style-two {
        margin-bottom: 20px;
    }
}

.section__header .subtitle {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .section__header .subtitle {
        font-size: 16px;
    }
}

.feature__item {
    min-height: 350px;
    padding: 35px 30px;
    background-color: #f6f8fa;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .feature__item {
        text-align: center;
        padding: 30px 15px;
    }
}

.feature__item-thumb {
    margin-bottom: 25px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .feature__item-thumb {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
}

.feature__item-thumb .thumb {
    width: 55px;
}

.feature__item-thumb .thumb img {
    width: 100%;
}

@media (max-width: 575px) {
    .feature__item-thumb .thumb {
        width: 50px;
    }
}

.feature__item-content .title {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .feature__item-content .title {
        margin-bottom: 10px;
    }
}

.feature__item:hover .thumb {
    animation: zoom__in 0.5s;
}

div[class*=col]:nth-of-type(1) .feature__item {
    background-color: rgba(234, 84, 85, 0.2);
}

div[class*=col]:nth-of-type(2) .feature__item {
    background-color: rgba(98, 26, 235, 0.2);
}

div[class*=col]:nth-of-type(3) .feature__item {
    background-color: rgba(24, 211, 158, 0.2);
}

.about__content .about-title {
    color: var(--accent-first);
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .about__content .about-title {
        margin-bottom: 15px;
    }
}

.about__content p {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .about__content p {
        margin-bottom: 20px;
    }
}

.about__content .about__list {
    margin-bottom: 40px;
    gap: 12px 0;
}

@media (max-width: 1199px) {
    .about__content .about__list {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .about__content .about__list {
        margin-bottom: 30px;
    }
}

.about__content .about__list li {
    font-weight: 500;
    color: var(--heading-color);
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    width: 50%;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .about__content .about__list li {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .about__content .about__list li {
        width: 100%;
    }
}

.about__content .about__list li .thumb {
    width: 25px;
    object-fit: cover;
}

.about__content .about__list li .thumb img {
    width: 100%;
}

.about__content .about__list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-size: 18px;
}

.about__thumb img {
    width: 100%;
}

.filter {
    margin: -12.5px -12.5px 50px;
}

@media (max-width: 991px) {
    .filter {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .filter {
        margin: -6px -6px 35px;
    }
}

.filter li {
    width: 33.3333333%;
    padding: 12.5px;
}

@media (max-width: 991px) {
    .filter li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .filter li {
        width: 33.3333333333%;
    }
}

@media (max-width: 575px) {
    .filter li {
        width: 50%;
        padding: 6px;
    }
}

.filter li .nav-link {
    padding: 0;
    border: 0;
}

.filter li .nav-link.active {
    position: relative;
}

.filter li .nav-link.active::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 20px;
    height: 15px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: rgba(234, 84, 85, 0.2);
    transition: all ease 0.3s;
}

@media (max-width: 575px) {
    .filter li .nav-link.active::before {
        height: 10px;
    }
}

.filter li:nth-of-type(1) .nav-link.active::before {
    background-color: rgba(234, 84, 85, 0.15);
}

.filter li:nth-of-type(1) .service__item {
    background-color: rgba(234, 84, 85, 0.15);
}

.filter li:nth-of-type(2) .nav-link.active::before {
    background-color: rgba(98, 26, 235, 0.15);
}

.filter li:nth-of-type(2) .service__item {
    background-color: rgba(98, 26, 235, 0.15);
}

.filter li:nth-of-type(3) .nav-link.active::before {
    background-color: rgba(255, 54, 83, 0.15);
}

.filter li:nth-of-type(3) .service__item {
    background-color: rgba(255, 54, 83, 0.15);
}

.filter li:nth-of-type(4) .nav-link.active::before {
    background-color: rgba(24, 211, 158, 0.15);
}

.filter li:nth-of-type(4) .service__item {
    background-color: rgba(24, 211, 158, 0.15);
}

.filter li:nth-of-type(5) .nav-link.active::before {
    background-color: rgba(12, 147, 210, 0.15);
}

.filter li:nth-of-type(5) .service__item {
    background-color: rgba(12, 147, 210, 0.15);
}

.filter li:nth-of-type(6) .nav-link.active::before {
    background-color: rgba(246, 162, 0, 0.15);
}

.filter li:nth-of-type(6) .service__item {
    background-color: rgba(246, 162, 0, 0.15);
}

.service__item {
    background-color: rgba(234, 84, 85, 0.2);
    padding: 30px 10px;
    border-radius: 5px;
    width: 100%;
}

@media (max-width: 767px) {
    .service__item {
        padding: 20px 15px;
    }
}

.service__item-thumb {
    max-width: 55px;
    max-height: 55px;
    margin: 0 auto 15px;
}

.service__item-thumb img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .service__item-thumb {
        max-width: 50px;
        max-height: 50px;
    }
}

.service__item .title {
    font-size: 17px;
}

@media (max-width: 1199px) {
    .service__item .title {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .service__item .title {
        font-size: 14px;
    }
}

.service__thumb img {
    width: 100%;
}

.service__content .title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .service__content .title {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .service__content .title {
        margin-bottom: 20px;
    }
}

.counter__item.style--two {
    border-radius: 20px;
    padding: 60px 20px;
}

@media (min-width: 1400px) {
    .counter__item {
        padding: 120px 20px;
    }
}

@media (min-width: 992px) {
    .counter__item {
        padding: 80px 20px;
    }
}

.counter__item .title {
    font-size: 56px;
}

@media (max-width: 1399px) {
    .counter__item .title {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .counter__item .title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .counter__item .title {
        font-size: 40px;
    }
}

.counter__item p {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .counter__item p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .counter__item p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    div[class*=col]:nth-child(2) .counter__item {
        background: var(--accent-first);
    }

    div[class*=col]:nth-child(2) .counter__item .title,
div[class*=col]:nth-child(2) .counter__item p,
div[class*=col]:nth-child(2) .counter__item span {
        color: #fff !important;
    }
}

.client {
    z-index: 1;
}

.client .slick-list {
    margin: 0 -15px;
}

.single__slide {
    padding: 0 15px;
}

.client__content {
    border-radius: 5px;
    position: relative;
}

@media (max-width: 575px) {
    .client__content {
        padding: 0px;
    }
}

.client__content .text {
    font-size: 18px;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .client__content .text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.client__content .client-icon {
    position: absolute;
    right: 20px;
    bottom: -20px;
    font-size: 120px;
    line-height: 1;
    color: rgba(234, 84, 85, 0.4);
}

.ratting {
    gap: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .ratting {
        margin-bottom: 5px;
    }
}

.ratting li {
    font-size: 24px;
    color: #f6a200;
}

.author__wrapper .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(234, 84, 85, 0.2);
}

.author__wrapper .thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.author__wrapper .content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.author__wrapper .content p {
    font-size: 14px;
}

.team div[class*=col]:nth-of-type(1) .team__item {
    background-color: rgba(234, 84, 85, 0.2);
}

.team div[class*=col]:nth-of-type(2) .team__item {
    background-color: rgba(98, 26, 235, 0.2);
}

.team div[class*=col]:nth-of-type(3) .team__item {
    background-color: rgba(24, 211, 158, 0.2);
}

.team div[class*=col]:nth-of-type(4) .team__item {
    background-color: rgba(12, 147, 210, 0.2);
}

.team__item {
    box-shadow: 0px 0px 15px 0px rgba(8, 32, 50, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.team__item-thumb {
    padding: 0 15px;
    height: 285px;
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .team__item-thumb {
        height: 218px;
    }
}

.team__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1399px) {
    .team__item-thumb img {
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .team__item-thumb img {
        object-fit: contain;
    }
}

.team__item-content {
    background-color: #fff;
    padding: 25px 0;
}

@media (max-width: 575px) {
    .team__item-content {
        padding: 20px 0;
    }
}

.team__item-content .title {
    font-size: 20px;
}

.team__item-content .desgination {
    font-size: 14px;
    color: var(--accent-first);
}

.team__item:hover .team__hover-content {
    opacity: 1;
    bottom: 0px;
    overflow: hidden;
}

.team__hover-content {
    background: var(--accent-first);
    padding: 10px 30px;
    width: max-content;
    position: absolute;
    left: 50%;
    bottom: -55px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all ease 0.3s;
}

.team__hover-content li {
    padding: 0px 7.5px;
}

.team__hover-content a {
    color: #fff;
    font-size: 18px;
    padding: 0px 2px;
}

.subscribe {
    position: relative;
}

.subscribe__shapes .shape1 {
    position: absolute;
    top: 100px;
    left: 5%;
    animation: zoom__in 5s infinite;
    z-index: -1;
}

.subscribe__shapes .shape2 {
    position: absolute;
    top: 100px;
    right: 10%;
    animation: rotate__shpae 5s infinite;
    z-index: -1;
}

.subscribe__shapes .shape3 {
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: -1;
}

.subscribe__shapes .shape4 {
    position: absolute;
    top: 450px;
    left: 5%;
    z-index: -1;
}

.subscribe__shapes .shape5 {
    position: absolute;
    top: 200px;
    right: 20%;
    animation: zoom__in 5s infinite;
    z-index: -1;
}

.shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: -1;
}

.shapes .shape1 {
    position: absolute;
    top: 100px;
    left: 5%;
    animation: zoom__in 5s infinite;
}

.shapes .shape2 {
    position: absolute;
    top: 100px;
    right: 10%;
    animation: rotate__shpae 5s infinite;
}

.shapes .shape3 {
    position: absolute;
    top: 200px;
    left: 10%;
}

.shapes .shape4 {
    position: absolute;
    top: 450px;
    left: 5%;
}

.shapes .shape5 {
    position: absolute;
    top: 200px;
    right: 20%;
    animation: zoom__in 5s infinite;
}

.shapes .client1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    background: rgba(234, 84, 85, 0.2);
}

.shapes .client1 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.shapes .client2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    bottom: 0px;
    background: rgba(234, 84, 85, 0.2);
}

.shapes .client2 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.subscribe__thumb img {
    width: 100%;
}

.subscribe__form {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .subscribe__form {
        margin-bottom: 15px;
    }
}

.subscribe__form .form-control {
    height: 60px;
    border-radius: 0px;
    padding-right: 145px;
}

@media (max-width: 575px) {
    .subscribe__form .form-control {
        padding-right: 130px;
    }
}

.subscribe__form .subcribe--btn {
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
    padding: 12px 35px;
}

@media (max-width: 575px) {
    .subscribe__form .subcribe--btn {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .subscribe__content .section__header {
        margin-bottom: 25px;
    }
}

.post__item {
    box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.post__item-thumb {
    height: 280px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.3s;
}

@media (max-width: 1399px) {
    .post__item-thumb {
        height: 240px;
    }
}

.post__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__item-content {
    padding: 25px 20px;
    background-color: #fff;
}

@media (max-width: 575px) {
    .post__item-content {
        padding: 20px 15px;
    }
}

.post__item-content .title {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
}

.post__item-content .meta__taq {
    margin-bottom: 15px;
}

.post__item-content .meta__taq li {
    font-size: 14px;
    line-height: 1;
    color: var(--accent-first);
}

.post__item-content .meta__taq li i {
    padding-right: 5px;
    font-size: 15px;
}

.post__item-content p {
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}

@media (max-width: 575px) {
    .post__item-content p {
        margin-bottom: 10px;
    }
}

.post__item-content .read__btn {
    color: var(--accent-first);
    font-weight: 500;
}

@media (max-width: 575px) {
    .post__item-content .read__btn {
        font-size: 14px;
    }
}

.post__item-content .read__btn i {
    transition: all ease 0.3s;
}

.post__item-content .read__btn:hover i {
    transform: translateX(5px);
}

.post__item:hover .post__item-thumb img {
    transform: scale(1.1);
}

.comment-wrapper {
    margin-top: 40px;
}

.comment-wrapper .comment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    gap: 15px;
}

.comment-wrapper .comment:last-child {
    border: none;
}

.comment-wrapper .comment-rep {
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
}

.comment-wrapper .comment .comment-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f8fa;
}

.comment-wrapper .comment .comment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-wrapper .comment .comment-content {
    width: calc(100% - 90px);
}

@media (max-width: 450px) {
    .comment-wrapper .comment .comment-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

.comment-wrapper .comment .comment-content .name {
    display: inline-block;
    margin-right: 15px;
}

.comment-wrapper .comment .comment-content .comment-date {
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-color);
    text-transform: uppercase;
}

.comment-wrapper .comment .comment-content .comment-reply {
    margin-left: 15px;
    font-size: 24px;
    color: var(--text-color);
}

.comment-wrapper .comment .comment-content .comment-reply .tooltip {
    font-size: 13px;
    transition: all ease 0.3s;
    padding: 10px 15px;
    transform: translate(12px, -35px) scale(0);
}

.comment-wrapper .comment .comment-content .comment-reply:hover {
    color: var(--accent-first);
}

.comment-wrapper .comment .comment-content .comment-reply:hover .tooltip {
    opacity: 1;
    transform: translate(12px, -35px) scale(1);
}

.contact-info-item {
    border: 1px solid #0e0e0e1a;
    padding: 25px;
    height: 100%;
}

.contact-info-item:not(:last-child) {
    margin-bottom: 24px;
}

.contact-info-item .icon {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1;
    color: var(--accent-first);
    width: 50px;
}

.contact-info-item .content {
    padding-left: 15px;
    width: calc(100% - 50px);
}

@media (max-width: 1199px) {
    .contact-info-item .content {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}

.contact-info-item .content .title {
    margin-bottom: 8px;
}

.about__wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 80px 50px;
}

@media (max-width: 1199px) {
    .about__wrapper {
        padding: 40px 35px;
    }
}

@media (min-width: 992px) {
    .about__wrapper {
        box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
    }
}

@media (max-width: 991px) {
    .about__wrapper {
        padding: 0;
        box-sizing: 0;
    }
}

.about__content-title {
    margin-bottom: 15px;
}

.service__item-two {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(41, 56, 88, 0.1);
}

.service__item-two .content {
    padding: 40px 30px;
    background-color: #fff;
    transition: all ease 0.3s;
}

@media (max-width: 1399px) {
    .service__item-two .content {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .service__item-two .content {
        padding: 30px 20px;
    }
}

.service__item-two .content .title {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .service__item-two .content .title {
        margin-bottom: 10px;
    }
}

.service__item-two .content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .service__item-two .content p {
        margin-bottom: 7px;
    }
}

.service__item-two .content .service__btn {
    line-height: 1;
    text-decoration: underline;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .service__item-two .content .service__btn {
        font-size: 15px;
    }
}

.service__item-two .content .service__btn:hover {
    color: var(--heading-color);
}

.service__item-two.active .content, .service__item-two:hover .content {
    background: var(--dark-opacity);
}

.service__item-two.active .content *, .service__item-two:hover .content * {
    color: #fff !important;
}

.bg__overlay {
    position: relative;
}

.bg__overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#26384000, var(--dark-accent));
}

.blog-two .post__item-content {
    padding: 0px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    background: transparent;
}

@media (max-width: 575px) {
    .blog-two .post__item-content {
        left: 15px;
        right: 15px;
        bottom: 25px;
    }
}

.blog-two .post__item-content .title {
    margin-bottom: 0px;
}

.blog-two .post__item-content .title a {
    color: #fff !important;
}

.blog-two .post__item {
    position: relative;
}

.blog-two .post__item:hover .post__item-thumb {
    transform: scale(1.1);
}

.blog-two .post__item:hover .post__item-thumb img {
    transform: none;
}

.bg__overlay2, .team__item-two .team-thumb {
    position: relative;
}

.bg__overlay2::before, .team__item-two .team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-opacity);
    transition: all ease 0.3s;
}

.team__item-two {
    position: relative;
}

.team__item-two .team-thumb {
    height: 400px;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .team__item-two .team-thumb {
        height: 350px;
    }
}

.team__item-two .team-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team__item-two .team-thumb::before {
    opacity: 0;
}

.team__item-two .team-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0px;
}

.team__item-two .team-content .content {
    min-width: 250px;
    opacity: 0;
    transition: all ease 0.3s;
}

.team__item-two .team-content .content .desgination {
    margin-bottom: 10px;
    font-size: 14px;
}

.team__item-two .team-content * {
    color: #fff;
}

.team__item-two:hover .team-thumb::before {
    opacity: 1;
}

.team__item-two:hover .content {
    opacity: 1;
}

.social__link {
    gap: 15px;
}

.social__link a {
    padding: 5px 2px;
}

.client__content-two {
    padding: 0px;
}

.client__content-two .ratting {
    margin-bottom: 15px;
}

.client__content-two .ratting li {
    line-height: 1;
}

@media (max-width: 575px) {
    .client__content-two .text {
        font-size: 16px;
    }
}

.client__content-two .author__wrapper {
    margin: 0 auto;
    max-width: 190px;
}

.client__content-two .author__wrapper .thumb {
    background-color: rgba(98, 26, 235, 0.2);
}

.client__content-two .client-icon {
    color: rgba(98, 26, 235, 0.4);
}

.faq-item {
    background-color: #fff;
    border-radius: 8px;
}

.faq-item:not(:last-child) {
    margin-bottom: 24px;
}

.faq-item.active .faq-item__content {
    display: block;
}

.faq-item.open .faq-item__title .title::before {
    transform: rotate(-180deg);
}

.faq-item__title {
    padding: 20px 30px;
    cursor: pointer;
}

@media (max-width: 450px) {
    .faq-item__title {
        padding: 20px;
    }
}

.faq-item__title .title {
    position: relative;
    padding-right: 25px;
}

.faq-item__title .title::before {
    content: "\f107";
    right: 0;
    top: 2px;
    font-size: 14px;
    color: var(--heading-color);
}

.faq-item__content {
    padding: 25px 30px;
    padding-top: 0;
    display: none;
}

.faq-item.style--two {
    border: 1px solid #0e0e0e1a;
    box-shadow: 0 0 5px rgba(234, 84, 85, 0.05);
}

.error__content .title {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 150px;
    color: var(--dark-accent);
}

@media (max-width: 991px) {
    .error__content .title {
        font-size: 100px;
    }
}

.error__content .subtitle {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .error__content .subtitle {
        margin-bottom: 20px;
    }
}

.sec-box:last-child {
    margin-bottom: 0;
}

.portfolio-item {
    position: relative;
}

.portfolio-item__thumb img {
    object-fit: cover;
}

.portfolio-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    text-align: center;
    z-index: 1;
    max-height: 326px;
}

.portfolio-item__content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(234, 84, 85, 0.5) 20%, var(--accent-first) 100%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.portfolio-item__content .plus {
    font-size: 150px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
}

.portfolio-item__content .title {
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
}

.portfolio-item__content .title a {
    color: #fff;
}

.portfolio-item:hover .portfolio-item__content::before {
    visibility: visible;
    opacity: 1;
}

.portfolio-item:hover .portfolio-item__content .plus {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.portfolio-item:hover .portfolio-item__content .title {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.ffff{
    color: #ffffff;
}

.banner-shapes .shape1 img,
.banner-shapes .shape2 img,
.shapes .shape3 img,
.subscribe__shapes .shape3 img,
.subscribe__shapes .shape4 img,
.subscribe__shapes .shape5 img
 {
    filter: var(--filter-two);
}

.subscribe__shapes .shape1 img,
.subscribe__shapes .shape2 img,
.shapes .shape1 img,
.shapes .shape2 img
{
    filter: var(--filter-one);
}

.portfolio-item__thumb {
    height: 326px;
}

.service__content p {
    margin-bottom: 20px;
}

        .checkbox-container {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            justify-content: center;
            gap: 10px;
        }

        .checkbox-container label {
            font-size: 14px;
            color: #555;
            cursor: pointer;
            user-select: none;
        }

        .checkbox-container a {
            color: var(--accent-first);
            text-decoration: none;
            font-weight: 500;
        }

        .auth-container {
            width: 100%;
            max-width: 450px;
            background: #fff;
            padding: 40px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            border-top: 5px solid var(--accent-first);
        }

        .form-switcher {
            text-align: center;
            margin-bottom: 25px;
        }

        .form-switcher button {
            background-color: transparent;
            border: none;
            color: #555;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            padding: 5px 15px;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .form-switcher button.active {
            color: var(--accent-first);
            border-bottom-color: var(--accent-first);
        }

        .form-container {
            display: none;
        }

        .form-container.active {
            display: block;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }

        .form-control {
            width: 100%;
            padding: 12px;
            margin-bottom: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-sizing: border-box;
        }

        .btn-submit {
            color: #fff;
            padding: 12px 35px;
            font-weight: 500;
            cursor: pointer;
            outline: none;
            background-color: #ea5455;
            border: 0;
            border-radius: 5px;
            width: 100%;
            transition: background-color 0.3s;
        }

        .btn-submit:hover {
            background-color: #d14141;
        }

        .message-box {
            display: none;
            padding: 15px;
            margin-top: 20px;
            border-radius: 5px;
            text-align: center;
        }

        .message-success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .message-pending {
            background-color: #fff3cd;
            color: #856404;
            border: 1px solid #ffeeba;
        }
        #alert-message {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
.banner__thumb img {
    width: 100%;
    max-height: 100%;
}
@media screen and (width > 767px) {
    .services-2 .filter,
    .service__wrappper.services-2 {
        display: flex;
    }
    .service__wrappper.services-2 {
        gap: 30px;
    }
    .services-2 .filter li .nav-link.active::before {
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        clip-path: polygon(0 0, 50% 50%, 0 100%);
    }
    .services-2 .filter li {
        width: 100%;
    }
    .services-2 .service__item {
        align-items: center;
        padding: 20px;
        gap: 10px;
    }
}
@media screen and (width < 768px) {
    .services-2 .service__item-thumb {
        display: none;
    }
    .services-2 .service__wrappper {
        flex-direction: column !important;
    }
    .services-2 .filter li .nav-link {
        height: 100%;
        display: inline-block;
    }
    .services-2 .service__item {
        height: 100%;
    }
 }
.portfolio-item-2 {
    overflow: hidden;
    max-width: 20rem;
    transition-property: all;
    height: 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-right: auto;
    margin-left: auto;
}
.portfolio-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 12rem;

}
.portfolio-caption {
    padding: 0 15px;
}
.portfolio-caption span {
--tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
}
.portfolio-caption-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.portfolio-caption-title a {
    transition-duration: 300ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.portfolio-caption p {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.client {
    direction: initial;
}
.service-details .details-thumb {
    margin-top: 40px;
    margin-bottom: 40px;
}

.odometer.odometer-auto-theme .odometer-digit {
    min-width: 27px;
}
.details-content-li li {
    list-style: disc;
    margin: 0 20px;
    display: list-item;
}