
.fa-brands {
    font-weight: 400
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-brands,
.fa-regular,
.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-regular,
.fa-solid {
    font-family: Font Awesome\ 6 Free
}

.fa-brands {
    font-family: Font Awesome\ 6 Brands
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-xmark:before {
    content: "\f00d"
}

.fa-chevron-right:before {
    content: "\f054"
}

:root {
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-font-sans-serif: "Poppins";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-bg: #f8f9fa;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-lg: 0.5rem
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h6,
h1,
h2,
h3,
h4,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0
}

ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

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

/* .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
} */

.gx-2 {
    --bs-gutter-x: 0.5rem
}

.gy-2 {
    --bs-gutter-y: 0.5rem
}

.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

/* @media (min-width: 576px) {
    .col-sm-12 {
        flex:0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex:0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex:0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex:0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width: 1400px) {
    .col-xxl-5 {
        flex:0 0 auto;
        width: 41.66666667%
    }
} */

.btn-link {
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-hover-color: var(--bs-link-hover-color);
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar,
.navbar>.container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar>.container {
    flex-wrap: inherit
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-padding: 1rem;
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    padding: var(--bs-modal-header-padding)
}

.modal-footer,
.modal-header {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.modal-footer {
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden:not(caption) {
    position: absolute !important
}

.d-inline {
    display: inline !important
}

.d-none {
    display: none !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}


i.fa-solid {
    font-family: Font Awesome\ 6 Free
}

.modal.fade {
    background: rgba(0, 0, 0, .749) !important
}

body::-webkit-scrollbar {
    width: .8em
}

body::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #373d5f;
    border-radius: 25px
}

::-moz-selection {
    background-color: #373d5f;
    color: #fff
}

::selection {
    background-color: #373d5f;
    color: #fff
}

body,
html {
    overflow-x: hidden;
    position: relative
}

.h1,
h1 {
    color: #262626;
    font-size: 32px
}

.h1,
.h2,
h1,
h2 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
}

.h2,
h2 {
    color: #000;
    font-size: 26px
}

.h3,
h3 {
    font-size: 24px;
    margin-bottom: 18px
}

.h3,
.h4,
h3,
h4 {
    color: #000;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    position: relative
}

.h4,
h4 {
    font-size: 22px
}

.h6,
h6 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 17px
}

.h6,
h6,
p {
    color: #000;
    position: relative
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1rem
}

a,
p {
    font-family: "Poppins", sans-serif
}

a {
    box-shadow: none;
    outline: none !important;
    text-decoration: none !important
}

section {
    margin: 0 auto;
    max-width: 1920px;
    padding: 70px 0;
    position: relative
}

ul li {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 22px
}

.or {
    font-size: 18px;
    margin: 0 15px 0 20px
}

.btn-order {
    background: #ffcb00;
    border: 1px solid #ffcb00;
    border-radius: 50em;
    color: #000;
    display: inline-block;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;!i;!;
    margin: 5px;
    padding: 10px 65px 10px 30px;
    position: relative;
    transition: all .5s ease-in-out
}

.btn-order .icon-box {
    align-items: center;
    background-color: #e6b908;
    border-radius: 50em;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px
}

.btn-order .icon-box i {
    margin-right: 0
}

.btn-order i,
.btn-order img,
.btn-order svg {
    margin-right: 10px
}

.btn-order:hover {
    border: 1px solid #ffcb00
    
}

.btn-live {
    background: #51b27e !important;
    color: #fff;
    transition: all .5s ease-in-out
}

.btn-live {
    border: 1px solid #51b27e !important;
    border-radius: 50em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 5px;
    padding: 13px 30px
}

.btn-live i,
.btn-live img,
.btn-live svg {
    font-size: 16px;
    margin-right: 10px
}

.lazyload {
    opacity: 0;
    transition: opacity .5s
}

.text-highlight {
    color: #ffc900;
}

.modal {
    display: none
}



hr {
    margin: 0
}

.luminosity {
    mix-blend-mode: luminosity
}

.call-modal {
    padding-right: 0 !important;
    transition: .6s;
    width: auto
}

.call-modal.fade:not(.show) {
    background-color: transparent
}

.call-modal.show {
    background: rgba(0, 0, 0, .839);
    display: flex !important;
    width: 100%
}

.banner-adjust {
    margin-top: 120px
}

.m-t-20 {
    margin-top: 20px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

@media (max-width: 767px) {
    #scroll-control .header .navbar-collapse ul li a {
        font-size: 17px !important
    }

    .footer ul {
        padding-left: 0
    }

    .footer ul li {
        padding: 7px 0
    }

    #scroll-control .header ul {
        gap: 0 !important
    }

    .or,
    br {
        display: none
    }

    .navbar-collapse ul li a,
    .navbar-collapse ul li span {
        font-size: 16px !important
    }
}

@media (max-width: 991px) {
    #scroll-control .header ul li span {
        font-size: 30px
    }

    .banner-adjust {
        margin-top: 74px
    }

    #scroll-control .header .navbar-toggler:focus {
        box-shadow: none !important
    }

    #scroll-control .header .navbar-collapse {
        background: #09599f;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .259);
        height: 100vh;
        left: 0;
        padding: 50px 10px;
        position: absolute;
        top: 0;
        width: 80%
    }

    #scroll-control .header .navbar-collapse ul {
        align-items: self-start !important
    }

    #scroll-control .header .navbar-collapse ul li {
        margin-bottom: 10px !important
    }

    #scroll-control .header .navbar-collapse ul li a,
    #scroll-control .header .navbar-collapse ul li span {
        font-size: 17px !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #scroll-control .header ul li {
        margin: 0 0 0 10px !important
    }

    #scroll-control .header ul li a {
        font-size: 16px !important
    }
}

