body {
  font-family: 'usual', Helvetica, Arial;
  background: rgb(235, 238, 242) url('../images/other/bg.jpg') no-repeat center center;
  background-size: cover;
  font-weight: 300;
}
body {
  opacity: 1;
  transition: 1s opacity;
}
body.fade-out {
  opacity: 0;
  navt transition: none;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1000;
}
.footer {
  background-color: rgba(255, 255, 255, 0.9);
  ;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(12, 44, 102);
}
a:hover {
  color: rgb(238, 114, 2);
  text-decoration: none;
}
strong {
  font-weight: 600;
}
.sig {
  font-family: 'ff-market-web', sans-serif;
}
.dark {
  color: rgb(12, 12, 12);
}
.light {
  color: rgb(255, 255, 255);
}
.orange {
  color: rgb(238, 114, 2);
}
.red {
  color: rgb(231, 64, 17);
}
.dblue {
  color: rgb(12, 44, 102);
}
.blue {
  color: rgb(0, 175, 212);
}
.lblue {
  color: rgb(113, 202, 231);
}
.silver {
  color: rgb(230, 233, 239);
}
.vh {
  height: 100vh;
}
.clear {
  clear: both;
}
.clearbox2 {
  clear: both;
  height: 2em;
}
.clearbox4 {
  clear: both;
  display: block;
  height: 8em;
  padding-bottom: 8em;
}
.btn-default {
  background: rgb(12, 44, 102);
  color: rgb(255, 255, 255)!important;
}
.btn-default:hover {
  background: rgb(238, 114, 2);
  color: rgb(255, 255, 255);
}

.btn-primary {border:none;
	background:rgb(238, 114, 2);color:rgb(255,255,255)!important;
}
@media (min-width:768px) {
  .padwide {
    padding-left: 20%;
    padding-right: 20%;
  }
	.paddeep {padding:20% 0!important;}
	.mobcenter {text-align: left;}
}
@media (max-width:768px) {
	.paddeep {padding:45% 0!important;}
	.mobcenter {text-align: center;}
}

.fright {
  float: right;
}
a.navprev, a.navnext {
  color: rgb(12, 44, 102);
}
a:hover.navprev, a:hover.navnext {
  color: rgb(238, 114, 2);
}
@media (min-width:768px) {
  a.navprev {
    position: fixed;
    display: block;
    top: 50%;
    z-index: 98000;
    left: 0em;
    font-size: 2em;
  }
  a.navnext {
    position: fixed;
    display: block;
    top: 50%;
    z-index: 98000;
    right: 0em;
    font-size: 2em;
  }
}
@media (max-width:768px) {
  a.navprev {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 98000;
    left: 0em;
    font-size: 2em;
  }
  a.navnext {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 98000;
    right: 0em;
    font-size: 2em;
  }
	.navbar-brand img {
  width: 160px!important;
}
}
.navbar-light {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
}
.v-a-w {
  position: relative;
  width: 100%;
  height: 100%;
  display: table
}
.v-a {
  display: table-cell;
}
.v-a--m {
  vertical-align: middle
}
.relative {
  display: block;
  position: relative;
}
@media (max-width:576px) {
  .slidingDiv {
    display: none !important;
  }
	
}
h1, h2, h3, h4, h5 {
  font-weight: 500 !important;
}
.navbar-brand img {
  width: 280px;
}
ul.tick {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  posititon: relative;
}
ul.tick li {
  list-style: none;
  margin: 0 0 0 2em;
  padding: 0 0 1em 1.5em;
  display: block;
}
ul.tick li:before {
  display: inline-block;
  left: 2em;
  position: absolute;
  content: '\f058';
  font-family: 'FontAwesome';
  color: rgb(238, 114, 2);
}
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  posititon: relative;
}
ul.list li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 0em;
  display: block;
}
ul.list li a {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
}
ul.list li:hover a {
  color: rgb(238, 114, 2);
}

.blockfloat {
  z-index: 10;
  position: absolute;
  top: 20%;
  display: block;
}
@media (min-width:768px) {
  .bgmask {
    transition(300ms, ease-in-out);
    position: fixed;
    margin: auto;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-mask-image: url('../images/other/angle3.svg');
    mask-image: url("../images/other/angle3.svg");
    -webkit-mask-position: center center;
    mask-position: center center;
    mask-attachment: fixed;
    -webkit-mask-attachment: fixed;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    animation: breath 10s linear infinite;
  }
  .bgmask:before {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url('../images/other/angle2.svg') no-repeat right center fixed;
    background-size: cover;
  }
  @keyframes breath {
    0% {
      background-size: auto 100vh;
    }
    50% {
      background-size: auto 120vh;
    }
    100% {
      background-size: auto 100vh;
    }
  }
  .bgmask2 {
    transition(300ms, ease-in-out);
    position: fixed;
    margin: auto;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-mask-image: url('../images/other/angle3b.svg');
    mask-image: url("../images/other/angle3b.svg");
    -webkit-mask-position: center center;
    mask-attachment: fixed;
    -webkit-mask-attachment: fixed;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    animation: breath 10s linear infinite;
  }
  .bgmask2:before {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url('../images/other/angle2b.svg') no-repeat left center fixed;
    background-size: cover;
  }
}
@media (max-width:768px) {
  .mobpagepad {
    padding-top: 20vh;
    margin-right:15px;
  }
  .bgmask {
    transition(300ms, ease-in-out);
    position: absolute;
    margin: auto;
    display: block;
    width: 100%;
    height: 40vh;
    -webkit-mask-image: url('../images/other/angletop1.svg');
    mask-image: url("../images/other/angletop1.svg");
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    mask-attachment: fixed;
    -webkit-mask-attachment: fixed;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bgmask2 {
    transition(300ms, ease-in-out);
    position: absolute;
    margin: auto;
    display: block;
    width: 100%;
    height: 40vh;
    -webkit-mask-image: url('../images/other/angletop1.svg');
    mask-image: url("../images/other/angletop1.svg");
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    mask-attachment: fixed;
    -webkit-mask-attachment: fixed;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.bg {padding:0;margin:0;height:100vh;background-position: center center;background-repeat: no-repeat;background-size:cover;}
.accordion p.md {
  padding: 0.5em 0;
  color: rgb(238, 114, 2);
  font-weight: 500;
}
.accordion collapse {
  margin-bottom: 2em;
}
.wrapper {
  height: 100vh;
}
.loader {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}
.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loader .loader__icon svg {
  transform-origin: 0 0;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: rgba(238, 114, 2, 0.5);
  transition: width 0.7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  background-color: rgba(238, 114, 2, 0.5);
  transition-delay: -0.2s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  background-color: rgba(231, 64, 17, 0.5);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  background-color: rgba(12, 44, 102, 0.5);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  background-color: rgba(0, 175, 212, 0.5);
  transition-delay: 0.4s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  background-color: rgba(113, 202, 231, 0.5);
  transition-delay: 0.6s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  background-color: rgba(230, 233, 239, 0.5);
  transition-delay: 0.8s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}


.sidenavR{background-color:#111;height:100%;overflow-x:hidden;position:fixed;right:0;top:0;transition:.5s;width:0;z-index:900000;background: rgb(12, 44, 102);color: rgb(255, 255, 255);}
.menublock {
  padding:2em;
  background: rgb(12, 44, 102);
  color: rgb(255, 255, 255);
}
.sidenavR .closebtn{font-size:36px;color:rgb(255,255,255);position:absolute;right:25px;top:0;}
