@charset "UTF-8";
: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: #000000;
  --secondary: #124f8f;
  --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 {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
footer, header, nav, 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:not(:focus-visible) {
  outline: 0 !important
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
blockquote {
  margin: 0 0 1rem
}
strong {
  font-weight: bolder
}
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #308c84;
  text-decoration: underline
}
img {
  vertical-align: middle;
  border-style: none
}
table {
  border-collapse: collapse
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button {
  text-transform: none
}
[type=button], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  overflow: auto;
  resize: vertical
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
h1 {
  font-size: 2.5rem
}
@media (max-width:1200px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw)
  }
}
h2 {
  font-size: 2rem
}
@media (max-width:1200px) {
  h2 {
    font-size: calc(1.325rem + .9vw)
  }
}
h3 {
  font-size: 1.75rem
}
@media (max-width:1200px) {
  h3 {
    font-size: calc(1.3rem + .6vw)
  }
}
h4 {
  font-size: 1.5rem
}
@media (max-width:1200px) {
  h4 {
    font-size: calc(1.275rem + .3vw)
  }
}
h5 {
  font-size: 1.25rem
}
h6 {
  font-size: 1rem
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container img{max-width:100%;margin-top:10px;}
@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
  }
}
@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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.col-10, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.order-first {
  order: -1
}
@media (min-width:576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media (min-width:992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .order-lg-first {
    order: -1
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(73, 192, 182, .25)
}
.btn:disabled {
  opacity: .65
}
.btn-primary {
  color: #212529;
  background-color: #000000;
  border-color: #000000
}
.btn-primary:hover {
  color: #fff;
  background-color: #3aa89f;
  border-color: #379f96
}
.btn-primary:focus {
  color: #fff;
  background-color: #3aa89f;
  border-color: #379f96;
  box-shadow: 0 0 0 .2rem rgba(67, 169, 161, .5)
}
.btn-primary:disabled {
  color: #212529;
  background-color: #000000;
  border-color: #000000
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #379f96;
  border-color: #34968d
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(67, 169, 161, .5)
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0c3662;
  border-color: #0b3056
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(54, 105, 160, .5)
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #000000;
  border-color: #000000
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(73, 192, 182, .5)
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #124f8f;
  border-color: #124f8f
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(18, 79, 143, .5)
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.collapse:not(.show) {
 display:none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a8e1dc
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ceeeeb;
  border-color: #ceeeeb
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
.bg-light {
  background-color: #f8f9fa !important
}
.rounded-circle {
  border-radius: 50% !important
}
@media (min-width:576px) {
  .d-sm-flex {
    display: flex !important
  }
}
.justify-content-between {
  justify-content: space-between !important
}
.align-items-center {
  align-items: center !important
}
@media (min-width:992px) {
  .justify-content-lg-around {
    justify-content: space-around !important
  }
}
.fixed-top {
  background: #d40000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.mb-0 {
  margin-bottom: 0 !important
}
.mr-2 {
  margin-right: .5rem !important
}
.mt-3 {
  margin-top: 1rem !important
}
.mb-3 {
  margin-bottom: 1rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.mt-5 {
  margin-top: 3rem !important
}
.mb-5 {
  margin-bottom: 3rem !important
}
.px-0 {
  padding-right: 0 !important
}
.px-0 {
  padding-left: 0 !important
}
.m-auto {
  margin: auto !important
}
@media (min-width:576px) {
  .mb-sm-5 {
    margin-bottom: 3rem !important
  }
}
@media (min-width:768px) {
  .mt-md-0 {
    margin-top: 0 !important
  }
  .mt-md-4 {
    margin-top: 1.5rem !important
  }
  .my-md-5 {
    margin-top: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
}
@media (min-width:992px) {
  .mt-lg-0 {
    margin-top: 0 !important
  }
  .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0 {
    margin-bottom: 0 !important
  }
  .mx-lg-0 {
    margin-left: 0 !important
  }
  .mt-lg-5 {
    margin-top: 3rem !important
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important
  }
  .px-lg-3 {
    padding-right: 1rem !important
  }
  .px-lg-3 {
    padding-left: 1rem !important
  }
}
.text-right {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
}
@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  img, tr {
    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
  }
  .navbar {
    display: none
  }
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}
.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-user:before {
  content: "?"
}
.fa-picture-o:before {
  content: "?"
}
.fa-map-marker:before {
  content: "?"
}
.fa-phone:before {
  content: "?"
}
.fa-twitter:before {
  content: "?"
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "?"
}
.fa-briefcase:before {
  content: "?"
}
.fa-linkedin:before {
  content: "?"
}
.fa-lightbulb-o:before {
  content: "?"
}
.fa-shield:before {
  content: "?"
}
.fa-dollar:before {
  content: "?"
}
.fa-instagram:before {
  content: "?"
}
.fa-industry:before {
  content: "?"
}
.fa-envelope-open-o:before {
  content: "?"
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
:root {
  --para-color: #767575;
  --heading-color: #3f3d56
}
html {
  scroll-behavior: smooth
}
body {
  font-family: Poppins, sans-serif
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  letter-spacing: 1px
}
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--para-color)
}
p.white {
  color: #eee
}
.align-center {
  align-self: center
}
@media (max-width:992px) {
  .img-shadow {
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1)
  }
}
.banner {
  background-color: #0c0e27;
  background-color: #d40000;
  color: #fff
}
section {
  padding: 80px 0
}
a {
  transition: .3s ease
}
a:hover {
  color: #000000;
  text-decoration: none
}
.btn-style {
  font-size: 16px;
  line-height: 25px;
  padding: 14px 30px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  transition: .5s;
  border-radius: 8px
}
.btn-style:hover {
  background: #007cc0;
  color: #fff;
  transform: translateY(5px)
}
.section-title {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 1em;
  padding-bottom: .6em;
  position: relative;
  text-align: center;
  text-transform: capitalize
}
.section-title::before {
  background-color: var(--heading-color);
  margin: 0 auto;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 80px;
  box-sizing: border-box
}
h3.title {
  font-weight: 700;
  font-size: 2.2em;
  
  position: relative
}
.left-title {
  font-weight: 700;
  font-size: 2em;
  padding-bottom: .6em;
  position: relative;
  color: #fff
}
.counter {
  text-align: center
}
header {
  padding: 15px 45px;
  transition: all .4s ease 0s;
  background: 0 0
}
.navbar {
  padding: 0
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
  transition: all .5s ease
}
.navbar-expand-lg .navbar-nav .nav-item.active a {
  color: #fff;
  opacity: 1
}
.navbar-dark .navbar-toggler {
  outline: 0
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
 font-size:16px;
  color: #fff;
  transition: all .5s ease;
  padding: 15px 0;
  
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: 1
}
# Home {
  padding-top: 13em
}
h1.title {
  font-size: 50px;
  color: #fff
}
.banner p {
  color: #ddd
}
.banner-effect {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.box-wrap {
  margin-top: 30px;
  padding: 40px 0px;
  transition: all .5s ease 0s;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .03);
  background-color: #fff;
  text-align: center
}
.box-wrap:hover {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1)
}
.box-wrap p {
  margin: 0;
  text-align: center;
  color: var(--para-color)
}
.icon span.fa {
  color: #000000;
  font-size: 30px
}
#site-footer .top-footer {
  padding: 1.25em 0;
  background: #131313
}
#site-footer .footer-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25em;
  color: #fff;
  font-size: 20px
}
#site-footer .footer-list {
  margin: 0;
  padding: 0;
  list-style: none
}
#site-footer .footer-logo a {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff
}
#site-footer .footer-list li {
  padding: .25em 0
}
#site-footer .newsletter-form {
  position: relative
}
#site-footer .newsletter-form .input-rounded {
  border: 0;
  padding: .85em 1.25em;
  width: 100%;
  background-color: #fff;
  color: #7a7a7a;
  border-radius: 8px
}
#site-footer .newsletter-form .input-rounded:focus {
  outline: 0
}
#site-footer .newsletter-form .btn {
  padding: 7px 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  height: auto;
  color: #fff;
  border: 0
}
#site-footer .newsletter-form .btn-style:hover {
  transform: translateY(0)
}
#site-footer .bottom-footer {
  font-size: .875em;
  background-color: #0f0f0f;
  padding: 1.25em 0
}
#site-footer .social-item {
  padding-left: .5em;
  padding-right: .5em
}
#site-footer a, #site-footer p {
  margin: 0;
  color: #999
}
#site-footer a:hover {
  color: #fff
}
@media only screen and (max-width:1440px) {
  header {
    padding: 25px 15px
  }
}
@media only screen and (max-width:1199px) {
  .navbar .navbar-brand {
    font-size: 1.25em
  }
}
@media only screen and (max-width:991px) {
  #site-header {
    padding-left: 25px;
    padding-right: 25px;
    background: #d40000;height:64px;
  }
  .navbar-toggler {
    padding: .25rem 0
  }
  header.fixed-top {
    background: #d40000;
    
  }