.main-header {
    background: #fff;
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.main-header .top-nav {
    background-color: #000;
    padding: 10px
}

.main-header .top-nav p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 0
}

.main-header .top-nav p img {
    margin-right: 5px
}

.main-header .top-nav .social-link {
    display: flex;
    gap: 10px 33px;
    margin-bottom: 0
}

.main-header .top-nav .social-link li .btn-link {
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-decoration: none
}

.main-header .top-nav .social-link li .btn-link i,
.main-header .top-nav .social-link li .btn-link svg {
    margin-right: 6px;
    font-size: 16px;
}

.main-header .navbar {
    padding: 5px 0;
    background: #fff;
    /* border-bottom: 2px solid #000; */
    /* box-shadow: rgb(0 0 0 / 76%) 0px 5px 15px; */
}

.main-header .navbar.top .nav-item {
    padding: 0 4px
}

.main-header .navbar .dropdown:hover .dropdown-menu {
    display: block
}

.main-header .navbar .dropdown .dropdown-item.active {
    background-color: #fff;
    color: #ffcb00
}

.main-header .navbar .dropdown .dropdown-item:active {
    background: linear-gradient(216deg, #0D897D, #2F2F2F)
}

.main-header .navbar .navbar-nav li {
    margin-bottom: 0;
    line-height: 1.9;
}

.main-header .navbar .navbar-nav li .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 5px;
    padding: 0 1rem;
    line-height: 1.9;
}

.main-header .navbar .navbar-nav li .nav-link.active {
    color: #ffcb00;
    font-weight: 900
}

.main-header .navbar .navbar-nav li .nav-link:hover {
    color: #ffc900;
}

.main-header .navbar .navbar-nav .btn-live {
    font-size: 16px;
    padding: 14px 30px
}

.main-header .navbar .navbar-nav .btn-order {
    font-size: 18px;
}

.main-header .navbar .navbar-toggler-icon {
    background: url(https://www.gulfpublications.com/assets/frontend/images/icons/toggle.svg) no-repeat
}

.main-header.fixed-top {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .322)
}

