.breadcrumb-style1 {
    position: relative;
    display: block;
    padding: 174px 0px 0px;
    z-index: 1;
}
.breadcrumb-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 54px;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.breadcrumb-style1__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--thm-black-rgb), 0.6);
    content: "";
    z-index: -2;
}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}
.text-center {
    text-align: center !important;
}
.breadcrumb-style1__inner {
    position: relative;
    display: block;
    padding-bottom: 172px;
}
.breadcrumb-style1__inner h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: var(--thm-font);
}
:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-font-2: 'Poppins', sans-serif;
    --thm-gray: #676767;
    --thm-gray-rgb: 103, 103, 103; 
    --thm-base-rgb: 235, 41, 44;
    --thm-black: #000000;
    --thm-black-rgb: 0, 0, 0;
    --thm-primary: #ffb400;
    --thm-primary-rgb: 255, 180, 0;
}

.breadcrumb-style1__bottom {
    position: relative;
    display: block;
    background: #F6F6F6;
    padding: 12px 0px 11px;
    z-index: 2;
}

.breadcrumb-style1__bottom-menu {
    position: relative;
    display: block;
}
.breadcrumb-style1__bottom-menu ul {
    position: relative;
    display: block;
}
.breadcrumb-style1__bottom-menu ul li {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 5px;
    font-family: var(--thm-font);
}
.breadcrumb-style1__bottom-menu ul li:first-child {
    margin-left: 0px;
}

.breadcrumb-style1__bottom-menu ul li a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-style1__bottom-menu ul li:last-child {
    margin-right: 0px;
}


p 
{
    margin-bottom: 15px;
    color:#000;
}


.instant-services-style1__content-bottom-single ul li .text a
{
    font-size: 17px;
}


.instant-services-style1__content-bottom-single
{
    margin-top: 20px;
    margin-top: 20px;
}


.breadcrumb-style1__bg
{
    background: #0603b7;
}
.breadcrumb-style1
{
    padding: 74px 0px 0px;
}
.breadcrumb-style1__inner
{
    padding-bottom: 62px;
}

.newslettar p a 
{
    color: #000;
}