html, body {
  	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(font/MaterialIcons-Regular.ttf) format('truetype');
}
  
.larger {
    font-size: 15px;
}
.lg-text::after,
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
	vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;  
    font-feature-settings: 'liga';
}


.main-banner {
    padding: 0px 25px 0px 25px;
   
}

.slanted, 
.bg-muted {
    background: #f2f2f2;
}
.slanted {
    position: relative;
    display: block;
}

.slanted::after {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    display: table;
    content:  " ";
    z-index: -1;
    transform: rotate(1deg);
}
.slanted.inverted::after {
    transform: rotate(-1deg);
}

.panel-image {
    margin-top: -110px;
    width: 100%;
    max-width: 340px;
    height: 450px;
    overflow: hidden;
}

.panel-content {
    display: block;
    width: 100%;
    height: 340px;
}

.video-wrapper .play,
.video-wrapper img,
.panel-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.panel-image img{
    display: block;
    height: 100%;
    min-width: 100%;
}

.nav-adjust {
    height: 72px;
}
@media only screen and (max-width: 900px) {
    .panel-content .content {
        text-align: left;
        padding-left: 45px;
        z-index: 2;
    }
    .panel-image{
        margin-top: -30px;
        margin-left: auto !important;
        width: 100%;
    }
    .nav-adjust { height: 50px; }

    body *.m-auto-sm {
        margin: auto !important;
    }
}
.icon-wrapper {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,106,255,.1);
}

ul.timeline {
    list-style-type: none;
    position: relative;
    max-width: 600px;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0f4988;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.video-wrapper {
    height: 400px;
    overflow: hidden;
}

.video-wrapper .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    content: " ";
    top: 0;
    left: 0;
}

.container-sm {
    display: block;
    max-width: 600px;
    margin: auto;
}
nav.navbar { transition: all 0.5s; }
nav.scrolling {
    padding-top : 15px !important;
    padding-bottom : 15px !important;
    background : white;
    transition: all 0.5s;
}

.home-carousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 170px 0;
}

.overflow-show {
    overflow: visible !important;
}

/* Hero Banner */


@media only screen and (max-width: 900px) {
    .icon-card {
        width: 100%;
        height: 120px;
    }
    .icon-card .icon-wrapper {
        position: absolute;
        top: 50%;
        left: 1.5rem;
        transform: translateY(-50%);
        margin: 0 !important;
    }

    .icon-card p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 80px;
        text-align: left;
    }
}

body *.btn {
    border-radius: 0 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 12px !important;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 13px;
}

.nav-logo {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}

@media only screen and (max-width: 900px) {
    nav.navbar {
        padding-top: 15px;
        padding-bottom: 15px !important;
        background: white;
    }
    
    .nav-logo {
        position: absolute;
        left: 50%;
        top: 10px;
        margin-top: 3px !important;
        transform: translateX(-50%);
        color: rgb(177, 177, 177)
    }

    .navbar-nav {
        position: absolute;
        width: 100%;
        background: white;
        margin: 0 !important;
        padding: 25px;
        left: 0;
        top: 60px;
        -webkit-box-shadow: 3px 25px 22px -24px rgba(0,0,0,0.31);
        -moz-box-shadow: 3px 25px 22px -24px rgba(0,0,0,0.31);
        box-shadow: 3px 25px 22px -24px rgba(0,0,0,0.31);
    }

    .home-carousel.secondary {
        padding: 70px 0;
    }

    .home-carousel.home-carousel.secondary h1{
        font-size: 22px;
        margin: 15px !important;
        display: block;
    }

    .video-wrapper img{
        height: 100%;
        width: auto;
    }
}

.lg-text {
    font-size: 25px;
    margin: 70px 0;
    display: block;
    position: relative;
}

.lg-text::after {
    content: "format_quote";
    display: table;
    position: absolute;
    top: -20px;
    left: -20px;
    color: #ddd;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    cursor: pointer;
}

.bg-primary,
.btn-primary {
    background-color: #0f4988 !important;
    border-color: #0f4988;
}

.btn-outline-primary {
    color: #0f4988;
    border-color: #0f4988;
}

a { color: #0f4988; }
.media-box { cursor: pointer; }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


  #loading {
      position: fixed;
      top:0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 56000;
      background: white;
  }

  #loading > div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .movie {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 20000;
    }

    .movie > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        max-width: 700px;
        transform: translate(-50%, -50%);
    }

    .in {
        opacity: 0;
    }

    .text-in {
        -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
                animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    }
@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  


  a.scrolldown span {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  a.scrolldown span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  html {
    scroll-behavior: smooth;
  }

  .magic img {
    max-height: 100%;
    height: 80%;
    width: auto !important;
  }

  img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  
@media only screen and (max-width: 900px) {
  a.scrolldown span {
      top: 130px;
  }

  #navLogo {
    height: 35px;
  }

}

.dropdown-menu {
  border-radius: 0 !important;
}