body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
    align-items: center;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

section {
    padding: 100px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #002D4C;
}

h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #002D4C;
}

p {
    color: #3B3B3B;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
}

textarea {
    resize: none
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
}

.form-control:focus {
    border: #f3f3f3 1px solid !important;
}

label.error {
    display: none !important;
}

span,
b {
    vertical-align: baseline;
}

select {
    -webkit-appearance: listbox !important;
}

.container {
    max-width: 1240px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

a.logo img {
    max-width: 280px;
    transition: .5s all;
}

/*Reset Css*/

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #000;
}

header {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
    background: #F8F2E9;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-flex;
    padding: 0;
    position: relative;
    z-index: 9;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li>a {
    color: #002D4C !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 1.0625rem !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    align-items: center;
    padding: 0px 12px;
}

header ul li>a:hover {
    color: #FA554F !important;
}

.dropdown:hover>.dropdown-menu {
    display: flex;
}

.dropdown-item {
    color: #000000 !important;
    padding: 10px 14px;
    border-bottom: 1px solid #feecec;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu {
    background-color: #ffffff;
    padding: 0;
    margin: auto;
    top: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: -1;
    border: none !important;
    box-shadow: 0 2px 15px #000;
    border-radius: 5px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #f95454;
    color: #ffffff !important;
}

a.menu-bottom {
    display: none;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

header ul {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

header ul li:first-child a {
    padding-left: 0;
}

header ul li:last-child a {
    padding-right: 0;
}

img {
    max-width: 100%;
}

.btn {
    padding: 14px 32px;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #000000 !important;
    border: 3px solid #000 !important;
    border-radius: 10px 0 10px 0;
}

h2 {
    font-size: 3.4375rem;
    font-weight: 400;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    line-height: 3.5rem;
}

.btn-block .btn:last-child {
    margin: 0 0 0 10px;
}

.info-banner h1 {
    font-size: 4.125rem;
    line-height: 4rem;
    font-weight: 300;
    margin: 0;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-transform: none;
}

.info-banner p {
    color: #000;
    line-height: 28px;
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 1.25rem;
}

.our-banner {
    padding-block: 140px 0;
    z-index: 2;
    background-size: cover;
    background-position: 50% bottom;
}

header .btn-head {
    text-align: right;
}

header .btn-head a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.copyright {
    padding: 20px 0;
    position: absolute;
    border-top: 1px solid #B3B3B3;
    width: 100%;
    bottom: 0;
    background: #F27970;
}

.copyright p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.copyright ul li a {
    color: #ffffff;
    font-size: 14px;
}

.copyright ul li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.info-banner span.badge {
    position: absolute;
    right: -80px;
    top: 55px;
}

.heading h2:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.btn svg {
    transform: rotate(-45deg);
    transition: .5s all;
}

.btn:hover svg {
    transform: rotate(360deg);
}

div.popupform {
    padding: 85px 0 0 0;
    overflow: hidden;
    background: url("../images/bg-popup.png") no-repeat;
    width: 1050px;
    height: 762px;
    background-size: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-position: 50% 60px;
}

div.popupform .popup-content {
    width: 440px;
    right: -15px;
    height: auto;
    z-index: 1;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 35px 35px;
    background: #fff;
    border: 6px solid #aee7a3;
}

div.popupform .modal-body {
    height: 100%;
    background: transparent;
    margin-block: 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-items: start;
    right: 0;
    background-size: 100%;
    background-position: 100% 70%;
}

button.fancybox-button.fancybox-close-small {
    background: url("../images/pop-close.png") no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    opacity: 1;
    right: 0;
    left: calc(50% - 140px);
    top: 100px;
    margin: auto;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.6rem;
    background: #2e4407;
    padding: 2px 0 0px;
}

div.popupform .popup-content .form-control {
    height: 46px;
    font-size: 13px;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: none;
    border: 2px solid #b8b8b8;
}

div.popupform .popup-content textarea.form-control {
    height: 90px;
    margin-bottom: 12px;
}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content p>span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform .modal-body h5 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.75rem;
}

header .btn-head a.btn-msg {
    margin-right: 0;
    color: #000000;
    font-size: 18px;
}

header .btn-head a.btn-msg svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.btn.btn-black {
    background: #252525 !important;
    border-color: #252525 !important;
}

.site-logos img {
    width: auto !important;
    filter: brightness(0);
}

.site-logos .item {
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logos {
    padding-block: 10px 60px;
}

.form-control {
    background: #fff;
    border-color: #ffffff;
    height: 44px;
    margin-bottom: 10px;
    padding: 10px 18px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

textarea.form-control {
    height: 90px;
    margin-bottom: 25px;
}

::placeholder {
    color: #000 !important;
}

div#popupform .modal-body h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    background: #fff;
}

div#popupform .popup-content h3>span {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 43px;
    display: block;
    font-family: 'Poppins';
    background: #33bd82;
    color: #fff;
    margin: 3px 0 8px;
}

.btn-block.text-center {
    margin-top: 50px;
}

.heading.text-center p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
}

.owl-nav {
    position: absolute;
    bottom: 90px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100px;
    margin-top: 0px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 18px;
    background: url("../images/left.png") no-repeat !important;
    background-size: 100% !important;
    margin-inline: 10px !important;
    background-position: 50%;
}

.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    transform: scaleX(-1);
    margin-right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    filter: brightness(1);
}

button {
    width: 100%;
    z-index: 2;
}

.btn svg {
    color: #000000;
    transform: rotate(0deg);
    transition: .5s all;
    font-size: 18px;
    font-weight: 400;
}

.btn:hover svg {
    transform: rotate(360deg);
}

.btn.btn-red {
    background: #FA554F !important;
    border-color: #8C3F39 !important;
}

.heading h2 {
    margin-bottom: 20px;
}

.btn.btn-white {
    background: #FEECEC !important;
    border-color: #FEECEC !important;
    color: #000 !important;
}

.head-btn .btn:first-child {
    text-transform: none;
    margin-right: 10px;
}

.head-btn a {
    line-height: 22px;
    font-size: 1.25rem;
    color: #ffffff;
    z-index: 1;
    text-align: right;
    font-weight: 600;
}

.head-btn a>span {
    display: block;
    width: 100%;
    color: #c58449;
}

.head-btn ul {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: end;
}

.head-btn ul li {
    display: inline-flex;
    align-items: center;
}

.head-btn ul li img {
    margin-right: 10px;
}

.site-logo img {
    width: auto !important;
}

