html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Aspekta",;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1b38;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased; /* For WebKit browsers */
    -moz-osx-font-smoothing: grayscale;  /* For macOS Firefox */
    text-rendering: optimizeLegibility;
}

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

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */

.fs-12px {
    font-size: 12px !important;
}
.fs-14px {
    font-size: 14px !important;
}
.fs-16px {
    font-size: 16px !important;
}
.fs-18px {
    font-size: 18px !important;
}

.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-extrabold {
    font-weight: 800 !important;
}

.color-1 {
    color: #f6a727 !important;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.innerpage-padding {
    padding: 100px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 h1,
.hd-type-1 h2,
.hd-type-1 h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hd-type-2 h1,
.hd-type-2 h2, 
.hd-type-2 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hd-type-3 h1,
.hd-type-3 h2,
.hd-type-3 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}
/* ---- hd-type :end ---- */

/* ---- hd-type addons :start ---- */
[class*="hd-type-"] {
    margin-bottom: 12px;
}
[class*="hd-type-"] :last-child {
    margin-bottom: 0;
}
/* ---- hd-type addons :end ---- */

/* ---- .btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #1d1b38;
    background-color: #f6a727;
    border: 2px solid #f6a727;
    border-radius: 10px;
    text-align: center;
    padding: 12px 12px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #1d1b38;
    border-color: #1d1b38;
}
/* ---- .btn-style-1 :end ---- */

/* ---- .btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #1d1b38;
    background-color: transparent;
    border: 2px solid #f6a727;
    border-radius: 10px;
    text-align: center;
    padding: 12px 12px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #1d1b38;
    border-color: #1d1b38;
}
/* ---- .btn-style-2 :end ---- */

/* ---- link-style :start ---- */
.link-s1 {
    color: #f6a727;
    text-decoration: underline;
}
.link-s1:hover {
    color: #f6a727;
    text-decoration: none;
}
/* ---- link-style :end ---- */

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 25px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.block-style-1 .bs1-top {
    width: 100%;
    height: auto;
    background-color: #ffeccd;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    overflow: hidden;
}
.block-style-1 .bs1-top h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1d1b38;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.block-style-1 .bs1-top h3 .type {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #1d1b38;
    border: 2px solid #f6a727;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    margin: 0;
    text-wrap: nowrap;
}
.block-style-1 .bs1-top .bstop-features {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.block-style-1 .bs1-top .bstop-features li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.block-style-1 .bs1-top .bstop-features li.vacancies {
    line-height: 1;
    color: #ffffff;
    background-color: #1d1b38;
    border-radius: 100px;
    padding: 7px 15px;
    text-wrap: nowrap;
}
.block-style-1 .bs1-top .bstop-details {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.block-style-1 .bs1-top .bstop-details p {
    font-size: 14px;
    font-weight: 450;
    line-height: 1.4;
    color: #1d1b38;
    margin-bottom: 10px;
}

.block-style-1 .bs1-text {
    width: 100%;
    height: auto;
    padding: 20px 10px 10px 10px;
}
.block-style-1 .bs1-text p {
    font-size: 14px;
}

.block-style-1 .bs1-bottom {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin-top: auto;
}
/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: auto;
    display: flex;
    gap: 12px;
    position: relative;
    overflow: hidden;
}
.block-style-2 .bs2-num {
    flex-grow: 0;
    flex-shrink: 0;
}
.block-style-2 .bs2-num span {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #1d1b38;
    border-radius: 100px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.block-style-2 .bs2-text {
    width: 100%;
} 
.block-style-2 .bs2-text h1, 
.block-style-2 .bs2-text h2, 
.block-style-2 .bs2-text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1d1b38;
    margin-bottom: 12px;
}
.block-style-2 .bs2-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #1d1b38;
    margin-bottom: 12px;
}
/* ---- block-style-2 :end ---- */

/* ----- List style 1 :start ----- */
.list-style-1 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.list-style-1 ul {
    list-style: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 15px 0px;
    padding: 0px;
}
.list-style-1 ul:first-child {
    margin-top: 0;
}
.list-style-1 ul:last-child {
    margin-bottom: 0;
}
.list-style-1 ul li {
    position: relative;
    padding: 0px 0 0px 20px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.list-style-1 ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #f6a727;
    position: absolute;
    top: 2px;
    left: 0;
}
.list-style-1 ul > li > a {
    color: inherit;
    text-decoration: none;
}
.list-style-1 ul > li > a:hover {
    color: inherit;
    text-decoration: underline;
}
/* ----- List style 1 :end ----- */

