/*font Variables*/
/*----------------------------------------------------*/
html {
    height: 100%;
}

/* Tweal For global select */
.form-select, select.form-control {
  padding: 16px 20px !important;
}

.tooltip-inner {
    text-align: left;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input.check-valid:required:valid:not(.is-invalid),
input.check-valid:focus:valid:not(.is-invalid) {
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 122.88 101.6"><defs><style>.cls-1{fill:%2310a64a;}</style></defs><title>tick-green</title><path class="cls-1" d="M4.67,67.27c-14.45-15.53,7.77-38.7,23.81-24C34.13,48.4,42.32,55.9,48,61L93.69,5.3c15.33-15.86,39.53,7.42,24.4,23.36L61.14,96.29a17,17,0,0,1-12.31,5.31h-.2a16.24,16.24,0,0,1-11-4.26c-9.49-8.8-23.09-21.71-32.91-30v0Z"/></svg>');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    -moz-box-shadow: none;
}

input.form-control.check-valid.is-invalid,
select.form-control.check-valid.is-invalid,
textarea.form-control.check-valid.is-invalid {
    background-image: none !important;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

input[type=tel].iti-phone:required:valid:not(.is-invalid),
input[type="tel"].iti-phone:focus:valid:not(.is-invalid) {
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 122.88 101.6"><defs><style>.cls-1{fill:%2310a64a;}</style></defs><title>tick-green</title><path class="cls-1" d="M4.67,67.27c-14.45-15.53,7.77-38.7,23.81-24C34.13,48.4,42.32,55.9,48,61L93.69,5.3c15.33-15.86,39.53,7.42,24.4,23.36L61.14,96.29a17,17,0,0,1-12.31,5.31h-.2a16.24,16.24,0,0,1-11-4.26c-9.49-8.8-23.09-21.71-32.91-30v0Z"/></svg>');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    -moz-box-shadow: none;
}
.services-bubble .title div {
    font-family: "Mont";
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.services-bubble div.form-check {
    display: none;
}

.services-bubble .feature-card-box {
    position: relative;
    cursor: pointer;
}

.services-bubble .title div span {
    margin-left: 10px;
}

.services-bubble .title {
    display: flex;
    justify-content: start;
    align-items: center;
}

.services-bubble p.description-box.p_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    font-family: "Mont";
    text-align: left !important;
}

.services-bubble textarea.comments-service-box {
    height: 70%;
    border: none;
}

.services-bubble textarea.comments-service-box::placeholder {
    background-image: url("/img/icons/arrow-rigth.svg");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 20px;
}
@-moz-document url-prefix() {
    .services-bubble textarea.comments-service-box::placeholder {
        background-position: left 1.2rem !important;
    }
}

.services-bubble .card-icon-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 1.3rem;
    background: #264c8b;
    border-bottom-left-radius: 8.84px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.services-bubble .card-icon-box.selected {
    background: #38b08b !important;
}

.services-bubble .feature-card-box.selected {
    background-color: #264c8b1a;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #e94235;
}

body {
    line-height: 26px;
    font-size: 16px;
    height: 100%;
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    color: #231f20;
}

:focus {
    outline: none;
}

.bg-grey {
    background-color: #f9fbff;
}

.row:not(.g-1, .g-2, .g-3, .g-4, .g-5) {
    --bs-gutter-x: 30px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}

video {
    max-width: 100%;
}

table tr td p:last-child {
    margin-bottom: 0;
}

pre[class*="language-"] > code {
    border-left: 5px solid brand_color_rgba(0.8);
}

.form-check {
    position: relative;
    display: block;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 30px;
}

/** === Predefined Global Classes === **/
.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

button:focus {
    outline: none;
}

/** === List style === **/
ul.list-style {
    margin-bottom: 2rem;
}

ul.list-style li {
    margin-bottom: 0.5rem;
    list-style-type: circle;
}

ul.list-style li:last-child {
    margin-bottom: 0;
}

.section-title h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
}
.section-title .subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #e94235;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26.1px;
}

.sec-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
    display: inline-block;
    background: #e94235;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "2";
    font-family: eleganticons;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.slick-list {
    margin: 0 -15px;
}
.slick-list .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-arrow {
    background: transparent;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 32px;
    color: #000000;
    border: 1px solid #000000;
    position: inherit;
    font-size: 14px;
    transition: all 0.2s linear;
    transform: translate(0);
}
.slick-arrow:hover {
    background: #e94235;
    border-color: #e94235;
    color: #fff;
}

.slick-dots {
    position: inherit;
}
.slick-dots li {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1882352941);
}
.slick-dots li.slick-active {
    background: #000000;
}
.slick-dots li button {
    display: none;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1803921569);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    height: 55px;
    border-radius: 6px;
    box-shadow: none;
    padding: 20px 15px 20px 15px;
    color: #231f20;
}
.form-control::placeholder {
    color: rgba(35, 31, 32, 0.5019607843);
}
.form-control:focus {
    border-color: #e94235;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.custom-select {
    border: 1px solid rgba(0, 0, 0, 0.1803921569);
    border-radius: 6px;
    height: 55px;
    line-height: 55px;
    float: inherit;
    width: 100%;
}
.custom-select .current {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.5019607843);
}
.custom-select::after {
    margin-left: 5px;
    font-size: 13px;
}

.right-arrow-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #e94235;
}
.right-arrow-btn span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.right-arrow-btn:hover span {
    transform: translateX(5px);
}

.theme-btn-2 {
    background-color: #264c8b;
    border: 2px solid #264c8b;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #fbfbfb;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.theme-btn-2:hover {
    background-color: rgba(38, 76, 139, 0.1);
    border-color: rgba(38, 76, 139, 0.2);
    color: #264c8b;
}

.form-check-input.checkbox {
    border-radius: 0.25em;
    box-shadow: none !important;
}
.form-check-input.checkbox.tick:checked {
    background-color: #38b08b;
    border-color: #38b08b;
}
.form-check-input.checkbox.cross:checked {
    background-color: rgba(35, 31, 32, 0.5019607843);
    border-color: rgba(35, 31, 32, 0.5019607843);
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 6l8 8M6 14l8-8'/%3e%3c/svg%3e");
}

.form-check-input.checkbox:checked {
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #231f20;
}
.form-check-label.text-bold {
    font-weight: 700;
}

.form-label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
}

.form-label-2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
    color: rgba(35, 31, 32, 0.5);
}