@media (min-width: 1200px) and (max-width:1399px) {
    .navbar .navbar-nav li {
        margin-bottom: .2rem
    }

    .main-header .navbar .navbar-nav li .nav-link {
        padding: 0 .5rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .main-header .navbar .navbar-nav li .nav-link {
        font-size: 16px;
        margin: 0;
        padding: 0 .3rem
    }

    .main-header .navbar .navbar-nav li .btn-order {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .navbar-toggler i {
        display: none
    }
}

@media (max-width: 991px) {
    .main-header .top-nav {
        display: none
    }

    .main-header .navbar-nav .nav-link {
        color: #fff !important
    }

    .navbar-collapse {
        background: linear-gradient(216deg, #0D897D, #2F2F2F);
        box-shadow: 0 0 10px 0;
        height: 100vh;
        left: 0;
        padding: 30px 10px;
        position: absolute;
        top: 0;
        transform: translate(-350px);
        transition: .5s;
        width: 80%;
        z-index: 10
    }

    .navbar-collapse.collapse.show {
        transform: translate(0) !important
    }

    .navbar-collapse ul {
        align-items: start !important
    }

    .navbar-collapse ul li {
        border: 0 !important;
        margin: 10px 0;
        width: 100%
    }

    .navbar-collapse a.nav-link {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 500 !important
    }

    .navbar-toggler {
        box-shadow: none !important
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: 0;
        overflow-x: scroll;
        padding: 10px 20px !important;
        width: 100%
    }

    .navbar-nav .dropdown-menu li {
        margin: 0
    }

    .navbar-nav .dropdown-menu li a {
        color: #fff !important
    }

    button.navbar-toggler[aria-expanded=true] span {
        background: url(https://www.gulfpublications.com/assets/frontend/images/icons/close-icon.svg) no-repeat !important
    }
}

.footer {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 90px 0 10px
}

.footer ul {
    padding-bottom: 20px;
    padding-left: 0
}

.footer ul li {
    list-style-type: none;
    position: relative
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px
}

.footer .h2 {
    color: #fff;
    font-size: 22px !important
}

.footer .p-text {
    color: #fff;
    font-size: 15px !important;
    padding-top: 0 !important
}

.footer hr {
    border-color: #fff;
    margin: 40px 0
}

.footer .contact-list {
    margin: 30px 0 0;
    padding: 0
}

.footer .contact-list li {
    list-style-type: none;
    position: relative
}

.footer .contact-list li a {
    font-family: Museo-Medium, sans-serif;
    font-size: 16px
}

.footer .social-icons {
    display: inline-flex;
    margin-top: 20px
}

.footer .social-icons a i,
.footer .social-icons span i {
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 7px;
    width: 30px
}

.footer p {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    /* margin-top: 20px; */
}

.footer a,
.footer p {
    color: #fff
}

.footer .list-item {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer .list-item .line {
    border: 1px solid #fff;
    height: 20px;
    width: 1px
}

.footer .payment-box {
    display: flex;
    gap: 20px;
    justify-content: end;
}

@media (max-width: 991px) {
    .payment-box {
        justify-content: center
    }
}

.associates-logo {
    padding: 0;
    text-align: center
}

.associates-logo .associate-slider {
    background: #fff;
    border: 6px solid #00766d;
    border-radius: 50em;
    max-height: 88px;
    padding: 10px 35px;
    position: relative;
    top: -40px;
    /* box-shadow: rgb(0 86 81) 0px 5px 15px; */
}

.associates-logo .associate-slider .splide__list {
    align-items: center
}

.paper-sec p {
    font-family: "Poppins", sans-serif
}

.paper-sec .publisher-slider .splide__pagination {
    bottom: -40px;
    gap: 5px
}

.paper-sec .publisher-slider .splide__pagination .splide__pagination__page {
    background-color: #dee1e9 !important
}

.paper-sec .publisher-slider .splide__pagination .splide__pagination__page.is-active {
    background-color: #051e57 !important;
    border-radius: 10px;
    width: 23px
}

.paper-sec .publisher-card {
    background-color: #fff;
    border: 1px solid #70b6c5;
    border-radius: 25px;
    display: flex;
    height: 100%;
    padding: 20px 26px;
    text-align: left
}

.paper-sec .publisher-card .img-box {
    margin-right: 24px;
    max-width: 193px
}

.paper-sec .publisher-card .content-box {
    flex: 1
}

.paper-sec .publisher-card .content-box .h6 {
    font-family: "Poppins", sans-serif;
    font-size: 15px
}

.paper-sec .publisher-card .content-box p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 8px
}

.paper-sec .publisher-card .content-box p.text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 23px
}

.paper-sec .publisher-card .content-box hr {
    border-color: #70b6c5;
    margin: 10px 0 14px
}

.paper-sec .btn-box {
    margin-top: 80px;
    text-align: center
}

@media (min-width: 1200px) and (max-width:1399px) {
    .paper-sec .publisher-card .col-md-3 {
        width: 30%
    }

    .paper-sec .publisher-card .col-md-9 {
        width: 70%
    }
}

@media (max-width: 575.98px) {
    .paper-sec .publisher-card {
        flex-direction: column
    }

    .paper-sec .publisher-card img {
        margin-bottom: 15px
    }
}

.cta .row {
    align-items: center
}

.cta .cta-card {
    background: linear-gradient(240deg, #f1fafb 40%, #87d1e1);
    border-radius: 12px;
    padding: 34px 60px
}

.cta .cta-card .h1 {
    color: #262626;
    display: block;
    font-size: 32px;
    margin-bottom: 7px
}

.cta .cta-card p {
    font-size: 18px;
    line-height: 27px
}

.cta .cta-card ul {
    align-items: center;
    display: flex;
    margin-top: 20px;
    padding-left: 0
}

.cta .cta-card ul li {
    font-size: 16px;
    list-style: none;
    padding: 0 2px
}

.cta .cta-card ul li .line {
    border: 1px solid #000;
    transform: rotate(90deg);
    width: 23px
}

.cta .h2 {
    display: block;
    font-size: 30px;
    margin-bottom: 7px
}

.cta .btn-box {
    margin-top: 40px
}

.cta .btn-box img {
    margin-right: 30px
}

.cta .btn-box .btn-live {
    font-size: 18px !important
}

@media (min-width: 992px) and (max-width:1400px) {
    .cta .h2 {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .cta .cta-card {
        padding: 34px 30px
    }
}

.faq .accordion {
    counter-reset: stepper;
    text-align: left
}

.faq .accordion .accordion-item {
    counter-increment: stepper;
    margin-left: 60px
}

.faq .accordion .accordion-item .accordion-header {
    counter-increment: stepper1;
    position: relative;
    width: 100%
}

.faq .accordion .accordion-item .accordion-header:before {
    color: #7d7d7d;
    content: counter(stepper, decimal-leading-zero);
    display: inline-block;
    font-size: 30px;
    left: -60px;
    position: absolute;
    top: 30px
}

.faq .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    font-family: Museo-Medium, sans-serif;
    font-size: 22px;
    padding: 35px 0
}

.faq .accordion .accordion-item .accordion-header .accordion-button:after {
    background-image: none;
    color: #113dcd;
    content: "+";
    font-family: Font Awesome\ 6 Free
}

.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    outline: none
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.faq .accordion .accordion-item .accordion-body {
    margin-top: -12px;
    padding: 0 0 30px
}

.hero-section {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);padding-bottom: 100px;
}

.hero-section .h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
}

.hero-section p {
    color: #fff;
    font-size: 16px
}

.hero-section .text-highlight {
    color: #ffcb00
}

.hero-section .btn-box {
    /* margin-top: 50px; */
}

.hero-section .btn-box p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px
}

.hero-section .btn-box .btn-order {
    background-color: #ebf1f9;
    border-color: #ebf1f9;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 12px;
}

.hero-section .btn-box .btn-order img {
    max-height: 20px;
    max-width: 20px;
    width: 20px
}

.hero-section .btn-box .btn-order:hover {
    background-color: #fff
}

.hero-section .btn-box .btn-live {
    background: #ebf1f9;
    border-color: #ebf1f9;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    padding: 20px
}

.hero-section .btn-box .btn-live img {
    max-height: 20px;
    max-width: 20px;
    width: 20px
}

.hero-section .btn-box .btn-live:hover {
    background-color: #fff
}

.hero-section .banner-slider {
    height: 380px;
    margin-left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-54%);
    width: 50%
}

.hero-section .banner-slider .home-slider .splide__arrows .splide__arrow {
    background-color: #fff !important;
    border: 1px solid #0056d6;
    height: 41px;
    width: 41px
}

.hero-section .banner-slider .home-slider .splide__arrows .splide__arrow svg {
    fill: #0056d6
}

.hero-section .banner-slider .home-slider .splide__arrows .splide__arrow:disabled {
    display: none
}

.why-choose {
    padding-top: 40px
}

.why-choose p {
    font-size: 18px
}

.why-choose .services {
    text-align: center
}

.why-choose .services img {
    margin-bottom: 15px
}

.why-choose .services .h4 {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 15px
}

.why-choose .services p {
    font-size: 16px
}

.publication-highlight {
    padding-bottom: 100px;
    padding-top: 0;
    position: relative
}

/* .publication-highlight .wrapper {
    height: 100%;
    left: 14%;
    overflow: visible;
    position: absolute;
    top: 10%;
    transform: scale(1.1);
    width: 70%;
    z-index: -1
} */

.publication-highlight .h4 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px
}

