/* LOGO */
.et_pb_text_1 h2 {
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 100;
    font-size: 28px;
    color: #999999 !important;
    line-height: 1.4em;
    margin-right: 100px;
    text-align: center;
}
.et_pb_row.et_pb_row_0{
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.et_pb_text_inner {
    position: relative;
}
.et_pb_text_0 h2 {
    font-family: 'Orbitron', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    color: #f4f4f4!important;
    letter-spacing: 2px;
    
    line-height: 1.4em;
    text-align: center;

}

.lazy.img-responsive{
   
    transition: transform 1s, filter 5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}
.lazy.img-responsive:hover{
    filter: brightness(98%);
    transform: scale(1.12);
}


@media (max-width:768px){
    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .et_pb_text_inner1 h2{
        display: none;
    }
    .txt_bold{
        margin-left: 40px !important;
    }
    .banner-logo-desktop{
        display: none;
    }
    .row .panel-body .col-xs-24{
        width: 50% !important;
    }
    .et_pb_text_0 h2 {
        font-size: 37px;
    }
}
@media (min-width:768px){
    .banner-logo-desktop{
        display: block;
    }
    .banner-logo-mobile{
        display: none;
    }
}


/* Spiner */
.loader {
    position: absolute;
    top: calc(40% - 32px);
    left: calc(47% - 51px);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    perspective: 800px;
  }
  
  
  .inner.one {
    width: calc(100% - 9.9px);
    height: calc(100% - 9.9px);
    border: 5px solid transparent;
    border-radius: 50%;
    animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;
    border-bottom: 5px solid #1a57c7 ;
  }
  
  
  @keyframes spin {
              from {
                  transform: rotate(0deg);
              }
  
              to {
                  transform: rotate(360deg);
              }
          }
  
  
  #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.95;
    background-color: #00191ec9;
    z-index: 9999;
    text-align: center;
    }
/* Menu mobile */

  .menu-button {
    position: absolute;
    z-index: 900;
    right: 10%;
    top: 35px;
    cursor: pointer;
    transition: 0.9s;
  }

  .menu-button-line {
    height: 4px;
    width: 33px;
    margin-bottom: 5px;
    background: #a7a8aa73;
    transition: 0.9s;
  }

  /*menu get crossed when clicked*/
  .menu-button.close {
    transform: rotate(180deg);
    transition: 0.9s;
  }

  .menu-button.close .menu-button-line:nth-child(1) {
    background: #04327F;
    transform: rotate(45deg) translate(5px, 3px);
    transition: 1.2s;
  }

  .menu-button.close .menu-button-line:nth-child(2) {
    opacity: 0;
  }

  .menu-button.close .menu-button-line:nth-child(3) {
    background: #073254;
    transform: rotate(-45deg) translate(8px, -6px);
    transition: 1.2s;
  }

  /*===menu===*/
  .menu {
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    transition: 1.2s;
  }

  .menu a {
    display: inline-flex;
    padding: 10px;
    color: #444;
    font-size: 1.4rem;
  }

  .menu ul li {
    border-bottom: 1px solid #d2d7de;
  }

  .menu.show {
    visibility: visible;
  }

  .menu-nav {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    border: 1px solid #d2d7de;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
  }

  /*==nav part==*/
  .menu-nav {
    margin: 0;
    padding: 0;
    background: #F2F2F2;
    list-style: none;
    transform: translate3d(0, -100%, 0);
    transition: 1.2s;
  }

  .menu-nav.show {
    transform: translate3d(0, 0, 0);
  }

  /*branding side*/
  .menu-branding {
    margin: 0;
    padding: 0;
    transition: 1.2s;
  }

  .menu-branding.show {
    transform: translate3d(0, 0, 0);
  }

  .menu.show ul {}

  .nav-item.show {
    align-items: center;
    display: inline;
    padding: 10x;
    margin: 0;
  }

  .nav-item a:hover {
    color: #04327F;
    font-size: 1.6rem;
    transition: 0.4s;
  }

  @media only screen and (max-width: 768px) {
    .menu-button {
      position: absolute;
      z-index: 3;
      right: 5%;
      left: 50% top:0;
      cursor: pointer;
      transition: 0.9s;
    }

    .menu {
      width: 50vw;
      position: absolute;
      right: 0;
      top: 100%;
          overflow: hidden;
    }

    .menu ul li {
      width: 100%;
      display: block;
      text-align: left;
    }

    .menu-nav {
      transform: translate3d(150%, 0, 0);
      transition: 1.2s;
    }

    .menu-nav.show {
      transform: translate3d(0, 0, 0);
    }

    .menu a {
        font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        color: #1a57c7 !important;
    }

    .nav-item a:hover {
      font-size: 1.1rem;
    }
  }
  @media (min-width:768px){
    .menu-mobile{
        display: none;
    }
   
}