/*---------------------------------------------------- */
@keyframes rotateWithPause {
    0% {
        transform: rotate(0deg);
    }
    12.5% {
        transform: rotate(80deg);
    }
    25% {
        transform: rotate(110deg); /* Pause */
    }
    37.5% {
        transform: rotate(160deg);
    }
    50% {
        transform: rotate(190deg); /* Pause */
    }
    62.5% {
        transform: rotate(240deg);
    }
    75% {
        transform: rotate(270deg); /* Pause */
    }
    87.5% {
        transform: rotate(320deg);
    }
    100% {
        transform: rotate(360deg); /* Pause */
    }
}
@keyframes scaleUpAndDown {
    0% {
        transform: scale(1); /* Normal size */
    }
    30% {
        transform: scale(0.8); /* Slightly scaled up */
    }
    60% {
        transform: scale(1); /* Back to normal size */
    }
    100% {
        transform: scale(1); /* Back to normal size */
    }
}
@keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-7px);
    }
}
@keyframes waveVertical {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateX(-7px);
    }
}
@keyframes scalePress {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0.1);
    }
}
@keyframes scalePressY {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0.1);
    }
}
@keyframes upsideDownY {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}
/*----------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

@media (min-width: 992px) {
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mt-lg-25 {
        margin-top: 25px;
    }
    .mt-lg-30 {
        margin-top: 30px;
    }
    .mt-lg-35 {
        margin-top: 35px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mt-lg-45 {
        margin-top: 45px;
    }
    .mt-lg-50 {
        margin-top: 50px;
    }
    .mt-lg-55 {
        margin-top: 55px;
    }
    .mt-lg-60 {
        margin-top: 60px;
    }
    .mt-lg-65 {
        margin-top: 65px;
    }
    .mt-lg-70 {
        margin-top: 70px;
    }
    .mt-lg-75 {
        margin-top: 75px;
    }
    .mt-lg-80 {
        margin-top: 80px;
    }
    .mt-lg-85 {
        margin-top: 85px;
    }
    .mt-lg-90 {
        margin-top: 90px;
    }
    .mt-lg-95 {
        margin-top: 95px;
    }
    .mt-lg-100 {
        margin-top: 100px;
    }
    .mt-lg-105 {
        margin-top: 105px;
    }
    .mt-lg-110 {
        margin-top: 110px;
    }
    .mt-lg-115 {
        margin-top: 115px;
    }
    .mt-lg-120 {
        margin-top: 120px;
    }
    .mt-lg-125 {
        margin-top: 125px;
    }
    .mt-lg-130 {
        margin-top: 130px;
    }
    .mt-lg-135 {
        margin-top: 135px;
    }
    .mt-lg-140 {
        margin-top: 140px;
    }
    .mt-lg-145 {
        margin-top: 145px;
    }
    .mt-lg-150 {
        margin-top: 150px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mb-lg-25 {
        margin-bottom: 25px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .mb-lg-35 {
        margin-bottom: 35px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
    .mb-lg-45 {
        margin-bottom: 45px;
    }
    .mb-lg-50 {
        margin-bottom: 50px;
    }
    .mb-lg-55 {
        margin-bottom: 55px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }
    .mb-lg-65 {
        margin-bottom: 65px;
    }
    .mb-lg-70 {
        margin-bottom: 70px;
    }
    .mb-lg-75 {
        margin-bottom: 75px;
    }
    .mb-lg-80 {
        margin-bottom: 80px;
    }
    .mb-lg-85 {
        margin-bottom: 85px;
    }
    .mb-lg-90 {
        margin-bottom: 90px;
    }
    .mb-lg-95 {
        margin-bottom: 95px;
    }
    .mb-lg-100 {
        margin-bottom: 100px;
    }
    .mb-lg-105 {
        margin-bottom: 105px;
    }
    .mb-lg-110 {
        margin-bottom: 110px;
    }
    .mb-lg-115 {
        margin-bottom: 115px;
    }
    .mb-lg-120 {
        margin-bottom: 120px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .mr-lg-15 {
        margin-right: 15px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .mr-lg-25 {
        margin-right: 25px;
    }
    .mr-lg-30 {
        margin-right: 30px;
    }
    .mr-lg-35 {
        margin-right: 35px;
    }
    .mr-lg-40 {
        margin-right: 40px;
    }
    .mr-lg-45 {
        margin-right: 45px;
    }
    .mr-lg-50 {
        margin-right: 50px;
    }
    .mr-lg-55 {
        margin-right: 55px;
    }
    .mr-lg-60 {
        margin-right: 60px;
    }
    .mr-lg-65 {
        margin-right: 65px;
    }
    .mr-lg-70 {
        margin-right: 70px;
    }
    .mr-lg-75 {
        margin-right: 75px;
    }
    .mr-lg-80 {
        margin-right: 80px;
    }
    .mr-lg-85 {
        margin-right: 85px;
    }
    .mr-lg-90 {
        margin-right: 90px;
    }
    .mr-lg-95 {
        margin-right: 95px;
    }
    .mr-lg-100 {
        margin-right: 100px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .ml-lg-15 {
        margin-left: 15px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .ml-lg-25 {
        margin-left: 25px;
    }
    .ml-lg-30 {
        margin-left: 30px;
    }
    .ml-lg-35 {
        margin-left: 35px;
    }
    .ml-lg-40 {
        margin-left: 40px;
    }
    .ml-lg-45 {
        margin-left: 45px;
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
    .ml-lg-55 {
        margin-left: 55px;
    }
    .ml-lg-60 {
        margin-left: 60px;
    }
    .ml-lg-65 {
        margin-left: 65px;
    }
    .ml-lg-70 {
        margin-left: 70px;
    }
    .ml-lg-75 {
        margin-left: 75px;
    }
    .ml-lg-80 {
        margin-left: 80px;
    }
    .ml-lg-85 {
        margin-left: 85px;
    }
    .ml-lg-90 {
        margin-left: 90px;
    }
    .ml-lg-95 {
        margin-left: 95px;
    }
    .ml-lg-100 {
        margin-left: 100px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pt-lg-25 {
        padding-top: 25px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pt-lg-35 {
        padding-top: 35px;
    }
    .pt-lg-40 {
        padding-top: 40px;
    }
    .pt-lg-45 {
        padding-top: 45px;
    }
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pt-lg-55 {
        padding-top: 55px;
    }
    .pt-lg-60 {
        padding-top: 60px;
    }
    .pt-lg-65 {
        padding-top: 65px;
    }
    .pt-lg-70 {
        padding-top: 70px;
    }
    .pt-lg-75 {
        padding-top: 75px;
    }
    .pt-lg-80 {
        padding-top: 80px;
    }
    .pt-lg-85 {
        padding-top: 85px;
    }
    .pt-lg-90 {
        padding-top: 90px;
    }
    .pt-lg-95 {
        padding-top: 95px;
    }
    .pt-lg-100 {
        padding-top: 100px;
    }
    .pt-lg-105 {
        padding-top: 105px;
    }
    .pt-lg-110 {
        padding-top: 110px;
    }
    .pt-lg-115 {
        padding-top: 115px;
    }
    .pt-lg-120 {
        padding-top: 120px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pb-lg-25 {
        padding-bottom: 25px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
    .pb-lg-35 {
        padding-bottom: 35px;
    }
    .pb-lg-40 {
        padding-bottom: 40px;
    }
    .pb-lg-45 {
        padding-bottom: 45px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .pb-lg-55 {
        padding-bottom: 55px;
    }
    .pb-lg-60 {
        padding-bottom: 60px;
    }
    .pb-lg-65 {
        padding-bottom: 65px;
    }
    .pb-lg-70 {
        padding-bottom: 70px;
    }
    .pb-lg-75 {
        padding-bottom: 75px;
    }
    .pb-lg-80 {
        padding-bottom: 80px;
    }
    .pb-lg-85 {
        padding-bottom: 85px;
    }
    .pb-lg-90 {
        padding-bottom: 90px;
    }
    .pb-lg-95 {
        padding-bottom: 95px;
    }
    .pb-lg-100 {
        padding-bottom: 100px;
    }
    .pb-lg-105 {
        padding-bottom: 105px;
    }
    .pb-lg-110 {
        padding-bottom: 110px;
    }
    .pb-lg-115 {
        padding-bottom: 115px;
    }
    .pb-lg-120 {
        padding-bottom: 120px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pr-lg-15 {
        padding-right: 15px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pr-lg-25 {
        padding-right: 25px;
    }
    .pr-lg-30 {
        padding-right: 30px;
    }
    .pr-lg-35 {
        padding-right: 35px;
    }
    .pr-lg-40 {
        padding-right: 40px;
    }
    .pr-lg-45 {
        padding-right: 45px;
    }
    .pr-lg-50 {
        padding-right: 50px;
    }
    .pr-lg-55 {
        padding-right: 55px;
    }
    .pr-lg-60 {
        padding-right: 60px;
    }
    .pr-lg-65 {
        padding-right: 65px;
    }
    .pr-lg-70 {
        padding-right: 70px;
    }
    .pr-lg-75 {
        padding-right: 75px;
    }
    .pr-lg-80 {
        padding-right: 80px;
    }
    .pr-lg-85 {
        padding-right: 85px;
    }
    .pr-lg-90 {
        padding-right: 90px;
    }
    .pr-lg-95 {
        padding-right: 95px;
    }
    .pr-lg-100 {
        padding-right: 100px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .pl-lg-15 {
        padding-left: 15px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .pl-lg-25 {
        padding-left: 25px;
    }
    .pl-lg-30 {
        padding-left: 30px;
    }
    .pl-lg-35 {
        padding-left: 35px;
    }
    .pl-lg-40 {
        padding-left: 40px;
    }
    .pl-lg-45 {
        padding-left: 45px;
    }
    .pl-lg-50 {
        padding-left: 50px;
    }
    .pl-lg-55 {
        padding-left: 55px;
    }
    .pl-lg-60 {
        padding-left: 60px;
    }
    .pl-lg-65 {
        padding-left: 65px;
    }
    .pl-lg-70 {
        padding-left: 70px;
    }
    .pl-lg-75 {
        padding-left: 75px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
    .pl-lg-85 {
        padding-left: 85px;
    }
    .pl-lg-90 {
        padding-left: 90px;
    }
    .pl-lg-95 {
        padding-left: 95px;
    }
    .pl-lg-100 {
        padding-left: 100px;
    }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme-btn {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background-color: #e94235;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.theme-btn::before {
    background-color: #264c8b !important;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    height: 103%;
    width: 102%;
    border-radius: 6px;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.theme-btn:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.theme-btn:hover i {
    transform: translateY(-1px) translateX(8px);
}
.theme-btn:hover i.arrow_left {
    transform: translateY(-1px) translateX(-8px);
}
.theme-btn i {
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px) translateX(0px);
}
.theme-btn i.arrow_left {
    padding-right: 5px;
}

.theme-btn-outline {
    display: inline-block;
    font-size: 17px;
    color: #264c8b;
    height: 45px;
    border: 2px solid #264c8b;
    line-height: 45px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.theme-btn-outline:hover {
    color: #ffffff;
    background-color: #264c8b;
}
.theme-btn-outline:hover i {
    transform: translateY(-1px) translateX(8px);
}
.theme-btn-outline:hover i.arrow_left {
    transform: translateY(-1px) translateX(-8px);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= header area css ===============*/
.navbar {
    border: 0;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    position: absolute;
    background-color: transparent;
    transition: all 0.2s linear;
}
.navbar.white-navbar .menu > .nav-item {
    padding-bottom: 23px;
    padding-top: 23px;
    transition: all 0.3s linear;
    cursor: pointer;
    display: flex;
    gap: 7px;
    align-items: center;
}
.navbar.white-navbar .menu > .nav-item > .nav-link {
    color: #fff;
}
.navbar.white-navbar .theme-btn-outline {
    border-color: #fff;
    color: #fff;
}
.navbar.white-navbar .theme-btn-outline:hover {
    background-color: #fff;
    color: #264c8b;
}
.navbar.white-navbar .right-nav .nav_search {
    background-color: #fff;
}
.navbar.white-navbar .right-nav .nav_search i {
    color: #264c8b;
}