.site-logo .item {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    padding-block: 50px;
    text-align: center;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

footer {
    padding-block: 0;
    background: #FBF5F1;
    z-index: 2;
    position: relative;
}

a {
    cursor: pointer !important;
}

.owl-theme .owl-nav [class*=owl-]:last-child {
    margin-right: 0 !important;
}

/* pages css */

.our-banner img.ban-img1 {
    position: absolute;
    top: 0;
    width: calc(46% - 50px);
    height: 100%;
    object-fit: cover;
    left: 50px;
    object-position: 50%;
}

.our-banner::before {
    position: absolute;
    content: "";
    background: url("../images/bg-banner.png") no-repeat;
    width: 54%;
    height: calc(100% - 200px);
    right: 0;
    top: 0;
    background-size: cover;
    background-position: 100% bottom;
    z-index: -1;
}

.our-banner::after {
    position: absolute;
    content: "";
    background: #0069B2;
    background: linear-gradient(185deg, rgba(0, 105, 178, 1) 0%, rgba(250, 85, 79, 1) 100%);
    width: 100%;
    height: 40%;
    left: 0;
    top: 0;
    z-index: -3;
}

.info-banner h1>span {
    font-weight: 700;
}

.info-banner img {
    margin-bottom: 30px;
}

.info-banner {
    margin-bottom: 140px;
    position: relative;
    z-index: 1;
}

.info-banner img.ban-arr {
    position: absolute;
    margin: 0;
    right: 40px;
    bottom: 40px;
}

.ban-list {
    padding-block: 50px;
    position: relative;
}

.ban-list::before {
    position: absolute;
    content: "";
    background: #0069B2;
    background: linear-gradient(90deg, rgba(0, 45, 76, 1) 32%, rgba(0, 105, 178, 1) 100%);
    width: 78%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.ban-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban-list ul li {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}

.ban-list ul li img {
    display: block;
    margin-bottom: 15px;
}

.btn.btn-blue {
    background: #004270 !important;
    border-color: #fff !important;
}

.btn::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 6px;
    bottom: 6px;
    background: #fff;
    transition: .4s all;
    z-index: -1;
}

.btn.btn-blue::before {
    background: #F27970;
}

.btn:hover::before {
    width: 100%;
    height: 100%;
    clip-path: none;
    right: 0;
    bottom: 0;
    border-radius: 7px 0 7px 0;
}

.btn:hover {
    color: #012d4b !important;
}

.site-logo .container::before {
    position: absolute;
    content: "";
    background: #F8F2E9;
    width: 100%;
    height: calc(100% + 100px);
    top: -50px;
    right: -100%;
}

.site-logo .container {
    position: relative;
    z-index: 1;
}

.our-testimonials h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 60px;
    display: inline-block;
}

.info-test img {
    margin-bottom: 30px;
}

.info-test h6 {
    color: #0164A8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.info-test p {
    color: #012D4C;
    font-weight: 500;
    font-size: 2rem;
    width: calc(100% - 100px);
    margin-bottom: 40px;
    min-height: 194px;
}

.info-test h5 {
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    min-height: 45px;
}

.our-testimonials [class*='col']:first-child {
    z-index: 2;
}

.img-test {
    margin-bottom: 0;
}

.our-testimonials::before {
    background: #F9FFF3;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-testimonials .container {
    position: relative;
}

.our-testimonials .container::before {
    position: absolute;
    content: "";
    background: #f9fff3;
    width: 100%;
    height: calc(100% + 150px);
    top: -100px;
    z-index: -1;
    right: 0;
}

.info-test img {
    width: auto !important;
}

.info-test {
    margin-bottom: 80px;
}

.owl-testimonial {
    position: relative;
    z-index: 1;
}

.owl-testimonial::before {
    position: absolute;
    content: "";
    left: -170px;
    background: #fbd3ca;
    width: 352px;
    height: 45px;
    bottom: 80px;
}

.our-testimonials .row::before {
    position: absolute;
    content: "";
    background: url("../images/bg1.png") no-repeat;
    width: 126px;
    height: 108px;
    background-size: 100%;
    right: 30px;
    top: -60px;
    z-index: -1;
}

.our-testimonials .container::after {
    position: absolute;
    content: "";
    background: url("../images/bg2.png") no-repeat;
    width: 256px;
    height: 256px;
    background-size: 100%;
    right: -220px;
    bottom: -110px;
    z-index: -2;
}

.our-testimonials {
    padding-bottom: 50px;
}

h2>span {
    font-weight: 700;
    line-height: 3.5rem;
    display: inline;
}

h2>span.clr1 {
    color: #F27970;
}

.info-hire p {
    margin-bottom: 40px;
}

.info-hire ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-left: 20px;
    gap: 30px;
    row-gap: 2px;
}

.info-hire ul li {
    width: calc(50% - 15px);
    list-style-type: disc;
    font-size: 1.125rem;
    font-family: 'Bricolage Grotesque';
    margin-bottom: 0;
    color: #000;
}

.our-hire::before {
    position: absolute;
    content: "";
    background: url("../images/bg3.png") no-repeat;
    width: 300px;
    height: 717px;
    background-size: 100%;
    left: 0px;
    bottom: 50px;
    z-index: -2;
    opacity: .4;
}

.our-hire img.hire-img {
    position: absolute;
    width: 43%;
    height: 100%;
    object-fit: cover;
    object-position: 0% bottom;
    right: 0;
    bottom: 0;
}

.our-range {
    background: url("../images/bg-range.png") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    padding-block: 140px 0;
    margin-top: 100px;
    background-attachment: fixed;
}

.our-range * {
    color: #fff;
}

.our-range .container-fluid {
    padding: 0;
}

.our-range h2>span {
    color: #004270;
}

.our-range [class*='col']:nth-child(odd) .box-range {
    background: rgba(250, 85, 79, 0.19);
}

.box-range {
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px 0 80px;
    align-items: center;
}

.our-range [class*='col'] {
    padding: 0;
}

.our-range .row {
    margin: 0;
}

.our-range .row-range .box-range {
    background: transparent !important;
}

.our-range .row-range [class*='col']:nth-child(even) .box-range {
    background: rgba(250, 85, 79, 0.19) !important;
}

.box-range h4 {
    margin: 0;
}

.our-range .heading {
    margin-bottom: 120px;
}

.our-range h2 {
    font-size: 5rem;
    margin-bottom: 40px;
    line-height: 5rem;
}

.our-range h2+p {
    color: #ffffff;
    margin-bottom: 0;
}

.our-range .container {
    position: relative;
    z-index: 1;
}

.our-range .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg4.png") no-repeat;
    width: 360px;
    height: 345px;
    background-size: 100%;
    left: -400px;
    top: -90px;
    z-index: -2;
}

.our-range::before {
    position: absolute;
    content: "";
    background: url("../images/bg5.png") no-repeat;
    width: 331px;
    height: 374px;
    background-size: 100%;
    right: -20px;
    top: 60px;
    z-index: -2;
    opacity: .7;
}

.img-ind {
    margin-left: -50px;
    position: relative;
    z-index: 1;
}

.img-ind::before {
    position: absolute;
    content: "";
    background: url("../images/bg7.png") no-repeat;
    width: 245px;
    height: 230px;
    background-size: 100%;
    left: -60px;
    top: -60px;
    z-index: 1;
}

.our-industry {
    padding-block: 180px 0;
}

.our-industry .row {
    align-items: start;
}

.info-ind {
    margin-top: 30px;
    margin-left: -10px;
}

.info-ind p {
    margin-bottom: 90px;
}

.info-ind ul {
    display: flex;
    justify-content: space-between;
}

.info-ind ul li {
    display: flex;
    flex-direction: column;
    color: #888888;
    font-size: 1.125rem;
    font-weight: 500;
}

.info-ind ul li>span {
    font-family: 'Bricolage Grotesque';
    color: #002D4C;
    display: block;
    font-size: 5rem;
    line-height: 4rem;
    margin-bottom: 15px;
}

