* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;  
    color: #555454;
}

hr {
    margin: 15px 0;
    background: #ccc;
    height: 1px;
    border-color: #fff;
}
img {
    width: 100%;
}
ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
    color: #555454;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}

p a {
    word-wrap: break-word;
}

p span {
    color: #581212;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.red-p {
    color: #C93733;
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px 0;
    margin: auto;
}

.b-heading,
.r-heading {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    color: #581212;
    margin-bottom: 10px;

}

.b-heading {
    color: #000000;
}

/* header css start */
.header {
    background: #ffffff;
    padding: 18px 0;
    width: 100%;
    transition: all ease-in 0.2s;
}

header.header.newClass {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    transition: all ease-out 0.2s;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.nav-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation li {
    display: inline-block;
    position: relative;
}

.navigation li a {
    color: #555454;
    padding: 8px 12px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

/* mobile */
.navigation .resp-menu {
    display: none;
    width: 41px;
    height: 38px;
    padding: 8px 6px;
    border: 2px solid #be3730;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.navigation .resp-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #be3730;
    border-radius: 2px;
    box-sizing: border-box;
}

.navigation .resp-menu span:nth-of-type(2) {
    margin: 6px 0;
}

.logo {
    display: flex;
    align-items: center;
    height: 50px;
}

.logo span {
    color: #555454;
    padding: 0 10px;
    font-size: 24px;
    margin: 0 10px;
    border-left: 3px solid #555454;
}

/* header css start */

/* banner */
.banner-sec {
    position: relative;
    overflow: hidden;
}

.banner-top-sec {
    background: #C93733;
    padding: 40px 0 40px;
    min-height: 500px;
}

.banner-sec .banner-content {
    width: 100%;
    max-width: 975px;
    margin: auto;
}

h1 {
    font-size: 54px;
    color: #ffffff;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 30px;

}

.banner-content ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
}

.banner-content ul li img {
    width: 20px;
    height: 20px;
}

.banner-content ul li span {
    margin-left: 12px;
}

.bottom-banner {
    position: relative;
    margin-top: -160px;
    width: 100%;
}

.bottom-banner .img {
    max-width: 975px;
    margin: auto;
    height: auto;
}

.bottom-banner .img img {
    width: 100%;
    height: auto;
    display: block;
}

/* banner */
/* main sec */
.small-container {
    max-width: 800px;
    margin: auto;
    padding: 20px 0;
}

.data-items {
    padding: 10px 0;
}

.data-items .img {
    width: 100%;
    height: auto;
}

.data-items .img img {
    width: 100%;
    height: 100%;
}

.data-items ol,
.data-items ul {
    padding: 0 0px 20px 40px;
}
.data-items ul li ul {
    padding: 0px 0px 0px 40px;
}

.data-items ol li,
.data-items ul li {
    list-style: disc;
    line-height: 32px;
    color: #555454;
    font-size: 18px;
    font-weight: 300;
}

.our-teams-member {
    border-top: 1px solid #ccc;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.our-teams-member ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-teams-member ul li {
    list-style: none;
    width: 49%;
}

.our-teams-member ul li .des {
    display: flex;
    align-items: center;
    justify-content: start;
}

.our-teams-member ul li .des .img {
    width: 130px;
    height: 130px;
    position: relative;
}

.our-teams-member ul li .des .img img {
    width: 100%;
    height: 100%;
}

.our-teams-member ul li .des .text {
    width: calc(100% - 133px);
    padding-left: 10px;
}

.our-teams-member ul li .des .text p {
    font-size: 16px;
    line-height: 24px;
}

.small-h {
    font-size: 22px;
    color: #C93733;
    line-height: 32px;
    font-weight: 600;
}

.Disclaimer {
    color: #000000;
    font-weight: 500;
    margin-top: 40px;

}

.Disclaimer span {
    color: #555454;
}

.our-teams-member ul li .des .img a {
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 0;
    right: 5px;
}

/* footer */
/* .footer {
    background: #565656;
    padding: 20px 0;

}

.footer-des P {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
}

.footer-des P a {
    color: #ffffff;
    text-decoration: underline;
} */

.footer {
    background: #37363A;
    padding-top: 50px;
    position: relative;
    margin-top: 30px;
}

.footer:before {
    content: '';
    position: absolute;
    background: url(../images/dots.png) bottom left repeat;
    background-size: contain;
    left: 0px;
    bottom: auto;
    height: 24px;
    width: 100%;
    top: -25px;
}

.heading-wrapper.line {
    margin-bottom: 60px;
}

.footer .heading-wrapper.line .heading {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    font-weight: 300;
}

.heading-wrapper.line .heading::before {
    content: '';
    position: absolute;
    max-width: 400px;
    height: 1px;
    background: #BBB9BA;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 0;
}

.heading-wrapper.line .heading::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 100px;
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin: auto;
    z-index: 1;
}

.footer .social-links {
    display: flex;
    justify-content: space-between;
}

.footer .social-links img {
    max-width: 36px;
}

.footer .social-links .left {
    display: inline-flex;
    align-items: center;
}

.footer .social-links .left img {
    margin-right: 6px;
}

.footer .social-links .left a {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer .social-links .right {
    column-gap: 30px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.footer p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding-top: 30px;
}

.footer p a {
    color: #fff;
}

.copyright {
    text-decoration: none;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
}

.copyright a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
}

.copyright a:hover {
    text-decoration: underline;
}
.content-list li{
    margin-bottom: 20px;
}
.content-list li p span{
    color: #581212;
}

/* footer */

/* responsive */
@media screen and (max-width:1199px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width:992px) {
    h1 {
        font-size: 40px;
        margin-bottom: 15px;
        max-width: 750px;
    }
}

@media screen and (max-width:767px) {
    .navigation ul {
        display: none;
        position: absolute;
        right: 0;
        top: 86px;
        z-index: 99;
        width: 203px;
        background: #a31b19;
        border-radius: 4px;
        padding: 5px 0;
    }

    .navigation ul li,
    .navigation ul li a {
        width: 100%;
        visibility: visible !important;
        color: #ffffff;
    }

    .navigation .resp-menu {
        display: block;
    }

    .em-two-content>ul li {
        width: 100%;
    }

    h1 {
        font-size: 32px;
        line-height: 50px;
        max-width: 600px;
    }

    .banner-top-sec {
        min-height: 100%;
    }

    .bottom-banner {
        margin-top: 0px;
    }

    .our-teams-member ul {
        row-gap: 20px;
    }

    .our-teams-member ul li {
        width: 100%;
    }

}

@media screen and (max-width:599px) {
    h1 {
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }

    .banner-content ul li {
        justify-content: center;
        font-size: 14px;
    }

    .small-h {
        font-size: 18px;
    }

    .our-teams-member ul li .des {
        flex-wrap: wrap
    }

    .our-teams-member ul li .des .img {
        margin: auto;
    }

    .our-teams-member ul li .des .text {
        width: 100%;
        text-align: center;
    }

    .b-heading,
    .r-heading {
        font-size: 24px;
        line-height: 30px;
    }
}

.data-items b{
    color: #000000;
}
.data-items ol li{
    list-style: auto;
}
.our-teams-member-new{
        border-top: 0px solid #ccc;
        padding: 0px 0px 25px 0px;;
        border-bottom: 1px solid #ccc;
}