.menu > .nav-item {
    padding-bottom: 23px;
    padding-top: 23px;
    transition: all 0.3s linear;
    cursor: pointer;
    display: flex;
    gap: 7px;
    align-items: center;
}
.menu > .nav-item.active > .nav-link {
    color: #e94235 !important;
}
.menu > .nav-item > .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #231f20;
    padding: 0;
    position: relative;
    line-height: 20px;
}
.menu > .nav-item > .nav-link:after {
    display: none;
}
.menu > .nav-item > .nav-link.active {
    color: #e94235;
}
.menu > .nav-item.submenu .dropdown-menu {
    top: 100%;
    margin: 0;
    border-radius: 4px;
    left: -26px;
    min-width: max-content;
    border: none;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
    .menu > .nav-item.submenu .dropdown-menu {
        transform: translateY(20px);
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 40px 0 30px;
    transition: all 0.3s linear;
    position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > i {
    padding-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
    margin-top: 12px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    color: #231f20;
    transition: color 0.2s linear;
    position: relative;
    display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
    color: #e94235;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
    display: none;
}
@media (min-width: 992px) {
    .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .dropdown-menu,
    .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .dropdown-menu,
    .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(1px) translateY(0px);
    }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
    color: #e94235;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
    color: #e94235;
}
.menu > .nav-item:hover > i {
    color: var(--brand_color);
}
@media (min-width: 992px) {
    .menu > .nav-item:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.menu > .nav-item + .nav-item {
    margin-left: 30px;
}
.menu .mobile_dropdown_icon {
    font-size: 12px;
}

.mobile-search {
    padding: 13px 20px;
    background-color: #264c8b;
    margin-left: 0;
}
.mobile-search .nav_search_two {
    position: relative;
}
.mobile-search .nav_search_two .form-control {
    padding-right: 30px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    height: 35px;
    width: 100%;
}
.mobile-search .nav_search_two i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: rgba(0, 0, 0, 0.3490196078);
}

.right-nav {
    margin-left: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.right-nav .nav_search {
    position: relative;
    background-color: #264c8b;
    border-radius: 8px;
}
.right-nav .nav_search.opened {
    background-color: transparent;
}
.right-nav .nav_search.opened .form-control {
    width: 100%;
    padding-right: 40px;
    visibility: visible;
    transform: scaleX(1);
}
.right-nav .nav_search.opened i {
    color: rgba(0, 0, 0, 0.3490196078);
}
.right-nav .nav_search .form-control {
    height: 45px;
    line-height: 45px;
    border: none;
    width: 45px;
    transform: scaleX(0);
    visibility: hidden;
    padding-right: 26px;
    transition: transform ease-in-out 0.1s;
    transform-origin: right;
}
.right-nav .nav_search i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    font-size: 18px;
}
.right-nav .nav_search_two {
    position: relative;
}
.right-nav .nav_search_two .form-control {
    padding-right: 30px;
    height: 45px;
    line-height: 45px;
    border: none;
}
.right-nav .nav_search_two i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: rgba(0, 0, 0, 0.3490196078);
}
.right-nav .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.right-nav .mobile_search_trigger {
    height: 40px;
    width: 38px;
    border-radius: 3px;
    background-color: #264c8b;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.navbar_fixed {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa !important;
    transition: all 0.2s, top 0.4s linear;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.navbar-toggler {
    padding-left: 0;
    outline: none;
    padding: 8px;
    background-color: #e94235;
    border-radius: 3px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger {
    height: 100%;
    width: 100%;
    display: block;
}
.hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
    transition-delay: 0.2s;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}
.menu_toggle .hamburger {
    position: absolute;
}
.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}
.menu_toggle .hamburger-cross span {
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: 0.2s;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.banner-area-one {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(25, 53, 116, 0.85) 100%);
    padding-top: 180px;
}
.banner-area-one .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    color: #e94235;
    text-transform: uppercase;
}
.banner-area-one h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.banner-area-one p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-bottom: 15px;
}
.banner-area-one .service-btn {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.banner-area-one .service-btn h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #264c8b;
}
.banner-area-one .service-btn span {
    font-size: 12px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #264c8b;
}
.banner-area-one .powerdby {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.banner-area-one .powerdby h6 {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: rgba(35, 31, 32, 0.5019607843);
}
.banner-area-one .hero-img #Vector_200 {
    transform-origin: center;
    transform-box: fill-box;
    animation: rotateWithPause 5s linear infinite;
}
.banner-area-one .hero-img .map_marker {
    transform-origin: center;
    transform-box: fill-box;
    animation: scaleUpAndDown 2s ease-in-out infinite;
}
.banner-area-one .hero-img #Vector_227 {
    transform-origin: center;
    transform-box: fill-box;
    animation: scaleUpAndDown 2s ease-in-out infinite;
}
.banner-area-one .hero-img #Vector_241 {
    animation: wave 1.3s linear infinite;
}
.banner-area-one .hero-img #Vector_242 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.banner-area-one .hero-img #Vector_243 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.banner-area-one .hero-img #Vector_119 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.banner-area-one .hero-img .click_hand {
    transform-origin: center;
    transform-box: fill-box;
}
.banner-area-one .hero-img #Vector_5 {
    transform-origin: center;
    transform-box: fill-box;
    opacity: 0.5;
    transition: opacity 0.3s linear;
}
.banner-area-one .hero-img #Group_13,
.banner-area-one .hero-img #Group_25 {
    transition: all 1.5s ease;
    transform-origin: center;
    transform-box: fill-box;
    opacity: 0;
    transform: translate(0, 70px);
    transition-delay: 1.5s;
}
.banner-area-one .hero-img .rocket_gas {
    transition: all 1.5s ease;
    transform-origin: center;
    transform-box: fill-box;
    opacity: 0;
    transform: translate(0, 10px) scale(0.8);
    transition-delay: 1.7s;
}
.banner-area-one .hero-img.animated #Group_13,
.banner-area-one .hero-img.animated #Group_25 {
    opacity: 1;
    transform: translate(0, 0px);
}
.banner-area-one .hero-img.animated .rocket_gas {
    opacity: 1;
    transform: translate(0, 0px) scale(1);
}
.banner-area-one .hero-img.animated #Vector_5 {
    opacity: 1;
    animation: scaleUpAndDown 1s ease-in-out 1;
    animation-delay: 0.9s;
}
.banner-area-one .hero-img.animated .click_hand {
    animation: slideInUp 1s linear 1;
}

.banner-area-two {
    padding-top: 135px;
    padding-bottom: 50px;
    background: linear-gradient(
        89.99deg,
        #ffffff 34%,
        rgba(140, 173, 231, 0.7) 99.99%
    );
}
.banner-area-two .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    color: #e94235;
    text-transform: uppercase;
}
.banner-area-two h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 15px;
}
.banner-area-two .feature-list {
    margin-bottom: 15px;
}
.banner-area-two .feature-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 5px;
    color: rgba(35, 31, 32, 0.7490196078);
}
.banner-area-two .feature-list li i {
    background-color: #e94235;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin-top: 5px;
}
.banner-area-two .client-refferel {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
.banner-area-two .client-img {
    display: flex;
}
.banner-area-two .client-img img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: -2px 0px 10px 0px rgba(38, 76, 139, 0.3019607843);
}
.banner-area-two .client-img img + img {
    margin-left: -5px;
}
.banner-area-two .banner-img {
    position: relative;
    display: inline-block;
    margin-right: 27px;
}
.banner-area-two .banner-img img:nth-child(1) {
    box-shadow: 10px 10px 40px 0px rgba(233, 66, 53, 0.1490196078),
        -10px -10px 40px 0px rgba(20, 77, 145, 0.1490196078);
    border-radius: 8px;
}
.banner-area-two .banner-img img:nth-child(2) {
    position: absolute;
    left: -30px;
    bottom: 40%;
    box-shadow: 0px 4px 20px 0px rgba(7, 50, 100, 0.1019607843);
}
.banner-area-two .banner-img img:nth-child(3) {
    position: absolute;
    right: -27px;
    bottom: 5%;
    box-shadow: 0px 4px 20px 0px rgba(7, 50, 100, 0.1019607843);
}
.banner-area-two .banner-img img:nth-child(4) {
    position: absolute;
    right: 37px;
    top: -19px;
    box-shadow: 0px 4px 20px 0px rgba(7, 50, 100, 0.1019607843);
}

.banner-area-three {
    padding-top: 210px;
    padding-bottom: 185px;
    position: relative;
    z-index: 1;
    background-image: url(../img/blog/Hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-area-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.banner-area-three .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    color: #c5c5c5;
    text-transform: uppercase;
}
.banner-area-three h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 10px;
}
.banner-area-three p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

.banner-area-four {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #193574;
    z-index: 1;
    text-align: center;
}
.banner-area-four .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 10%;
    z-index: -1;
}
.banner-area-four h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.banner-area-four p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: auto;
    margin-bottom: 15px;
    max-width: 700px;
}
.banner-area-four .post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-area-four .post-meta .meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.banner-area-four .post-meta .divider {
    height: 23px;
    width: 1px;
    background-color: rgba(251, 251, 251, 0.4);
}

.banner-area-five {
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-image: url(../img/contact/Hero.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-area-five::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.banner-area-five .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #c5c5c5;
}
.banner-area-five h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}
.banner-area-five p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}
.banner-area-five .contact-form {
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
}

.banner-area-six {
    padding-top: 180px;
    padding-bottom: 80px;
}
.banner-area-six .subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #e94235;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-area-six h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.banner-area-six p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(35, 31, 32, 0.7490196078);
    max-width: 550px;
    margin-bottom: 15px;
}
.banner-area-six .powerdby {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.banner-area-six .powerdby h6 {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: rgba(35, 31, 32, 0.5019607843);
}
.banner-area-six .hero-img svg {
    max-width: 100%;
}

.single-service-banner-img #Vector_124 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.single-service-banner-img #Vector_8,
.single-service-banner-img #Vector_7,
.single-service-banner-img #Vector_14 {
    transform-origin: bottom;
    transform-box: fill-box;
    transform: translateY(40px) scaleY(0.5);
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 0.3s;
}
.single-service-banner-img .rocket-fly {
    transform-origin: bottom;
    transform-box: fill-box;
    transform: translateY(60px) scaleY(0.5);
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 0.6s;
}
.single-service-banner-img #Vector_125 {
    animation: wave 1.3s linear infinite;
}
.single-service-banner-img #Vector_126 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.single-service-banner-img #Vector_127 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.single-service-banner-img.animated #Vector_8,
.single-service-banner-img.animated #Vector_7,
.single-service-banner-img.animated #Vector_14,
.single-service-banner-img.animated .rocket-fly {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
}

.international-client-img #Group_11 {
    transform-origin: bottom;
    transform-box: fill-box;
    transform: scale(0);
    transition: 1.5s;
}
.international-client-img.animated #Group_11 {
    transform: scale(1);
    animation: scaleUpAndDown 5s ease-in-out infinite;
    animation-delay: 1.5s;
}

.litigiation-img #Vector_93 {
    transform-origin: center;
    transform-box: fill-box;
    animation: upsideDownY 1.3s linear infinite;
    animation-direction: alternate;
}
.litigiation-img #Vector_94 {
    animation: waveVertical 1.3s linear infinite;
}
.litigiation-img #Vector_95 {
    animation: waveVertical 1.3s linear infinite;
    animation-delay: -1.1s;
}
.litigiation-img #Vector_96 {
    animation: waveVertical 1.3s linear infinite;
    animation-delay: -0.9s;
}
.litigiation-img #Vector_92 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.litigiation-img #Group_2 {
    transform-origin: right bottom;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.litigiation-img.animated #Group_2 {
    opacity: 1;
    animation: zoomIn 0.8s ease-in-out 1;
}

