header {
    position: fixed;
    top: 6px;
    left: 50%;
    z-index: 9;
    width: 98%;
    transform: translateX(-50%);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.66);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow:
    rgba(15, 23, 42, 0.07) 0px 16px 44px,
    rgba(5, 150, 105, 0.08) 0px 1px 0px,
    rgba(255, 255, 255, 0.96) 0px 1px 0px inset;
    backdrop-filter: blur(26px) saturate(160%);
}
.about-us {
    padding: 120px 0;
    background: #faf2ea;
}
.about-us-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 15px;
}
.about-us-image-box-1 {
    position: relative;
    width: 55%;
    padding-left: 80px;
}
.about-us-image {
    position: relative;
    z-index: 1;
}
.about-us-image-box-1 .about-us-image figure {
    margin-right: -220px;
}
.about-us-image figure {
    display: block;
    border-radius: 20px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.about-us-image-box-1 .about-us-image figure img {
    aspect-ratio: 1 / 1.441;
}
.about-us-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-us-image-box-2 {
    width: 45%;
    padding-bottom: 75px;
}
.about-us-image {
    position: relative;
    z-index: 1;
}
.about-us-image-box-2 .about-us-image figure {
    border: 6px solid #faf2ea;
    border-radius: 26px;
}
.about-us-image-box-2 .about-us-image figure img {
    aspect-ratio: 1 / 1.15;
}
.section-title .section-sub-title {
    position: relative;
    display: inline-block;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
    color: #352a44;
    background: transparent;
    border: 1px solid #352a441a;
    border-radius: 100px;
    padding: 9px 14px 9px 30px;
    margin-bottom: 15px;
}
.section-title .section-sub-title::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: #352a44;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.section-title h2 {
    font-size: 46px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    color: #0b2c74;
    font-weight: 600;
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}
.about-us-item-list {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
}
.about-us-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.about-us-item:last-child {
    margin-bottom: 0;
}
.about-us-item .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    background: #04c2f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.about-us-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #352a44;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.about-us-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 34px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.about-us-item-content {
    width: calc(100% - 85px);
}
.about-us-item-content h3 {
    font-size: 20px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: #0b2c74;
    margin: 0;
}
.about-us-content-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 40px;
}
.about-us-item-content p {
    margin: 10px 0 0;
}
.about-contact-item-list {
    width: calc(45% - 20px);
}
.about-contact-item:last-child {
    margin-bottom: 0;
}
.about-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.about-contact-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #04c2f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.about-contact-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #352a44;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.about-contact-item-content {
    width: calc(100% - 65px);
}
.about-contact-item-content p {
    margin: 0;
}
.about-contact-item-content h3 {
    font-size: 20px;
    margin: 5px 0 0;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: #352a44;
}
.about-contact-item-content h3 a {
    color: #352a44;
    transition: all 0.4s ease-in-out;
}
.about-us-btn {
    border-top: 1px solid #352a441a;
    padding-top: 40px;
    margin-top: 40px;
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: #ffffff;
    background: #0b2c74;
    border-radius: 30px;
    padding: 17px 46px 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}