/* ----- List style 2 :start ----- */
.list-style-2 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.list-style-2 ul {
    list-style: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 15px 0px;
    padding: 0px;
}
.list-style-2 ul:first-child {
    margin-top: 0;
}
.list-style-2 ul:last-child {
    margin-bottom: 0;
}
.list-style-2 ul li {
    position: relative;
    padding: 0px 0 0px 20px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.list-style-2 ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    color: #000000;
    position: absolute;
    top: 7px;
    left: 0;
}
.list-style-2 ul > li > a {
    color: inherit;
    text-decoration: none;
}
.list-style-2 ul > li > a:hover {
    color: inherit;
    text-decoration: underline;
}
/* ----- List style 1 :end ----- */

/* ----- List style addons :start ----- */
.lscol-2 {
    columns: 2;
    gap: 40px;
}
.lscol-2 > li  {
    break-inside: avoid;
}

.lscol-3 {
    columns: 3;
    gap: 40px;
}
.lscol-3 > li  {
    break-inside: avoid;
}
/* ----- List style addons :end ----- */

/* ---- breadcrumb-style-1 :start ---- */
.breadcrumb-style-1 {
    padding: 15px 0px;
}
.breadcrumb-style-1 .bcrumb-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    overflow: clip;
}
.breadcrumb-style-1 .breadcrumb {
    margin: 0;
    flex-wrap: wrap;
    gap: 5px 0px;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #a3a3a3;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a:hover {
    color: #000000;
    text-decoration: none;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item.active {
    color: #a3a3a3;
    flex-shrink: 1;
}
/* ---- breadcrumb-style-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}
.form-style-1 .form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-top: 12px;
    display: block;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #1d1b38;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    overflow: hidden;
    padding: 8px 10px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #f5a728;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
    border-color: #000;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 41px;
    line-height: 1;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 30px;
    transition: 0.5s;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 10px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open {
    border-color: #f5a728;
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
}
/* ---- form-style-1 :end ---- */

/* ---- form-buttons-wrap :start ---- */
.form-buttons-wrap {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}
.form-buttons-wrap .frmbtns-text {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    list-style: 1;
    color: #1d1b38;
    background-color: #d8d8d8;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: 7px 0px;
}
.form-buttons-wrap .fbtext-info {
    font-size: 12px;
    color: #434343;
    margin-top: 5px;
}
/* ---- form-buttons-wrap :end ---- */

/* ---- checkbox-style-1 :start ---- */
.checkbox-style-1 {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
}
.checkbox-style-1 .form-check-input {
    width: 18px;
    height: 18px;
    background-color: #d7d7d7;
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: #d7d7d7;
    border-color: #d7d7d7;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.checkbox-style-1 .form-check-input:focus {
    box-shadow: none;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}
.checkbox-style-1 .form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    margin-top: 3px;
    margin-left: 10px;
    height: 100%;
    cursor: pointer;
}
.checkbox-style-1 .form-check-label a {
    color: inherit;
    text-decoration: underline;
}
.checkbox-style-1 .form-check-label a:hover {
    color: inherit;
    text-decoration: none;
}

.form-check-input:checked[type=radio] {
    border-radius: 100px;
}
/* ---- checkbox-style-1 :end ---- */

/* ---- form-group-calendar :start ---- */
.form-group-calendar {
    position: relative;
}
.form-group-calendar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 15px;
    height: 100%;
    background-image: url('../images/calendar-icon.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    opacity: 0.6;
}
.form-group-calendar .form-control {
    padding-right: 26px;
}

.form-group-calendar-inline {
    position: relative;
}
.form-group-calendar-inline .form-control {
    display: none;
}
/* ---- form-group-calendar :end ---- */

