/* Contact form input & textarea border */
.contact-input {
  border: 1.5px solid #777;
  outline: none;
  box-sizing: border-box;
  background:#fff;
  border-radius:7px;
}

/* Optional: keep same border on focus */
.contact-input:focus {
  border: 1.5px solid #777;
  outline: none;
  background:#fff;
  border-radius:7px;
}

.popup-message {
  display: none !important;
  text-align: center;
  padding: 30px;
  background: #4b8ee2;
  color: #fff;
  border-radius: 8px;
}

.popup-message.show {
  display: block !important;
}
.dropdown-menu a:hover {
  color: #4b8ee2 !important;
}



.social-icon-circle i,
.social-icon-circle:hover i,
.social-icon-circle:focus i {
  color: inherit !important;
}

.social-icon-circle {
  color: #4b8ee2 !important; /* your desired icon color */
}

.social-icon-circle:hover {
  background: inherit !important;
}

.contact-info {
    background-color: #0b1f3b; /* dark blue */
    padding: 24px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.form-control.error {
  border: 1px solid red;
}
.logo-wrapper {
    max-width: 200px !important;
    padding-right: 60px;
    border-right: 1px solid var(--color-border);
}
#mobileMenu .dropdown-arrow {
  color: #000 !important;
  font-size: 12px;
  transition: transform 0.3s ease;
}

#mobileMenu a[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}
#mobileMenu .dropdown-arrow::before {
    color: #000 !important;
}


.home_services ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.home_services ul li a:hover,
.home_services ul li a:focus {
    color: #f0f0f0;
    text-decoration: underline;
}

/* Optional: keep icons white if any inside links */
.home_services ul li a i {
    color: #ffffff;
}


.addressBlock{
    color:#fff;
}
.bottom-div {
   position: absolute;
    bottom: 0;             /* stick to bottom of parent */
    left: 0;
    width: 100%;
    padding: 12px;
    color: #fff;
}
.how-it-works-card {
    padding: 20px;
    background-color: #213b6e;
    min-height: 330px;
     position: relative;    /* important */
    background: #f1f1f1;
}
.services-card .fas::before, .services-card  .far::before, .services-card  .fab::before, .services-card  .fa-solid::before, .services-card  .fa-regular::before, .services-card  .fa-brands::before, .services-card  .fa::before {
    color: #4b8ee2;
}

.services-card .c-secondary
{
    display:none;
}
.services-card h4
{
    font-size:30px !important;
}
.addressIcon
{
    width:154px;
    height:218px;
}
.blog-img-wrapper img{
    height:96px;
    width:96px;
}
.blog-card {
    padding: 20px;
    text-align: center;
}
.blog-img-wrapper img {
    height: 96px;
    width: 96px;
    margin-bottom: 30px;
}
.indusare ul
{
    margin-left:20px;    
}
.indusare li{
    color:#fff !important;
    list-style-type:disc;
    padding-bottom:10px;
}
.how-it-works-card {
    padding: 20px;
    background-color: #213b6e;
}

.how-it-works-circle-number {
    background-color: #fff;
    color:#213b6e;
}

.pbmit-pre-header-wrapper {
    height: 60px;
    line-height: 60px;
}

    .pbmit-header-style-2 .pbmit-pre-header-wrapper {
        height: 65px;
        line-height: 65px;
    }

.offcanvas.offcanvas-start
{
    background-color:#deedff !important;
}

.pbmit-pre-header-wrapper img
{
    width:16px;
    height:16px;
}

.offcanvas.offcanvas-start li a{
    color:#000;
}

.subtitle {
    color: #4b8ee2;
    font: var(--bs-body-font-family);
    font-size: 42px;
    width: 80%;
    line-height: 130%;
    text-align: center;
}
h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.offcanvas-icon {
    background-color: #4b8ee2;
    padding: 8px;
    border-radius: 4px;
}
.btn-2:hover {
    background-color: #4b8ee2;
}
   
ul.pbmit-social-links, ul.pbmit-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
        
}
.site-header .pbmit-contact-info li:first-child {
    padding-left: 0;
}
.pbmit-header-style-2 .pbmit-pre-header-left .pbmit-contact-info li {
    padding-right: 25px;
    color: #fff;
}
.page-size {
    width: 1300px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: auto;
        
    margin-right: auto;
}
.pbmit-social-links li, .pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-right: 15px;
}
.pbmit-header-style-2 .pbmit-contact-info li i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #4b8ee2;
}

.social-icon-circle {
background:#4b8ee2;
}
.fas::before, .far::before, .fab::before, .fa-solid::before, .fa-regular::before, .fa-brands::before, .fa::before {
    color: #fff;
}

.btn-4:hover .fas::before,.btn-4:hover  .far::before,.btn-4:hover  .fab::before, .btn-4:hover  .fa-solid::before, .btn-4:hover  .fa-regular::before, .btn-4:hover  .fa-brands::before, .btn-4:hover  .fa::before {
    color: #fff;
}

body .pbmit-color-white 
{
    color: #fff;
}
.pbmit-bg-color-secondary
{
  background:#03112b;
}
.pbmit-base-icon-user:before {
    content: '\e808';
}
[class^="pbmit-base-icon-"]:before, [class*=" pbmit-base-icon-"]:before {
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


a {
    color: #4b8ee2;
}
.c-accent {
    color: #4b8ee2;
}

.subtitle {
     color: #4b8ee2;
}
.btn-2 {
    background-color: #4b8ee2;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s 
ease-in-out;
}
.nav-link.active {
    color: #4b8ee2 !important;
    box-shadow: none;
}
.nav-phone i {
    color: #4b8ee2;
}
.footer-link:hover {
    color: #4b8ee2;
}

.about-top {
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.services-card-icon-circle {
    background-color: #4b8ee2;
}
.services-card-icon-circle img{
  width:50px;
}
.btn-3 {
    color: #4b8ee2;
}
.c-secondary{
    color:#fff;
}
.nav-link{
 color:#fff;   
}

.row-cols-1 > .col:nth-child(1) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/11.jpg);
}
.row-cols-1 > .col:nth-child(2) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/22.jpg);
}
.row-cols-1 > .col:nth-child(3) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/33.jpg);
}
.row-cols-1 > .col:nth-child(4) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/44.jpg);
}
.row-cols-1 > .col:nth-child(5) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/55.jpg);
}
.row-cols-1 > .col:nth-child(6) .services-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../images/66.jpg);
}


.bg-prime {
    background-color: #1b2841 !important;
}

.nav-link:hover{
    color:#4b8ee2;
}

.btn-4:hover {
    background-color: #4b8ee2;
    color:#fff;
}
.bg-bg-1{
        background-color: #fff !important;
    }

@media screen and (max-width: 480px) {

        .addressIcon {
        margin: 0 auto;
    }
    .nav-logo {
        width: 100%;
        max-height: 52px;
        padding-left: 8px;
    }
    .pbmit-pre-header-wrapper{
        display:none !important;
    }
    .bg-bg-1{
        background-color: #fff !important;
    }

}