
.gradient-bar {
  height: 38px;
  background: linear-gradient(to top right, #057dac, #0098d3);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.55px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  line-height: 34px;
}

.navbar .navbar-nav .nav-item .contact-btn {
    border-color: 1px #0098d3;
    color: #0098d3;
    padding-left: 25px !important; 
    padding-right: 25px !important; 
}

.navbar .navbar-nav .nav-item .contact-btn:hover {
    background-color: #0098d3 !important; 
    color: white !important; 
}

.custom-bg-container {
    position: relative; 
    background-image: url('../../../images/Random-Access-Group_Hero2.jpg');
    background-size: cover;
    background-position: center;
    height: 775px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.custom-bg-container::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 150px; 
    background-color: white; 
    clip-path: polygon(100% 100%, 0 100%, 100% 0); 
}

button.hero-contact-us-btn {
    border-radius: 30px;
    padding: 12px 24px;
    background-color: #16a5d7;
    transition: background-color 0.3s;
    color: white;
    border-color: #16a5d7;
}

button.hero-contact-us-btn:hover {
    background-color: #0b96c3; 
}

button.expert-contact-us-btn {
    border-radius: 30px;
    border-color: #16a5d7;
    padding: 12px 24px;
    background-color: #16a5d7;
    transition: background-color 0.3s;
    color: white;  
}

button.expert-contact-us-btn:hover {
    background-color: #08b4ed;
    border-color: #08b4ed;
}

.services-icon-diamond {
    width: 100px; 
    height: 100px; 
    background: linear-gradient(to bottom right, #f0f0f0, #ffffff); 
    transform: rotate(45deg); 
    border-radius: 20px; 
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15); 
    margin: 40px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
}

.services-icon-diamond img {
    transform: rotate(-45deg); 
    height: 55px; 
    display: block; 
    margin: auto; 
}

.feature {
    text-align: center; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height: 100%; 
    font-size: 21px;
    font-family: open-sans, sans-serif;
    color: #2c2C32;
    font-weight: 400;
}

.feature-p-tag {
    color: #78787C;
    font-size: 19px;
    font-weight: 300;
    font-family: open-sans, sans-serif;
}

.service-seperation-line {
    width: 120px; 
    height: 4px; 
    background-color: #0098d3; 
    margin: 10px auto;    
}

.service-p-tag {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: open-sans, sans-serif;
}

.divider-container-50 {
    height: 50px; 
    background-color: transparent; 
}

.divider-container-75 {
    height: 75px; 
    background-color: transparent; 
}

.divider-container-100 {
    height: 100px; 
    background-color: transparent; 
}

.divider-container-150 {
    height: 150px; 
    background-color: transparent; 
}

.expertise-blue-gradient-container {
    height: 530px;
    background: linear-gradient(to top right, #057dac, #0098d3); 
    background-image: url('../../../images/Quote\ Background\ V7.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.expertise-responsive-quote-icon-left {
    font-size: 5vw auto;
    color: #ffffff;
    opacity: 50%;
}

.expertise-text-quote {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 45px auto;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    line-height: 64px;
}

button.expertise-contact-us-btn {
    border-radius: 30px;
    padding: 12px 50px;
    background-color: #ffffff;
    transition: background-color 0.3s;
    color: #4a4a4a;
    border-color: #ffffff;
    font-family: open-sans, sans-serif;
    font-size: 20px auto;
}

button.expertise-contact-us-btn:hover {
    background-color: #f1f1f1; 
    color: #4a4a4a;
}

.expertise-text{
    font-size: 34px auto;
    color: white;
}

.about-us-title{
    font-size: 30px;
    color: #127FB4;
    font-weight: 700;
    font-family: open-sans, sans-serif;
}

.about-us-description{
    text-align: left;
    font-family: open-sans, sans-serif;
    font-size: 21px auto;
    font-weight: 300;
    color: #000000;
    line-height: 32px;
}

.gray-container{
    background-color: #f2f3f2;
}

.our-markets-title {
    letter-spacing: 1px;
    font-size: 24px auto;
    color: #0C2E4C;
    font-family: open-sans, sans-serif;
    font-weight: 600;
}

.our-markets-text{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px auto;
    line-height: 30px;
    word-wrap: break-word;
    font-weight: 200;
}

.custom-row-spacing {
    margin-bottom: -50px; 
}