/* ---- intlTelInput :start ---- */
.iti {
    width: 100%;
}
.iti .iti__selected-dial-code {
    font-size: 14px;
    font-weight: 400;
    color: #1d1b38;
}
.iti .iti__search-input {
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 400;
    color: #1d1b38;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
    overflow: hidden;
    padding: 8px 10px;
    margin: 10px 10px;
    transition: 0.5s;
}
/* ---- intlTelInput :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .nice-select .list {
    max-height: 300px;
    overflow: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 5px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    width: 100%;
    height: auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.accordion-style-1 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #000000;
}
.accordion-style-1 .accordion-item .accordion-header {
    margin-bottom: 0;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    background-color: transparent;
    padding: 12px 0px;
    box-shadow: none;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button b {
    font-weight: 600;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
    background-size: 14px;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: transparent;
}
.accordion-style-1 .accordion-item .accordion-body {
    padding: 0px 0px 15px 0px;
}
/* ---- accordion-style-1 :end ---- */

/* ---- textwrap-1 :start ---- */
.textwrap-1 {
    width: 100%;
}
.textwrap-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}
.textwrap-1 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.textwrap-1 h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.textwrap-1 h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.textwrap-1 h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
/* ---- textwrap-1 :end ---- */

/* ---- textwrap-2 :start ---- */
.textwrap-2 {
    width: 100%;
}
.textwrap-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}
.textwrap-2 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}
.textwrap-2 h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}
.textwrap-2 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}
.textwrap-2 h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}
.textwrap-2 [class*="list-style-"] {
    font-size: 16px;
}
.textwrap-2 .list-style-2 ul li::before {
    top: 10px;
}
    
.textwrap-2 p a,
.textwrap-2 [class*="list-style-"] > ol > li > a, 
.textwrap-2 [class*="list-style-"] > ul > li > a {
    color: inherit;
    text-decoration: underline;
}
.textwrap-2 p a:hover,
.textwrap-2 [class*="list-style-"] > ol > li > a:hover, 
.textwrap-2 [class*="list-style-"] > ul > li > a:hover {
    color: #f6a727;
    text-decoration: none;
}
/* ---- textwrap-1 :end ---- */

/* COMMON STYLE :END */


/* Header section :start */
header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
header .cmwrap {
    background-color: #ffffff;
    border-radius: 100px;
    padding: 5px 5px 5px 25px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

header .cmenu-right {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
header .LoginBtn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #ffffff;
    background-color: #1d1b38;
    border: 1px solid #1d1b38;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 14px 6px 20px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}
header .LoginBtn svg {
    fill: #f6a727;
    transition: 0.5s;
}
header .LoginBtn:hover {
    color: #000000;
    background-color: #f6a727;
    border-color: #f6a727;
}
header .LoginBtn:hover svg {
    fill: #000000;
}



header.home-header .classy-nav-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 320px;
    height: 240px;
    /* background-image: url('../images/logo-bg.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: top left; */
    background-color: #ffffff;
    clip-path: polygon( 3.459% 100%,3.459% 100%,3.111% 100%,2.764% 100%,2.419% 100%,2.074% 100%,1.73% 100%,1.385% 100%,1.04% 100%,0.695% 100%,0.348% 100%,0% 100%,0% 100%,0% 90.001%,0% 80.004%,0% 70.009%,0% 60.013%,0% 50.017%,0% 40.019%,0% 30.02%,0% 20.017%,0% 10.011%,0% 0%,0% 0%,10% 0%,20% 0%,30% 0%,40% 0%,50% 0%,60% 0%,70% 0%,80% 0%,90% 0%,100% 0%,100% 0%,100% 0.487%,100% 0.973%,100% 1.461%,100% 1.949%,100% 2.438%,100% 2.929%,100% 3.421%,100% 3.915%,100% 4.411%,100% 4.91%,100% 4.91%,99.924% 4.921%,99.846% 4.928%,99.767% 4.932%,99.687% 4.935%,99.607% 4.938%,99.527% 4.942%,99.447% 4.949%,99.368% 4.96%,99.29% 4.977%,99.214% 5%,99.214% 5%,96.52% 6.067%,93.946% 7.619%,91.522% 9.613%,89.276% 12.007%,87.237% 14.758%,85.432% 17.824%,83.891% 21.162%,82.641% 24.73%,81.712% 28.486%,81.132% 32.387%,81.132% 32.387%,81.032% 33.567%,80.953% 34.752%,80.89% 35.942%,80.835% 37.135%,80.782% 38.328%,80.725% 39.519%,80.656% 40.708%,80.569% 41.891%,80.457% 43.067%,80.314% 44.234%,80.314% 44.234%,79.434% 48.973%,78.15% 53.357%,76.495% 57.352%,74.497% 60.925%,72.186% 64.043%,69.591% 66.671%,66.744% 68.776%,63.673% 70.326%,60.409% 71.285%,56.981% 71.622%,56.981% 71.622%,53.999% 71.633%,51.016% 71.639%,48.031% 71.641%,45.046% 71.641%,42.06% 71.639%,39.074% 71.635%,36.089% 71.63%,33.104% 71.626%,30.12% 71.623%,27.138% 71.622%,27.138% 71.622%,25.513% 71.69%,23.92% 71.894%,22.36% 72.238%,20.833% 72.723%,19.34% 73.35%,17.88% 74.122%,16.455% 75.041%,15.065% 76.107%,13.71% 77.324%,12.39% 78.694%,12.39% 78.694%,10.979% 80.381%,9.689% 82.172%,8.517% 84.065%,7.462% 86.057%,6.521% 88.148%,5.693% 90.334%,4.974% 92.614%,4.364% 94.986%,3.859% 97.449%,3.459% 100% );
}

header.home-header .nav-brand {
    z-index: 1;
    padding-left: 30px;
}

/* Header section :end */

/* Home banner section :start */
.homebanner-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: clip;
}
.homebanner-section .homebanner-outer {
    width: 100%;
    height: auto;
    padding: 10px 10px 0px 10px;
}
.homebanner-section .homebanner-slider {
    border-radius: 50px 50px 0px 0px;
    overflow: hidden;
}
.homebanner-section .hbslide-block {
    width: 100%;
    height: 820px;
}
.homebanner-section .hbslide-block picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.homebanner-section .hbslide-block picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}
.homebanner-section .hbslide-block .hbcaption {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 200px 0px 100px;
}
.homebanner-section .hbslide-block .hbcaption h1 {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 0;
}