.banner{padding-top:60px;}
  .navbar .navbar-brand {
    font-size: 1.6em
  }
  .navbar-toggler {
    border: 0 none;
    font-size: 24px
  }
  .navbar-nav:last-child {
    border: 0
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 10px 0
  }
  .navbar-collapse {
    padding: 15px 0
  }
  li.nav-item a.btn {
    margin-top: 10px
  }
  header {
    height: auto;
    padding: 10px 0
  }
}
@media only screen and (max-width:767px) {
  #site-footer .copyright {
    text-align: center
  }
}
@media only screen and (max-width:480px) {
  .navbar-nav {
    border-right: 0 none;
    width: 100%
  }
}
.stats {
  background-size: cover;
  position: relative
}
.stats:before {
  content: '';
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .7
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600
}
.blog-grids h3 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 15px;
  padding: 0 1.2em;
  padding-bottom: 15px;
  display: block;
  color: var(--heading-color);
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;height:60px;text-align:center;
}
.blog-grids h3 a:hover {
  color: #000000
}
.blog-info {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1);
  padding: 10px 0;
  border-radius: 8px
}
.blog-grids a img {
 
}
@media only screen and (max-width:1080px) {
  .blog-grids h3 a {
    font-size: 18px
  }
}
.blog-grid {margin-top:20px;}
.blog-grid .img_a{display: block;
  overflow: hidden;width:350px;height:260px;text-align:center;display: table-cell; 
vertical-align:middle; *display: block; 
*font-size: 140px;
*font-family:Arial;background:#ffffff;padding:15px 0;}
.blog-grid .img_a img {
  max-width:340px;max-height:230px;vertical-align:middle;
}

@media only screen and (max-width:992px) {

.blog-grid .img_a{width:290px;}
.blog-grid .img_a img{max-width:290px;}
}

.blog-grid#zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out
}
.blog-grid#zoomIn:hover img {
  transform: scale(1.2)
}
@media only screen and (max-width:1080px) {
  h1.title {
    font-size: 45px
  }
}
@media only screen and (max-width:992px) {
  # Home {
    padding-top: 8em
  }
  section {
    padding: 60px 0
  }
}
@media only screen and (max-width:568px) {
  .banner img {
    max-width: 100%
  }
  h1.title {
    font-size: 40px
  }
  .counter-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px
  }
  .counter {
    text-align: left
  }
}
@media only screen and (max-width:480px) {
  .left-title, .section-title {
    font-size: 1.5em
  }
}
@media only screen and (max-width:415px) {
  section {
    padding: 50px 0
  }
  #site-footer .newsletter-form .btn {
    padding: 13px 30px;
    position: static;
    width: 100%;
    margin-top: 10px
  }
  h1.title {
    font-size: 33px
  }
  .banner img {
    max-width: 100%
  }
}
@media only screen and (max-width:384px) {
  h1.title {
    font-size: 28px
  }
  .banner img {
    max-width: 100%
  }
}
@media (max-width:375px) {
  .btn-style {
    padding: 14px 25px
  }
}
.inner-banner {
  padding: 0;
  height: 105px;
  background-color: #124f8f
}
a.author {
  color: var(--heading-color);
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: .5px;
  display: inline-block;
  margin-top: 30px
}
a.author:hover {
  color: #333
}
.w3l-mobile-content-6 {
  background: #f8f9fa
}
.mobile-info-inn {
  align-items: center
}
.w3l-mobile-content-6 .mobile-right-info h6 a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: inline-block
}
.w3l-mobile-content-6 .mobile-right-info h6 a:hover {
  color: #000000
}
@media only screen and (max-width:992px) {
  .mobile-left {
    min-height: 300px;
    overflow: hidden;
    margin: 20px 0 40px
  }
}
@media only screen and (max-width:415px) {
  a.author {
    margin-top: 20px
  }
}
.breadcrumb-padding {
  padding: .75rem 65px;
  margin: 0
}
li.breadcrumb-item {
  font-size: 15px
}
li.breadcrumb-item.active {
  color: var(--para-color)
}
@media only screen and (max-width:991px) {
  .inner-banner {
    height: 65px
  }
  .breadcrumb-padding {
    padding: .75rem 25px
  }
}
@media (max-width:384px) {
  .w3l-mobile-content-6 .mobile-right-info h6 a {
    font-size: 18px
  }
}
.w3l-contact3 a {
  display: inline-block;
  color: var(--para-color)
}
.w3l-contact3 a:hover {
  color: #000000
}
.contact-main p {
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px
}
.header {
  color: var(--heading-color);
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600
}
h3.header.follow {
  display: inline-block;
  margin-right: 30px
}
.contact-para {
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400
}
.contact-info-align {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
  margin: 15px 0;
  max-width: 500px
}
.w3l-contact3 .icon span.fa {
  color: #000000;
  text-align: center;
  font-size: 20px;
  width: 20px
}
.column2 {
  margin: 30px 0
}
.column3 a {
  color: #a2a2a2;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: .3s;
  margin: 0 15px 0 0
}
strong.info {
  color: var(--heading-color);
  margin-right: 5px
}
.contact-form {
  border-top: 1px solid #eee
}
.column3 a.facebook {
  color: #3b5998
}
.column3 a.twitter {
  color: #1da1f2
}
.column3 a.linkedin {
  color: #0077b5
}
.column3 a.instagram {
  color: #c13584
}
@media (max-width:992px) {
  .head-main {
    max-width: 100%
  }
  .contact-main {
    grid-template-columns: 1fr
  }
.wapMenu {
    width: 30px;
    height: 23px;
    float: right;
    background: url(../images/wapmenu.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;display:block;
}
#navWrap {
	width: 100%;
	margin: auto;
	background:#d40000;
	display: none;
	position: fixed;
	top: 64px;
	z-index: 9;left:0;
}
#navWrap li{
padding:10px;list-style:none;

}
#navWrap li a{
color:#ffffff;

}
}
@media screen and (max-width:480px) {
  .column {
    padding: 0
  }
}
.contact-input, .contact-textarea {
  outline: 0;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  width: 100%;
  height: inherit;
  border-radius: 0;
  background: #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid transparent
}
.contact-input:focus, .contact-textarea:focus {
  border: 2px solid #000000
}
.contact-textarea {
  min-height: 170px;
  resize: none
}
.main-input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px
}
@media all and (max-width:1400px) {
  .contacts12-main {
    max-width: 100%
  }
}
.wapMenu{display:none;}
#navWrap{display:none;}
.wap_logo{display:none;}
@media screen and (max-width:768px) {
  .contact-textarea {
    width: 100%
  }
  .contact-para {
    max-width: 100%
  }
  .main-input {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
  .contact-input, .contact-textarea {
    margin-bottom: 12px
  }
.wapMenu {
    width: 30px;
    height: 23px;
    float: right;
    background: url(../images/wapmenu.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;display:block;
}
#navWrap {
	width: 100%;
	margin: auto;
	background:#d40000;
	display: none;
	position: fixed;
	top: 64px;
	z-index: 9;
}
#navWrap li{
padding:10px;list-style:none;

}
#navWrap li a{
color:#ffffff;

}
.wap_logo{display:block;font-size:16px;color:#ffffff;line-height:40px;}

.col-sm-12_1{width:320px;margin:10px auto;}
.yuyan{display:none;}
.blog-grids h3 a{font-size:16px;}

}
@media screen and (max-width:480px) {
  .main-input {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
.wapMenu {
    width: 30px;
    height: 23px;
    float: right;
    background: url(../images/wapmenu.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;display:block;
}
#navWrap {
	width: 100%;
	margin: auto;
	background:#d40000;
	display: none;
	position: fixed;
	top: 64px;
	z-index: 9;
}
#navWrap li{
padding:10px;list-style:none;

}
#navWrap li a{
color:#ffffff;

}
}