.intelectual-property-img #Vector_24 {
    transform-origin: center;
    transform-box: fill-box;
    animation: upsideDownY 1.3s linear infinite;
    animation-direction: alternate;
}
.intelectual-property-img #Vector_49 {
    animation: waveVertical 1.3s linear infinite;
}
.intelectual-property-img #Vector_50 {
    animation: waveVertical 1.3s linear infinite;
    animation-delay: -1.1s;
}
.intelectual-property-img #Vector_51 {
    animation: waveVertical 1.3s linear infinite;
    animation-delay: -0.9s;
}
.intelectual-property-img #Vector {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.intelectual-property-img #Frame_73 {
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in;
}
.intelectual-property-img.animated #Frame_73 {
    transform: scale(1);
    opacity: 1;
}

.real-estate-img #Vector_173 {
    animation: wave 1.3s linear infinite;
}
.real-estate-img #Vector_174 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.real-estate-img #Vector_175 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.real-estate-img #Vector_172 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.real-estate-img #Vector_162 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: scalePressY 2.4s ease-in-out infinite;
    animation-direction: alternate;
}
.real-estate-img #Vector_163 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: scalePressY 2.4s ease-in-out infinite;
    animation-direction: alternate;
    animation-delay: -1.5s;
}
.real-estate-img #Vector_164 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: scalePressY 2.4s ease-in-out infinite;
    animation-direction: alternate;
    animation-delay: -1s;
}
.real-estate-img #Vector_165 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: scalePressY 2.4s ease-in-out infinite;
    animation-direction: alternate;
    animation-delay: -0.5s;
}

.shelf-companies-img #Vector_108 {
    animation: wave 1.3s linear infinite;
}
.shelf-companies-img #Vector_109 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.shelf-companies-img #Vector_110 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.shelf-companies-img #Vector_107 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.shelf-companies-img #Vector_118 {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: scaleUpAndDown 3s ease-out infinite;
}

.certification-img #Vector_3 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.certification-img #Vector_4 {
    transform-origin: center;
    transform-box: fill-box;
    animation: upsideDownY 1.3s linear infinite;
    animation-direction: alternate;
}
.certification-img #Group_12 {
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    opacity: 0;
    transition: all 1s ease-in;
}
.certification-img.animated #Group_12 {
    transform: scale(1);
    opacity: 1;
}

.change-additional-service-img #Vector_103 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.change-additional-service-img #Vector_5 {
    transform-origin: center;
    transform-box: fill-box;
    animation: upsideDownY 1.3s linear infinite;
    animation-direction: alternate;
}
.change-additional-service-img #Vector_104 {
    animation: wave 1.3s linear infinite;
}
.change-additional-service-img #Vector_105 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.change-additional-service-img #Vector_106 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.change-additional-service-img #Vector_48,
.change-additional-service-img #Vector_51 {
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    transition: all 0.5s ease-in;
    transition-delay: 0.5s;
}
.change-additional-service-img.animated #Vector_48,
.change-additional-service-img.animated #Vector_51 {
    transform: scale(1);
}

.imigration-law-img #Vector_100 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.imigration-law-img #Vector_56 {
    transition: all 0.3s ease-in;
    transition-delay: 0.8s;
}
.imigration-law-img #Vector_54 {
    transition: all 0.5s ease-in;
    transition-delay: 1.1s;
}
.imigration-law-img #Vector_57 {
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    transition: all 0.3s ease-in;
    transition-delay: 1.6s;
}
.imigration-law-img #Group_24 {
    transform-origin: center;
    transform-box: fill-box;
    transform: translateX(-50px) scale(0);
    transition: all 1s ease-in;
    transition-delay: 0.3s;
}
.imigration-law-img #flag {
    transform-origin: left;
    transform-box: fill-box;
    transform: translateY(50px) scale(0);
    transition: all 0.8s ease-in;
    transition-delay: 1.5s;
}
.imigration-law-img #Vector_101 {
    animation: wave 1.3s linear infinite;
}
.imigration-law-img #Vector_102 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.imigration-law-img #Vector_103 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}
.imigration-law-img.animated #Group_24 {
    transform: translateX(0) scale(1);
}
.imigration-law-img.animated #flag {
    transform: translateY(0) scale(1);
}

.registered-agent-img #Vector_2 {
    transform-origin: center;
    transform-box: fill-box;
    animation: upsideDownY 1.3s linear infinite;
    animation-direction: alternate;
}
.registered-agent-img #Group_13 {
    transform-origin: top;
    transform-box: fill-box;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s ease-in;
    transition-delay: 1s;
}
.registered-agent-img .id-card {
    transform-origin: top;
    transform-box: fill-box;
    transform: scale(0.3);
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.5s;
}
.registered-agent-img.animated #Group_13 {
    transform: scale(1);
    opacity: 1;
}
.registered-agent-img.animated .id-card {
    transform: scale(1);
    opacity: 1;
}

.trust-will-img #Group_4,
.trust-will-img #Vector_20 {
    transform-origin: top;
    transform-box: fill-box;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s ease-in;
}
.trust-will-img.animated #Group_4,
.trust-will-img.animated #Vector_20 {
    transform: scale(1);
    opacity: 1;
}
.trust-will-img.animated #Vector_20 {
    transition-delay: 0.7s;
}
.trust-will-img #Vector_78,
.trust-will-img #Vector_3 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.trust-will-img #Vector_79 {
    animation: wave 1.3s linear infinite;
}
.trust-will-img #Vector_80 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.trust-will-img #Vector_81 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}

.contract-amend-img #Vector_73,
.contract-amend-img #Vector_3 {
    transform-origin: left;
    transform-box: fill-box;
    animation: scalePress 2s ease-in-out infinite;
    animation-direction: alternate;
}
.contract-amend-img #Vector_74 {
    animation: wave 1.3s linear infinite;
}
.contract-amend-img #Vector_75 {
    animation: wave 1.3s linear infinite;
    animation-delay: -1.1s;
}
.contract-amend-img #Vector_76 {
    animation: wave 1.3s linear infinite;
    animation-delay: -0.9s;
}

/*---------------------------------------------------- */
.faq-single-widget {
    margin-bottom: 40px;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}
.faq-single-widget .faq-header {
    border-bottom: 1px solid rgba(35, 31, 32, 0.1019607843);
}
.faq-single-widget .faq-header h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 0 10px 10px 10px;
    padding-right: 20px;
    color: #231f20;
}
.faq-single-widget .faq-header h4 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    color: #231f20;
    font-size: 16px;
    text-align: center;
}
.faq-single-widget .faq-header h4 i + i {
    display: block;
}
.faq-single-widget .faq-header h4.collapsed {
    color: #231f20;
}
.faq-single-widget .faq-header h4.collapsed i {
    display: block;
}
.faq-single-widget .faq-header h4.collapsed i + i {
    display: none;
}
.faq-single-widget .faq-body p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231f20;
    padding: 35px 0;
    padding-left: 10px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.1019607843);
}
.faq-single-widget .faq-body p a {
    color: #e94235;
    text-decoration: underline;
}

.blog-widget {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.blog-widget:hover .blog-img img {
    transform: scale(1.1);
}
.blog-widget .blog-img {
    width: 100%;
    overflow: hidden;
}
.blog-widget .blog-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.blog-widget .blog-content {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding: 25px 20px;
}
.blog-widget .category-pill {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    padding: 4px 6px;
    background: rgba(38, 76, 139, 0.25);
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    color: #264c8b;
}
.blog-widget h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
.blog-widget .right-arrow-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.blog-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.blog-area.reverse-bg-shape {
    background-image: url(../img/blog/blog-bg-reverse.png);
    background-position: right bottom;
}
.blog-area .bg-shape img {
    position: absolute;
    z-index: -1;
}
.blog-area .bg-shape img:nth-child(1) {
    top: 750px;
    left: 0;
    opacity: 10%;
}
.blog-area .bg-shape img:nth-child(2) {
    bottom: 7%;
    left: 0;
    opacity: 15%;
    transform: rotate(180deg);
}
.blog-area .section-title {
    text-align: center;
}
.blog-area .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 626px;
    margin: auto;
}
.blog-area .blog-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 45px;
}
.blog-area .blog-navigation a {
    border-right: 1px solid rgba(0, 0, 0, 0.0705882353);
    border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 15px 35px;
    background-color: #fff;
}
.blog-area .blog-navigation a.active {
    background-color: rgba(0, 0, 0, 0.0705882353);
}
.blog-area .blog-navigation a:last-child {
    border-right: 0;
}
.blog-area .blog-top {
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 85px;
    background-color: #fff;
}
.blog-area .blog-top .blog-img {
    width: 100%;
    height: 100%;
}
.blog-area .blog-top .subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: rgba(233, 66, 53, 0.7490196078);
    text-transform: uppercase;
}
.blog-area .blog-top h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-area .blog-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(35, 31, 32, 0.7490196078);
}
.blog-area .blog-top .blog-content {
    padding: 66px 20px;
    padding-left: 40px;
}
.blog-area .pagination {
    display: flex;
    margin-top: 60px;
    gap: 10px;
    justify-content: center;
}
.blog-area .pagination a {
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    color: #000000;
    padding: 0 2px 3px 2px;
}
.blog-area .pagination a:hover {
    color: #e94235;
}
.blog-area .pagination a.active {
    color: #e94235;
    text-decoration: underline;
}

