body {
   font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #172B43;
    background-color: #fff;
}

body,
html {
    scroll-behavior: smooth;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    color: inherit;
}

a:hover,
a:focus,
button:focus,
input:focus {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.form-select:focus,
.form-control:focus {
    border-color: #082032;
    box-shadow: none;
}

p {
    color: #172B43;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

strong {
    font-weight: 700;
}

.fa-phone {
    transform: rotate(90deg);
}

/* Header */
.thm-header {
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
    z-index: 1000;
}

.thm-header .navbar-toggler {
    padding: 0;
    font-size: 36px;
}

.page-wrappers {
    margin-top: 63px;
}

.navbar-expand-lg {
    padding: 12px;
}

.thm-header .navbar .navbar-brand img {
    width: 200px;
}

.thm-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #052d51;
    margin-right: 20px;
}

.borders {
    color: #53D13A;
    top: 10px;
    position: relative;
    font-weight: 600;
    right: 10px;
}

/* Buttons */
.thm-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background-color: #53D13A;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
}

.thm-btn:hover {
    opacity: 0.8;
}

.thm-btn1 {
    font-size: 16px;
    font-weight: 600;
    color: #53D13A !important;
    background-color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #53D13A;
}

.thm-btn1:hover {
    background-color: #53D13A;
    color: #fff !important;
}

a.btn.thm-btn1 {
    background: #53D13A;
    color: #fff !important;
}

a.btn.thm-btn1:hover {
    background: green !important;
    color: #fff !important;
}

/* Hero Banner */
.hmg-banner {
    position: relative;
}

.hmg-banner video {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 750px;
}

.hmg-banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.setbanner {
    width: 100%;
    position: absolute;
    display: block;
    top: 35%;
    font-style: italic;
    padding: 10px;
    z-index: 10;
}

.setbanner span {
    font-size: 54px;
    display: block;
    margin-bottom: -11px;
    font-weight: bold;
}

.setbanner h1 {
    font-size: 63px;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.setbanner h5 {
    font-size: 54px;
    font-weight: bold;
    position: relative;
}

/* Sections */
.width-100 {
    width: 100%;
}

.marginauto {
    margin: 0 auto;
}

.main {
    width: 100%;
}

.desc p {
    font-size: 18px;
    line-height: 32px;
}

.DBMIBS {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #052d51;
    border-bottom: 5px solid gray;
}

.DBMIBS .inner-ibs h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin-bottom: 42px;
}

.DBMIBS .inner-ibs h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 100px;
    height: 4px;
    border-radius: 10px;
    background-color: #53D13A;
    transform: translate(-50%);
}

.inner-ibs {
    position: relative;
}

.DBMIBS .sec-inner-dbm p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}

.DBMIBS .thm-btn1 {
    margin-top: 25px;
}

/* Service / Features Section */
.service-section.DBMIBS {
    background-color: rgba(242, 241, 241, 1);
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-section-inner {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.service-section-inner .content {
    padding: 20px;
}

.service-section-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
}

.service-section-inner h3 {
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height: 40px;
}

.service-section-inner h3 a {
    color: #052d51;
}

.service-section-inner h3 a:hover {
    color: #c5352e;
}

.service-section-inner p {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 88px;
    min-height: 88px;
}

/* Feature cards v2 */
.service-section-inner2 {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.service-section-inner2 .content {
    padding: 20px;
}

.service-section-inner2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 0px;
}

.service-section-inner2 h3 {
    font-size: 32px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.service-section-inner2 h3 a {
    color: #052d51;
    font-size: 22px;
}

.service-section-inner2 h3 a:hover {
    color: #c5352e;
}

.service-section-inner2 p {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 150px;
    min-height: 150px;
}

/* Banner Section (for sub-pages) */
.banner-sectionnew {
    width: 100%;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-position: center;
}

.img-sec a {
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    font-size: 56px;
    display: inline-block;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 50%);
    padding: 20px 10px;
    width: 100%;
}

/* Page Banner for sub-pages */
.page-banner {
    background: #052d51;
    padding: 80px 0 60px;
    text-align: center;
    margin-top: 63px;
}

.page-banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.page-banner h1:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 4px;
    border-radius: 10px;
    background-color: #53D13A;
    transform: translate(-50%);
}

/* Contact Form */
.contact_field {
    padding: 40px;
}

.contact_field h3 {
    color: #052d51;
    font-size: 36px;
    margin-bottom: 20px;
}

.contact_form_submit {
    background: #052d51;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.contact_form_submit:hover {
    background: #53D13A;
}

.contact_info_sec {
    background: #052d51;
    color: #fff;
    padding: 40px;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.contact_info_sec h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact_info_sec p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.contact_info_sec a {
    color: #53D13A;
}

/* Footer */
.ftr-cus {
    background-color: #052d51;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #e9ecef;
}

.ftr-cus ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

.ftr-cus ul li a:hover {
    color: #c5352e !important;
    text-decoration: underline;
}

.ftr-cus h5 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
    margin-top: 30px;
}

.ftr-cus h5:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
    transform: translateX(-50%);
}

.ftr-cus h6 {
    font-size: 18px;
}

.ftr-cus h6 a {
    color: #e9ecef;
}

.ftr-cus h6 a:hover {
    color: #53D13A;
}

.ftr-social-links {
    display: none;
}

.copy-right-section {
    background-color: #052d51;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copy-right-section p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.ftr-bottom {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
}

.ftr-bottom ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #fff;
}

.ftr-bottom ul li:first-child {
    border-left: none;
}

.ftr-bottom ul li a:hover {
    color: #c5352e !important;
    text-decoration: underline;
}

/* Form styles */
.form-group {
    margin-bottom: 15px;
}

textarea.form-control.form-group {
    height: 123px;
}
