body {
        font-family: 'Cormorant', serif;
        color: #212121;
}

.carousel-item>img {
        height: 600px;
        width: 100%;
}

.bg-grey {
        background: linear-gradient(45deg, #f5cbcb, transparent);
}

ul {

        list-style: none;

}

.about-content-section li {
        position: relative;
        padding-left: 65px;
        margin-bottom: 35px;
}




/* li .icon {
        color: #F4A460;
} */

.about-content-section li .icon {
        position: absolute;

        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 50px;
        text-align: center;
        background-color: #F4A460;
        box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        font-size: 20px;
}

.about-content-section li h4 {
        position: relative;
        display: block;
        font-size: 22px;
        margin-bottom: 10px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
}

.about-content-section li .icon:after {
        position: absolute;
        content: '';
        left: 25px;
        top: 115%;
        width: 1px;
        height: 70%;
        background-color: #e0e0e0;
}

.about-content-section li:hover .icon {
        color: #fff;
}

.title {
        display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
        color: #212121;
        font-family: 'Cormorant', serif;
        /* font-weight: 700; */
}

.sect-m {

        margin: 2rem;
}

.btn-1 span {
        color: #F4A460;
}

.btn-2 {
        background: #F4A460;
        border: solid 2px #F4A460;
}

.btn-2:hover {
        color: #F4A460;
        border: solid 2px #F4A460;
}

.btn-2:before {
        background: #F4A460;
}

.btn-3:hover {
        color: #F4A460;
}

.btn-5:after {
        background: #F4A460;
}

.btn-5 {
        color: #F4A460;
        border: 2px solid #F4A460;
}

/** BTN 5 **/
.btn-5 {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        outline: none !important;
        color: #ffffff;
        text-transform: capitalize;
        transition: all 0.3s linear;
        z-index: 1;
        overflow: hidden;
        padding: 0 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 46px;
        border-radius: 0;
        letter-spacing: 0.5px;
        font-family: 'Mulish', sans-serif;
}

.btn-5:hover:after {
        transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
        transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-5:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.9s linear, transform 0.4s linear;
        z-index: -1;
}

.btn-5:hover {
        color: #fff;
}

.about-content-section h5 span {
        color: #F4A460;
}

.about-content-section h5 span {
        color: #F4A460;
}



.mt-4 {
        margin-top: 4rem;
}

.mt-5 {
        margin-top: 5rem;
}

.mt-6 {
        margin-top: 6rem;
}

.gf {
        color: brown;
        font-size: 25px;
        font-weight: 800;
}

.img-hm {
        margin: 2rem 0;
        height: 600px;
        box-shadow: 0 0 13px 0px #000;
}

.h-icons {
        display: grid;
        grid-template-columns: repeat(5, auto);
        color: #f03c02;
        font-size: 1.5rem;
        text-align: center;
}

.out-box {
        position: relative;
}

.img-box {
        width: 300px;
}

.full-img {
        /* display: block; */
        width: 355px;
        height: 400px;
        position: relative;
        background-position: center;
        background-size: cover;
}



@media screen and (max-width: 760px) {
        .mobilev {
                display: none;
        }

}

@media (max-width: 575.98px) {
        .service-section .sec-title {
                margin-bottom: 30px;
        }
}

@media (max-width: 575.98px) {
        .service-section .sec-title .sub-title {
                margin-bottom: 0;
        }
}

@media (max-width: 575.98px) {
        .service-section .sec-title h2 {
                font-size: 32px;
        }
}

.service-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 665px;
        height: 466px;
        background-image: url(../images/background/home.png);
}

.service-block {
        margin-bottom: 24px;
}

.service-block .inner-box {
        position: relative;
        text-align: center;
        border: 2px solid #f8f5f0;
        padding: 45px 20px 33px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
}

.service-block .inner-box:hover {
        background-color: hsla(184, 17%, 83%, 0.623);
        /* color: #d81717; */
}

.service-block .inner-box:hover .content-box .title {
        color: var(--theme-color-light);
}

.service-block .inner-box:hover .content-box .text {
        color: var(--theme-color-light);
}

.service-block .inner-box:hover .icon-box {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
}

.service-block .inner-box:hover .icon-box i {
        color: #fff;
}

.service-block .inner-box::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 50%;
        width: 95px;
        height: 11px;
        background-color: #FFD700;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}

.service-block .inner-box .icon-box {
        margin-bottom: 11px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.service-block .inner-box .icon-box i {
        color: #ab8555;
        font-size: 58px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.service-block .inner-box .content-box .title {
        margin-bottom: 18px;
}

.service-block .inner-box .content-box .text {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

/*** 

====================================================================
  service-section two
====================================================================

***/
.service-section-two {
        position: relative;
        padding: 120px 0 88px;
        background-color: #f8f5f0;
}

@media (max-width: 575.98px) {
        .service-section-two {
                padding: 80px 0 50px;
        }
}

@media (max-width: 575.98px) {
        .service-section-two .sec-title {
                margin-bottom: 30px;
        }
}

@media (max-width: 575.98px) {
        .service-section-two .sec-title .sub-title {
                margin-bottom: 0;
        }
}

@media (max-width: 575.98px) {
        .service-section-two .sec-title h2 {
                font-size: 29px;
        }
}

.service-section-two::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 665px;
        height: 466px;
        background-image: url(../images/background/home.png);
}

.service-block-two {
        margin-bottom: 32px;
}

.service-block-two .inner-box-two {
        height: 100%;
}

.service-block-two .inner-box-two .image {
        overflow: hidden;
}

.service-block-two .inner-box-two .image img {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.service-block-two .inner-box-two:hover .image img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
}

.service-block-two .inner-box {
        position: relative;
        background-color: var(--theme-color-light);
        padding: 47px 40px 44px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
        .service-block-two .inner-box {
                padding: 20px 28px 30px;
        }
}

.service-block-two .inner-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 95px;
        height: 11px;
        background-color: var(--theme-color1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
}

.service-block-two .inner-box:hover {
        background-color: var(--theme-color-dark);
}

.service-block-two .inner-box:hover::before {
        opacity: 1;
        visibility: visible;
        left: 40px;
}

.service-block-two .inner-box:hover .image-box .icon-box i {
        color: #fff;
}

.service-block-two .inner-box:hover .image-box .title {
        color: var(--theme-color-light);
}

.service-block-two .inner-box:hover .image-box .image {
        -webkit-transform: scale(-1) rotate(180deg);
        transform: scale(-1) rotate(180deg);
}

.service-block-two .inner-box:hover .image-box .image::before {
        background-color: var(--theme-color1);
}

.service-block-two .inner-box:hover .content-box .text {
        color: #adadad;
}

.service-block-two .inner-box .image-box {
        position: relative;
        padding-left: 93px;
        min-height: 58px;
        padding-top: 14px;
        margin-bottom: 22px;
}

@media (max-width: 1199.98px) {
        .service-block-two .inner-box .image-box {
                padding-left: 0;
        }
}

.service-block-two .inner-box .image-box .icon-box {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99;
}

.service-block-two .inner-box .image-box .icon-box i {
        font-size: 64px;
        color: #aa8453;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
        .service-block-two .inner-box .image-box .icon-box {
                position: static;
        }
}

.service-block-two .inner-box .image-box .icon-box::before {
        content: "";
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 30px;
        height: 30px;
        background-color: #f8f5f0;
        border-radius: 50%;
        z-index: -1;
}

.service-block-two .inner-box .image-box .title {
        margin-bottom: 18px;
}

.service-block-two .inner-box .content-box .text {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

/*** 