.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #04c2f3;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover {
    color: #ffffff;
}
.btn-default:hover::before {
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(45deg);
}
.btn-default:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.our-services {
    background-image: url('../images/section-bg-image-1.png');
    background-repeat: no-repeat;
    background-position: bottom -65px left -10px;
    background-size: auto;
    padding: 120px 0;
}
.bg-section {
    width: 100%;
    max-width: 1820px;
    background-color: #ffffff;
    /* border-radius: 20px; */
    margin: 0 auto;
}
.service-item{
	position: relative;
	height: 100%;
	min-height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.service-item:before{
    /* content: ''; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #faf2ea;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.service-item-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.service-item-image::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 73%;
}
.service-item-image figure{
    display: block;
	width: 100%;
    height: 100%;
}

.service-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item-header{
	position: relative;
	z-index: 2;
}

.service-item-header .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #04c2f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-item-header .icon-box img{
    width: 100%;
    max-width: 24px;
    filter: brightness(0) invert(1);
}

.service-item-title h2{
	font-size: 20px;
}

.service-item-title h2 a{
	color: inherit;
	transition: all 0.4s ease-in-out;
	color: #fff;
}
.service-item-body{
	position: relative;
	border-top: 1px solid #fff;
	padding-top: 20px;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}
.service-item-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
	color: #fff;
}

.service-item-btn{
	margin-top: 40px;
	color: #fff;
}
.service-item-btn > a.readmore-btn {
    color: #fff;
}

.our-fun-facts {
    padding: 120px 0;
    background:#faf2ea;
}
.section-content-btn .section-btn {
    margin-top: 30px;
    text-align: left;
}
.fun-facts-image {
    height: 100%;
    margin-right: 15px;
}
.fun-facts-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}
.fun-facts-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.12;
    object-fit: cover;
    border-radius: 20px;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.fun-fact-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.fun-fact-item {
    width: calc(50% - 15px);
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
}
.fun-fact-item h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    color: #04c2f3;
}
.fun-fact-item h3 {
    font-size: 20px;
    color: #0b2c74;
}
.fun-fact-item p {
    border-top: 1px solid #352a441a;
    padding-top: 10px;
    margin: 15px 0 0;
}
.section-row {
    margin-bottom: 80px;
}
.why-choose-us {
    padding: 120px 0;
}
.why-choose-us-image-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
}
.why-choose-image-box-1 {
    position: relative;
    background: url('../images/why-choose-image-box-bg.png') no-repeat;
    background-position: top 40px right -40px;
    background-size: auto;
    width: 30%;
    z-index: 2;
    align-content: end;
}
.why-choose-image-box-1 .why-choose-image figure {
    border: 6px solid #ffffff;
    border-radius: 28px;
    margin-right: -195px;
}
.why-choose-image-box-1 .why-choose-image figure img {
    aspect-ratio: 1 / 1.161;
}
.why-choose-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.why-choose-image-box-2 {
    width: 70%;
    padding-bottom: 120px;
}
.why-choose-image-box-2 .why-choose-image figure img {
    aspect-ratio: 1 / 1.276;
}

.why-choose-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-choose-client-counter-box {
    width: calc(40% - 15px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: #faf2ea;
    border-radius: 20px;
    padding: 30px;
}
.why-choose-counter-content h2 {
    font-size: 40px;
    line-height: 1em;
	font-family: "Sora", sans-serif;
    font-weight: 600;
    color: #352a44;
}
.why-choose-counter-content h3 {
    font-size: 17px;
    line-height: 1.4em;
    margin: 20px 0 0;
    color: #0b2c74;
}
.why-choose-body-content {
    width: calc(60% - 15px);
    align-content: center;
}
.why-choose-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.why-choose-item:last-child {
    margin: 0;
}
.why-choose-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #04c2f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.why-choose-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #352a44;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.why-choose-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.why-choose-item-content {
    width: calc(100% - 65px);
}
.why-choose-item-content h3 {
    font-size: 20px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: #0b2c74;
}
.why-choose-item-content p {
    margin: 10px 0 0;
}
.why-choose-btn {
    margin-top: 40px;
}
.mb_40 {
    margin-bottom: 40px;
}
.about-contact-item .icon-box > img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1200px){
        .home-wrapper {
    background-position: top right;

}
.section-title h2 {
    font-size: 35px;
}

.about-us-item {
    align-items: start;
}
.why-choose-client-counter-box {
    display: none;
}
.why-choose-body-content {
    width: 100%;
}
.fun-fact-item-list {
    gap: 20px;
}
.fun-fact-item {
    padding: 20px;
}


}

@media (max-width: 991px){
.banner-wrapper .banner-content {
    backdrop-filter: blur(2px);
}
.about-us-image-box-1 {
    padding-left: 0px;
}
    .service-item {
    min-height: auto;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 10px;

}
.service-item-title h2 {
    font-size: 16px;
}
.service-item-content p {
    font-size: 14px;
}
.service-item-btn {
    margin-top: 17px;
}
.our-services {
    padding: 80px 0;
}
.about-us {
    padding: 80px 0;
}
.why-choose-us {
    padding: 80px 0;
}
.our-fun-facts {
    padding: 80px 0;
}
.banner-wrapper .banner-content {
    background: linear-gradient(45deg, #ffffffa3, #ffffffb8);

}
}

@media (max-width: 767px) {
    .home-wrapper:before {
        width: 100%;
        background: rgb(0 0 0 / 59%);
    }
    .service-item-title h2 {
    font-size: 20px;
}
.service-item-content p {
    font-size: 17px;
}
.fun-fact-item-list {
    flex-direction: column;
}
.fun-fact-item {
    width: 100%;
}

}


@media (max-width: 575px) {
    .section-title h2 {
    font-size: 30px;

}
}

.contact_details_wrap {
    padding: 55px 20px;
    background: #ffffff;
    border-radius: 30px;
}
.ct_img{
    border-radius: 30px;
}
.gap_10 {
    gap: 5px;
}
