/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
  
  font-weight: bold;
  font-size: 20px; }

.site-header {
  position: relative;
   }

.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 630px) {
    .site-header__wrapper {
      justify-content: initial; } }
@media (min-width: 630px) {
  .site-header__middle {
    margin-left: auto; } }

@media (max-width: 629px) {
  .site-header__end {
    padding-right: 4rem; } }

@media (min-width: 630px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 629px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;

    margin-left: 270px;

    z-index: 9999;
    background-color: #d9f0f7;

    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;}
   }
  
.nav__item a {
  display: block;
  padding: 1rem; }

.nav__toggle {
  display: none; }
  @media (max-width: 629px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }

.logo-template{
  max-width: 280px;
  margin-top: 5px;
  height: 55px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.site-header__middle .nav .nav__wrapper .nav__item > a{
  font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #6793c5 !important;
}


div.et_pb_section.et_pb_section_0 {
  background-size: contain;
  background-image: url(https://sample2.trialweb.us/wp-content/uploads/2025/02/banner_logo-teamplate2.jpg) !important;
}