@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.eot?v=4.6.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.woff2?v=4.6.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.woff?v=4.6.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.ttf?v=4.6.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
  overflow: auto!important;
}

article,aside,footer,header,nav,section {
  display: block;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,h1 {
  font-size: 2.5rem;
}

.h2,h2 {
  font-size: 2rem;
}

.h3,h3 {
  font-size: 1.75rem;
}

.h4,h4 {
  font-size: 1.5rem;
}

.h5,h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 3rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.waves-effect,a {
  -webkit-tap-highlight-color: transparent;
}

.btn,.hiddendiv {
  word-wrap: break-word;
}

a {
  color: #ff5722;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:focus,a:hover {
  color: #c64a22;
  text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

*,::after,::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 2rem
}

ul,ul li {
  list-style-type: none
}

ul {
  padding: 0
}

img {
  vertical-align: middle
}

.hero-img {
  margin-bottom: 1.5em;
  height: 300px;
  width: 70%;
  max-width: 300px;
  background-image: url("../img/hero.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; 
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

[role=button],a,area,button,input,label,select,summary,textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

.hero-description {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.1;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem
}

.container.main {
  padding-right: 2rem;
  padding-left: 2rem

}

@media (min-width: 576px) {
  .container {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 768px) {
  .container {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 992px) {
  .container {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .container {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 576px) {
  .container {
      width:540px;
      max-width: 100%
  }
}

@media (min-width: 768px) {
  .container {
      width:720px;
      max-width: 100%
  }
}

@media (min-width: 992px) {
  .container {
      width:960px;
      max-width: 100%
  }
}

@media (min-width: 1200px) {
  .container {
      width:1200px;
      max-width: 100%
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

.container-fluid.info {
  max-width: 1500px;
}

@media (min-width: 576px) {
  .container-fluid {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 768px) {
  .container-fluid {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 992px) {
  .container-fluid {
      padding-right:15px;
      padding-left: 15px
  }
}

@media (min-width: 1200px) {
  .container-fluid {
      padding-right:15px;
      padding-left: 15px
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 576px) {
  .row {
      margin-right:-15px;
      margin-left: -15px
  }
}

@media (min-width: 768px) {
  .row {
      margin-right:-15px;
      margin-left: -15px
  }
}

@media (min-width: 992px) {
  .row {
      margin-right:-15px;
      margin-left: -15px
  }
}

@media (min-width: 1200px) {
  .row {
      margin-right:-15px;
      margin-left: -15px
  }
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 576px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
      padding-right: 2rem;
      padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .col-md {
      -webkit-flex-basis:0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }

  .col-md-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.25);
  height: 100%;
}

.card img {
  border-radius: 8px 8px 0 0;
}

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem
}

.card-title {
  margin-bottom: .75rem
}

.card-text:last-child {
  margin-bottom: 0
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.mb-1 {
  margin-bottom: .25rem!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.text-center {
  text-align: center!important
}

.card-block h3,.card-block h5 {
  font-weight: 400;
  margin-bottom: 1rem
}

.divider-new,.text-fluid,h1,h2,h3,h4,h5,h6 {
  font-weight: 300
}

.card-block p {
  color: #292b2c;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 0) {
  html {
      font-size:15px
  }
}

@media only screen and (min-width: 992px) {
  html {
      font-size:15.5px
  }
}

@media only screen and (min-width: 1200px) {
  html {
      font-size:16px
  }
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn1 {
  -webkit-animation-name: fadeIn1;
  animation-name: fadeIn1;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
}

.fadeIn3 {
  -webkit-animation-name: fadeIn3;
  animation-name: fadeIn3;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0,0,0,.2);
  background: -webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
  background: -o-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
  background: -moz-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
  background: radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: scale(0) translate(0,0);
  -moz-transform: scale(0) translate(0,0);
  -ms-transform: scale(0) translate(0,0);
  -o-transform: scale(0) translate(0,0);
  transform: scale(0) translate(0,0);
  pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255,255,255,.4);
  background: -webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
  background: -o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
  background: -moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
  background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)
}

@media only screen and (max-width: 992px) {
  .center-on-small-only {
      text-align:center
  }

  .card .center-on-small-only img,.center-on-small-only .card img,.center-on-small-only .img-fluid,.center-on-small-only .modal-dialog.cascading-modal.modal-avatar .modal-header,.center-on-small-only .section .view,.center-on-small-only .section img,.modal-dialog.cascading-modal.modal-avatar .center-on-small-only .modal-header,.section .center-on-small-only .view,.section .center-on-small-only img {
      display: inline
  }
}

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.card img,.img-fluid,.modal-dialog.cascading-modal.modal-avatar .modal-header,.section .view,.section img {
  display: block;
  max-width: 100%;
  height: auto
}

.btn,footer.page-footer .title {
  text-transform: uppercase
}

.mb-1,.my-1 {
  margin-bottom: 1rem!important
}

.mb-2,.my-2 {
  margin-bottom: 2rem!important
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  padding-top: 1.2rem
}

.card .card-title {
  color: #424242;
}

.card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.card .card-block {
  position: relative
}

.view {
  overflow: hidden;
  position: relative;
  cursor: default
}

.view .content,.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img,.view video {
  display: block;
  position: relative
}

.view .mask {
  background-attachment: fixed
}

.overlay:hover .mask {
  opacity: 1;
}

.overlay img,.overlay video {
  transition: all .2s linear
}

.overlay .mask {
  opacity: 0;
  transition: all .4s ease-in-out
}

.hm-white-slight .full-bg-img,.hm-white-slight .mask {
  background-color: rgba(200,200,200,.3);
  border-radius: 8px 8px 0 0;
}

footer.page-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #3E4551;
  color: #fff
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255,255,255,.8);
  background-color: rgba(0,0,0,.2);
  text-align: center
}

footer.page-footer a {
  color: #fff
}

strong {
  color: #ff5722;
}
.center {
text-align:center;
}

.topp {
padding-top: 2rem;
padding-bottom: 2rem;
}

.social {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem; 
}

.social ul {
  margin: 0;
  padding: 5px;
}

.social ul li {
  margin: 5px;
  list-style: none outside none;
  display: inline-block;
}

.social i {
  width: 40px;
  height: 40px;
  color: #FFF;
  background-color: #909AA0;
  font-size: 22px;
  text-align:center;
  padding-top: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social i:hover {
  color: #FFF;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
  background: #4060A5;
}

.social .fa-github:hover {
  background: #343434;
}

.social .fa-linkedin:hover {
  background: #0094BC;
}

.social .fa-instagram:hover {
  background: #375989;
}

.social .fa-youtube-play:hover {
  background: #DF192A;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-youtube-play:before {
  content: "\f16a"
}

@-webkit-keyframes fadeIn1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0; }
  20% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn2 {
  from {
    opacity: 0; }
  20% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn3 {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn3 {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  to {
    opacity: 1; } }