body {
    font-family: 'Poppins', sans-serif;
}

header {
    margin-bottom: 43px;
}

button.btn.btn-primary {
    border-radius: 40px;
    background-color: #0075FF;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    padding: 9px 30px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 50px;
    --bs-link-color-rgb: aliceblue !important;
}

nav.navbar.navbar-expand-lg #navbarSupportedContent ul li a {
    color: #060000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    margin: 0 16px;
}

a.navbar-brand {
    color: #202A36;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.topbannerarea p {
    color: #696969;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

h2.sectiontitle {
    color: #202A36;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.bannercontent {
    margin-top: 6%;
}

.topbannerimage {
    position: relative;
    margin-bottom: 40px;
}

.topbannerimage>img {
    border-radius: 13px;
    position: relative;
    top: 20px;
    left: 20px;
}

.topbannerimage:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17.093px;
    border: 3.205px solid #0075FF;
}

/*Section title css*/
section.sectionwrapper {
    margin: 50px 0;
}

.titlecontainer {
    text-align: center;
    margin-bottom: 40px;
}

.titlecontainer>p {
    margin-bottom: 4px;
    color: #0075FF;
    text-align: center;
    font-size: 19.229px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.923px;
    text-transform: uppercase;
}

/*Mid Section*/
.ourExpertiseimage {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
}

.captionwrapper>h4 {
    color: #FFF;
    text-align: center;
    font-size: 18.986px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 14px 0;
}

.captionwrapper {
    text-align: center;
    background: rgba(0, 0, 0, 0.50);
    width: 388.605px;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.titlelabel {
    border-radius: 30px;
    background: #0075FF;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 6px 30px;
    width: fit-content;
    margin-bottom: 13px;
}

.ourExpertisecontent p {
    color: #696969;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.049px; /* 160.245% */
}
.flexverticalalign {
    display: flex;
    align-items: center;
}
.ourExpertisecontent > a {
    color: #88BEFD;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    float: right;
}
.ourvalueimage > img {
    width: 90%;
}
.ourExpertisecontent > ul {
    list-style: none;
    padding: 0;
}
.ourExpertisecontent > ul > li > p > span {
    color: #0075FF;
}
.contactfootwrapper {
    text-align: center;
    background-color: #fff;
    border: 31px solid #0075FF;
    padding: 30px;
    border-radius: 20px;
}
.contactfootwrapper {
    text-align: center;
    background-color: #fff;
    border: 31px solid #0075FF;
    padding: 30px;
    border-radius: 20px;
}
.contactsection p {
    color: #696969;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.049px;
}


footer {
    background-color: #70B2FF;
    color: #fff;
    padding: 33px 0 16px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.footerlogo > a {
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    top: -3px;
}

.footmenu > ul {
    list-style: none;
    padding: 0;
}

.footmenu {
    display: flex;
    justify-content: space-between;
}

.footmenu > ul > li {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.footmenu > ul > li:last-child {
    margin-bottom: 0;
}
.copyright > p {
    margin: 0;
    text-align: right;
    font-size: 19px;
    margin-top: 7px;
}