.single-blog-area {
    padding: 75px 0;
}
.single-blog-area .post-wrapper {
    display: flex;
    gap: 50px;
}
.single-blog-area .post-wrapper .left-sidebar,
.single-blog-area .post-wrapper .right-sidebar {
    width: 270px;
}
.single-blog-area .post-content-table {
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
}
.single-blog-area .post-content-table h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    margin-bottom: 15px;
}
.single-blog-area .post-content-table li {
    margin-bottom: 20px;
}
.single-blog-area .post-content-table li i {
    color: #e94235;
    margin-right: 5px;
}
.single-blog-area .post-content-table li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
}
.single-blog-area .post-content-table li:last-child {
    margin-bottom: 0;
}
.single-blog-area .post-content-details {
    width: 100%;
    flex: 1;
}
.single-blog-area .post-content-details img {
    border-radius: 8px;
    width: 100%;
}
.single-blog-area .post-content-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}
.single-blog-area .post-content-details h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.single-blog-area .post-content-details .share-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-width: 1px 0px 1px 0px;
    margin-top: 30px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.0705882353);
}
.single-blog-area .post-content-details .share-widget .social-list {
    display: flex;
    gap: 15px;
}
.single-blog-area .post-content-details .share-widget .social-list a {
    color: rgba(0, 0, 0, 0.7490196078);
    font-size: 20px;
}
.single-blog-area .post-content-details .share-widget .social-list a:hover {
    color: #e94235;
}
.single-blog-area .post-content-details .share-widget h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}
.single-blog-area .subscirbe-widget {
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: #fff;
}
.single-blog-area .subscirbe-widget h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.single-blog-area .contact-widget {
    background-image: url(../img/single-blog/Contact-Us-bg.png);
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.single-blog-area .contact-widget h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 3px;
}
.single-blog-area .contact-widget h5.red {
    color: #e94235;
}
.single-blog-area .contact-widget .theme-btn {
    margin-top: 95px;
}
.single-blog-area .related-topic {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
}
.single-blog-area .related-topic h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    margin-bottom: 15px;
}
.single-blog-area .related-topic li {
    margin-bottom: 12px;
}
.single-blog-area .related-topic li:last-child {
    margin-bottom: 0;
}
.single-blog-area .related-topic li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    color: #000;
    padding-left: 12px;
}
.single-blog-area .related-topic li a:hover {
    color: #e94235;
    padding-left: 17px;
}
.single-blog-area .related-topic li a:hover::before {
    width: 12px;
}
.single-blog-area .related-topic li a::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    height: 2px;
    width: 7px;
    background-color: #264c8b;
    transition: all 0.3s ease-in-out;
}

.testimonial-area {
    background-color: #193574;
    padding: 100px 0;
}
.testimonial-area .testimonial-slider-arrows {
    display: flex;
    gap: 5px;
}
.testimonial-area .testimonial-slider-arrows .slick-arrow {
    border-color: #fff;
    color: #fff;
}

.testimonial-widget {
    box-shadow: 0px 4px 40px 0px rgba(20, 77, 145, 0.1019607843);
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 406px;
}
.testimonial-widget .rating {
    display: flex;
    font-size: 18px;
    color: #e94235;
    margin-bottom: 20px;
}
.testimonial-widget p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
.testimonial-widget .author {
    margin-top: 50px;
}
.testimonial-widget .author .author-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonial-widget .author p {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-bottom: 0;
}
.testimonial-widget .author .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-top: 15px;
    margin-bottom: 10px;
}

.testimonial-area-two {
    background-color: #193574;
    padding: 55px 0;
    color: #fff;
}
.testimonial-area-two h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
.testimonial-area-two .testimonial-wrapper {
    padding-left: 46px;
    border-left: 2px solid #e94235;
}
.testimonial-area-two .slick-dots {
    bottom: -35px;
}
.testimonial-area-two .slick-dots li {
    background-color: rgba(255, 255, 255, 0.5);
    height: 6px;
    width: 6px;
}
.testimonial-area-two .slick-dots li.slick-active {
    background-color: #fff;
}

.testimonial-widget-two p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 26px;
}
.testimonial-widget-two .testimonial-details {
    gap: 15px;
    align-items: center;
}
.testimonial-widget-two .testimonial-details .divider {
    height: 31px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6901960784);
}
.testimonial-widget-two .testimonial-details .rating {
    display: flex;
    color: #e94235;
    font-size: 17px;
}
.testimonial-widget-two .testimonial-details .author,
.testimonial-widget-two .testimonial-details .postion {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6901960784);
}

/*----------------------------------------------------*/
.footer-area-one {
    color: #fff;
    background-color: #000e26;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-area-one::after {
    content: "";
    background-image: url(../img/homepage/whychoose-shape-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 360px;
    height: 314px;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: -1;
    opacity: 5%;
}
.footer-area-one .footer-cta {
    text-align: center;
    max-width: 780px;
    margin: auto;
}
.footer-area-one .footer-cta h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}
.footer-area-one .footer-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}
.footer-area-one .footer-cta .theme-btn::before {
    background-color: #fff;
}
.footer-area-one .footer-cta .theme-btn:hover {
    color: #000e26;
}
.footer-area-one hr {
    border-color: rgba(255, 255, 255, 0.1);
}
.footer-area-one h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
}
.footer-area-one .service-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.footer-area-one .service-list a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
}
.footer-area-one .service-list a:hover {
    color: #e94235;
}
.footer-area-one .office-list h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 7px;
}
.footer-area-one .office-list p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}
.footer-area-one .main-footer {
    padding-top: 50px;
}
.footer-area-one .main-footer h5 {
    margin-bottom: 20px;
}
.footer-area-one .main-footer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
}
.footer-area-one .main-footer .social-list {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.footer-area-one .main-footer .social-list a {
    color: #fff;
    font-size: 16px;
}
.footer-area-one .main-footer .social-list a:hover {
    color: #e94235;
}
.footer-area-one .main-footer .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-area-one .main-footer .footer-menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
}
.footer-area-one .main-footer .footer-menu a:hover {
    text-decoration: underline;
}
.footer-area-one .main-footer .contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-area-one .main-footer .contact-list div {
    display: flex;
    align-items: center;
}
.footer-area-one .main-footer .contact-list a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
    color: #fff;
}
.footer-area-one .main-footer .contact-list .icon {
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #264c8b;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
.footer-area-one .footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.footer-area-one .footer-bottom .footer-link {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    justify-content: center;
}
.footer-area-one .footer-bottom .footer-link a {
    color: rgba(255, 255, 255, 0.5);
}
.footer-area-one .footer-bottom .footer-link a:hover {
    color: #fff;
}
.footer-area-one .footer-bottom .footer-link > * {
    padding: 0 10px;
}
.footer-area-one .footer-bottom .footer-link > *:last-child::after {
    display: none;
}
.footer-area-one .footer-bottom .footer-link > *::after {
    content: "|";
    position: relative;
    right: -10px;
    color: rgba(255, 255, 255, 0.5);
}

/*---------------------------------------------------- */
.why-choose-area {
    background-color: #193574;
    color: #fff;
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
}
.why-choose-area::after {
    content: "";
    background-image: url(../img/homepage/whychoose-shape-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 335px;
    height: 335px;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: -1;
    opacity: 7%;
}
.why-choose-area h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 15px;
}
.why-choose-area p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.why-choose-area .single-count-box {
    padding: 10px 0 10px 40px;
    border-left: 2px solid #e94235;
    margin-bottom: 40px;
}
.why-choose-area .single-count-box h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.why-choose-area .single-count-box p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21.73px;
    margin-bottom: 0;
}

.service-area {
    background-color: #f9fbff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.service-area .bg-shapes .shape-1 {
    position: absolute;
    left: 0;
    top: 520px;
    opacity: 10%;
    z-index: -1;
}
.service-area .bg-shapes .shape-2 {
    position: absolute;
    right: 0;
    bottom: 100px;
    opacity: 10%;
    transform: rotate(180deg);
    z-index: -1;
}
.service-area .service-box {
    box-shadow: 0px 2px 20px 0px rgba(20, 77, 145, 0.1019607843);
    border-radius: 8px;
    padding: 30px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-area .service-box .icon {
    margin-bottom: 30px;
}
.service-area .service-box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.23px;
    margin-bottom: 10px;
}
.service-area .service-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
}
.service-area .service-box a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #e94235;
    margin-top: auto;
}
.service-area .service-box a.h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.23px;
    margin-bottom: 10px;
    color: #343a40;
}
.service-area .service-box .price {
    font-size: 12px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.service-area-two .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
.service-area-two .navigation-links-slider {
    border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    padding: 20px 0;
    display: flex;
    row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.service-area-two .navigation-links-slider .slick-slide {
    margin: 0;
    height: 100%;
}
.service-area-two .navigation-links-slider a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2509803922);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #231f20;
    width: 230px;
    min-height: 128px;
    text-align: center;
}
.service-area-two .navigation-links-slider a h5 {
    font-size: 18px;
}
.service-area-two .navigation-links-slider a:last-child {
    border-right: 0;
}
.service-area-two .navigation-links-slider a:hover {
    color: #e94235;
}
.service-area-two .navigation-links-slider a img {
    width: 48px;
    margin-bottom: 15px;
    display: inline-block;
}
.service-area-two .single-service {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    align-items: center;
}
.service-area-two .single-service:last-child {
    border-bottom: 0;
}
.service-area-two .single-service.flex-lg-row-reverse > div:nth-child(1) {
    padding-left: 30px;
}
.service-area-two .single-service.flex-lg-row-reverse > div:nth-child(2) {
    padding-right: 60px;
}
.service-area-two .single-service:not(.flex-lg-row-reverse) > div:nth-child(1) {
    padding-right: 30px;
}
.service-area-two .single-service:not(.flex-lg-row-reverse) > div:nth-child(2) {
    padding-left: 60px;
}
.service-area-two .single-service h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.23px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.service-area-two .single-service p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    margin-bottom: 25px;
}
.service-area-two .single-service .start-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.contact-area {
    padding: 100px 0;
    background-color: #fff;
}
.contact-area .contact-img img {
    max-width: 100%;
    box-shadow: 10px 10px 40px 0px rgba(233, 66, 53, 0.1490196078),
        -10px -10px 40px 0px rgba(20, 77, 145, 0.1490196078);
}
.contact-area .contact-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.contact-area .contact-links > div {
    display: flex;
    align-items: center;
}
.contact-area .contact-links > div .icon {
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #264c8b;
    line-height: 19px;
    text-align: center;
    margin-right: 10px;
}
.contact-area .contact-links > div a {
    font-size: 16px;
    color: #231f20;
    text-decoration: underline;
    font-weight: 600;
}
.contact-area .contact-links > div a:hover {
    color: #e94235;
}
.contact-area .doudt {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 27px;
}
.contact-area .doudt a {
    color: #e94235;
}