.info-ind h2 {
    margin-bottom: 40px;
}

.our-stats {
    padding-top: 0;
    margin-top: -130px;
    position: relative;
}

.cta-stats::before {
    position: absolute;
    content: "";
    background: #fa554f;
    width: 9%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.info-stat {
    background: #fa554f;
    padding: 80px 40px 80px 60px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
    left: -30px;
    box-shadow: 10px 10px 20px #00000042;
}

.info-stat p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}

.info-stat::before,
.info-stat::after {
    position: absolute;
    content: "";
    background: #002d46;
    width: 30px;
    right: -30px;
    top: 0;
    height: calc(100% - 70px);
    z-index: -1;
}

.info-stat::after {
    z-index: -3;
    background: #0069B2;
    height: 100%;
}

.info-stat h3 {
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
    line-height: 5rem;
    margin-bottom: 25px;
}

.info-stat h5 {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 30px;
}

main.cta-stats {
    background: #F8F2E9;
    position: relative;
}

.info-ind img {
    position: absolute;
    right: 50px;
    bottom: -280px;
}

.cta-stats .container {
    position: relative;
    z-index: 0;
}

.cta-stats img.stat-img {
    position: absolute;
    left: -200px;
    z-index: -1;
    top: 25px;
}

main.cta-stats::after {
    position: absolute;
    content: "";
    background: url(../images/bg8.png) no-repeat;
    width: 110px;
    height: 100px;
    background-size: 100%;
    right: 30px;
    top: 30px;
    z-index: 2;
}

.our-cta {
    position: relative;
    z-index: 1;
}

.our-cta::before {
    position: absolute;
    content: "";
    background: #002D4C;
    width: 91%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.our-cta * {
    color: #fff;
}

.info-cta img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.info-cta h2 {
    letter-spacing: -1px;
}

.info-cta h2 span.clr1 {
    color: #FA554F;
}

.info-cta h2>span {
    font-weight: 600;
}

.info-cta p {
    margin-bottom: 40px;
    font-size: 1.375rem;
    font-style: italic;
}

.our-cta img.cta-img2 {
    position: absolute;
    left: -600px;
    top: 0;
}

.our-cta img.cta-img1 {
    position: absolute;
    bottom: -20px;
    right: -220px;
}

.our-port {
    padding-block: 120px 0;
}

.our-port::before {
    position: absolute;
    content: "";
    background: url("../images/bg-port.png") no-repeat;
    width: 100%;
    height: calc(100% - 75px);
    top: 0;
    left: 0;
    z-index: -1;
}

.our-port .row {
    align-items: start;
}

.our-port [class*='col']:nth-child(2) {
    margin-top: 20px;
}

.our-port .heading h4 {
    font-size: 1.875rem;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}

.our-port a {
    display: block;
}

.our-port a:first-child {
    margin-bottom: 30px;
}

.our-port a img {
    width: 100%;
}

.our-port [class*='col'] {
    padding-inline: 15px;
}

.our-work .row {
    align-items: start;
}

.info-work h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.info-work p {
    font-size: 1.25rem;
    line-height: 30px;
}

.info-work p.para-cap:first-letter {
    font-size: 4.5rem;
}

.info-work p.para-cap {
    margin-bottom: 0;
}

.info-work p+h2 {
    margin-top: 60px;
}

.info-work p:first-child {
    margin-top: 10px;
}

.our-work {
    padding-top: 120px;
}

.our-work .heading {
    margin-bottom: 80px;
}

.our-work::before {
    position: absolute;
    content: "";
    background: url("../images/bg10.png") no-repeat;
    width: 300px;
    height: 717px;
    background-size: 100%;
    right: 0px;
    bottom: 100px;
    z-index: -2;
    opacity: .4;
}

.our-work .container {
    position: relative;
    z-index: 1;
}

.our-work .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg9.png") no-repeat;
    width: 758px;
    height: 765px;
    background-size: 100%;
    left: -800px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -2;
}

.our-journey {
    padding-block: 200px 150px;
    background: url("../images/bg-journey.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
}

.info-journey * {
    color: #fff;
}

.info-journey h2 span.clr1 {
    color: #004270;
}

.info-journey p {
    color: #ffffff;
    font-size: 1.25rem;
}

.info-journey ul li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 48px;
    padding-inline: 95px 60px;
    position: relative;
    z-index: 1;
}

.info-journey ul li>span {
    font-size: 1.75rem;
    font-family: 'Bricolage Grotesque';
    display: block;
    line-height: 1.75rem;
    margin-bottom: 10px;
}

.info-journey ul li:last-child {
    margin-bottom: 0;
}

.info-journey ul {
    margin-top: 60px;
}

/* count down contact form */

.info-form-jor .flip-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    width: 40px;
}

.info-form-jor .top {
    background: #0C3C99;
    border: 1px solid #ffffff;
    padding: 12px 0;
    text-align: right;
    border-radius: 10px 10px 0 0;
    margin-bottom: 2px;
}