.publication-highlight .h6 {
    font-family: "Poppins", sans-serif
}

.publication-highlight .box {
    background-color: #fff;
    border-radius: 10px;
    height: 194px;
    padding: 24px 36px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.publication-highlight .box img {
    display: inline-block;
    /* height: 42px; */
    margin-right: 4px;
    /* width: 42px; */
}

.publication-highlight .box .h1 {
    color: #0D897D;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    margin-bottom: 6px;
    margin-top: 24px;
}

.publication-highlight .box .country-card {
    align-items: center;
    display: flex;
    gap: 10px
}

.publication-highlight .box .country-card .h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0
}

.simple-steps .row:nth-child(2) {
    counter-reset: stepper;
    margin-top: 26px
}

.simple-steps .row:nth-child(2) .col-12 {
    counter-increment: stepper
}

.simple-steps .row:nth-child(2) .col-12 .step-card {
    counter-increment: stepper1
}

.simple-steps .step-card {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    border-radius: 5px;
    height: 100%;
    padding: 50px 24px 28px;
    position: relative
}

.simple-steps .step-card:before {
    align-items: center;
    background-color: #ffc900;
    border: 8px solid #f9ecec;
    border-radius: 50em;
    color: #000;
    content: counter(stepper);
    display: flex;
    font-family: "Poppins", sans-serif;
    height: 50px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
    width: 50px
}

.simple-steps .step-card .img-box {
    margin-bottom: 10px;
    min-height: 140px
}

.simple-steps .step-card .h4 {
    color: #fff;
    font-family: "Poppins", sans-serif
}

.simple-steps .step-card p {
    color: #fff;
    font-size: 16px
}

.simple-steps .btn-box {
    margin-top: 80px;
    text-align: center
}

.simple-steps .btn-box .btn-order {
    font-size: 19px;
    padding: 20px 90px 20px 40px
}

.simple-steps .btn-box .btn-order .icon-box {
    width: 68px
}

.simple-steps .btn-box .info-box {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.simple-steps .btn-box .info-box svg {
    margin-right: 7px
}

.simple-steps .btn-box .info-box span {
    font-family: "Poppins", sans-serif
}

.features {
    background: linear-gradient(240deg, #f1fafb 30%, #d5eff5)
}

.features .feature-card {
    border: 1px solid #70b6c5;
    border-radius: 25px;
    padding: 28px 40px
}

.features .feature-card .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px
}

.features .feature-card .header .h3 {
    color: #14125c;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0
}

.features .feature-card .accordion {
    counter-reset: stepper
}

.features .feature-card .accordion .accordion-item {
    background-color: transparent;
    border: none;
    counter-increment: stepper
}

.features .feature-card .accordion .accordion-item .accordion-header {
    border-top: 1px solid #70b6c5;
    counter-increment: stepper1;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 100%
}

.features .feature-card .accordion .accordion-item .accordion-header:before {
    align-items: center;
    background-color: #ffc900;
    border-radius: 50em;
    color: #000;
    content: counter(stepper);
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 26px;
    width: 30px
}

.features .feature-card .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    padding: 25px 20px
}

.features .feature-card .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    outline: none
}

.features .feature-card .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent
}

.features .feature-card .accordion .accordion-item .accordion-collapse {
    padding-left: 20px
}

.features .feature-card .accordion .accordion-item .accordion-body {
    margin-top: -10px;
    padding-top: 0;
    text-align: left
}

.features .content-box {
    margin-top: 15px;
    text-align: center
}

.features .content-box .h3 {
    color: #055726;
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    text-transform: capitalize
}

.features .content-box .label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.features .content-box .label b {
    font-size: 14px
}

.features .content-box .badge {
    background-color: #0181fa;
    border-radius: 5px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500
}

.mansory-section {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 90px 0 70px
}

.mansory-section .box {
    border-radius: 8px;
    display: flex;
    gap: 10px;
    height: 100%;
    min-height: 200px;
    padding: 30px 25px
}

.mansory-section .box .h2,
.mansory-section .box .h3 {
    font-family: "Poppins", sans-serif
}

.mansory-section .box p {
    font-size: 16px;
    margin-bottom: 0
}

