* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'Galano Grotesque m';
    src: url('../fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque Alt Medium It';
    src: url('../fonts/GalanoGrotesqueAlt-MediumItalic.woff2') format('woff2'),
        url('../fonts/GalanoGrotesqueAlt-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque sb';
    src: url('../fonts/GalanoGrotesque-SemiBold.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maragsa Display';
    src: url('../fonts/MaragsaDisplay.woff2') format('woff2'),
        url('../fonts/MaragsaDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar {
    width: 0px;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Galano Grotesque';
padding:95px 0 0 0;
}

.aboutUs,
.care_managment,
.steps,
.contect
{scroll-margin-top: 80px;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maragsa Display';
    color: #001b30;
    font-weight: normal;
}

.overflow {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.center_container {
    width: 100%;
    max-width: 1355px;
    padding: 0 20px;
    margin: 0 auto;
}

p {
    font-family: 'Galano Grotesque m';
}

header {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    transition: all ease 0.3s;
    z-index: 9;
}

header.fixed {
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
position:fixed;
}

header .center_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .center_container .logo {
    width: 100%;
    max-width: 160px;
}

header .center_container .navigation ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

header .center_container .navigation ul li {
    margin: 0 0 0 10px;
}

header .center_container .navigation ul li:first-child {
    margin-left: 0;
}

header .center_container .navigation ul li a {
    text-decoration: none;
    color: #9ccd62;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 8px 16px;
    border-radius: 30px;
transition:all ease 0.3s;
}

header .center_container .navigation ul li:last-child a {
    background: #001a30;
    padding: 8px 22px;
}

header .center_container .navigation ul li a:hover,
header .center_container .navigation ul li a.active {
    background: #9ccd62;
    color: #ffffff;
}



.trigger {
    width: 34px;
    cursor: pointer;
    display: none;
}

.trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #9ccd62;
}

.trigger span:nth-child(2) {
    margin: 7px 0;
}

.wrap {
    width: 100%;
    max-width: 1355px;
    padding: 0 20px;
    margin: 0 auto;
}


.banner {
    position: relative;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    /* height: calc(100vh ); */
    display: flex;
    align-items: center;
    height: 977px;
}

.banner .banner_content {
    margin-top: 100px;
    padding-left: 10px;
}

.banner .banner_content span {
    font-family: 'Galano Grotesque';
    font-size: 37px;
    display: block;
    margin-bottom: 30px;
    padding-left: 100px;
    font-family: 'Galano Grotesque m';
}

.banner .banner_content h1 {
    font-size: 130px;
    width: fit-content;
    text-align: center;
    transform: rotate(355deg);
    font-style: italic;
    /* letter-spacing: 2px; */
    font-weight: normal;
    line-height: 105px;
    margin-bottom: 60px;
}

.banner .banner_content p {
    margin-bottom: 37px;
    padding-left: 95px;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-family: 'Galano Grotesque m';
}

.banner .banner_content .btn:hover {
    background: #5b8925;
color:#ffffff;
}

.banner .banner_content .btn {
    background: #001b30;
    border-radius: 30px;
    height: 50px;
    width: 420px;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    /* font-family: 'Galano Grotesque'; */
    font-size: 21px;
    margin-left: 58px;
   transition:all ease 0.3s;
}

.aboutUs:after {
    content: '';
    display: block;
    background: url(../images/madle.png) no-repeat;
    width: 672px;
    height: 793px;
    position: absolute;
    bottom: -313px;
    margin-left: -380px;
}

.aboutUs {
    /* height: 553px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/about-bg.png) top center;
    background-color: #c4e69a;
    padding: 126px 0px 153px;
    position: relative;
}

.aboutUs .wrap {
    position: relative;
    z-index: 1;
}

.aboutUs h2 {
    text-align: center;
    font-size: 82px;
    font-weight: normal;
    line-height: 79px;
    margin-bottom: 30px;
}

.aboutUs p {
    text-align: center;
    font-size: 20px;
    /* line-height: 27px; */
}

.clients {
    padding: 270px 0px 80px;
}

.clients ul.count {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.clients ul.count li {
    display: flex;
    align-items: center;
    gap: 35px;
}

.clients ul.count li span {}

.clients ul.count li h3 div {
    display: inline;
}

.clients ul.count li h3 {
    font-family: 'Galano Grotesque sb';
    font-size: 55px;
}

.clients ul.count li b {
    display: block;
    color: #9CCD62;
    font-size: 22px;
}

.reviews {
    background: #e8f5db;
    padding: 100px 122px 100px;
    border-radius: 40px;
    max-width: 1624px;
    margin: 0 auto;
}

.reviews ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.reviews ul li {
    width: 46%;
}

.reviews ul li p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: 'Galano Grotesque';
    color: #000;
}

.reviews ul li h4 {
    color: #606060;
    font-size: 15px;
    font-family: 'Galano Grotesque';
    font-weight: normal;
}

.reviews ul li i {
    display: block;
    font-family: 'Galano Grotesque Alt Medium It';
    font-weight: normal;
}

.world {
    background: #001b30;
    padding: 105px 0px 80px;
}

.world h2 {
    text-align: center;
    color: #9CCD62;
    font-size: 73px;
    line-height: 71px;
    margin: 0px 0px 33px;
}

.world p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.5px;
}

.care_managment {
    padding: 230px 0px;
}

.care_managment ul {
    display: flex;
    flex-direction: column;
    gap: 195px;
    max-width: 1656px;
    margin: 0 auto;
}

.care_managment ul li {
    box-shadow: 4px 3px 9px 3px #0000002e;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 40px;
    padding: 112px 90px 85px;
}

.care_managment ul li h2 {
    padding: 10px 57px;
    position: absolute;
    display: block;
    background: #9ccd62;
    border-radius: 50px;
    top: -40px;
    font-size: 61px;
}

.care_managment ul li .desciption {
    width: 47%;
    padding-left: 85px;
}

.care_managment ul li .desciption p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}

.care_managment ul li .desciption b {}

.care_managment ul li .comment:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-top: 54px solid #001a30;
    position: absolute;
    bottom: -54px;
    left: 90px;
}