.feature-area-one {
    padding: 110px 0;
}
.feature-area-one .feature-tab {
    position: relative;
}
.feature-area-one .feature-tab::after {
    content: "";
    position: absolute;
    left: 1px;
    height: 100%;
    top: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
}
.feature-area-one .feature-tab .nav-link {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    opacity: 0.5;
    border-left: 3px solid transparent;
    color: #231f20;
    text-align: left;
    margin-bottom: 30px;
}
.feature-area-one .feature-tab .nav-link.active {
    opacity: 1;
    border-color: #e94235;
}
.feature-area-one .feature-tab-element {
    padding: 5px 0px 5px 30px;
}
.feature-area-one .count {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #e94235;
}
.feature-area-one h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.feature-area-one p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.feature-area-one p a {
    color: #e94235;
    text-decoration: underline;
}
.feature-area-one form .form-control {
    max-width: 455px;
}
.feature-area-one .how-it-work-img {
    display: inline-block;
    position: relative;
}
.feature-area-one .how-it-work-img img:nth-child(2) {
    position: absolute;
    top: 10px;
    right: 100px;
    z-index: 1;
}
.feature-area-one .how-it-work-img img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 1;
}
.feature-area-one .how-it-work-img img:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
}

.about-us-home {
    padding-top: 100px;
    padding-bottom: 125px;
    background-color: #f9fbff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-us-home .bg-shapes {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 10%;
}
.about-us-home .about-tab {
    position: relative;
}
.about-us-home .about-tab::after {
    content: "";
    position: absolute;
    left: 1px;
    height: 100%;
    top: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
}
.about-us-home .about-tab .nav-link {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    opacity: 0.5;
    border-left: 3px solid transparent;
    color: #231f20;
    text-align: left;
    margin-bottom: 30px;
}
.about-us-home .about-tab .nav-link.active {
    opacity: 1;
    border-color: #e94235;
}
.about-us-home .list-element {
    padding: 5px 0px 5px 30px;
}
.about-us-home h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.about-us-home p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.about-us-home p a {
    color: #e94235;
    text-decoration: underline;
}

.about-us-service {
    padding: 204px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
    background-attachment: fixed;
}
.about-us-service::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    z-index: -1;
}
.about-us-service.variation-two {
    background: #193574;
    background-image: url(../img/about/about-service-bg.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 133px 0;
}
.about-us-service.variation-two::after {
    display: none;
}
.about-us-service .subtitle {
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-us-service h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
.about-us-service p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-us-service .text-light {
    font-weight: 400;
}

.feature-area-two {
    padding-top: 80px;
    padding-bottom: 120px;
}
.feature-area-two .feature-box {
    text-align: center;
}
.feature-area-two .feature-box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 25px 0;
}
.feature-area-two .feature-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 25px;
}

.feature-area-three {
    padding: 110px 0;
}
.feature-area-three .feature-tab {
    position: relative;
}
.feature-area-three .feature-tab::after {
    content: "";
    position: absolute;
    left: 1px;
    height: 100%;
    top: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
}
.feature-area-three .feature-tab .nav-link {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    opacity: 0.5;
    border-left: 3px solid transparent;
    color: #231f20;
    text-align: left;
    margin-bottom: 30px;
}
.feature-area-three .feature-tab .nav-link.active {
    opacity: 1;
    border-color: #e94235;
}
.feature-area-three .feature-tab-element {
    padding: 5px 0px 5px 30px;
}
.feature-area-three h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.feature-area-three p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.feature-area-three p a {
    color: #e94235;
    text-decoration: underline;
}
.feature-area-three .how-it-works-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: end;
    position: relative;
    z-index: 1;
}
.feature-area-three .how-it-works-img::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 516px;
    background-image: url(../img/about/how-it-works-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.feature-area-three .how-it-works-img.pink-bg::after {
    background-image: url(../img/about/how-it-works-shape-2.png);
}
.feature-area-three .how-it-works-img img:nth-child(1) {
    max-width: 49%;
}
.feature-area-three .how-it-works-img img:nth-child(2) {
    max-width: 36%;
}
.feature-area-three .how-it-works-img img:nth-child(3) {
    max-width: 68%;
}

.newsletter-area {
    background-color: #193574;
    padding: 52px 0;
}
.newsletter-area.dark_bg {
    background-color: #000e26;
}
.newsletter-area h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    border-right: 2px solid #e94235;
    padding-right: 30px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
}
.newsletter-area .newsletter-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: auto;
    flex: auto;
}
.newsletter-area .newsletter-form button {
    height: 55px;
    line-height: 55px;
}
.newsletter-area .newsletter-form .form-control {
    width: auto;
    flex: auto;
}

.meet-team-area .team-slider-arrows {
    display: flex;
    gap: 5px;
}
.meet-team-area .team-meamber-box .member-img img {
    border-radius: 8px;
    width: 100%;
}
.meet-team-area .team-meamber-box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
    margin-top: 25px;
}
.meet-team-area .team-meamber-box .company {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: rgba(35, 31, 32, 0.5019607843);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.meet-team-area .team-meamber-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-bottom: 15px;
}
.meet-team-area .team-meamber-box .social-list {
    display: flex;
    gap: 15px;
    font-size: 16px;
}
.meet-team-area .team-meamber-box .social-list a {
    color: rgba(0, 0, 0, 0.2509803922);
}
.meet-team-area .team-meamber-box .social-list a:hover {
    color: #e94235;
}

.map-area .main-map {
    margin-top: 65px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.map-area .main-map .map-popup {
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
}
.map-area .main-map .map-popup h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    margin-bottom: 15px;
}
.map-area .main-map .map-popup h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.89px;
    color: #000;
}
.map-area .main-map .map-popup p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.34px;
    margin-bottom: 10px;
    color: #000;
}
.map-area .main-map .map-popup .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.34px;
}
.map-area .main-map .map-popup .list a {
    color: #e94235;
    text-decoration: underline;
}
.map-area .main-map .map-popup .list span {
    color: #e94235;
}
.map-area .main-map .map-popup .right-arrow-btn {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}
.map-area .main-map .popup-1 {
    position: absolute;
    left: 15%;
    top: -23px;
    z-index: 1;
}
.map-area .main-map .popup-2 {
    position: absolute;
    right: -128px;
    bottom: 114px;
    z-index: 1;
}

.contact-inforation-area {
    padding: 40px 0;
    background-color: #193574;
}
.contact-inforation-area .contact-list {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
}
.contact-inforation-area .contact-list div {
    display: flex;
    align-items: center;
}
.contact-inforation-area .contact-list a {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    color: #fff;
}
.contact-inforation-area .contact-list .icon {
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #e94235;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.feature-area-four {
    background-color: #193574;
    padding: 50px 0;
}
.feature-area-four h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    margin-bottom: 15px;
}
.feature-area-four p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}
.feature-area-four .contact-form {
    border-left: 2px solid #e94235;
    padding-left: 60px;
}

.feature-area-five h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 7px 10px;
    border-left: 2px solid #264c8b;
    margin-bottom: 15px;
}
.feature-area-five p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(35, 31, 32, 0.7490196078);
}
.feature-area-five .start-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.feature-area-five .main-img {
    box-shadow: 10px 10px 40px 0px rgba(233, 66, 53, 0.1490196078),
        -10px -10px 40px 0px rgba(20, 77, 145, 0.1490196078);
}

.feature-area-six .section-title h2 {
    margin-bottom: 25px;
}
.feature-area-six ul li {
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
    margin-bottom: 20px;
}
.feature-area-six ul li i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #264c8b;
    border-radius: 50%;
    font-size: 8px;
}
.feature-area-six .start-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.feature-area-seven .feature-box h2 {
    color: #231f20;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.feature-area-seven .feature-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-area-seven .feature-list > div {
    margin-bottom: 30px;
    position: relative;
}
.feature-area-seven .feature-list > div:last-child::after {
    display: none;
}
.feature-area-seven .feature-list > div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 16px;
    height: 32px;
    background-image: url(../img/single-service/down-arrow.png);
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.feature-area-seven .feature-list .feature-pill {
    border-radius: 6px;
    padding: 20px 30px;
    background-color: #fff;
    border: 2px solid #264c8b;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.feature-area-eight {
    overflow: hidden;
}
.feature-area-eight .feature-box {
    position: relative;
    padding: 30px;
    border-left: 2px solid #e94235;
    box-shadow: 0 2px 20px rgba(38, 76, 129, 0.1);
    height: 100%;
}
.feature-area-eight .feature-box::after {
    content: "";
    position: absolute;
    height: 158px;
    width: 197px;
    background-image: url(../img/single-service/Advantages-bg-overlay.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    opacity: 4%;
}
.feature-area-eight .feature-box h4 {
    font-size: 26px;
    color: #231f20;
    margin-bottom: 15px;
    font-weight: 600;
}
.feature-area-eight .feature-box p {
    margin-bottom: 0;
    color: #231f20;
}
.feature-area-eight .feature-eight-slider {
    padding-top: 20px;
    padding-bottom: 40px;
}
.feature-area-eight .feature-eight-slider .slick-slide {
    padding: 0 20px;
}
.feature-area-eight .feature-eight-slider .slick-slide img {
    max-width: 100%;
}

.feature-area-nine {
    padding: 100px 0;
}
.feature-area-nine .section-title p {
    color: rgba(35, 31, 32, 0.75);
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature-area-nine .filter-widget {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    gap: 10px;
}
.feature-area-nine .filter-widget > * {
    flex: 1;
}
.feature-area-nine .filter-widget button #searchRedicorp {
    height: 55px;
}
.feature-area-nine .filter-widget .nice-select .current {
    font-size: 17px;
    font-weight: 600;
    color: #231f20;
}
.feature-area-nine .table {
    color: #231f20;
    font-size: 17px;
    background-color: #fff;
}
.feature-area-nine .table-header {
    background-color: #2f3e76;
    color: #ffffff;
}
.feature-area-nine td {
    box-shadow: none;
}
.feature-area-nine .table-striped > tbody > tr:nth-of-type(odd) td {
    background-color: rgba(25, 53, 116, 0.031372549);
}
.feature-area-nine .table > :not(caption) > * > * {
    padding: 0.8rem 0.5rem;
}
.feature-area-nine .company-link {
    color: #ff3d3d;
    text-decoration: underline;
}
.feature-area-nine .company-link:hover {
    text-decoration: underline;
}
.feature-area-nine tbody,
.feature-area-nine td,
.feature-area-nine tfoot,
.feature-area-nine tr {
    border-color: rgba(25, 53, 116, 0.25);
}
.feature-area-nine th,
.feature-area-nine thead {
    border-color: rgba(255, 255, 255, 0.25);
}
.feature-area-nine td,
.feature-area-nine th {
    text-align: center;
    vertical-align: middle;
}
.feature-area-nine td img {
    vertical-align: bottom;
    margin-right: 5px;
}
.feature-area-nine .notice {
    font-size: 18px;
    color: #231f20;
    margin-bottom: 20px;
    font-weight: 500;
}
.feature-area-nine .notice strong {
    font-weight: 700;
}
.feature-area-nine .alert-msg-box {
    border: 2px solid #193574;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    color: #231f20;
    background-color: #e4eeff;
}
.feature-area-nine .alert-msg-box .danger-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    color: #e94235;
    margin-bottom: 15px;
}
.feature-area-nine .soldout-msg {
    border-right: 1px solid rgba(25, 53, 116, 0.2509803922);
    padding: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color: #193574;
    margin: 40px 0;
}