.mansory-section .box.box-one {
    align-items: center;
    background: linear-gradient(240deg, #f1fafb, #87d1e1)
}

.mansory-section .box.box-one .h2 {
    color: #000
}

.mansory-section .box.box-one p {
    color: #000;
    line-height: 22px
}

.mansory-section .box.box-two {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between
}

.mansory-section .box.box-two .h3 {
    margin-bottom: 0
}

.mansory-section .box.box-three {
    background-color: #ffc107;
    flex-direction: column;
    justify-content: space-between
}

.mansory-section .btn-box {
    position: relative
}

.mansory-section .btn-box .btn-order {
    background-color: #fff;
    border: none;
    font-size: 19px;
    padding: 20px 95px 20px 40px
}

.mansory-section .btn-box .btn-order .icon-box {
    background-color: #ffc107;
    width: 68px
}

.mansory-section .btn-box img {
    bottom: 30px;
    position: absolute
}

.service {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
}

.service .h1 {
    color: #fff;
    margin-bottom: 20px
}

.service p {
    color: #fff
}

.service .box {
    background-color: #fff;
    border-radius: 13px;
    height: 100%;
    padding: 35px 32px
}

.service .box:hover {
    background: linear-gradient(240deg, #f1fafb, #87d1e1)
}

.service .box .h3 {
    color: #0D897D;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    margin-bottom: 8px
}

.service .box p {
    color: #1e1d1e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.service .btn-box {
    margin-top: 60px;
    text-align: center
}

.review {
    background: linear-gradient(240deg, #f1fafb 30%, #d5eff5)
}

.review .title-box {
    align-items: center;
    margin-bottom: 30px
}

.review .reviews-slider .splide__pagination {
    bottom: -40px;
    gap: 5px
}

.review .reviews-slider .splide__pagination .splide__pagination__page {
    background-color: #dee1e9 !important
}

.review .reviews-slider .splide__pagination .splide__pagination__page.is-active {
    background-color: #051e57 !important;
    border-radius: 10px;
    width: 23px
}

.review .review-card {
    border: 1px solid #70b6c5;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 14px 28px;
    text-align: left
}

.review .review-card .header {
    background-color: #eaf1fc;
    border-radius: inherit;
    margin-bottom: 18px;
    padding: 22px 11px
}

.review .review-card .header .img-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    min-height: 50px !important
}

.review .review-card .header p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0
}

.review .review-card .body {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 14px
}

.review .review-card .body .info {
    display: flex;
    flex: 1;
    flex-direction: column
}

.review .review-card .body .info .h6 {
    font-size: 14px;
    margin-bottom: 0
}

.review .review-card .body .info p {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0
}

.review .review-card .header {
    background-color: #fff
}

.cta {
    padding-bottom: 100px
}

@media (min-width: 992px) {
    .service .row:nth-child(2).gy-5 {
        --bs-gutter-y: 4rem
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 80px 0
    }

    .why-choose {
        padding-top: 70px
    }

    .why-choose .wrapper {
        margin-bottom: 60px;
        top: 0
    }

    .features .row:nth-child(2) {
        flex-direction: column-reverse
    }

    .simple-steps .btn-box .info-box {
        flex-direction: column
    }

    .publication-highlight .wrapper {
        width: 100%
    }

    .mansory-section .box img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .features .feature-card .header {
        gap: 20px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .features .feature-card .header {
        flex-direction: column-reverse;
        gap: 10px
    }
}

@media (max-width: 575px) {
    .mansory-section .box.box-one {
        flex-direction: column
    }
}

.about-box {
    padding: 15px;
    box-shadow: 4px 3px 10px rgb(170 171 171 / 57%);
    margin-bottom: 20px;
    height: 300px;
    border-radius: 8px;
    min-height: 245px;
    border: 1px solid #efefef;
}

.about-box h5 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 12px;
    font-weight: 600;
    font-family: 'Poppins';
}

.about-box p {
    font-size: 14px;
    font-family: 'Poppins';
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001
}

.popup.active {
    top: 0;
    transition: background-color .6s, opacity .6s
}

.popup .main-btn-rect {
    padding: 10px 100px
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: Roboto, sans-serif;
    font-weight: 100
}

.popup .fade-out,
popup .fade-out {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 15px
}

.popup-btn {
    font-family: Inter, Sans-serif;
    font-weight: 500;
    background-color: #000 !important;
    border-radius: 10px;
    box-shadow: 0 11px 44px 0 rgba(0, 15.000000000000018, 132, .13333333333333333);
    padding: 15px 41px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #000 !important;
    width: 80% !important;
    display: flex;
    justify-content: center;
    margin: auto;
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    -moz-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    background-color: #fff;
    color: #00082f;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.modal-form-wrapper {
    padding: 10px;
    position: relative;
    background: var(--primary);
    border-radius: 10px;
    width: 100%;
    height: auto
}

.modal-body h4 {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    color: #000;
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 10px
}

.form-text-wrapper span {
    color: #000;
    font-size: 50px;
    display: block
}

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    text-align: center;
    z-index: 10000
}

#once-popup .inner {
    background: #fff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer
}

#bew-popup-modal .btn-close {
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: -12px;
    opacity: 1;
    color: #fff;
    font-size: 10px;
    padding: 8px;
    border-radius: 20px;
    z-index: 999;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#bew-popup-modal .modal-dialog {
    margin-top: 50px;
}

.modal-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
    position: relative;
    top: 70px;
    background-image: url('/assets/images/new-coupon_bnr-img.jpg');
    background-repeat: no-repeat;
    height: auto;
}

.shine-animation {
    background-image: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, .3) 50%, transparent 66%) !important;
    background-size: 300% 100% !important;
    animation: 2s infinite shine;
    z-index: 1000
}

.modal-body {
    width: 100%;
    border-radius: 20px;
    /* background: linear-gradient(216deg, #0D897D, #2F2F2F); */
}

.modal-body h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: -53px;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000063;
}

.form-group {
    margin-bottom: 20px;
    margin-left: 46px;
}

.off_txt {
    margin-top: -29px !important
}

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
  
    position: relative;
   
}

.close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: 0px;
    border: solid 1px #fff;
    z-index: 9;
    border-radius: 20px;
}

