.topbar-main{
    background: #545b5b!important;
}
.left-side-main-details{
    color: #fff!important;
}
.right-side-details a{
    color: #fff!important;
}
.background-view{
    background: #ffffffeb;
}
.side-border{
    border-color: #0093dd!important;
}
.testimonial-area {
    position: relative;
    z-index: 1;
}
.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #565656;
    margin-left: auto;
    margin-right: auto;
}
.rounded {
    border-radius: 0.25rem!important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-control {
    border-radius: 0;
    background-color: #f5f5f5!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    transition: .5s;
    border: none!important;
    height: 50px;
    padding-left: 15px;
    color: #262e2e;
    font-size: 14px;
    font-weight: 500;
}
.download-box{
    margin-top: 10px;
    height:auto;
    padding: 10px;
}
.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #565656;
    font-size: 25px;
    font-weight: 600;
}
.maps {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.projects-details-info {
    -webkit-box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 30px;
    margin-left: 15px;
    border-top: 3px solid #565656;
    border-bottom: 3px solid #565656;
}
.projects-details-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.projects-details-info ul li {
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    color: #242424;
    border-bottom: 1px solid #eee;
    padding-left: 45px;
    padding-bottom: 20px;
}
.projects-details-info ul li i {
    left: 0;
    top: 3px;
    line-height: 1;
    font-size: 30px;
    position: absolute;
    color: #565656;
}
.projects-details-info ul li span {
    color: #262e2e!important;
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.contact_us_link{
    color: #262e2e!important;
}
.complaint-dt {
    background: #fff;
}
.cta {
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta .main-form-sec {
    padding: 50px;
    background: #f5f5f5;
    border-radius: 15px;
}
.cta .content h3 {
    color: #485664;
    font-size: 40px;
    font-weight: 700;
}
.cta .content p {
    color: #485664;
    font-weight: 600;
    font-size: 18px;
}
.line-bottom {
    position: relative;
    margin-bottom: 30px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
#success_msg{
    display:none;
}
#failed_msg{
    display:none;
}
#loader{
    display:none;
}
.line-bottom:after{
    border: 1px solid #28395e;
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    top:30px;
}

.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #565656;
    font-size: 25px;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    background-color: #f5f5f5!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    transition: .5s;
    border: none!important;
    height: 50px;
    padding-left: 15px;
    color: #262e2e;
    font-size: 14px;
    font-weight: 500;
}
.branch-area {
    display: table;
    height: 250px;
    width: 100%;
    padding: 25px 20px!important;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 5px rgb(29 34 47 / 15%);
}
.branch-area-body {
    display: table-cell;
    vertical-align: middle;
}
.branch-title-text {
    color: #1a2b71;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.branch-p-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px!important;
    color:#727272!important;
}
.branch-list li {
    list-style: none!important;
}
.branch-list li a i {
    padding: 5px!important;
}

.page_main {
    padding: 40px 20px 40px 20px;
}
.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.single-team-member {
    margin-bottom: 30px;
}
.single-team-member img {
    border-radius: 5px;
    border-bottom: 5px solid var(--mainColor);
    -webkit-box-shadow: 0 7px 30px -10px rgba(133,153,162,.3);
    box-shadow: 0 7px 30px -10px rgba(133,153,162,.3);
}
.single-team-member .content {
    margin-top: 25px;
}
.single-team-member .content h3 {
    font-size: 14px;
    margin-bottom: 10px;
}
.single-team-member .content span {
    display: block;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
}

.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #565656;
    font-size: 25px;
    font-weight: 700;
}


.header-news-main {
    margin-top: 2px;
}
.header-news {
    height: 35px;
    background-color: #505050!important;
    color: #fff;
}
.header-news span {
    font-size: 14px;
    font-weight: 500;
}
.side-border{
    border-color: #0093dd!important;
}
.about-icon{
    color: #0093dd;
}
.news-box{
    border: 2px solid #d5d5d5;
    height: 400px;
    border-radius: 12px;
    background: #fff;
}
.service-contact-us-btn{
    border: 1px solid #505050!important;
    padding: 6px;
    background: #505050!important;
    border-radius: 5px;
    color: #fff;
}
.service-contact-us-btn:hover{
    border: 1px solid #0093dd!important;
    padding: 6px;
    background: #0093dd!important;
    border-radius: 5px;
    color: #fff;
}
.loan-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service-link-inq{
    color: #fff;
    transition: 0.6s;
}
.service-link-inq:hover{
    color: #0093dd;
    transition: 0.6s;
}

.inquiry-submit{
    background-color: #0093dd!important;
    border-color: #0093dd!important;
}

.inquiry-submit:focus{
    box-shadow:none!important;
}
.branch-area-body a{
    color:#424242!important;
}