.feature-area-ten h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #231f20;
    margin-bottom: 10px;
}
.feature-area-ten p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231f20;
    margin-bottom: 30px;
}
.feature-area-ten .feature-box {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.feature-area-ten .feature-box > div {
    width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.feature-area-ten .feature-box > div:first-child {
    background-color: #3b5591;
}
.feature-area-ten .feature-box > div:last-child {
    background-color: #f2665b;
}
.feature-area-ten .feature-box > div div {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin-bottom: 5px;
}
.feature-area-ten .feature-box > div div span {
    font-size: 30px;
}
.feature-area-ten .feature-box > div p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.17px;
    color: #fff;
    margin-bottom: 0;
}

.form-widget {
    box-shadow: 0px 4px 20px 0px rgba(20, 77, 145, 0.1019607843);
    border-radius: 8px;
    padding: 30px;
    background-color: #fff;
}
.form-widget.edit-mode .form-title {
    margin-bottom: 35px;
    margin-top: 50px;
}
.form-widget.edit-mode .form-title a {
    margin-left: auto;
    line-height: 19px;
}
.form-widget .form-input-value {
    font-size: 16px;
    color: #231f20;
    font-weight: 700;
}
.form-widget .text-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: rgba(35, 31, 32, 0.7490196078);
}
.form-widget .form-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-widget .pricing-check-title {
    display: flex;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    gap: 10px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.form-widget .pricing-check-title .price-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #231f20;
    margin-left: auto;
}
.form-widget .pricing-check-title .price-title span {
    font-size: 20px;
    line-height: 40px;
}
.form-widget .arrow-bullet-text {
    display: flex;
}
.form-widget .arrow-bullet-text .icon {
    height: 14px;
    width: 14px;
    line-height: 16px;
    background-color: #264c8b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 3px;
    flex: 1 auto;
}
.form-widget .arrow-bullet-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: rgba(35, 31, 32, 0.7490196078);
    width: 100%;
}
.form-widget .count-bullet-text {
    display: flex;
}
.form-widget .count-bullet-text .icon {
    height: 16px;
    width: 16px;
    line-height: 16px;
    background-color: #e94235;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 3px;
    flex: 1 auto;
}
.form-widget .count-bullet-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #231f20;
    width: 100%;
}
.form-widget .count-bullet-text p a {
    font-weight: 600;
    color: #e94235;
}
.form-widget .count-bullet-text-2 {
    display: flex;
}
.form-widget .count-bullet-text-2 .icon {
    height: 16px;
    width: 16px;
    line-height: 16px;
    background-color: #264c8b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 3px;
    flex: 1 auto;
}
.form-widget .count-bullet-text-2 p {
    font-size: 18px;
    line-height: 22.5px;
    color: #231f20;
    width: 100%;
}
.form-widget .count-bullet-text-2 p a {
    font-weight: 600;
    color: #e94235;
}
.form-widget hr {
    background-color: rgba(38, 76, 139, 0.1019607843);
    opacity: 1;
}
.form-widget .dropbox-input {
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.1803921569);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
.form-widget .dropbox-input img {
    margin-bottom: 10px;
}
.form-widget .dropbox-input input {
    display: none;
    visibility: hidden;
}
.form-widget .edit-inf {
    display: inline-flex;
    gap: 5px;
    color: #264c8b !important;
    align-items: start;
}
.form-widget .dlt-inf {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.form-widget .input-iconbox {
    position: relative;
    display: block;
}
.form-widget .input-iconbox .icon {
    position: absolute;
    left: 15px;
    top: 15px;
}
.form-widget .input-iconbox .form-control {
    padding-left: 45px;
}
.form-widget .information-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-top: 20px;
}
.form-widget .information-text i {
    color: #264c8b;
    margin-right: 5px;
}
.form-widget .document-list .single-doc {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    font-size: 12px;
    font-weight: 600;
    color: rgba(35, 31, 32, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.widget-sidebar {
    box-shadow: 0px 4px 20px 0px rgba(20, 77, 145, 0.1019607843);
    padding: 45px 30px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
}
.widget-sidebar .client-feature {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.widget-sidebar .client-feature .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
}
.widget-sidebar .client-feature .title span {
    font-size: 25px;
    color: #e94235;
}
.widget-sidebar .client-feature .title2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}
.widget-sidebar .client-feature .sub {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #231f20;
}
.widget-sidebar .testimonial-widget {
    border-top: 2px solid rgba(25, 53, 116, 0.1019607843);
    padding-top: 30px;
    background-color: #fff;
    margin-top: 30px;
}
.widget-sidebar .testimonial-widget .rating {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #e94235;
    gap: 2px;
    margin-bottom: 20px;
}
.widget-sidebar .testimonial-widget p {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
}
.widget-sidebar .testimonial-widget .author {
    display: flex;
    gap: 10px;
}
.widget-sidebar .testimonial-widget .author h6 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-bottom: 5px;
}
.widget-sidebar .testimonial-widget .author p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-bottom: 0;
}

.progress-step-widget {
    position: relative;
    display: flex;
    width: 500px;
    margin: auto;
    z-index: 1;
}
.progress-step-widget .single-step {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-step-widget .single-step.active .count {
    color: #38b08b;
}
.progress-step-widget .single-step.active .circle {
    background-color: #38b08b;
    position: relative;
}
.progress-step-widget .single-step.active .circle::before {
    content: "N";
    font-family: "ElegantIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 5px;
    left: 4px;
    color: #ffffff;
    font-size: 8px;
}
.progress-step-widget .single-step.active .text {
    color: #231f20;
}
.progress-step-widget .single-step .count {
    font-size: 15px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 1px;
    color: #e0e1f3;
    margin-bottom: 5px;
}
.progress-step-widget .single-step .circle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #e0e1f3;
    margin-bottom: 5px;
}
.progress-step-widget .single-step .text {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e0e1f3;
    margin: auto;
}
.progress-step-widget .floating-bar {
    position: absolute;
    top: 40%;
    left: 47px;
    width: calc(100% - 94px);
    z-index: -1;
}
.progress-step-widget .progressbar {
    height: 2px;
    width: 100%;
    background-color: #e0e1f3;
    position: relative;
}
.progress-step-widget .progressbar .inner-progress-bar {
    height: 100%;
    background-color: #38b08b;
}

.progress-step-section {
    margin-top: 75px;
    margin-bottom: 40px;
}
.progress-step-section .progress-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.progress-step-section .progress-controller button {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #264c8b;
    line-height: 19px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step-section .progress-controller button:disabled {
    background-color: #e0e1f3;
}

.flow-header {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
}
.flow-header .head-link {
    font-size: 17px;
    color: #231f20;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.flow-header .divider {
    height: 25px;
    width: 1px;
    background-color: rgba(38, 76, 139, 0.1);
}

.section-title-2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #231f20;
    margin-bottom: 40px;
}
.section-title-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-top: 15px;
    color: rgba(35, 31, 32, 0.7490196078);
}

.contact-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #231f20;
    padding-top: 60px;
    padding-bottom: 75px;
}
.contact-link a {
    font-weight: 700;
    color: #e94235;
    text-decoration: underline;
}