.info-form-jor .top,
.info-form-jor .bottom,
.info-form-jor .flip-card .top-flip,
.info-form-jor .flip-card .bottom-flip {
    height: 21px;
    line-height: 1;
    display: inline-flex;
    padding: 4px 10px 0;
    overflow: hidden;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.info-form-jor.top,
.info-form-jor .flip-card .top-flip {
    background-color: #000000a6;
    border-top-right-radius: .1em;
    border-top-left-radius: .1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info-form-jor .bottom,
.info-form-jor .flip-card .bottom-flip {
    background: #0C3C99;
    border: 1px solid #ffffff;
    display: flex;
    align-items: flex-end;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 10px 6px;
}

.info-form-jor .flip-card .top-flip {
    position: absolute;
    width: 100%;
    animation: flip-top 250ms ease-in;
    transform-origin: bottom;
}

@keyframes flip-top {
    100% {
        transform: rotateX(90deg);
    }
}

.info-form-jor .flip-card .bottom-flip {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: flip-bottom 250ms ease-out 250ms;
    transform-origin: top;
    transform: rotateX(90deg);
}

@keyframes flip-bottom {
    100% {
        transform: rotateX(0deg);
    }
}

.info-form-jor .container2 {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.info-form-jor .container-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.info-form-jor .segment {
    display: flex;
    margin-right: 10px;
}

.info-form-jor .segment-title {
    margin: 7px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
}

.info-form-jor .flip-card:first-child {
    margin-right: 4px;
}

.info-form-jor .segment:last-child {
    margin-right: 0;
}

.our-journey .info-form-jor .segment-title {
    color: #000;
}

.info-form-jor .flip-card::before,
.info-form-jor .flip-card::after {
    position: absolute;
    content: "";
    background: url("../images/clock-bg1.webp") no-repeat;
    width: 4px;
    height: 10px;
    transition: .5s all;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-form-jor .flip-card::after {
    right: 3px;
    left: inherit;
}

/* count down contact form */

.info-form-jor {
    background: #F27970;
    border-radius: 20px 0 20px 0;
    padding: 40px;
    text-align: center;
}

.info-journey ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-form-jor .container-segment::before {
    position: absolute;
    content: ":";
    color: #fff;
    font-size: 34px;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 38px;
}

.info-form-jor .container-segment:last-child::before {
    display: none;
}

.count {
    background: #ffffff;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    margin-bottom: 30px;
    padding: 16px 0;
}

.count h6 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #051C14;
}

.info-form-jor h4 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 12px;
}

.info-form-jor h5 {
    color: #fff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.info-form-jor h5>span {
    font-weight: 600;
}

.info-form-jor::before {
    position: absolute;
    content: "";
    background: url("../images/jor-bg1.png") no-repeat;
    width: 301px;
    height: 374px;
    background-size: 100%;
    right: -100px;
    top: -160px;
    z-index: -1;
}

.our-faq .accordion-button:focus {
    box-shadow: none;
}

.our-faq .accordion-button {
    border-bottom: none;
    padding-inline: 0 30px;
    padding-block: 20px;
    font-size: 1.125rem;
    font-weight: 500;
    background: transparent;
    color: #3B3B3B;
}

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

.our-faq .accordion-body {
    padding: 0px 30px 30px;
    border: none;
}

.our-faq .accordion-button::after {
    background: url("../images/plus.svg") no-repeat !important;
    width: 24px;
    height: 24px;
    content: "";
    background-size: 100% !important;
}

.our-faq .accordion-button:not(.collapsed)::after {
    background: url("../images/minus.svg") no-repeat !important;
    width: 24px;
    height: 24px;
}

.accordion-flush>.accordion-item {
    border: none;
    padding-inline: 0;
    border-bottom: 1px solid #6D6D6D;
    background: transparent;
}

.our-faq .accordion-header {
    line-height: normal;
}

.our-faq .accordion-body p {
    font-size: 16px;
    color: #3B3B3B;
    margin: 0;
    width: 90%;
}

.accordion-flush>.accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #6D6D6D;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #6D6D6D;
}

.info-faq p {
    width: 90%;
}

.our-faq .container {
    position: relative;
    z-index: 1;
}

.our-faq .container::before {
    position: absolute;
    content: "";
    background: url("../images/faq-bg1.png") no-repeat;
    width: 229px;
    height: 370px;
    background-size: 100%;
    left: -230px;
    top: -240px;
    z-index: -1;
}

.our-faq .container::after {
    position: absolute;
    content: "";
    background: url("../images/faq-bg2.png") no-repeat;
    width: 311px;
    height: 390px;
    background-size: 100%;
    right: -300px;
    top: -200px;
    z-index: -1;
}

.btn.btn-green {
    background: #fff !important;
    border-color: #fff !important;
    color: #002D4C !important;
}

.btn.btn-green::before {
    background: #002D4C;
}

.our-cta2 {
    background: url("../images/bg-cta2.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 80px;
    border-top: 1px solid #fff;
}

.our-cta2 .info-cta2 {
    text-align: center;
    width: calc(100% + 70px);
    position: relative;
    left: -35px;
    margin-top: 60px;
}

.our-cta2 * {
    color: #fff;
}

.btn.btn-green:hover {
    color: #fff !important;
}

.our-cta2 .info-cta2 h3 {
    font-size: 2.5rem;
}

.our-cta2 .info-cta2 h3>b {
    font-weight: 700;
    font-size: 3.75rem;
    display: inline-block;
    line-height: 3.75rem;
    margin-top: 10px;
}

.our-cta2 .info-cta2 h3 span {
    color: #FA554F;
}

.our-cta2 .info-cta2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    position: relative;
    left: 60px;
}

.our-cta2 .info-cta2 ul li {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.our-cta2 .info-cta2 ul li svg path {
    #: ;
    color: #F27970;
}

.box-cta2 {
    position: relative;
    left: 0px;
}

.box-cta2 p {
    padding: 0 0px 0 28px;
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.box-cta2 p>span {
    color: #FA554F;
    font-style: italic;
    font-weight: 600;
}

.our-cta2 .row {
    align-items: start;
}

.box-cta2 img {
    margin-bottom: 25px;
}

.our-cta2 .info-cta2 img {
    position: absolute;
    left: 0;
    top: 75px;
}

.img-cta2 {
    position: absolute;
    top: -30px;
    right: -20px;
}

.our-cta2::before {
    position: absolute;
    content: "";
    background: #FA554F;
    width: 40%;
    height: 20px;
    top: -21px;
    z-index: -1;
    left: 0;
}

.our-faq {
    padding-block: 150px;
}

.box-down {
    position: absolute;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fa554f;
    border-radius: 50%;
    z-index: 1;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

.box-down::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #002D4B;
    top: 2px;
    left: 4px;
}

.pre-footer {
    padding-block: 60px;
}

.pre-footer h4 {
    margin: 0;
    font-size: 1.875rem;
    padding-left: 50px;
}

.pre-footer ul {
    display: flex;
    gap: 50px;
    justify-content: end;
}

.pre-footer ul li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pre-footer ul li a {
    font-size: 1.4rem;
    color: #0E3C6E;
    font-weight: 500;
}

.pre-footer .container {
    position: relative;
    z-index: 1;
}

.pre-footer img.pre-bg1 {
    position: absolute;
    bottom: -60px;
    left: -260px;
    width: 330px;
}

.foot-form {
    border: 9px solid #F27970;
    padding: 40px 32px;
    background: #F9FFF3;
    position: relative;
    z-index: 1;
}

.foot-form h3 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 2.25rem;
}

.foot-form p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
}

.foot-form .form-control {
    background: #002D4C;
    color: #fff;
    font-size: 14px;
    height: 58px;
    padding: 14px 20px;
}

footer ::placeholder {
    color: #fff !important;
}

.foot-form textarea.form-control {
    height: 110px;
    resize: none;
    margin-bottom: 22px;
}

.foot-form .form-group {
    position: relative;
    z-index: 1;
}

.foot-form .form-group img {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: auto;
}

.foot-form button.btn.btn-blue {
    border-color: #002D4C !important;
    background: #0069B2 !important;
}

.foot-form button.btn.btn-blue::before {
    background: #fff;
}

footer .row {
    align-items: start;
}

.info-foot {
    margin-top: 90px;
    margin-left: 25px;
}

.info-foot ul.cont-foot li {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.info-foot ul.cont-foot li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-foot ul.cont-foot li a,
.info-foot ul.cont-foot li p {
    color: #414141;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-family: 'Bricolage Grotesque';
}

.info-foot ul.cont-foot li:last-child img {
    top: 1px;
    bottom: inherit;
}

.info-foot h4 {
    font-size: 1.25rem;
    color: #002D4C;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.info-foot.box-foot ul {
    list-style-type: disc;
    margin-left: 20px;
}

.info-foot.box-foot ul li a {
    font-family: 'Bricolage Grotesque';
    font-size: 16px;
    color: #414141;
}

.info-foot.box-foot ul li {
    margin-bottom: 2px;
}

.info-foot.box-foot ul li:last-child {
    margin-bottom: 0;
}

.info-foot.box-foot {
    margin-left: 0;
}

.foot-rev ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
    margin-right: 30px;
}

.foot-rev h3 {
    font-size: 1.25rem;
    margin-block: 40px 50px;
    position: relative;
    z-index: 1;
}

.foot-rev h3::after {
    background: #F27970;
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 6px;
    margin: auto;
    right: 0;
    z-index: -1;
}

.foot-rev h3>span {
    background: #fbf5f1;
    padding-right: 10px;
}

.foot-rev h3+img {
    position: absolute;
    top: 35px;
    left: 20px;
}

.foot-rev {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

img.foot-bg {
    position: absolute;
    bottom: 28px;
    right: -330px;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .row.row-foot [class*='col']:nth-child(2) .info-foot.box-foot {
    padding-left: 30px;
}

.box-range img {
    height: 150px;
    margin-bottom: 30px;
}

.inner-banner .info-banner h6 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #F27970;
    font-size: 1.25rem;
    margin-bottom: 25px;
}

.inner-banner .info-banner h6 img {
    margin-bottom: 0;
}

.inner-banner .info-banner h1 {
    font-size: 3.125rem;
    line-height: 3.25rem;
    margin-bottom: 25px;
}

.inner-banner .info-banner h1 span.clr1 {
    color: #F27970;
}

.inner-banner .info-banner p {
    width: 85%;
    margin-left: 0;
    color: #5B5B5B;
    margin-bottom: 40px;
}

.inner-banner .info-banner img.ban-bg1 {
    position: absolute;
    top: -60px;
    right: -40px;
    opacity: .1;
    margin: 0;
}

.inner-banner {
    padding-block: 0;
}

.logo-banner {
    background: #F27970;
    padding-block: 35px;
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.logo-banner h4 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.logo-banner ul {
    display: inline-flex;
    align-items: center;
    gap: 50px;
}

.logo-banner::before,
.logo-banner::after {
    position: absolute;
    content: "";
    background: #f17973;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -100%;
    top: 0;
}

.logo-banner::after {
    width: 70px;
    right: -70px;
    left: inherit;
}

.img-inner {
    position: relative;
    z-index: 1;
    text-align: right;
    width: calc(100% - 30px);
    margin-left: auto;
    right: -10px;
}

.inner-banner .row {
    align-items: end;
}

.inner-banner .info-banner {
    margin-bottom: 70px;
}

.logo-banner ul li img {
    filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.6));
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.inner-banner .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: #002D4C;
    background: linear-gradient(340deg, rgba(0, 45, 76, 1) 4%, rgba(0, 105, 178, 1) 100%);
    right: calc(-100% + 20px);
    top: 0;
    z-index: -1;
}

.inner-banner .container::after {
    position: absolute;
    content: "";
    width: 299px;
    height: 318px;
    background: url("../images/ban-bg3.png") no-repeat;
    background-size: 100%;
    left: -320px;
    bottom: 0;
    z-index: 1;
}

.inner-banner .row::before {
    position: absolute;
    content: "";
    width: 137px;
    height: 130px;
    background: url("../images/ban-bg2.png") no-repeat;
    background-size: 100%;
    left: -230px;
    top: 110px;
    z-index: 1;
}

.img-inner img {
    width: 100%;
}

.info-about p {
    margin-bottom: 80px;
}

.info-about img {
    position: absolute;
    right: 0;
    top: calc(100% - 70px);
    width: 200px;
    transform: rotate(-20deg);
}

.info-ser img {
    margin-bottom: 40px;
    box-shadow: 0 20px 22px rgba(0, 0, 0, 0.2);
}

.info-ser h4 {
    padding-top: 12px;
    position: relative;
    z-index: 1;
    font-size: 1.625rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.info-ser p {
    font-size: 16px;
    color: #3B3B3B;
    margin-bottom: 40px;
    min-height: 100px;
}

.info-ser {
    padding: 30px 30px 50px;
    background: #fff;
    box-shadow: 0 3px 15px #00000026;
    margin: 20px 15px 30px;
    position: relative;
    z-index: 1;
}

.info-ser h4::before {
    position: absolute;
    content: "";
    background: #F27970;
    width: 52px;
    height: 3px;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-service::before {
    background: #F8F2E9;
    position: absolute;
    content: "";
    right: 0;
    width: calc(100% - 60px);
    top: 0;
    height: calc(100% - 60px);
    z-index: -1;
}

.our-service::after {
    position: absolute;
    content: "";
    width: 197px;
    height: 201px;
    background: url("../images/ser-bg1.png") no-repeat;
    background-size: 100%;
    left: 60px;
    top: 0px;
    z-index: -1;
}

.our-about {
    z-index: 2;
}

.our-service {
    padding-block: 70px 0;
}

.info-ser::before {
    position: absolute;
    content: "";
    width: 176px;
    height: 272px;
    background: url("../images/ser-bg4.png") no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.info-ser::after {
    position: absolute;
    content: "";
    width: 218px;
    height: 141px;
    background: url("../images/ser-bg2.png") no-repeat;
    background-size: 100%;
    right: -1px;
    bottom: -1px;
    z-index: -1;
}

.owl-item:nth-child(even) .info-ser::after {
    background: url("../images/ser-bg3.png") no-repeat;
    background-size: 100%;
}

.info-ser a.btn-link {
    text-decoration: none;
    color: #F27970;
    font-family: 'Bricolage Grotesque';
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: .3s all;
}

.info-ser a.btn-link:hover {
    gap: 2px;
}

.info-ser a.btn-link:hover svg {
    transform: rotate(-35deg) scale(.7);
}

.info-ser a.btn-link svg {
    transition: .3s all;
}

.our-hire.ab-hire {
    margin-top: 80px;
}

.our-hire.ab-hire::before {
    display: none;
}

.our-hire.ab-hire .container {
    position: relative;
    z-index: 1;
}

.our-hire.ab-hire .container::before {
    position: absolute;
    content: "";
    width: 443px;
    height: 586px;
    background: url("../images/ab-bg1.png") no-repeat;
    background-size: 100%;
    left: -480px;
    top: -60px;
    z-index: -1;
}

.row.row-need {
    padding: 80px;
    background: #fff;
    box-shadow: 0 5px 25px #00000026;
    position: relative;
}

.row.row-need [class*='col'] {
    padding: 0;
}

.img-need img {
    width: 100%;
    object-fit: cover;
}

.info-need {
    padding: 0 40px;
    text-align: center;
}

.info-need p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.info-need span {
    display: block;
    font-size: 4rem;
    line-height: 3rem;
    color: #fa554f;
    margin-bottom: 20px;
}

.info-need h4 {
    font-weight: 600;
    margin-bottom: 18px;
}

.inner-cta {
    padding-block: 60px;
}

.inner-cta .row {
    padding-block: 30px;
    position: relative;
    z-index: 1;
}

.inner-cta .row::before {
    position: absolute;
    content: "";
    background: url("../images/bg-incta.png") no-repeat;
    width: 100%;
    background-position: right 50%;
    height: 100%;
    background-size: cover;
    top: 0;
    right: -150px;
    z-index: -1;
}

.inner-cta .row::after {
    position: absolute;
    content: "";
    background: url("../images/bg-incta2.png") no-repeat;
    width: 35%;
    background-position: right 50%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0px;
    z-index: -1;
}

.inner-cta h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    letter-spacing: -1px;
}

.inner-cta h2>span.clr1 {
    color: #F27970;
}

.info-incta h4 {
    color: #fff;
    margin-bottom: 14px;
}

.info-incta h3 {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    padding: 12px 0 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.info-incta h3 b {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8rem;
}

.info-incta h3 span {
    color: #F27970;
    font-size: 6rem;
    font-weight: 500;
    display: inline-block;
    line-height: 4.3rem;
}

.info-incta h3::before {
    position: absolute;
    content: "";
    background: #032f4e;
    width: calc(100% + 280px);
    height: 100%;
    right: -110px;
    top: 0;
    border-radius: 50px;
    z-index: -1;
}

.info-incta a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 14px 0 11px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.info-incta2 {
    text-align: right;
    position: relative;
    z-index: 2;
}

.inner-cta .row {
    align-items: end;
}

.info-incta2 a.btn {
    margin-right: 50px;
}

.info-incta a::before {
    position: absolute;
    content: "";
    background: #F27970;
    background: linear-gradient(90deg, rgba(242, 121, 112, 1) 0%, #0069b2 100%);
    width: calc(100% + 120px);
    height: 100%;
    z-index: -1;
    border-radius: 40px;
    right: 0;
    top: 0;
}

.info-incta2 img {
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 350px;
}

.inner-cta .container {
    position: relative;
    z-index: 1;
}

.inner-cta::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 50%;
    height: calc(100% - 120px);
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner-cta img.incta-bg1 {
    position: absolute;
    left: -270px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner-cta::after {
    position: absolute;
    content: "";
    background: #002D4C;
    background: linear-gradient(90deg, rgba(0, 45, 76, 1) 32%, rgba(0, 105, 178, 1) 100%);
    width: 57%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.row.row-need::before {
    position: absolute;
    content: "";
    background: url("../images/bg2.png") no-repeat;
    background-size: 100%;
    width: 256px;
    height: 256px;
    left: -115px;
    top: -76px;
    z-index: -1;
}

.row.row-need::after {
    position: absolute;
    content: "";
    background: url("../images/bg2.png") no-repeat;
    background-size: 100%;
    width: 203px;
    height: 203px;
    right: -100px;
    bottom: 30px;
    z-index: -1;
}

.row.row-need .bg-need::before {
    position: absolute;
    content: "";
    background: #004270;
    height: 52%;
    width: 70px;
    top: 40px;
    left: -138px;
    z-index: -2;
}

.row.row-need .bg-need {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.your-needs::before {
    position: absolute;
    content: "";
    background: #fa554f;
    width: 36%;
    right: 0;
    height: 126px;
    bottom: 50px;
    z-index: -2;
}

.your-needs .container {
    position: relative;
    z-index: 1;
}

.your-needs .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg1.png") no-repeat;
    width: 126px;
    height: 108px;
    background-size: 100%;
    right: -140px;
    top: -60px;
    z-index: -1;
}

.your-needs .container::after {
    position: absolute;
    content: "";
    background: url("../images/ind-arr.png") no-repeat;
    width: 100px;
    height: 123px;
    background-size: 100%;
    right: 20px;
    top: 70px;
    z-index: -1;
    transform: rotate(-40deg);
}

.our-service.book-service {
    padding-top: 100px;
}

.our-service.book-service::after {
    background: url(../images/ser-bg5.png) no-repeat;
    background-size: 100%;
}

.our-service.book-service::before {
    background: #FEF2F1;
}

.our-service.book-service .info-ser {
    padding: 30px 40px 50px;
}

.our-service.book-service .info-ser img {
    width: 100%;
}

.our-service.book-service .info-ser p {
    margin-bottom: 30px;
}

.our-service.book-service .info-ser::after {
    width: 190px;
    height: 122px;
}

.our-service.book-service [class*='col']:nth-child(even) .info-ser::after {
    background: url(../images/ser-bg3.png) no-repeat;
    background-size: 100%;
}

.our-hire.ab-hire.book-hire {
    padding-block: 30px 140px;
}

.book-process [class*='col']:first-child {
    background: #F27970;
}

.book-process .row {
    align-items: start;
}

.info-bkpro {
    padding: 70px 30px 0;
    position: relative;
    z-index: 1;
}

.info-bkpro ul li {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-family: 'Bricolage Grotesque';
}

.info-bkpro ul {
    margin-bottom: 75px;
}

.info-bkpro img.bkbg1 {
    position: relative;
    left: 42px;
}

.info-bkpro::before {
    position: absolute;
    content: "";
}

.book-process p {
    padding: 10px 0 0 30px;
}

.book-process {
    padding-bottom: 0;
}

.book-process img.bk-img3 {
    position: absolute;
    bottom: 80px;
    z-index: -1;
    right: 0;
    width: calc(50% + 110px);
    object-fit: cover;
    object-position: 50%;
    height: 310px;
}

.info-about h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 1.4375rem;
}

.info-about h4>span {
    font-weight: 600;
}

.our-about.pub-about p {
    margin: 0;
}

.our-about.pub-about .container::before {
    position: absolute;
    content: "";
    background: #fa554f;
    width: 100%;
    height: 170px;
    right: 100%;
    bottom: -100px;
    z-index: -1;
}

.our-about.pub-about .container {
    position: relative;
    z-index: 1;
}

.pub-data .container {
    padding: 60px 80px;
    background: #FEF2F1;
}

.pub-data ul {
    display: flex;
    align-items: start;
    gap: 70px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.pub-data ul li {
    display: inline-flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    gap: 12px;
    font-size: 1.625rem;
    font-family: 'Bricolage Grotesque';
    line-height: 1.75rem;
    width: calc(25% - 60px);
}

.pub-data img.pub-bg1 {
    position: absolute;
    right: -16rem;
    top: -50px;
    filter: drop-shadow(2px 7px 8px rgba(0, 0, 0, 0.4));
}

.pub-data .container {
    position: relative;
    z-index: 1;
}

.pub-data {
    position: relative;
    z-index: 2;
}

.pub-data .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #fef2f1;
    z-index: -1;
}

.info-pub {
    margin-bottom: 50px;
}

.info-pub p {
    width: 85%;
    margin: 0;
}

.img-pub {
    width: calc(100% + 120px);
    position: relative;
    left: -20px;
}

.our-publish .container {
    position: relative;
    z-index: 1;
}

.our-publish .container::before {
    position: absolute;
    content: "";
    background: #fa554f;
    width: 100%;
    height: calc(100% + 200px);
    top: -100px;
    left: calc(100% - 40px);
    z-index: -1;
}

.our-publish .heading {
    width: 94%;
}

.our-publish .heading p {
    font-size: 16px;
}

.our-service.pub-service {
    padding-block: 100px 0;
}

.our-service.pub-service+.inner-cta {
    margin-top: 100px;
}

.info-bkpro::before {
    position: absolute;
    content: "";
    background: #0069B2;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 96px;
    height: 96px;
    top: 15px;
    right: 5px;
    z-index: -1;
}

.info-bkpro img.pubbg2 {
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
    position: relative;
    left: -40px;
    margin-bottom: 15px;
}

.book-process.pub-process [class*='col']:first-child {
    background: #002D4C;
}

.book-process.pub-process ul li {
    margin-bottom: 32px;
    align-items: start;
}

.book-process.pub-process ul {
    margin-bottom: 0;
}

.info-pub img {
    margin-bottom: 10px;
}

.our-publish .btn-block {
    margin-top: 40px;
}

.top-bar {
    background: #002D4C;
    padding-block: 10px;
    position: relative;
    z-index: 1;
}

.top-bar h4 {
    display: inline-block;
    font-size: 15px;
    color: #FA554F;
    font-weight: 400;
    margin: 0;
}

.top-bar ul {
    display: inline-flex;
    align-items: center;
}

.top-bar ul.social-cont {
    gap: 20px;
    margin-left: 35px;
}

.top-bar ul.social-cont li svg {
    color: #FA554F;
    font-size: 16px;
}

.top-bar::before {
    position: absolute;
    content: "";
    background: #FA554F;
    width: 51%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}

.top-bar ul.head-cont {
    display: flex;
    justify-content: end;
    gap: 70px;
    margin-left: -30px;
}

.top-bar ul.head-cont li a {
    color: #0E3C6E;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.top-bar ul.head-cont li a svg {
    font-size: 18px;
}

.info-tests {
    display: flex;
    flex-direction: column;
}

.info-tests p,
.info-tests h5 {
    padding: 20px;
    background: #c3c3c3;
}

.info-tests p {
    margin-bottom: 10px;
}

.our-about.pub-about.cover-about {
    padding-block: 120px 0;
}

.our-about.pub-about.cover-about .row {
    align-items: start;
}

.our-about.pub-about.cover-about .info-about {
    margin-top: 30px;
}

.our-about.pub-about.cover-about .img-about {
    width: calc(100% + 30px);
    position: relative;
    left: -10px;
}

main.needs-inner .your-needs::before {
    height: 200px;
    bottom: 0;
    background: #FCE4E2;
}

.img-pub.img-cover {
    position: relative;
    left: -130px;
    width: calc(100% + 120px);
}

.our-publish.our-cover .heading {
    padding-left: 90px;
    width: calc(100%);
}

.our-publish.our-cover .btn-block {
    margin-top: 20px;
}

.our-publish.our-cover .container::before {
    left: inherit;
    right: calc(100% - 30px);
    background: #F27970;
    height: calc(100% + 260px);
    top: -160px;
}

.our-publish.our-cover .info-pub p {
    width: 90%;
    font-size: 16px;
}

.our-service.pub-service.cover-service::before {
    background: #EEFAEC;
}

.our-service.pub-service [class*='col']:nth-child(2) .info-ser::after,
.our-service.pub-service [class*='col']:nth-child(3) .info-ser::after {
    background: url(../images/ser-bg3.png) no-repeat;
    background-size: 100%;
}

.book-process.pub-process.cover-pro .info-bkpro img.pubbg2 {
    width: calc(100% - 20px);
    left: 10px;
    margin-bottom: 0;
}

.our-service.pub-service .info-ser {
    padding: 45px 45px 50px;
}

.our-service.pub-service .info-ser img {
    width: 100%;
}

.our-about.pub-about.cover-about .img-about.img-mark {
    left: -40px;
}

.pub-data.mark-data ul li {
    width: calc(33% - 70px);
}

.pub-data.mark-data ul {
    gap: 40px;
}

.pub-data.mark-data img.pub-bg1 {
    right: -12rem;
}

main.needs-inner .your-needs {
    padding-top: 170px;
}

.our-publish.our-market .container {
    padding-left: 120px;
}

.our-publish.our-market .info-pub p {
    width: 90%;
    font-size: 16px;
}

.our-publish.our-market .container::before {
    width: 385px;
    background: url("../images/mark-bg1.png") no-repeat;
    height: calc(100% + 180px);
    top: -160px;
    background-size: cover;
    left: inherit;
    right: calc(100% - 25px);
}

.our-publish.our-market .container::after {
    position: absolute;
    content: "";
    background: url("../images/mark-bg2.png") no-repeat;
    width: 519px;
    height: 684px;
    bottom: -30px;
    background-size: 100%;
    right: calc(100% - 195px);
    z-index: -1;
}

.info-price {
    background: #DEEAFF;
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

.info-price img {
    margin-bottom: 20px;
    width: auto !important;
}

.info-price h4 {
    color: #252525;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2rem;
    margin-bottom: 22px;
}

.info-price p {
    font-size: 13px;
    color: #3B3B3B;
    margin-bottom: 30px;
    min-height: 80px;
}

.info-price ul {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #A5ADBD;
    margin-bottom: 35px;
    height: 280px;
}

.info-price ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #191919;
}

.info-price h3 {
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.info-price h3>span {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: line-through;
}

.info-price a.btn.btn-red {
    display: block;
    width: calc(100% + 30px);
    border-radius: 0;
    color: #fff !important;
    position: relative;
    left: -15px;
}

.info-price a.btn.btn-red::before {
    display: none;
}

.our-price .row {
    align-items: start;
}

.our-price h2 img {
    position: absolute;
    top: -29px;
    right: 25px;
}

.our-price .text-price {
    margin-top: 20px;
}

.our-price {
    padding-block: 150px 200px;
}

.our-price .container {
    position: relative;
    z-index: 1;
}

.our-price .container::before {
    position: absolute;
    content: "";
    background: #fa554f;
    left: calc(100% - 40px);
    width: 100%;
    height: calc(100% + 360px);
    top: -210px;
    z-index: -1;
}

.our-service.pub-service.cover-service {
    z-index: 2;
}

.our-price .container::after {
    position: absolute;
    content: "";
    background: hsl(4deg 83% 69% / 80%);
    width: 225px;
    height: calc(100% + 50px);
    bottom: -200px;
    right: calc(100% + 20px);
    z-index: -1;
    mix-blend-mode: multiply;
}

.our-price img.markimg3 {
    position: absolute;
    left: -300px;
    bottom: -120px;
    z-index: -2;
    object-fit: cover;
    height: 550px;
}

.pub-data.mark-data {
    margin-bottom: 180px;
}

.our-hire.ab-hire.book-hire+.our-port {
    margin-bottom: 120px;
}

.our-genre .container {
    padding-left: 100px;
}

.our-genre .heading {
    padding-inline: 150px 70px;
}

.our-genre .info-gen {
    padding: 35px 60px 35px 240px;
    background: #F0F8FF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 240px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.our-genre .info-gen img {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-genre .info-gen h4 {
    color: #003154;
    font-weight: 600;
    margin-bottom: 6px;
}

.our-genre .info-gen p {
    margin-bottom: 0;
    font-size: 16px;
}

.our-genre .info-gen.gen2 {
    background: #F8F2E9;
}

.our-genre [class*='col'] {
    margin-bottom: 20px;
}

.our-genre .info-gen::before {
    position: absolute;
    content: "";
    background: url("../images/gen-bg2.png") no-repeat;
    background-size: 100%;
    width: 154px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .8;
}

.our-genre .info-gen.gen2::before {
    background: url(../images/gen-bg3.png) no-repeat;
    background-size: 100%;
}

.our-genre {
    padding-block: 0 120px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.our-genre .container {
    position: relative;
    z-index: 1;
}

.our-genre .container::before {
    position: absolute;
    content: "";
    background: url("../images/gen-bg1.png") no-repeat;
    width: 531px;
    height: calc(100% + 40px);
    background-size: cover;
    top: -140px;
    right: calc(100% - 190px);
    z-index: -1;
    opacity: .8;
}

.our-genre+.inner-cta {
    margin-bottom: 150px;
    position: relative;
    z-index: 1;
}

.our-genre+.inner-cta+.our-hire.ab-hire.book-hire .container::after,
.inner-cta+.our-port .container::after {
    position: absolute;
    content: "";
    background: #F27970;
    width: 100%;
    height: 900px;
    bottom: calc(100% + 30px);
    left: calc(100% + 100px);
    z-index: -5;
}

.our-genre+.inner-cta {
    z-index: 2;
}

.our-edit {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.our-edit .container {
    position: relative;
    z-index: 1;
}

.our-edit .container::before {
    position: absolute;
    content: "";
    background: url("../images/edit-bg3.png") no-repeat;
    width: 428px;
    height: 295px;
    background-size: 100%;
    left: -400px;
    top: -200px;
    z-index: -1;
}

.our-edit .container::after {
    position: absolute;
    content: "";
    background: url(../images/bg1.png) no-repeat;
    width: 126px;
    height: 108px;
    background-size: 100%;
    right: -150px;
    top: 0;
    z-index: -1;
}

.our-publish.our-market.our-edit2 .container::before {
    top: -100px;
    height: calc(100% + 120px);
}

.our-publish.our-market.our-edit2 {
    padding-block: 150px;
}

.our-publish.our-market.our-edit2 .container::after {
    background: url("../images/edit-bg2.png") no-repeat;
    width: 575px;
    height: 483px;
    background-size: 100%;
    right: calc(100% - 90px);
    bottom: -140px;
}

.inner-cta+.our-port {
    margin-block: 150px 120px;
}

.inner-cta+.our-port .container {
    position: relative;
    z-index: 1;
}

.our-publish.our-market.our-edit2+.inner-cta {
    z-index: 2;
}

.inner-cta+.our-port .container::after {
    bottom: calc(100% + 100px);
}

.info-price.pri2 {
    background: #FCEBD5;
    border: 4px solid #F27970;
}

.info-price.pri2 h6 {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 16px 4px;
    background: #F27970;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 4px 0 4px 4px;
}

.info-price.pri2 a.btn.btn-red {
    background: #3B3B3B !important;
    border-color: #fff !important;
}

.info-price.pri3 {
    background: #ECF9EA;
}

.our-pricing {
    padding-top: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    margin: 0;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 12px;
    transition: .3s all;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3b3b3b;
    width: 50px;
}

.info-foot ul li a:hover {
    color: #f17973;
}

.info-foot ul li a {
    transition: .3s all;
}

.our-pricing+.inner-cta {
    z-index: 2;
}

.our-testimonials.our-contact .row {
    align-items: stretch;
}

.info-cont {
    height: 100%;
    width: calc(100% - 30px);
    padding: 50px 50px 0;
    background: #0069B2;
    background: linear-gradient(180deg, rgba(0, 105, 178, 1) 0%, rgba(0, 45, 76, 1) 100%);
}

.our-testimonials.our-contact {
    padding-bottom: 0;
}

.our-testimonials.our-contact .container::before {
    height: calc(100% + 100px);
}

.info-cont h2 {
    color: #fff;
    font-size: 2.625rem;
    line-height: 2.7rem;
    margin-bottom: 70px;
}

.info-cont h2>span {
    font-weight: normal;
    line-height: 2.7rem;
    color: #F2C208;
    display: inline-block;
}

.info-cont h2 b {
    line-height: 2.4rem;
    display: inline-block;
}

.info-cont ul li {
    display: flex;
    align-items: start;
    gap: 18px;
    margin-bottom: 50px;
}

.info-cont ul li a,
.info-cont ul li span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6rem;
}

.info-cont ul li:first-child a {
    font-size: 2.125rem;
    line-height: 2rem;
}

.info-cont ul li:last-child {
    margin-bottom: 0;
}

.info-cont ul {
    margin-bottom: 90px;
}

.info-cont img.contbg1 {
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
    position: relative;
    left: -40px;
}

.info-cont2 {
    margin-top: 60px;
    width: calc(100% - 50px);
}

.info-cont2 .form-control {
    height: 54px;
    border: 1px solid #9fb0c1;
    margin-bottom: 20px;
}

.info-cont2 textarea.form-control {
    height: 150px;
    margin-bottom: 30px;
}

.info-cont2 button.btn.btn-blue {
    width: auto;
    display: table;
    margin-left: auto;
    padding-inline: 50px;
}

img.popoff {
    position: absolute;
    top: -85px;
    left: -100px;
    right: -20px;
    margin: auto;
    z-index: 2;
}

div.popupform .popup-content h3+h5 {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

a.logo {
    display: block;
}

a.logo img {
    width: 200px;
}

.our-publish .row-pub {
    align-items: start;
}

.info-price ul li:last-child {
    margin-bottom: 0;
}

.info-price .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #3b3b3b;
}

.info-price .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f95454;
}

.info-price .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #d35c55;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}

.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}

.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

.our-banner.inn-banner {
    background: #0069B2;
    background: linear-gradient(185deg, rgba(0, 105, 178, 1) 0%, rgba(0, 45, 76, 1) 100%);
    background-size: cover;
    padding: 80px 0;
}

.our-banner.inn-banner::before,
.our-banner.inn-banner::after {
    display: none;
}

.our-banner.inn-banner .info-banner {
    margin: 0;
}

.our-banner.inn-banner .info-banner h1 {
    margin: 0;
    color: #fff;
}

.content-page {
    border-bottom: 2px solid #f17973;
}

.content-page h5 {
    font-size: 2rem;
    font-weight: 700;
}

.content-page ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-page p,
.content-page ul li {
    font-size: 1.125rem;
}

.consent-box {
    margin: 15px 0;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

.checkbox-container input {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #0b3c5d;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 3px;
    position: relative;
    flex-shrink: 0;
}

.checkbox-container input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #0b3c5d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.consent-text a {
    color: #0b6efd;
    text-decoration: none;
}

.consent-text a:hover {
    text-decoration: underline;
}

.consent-check label {
    color: #002d46;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.consent-check input {
    margin-right: 8px;
}

.consent-check a {
    color: #4db8ff;
    text-decoration: underline;
}
/* ===== POPUP CHECKBOX HARD RESET ===== */

.popup-consent-box {
    margin: 12px 0 18px;
}

.popup-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.4;
    color: #333;
    cursor: pointer;
}

/* FORCE REMOVE NATIVE CHECKBOX */
.popup-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    opacity: 0;
}

/* CUSTOM BOX */
.popup-checkmark {
    width: 14px;
    height: 14px;
    border: 2px solid #e63946;
    border-radius: 3px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
}

/* TICK */
.popup-checkbox input:checked + .popup-checkmark::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #e63946;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.popup-consent-text {
    display: block;
}

.popup-consent-text a {
    color: #e63946;
    text-decoration: none;
}

.popup-consent-text a:hover {
    text-decoration: underline;
}