.care_managment ul li:last-child .comment {
    width: 437px;
    padding: 75px 66px 40px;
    height: 100%;
}

.care_managment ul li .comment {
    width: 40%;
    width: 590px;
    background: #001A30;
    border-radius: 40px;
    padding: 49px 43px 35px;
    position: relative;
    margin-top: -202px;
}

.care_managment ul li .comment p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Galano Grotesque Alt Medium It';
}

.care_managment ul li .comment .rarting {
    text-align: center;
    line-height: 0;
}

.care_managment ul li .comment .rarting img {}

.care_managment ul li .comment b {}


.care_managment ul li:last-child {
    padding-bottom: 0px;
}

.celebrating:after {
    content: '';
    display: block;
    background: url(../images/plant.png) no-repeat right;
    width: 718px;
    height: 811px;
    position: absolute;
    right: 0;
    bottom: -93px;
}

.celebrating {
    background: #9ccd62;
    padding: 128px 0px 92px;
    position: relative;
}

.celebrating .celebrating_inner {
    padding-left: 50px;
    z-index: 1;
    position: relative;
}

.celebrating .wrap {}

.celebrating h2 {
    font-size: 73px;
    color: #fff;
}

.celebrating b {
    margin: 27px 0px;
    display: block;
    font-size: 20px;
}

.celebrating p {
    font-size: 20px;
    line-height: 27px;
}

.steps {
    padding: 202px 0px 168px;
}

.steps h2 {
    text-align: center;
    font-family: 'Galano Grotesque';
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 87px;
}

.steps h2 span {
    color: #9CCD62;
}

.steps .btn:hover {
    color: #fff;
    background: #001b30;
}