.ureviews-block {
    width: auto;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 7px 30px 7px 7px;
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ureviews-block .urbleft {
    display: inline-flex;
    align-items: center;
}
.ureviews-block .urbleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.ureviews-block .urbleft ul li {
    flex-grow: 0;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.ureviews-block .urbleft ul li:not(:first-child) {
    margin-left: -16px;
}
.ureviews-block .urbleft ul li:nth-child(1) {
    z-index: 3;
}
.ureviews-block .urbleft ul li:nth-child(2) {
    z-index: 2;
}
.ureviews-block .urbleft ul li:nth-child(3) {
    z-index: 1;
}
.ureviews-block .urbleft ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ureviews-block .urbright h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}
.ureviews-block .urbright h4 sup {
    position: initial;
    font-size: 20px;
    line-height: 1;
    margin-left: 2px;
}
.ureviews-block .urbright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}

.hb-scroller {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    transform-origin: 30%;
    z-index: 1;
}
.hb-scroller.scroller-1 {
    transform: rotate(-5.5deg);
}
.hb-scroller.scroller-2 {
    transform: rotate(2deg);
}


.hb-scroller.mqscroller.mqs-loaded {
    width: 100%;
    height: 54px;
}
.hb-scroller {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    color: #1d1b38;
    background-color: #f5a728;
    padding-top: 5px;
    padding-bottom: 0px;
}
.hb-scroller.scolor-2 {
    color: #f5a728;
    background-color: #1d1b38;
}
/* Home banner section :end */


/* We’re Hiring :start */
.wehiring-section {
    width: 100%;
    height: auto;
}
/* We’re Hiring :end */

