:root {}

@font-face {
    font-family: "Manrope", serif;
    src: url(../font/Manrope-Regular.ttf);
    font-style: normal;
    display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 20px;
    line-height: 1.4;
    color: #000000 !important;
}

html,
body {
    font-family: "Manrope", sans-serif !important;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}

ul,
figure {
    margin: 0;
    padding: 0;
}

.custom-container-sm {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 25px;
}

.custom-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
}

.custom-container-full {
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
}



div p {
    font-size: 15px;
    line-height: 1.6;
}

.common-heading {
    max-width: 570px;
    text-align: center;
    margin: 0 auto 40px;
}

.common-heading h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.common-text {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}

/* common css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Manrope", sans-serif !important;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #000000;

}



p {
    color: #000000;
}

.relative,
.common-banner {
    position: relative;
}

.common-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: rgb(0 0 0 / 75%);
}


/* flex and grid css */
.grid {
    display: grid;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: start;
}

.space-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.space-end {
    justify-content: end;
}

.grid-2 {
    grid-template-columns: auto auto;
    column-gap: 50px;
}

.grid-3 {
    grid-template-columns: auto auto auto;
    column-gap: 30px;
}

.grid-4 {
    grid-template-columns: auto auto auto auto;
    column-gap: 25px;
}

.grid-5 {
    grid-template-columns: auto auto auto auto auto;
    column-gap: 20px;
}

.grid-6 {
    grid-template-columns: auto auto auto auto auto auto;
    column-gap: 20px;
}

.grid-8 {
    grid-template-columns: auto auto auto auto auto auto auto auto;
    column-gap: 20px;
}


/* column css */


.col-half {
    width: 48%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 32%;
}

.col-4 {
    width: 24%;
}

.col-5 {
    width: 30%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 68%;
}

/* form css */

label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.form-group {
    width: 100%;
}

.form-control {
    width: 100%;
    font-family: "Manrope", sans-serif !important;
    font-size: 15px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

input[type="date"] {
    width: 100%;
    display: block;
}

select option {
    width: 100%;
    display: block;
    color: #000;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 88%;
}

.w-70 {
    width: 68%;
}

.w-50 {
    width: 48%;
}

.w-32 {
    width: 32%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 24%;
}

.w-20 {
    width: 19%;
}

.w-15 {
    width: 15%;
}

button {
    outline: none;
    border: none;
}


/* common margin */
.my {
    margin: 50px 0;
}

.my-20 {
    margin: 20px 0;
}

.mt-top-10 {
    margin-top: 10px;
}

.mt-top-20 {
    margin-top: 20px;
}

/* common padding css */
.py {
    padding: 50px 0;
}

.px {
    padding: 0 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mobile-veiw {
    display: none;
}

/*common table  css*/
.overflow-x,
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table-responsive .common-table tr {
    background-color: #000;
    color: #fff;
}

.table-responsive .common-table tr th,
.table-responsive .common-table tr td {
    border: 1px solid #dddd;
    padding: 10px;
}

.table-responsive .common-table tbody tr:nth-child(even) {
    background-color: #dddddd;
}

/* Scrollbar Styling */
/* ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
} */


/* breadcrumb css start  */

.breadcrumb-sec .breadcrumb {
    margin-bottom: 0;
}


.breadcrumb li {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
    color: #000000;
}

.breadcrumb li a {
    font-size: 14px;
    color: hsl(120, 2%, 10%);
    transition: all 0.4s ease-in-out;
}

.breadcrumb li:nth-last-of-type(1) {
    margin-right: 0;
}