/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root{
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
html{
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent
}
footer,main,section{
  display:block
}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff
}
[tabindex="-1"]:focus{
  outline:0!important
}
h1,h2,h3,h4,h5,h6{
  margin-top:0;
  margin-bottom:.5rem
}
p{
  margin-top:0;
  margin-bottom:1rem
}
sub{
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline
}
sub{
  bottom:-.25em
}
a{
  color:#007bff;
  text-decoration:none;
  background-color:transparent
}
a:hover{
  color:#0056b3;
  text-decoration:underline
}
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
}
img{
  vertical-align:middle;
  border-style:none
}
input,textarea{
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
input{
  overflow:visible
}
[type=button],[type=reset],[type=submit]{
  -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){
  cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{
  padding:0;
  border-style:none
}
input[type=checkbox],input[type=radio]{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
  -webkit-appearance:listbox
}
textarea{
  overflow:auto;
  resize:vertical
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto
}
[type=search]{
  outline-offset:-2px;
  -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none
}
::-webkit-file-upload-button{
  font:inherit;
  -webkit-appearance:button
}
[hidden]{
  display:none!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  margin-bottom:.5rem;
  font-weight:500;
  line-height:1.2
}
.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
}
.h6,h6{
  font-size:1rem
}
.container{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px){
  .container{
      max-width:540px
  }
}
@media (min-width:768px){
  .container{
      max-width:720px
  }
}
@media (min-width:992px){
  .container{
      max-width:960px
  }
}
@media (min-width:1200px){
  .container{
      max-width:1140px
  }
}
.row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.no-gutters{
  margin-right:0;
  margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
  padding-right:0;
  padding-left:0
}
.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{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}
.col{
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
}
.col-1{
  -webkit-box-flex:0;
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
}
.col-2{
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
}
.col-3{
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
}
.col-4{
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
}
.col-5{
  -webkit-box-flex:0;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.col-6{
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
}
.col-7{
  -webkit-box-flex:0;
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
}
.col-8{
  -webkit-box-flex:0;
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
}
.col-9{
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
}
.col-10{
  -webkit-box-flex:0;
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
}
.col-11{
  -webkit-box-flex:0;
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
}
.col-12{
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
}
@media (min-width:768px){
  .col-md{
      -ms-flex-preferred-size:0;
      flex-basis:0;
      -webkit-box-flex:1;
      -ms-flex-positive:1;
      flex-grow:1;
      max-width:100%
  }
  .col-md-1{
      -webkit-box-flex:0;
      -ms-flex:0 0 8.33333%;
      flex:0 0 8.33333%;
      max-width:8.33333%
  }
  .col-md-2{
      -webkit-box-flex:0;
      -ms-flex:0 0 16.66667%;
      flex:0 0 16.66667%;
      max-width:16.66667%
  }
  .col-md-3{
      -webkit-box-flex:0;
      -ms-flex:0 0 25%;
      flex:0 0 25%;
      max-width:25%
  }
  .col-md-4{
      -webkit-box-flex:0;
      -ms-flex:0 0 33.33333%;
      flex:0 0 33.33333%;
      max-width:33.33333%
  }
  .col-md-5{
      -webkit-box-flex:0;
      -ms-flex:0 0 41.66667%;
      flex:0 0 41.66667%;
      max-width:41.66667%
  }
  .col-md-6{
      -webkit-box-flex:0;
      -ms-flex:0 0 50%;
      flex:0 0 50%;
      max-width:50%
  }
  .col-md-7{
      -webkit-box-flex:0;
      -ms-flex:0 0 58.33333%;
      flex:0 0 58.33333%;
      max-width:58.33333%
  }
  .col-md-8{
      -webkit-box-flex:0;
      -ms-flex:0 0 66.66667%;
      flex:0 0 66.66667%;
      max-width:66.66667%
  }
  .col-md-9{
      -webkit-box-flex:0;
      -ms-flex:0 0 75%;
      flex:0 0 75%;
      max-width:75%
  }
  .col-md-10{
      -webkit-box-flex:0;
      -ms-flex:0 0 83.33333%;
      flex:0 0 83.33333%;
      max-width:83.33333%
  }
  .col-md-11{
      -webkit-box-flex:0;
      -ms-flex:0 0 91.66667%;
      flex:0 0 91.66667%;
      max-width:91.66667%
  }
  .col-md-12{
      -webkit-box-flex:0;
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
}
@media (min-width:992px){
  .col-lg{
      -ms-flex-preferred-size:0;
      flex-basis:0;
      -webkit-box-flex:1;
      -ms-flex-positive:1;
      flex-grow:1;
      max-width:100%
  }
  .col-lg-1{
      -webkit-box-flex:0;
      -ms-flex:0 0 8.33333%;
      flex:0 0 8.33333%;
      max-width:8.33333%
  }
  .col-lg-2{
      -webkit-box-flex:0;
      -ms-flex:0 0 16.66667%;
      flex:0 0 16.66667%;
      max-width:16.66667%
  }
  .col-lg-3{
      -webkit-box-flex:0;
      -ms-flex:0 0 25%;
      flex:0 0 25%;
      max-width:25%
  }
  .col-lg-4{
      -webkit-box-flex:0;
      -ms-flex:0 0 33.33333%;
      flex:0 0 33.33333%;
      max-width:33.33333%
  }
  .col-lg-5{
      -webkit-box-flex:0;
      -ms-flex:0 0 41.66667%;
      flex:0 0 41.66667%;
      max-width:41.66667%
  }
  .col-lg-6{
      -webkit-box-flex:0;
      -ms-flex:0 0 50%;
      flex:0 0 50%;
      max-width:50%
  }
  .col-lg-7{
      -webkit-box-flex:0;
      -ms-flex:0 0 58.33333%;
      flex:0 0 58.33333%;
      max-width:58.33333%
  }
  .col-lg-8{
      -webkit-box-flex:0;
      -ms-flex:0 0 66.66667%;
      flex:0 0 66.66667%;
      max-width:66.66667%
  }
  .col-lg-9{
      -webkit-box-flex:0;
      -ms-flex:0 0 75%;
      flex:0 0 75%;
      max-width:75%
  }
  .col-lg-10{
      -webkit-box-flex:0;
      -ms-flex:0 0 83.33333%;
      flex:0 0 83.33333%;
      max-width:83.33333%
  }
  .col-lg-11{
      -webkit-box-flex:0;
      -ms-flex:0 0 91.66667%;
      flex:0 0 91.66667%;
      max-width:91.66667%
  }
  .col-lg-12{
      -webkit-box-flex:0;
      -ms-flex:0 0 100%;
      flex:0 0 100%;
      max-width:100%
  }
}
.form-control{
  display:block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  border-radius:.25rem;
  -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
  .form-control{
      -webkit-transition:none;
      -o-transition:none;
      transition:none
  }
}
.form-control::-ms-expand{
  background-color:transparent;
  border:0
}
.form-control:focus{
  color:#495057;
  background-color:#fff;
  border-color:#80bdff;
  outline:0;
  -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder{
  color:#6c757d;
  opacity:1
}
.form-control:-ms-input-placeholder{
  color:#6c757d;
  opacity:1
}
.form-control::-ms-input-placeholder{
  color:#6c757d;
  opacity:1
}
.form-control::placeholder{
  color:#6c757d;
  opacity:1
}
.form-control:disabled,.form-control[readonly]{
  background-color:#e9ecef;
  opacity:1
}
.form-control-lg{
  height:calc(1.5em + 1rem + 2px);
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
textarea.form-control{
  height:auto
}
.form-group{
  margin-bottom:1rem
}
.form-text{
  display:block;
  margin-top:.25rem
}
.form-row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-5px;
  margin-left:-5px
}
.form-row>.col,.form-row>[class*=col-]{
  padding-right:5px;
  padding-left:5px
}
.btn{
  display:inline-block;
  font-weight:400;
  color:#212529;
  text-align:center;
  vertical-align:middle;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-color:transparent;
  border:1px solid transparent;
  padding:.375rem .75rem;
  font-size:1rem;
  line-height:1.5;
  border-radius:.25rem;
  -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
  .btn{
      -webkit-transition:none;
      -o-transition:none;
      transition:none
  }
}
.btn:hover{
  color:#212529;
  text-decoration:none
}
.btn:focus{
  outline:0;
  -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn:disabled{
  opacity:.65
}
.btn-primary{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-primary:hover{
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc
}
.btn-primary:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary:disabled{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-success{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-success:hover{
  color:#fff;
  background-color:#218838;
  border-color:#1e7e34
}
.btn-success:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success:disabled{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active{
  color:#fff;
  background-color:#1e7e34;
  border-color:#1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-info:hover{
  color:#fff;
  background-color:#138496;
  border-color:#117a8b
}
.btn-info:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info:disabled{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active{
  color:#fff;
  background-color:#117a8b;
  border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-warning:hover{
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00
}
.btn-warning:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning:disabled{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active{
  color:#212529;
  background-color:#d39e00;
  border-color:#c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-link{
  font-weight:400;
  color:#007bff;
  text-decoration:none
}
.btn-link:hover{
  color:#0056b3;
  text-decoration:underline
}
.btn-link:focus{
  text-decoration:underline;
  -webkit-box-shadow:none;
  box-shadow:none
}
.btn-link:disabled{
  color:#6c757d;
  pointer-events:none
}
.btn-group-lg>.btn,.btn-lg{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
.btn-group{
  position:relative;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  vertical-align:middle
}
.btn-group>.btn{
  position:relative;
  -webkit-box-flex:1;
  -ms-flex:1 1 auto;
  flex:1 1 auto
}
.btn-group>.btn:hover{
  z-index:1
}
.btn-group>.btn:active,.btn-group>.btn:focus{
  z-index:1
}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){
  margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.input-group{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  width:100%
}
.input-group>.form-control{
  position:relative;
  -webkit-box-flex:1;
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  width:1%;
  margin-bottom:0
}
.input-group>.form-control+.form-control{
  margin-left:-1px
}
.input-group>.form-control:focus{
  z-index:3
}
.input-group>.form-control:not(:last-child){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}
.input-group>.form-control:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.input-group-text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:.375rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  text-align:center;
  white-space:nowrap;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:.25rem
}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
  margin-top:0
}
.input-group-lg>.form-control:not(textarea){
  height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.form-control{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}
@-webkit-keyframes progress-bar-stripes{
  from{
      background-position:1rem 0
  }
  to{
      background-position:0 0
  }
}
@keyframes progress-bar-stripes{
  from{
      background-position:1rem 0
  }
  to{
      background-position:0 0
  }
}
@-webkit-keyframes spinner-border{
  to{
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg)
  }
}
@keyframes spinner-border{
  to{
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg)
  }
}
@-webkit-keyframes spinner-grow{
  0%{
      -webkit-transform:scale(0);
      transform:scale(0)
  }
  50%{
      opacity:1
  }
}
@keyframes spinner-grow{
  0%{
      -webkit-transform:scale(0);
      transform:scale(0)
  }
  50%{
      opacity:1
  }
}
.bg-primary{
  background-color:#007bff!important
}
a.bg-primary:focus,a.bg-primary:hover{
  background-color:#0062cc!important
}
.bg-success{
  background-color:#28a745!important
}
a.bg-success:focus,a.bg-success:hover{
  background-color:#1e7e34!important
}
.bg-info{
  background-color:#17a2b8!important
}
a.bg-info:focus,a.bg-info:hover{
  background-color:#117a8b!important
}
.bg-warning{
  background-color:#ffc107!important
}
a.bg-warning:focus,a.bg-warning:hover{
  background-color:#d39e00!important
}
.d-flex{
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
}
@media (min-width:768px){
  .d-md-flex{
      display:-webkit-box!important;
      display:-ms-flexbox!important;
      display:flex!important
  }
}
@media (min-width:992px){
  .d-lg-flex{
      display:-webkit-box!important;
      display:-ms-flexbox!important;
      display:flex!important
  }
}
.flex-row{
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:normal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
}
.flex-wrap{
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
}
.flex-shrink-0{
  -ms-flex-negative:0!important;
  flex-shrink:0!important
}
.flex-shrink-1{
  -ms-flex-negative:1!important;
  flex-shrink:1!important
}
.justify-content-start{
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
}
.justify-content-center{
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
}
.justify-content-between{
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
}
.align-items-start{
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
}
.align-items-center{
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
}
.align-items-stretch{
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
}
.align-content-start{
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
}
.align-content-center{
  -ms-flex-line-pack:center!important;
  align-content:center!important
}
.align-content-between{
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
}
.align-content-stretch{
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
}
@media (min-width:768px){
  .flex-md-row{
      -webkit-box-orient:horizontal!important;
      -webkit-box-direction:normal!important;
      -ms-flex-direction:row!important;
      flex-direction:row!important
  }
  .flex-md-wrap{
      -ms-flex-wrap:wrap!important;
      flex-wrap:wrap!important
  }
  .flex-md-shrink-0{
      -ms-flex-negative:0!important;
      flex-shrink:0!important
  }
  .flex-md-shrink-1{
      -ms-flex-negative:1!important;
      flex-shrink:1!important
  }
  .justify-content-md-start{
      -webkit-box-pack:start!important;
      -ms-flex-pack:start!important;
      justify-content:flex-start!important
  }
  .justify-content-md-center{
      -webkit-box-pack:center!important;
      -ms-flex-pack:center!important;
      justify-content:center!important
  }
  .justify-content-md-between{
      -webkit-box-pack:justify!important;
      -ms-flex-pack:justify!important;
      justify-content:space-between!important
  }
  .align-items-md-start{
      -webkit-box-align:start!important;
      -ms-flex-align:start!important;
      align-items:flex-start!important
  }
  .align-items-md-center{
      -webkit-box-align:center!important;
      -ms-flex-align:center!important;
      align-items:center!important
  }
  .align-items-md-stretch{
      -webkit-box-align:stretch!important;
      -ms-flex-align:stretch!important;
      align-items:stretch!important
  }
  .align-content-md-start{
      -ms-flex-line-pack:start!important;
      align-content:flex-start!important
  }
  .align-content-md-center{
      -ms-flex-line-pack:center!important;
      align-content:center!important
  }
  .align-content-md-between{
      -ms-flex-line-pack:justify!important;
      align-content:space-between!important
  }
  .align-content-md-stretch{
      -ms-flex-line-pack:stretch!important;
      align-content:stretch!important
  }
}
@media (min-width:992px){
  .flex-lg-row{
      -webkit-box-orient:horizontal!important;
      -webkit-box-direction:normal!important;
      -ms-flex-direction:row!important;
      flex-direction:row!important
  }
  .flex-lg-wrap{
      -ms-flex-wrap:wrap!important;
      flex-wrap:wrap!important
  }
  .flex-lg-shrink-0{
      -ms-flex-negative:0!important;
      flex-shrink:0!important
  }
  .flex-lg-shrink-1{
      -ms-flex-negative:1!important;
      flex-shrink:1!important
  }
  .justify-content-lg-start{
      -webkit-box-pack:start!important;
      -ms-flex-pack:start!important;
      justify-content:flex-start!important
  }
  .justify-content-lg-center{
      -webkit-box-pack:center!important;
      -ms-flex-pack:center!important;
      justify-content:center!important
  }
  .justify-content-lg-between{
      -webkit-box-pack:justify!important;
      -ms-flex-pack:justify!important;
      justify-content:space-between!important
  }
  .align-items-lg-start{
      -webkit-box-align:start!important;
      -ms-flex-align:start!important;
      align-items:flex-start!important
  }
  .align-items-lg-center{
      -webkit-box-align:center!important;
      -ms-flex-align:center!important;
      align-items:center!important
  }
  .align-items-lg-stretch{
      -webkit-box-align:stretch!important;
      -ms-flex-align:stretch!important;
      align-items:stretch!important
  }
  .align-content-lg-start{
      -ms-flex-line-pack:start!important;
      align-content:flex-start!important
  }
  .align-content-lg-center{
      -ms-flex-line-pack:center!important;
      align-content:center!important
  }
  .align-content-lg-between{
      -ms-flex-line-pack:justify!important;
      align-content:space-between!important
  }
  .align-content-lg-stretch{
      -ms-flex-line-pack:stretch!important;
      align-content:stretch!important
  }
}
@supports ((position:-webkit-sticky) or (position:sticky)){
  .sticky-top{
      position:-webkit-sticky;
      position:sticky;
      top:0;
      z-index:1020
  }
}
.w-25{
  width:25%!important
}
.w-50{
  width:50%!important
}
.w-75{
  width:75%!important
}
.w-100{
  width:100%!important
}
.h-25{
  height:25%!important
}
.h-50{
  height:50%!important
}
.h-75{
  height:75%!important
}
.h-100{
  height:100%!important
}
.mb-0{
  margin-bottom:0!important
}
.mb-1{
  margin-bottom:.25rem!important
}
.mb-2{
  margin-bottom:.5rem!important
}
.mb-3{
  margin-bottom:1rem!important
}
.mb-4{
  margin-bottom:1.5rem!important
}
.mb-5{
  margin-bottom:3rem!important
}
.p-0{
  padding:0!important
}
.pl-0{
  padding-left:0!important
}
.p-1{
  padding:.25rem!important
}
.pl-1{
  padding-left:.25rem!important
}
.p-2{
  padding:.5rem!important
}
.pl-2{
  padding-left:.5rem!important
}
.p-3{
  padding:1rem!important
}
.pl-3{
  padding-left:1rem!important
}
.p-4{
  padding:1.5rem!important
}
.pl-4{
  padding-left:1.5rem!important
}
.p-5{
  padding:3rem!important
}
.pl-5{
  padding-left:3rem!important
}
@media (min-width:768px){
  .mb-md-0{
      margin-bottom:0!important
  }
  .mb-md-1{
      margin-bottom:.25rem!important
  }
  .mb-md-2{
      margin-bottom:.5rem!important
  }
  .mb-md-3{
      margin-bottom:1rem!important
  }
  .mb-md-4{
      margin-bottom:1.5rem!important
  }
  .mb-md-5{
      margin-bottom:3rem!important
  }
  .p-md-0{
      padding:0!important
  }
  .pl-md-0{
      padding-left:0!important
  }
  .p-md-1{
      padding:.25rem!important
  }
  .pl-md-1{
      padding-left:.25rem!important
  }
  .p-md-2{
      padding:.5rem!important
  }
  .pl-md-2{
      padding-left:.5rem!important
  }
  .p-md-3{
      padding:1rem!important
  }
  .pl-md-3{
      padding-left:1rem!important
  }
  .p-md-4{
      padding:1.5rem!important
  }
  .pl-md-4{
      padding-left:1.5rem!important
  }
  .p-md-5{
      padding:3rem!important
  }
  .pl-md-5{
      padding-left:3rem!important
  }
}
@media (min-width:992px){
  .mb-lg-0{
      margin-bottom:0!important
  }
  .mb-lg-1{
      margin-bottom:.25rem!important
  }
  .mb-lg-2{
      margin-bottom:.5rem!important
  }
  .mb-lg-3{
      margin-bottom:1rem!important
  }
  .mb-lg-4{
      margin-bottom:1.5rem!important
  }
  .mb-lg-5{
      margin-bottom:3rem!important
  }
  .p-lg-0{
      padding:0!important
  }
  .pl-lg-0{
      padding-left:0!important
  }
  .p-lg-1{
      padding:.25rem!important
  }
  .pl-lg-1{
      padding-left:.25rem!important
  }
  .p-lg-2{
      padding:.5rem!important
  }
  .pl-lg-2{
      padding-left:.5rem!important
  }
  .p-lg-3{
      padding:1rem!important
  }
  .pl-lg-3{
      padding-left:1rem!important
  }
  .p-lg-4{
      padding:1.5rem!important
  }
  .pl-lg-4{
      padding-left:1.5rem!important
  }
  .p-lg-5{
      padding:3rem!important
  }
  .pl-lg-5{
      padding-left:3rem!important
  }
}
.text-justify{
  text-align:justify!important
}
.text-wrap{
  white-space:normal!important
}
.text-center{
  text-align:center!important
}
@media (min-width:768px){
  .text-md-center{
      text-align:center!important
  }
}
@media (min-width:992px){
  .text-lg-center{
      text-align:center!important
  }
}
.text-primary{
  color:#007bff!important
}
a.text-primary:focus,a.text-primary:hover{
  color:#0056b3!important
}
.text-success{
  color:#28a745!important
}
a.text-success:focus,a.text-success:hover{
  color:#19692c!important
}
.text-info{
  color:#17a2b8!important
}
a.text-info:focus,a.text-info:hover{
  color:#0f6674!important
}
.text-warning{
  color:#ffc107!important
}
a.text-warning:focus,a.text-warning:hover{
  color:#ba8b00!important
}
.text-body{
  color:#212529!important
}
@media print{
  *,::after,::before{
      text-shadow:none!important;
      -webkit-box-shadow:none!important;
      box-shadow:none!important
  }
  a:not(.btn){
      text-decoration:underline
  }
  img{
      page-break-inside:avoid
  }
  h2,h3,p{
      orphans:3;
      widows:3
  }
  h2,h3{
      page-break-after:avoid
  }
  @page{
      size:a3
  }
  body{
      min-width:992px!important
  }
  .container{
      min-width:992px!important
  }
}
body{
  font-family:Poppins,Arial,sans-serif;
  font-size:16px;
  line-height:1.8;
  font-weight:400;
  background:#fafafa;
  color:gray
}
a{
  -webkit-transition:.3s all ease;
  -o-transition:.3s all ease;
  transition:.3s all ease;
  color:#1089ff
}
a:focus,a:hover{
  text-decoration:none!important;
  outline:0!important;
  -webkit-box-shadow:none;
  box-shadow:none
}
.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{
  line-height:1.5;
  font-weight:400;
  font-family:Poppins,Arial,sans-serif;
  color:#000
}
.bg-primary{
  background:#1089ff!important
}
.ftco-section{
  padding:7em 0
}
.heading-section{
  font-size:28px;
  color:#fff
}
.bg-hero{
  position:relative;
  z-index:0
}
.bg-hero:after{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:'';
  background:#000116;
  opacity:.7;
  z-index:-1
}
.img{
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  position:relative;
  background-attachment:fixed
}
.form-control{
  height:52px;
  background:#fff;
  color:#000;
  font-size:14px;
  border-radius:2px;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  border:1px solid rgba(0,0,0,.1)
}
.form-control::-webkit-input-placeholder{
  color:rgba(0,0,0,.7)!important
}
.form-control::-moz-placeholder{
  color:rgba(0,0,0,.7)!important
}
.form-control:-ms-input-placeholder{
  color:rgba(0,0,0,.7)!important
}
.form-control:-moz-placeholder{
  color:rgba(0,0,0,.7)!important
}
.form-control:active,.form-control:focus{
  border-color:rgba(0,0,0,.1)
}
textarea.form-control{
  height:inherit!important
}
.wrapper{
  width:100%
}
.contact-wrap{
  background:#fff;
  border-radius:10px
}
.info-wrap h3{
  color:#fff
}
.info-wrap .dbox{
  width:100%;
  color:rgba(255,255,255,.7);
  margin-bottom:25px
}
.info-wrap .dbox:last-child{
  margin-bottom:0
}
.info-wrap .dbox p{
  margin-bottom:0
}
.info-wrap .dbox p span{
  font-weight:400;
  color:rgba(255,255,255,.4);
  font-size:20px;
  display:block;
  text-transform:uppercase
}
.info-wrap .dbox p a{
  color:rgba(255,255,255,.7)
}
.info-wrap .dbox .icon{
  margin-top:10px
}
.info-wrap .dbox .icon span{
  font-size:24px;
  color:#fff
}
.info-wrap .dbox .text{
  width:100%
}
.btn{
  padding:12px 16px;
  cursor:pointer;
  border-width:1px;
  border-radius:5px;
  font-size:14px;
  font-weight:400;
  -webkit-box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
  -moz-box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
  box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
  position:relative;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s
}
@media (prefers-reduced-motion:reduce){
  .btn{
      -webkit-transition:none;
      -o-transition:none;
      transition:none
  }
}
.btn:active,.btn:focus,.btn:hover{
  outline:0!important;
  -webkit-box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important;
  -moz-box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important;
  box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important
}
.btn.btn-primary{
  background:#1089ff!important;
  border-color:#1089ff!important;
  color:#fff
}
.btn.btn-primary:focus,.btn.btn-primary:hover{
  border-color:#006fdc!important;
  background:#006fdc!important
}
#contactForm .form-control{
  font-size:16px
}
#message{
  resize:vertical
}
#form-message-success,#form-message-warning{
  display:none
}
#form-message-warning{
  color:red
}
#form-message-success{
  color:#28a745;
  font-size:18px;
  font-weight:500
}
.submitting{
  float:left;
  width:100%;
  padding:10px 0;
  display:none;
  font-size:16px;
  font-weight:500
}
footer{
  text-align:center
}
.footer-container{
  background-color:#000;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:20px
}
.footer-container p{
  margin:20;
  font-size:14px;
  color:#fff
}
.footer-container a{
  color:#08c
}
