/*Common Section*/
@font-face {
    font-family: 'Mulish';
    src: url(../fonts/mulish/Mulish-Regular.ttf);
}

@font-face {
    font-family: 'Marcellus';
    src: url(../fonts/marcellus/Marcellus-Regular.ttf);
}

body {
    transition: background-color .5s;
    background-color: white;

}

html {
    scroll-behavior: smooth;
}

:root {
    --themeColor: #000F30;
    --themeColorRGBA: rgba(0, 15, 48, 1);
    --buttonColor: #08814C;
    --secondaryColor: #C8A856;
    --secColor : #930077;
    --secColorRGBA:rgba(45,170,158,1);
    --bgColor: #F0F8FF;
    --primaryTextColor: #1A1A1A;
    --secondaryTextColor: #4A4A4A; 
    --fontFamilyMulish: 'Mulish';
    --fontFamilyMarcellus: 'Marcellus';
    --font-weight-bold: 700;
    --font-weight-regular: 400;
    --line-height: 1.5;
    --color-white: white;
    --line-height-titles: 1.2;
    --grid-gap: 40px 60px;
    --box-shadow10: 1px 5px 10px 0px #F2F7FA;
    --box-shadow20: 1px 5px 20px 0px #F2F7FA;
    --box-shadow40: 0 .5rem 2rem rgba(0, 0, 0, .1);
    --box-shadow50: 0 .5rem 2rem rgba(0, 0, 0, .2);
    --Approved: #239B56;
    --New: #B03A2E;
    --InProgress: #F39C12;
    --OnHold: #FF5733;
    --Closed: #2ECC71;
    --Assigned: #0096CC;
    --themeColorRGBA01: rgba(0, 15, 48, 0.1);
    --themeColorRGBA02: rgba(0, 15, 48, 0.2);
    --themeColorRGBA03: rgba(0, 15, 48, 0.3);
    --themeColorRGBA04: rgba(0, 15, 48, 0.4);
    --themeColorRGBA05: rgba(0, 15, 48, 0.5);
    --themeColorRGBA06: rgba(0, 15, 48, 0.6);
    --themeColorRGBA07: rgba(0, 15, 48, 0.7);
    --themeColorRGBA08: rgba(0, 15, 48, 0.8);
    --themeColorRGBA09: rgba(0, 15, 48, 0.9);
    --bgImage: linear-gradient(to right top, #000f30, 
        #1a194a, #3e1d60, #67196f, #930077);
}

h1,
h2,
h3 {
    color: var(--primary-text-color);
    font-family: var(--fontFamilyProductSans);
}

h4,
h5,
h6,
p {
    color: var(--secondary-text-color);
    font-family: var(--fontFamilyMulish);
}


.hidden_section {
    height: 55px;
    background-color: red;
}

.paggignationHeader h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 0.9em;
    padding-bottom: 15px;
    color: var(--themeColor);
}

.paggignationHeader h3 a {
    color: var(--themeColor);
    font-weight: bold;
    text-decoration: none;
}

/*Common Section*/

/*NAVBAR*/

/*NAVBAR*/

/*Common Styles*/

.SectionHeadComp span {
    background-color: var(--secondaryColor);
    color: white;
    border-radius: 40px;
    text-align: center;
    padding: 10px 25px
}

.SectionHeadComp h2 {
    font-weight: bold;
    text-align: left;
    color: var(--primaryTextColor);
    letter-spacing: 1px;
    line-height: 45px;
    font-size: 2.5em;
}

.SectionHeadComp h5 {
    font-size: 1.2em;
    line-height: 25px;
    color: var(--secondaryTextColor);
}

/*Common Styles*/

 