/* We've Hired :start */
.wehired-section {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #1d1b38;
    padding: 80px 0px 150px 0px;
    text-align: center;
}
.wehired-section .whsec-header {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.wehired-section .whsec-header h2 {
    color: #ffffff;
}
.wehired-section .whsec-header p {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}


.hirepeople-outer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    /* background-color: antiquewhite; */
}
.hire-people-wrap {
    width: 1176px;
    height: 470px;
    position: relative;

    /* background-image: url('../images/the-happy-people-we-have-hired.webp'); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-blend-mode: color; */
    /* background-color: forestgreen; */
}
.hire-people-wrap .hpeople {
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
}
.hire-people-wrap .hpeople img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hire-people-wrap .hpeople.hp1 {
    top: 165px;
    left: 15px;
    width: 176px;
    height: 176px;
}
.hire-people-wrap .hpeople.hp2 {
    top: 0;
    left: 185px;
    width: 176px;
    height: 176px;
}
.hire-people-wrap .hpeople.hp3 {
    top: 190px;
    left: 215px;
    width: 130px;
    height: 130px;
}
.hire-people-wrap .hpeople.hp4 {
    top: 320px;
    left: 275px;
    width: 148px;
    height: 148px;
}
.hire-people-wrap .hpeople.hp5 {
    top: 80px;
    left: 350px;
    width: 262px;
    height: 262px;
}
.hire-people-wrap .hpeople.hp6 {
    top: 55px;
    left: 600px;
    width: 104px;
    height: 104px;
}
.hire-people-wrap .hpeople.hp7 {
    top: 180px;
    left: 630px;
    width: 148px;
    height: 148px;
}
.hire-people-wrap .hpeople.hp8 {
    top: 15px;
    left: 720px;
    width: 140px;
    height: 140px;
}
.hire-people-wrap .hpeople.hp9 {
    top: 120px;
    left: 795px;
    width: 304px;
    height: 304px;
}
.hire-people-wrap .hpeople.hp10 {
    top: 0px;
    left: 1010px;
    width: 148px;
    height: 148px;
}
/* We've Hired :end */

/* Footer section :start */
footer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    background-image: url('../images/footer-bg.webp');
    background-repeat: repeat-x;
    background-position: bottom center;
    border-radius: 78px 78px 0px 0px;
    padding: 100px 0px 180px 0px;
    margin-top: -70px;
}
footer .fblock {
    width: 100%;
    height: auto;
    text-align: center;
}
footer .fblock h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1d1b38;
}
footer .fblock h3 a {
    color: inherit;
}
footer .fblock h3 a:hover {
    color: inherit;
    text-decoration: underline;
}

footer .fblock .flinks-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #1d1b38;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .fblock .flinks-1 li {
    text-align: center;
}
footer .fblock .flinks-1 li a {
    color: inherit;
}
footer .fblock .flinks-1 li a:hover {
    color: #f6a727;
}

footer .fblock .flinks-sm {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
footer .fblock .flinks-sm li {
    text-align: center;
}
footer .fblock .flinks-sm li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    color: #1d1b38;
    background-color: #c4c4c4;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
footer .fblock .flinks-sm li a:hover {
    color: #c4c4c4;
    background-color: #1d1b38;
}
/* Footer section :end */

/* Inner banner section :start */
.innerbanner-section, 
.innerbanner-section .ibslide-block, 
.innerbanner-section .ibslide-block .hbimage, 
.innerbanner-section .ibslide-block picture, 
.innerbanner-section .ibslide-block picture img {
    width: 100%;
    height: auto;
}
.innerbanner-section {
    position: relative;
}
.innerbanner-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/inner-banner-shade.webp');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    z-index: 2;
}
/* Inner banner section :end */

