/* container */

.container-xxl {
    max-width: 1792px;
}

.container-xl {
    max-width: 1460px;
}

.container-lg {
    max-width: 1366px;
}

.container {
    /* max-width: 1280px; */
    max-width: 1170px;
}

.homepage_service {
    background-image: linear-gradient(77.65deg, #dadadb 10.75%, #e9ecf0 139.37%);
}

/* spacing */

.section-padding,
.section-padding-t {
    /*  padding-top: 55px; */
    padding-top: 20px;
}

.section-padding,
.section-padding-b {
    padding-bottom: 55px;
}

/* font family */

.font-primary {
    font-family: var(--font-primary);
}

/* font size */

.fs-1 {
    /* font-size: 180% !important; */
    font-size: 120% !important;
}

.fs-4 {
    font-size: 110% !important;
}

.fs-7 {
    font-size: 93% !important;
}

.fs-8 {
    font-size: 88% !important;
}

.display-4 {
    font-size: 200.5%;
}

/* font weight */

.fw-medium {
    font-weight: 500 !important;
    color: #6789c7;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* img style */

.img-cover {
    width: 100%;
    /*  height: 100%; */
    height: 77%;
    object-fit: cover;
}

/* Img map Style - created by Nivetha 09-09-2022*/

.img-cover-map {
    width: 450px;
    height: 100%;
    object-fit: cover;
}

/**/

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* cursor */

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

/* icon style start */

.icon {
    fill: currentColor;
}

.icon-xs {
    width: 16px;
    height: 16px;
}

.icon-sm {
    width: 20px;
    height: 20px;
}

.icon-lg {
    width: 55px;
    height: 55px;
}

.icon-xl {
    width: 68px;
    height: 68px;
}

/* icon style end */