:root {
  --main-blue-color: #263768;
}

.fill {
  max-height: 80%;
  max-width: 160%;
}

@media (max-width: 576px) {
  .team-alignment {
    float: left !important;
    margin-bottom: 20px;
    margin-left: 80px;
  }

}

.myImg {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.top-part {
  position: relative;
  z-index: 1;
}

.underlying-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.responsive-team-img {
  width: auto;
  height: auto;
}

.team-card{
  min-height: 45em;
}

@media screen and (max-width: 775px) {
  .responsive-team-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
}

@media (max-width: 765px) {
  .address {
    margin-left: 15%;
    text-align: left;
  }
 }

 @media (max-width: 575px) {
 .custom-card-style-2{
    width: 85%;
 }
 .team-container-1{
  width: 65% !important;
 }
}

.w-80 {
  width: 80% !important;
}

.h-140{
  height: 140px
}

.text-color-light {
  color: #e8c742 !important;
}

.text-color-yellow {
  color: #e8c742 !important;
}

.btn-gradient:not(.btn-outline) {
  color: #e8c742 !important;
}

html:not(.sticky-header-active) #header .header-nav-main nav > ul > li > a {
  color: #e8c742 !important;
}

.container-blue{
  background-color: #263768;
}

.text-color-primary-custom{
  color: #e8c742 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#e8c742;
}

p {
  color:#e8c742;
}

.bg-gradient-custom {
  background-color: #263768;
  background-image: linear-gradient(
    to right,
    #365880 0%,  /* slightly lighter */
    #263768 50%,  /* center color */
    #162656 100%  /* slightly darker */
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365880', endColorstr='#162656', GradientType=1);
}

.text-color-hover-primary-custom:hover {
  color: #12113d !important;
}

.text-color-blue {
  color: var(--main-blue-color);
}

.bg-color-blue{
  background-color: var(--main-blue-color) !important;
}

.text-primary{
  color: var(--main-blue-color) !important;
}

.heading-font-family{
  font-family: "Syne", Arial, sans-serif; 
}

#captcha{
  width: 100%; 
  overflow: hidden;
}