/* status-page-block :start */
.status-box {
    width: 100%;
    height: auto;
    text-align: center;
}
.status-box .sbox-icon {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.status-box .sbox-icon.sbx-c1 {
    color: #ffc107;
}
.status-box .sbox-icon.sbx-c2 {
    color: #07ff87;
}
.status-box .sbox-icon i {
    font-size: 100px;
}
.status-box .sbox-text {
    color: #1d1b38;
}
.status-box .sbox-text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 12px;
}
.status-box .sbox-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 12px;
}
.status-box .sbox-text p a {
    color: #af8a19;
    text-decoration: underline;
}
.status-box .sbox-text p a:hover {
    color: #af8a19;
    text-decoration: none;
}
.status-box .sbox-btns {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
/* status-page-block :end */

/* step-process-wrap :start */
.step-process-wrap {
    width: 100%;
    height: auto;
}
.step-process-wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.step-process-wrap > ul > li {
    width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.step-process-wrap > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    margin-right: -35px;
    width: 40px;
    height: 10px;
    background-color: #f6a727;
    z-index: 0;
}
.step-process-wrap > ul > li .spw-item {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    background-color: #dcdcdc;
    border: 4px solid #f6a727;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.step-process-wrap > ul > li .spw-item .spitem-num {
    font-size: 24px;
}
.step-process-wrap > ul > li .spw-item .spitem-txt {}

.step-process-wrap > ul > li.active .spw-item,
.step-process-wrap > ul > li .spw-item:hover {
    color: #ffffff;
    background-color: #f6a727;
    border-color: #f6a727;
}
/* step-process-wrap :end */

/* .appointment-selector :start */
.appointment-selector {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.4;
    color: #1d1b38;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.appointment-selector .ascol.col2 {
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}

.appointment-selector .ascol time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #1d1b38;
    border: 2px solid #1d1b38;
    border-radius: 100px;
    padding: 7px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.appointment-selector .ascol time img,
.appointment-selector .ascol time svg {
    margin-right: 5px;
}
.appointment-selector .ascol time.c1 {
    color: #f6a727;
    border-color: #f6a727;
}
.appointment-selector .ascol time.c1 svg path {
    fill: #f6a727;
}

.appointment-selector .ascol h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #1d1b38;
    margin-bottom: 15px;
}
.appointment-selector .ascol ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.4;
    color: #1d1b38;
}
.appointment-selector .ascol ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.appointment-selector .ascol ul li img,
.appointment-selector .ascol ul li svg {
    margin-top: 3px;
}

.appointment-selector .appocalendar {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.appointment-selector .appocalendar .flatpickr-calendar {
    box-shadow: none;
}
.appointment-selector .appocalendar .flatpickr-day.selected {
    background-color: #f6a727;
    border-color: #f6a727;
}
/* .appointment-selector :end */

/* .details-options :start */
.details-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #1d1b38;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.details-options ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.details-options ul li.timming {
    line-height: 1;
    color: #1d1b38;
    background-color: transparent;
    border: 2px solid #f6a727;
    border-radius: 100px;
    padding: 7px 15px;
    text-wrap: nowrap;
}
/* .details-options :end */

/* 404 page :start */
.error404 {
    padding: 100px 0px;
}
.error404 .er404inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.error404 .er404inner .errorimg {
    padding: 0px 50px;
}
.error404 .er404inner .errorimg img {
    max-width: 100%;
    height: auto;
}
.error404 .er404inner .errortxt {
    padding: 0px 15px;
    margin-top: 20px;
}
.error404 .er404inner .errortxt h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .error404 .er404inner .errortxt h1 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .error404 .er404inner .errortxt h1 {
        font-size: 18px;
    }
}
/* 404 page :end */

.pagi {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 0;
}
.pagi ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    gap: 4px;
}
.pagi ul a {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border: 1px solid #d3d3d3;
}
.pagi ul a:hover {
    background: #efefef;
}
.pagi ul li.prev a,
.pagi ul li.next a {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pagi ul li.active a {
    border: 1px solid #f6a727;
    background: #f6a727;
}

/* datepicker :start */
.datepicker.datepicker-dropdown td, 
.datepicker.datepicker-dropdown th {
    font-size: 12px;
}
.datepicker.datepicker-dropdown .datepicker-days td, 
.datepicker.datepicker-dropdown .datepicker-days th {
    width: 30px;
    height: 30px;
}
.datepicker table tr td.active, 
.datepicker table tr td.active:hover, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover {
    background: #1d1b38;
}
.datepicker table tr td span.active, 
.datepicker table tr td span.active:hover, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active.disabled:hover {
    background: #1d1b38;
}
/* datepicker :end */

.dropStyle1 {
    width: 100%;
}
.dropStyle1 .select2 {
    width: 100% !important;
}
.dropStyle1 .select2 .select2-selection {
    font-size: 14px;
    padding: 0 18px;
    border: solid 1px #e8e8e8;
    height: auto;
}
.dropStyle1 .select2 .select2-selection span {
    padding: 7px  0 !important ;
}
.dropStyle1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 6px;
}
.select2-search--dropdown .select2-search__field {
    outline: none !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f6a727;
    color: #000;
}