.form-popup-bg:before {
    content: '';
    background-color: #000;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
label{
    display: none !important;
}
input.error{
    border: 2px solid red !important;
}
.style-btn {
    transition: 0.2s ease-in;
    border-radius: 7px;
    padding: 12px;
}
.whatsapp-theme {
    background-color: #51b27e !important;
    color: #fff;
    margin-left: 10px;
}
.whatsapp-theme i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.whatsapp-theme:hover {
    background-color: #51b27e !important;
    color: #fff !important;
    margin-left: 10px;
}
.popup-text{
    position: relative;
}
.offer-keyword {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    animation: .8s infinite blinkingTextModal;
}
@keyframes blinkingTextModal {
    0%,100%,49% {
        color: #f19e0a
    }

    60%,99% {
        color: transparent
    }
}
.modal-body h5{
    margin-bottom: 10px;
}

.services .context-card {
    border-radius: 15px;
    height: auto;
    max-width: 318px;
    padding: 33px 21px 52px;
    position: relative;
    width: 100%;
}
.services .context-card img {
    border-radius: inherit;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.services .context-card .h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.services .context-card p {
    color: #fff;
}
.services .context-card .btn-live {
    background-color: #ffcb00;
    border-color: #ffcb00;
    font-size: 16px;
    color: #fff;
}
.services .service-card {
    display: flex;
}
.services .service-card .img-box {
    margin-right: 12px;
    max-width: 81px;
    min-width: 81px;
}
.services .service-card .content-box .h4 {
    font-family: "Poppins";
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.services .service-card .content-box p {
    font-family: "Poppins";
    font-size: 16px;
}
.publication {
    padding: 30px 0;
}
.publication .content-box {
    color: #fff;
    height: 100%;
    padding: 42px 35px 42px 0;
    position: relative;
    width: 100%;
}
.publication .content-box:before {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    border-bottom-right-radius: 58px;
    border-top-right-radius: 58px;
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    width: 180%;
    z-index: -1;
}
.publication .content-box .h4 {
    color: #ffcb00;
    font-family: "Poppins";
    font-size: 20px;
    margin-bottom: 29px;
}
.publication .content-box .h4 {
    color: #ffcb00;
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 29px;
}
.publication .content-box .h6 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
}
.publication .content-box p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 7px
}
.publication .content-box hr {
    margin-bottom: 15px
}
.publication .context-box {
    height: 100%;
    padding: 47px 0 47px 70px;
    position: relative;
    width: 100%;
}
.publication .context-box:before {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    border-bottom-left-radius: 58px;
    border-top-left-radius: 58px;
    content: "";
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
    width: 150%;
    z-index: -1;
}
.publication .context-box .h1 {
    line-height: 43px;
    margin-bottom: 20px;
    color: #fff;
}
.publication .context-box p {
    color: #fff;
}
.key-features .box {
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: 35px 44px;
}
.key-features .box .h4 {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 17px;
}
.key-features .box .one p {
    border-left: 4px solid #ae9fe1;
    padding-left: 14px;
}
.footer-tab {
    padding: 0 8px;
}
.medium-heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footer-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-tab li {
    line-height: 1.4;
    margin: 10px 0;
    color: #fff;
}
.footer-tab a {
    font-size: 15px !important;
    color: #fff;
}
.new-menu-list{
    justify-content:space-evenly
}
.social-list i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.btn-chat {
    background: #ffcb00;
    border: 1px solid #ffcb00;
    border-radius: 50em;
    color: #000;
    display: inline-block;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 5px;
    padding: 10px 65px 10px 30px;
    position: relative;
    transition: all .5s ease-in-out;
}
.btn-chat  .icon-box {
    align-items: center;
    background-color: #e6b908;
    border-radius: 50em;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    .form-container{
        width: 100%;
    }
    .offer-keyword {
        font-size: 20px;
    }
    .hero-section .btn-box{
        display: none !important;
    }
    .off_txt{
        margin-top: 0  !important;
    }
    .modal-body h5 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
    }
    .btn-box{
        display: none !important;
    }
    .cta .cta-card .h1 {
        font-size: 20px;
    }
    .themed-bg {
        background: linear-gradient(216deg, #0D897D, #2F2F2F);
        color: #fff;
    }
    .themed-bg i {
        margin-right: 10px;
        font-size: 20px;
        position: relative;
        top: 3px;
    }


}
.backbround-text{
    font-weight: 600;
    color:#ffc900;
}
.btn-live:hover{
    color: #fff !important;
}
.btn-whatsapp {
    background: #51b27e !important;
    border: 1px solid #51b27e !important;
    border-radius: 50em;
    color: #fff;
    display: inline-block;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 5px;
    padding: 10px 65px 10px 20px;
    position: relative;
    transition: all .5s ease-in-out;
}
.btn-whatsapp .icon-box {
    align-items: center;
    background-color: #26eab3!important;
    border-radius: 50em;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    font-size: 25px;
}
.btn-ordernow{
    background: #ffcb00;
    border: 1px solid #ffcb00;
    border-radius: 50em;
    color: #000;
    display: inline-block;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 5px;
    padding: 10px 65px 10px 30px;
    position: relative;
    transition: all .5s ease-in-out;
}
.btn-ordernow .icon-box {
    align-items: center;
    background-color: #e6b908;
    border-radius: 50em;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    font-size: 21px;
}
select.form-select {
    background: #fff;
    color: #000;
    /* border: 1px solid #fff; */
    height: 46px;
    width: 80%;
    border: 1px solid #ced4da;
}
.vertical {
    position: relative;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    margin-left: -14px;
    text-transform: 1px 1px 0px rgba(0,0,0,0.5);
    /* float: left; */
    cursor: vertical-text;
    font-size: 45px;
    top: 139px;
    left: 50px;
    color: #ffff;
    font-family: 'Poppins';
    font-weight: 600;
}
.form-group input{
    height: 50px;
    width: 80%;
}
.box p{
    font-size: 17px;
}
.key-features .box .two p {
    border-left: 4px solid #ffdc68;
    padding-left: 14px;
}
.key-features .box .three p {
    border-left: 4px solid #50caae;
    padding-left: 14px;
}
.works {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
}
.works .content-box {
    margin-top: 15px;
    text-align: center;
}
.works .content-box .h3 {
    color: #ffcb00;
    display: block;
    font-family: "popins", sans-serif;
    margin-bottom: 0;
    text-transform: capitalize;
}
.works .content-box .label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    display: block !important;
    color: #fff;
}
.works .content-box .badge {
    background-color: #ffcb00;
    border-radius: 5px;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}
