/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #FDFBF4;
    text-decoration: none;    
}

.fade{
  opacity:0;
  transition:opacity .6s ease;
}
 
.fade.show{
  opacity:1;
}

.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}
.complex-process-wrp .container{max-width:1390px;}
.our-management-wrp .container{max-width:1390px;}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-md-8{
    width: 66.67%;
    padding: 0 15px;
}
.col-md-9{
    width: 75%;
    padding: 0 15px;
}
.col-md-4{
    width: 33.33%;
    padding: 0 15px;
}
.col-md-6{
    width: 50%;
    padding: 0 15px;
}
.col-md-3{
    width: 25%;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header{
    padding: 30px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
header img{
    height: 80px;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
header.nav-new{
    padding: 15px 0;
}
header.nav-new img{
    height: 60px;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    padding: 45px 0 70px;
    /*background: url('../images/hero-banner.webp') 0 0 no-repeat;*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url('../images/hero-banner.webp') lightgray 50% / cover no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.page-template-landingpage .hero-banner-wrp{padding-top:105px; padding-bottom:123px;}
.banner-data{
    max-width: 710px;
}
.banner-data h1{
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}
.banner-data p{
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 65px;
}
.banner-form{
    max-width: 900px;
}
.banner-form .row{
    margin: 0 -7px;
}
.banner-form .col-md-3{
    width: 30%;
    padding: 0 7px;
}
.banner-form .col-md-6{
    width: 40%;
    padding: 0 7px;
}
.banner-form .form-group{
    margin: 0 0 20px;
    width: 100%;
    display: block;
}
.banner-form .form-group .form-control{
    padding: 15px 30px;
    background: rgba(217, 217, 217, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    height: auto;
    box-shadow: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    outline: none;
    width: 100%;
    display: block;
}
.banner-form .form-group .form-control::placeholder{
    color: #fff;
}

.are-u-bx{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 20px;
}
.are-u-bx p{
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 0 15px;
}
.intrest-bx{
    display: flex;
    align-items: center;
    gap: 25px;
}
.custome-rd [type="radio"]:checked,
.custome-rd [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}
.custome-rd [type="radio"]:checked + label,
.custome-rd [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;    
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.custome-rd [type="radio"]:checked + label:before,
.custome-rd [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background:transparent;
}
.custome-rd [type="radio"]:checked + label:after,
.custome-rd [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 8px;
    background: url('../images/heart-ic.svg') 0 0 no-repeat;
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custome-rd [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.custome-rd [type="radio"]:checked + label:after {
    opacity: 1;
}
.btn-main{
    padding: 13px 29px;
    background: #fff;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #009988;
    display: table;
    cursor: pointer;
}
.btn-main:hover{
    background: #009988;
    color: #fff;
}
/* **** End Hero Banner **** */

.appropriate-wrp{
    padding: 50px 0;
}
.appropriate-wrp h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #002E53;
    margin: 0 auto 70px;
}
.appropriate-wrp h2 strong{
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    color: #002E53;
}

.appropriate-box figure{
    margin: 0 auto 20px;
    display: table;
}
.appropriate-box p{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #002E53;
    margin: 0;
}
.appropriate-box h3{
    margin: 0;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    text-align: center;
    color: #002E53;
}

.appropriate-wrp h6{
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #002E53;
    margin: 80px auto 40px;
    max-width: 1050px;
}
.titlebar h2{
    background: #009988;
    margin: 0 auto 35px;
    color: #fff;
    padding: 20px 35px;
    font-weight: 800;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: table;
    border-radius: 10px;
}

.why-rw .appropriate-box figure{
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-rw .appropriate-box p{
    max-width: 250px;
    margin: 0 auto;
}

.complex-process-wrp .titlebar h2{
    background: #BA92C1;
    margin: 0 auto 90px;
}
.complex-process-row{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E8DDD5;
    border-radius: 50px;
    height: 100%;
    overflow: hidden;
}
.complex-process-img{
    width: 50%;
    background: #F7F3E7;
    padding: 40px;
}
.complex-process-img figure{
    height: 100%;
}
.complex-process-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.complex-process-data{
    width: 50%;
    border-left: 1px solid #E8DDD5;
}
.complex-process-title{
    padding: 27.5px 30px;
    background: #BA92C1;
}
.complex-process-title h3{
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: right;
    color: #FDFBF4;
}
.complex-process-title h3 strong{
    font-weight: bold;
}
.clear-wr{
    padding: 36.5px 50px;    
    background: #F7F3E7;
    border-bottom: 1px solid #E8DDD5;
}
.clear-wr p{
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: right;
    color: #002E53;
    margin: 0;
}
.complex-process-data ul li{
    padding: 36.5px 50px;    
    border-bottom: 1px solid #E8DDD5;
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: right;
    color: #002E53;
}
.complex-process-data ul li:last-child{
    border: none;
}

.dreaming-twins-wrp{
    padding: 90px 0 50px;
}
.dreaming-twins-wrp .titlebar h2{
    background: #009988;
    margin: 0 auto 35px;
}
.dreaming-twins-wrp h6{
    margin: 0 auto 80px;
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #002E53;
    max-width: 1000px;
}
.dreaming-twins-wrp .appropriate-box figure{
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-logo{
    max-width: 320px;
    margin: 40px auto 0;
}
.process-logo img{
    width: 100%;
}

.our-management-wrp{
    padding: 40px 0;
}
.our-management-row{
    padding: 60px 40px 30px;
    border-radius: 50px;
    background: #E1D4E5;
}
.our-management-row .titlebar h2{
    background: #BA92C1;
    margin: 0 auto 40px;
}
.our-management-row ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-management-row ul li{
    margin: 0 30px 40px 0;
}
.our-management-row ul li a{
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px;
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-align: right;
    color: #002E53;
}
.our-management-row h6{
    margin: 10px auto 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #002E53;
    display: table;
}


.faq-wrp{
    padding: 50px 0;
}
.faq-wrp .titlebar h2{
    background: #009988;
    margin: 0 auto 90px;
}
.faq-row{
    border: 1px solid #009988;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.faq-left-box{
    width: 50%;
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-right-box{
    width: 50%;
    background: #009988;
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-right-box h2{
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: #FDFBF4;
}
.faq-left-box p{
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 153, 136, 0.1) 3.37%, rgba(0, 153, 136, 0.7) 41.35%, rgba(0, 153, 136, 0.7) 57.21%, rgba(0, 153, 136, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: table;
    opacity: 0.30;
}
.faq-left-box .swiper{
    height: 100%;
}
.faq-left-box .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-left-box .swiper-slide.swiper-slide-prev p,.faq-left-box .swiper-slide.swiper-slide-next p{
    opacity: 0.60;
}
.faq-left-box .swiper-slide.swiper-slide-active p{
    opacity: 1;
}
.faq-slider{
    height: 400px;
}

.with-you-wrp{
    padding: 90px 0 0;
}
.with-you-wrp p{
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    color: #002E53;
    margin: 0 auto 20px;
}
.with-you-wrp figure{
    margin: 0 auto;
    max-width: 400px;
}
.with-you-wrp figure img{
    width: 100%;
}


.leave-details-wrp{
    padding: 70px 0;
    background: #009988;
}
.leave-details-wrp h2{
    margin: 0 auto 40px;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}
.leave-details-wrp .banner-form{
    margin: 0 auto;
}
.leave-details-wrp .banner-form .btn-main{
    margin: 0 auto;
    font-weight: bold;
    max-width: 265px;
    text-align: center;
    width: 100%;
}
.leave-details-wrp .banner-form .btn-main:hover{
    background: #BA92C1;
    color: #fff;
}