.steps .btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 570px;
    height: 103px;
    background: #9CCD62;
    font-size: 63px;
    font-family: 'Maragsa Display';
    color: #001a30;
    text-decoration: none;
    border-radius: 60px;
    transition: 0.3s ease;
}


.contect {
    background: #001b30;
    padding: 120px 0px 120px;
}

.contect .contect_inner {
    display: flex;
    justify-content: space-between;
}

.contect .details {
    width: 100%;
    padding-right: 100px;
}

.contect h2 {
    color: #fff;
    font-size: 79px;
    font-family: 'Galano Grotesque m';
    margin-bottom: 78px;
}

.contect .details .alignBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contect .details .phone_no {
    width: 50%;
    border-right: 1px solid #ffffff52;
}

.contect .details .phone_no b.magin_top {
    margin-top: 70px;
}

.contect .details .alignBox b {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.contect .details .alignBox a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.contect .details .alignBox a:hover{text-decoration:underline;}

.contect .details .phone_no a span {
    color: #9CCD62;
}

.contect .details .address {}

.contect .details .address .magin_top {
    margin-top: 57px;
}

.contect .enquiry_form {}

.contect .enquiry_form form {
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    background: #fff;
    width: 571px;
}

.contect .form-row {}

.contect .form-row.half {
    display: flex;
    justify-content: space-between;
}

.contect .form-row .sub {
    margin-bottom: 20px;
}

.contect .form-row .sub label.error{display:none !important;}

.contect .form-row input {
    width: 100%;
    height: 54px;
    border: none;
    border-bottom: 1px solid #231F20;
    outline: 0;
    font-family: 'Galano Grotesque m';
}

.contect .form-row input.error{border-color:red !important;}



.contect .form-row.half .sub {
    width: 48.5%;
}

.contect .form-row textarea {
    height: 100px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #231F20;
    font-family: 'Galano Grotesque m';
	box-shadow:none;
	outline:none;
}

.contect .btn:hover {
    background: #9ccd62;
}

.contect .btn {
    width: 100%;
    background: #001A30;
    border: none;
    height: 50px;
    border-radius: 60px;
    color: #fff;
    font-family: 'Galano Grotesque';
    font-size: 18px;
    transition: 0.3s ease;
	cursor:pointer;
}


.error {
    color: red;
}



footer {
    padding: 62.5px 0;
}

footer .logo {
    display: block;
    width: 160px;
}

footer .footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.apply-box {
    margin: 0 auto -80px auto;
    width: 100%;
    max-width: 700px;
    background: #9ccd62;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.apply-box h2 {
    text-align: center;
    font-size: 50px;
    margin: 0 0 36px 0;
}

.apply-box .form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.apply-box .form-row .sub {
    margin: 0 0 15px 0;
    width: 100%;
}

.apply-box .form-row.half .sub {
    width: 48.5%;
}

.apply-box .form-row .sub label.error {
    font-weight: 400;
    font-size: 13px;
    color: #961010;
}

.apply-box .form-row .sub input[type="text"],
.apply-box .form-row .sub textarea {
    background: #ffffff;
    color: #111111;
    border-radius: 30px;
    height: 50px;
    padding: 0 25px;
    width: 100%;
    border: none;
    font-family: 'Galano Grotesque';
    font-weight: 500;
    font-size: 15px;
}

.apply-box .form-row .sub input[type="text"]:focus,
.apply-box .form-row .sub textarea:focus {
    outline: none;
}

.apply-box .form-row .sub input[type="text"]::placeholder,
.apply-box .form-row .sub textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.apply-box .form-row .sub button[type="submit"] {
    background: #001a30;
    color: #9ccd62;
    border-radius: 30px;
    height: 50px;
    padding: 0 25px;
    width: 100%;
    border: none;
    font-family: 'Maragsa Display';
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}


.apply-box .form-row .sub textarea {
    height: 180px;
    padding: 25px;
    resize: none;
}

.success_message h5 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}