.Logo__img {
  width:183px;
}
@media (max-width:575px) {
.Home__Content__Left .Logo__img {
  display:none;
  }
}
header#masthead {
    height: 90px !important;
    box-sizing: border-box;
    padding:10px 0px;
    background:#fff;
    position:fixed;
    z-index:9;
    width:100%;
    box-shadow:0px 0px 4px #dedede;
    top:0px;
    left:0px;
}
header#masthead a .Logo-Main {
    opacity: 1;
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto !important;
}
header#masthead a:hover .Logo-Main {
    opacity: 1;
}
@media screen and (min-width:992px) {
  header#masthead.isScroll a .Logo-Main {
    height:0px;
    overflow: hidden;
  }
  header#masthead.isScroll {
    transition: all .3s ease 0s;
    height: 60px !important;
}
  header#masthead.isScroll .navbar-brand {
    display:none !important;
  }
}
@media (max-width: 767px) {
    header#masthead a .Logo-Main {
      width:160px;
      margin-top:1px;
    }
}
@media (max-width: 767px) {
    header#masthead {
    /*  height: 80px; */
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header#masthead {
      height: 90px;
    }
}
header#masthead .Nav__Hamburger {
    display:none;
    position:absolute;
    z-index: 99;
    right:10px;
    top:50%;
    transform: translate(0px, -50%);
    opacity:1;
    transition: all .3s ease 0s;
}
header#masthead .Nav__Hamburger:hover {
    opacity:0.7;
}
@media (max-width: 1200px) {
    header#masthead .Nav__Hamburger {
        display:block;
    }
}
.HeaderPage__Content {
    width:100%;
    background: url(../img/home-pattern-white.jpg) repeat;
    position: relative;
}
.HeaderAbout__Content--Img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  min-height:60vh;
}
@media (max-width:575px) {
  .HeaderAbout__Content--Img {
    min-height: 150px;
  }
}
.HeaderPage__TitleBox {
  min-height: 280px;
  position: relative;
}
.HeaderPage__Title {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.HeaderPage__Title h1 {
    margin:0 auto;
    color:#164194;
    font-size:65px;
    line-height:72px;
    font-weight: bold;
    text-align:center;
}
.HeaderPage__Title img {
    margin-right:10px;
}
@media (max-width:575px) {
  .HeaderPage__Title h1 {
      font-size:40px;
      line-height:47px;
  }
  .HeaderPage__Title {
    display: block;
    text-align: center;
  }
  .HeaderPage__Title img {
    width: 70px;
    margin-bottom:15px;
    margin-right:0px;
  }
}
.About__Title h1 {
  font-size:45px;
  line-height:52px;
  color:#164194;
  margin: 30px 0px 15px;
}

.Loader {
    background:rgba(255,255,255,1);
    top:0px;
    left:0px;
    box-sizing: border-box;
    position:fixed;
    z-index:9999;
    width:100%;
    height:100%;
    display:flex;
    text-align:center;
    align-items: center;
    justify-content: center;
}
.Loader img {
    max-width:64px;
    height:auto;
    display:block;
    margin:0px auto;
    animation-name: customSpinLoader;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes customSpinLoader {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#Header-Search {
    position: absolute;
    /* z-index: 15; */
    top: 24px;
    right: 15px;
}
#Header-Search img {
    width:15px;
    height:15px;
}
@media (max-width:1200px) {
    #Header-Search {
        top: 25px;
        right: 45px;
    }
}
/** MOBILE MENU **/
.Custom-Search-Container {
    position:fixed;
    /*right: -100vw;*/
    right:0px;
    top:0px;
    height:100vh;
    width:100vw;
    background:rgba(0,0,0,0.9);
    margin:0px;
    z-index: 9999999;
    /*transition: all .3s ease 0s;*/
    display:none;
}
.Custom-Search-Container.Show {
    /*!*right: 0px;*!*/
    /*display:none;*/
    /*opacity:1;*/
}
.Custom-Search-Close {
    opacity:1;
    position:absolute;
    z-index:102;
    top:25px;
    right:25px;
}
.Custom-Search-Close img {
    width:25px;
    height:25px;
}
.Custom-Search-Close:hover {
    opacity:0.7;
}
.Custom-Search-Container form {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 80%;
    max-width: 400px;
}
@media (max-width: 575px) {
    .Custom-Search-Container form {
        top: 35%;
    }
}
.Custom-Search-Container form label {
    width: calc(100% - 40px);
    float:left;
}
.Custom-Search-Container form input[type="search"] {
    border-top:0px none !important;
    border-right:0px none !important;
    border-bottom:1px solid #164194 !important;
    border-left:0px none !important;
    background:#ffffff;
    box-shadow: none;
    padding: 5px 0px;
    outline:none;
    width: 100%;
}
.Custom-Search-Container form input[type="search"]:focus {
    outline:none;
}
.Custom-Search-Container form button {
    float:right;
    border:0px none !important;
    box-shadow: 0px 0px;
}
.Custom-Search-Container form button img {
    width: 22px !important;
    margin-top: 12px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}