body {
    font-family: 'Lato', sans-serif !important;
    margin: 0 auto;
    color: #172B4D;
}
.main-section {
    padding-bottom: 50px;
}
h1 {
    font-size: 2.1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.main-section a {
    color: #E84C3D !important;
    text-decoration: none !important;
    background-color: transparent;
}
.main-section a:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.main-section .sub-section {
    margin: 0 auto;
    padding: 0 1em;
    width: 95%;
    max-width: 1260px;
    text-align: justify;
}
.page-title-section {
    padding: 4rem 1rem 1rem;
    text-align: center;
}
.page-title-section h1 {
    color: #172B4D;
    font-weight: bold;
    font-size: 2.1rem;
}
.page-title-section h2 {
    font-size: 1.3rem;
    color: #777777;
    font-weight: normal;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0.7rem;
    line-height: 1.2;
}
.top_side_img {
    width: 90% !important;
    padding-left: 100px;
}

    /* End Header Section  */

.features-list {
    padding: 0 50px 50px;
}
h3{
    margin-bottom: 0.7rem !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}
.feature-link {
    padding: 0 15px;
}
.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}
.sub-section a {
    color: #172B4D;
    text-decoration: none;
}
.sub-section a:hover {
    color: #172B4D;
    text-decoration: underline;
}
.feature_tour .features-list a {
    color: #172B4D;
    text-decoration: none;
}
    /* End Icon Section  */
.services {
    padding-top: 50px;
    background-color: #f8f9fa !important;
    text-align: left !important;
}
.section-title h2{
    margin-bottom: 0.7rem;
    font-size: 1.8rem !important;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 1em;
}
.bg-img-addons.feature-icons {
    height: 56px;
    width: 56px;
}
.fors a{
    font-weight: bold !important;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    color: #343a40 !important;
}
.fors a:hover{
    text-decoration: underline;
    color: #343a40 !important;
}
.services_text {
    padding: 7px 14px;
}
.text-normal {
    font-weight: bold !important;
    margin-bottom: 0.7rem;
    font-size: 1rem;
    color: #080a0b !important;
    padding: 0px 14px;
}
.services a:hover{
    color: #000000 !important;
}
.services .mb-md-5 {
    margin-bottom: 0rem!important;
}
    /* End Services Section  */

.cards {
    padding: 100px 0 1px;
}
.card-link-set.card-link-light .card-content {
    background: #D1EDFF;
    padding: 2em;
    text-align: left;
    font-size: 1rem;
    box-shadow: 0px 3px 0px rgb(0 0 0 / 18%);
    border-radius: 0.5em;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.card_left_side {
    margin-right: 50px !important;
}
.card_right_side {
    margin-left: 50px !important;
}
.for_border {
    border-color: #E84C3D !important;
    font-weight: bold !important;
    border-width: 2px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
.col-custom.card-content a:hover {
    background: #E84C3D !important;
    color: #fff !important;
    border-color: #E84C3D !important;
    text-decoration: none !important;
}
    /* End Card Section  */

.hero {
    background-color: #172b4d !important;
    color: white;
    padding: 10px 20px;
}
.hero .h2{
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
}
.action-banner .message {
    margin-bottom: 2em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.left_btn {
    background: #E84C3D !important;
    color: #FFFFFF !important;
    border-color: #E84C3D !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-transform: capitalize;
    font-weight: bold !important;
    border-width: 2px !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
}
.left_btn:hover {
    background: transparent !important;
    color: #E84C3D !important;
    border-color: #E84C3D !important;
    text-decoration: none !important;
}
.right_btn {
    background: transparent !important;
    color: #E84C3D !important;
    border-color: #E84C3D !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-transform: capitalize;
    font-weight: bold !important;
    border-width: 2px !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
}
.right_btn:hover {
    text-decoration: none !important;
    background: #E84C3D !important;
    color: #FFFFFF !important;
}

/* Media Query Section  */
@media screen and (max-width: 991px) {
    .top_side_img {
        width: 100% !important;
        padding-left: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .top_side_img {
        width: 85% !important;
        padding-left: 92px !important;
    }
    .cards {
        padding: 60px 0 15px !important;
    }
}
@media screen and (max-width: 645px) {
    .hero .my-4 {
        margin-top: 0rem!important;
    }
    .left_btn {
        font-size: 1rem !important;
    }
    .right_btn {
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 575px) {
    .top_side_img {
        width: 85% !important;
        padding-left: 50px !important;
    }
    .card_left_side {
        margin-right: 0px !important;
        margin-bottom: 40px;
    }
    .card_left_side {
        margin-right: 0px !important;
        margin-bottom: 40px;
    }
    .card_right_side {
        margin-left: 0px !important;
    }

    .hero {
        padding-top: 30px;
    }
    .hero .h2 {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 37px;
    }
    .left_btn {
        font-size: .9rem !important;
    }
    .right_btn {
        font-size: .9rem !important;
    }
    .hero .p-4 {
        padding: 0.5rem !important;
    }
}