.works .box {
    counter-reset: count-step;
    position: relative;
}
.works .box .work-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 17px rgba(0, 0, 0, .1);
    counter-increment: count-step;
    display: block;
    margin-bottom: 20px;
    padding: 25px 30px;
    position: relative;
    text-align: left;
}
.works .box .work-card:before {
    border: 1px dashed #cacacd;
    content: "";
    display: inline-block;
    height: 80%;
    left: -43px;
    position: absolute;
    top: 50px;
    width: 1px;
}
.works .box .work-card .h5 {
    font-family: 'Poppins';
    color: #000;
}
.works .box .work-card p {
    font-size: 16px;
    margin: 0;
    color: #000 !important;
}
.works .box .work-card:after {
    color: #ffcb00;
    content: "0" counter(count-step);
    font-family: "poppins", sans-serif;
    font-size: 27px;
    left: -60px;
    position: absolute;
    top: 10px;
}
.works h2{
    color: #fff !important;
}
.works p{
    color: #fff !important;
}
ul{
    list-style: none;
}
.expert-editor ul {
    margin-bottom: 30px;
    text-align: left;
}
.expert-editor ul li {
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}
.expert-editor ul li i {
    color: #0D897D;
    left: -30px;
    position: absolute;
    font-size: 20px;
    top: 10px;
}
.info-sec {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 30px 0px;
}
.info-sec .info-card {
    display: flex;
}
.info-sec .info-card .img-box {
    margin-right: 20px;
}
.info-sec .h2 {
    color: #fff;
    font-family: 'poppins', sans-serif;
    margin-bottom: 7px;
}
.info-sec p{
    color: #fff;
}
.samples h2{
    text-align: center;
    color: #000;
    display: block;
}
.samples p{
    text-align: center;
    color: #000;
    display: block;
}
.samples .box .tab-content {
    padding: 30px 60px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
samples .box .nav-tabs .nav-link:first-child {
    border-top-left-radius: inherit;
}
.samples .box .nav-tabs .nav-link {
    background: #0D897D;
    border: none;
    border-radius: 0;
    color: #fff;
    flex: 1;
    font-family: Museo-Bold, sans-serif;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.samples .box .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
}
.samples .box .nav-tabs {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.samples .box .nav-tabs .nav-link span {
    border-right: 2px solid #fff;
    display: inline-block;
    margin: 4px 0;
    padding: 3px;
    width: 100%;
}
.samples .box .nav-tabs .nav-link:last-child span {
    border: none;
}
.samples .box .nav-tabs .nav-link:first-child {
    border-top-left-radius: inherit;
}
.samples .box .nav-tabs .nav-link:last-child {
    border-top-right-radius: inherit;
}
.sec_8 {
    background-size: cover;
    padding: 60px 0px;
}
.sec_8 .h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    display: block;
}
.text-lightblue {
    color: #0D897D;
}
.fontsize40px {
    font-size: 40px;
}
.text-lightblack {
    color: #000;
}
.sec_8 h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.sec_8 p {
    font-size: 16px;
    font-weight: 8500;
    color: #000;
    margin-bottom: 40px;
}
.main-header .navbar .dropdown .dropdown-item.active {
    background-color: #fff;
    color: #ffcb00;
}
ul{
    padding-left: 0;
}

.package-list li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.package-list li  i {
    color:#ffcb00 ;
    font-size: 16px;
    margin-right: 10px;
}
.row.b-dk {
    padding: 5%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.row.b-dk {
    background-color: #0D897D;
}
.row.b-lt.text-center h2 {
    color: #0b1e33;
    font-size: 18px;
}

.row.b-dk h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.row.b-lt.text-center {
    border-left: 1px solid #0b1e33;
    border-right: 1px solid #0b1e33;
}
.row.b-lt {
    padding: 5%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.row.main-box {
    margin-left: 2%;
}
.packages-sec-about h2 {
    text-align: center;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    display: block;
    font-weight: 600;

}
.packages-sec-about p{
    text-align: center;
    display: block;
}
.rev-com2-box {
    background: #f4f4f4;
    margin: 10px;
    border-left: 3px solid #0D897D;
    padding: 10px;
}
.rev-com2-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.rev-com2-box p {
    font-size: 16px;
    text-wrap: balance;
    text-align: left;
}
.subsec-8 h2{
    color: #000;
    font-size: 46px;
    line-height: 1.6;
    font-weight: 600;
}
.duo-head {
    color: #f5a101;
}
.price-box {
    margin-top: 5px;
}
.price-box {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.price-head {
    text-align: center;
}
.price-head h3 {
    text-align: center;
    color: #fff;
}
.price-desc {
    text-align: center;
    color: #0000;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffc900;
}
.price-desc p {
    margin: 0;
    color: #000;
    font-size: 19px;
}
.price-feat {
    padding: 5% 0;
}
.price-feat ul {
    list-style: none;
    padding: 0;
}
.price-feat ul li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom:
     10px;
}
.price-feat ul li i{
    margin-right: 10px;
}
.price-foot {
    text-align: center;
}
.price-foot p {
    color: #fff;
}
 
.packages-list .row{
    display: flex;
    justify-content: center;

}
td{
    text-align: left;
}
.contact-form .wrapper {
    padding: 54px 0 86px;
    position: relative;
}
.contact-form .wrapper:before {
    background: linear-gradient(90deg, #f1fafb, #87d1e1 160%);
    border-bottom-right-radius: 58px;
    border-top-right-radius: 58px;
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: -1;
}
.contact-form .h1 {
    margin-bottom: 37px;
}
.contact-form .box {
    display: flex;
    gap: 10px 24px;
    margin-bottom: 14px;
    position: relative;
    text-align: left;
}
.contact-form .box i {
    color: #051e57;
    font-size: 20px;
    position: relative;
    top: 5px;
}
.contact-form .box img {
    height: 21px;
    position: relative;
    top: 5px;
    width: 21px;
}
.contact-form .trust-card {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    max-width: 497px;
}
.contact-form .trust-card .img-box {
    margin-right: 35px;
    max-width: 139px;
}
.contact-form .trust-card .content-box {
    flex: 1;
}
.contact-form .trust-card .content-box .h4 {
    font-family: "poppins", sans-serif;
}
.contact-form .trust-card .content-box p {
    border-left: 4px solid #ae9fe1;
    font-size: 16px;
    padding-left: 10px;
}
.contact-form form {
    background-color: #f5f9fc;
    border-radius: 30px;
    box-shadow: 0 0 23px rgba(0, 0, 0, .1);
    height: 100%;
    padding: 30px 48px 36px;
}
.contact-form .h2 {
    color: #000;
    margin-bottom: 26px;
    display: block;
    text-align: center;
}
.btn-order-form{
    background: #ffcb00;
    border: 1px solid #ffcb00;
    border-radius: 50em;
    color: #000;
    display: inline-block;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    margin: 5px;
    padding: 10px 65px 10px 30px;
    position: relative;
    transition: all .5s ease-in-out;
}
.btn-order-form .icon-box {
    align-items: center;
    background-color: #e6b908;
    border-radius: 50em;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
}
.formed-groups{
    margin-bottom: 20px;
}
.formed-groups input {
    height: 50px;
    width: 100%;
}
 select.forms-selects{
    background: #fff;
    color: #000;
    /* border: 1px solid #fff; */
    height: 50px;
    width: 100%;
    border: 1px solid #ced4da;
}
.hero-section .img-banner {
    bottom: -50px;
    position: relative;
}
.review-card {
    border: 1px solid #70b6c5;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 14px 28px;
    text-align: left;
}
.review-card .header {
    background-color: #eaf1fc;
    border-radius: inherit;
    margin-bottom: 18px;
    padding: 22px 11px;
}
.review-card .header .img-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    min-height: 50px !important;
}
.review-card .header p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}
.review-card .body {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 14px;
}
.review-card .body .info .h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.review-card .body .info p {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.feed {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    padding: 60px 0;
}
.feed .stats-card {
    align-items: center;
    background-color: #f4f6fb;
    border-radius: 22px;
    display: flex;
    gap: 15px 30px;
    height: 100%;
    padding: 35px 40px;
}
.feed .stats-card .h1 {
    font-size: 38px;
    margin-bottom: 0;
}
.feed .stats-card p {
    font-family: "poppins";
    font-size: 20px;
    margin-bottom: 0;
}
.sec_8 img{
    width: 555px;
}
.sec_8 .row .col-lg-12 {
    margin-bottom: 50px !important;
}
.mobile-arrow{
    display: none !important;
}
.banner-form {
    background: linear-gradient(216deg, #0D897D, #2F2F2F);
    border: 6px solid #fff;
    border-radius: 50em;
    height: auto;
    padding: 10px 35px;
    position: relative;
    top: -47px;
    padding: 20px;
}

element.style {
    cursor: pointer;
}
.banner-form button {
    background: #ffc900;
    color: #000;
    height: 46px;
    padding: 0;
    border-radius: 50em;
    font-size: 18px;
    /* margin-top: 20px; */
    width: 100%;
}
.banner-form input {
    height: 46px;
    /* margin-bottom: 2rem !important; */
    border-radius: 50em;
    font-size: 16px;
    background: #fff;
}
.reviews-buton {
    position: relative;
    top: 350px;
}
.revw-btn {
    position: absolute;
}
.revw-btn img{
    border-radius: 20px;
}

@media only screen and (max-width: 768px) {
.contact-form .trust-card {
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.why-choose{
    padding: 30px 0px;
}
section{
    padding: 30px 0px;
}
.subsec-8 h2{
    font-size: 22px;
}
.price-box{
    margin-top: 20px;
}
.publication-highlight .box{
    height: auto;
}
.hero-section .h1{
    font-size: 24px;
}
.m-t-20{
    margin-top: 10px;
}
.h1 {
    color: #262626;
    font-size: 23px;
    line-height: 1.7;
}
.m-b-50{
    margin-bottom: 20px !important;
}
.about-box{
    height: auto;
}
.publication-highlight .h4 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}
.publication-highlight{
    padding: 30px 0px;
}
.service{
    padding: 30px 0px;
}
.sec_8 .h1{
    font-size: 25px;
}
.fontsize40px {
    font-size: 25px;
}
.sec_8 h3{
    text-align: center;
    display: block;
}
.sec_8 p{
    text-align: center;
    display: block;
}
.sec_8 img{
    width: 350px;
}
.features .feature-card .header .h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-size: 20px;
}
.mansory-section {
    padding: 30px 0px;
    margin-top: 20px;
}
.cta{
    padding: 30px 0px;
}
.sec_8 .row .col-lg-12 {
    margin-bottom: 20px !important;
}
.sec_8{
    padding: 30px 0px;
}
.banner-adjust {
    margin-top: 36px;
}
.mobile-arrow {
    display: flex !important;
    margin-top: 0;
}
.sample-arrow {
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #0D897D;
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0D897D !important;
  border-radius: 50%;
  margin-top: 20px;
}
.about-box img{
    margin: auto;
}
.service .box{
    margin: 0 20px;
}
.services .context-card{
    margin: auto;
}
.services .service-card{
    display: block;
}
.services .service-card .img-box{
    margin: auto;
}
.services .service-card{
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 40px;
}
.expert-editor ul li{
    text-align: center;
}
.info-sec .info-card {
    display: block;
}
.info-sec .info-card img {
    margin-bottom: 20px;
}
.works .box .work-card .h5 {
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
}
.works .box .work-card:before{
display:none !important;
}
.works .box .work-card:after{
display:none !important;
}
.offset-2{
margin-left:0 !important;
}
.paper-sec .publisher-card .img-box{
margin:auto !important;
}
.banner-form{
    border-radius: 10px;
    padding: 20px;
}
.formed-grouped{
    margin-bottom: 20px;
}
.modal-contents{
    top:100px !important;
}
}