.side-box {
    padding: 15px;
    background-color: #545b5b !important;
    border-radius: 12px;
    border-top: 3px solid #0093dd!important;
    border-bottom: 3px solid #0093dd!important;
}


.prime-innercontent h2 {
    color: #0059a1;
    font-family: 'Sarabun', sans-serif;
}
.prime-innercontent h2 {
    color: #fff!important;
}
ul.side-list {
    margin-left: -30px;
}
ul.side-list li {
    list-style: none;
    padding: 3px;
    transition: all 0.5s ease 0s;
}
ul.side-list li a {
    color: #fff;
    text-decoration: none;
}
ul.side-list li a i {
    padding-right: 5px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}


.back-to-top{
    background: #0093dd!important;
    border-color: #0093dd!important;
    border-radius: 63px!important;
}

.of-txt-3-service {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-inquiry-btn{
    color:#fff!important;
    transition: 0.6s;
}
.facts-overlay a:hover {
    color: #0093dd!important;
    transition: 0.6s;
}
.news-and-notification{
    color:#838383;
}
.news-and-notification:hover{
    color:#838383;
}

.topbar-main-dt-sec{
    height:100%;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.main-logo{
    max-width: 31%;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none!important;
}
.navbar-light .navbar-toggler {
    border-radius: 12px;
}
.btn-net-banking{
    border: 1px solid #0093dd;
    padding: 1px 15px 1px 15px;
    border-radius: 7px;
    background: #0093dd;
    font-size: 15px;
}

.page-main-top{
    padding: 30px;
}


@media only screen and (max-width: 576px) {
    .topbar-main-dt-sec{
        height:0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 25px;
    }
    .left-side-main-details{
        padding-right: 1rem !important;
        padding-left:1rem !important;
    }
    .socail-media-links-sec{
        padding-right: 1rem !important;
        padding-left:1rem !important;
        text-align: left !important;
    }
    .main-logo{
        max-width: 52%;
    }
    .topbar-main-mail{
        margin-left: 25px;
    }
    .page-main-top{
        padding: 5px;
    }
}

.dropdown-item:active {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #0093dd!important;
}
.topbar-link-click{
    color:#fff;
}
.topbar-link-click:hover{
    color:#fff;
}




.services-area-home::before {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    /* top: 0px; */
    height: 64px;
    background-image: url(../img/sharp-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -62px;
}
.service-title-new {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}
.services-box h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.service-title-new h2::before, .service-title-new h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
}
.service-title-new h2::before {
    margin: 0 15px 6px 0;
}
.service-title-new h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
}

.service-title-new h2::after {
    margin: 0 0 6px 15px;
}
.services-box {
    margin-bottom: 30px;
    background-color: #fafafa;
    transition: .5s;
    border-radius: 10px;
    padding: 30px;
}
.services-box p {
    margin-top: 15px;
}
.of-txt-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 144px;
    color: #242424;
    font-size: 14px;
    line-height: 1.8rem;
}
.services-area-home::after {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    /* top: 0px; */
    height: 64px;
    background-image: url(../img/sharp-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    transform: rotate(180deg);
}
.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
    position: absolute;
    color: #646464;
    margin-left: auto;
    margin-right: auto;
}
.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #646464;
    font-size: 25px;
    font-weight: 700;
}
.funfact {
    text-align: center;
}

.funfacts-box i {
    line-height: 1;
    font-size: 80px;
    display: inline-block;
    color: #646464;
    margin-top: -5px;
    margin-bottom: 10px;
}
.funfact p {
    line-height: initial;
    margin-bottom: 0;
}
.funfacts-box h3 {
    font-size: 35px;
}
.clients-item {
    background-color: #ffffff;
    box-shadow: 1px 14px 20px 0 rgba(231, 60, 62, 0.09);
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}

.bg-light-skyblue{
    background:transparent linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.cssbuttons-io-button {
background: #0093dd;
color: white;
font-family: inherit;
padding: 0.35em;
padding-left: 1.2em;
font-size: 17px;
font-weight: 500;
border-radius: 5px;
border: none;
letter-spacing: 0.05em;
display: flex;
align-items: center;
box-shadow: inset 0 0 1.6em -0.6em #714da6;
overflow: hidden;
position: relative;
height: 2.8em;
padding-right: 3.3em;
cursor: pointer;
}

.cssbuttons-io-button .icon {
background: white;
margin-left: 1em;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 2.2em;
width: 2.2em;
border-radius: 0.7em;
box-shadow: 0.1em 0.1em 0.6em 0.2em #0093dd;
right: 0.3em;
transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
width: 1.1em;
transition: transform 0.3s;
color: #0093dd;
}

.cssbuttons-io-button:hover .icon svg {
transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
transform: scale(0.95);
}