/* Featured Title
-------------------------------------------------------------- */
#featured-title .featured-title-heading-page {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    font-weight: 700;
}
.featured-title-inner-wrap-page {
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* ****************************************/

#featured-title{
    min-height: 530px;
}
#featured-title-inner {
    min-height: 310px;
}
.terms-conditions-banner {
    background: url("../images/banners/term-Of-uses-banner-image.jpg") no-repeat center center;
    position: relative;
    background-position: center top;
}
.aboutUs-banner {
    background: url("../images/banners/about-us.jpg") no-repeat center center;
    position: relative;
    background-position: center top;
}
.privacy-policy-banner {
    background: url("../images/banners/privacy-policy-Banner-image.jpg") no-repeat center center;
    position: relative;
    background-position: center top;
}
.career-banner {
    background: url("../images/banners/job- banner-image.jpg") no-repeat center center;
    position: relative;
    background-position: center top;
}
.contact-banner {
    background: url("../images/banners/contact-us-banner.jpg") no-repeat center center;
    position: relative;
    background-position: center top;
    margin-bottom: 20px;
}

.text-dark{
    color: #0e204d !important;
}

.card {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin: 50px 70px;
}

.terms-inner p {
    color: #333333;
    line-height: 1.8; /* Increased line-height */
    margin-bottom: 1.5em; /* Increased margin-bottom */
    font-size: 18px; /* Increased font size */
}

.terms-inner ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1.5em; /* Increased margin-bottom */
}

.terms-inner li {
    margin-bottom: 0.75em; /* Increased margin-bottom */
    color: #555555;
    font-size: 18px; /* Increased font size */
}


/* contact us page */
.box>.icon {
    text-align: center;
    position: relative;
}
.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #076155;
    vertical-align: middle;
}
.box>.icon:hover>.image {
    background: #333;
}
.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}
.box>.icon:hover>.image>i {
    color: white !important;
}
.box>.icon>.info {
    margin-top: -24px;
    padding: 15px 0 22px 0;
    box-shadow: 0 0 10px rgba(9, 39, 78, 20%);
    min-height: 184px;
    background: #0f5397;
    font-size: 18px;
    line-height: 31px;
}
.box>.icon>.info:hover {
    animation: pulse-effect 0.6s linear;
}
.box>.icon>.info a {
    color: #fff;
}
.box>.icon>.info .title {
    color: #fff;
}


/* Contact form 7 */
.centered-container {
    width: 90%;
    margin-left: 90px;
}

.form-control {
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    padding: 11px 25px;
    background-color: #fff;
    font-size: 16px;
    line-height: inherit;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    text-shadow: none;
}
