






/* END NAV BAR */

    .primary-color-text {
      font-weight: 600 !important;
    color: #87161e !important;
    font-size: 25px;
    }
    .primary-color-textCATI{
         font-weight: 600 !important;
    color: #2c4d80 !important;
    font-size: 15px !important;
    text-transform: underline;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-colortext {
         color: #333 !important;
         line-height: 1.6;
		font-size: 0.9rem !important;
    font-family: 'Poppins', sans-serif;
    }
    .section-padding {
      padding: 7.5rem 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}

.logoImg{
    background: white;
    border-radius: 8px;
    padding: 3.5rem;
}
.logoImgFooter{
   background: white;
    border-radius: 8px;
}
.NoMobileView{
max-width: 1200px;padding: 30px;
}
.ImgSecondcss{
  padding: 3rem;
}
/* Mobile adjustments */

.contactInfo:hover{
  background-color: #f2f2f2 !important;
  padding: 5px 5px;
  font-size: 11px !important;
}
.section-bg{
  padding-top: 4rem !important;
  padding-bottom: 3.5rem !important;
}
.btnHover{
  background-color: #2c4d80;
  color: white;
}
.btnHover:hover{
  background-color: #ccc !important;
  color: black !important;
}
@media (max-width: 768px) {
    .logoImg {
        padding: 1rem;
        border-radius: 6px;
    }
    .ImgSecondcss{
         padding: 1rem;
        border-radius: 6px;
    }
    .mobileView {
        padding:1.5rem;
    }
    .mb-5 {
    margin-bottom: 1rem !important;
}
.primary-color-text {
    font-weight: 600 !important;
    color: #87161e !important;
    font-size:29px !important;
}
.section-padding {
    padding: 4.5rem 0;
}
}
/* 
Footer  */
