body {
    font-family: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    background: #f6f6f6;
}
.container,
.et_pb_row {
    max-width: 1440px;
    width: 90%;
}
a.et_pb_button:after {
    display: none;
}
a.et_pb_button,
.main-btn,
.row-box.btn-row input[type="submit"] {
    background: #ff7000;
    border: 2px solid #ff7000 !important;
    border-radius: 0px;
    font-size: 20px;
    line-height: 34px !important;
    font-weight: 700;
    padding: 8px 40px !important;
    transition: 0.5s all ease-in;
    color: #fff;
    cursor: pointer;
}
a.et_pb_button:hover,
.main-btn:hover,
.row-box.btn-row input[type="submit"]:hover {
    background: #213f9a !important;
    border-color: #213f9a !important;
}
h1 {
    font-size: 72px;
    line-height: 75px;
    font-weight: 600;
}
h2 {
    font-size: 60px;
    line-height: 65px;
}
h3 {
    font-size: 36px !important;
    line-height: 40px;
}
h4 {
    font-size: 30px;
    line-height: 36px;
}
h5 {
    font-size: 22px;
    line-height: 30px;
}
p, li {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.et_pb_text ul li {
    margin-bottom: 15px;
}
.clr-white h1,
.clr-white h2,
.clr-white h3,
.clr-white h4,
.clr-white h5,
.clr-white h6,
.clr-white p {
    color: #fff !important;
}
.content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.bg-resize-img {
    max-width: 1440px;
    width: 90%;
    margin: auto;
}
.bg-overlay:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}
.bg-overlay {
    position: relative;
}
.ornge-overlay::after {
    background: linear-gradient(to left, rgba(245, 246, 252, 0.0), rgba(244, 121, 32, 0.4));
}
.et_pb_section .learn-mre-btn {
    color: #213f9a;
    background: transparent;
    padding: 0px !important;
    border: 0px !important;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.et_pb_section.clr-white .learn-mre-btn {
    color: #fff;
}
.et_pb_section.clr-white .learn-mre-btn:after {
    color: #fff;
}
.et_pb_section .learn-mre-btn:after {
    content: "\35";
    position: absolute;
    display: inline-block;
    right: -15px;
    top: 6px;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0px;
    color: #213f9a;
    font-size: 24px;
}
.et_pb_section .learn-mre-btn:hover:after {
    color: #ff7000;
}
.pd-100 {
    padding: 100px 0px !important;
}
.main-title-sml h4 {
    color: #ff7000;
}
.main-title-sml h2 {
    font-weight: 600;
}
.sub-banner h3 {
    font-size: 26px !important;
    padding-bottom: 0px;
    padding-top: 15px;
}
.main-title-sml a {
    color: #213f9a;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.main-title-sml a:hover {
    color: #ff7000;
}
.sub-pg-bnr p {
    font-size: 26px;
    line-height: 32px;
    padding-top: 50px;
}
.sub-pg-bnr .et_pb_row .et_pb_column {
    max-width: 500px;
    margin: auto;
}
div.et_pb_section.sub-pg-bnr {
    padding-bottom: 100px !important;
}
span.et_pb_scroll_top {
    background: #ff7000 !important;
    border-radius: 0px !important;
    right: 20px !important;
    bottom: 50px !important;
    border: 2px solid #ff7000 !important;
}
span.et_pb_scroll_top:hover {
    background: #213f9a !important;
    border-color: #213f9a !important;
    transition: .3s all ease-in;
}