.footer-2 {
    background-color: #000e26;
}
.footer-2 .footer-top {
    display: flex;
    padding-top: 50px;
    padding-bottom: 40px;
    gap: 57px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.footer-2 .footer-top .divider {
    border-right: 2px solid rgba(255, 255, 255, 0.1490196078);
    width: 0;
}
.footer-2 .footer-top .text {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.5px;
    color: #ffffff;
}
.footer-2 .footer-bottom p {
    padding-top: 40px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.footer-2 .footer-bottom .foot-link {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    padding-bottom: 12px;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-2 .footer-bottom .foot-link .divider {
    height: 18px;
    width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-2 .footer-bottom .foot-link a {
    color: #fff;
}
.footer-2 .footer-bottom .foot-link a:hover {
    text-decoration: underline;
}

.map-widget .map-tooltip-box {
    position: absolute;
    bottom: 90px;
    right: -10px;
    border: 2px solid #e94235;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(20, 77, 145, 0.1019607843);
    padding: 20px;
    border-radius: 8px;
    min-width: 300px;
}
.map-widget .map-tooltip-box .close-btn {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 5px;
    background-color: transparent;
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none;
    color: rgba(0, 0, 0, 0.5019607843);
    font-size: 20px;
}
.map-widget .map-tooltip-box .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    text-align: left;
}
.map-widget .map-tooltip-box ul li {
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.34px;
    text-align: left;
}
.map-widget .map-tooltip-box ul li:last-child {
    margin-bottom: 0;
}
.map-widget .map-tooltip-box ul li .icon {
    height: 12px;
    width: 12px;
    line-height: 16px;
    background-color: #e94235;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    margin-right: 5px;
}

ul.check-list li {
    margin-bottom: 10px;
    color: #231f20;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}
ul.check-list li.disabled {
    color: rgba(35, 31, 32, 0.5019607843);
}
ul.check-list li.disabled .icon {
    background-color: rgba(35, 31, 32, 0.5019607843);
}
ul.check-list li .text_sub {
    color: rgba(35, 31, 32, 0.5019607843);
    font-weight: 400;
}
ul.check-list li:last-child {
    margin-bottom: 0;
}
ul.check-list li .icon {
    height: 15px;
    width: 15px;
    min-width: 15px;
    line-height: 15px;
    background-color: #38b08b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    padding-top: 3px;
}

.feature-card-box {
    height: 100%;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 4px 20px 0px rgba(20, 77, 145, 0.1019607843);
    background-color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.feature-card-box .title {
    display: flex;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    gap: 10px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.feature-card-box .title .price-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #231f20;
    margin-left: auto;
}
.feature-card-box .title .price-title span {
    font-size: 20px;
    line-height: 40px;
}
.feature-card-box .check-list {
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    padding-bottom: 30px;
}
.feature-card-box .price-variation {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.feature-card-box .price-variation .value {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(35, 31, 32, 0.5019607843);
    margin-right: 8px;
}
.feature-card-box .price-variation .value span {
    font-size: 20px;
}
.feature-card-box .price-variation > div {
    display: flex;
    align-items: center;
}
.feature-card-box .price-variation .mrp {
    color: rgba(35, 31, 32, 0.5019607843);
    position: relative;
}
.feature-card-box .price-variation .mrp::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #e94235;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature-card-box .price-variation .mrp .label {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.5019607843);
    width: 50px;
}
.feature-card-box .price-variation .current-price {
    color: #231f20;
}
.feature-card-box .price-variation .current-price .value {
    color: #231f20;
}
.feature-card-box .price-variation .current-price .off {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    padding: 8px;
    position: relative;
    z-index: 1;
}
.feature-card-box .price-variation .current-price .off::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/flow/Ellipse-5.png);
    background-size: cover;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}
.feature-card-box .text-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: rgba(35, 31, 32, 0.7490196078);
    margin-top: 10px;
}
.feature-card-box.border-box {
    border-color: #264c8b;
}
.feature-card-box:hover {
    border-color: #264c8b;
}
.feature-card-box .no_thanks {
    font-size: 17px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    color: #231f20;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}
.feature-card-box .no_thanks:hover {
    color: #e94235;
}

.pricing-area .feature-card-box {
    position: relative;
}
.pricing-area .feature-card-box .badge-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    background-color: #264c8b;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    padding: 5px 20px;
    color: #fff;
}

.checkout-box {
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(20, 77, 145, 0.1019607843);
    border-radius: 8px;
    padding: 30px;
}
.checkout-box .checkout-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
}
.checkout-box .checkout-title h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #231f20;
    margin-bottom: 0;
}
.checkout-box .info-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: rgba(35, 31, 32, 0.5019607843);
    margin-bottom: 15px;
}
.checkout-box .info-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #231f20;
}

.checkout-summery {
    box-shadow: 0px 4px 20px 0px rgba(20, 77, 145, 0.1019607843);
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
}
.checkout-summery .checkout-title {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/* Sticky submit button — all screen sizes (all flows) */
.sticky-submit-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    z-index: 1000;
}
.sticky-submit-spacer {
    height: 70px;
}

.checkout-summery .checkout-title h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #231f20;
    margin-bottom: 0;
}
.checkout-summery .summery-list {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(25, 53, 116, 0.1019607843);
    margin-bottom: 30px;
}
.checkout-summery .summery-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.checkout-summery .summery-list li:last-child {
    margin-bottom: 0;
}
.checkout-summery .summery-list li .summery-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.checkout-summery .summery-list li .summery-value .cr-price {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    line-height: 27px;
}
.checkout-summery .summery-list li .summery-value .cr-price span {
    font-size: 15px;
    line-height: 22.5px;
}
.checkout-summery .summery-list li .summery-value .og-price {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 27px;
    color: rgba(35, 31, 32, 0.5019607843);
    position: relative;
    margin-right: 4px;
}
.checkout-summery .summery-list li .summery-value .og-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e94235;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.checkout-summery .summery-list li .summery-value .og-price span {
    font-size: 12px;
    line-height: 22.5px;
}
.checkout-summery .og-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(35, 31, 32, 0.5019607843);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.checkout-summery .og-pricing .price {
    font-size: 30px;
    color: rgba(35, 31, 32, 0.5019607843);
    position: relative;
}
.checkout-summery .og-pricing .price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e94235;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.checkout-summery .og-pricing .price span {
    font-size: 20px;
    line-height: 22.5px;
}
.checkout-summery .og-pricing div {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.checkout-summery .curr-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}
.checkout-summery .curr-price .price {
    font-size: 30px;
    position: relative;
}
.checkout-summery .curr-price .price span {
    font-size: 20px;
    line-height: 22.5px;
}
.checkout-summery .curr-price div {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.checkout-summery .theme-btn {
    margin-bottom: 20px;
}
.checkout-summery .information {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-top: 20px;
}
.checkout-summery .information i {
    color: #264c8b;
    margin-right: 5px;
}

.custom-modal .modal-dialog {
    position: relative;
}
.custom-modal .modal-content {
    padding: 40px;
    border-radius: 8px;
}
.custom-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
}
.custom-modal .subtitle {
    text-align: center;
    color: #e94235;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
}
.custom-modal h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}
.custom-modal h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.9px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom-modal .contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}
.custom-modal .contact-list img {
    margin-right: 10px;
}
.custom-modal .contact-list a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
}
.custom-modal .contact-list a:hover {
    color: #e94235;
}
.custom-modal .delete-link {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #231f20;
    text-decoration: underline;
}
.custom-modal .delete-link .y-link {
    color: #e94235;
}
.custom-modal p {
    font-family: Mont;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(35, 31, 32, 0.7490196078);
}

.product-cart-modal .checkout-summery {
    box-shadow: none;
    border-radius: 0;
}

.contact-info-page,
.additional-services-page {
    background-color: #f9fbff;
}
.addComments {
    display: none;
}

.addComments.active {
    display: block;
}

.dropbox-input {
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.1803921569);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.dropbox-input input {
    display: none;
    visibility: hidden;
}

.dropbox-input img {
    margin-bottom: 10px;
}

/*==== Content =====*/
.text-justify {
    text-align: justify !important;
}

.breadcrumb-area h2 {
    position: relative;
    width: fit-content;
}

.breadcrumb-area h2::after{
    /* Add Line below the title */
    content: "";
    display: block;
    width: calc(100% + 10%);
    height: 2px;
    background-color: #DBE5F7;
    margin-top: 10px;
}

.breadcrumb-item a {
    color: #264C81;
    font-weight: 700;
}

.breadcrumb-item.active a, .breadcrumb-item.active{
    color: #264C81;
    font-weight: 400;
}
/*==== Content End=====*/

/*==== Home Menu =====*/
#home-menu {
  background-color: rgba(32, 57, 114, 0.1);
  padding: 4px 10px 18px 10px;
  border-radius: 20px;
}

#home-menu .feature-card-box {
    padding: 10px 16px 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#home-menu .feature-card-box h4 {
    color:rgba(35, 31, 32, 1);
    font-weight: 400;
    margin-bottom: 0;
}

/* Text Indent */
.text-indent {
    text-indent: 2em;
}
/* Text Indent End */

/*# sourceMappingURL=style.css.map */


/* Tooltip Component Styles */

/* Tooltip Info Icon Styles */
.info-mark {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    color: #264c8b;
    font-size: 14px;
    line-height: 1;
  }
  
  .info-mark:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(38, 76, 139, 0.3);
  }
  
  .info-mark:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(38, 76, 139, 0.3);
  }
  
  /* Alternative style option - if you prefer a different look */
  .info-mark-alt {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #264c8b;
    font-size: 14px;
    opacity: 0.7;
  }
  
  .info-mark-alt:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  
  /* Bootstrap tooltip customization */
  .tooltip {
    font-size: 14px;
  }
  
  .tooltip-inner {
    background-color: #264c8b;
    color: white;
    border-radius: 8px;
    padding: 12px 16px;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #264c8b;
  }
  
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #264c8b;
  }
  
  .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #264c8b;
  }
  
  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #264c8b;
  }
  
  /* Additional tooltip variations */
  .info-mark-success {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #28a745;
    color: white;
    font-size: 10px;
    line-height: 1;
  }
  
  .info-mark-success:hover {
    background-color: #1e7e34;
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
  }
  
  .info-mark-success:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
  }
  
  .info-mark-warning {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffc107;
    color: #212529;
    font-size: 10px;
    line-height: 1;
  }
  
  .info-mark-warning:hover {
    background-color: #e0a800;
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
  }
  
  .info-mark-warning:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.3);
  }
  
  .info-mark-danger {
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e94235;
    color: white;
    font-size: 10px;
    line-height: 1;
  }
  
  .info-mark-danger:hover {
    background-color: #d32f2f;
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(233, 66, 53, 0.3);
  }
  
  .info-mark-danger:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(233, 66, 53, 0.3);
  }

p.caption {
  font-size: 0.875rem;
}