:root {
    --primary-color: #88247b; 
     --primary-dark: #4e1647; 
    --secondary-color: #ffffff; /* A gray for secondary actions */
    --text-dark: #000000;
    --link-color: #70506b;
    --text-light: #494848;
    --background-light: #d1d1d1f5;
      --background-color: #f5f5f5;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI',  sans-serif;
}
a{
    text-decoration: none;
    color: var(--link-color);
}
#fixed-header-spacer{
    height: 75px;
}
body{
    background: var(--background-color);
}
 /*  ////////////////////////// bedcrumbr */
.bedcrumb{
    background: linear-gradient(to right, rgba(168, 164, 168, 0.863), rgba(206, 145, 187, 0.836)), url(https://gulfgatescapita.com/imghost/blog-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    max-height: 170px;
    min-height: 168px;
    padding: 70px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.bedcrumb-home a{
    color: var(--primary-color);
    font-size: 30px;
    padding-right: 20px;
    text-transform: uppercase;
}
.bedcrumb-title{
    color: var(--secondary-color);
    font-size: 27px;
    padding-left: 20px;
}
.bedcrumb-chevron-right{
    font-size: 12px;
    color: var(--secondary-color);
}
 /*  ////////////////////////// bedcrumbr ends */
@media (max-width: 760px) {
    #fixed-header-spacer{
    height: 65px;
}
    /*  ////////////////////////// bedcrumbr */
.bedcrumb{
    max-height: 70px;
    min-height: 68px;
    padding: 20px 20px;
    text-align: center;
}
.bedcrumb-home{padding-right: 10px; font-size: 25px;}
.bedcrumb-title{ font-size: 23px;}
 /*  ////////////////////////// bedcrumbr ends */

}:root {
    --primary-color: #88247b; 
     --primary-dark: #4e1647; 
    --secondary-color: #ffffff; /* A gray for secondary actions */
    --text-dark: #000000;
    --link-color: #70506b;
    --text-light: #494848;
    --background-light: #d1d1d1f5;
      --background-color: #f5f5f5;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI',  sans-serif;
}
a{
    text-decoration: none;
    color: var(--link-color);
}
#fixed-header-spacer{
    height: 90px;
}
body{
    background: var(--background-color);
}
 /*  ////////////////////////// bedcrumbr */
.bedcrumb{
    background: linear-gradient(to right, rgba(168, 164, 168, 0.863), rgba(206, 145, 187, 0.836)), url(https://gulfgatescapita.com/imghost/blog-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    max-height: 170px;
    min-height: 168px;
    padding: 70px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.bedcrumb-home a{
    color: var(--primary-color);
    font-size: 30px;
    padding-right: 20px;
    text-transform: uppercase;
}
.bedcrumb-title{
    color: var(--secondary-color);
    font-size: 27px;
    padding-left: 20px;
}
.bedcrumb-chevron-right{
    font-size: 12px;
    color: var(--secondary-color);
}
 /*  ////////////////////////// bedcrumbr ends */
@media (max-width: 760px) {
    #fixed-header-spacer{
    height: 65px;
}
    /*  ////////////////////////// bedcrumbr */
.bedcrumb{
    max-height: 70px;
    min-height: 68px;
    padding: 20px 20px;
    text-align: center;
}
.bedcrumb-home{padding-right: 10px; font-size: 25px;}
.bedcrumb-title{ font-size: 23px;}
 /*  ////////////////////////// bedcrumbr ends */

}