/* custom style-sheet */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
body {
    font-family: "Rubik", sans-serif;
    color: rgb(0, 48, 90);
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
a.navbar-brand img {
    max-width: 200px;
}
nav.main-nav {
    background-color: #ffeee0;
    border-bottom: 1px solid #fed9ba;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
nav.main-nav .navbar-nav .nav-item .nav-link {
    color: #00305a;
    font-size: 20px;
    padding: 0 20px;
}
nav.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #ec6608;
}
.header-needhelp .media h2 {
    color: rgb(236, 102, 8);
    font-size: 28px;
    margin: 0;
}
.header-needhelp .media img {
    margin-right: 10px;
}
.header-needhelp .media p {
    font-size: 14px;
}
.main-banner {
    background-color: #ffeee0;
    padding-bottom: 250px;
}
.main-banner-content h2 {
    font-size: 66px;
    line-height: 92px;
    margin-bottom: 30px;
}
.main-banner-content h2 span {
    color: rgb(236, 102, 8);
}
.banner-point {
    box-shadow: 0 0 24px rgb(204 204 204), 0 44px 74px rgb(27 22 66 / 6%);
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.banner-point .media img {
    width: 24px;
    margin-right: 8px;
}
.banner-point .media h6 {
    color: rgb(236, 102, 8);
    font-size: 16px;
    margin-bottom: 0;
}
.banner-point .media p {
    font-size: 14px;
}
.main-banner-content {
    padding-top: 140px;
    padding-bottom: 50px;
}
.main-banner-image img {
    width: 740px;
    max-width: unset;
}
.owed-section-inner {
    box-shadow: 0 0 24px rgb(204 204 204), 0 44px 74px rgb(27 22 66 / 6%);
    border-radius: 4px;
    padding: 50px;
    margin-top: -150px;
    background-color: #fff;
}
.title {
    font-size: 44px;
    margin-bottom: 20px;
}
.divider1 {
    height: 120px;
}
.we-work {
    padding: 120px 0;
    text-align: center;
}
.we-work-inner {
    max-width: 800px;
    margin: 0 auto;
}
.we-work-inner p {
    font-size: 20px;
    margin-bottom: 30px;
}
a.theme-btn.btn {
    background: rgba(236, 102, 8, 1);
    width: 220px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    line-height: 45px;
    border: 1px solid rgba(236, 102, 8, 1);
}
a.theme-btn.btn:hover {
    background-color: #fff;
    color: rgba(236, 102, 8, 1);
}
.three-steps {
    background: rgba(0, 48, 90, 1);
    padding: 120px;
    color: #fff;
}
.three-steps-title h2 {
    color: rgb(236, 102, 8);
    line-height: 65px;
    font-size: 50px;
    margin: 0;
}
.three-steps-list ul li {
    position: relative;
    font-size: 24px;
    padding-left: 65px;
    margin-bottom: 54px;
}
.three-steps-list ul li:last-child {
    margin-bottom: 0;
}
.three-steps-list ul li span {
    background: rgba(236, 102, 8, 1);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.your-business {
    padding: 100px 0;
}
.business-item {
    margin-top: 55px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.business-item img {
    max-width: 145px;
    margin-bottom: 25px;
}
.business-item h3 {
    margin-bottom: 15px;
    font-size: 30px;
}
.business-item p,
.sub-title {
    font-size: 20px;
}
.choose-us {
    background-color: #ffeee0;
    padding: 100px 0;
}
.choose-table {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 50px;
}
.choose-table table thead tr th {
    background-color: #ffe3cc;
    box-shadow: none;
    font-size: 24px;
    font-weight: 500;
}
.choose-table table thead tr th:first-child {
    width: 50%;
    text-align: left;
}
.choose-table table tbody tr td:first-child {
    width: 50%;
    text-align: left;
}
.choose-table table {
    vertical-align: middle;
}
.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #ffeee0;
    color: rgb(0, 48, 90);
    box-shadow: none;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #ffe3cc;
    color: rgb(0, 48, 90);
    box-shadow: none;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: rgb(0, 48, 90);
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.research {
    background: rgba(236, 102, 8, 1);
    padding: 60px 0;
}
.research-content p {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.research-content p span {
    color: rgb(0, 48, 90);
}
.partnered {
    padding: 100px 0;
    background-color: #ffeee0;
}
.partnered ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}
.partnered ul li {
    margin-top: 30px;
}
.reviews-left .text-center {
    background: rgba(0, 48, 90, 1);
    color: #fff;
    padding: 70px 40px;
}
.reviews-left .text-center > p {
    font-size: 18px;
    font-style: italic;
    padding: 35px 0;
}
.user-info img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 20px;
}
.user-info h2 {
    font-size: 25px;
}
.reviews-right {
    position: relative;
    width: 100%;
    height: 100%;
}
.clients-saying::after {
    content: "";
    background-image: url(../images/quotes.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom right;
}
.get-Insursnce {
    background: rgba(236, 102, 8, 1);
    height: 100%;
    padding: 80px;
}
.get-Insursnce p {
    color: #fff;
    font-size: 18px;
}
.get-Insursnce img {
    margin-bottom: 20px;
}
.footer-top {
    background: rgba(0, 48, 90, 1);
    color: #fff;
    padding: 100px 0;
    border-bottom: 1px solid #fff;
}
.footer-logo {
    max-width: 450px;
}
.footer-logo p {
    font-size: 20px;
}
.footer-list h3 {
    margin-bottom: 40px;
}
.footer-list ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.footer-list ul li a span {
    text-decoration: underline;
}
.footer-bottom {
    background-color: #00305a;
    padding: 40px 0;
    color: #fff;
}
.footer-bottom p {
    font-size: 18px;
}
.footer-bottom ul {
    text-align: right;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    font-size: 24px;
    color: #fff;
    margin-left: 25px;
}
.footer-bottom ul li a:hover {
    color: rgba(236, 102, 8, 1);
}
.post, .page {
    margin: 0;
}