.bg-light {
    background-color: #fffcf4 !important;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif !important;
    color: #031550;
    line-height: 1.4;
    font-weight: 300;
    margin: 0 0 15px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    object-fit: cover;
}

.service-area .service-item {
    text-align: center;
    padding: 45px 20px 30px;
    background-color: #fffcf4;
    height: 250px;

}

@media(max-width:1024px) {
    .service-area .service-item {
        text-align: center;
        padding: 45px 20px 30px;
        background-color: #fffcf4;
        height: auto;

    }
}

.service-area .service-item h4 {
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-area .service-item span {
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-intro {
    max-width: 555px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-intro p {
    font-weight: 500;
}

.section-intro.intro-full {
    max-width: 100%;
}

.service-area .service-item span::before {
    font-size: 45px;
    transform: translateY(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 500;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .service-area .service-item p {
        font-size: 16px;
    }
}

.service-area .service-item:hover span {
    transform: translateY(-5px);
    color: gold;
}

.service-area .service-item:hover h4 {
    color: #ffb200;
}

.section-title {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-title {
        font-size: 30px;
    }
}

.section-title span {
    color: #18361D;
    display: block;
}

.section-title .color {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}