/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 *,
 *::before,
 *::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   scroll-behavior: smooth;
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 article,
 aside,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 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;
   height: 100%;
   width: 100%;
   scroll-behavior: smooth;
 
 }
 
 [tabindex="-1"]:focus {
   outline: 0 !important;
 }
 
 hr {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 0.7rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   border-bottom: 0;
   text-decoration-skip-ink: none;
 }
 
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
   cursor: pointer;
 }
 
 a:hover {
   color: #0056b3;
   text-decoration: underline;
   cursor: pointer;
 }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):hover,
 a:not([href]):not([tabindex]):focus {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):focus {
   outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: listbox;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [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;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
   margin-bottom: 0.5rem;
   font-family: inherit;
   font-weight: 500;
   line-height: 1.2;
   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;
 }
 
 h6,
 .h6 {
   font-size: 1rem;
 }
 
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
 }
 
 .display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 
 
 mark,
 .mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 
 .list-unstyled {
   padding-left: 0;
   list-style: none;
 }
 
 .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: 1200px;
   }
 }
 
 .container-fluid {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
 
 .text-justify {
   text-align: justify !important;
 }
 
 .row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   /*margin-bottom: 30px;*/
   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-1,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-10,
 .col-11,
 .col-12,
 .col,
 .col-md-1,
 .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-md-10,
 .col-md-11,
 .col-md-12,
 .col-md,
 .col-md-auto,
 .col-lg-3,
 .col-lg,
 .col-lg-auto {
   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-auto {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   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-auto {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     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%;
   }
 
   .order-md-first {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     order: -1;
   }
 
   .order-md-last {
     -webkit-box-ordinal-group: 14;
     -ms-flex-order: 13;
     order: 13;
   }
 
   .order-md-0 {
     -webkit-box-ordinal-group: 1;
     -ms-flex-order: 0;
     order: 0;
   }
 
   .order-md-1 {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
   }
 
   .order-md-2 {
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 2;
     order: 2;
   }
 
   .order-md-3 {
     -webkit-box-ordinal-group: 4;
     -ms-flex-order: 3;
     order: 3;
   }
 
   .order-md-4 {
     -webkit-box-ordinal-group: 5;
     -ms-flex-order: 4;
     order: 4;
   }
 
   .order-md-5 {
     -webkit-box-ordinal-group: 6;
     -ms-flex-order: 5;
     order: 5;
   }
 
   .order-md-6 {
     -webkit-box-ordinal-group: 7;
     -ms-flex-order: 6;
     order: 6;
   }
 
   .order-md-7 {
     -webkit-box-ordinal-group: 8;
     -ms-flex-order: 7;
     order: 7;
   }
 
   .order-md-8 {
     -webkit-box-ordinal-group: 9;
     -ms-flex-order: 8;
     order: 8;
   }
 
   .order-md-9 {
     -webkit-box-ordinal-group: 10;
     -ms-flex-order: 9;
     order: 9;
   }
 
   .order-md-10 {
     -webkit-box-ordinal-group: 11;
     -ms-flex-order: 10;
     order: 10;
   }
 
   .order-md-11 {
     -webkit-box-ordinal-group: 12;
     -ms-flex-order: 11;
     order: 11;
   }
 
   .order-md-12 {
     -webkit-box-ordinal-group: 13;
     -ms-flex-order: 12;
     order: 12;
   }
 
 
 }
 
 @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-auto {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
 
 
 
   .col-lg-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
 
 
   .order-lg-first {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     order: -1;
   }
 
   .order-lg-last {
     -webkit-box-ordinal-group: 14;
     -ms-flex-order: 13;
     order: 13;
   }
 
 }
 
 .read_more button {
   background-color: #004085;
   color: white;
   border: none;
   padding: 10px;
 }
 
 .read_more button:hover {
   background-color: #a72a54;
   cursor: pointer;
 }
 
 .form-control {
   display: block;
   width: 100%;
   height: calc(2.25rem + 2px);
   padding: 0.375rem 0.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: 0.25rem;
   -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 }
 
 @media screen and (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 0.2rem rgba(0, 123, 255, 0.25);
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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;
 }
 
 select.form-control:focus::-ms-value {
   color: #495057;
   background-color: #fff;
 }
 
 .form-control-file,
 .form-control-range {
   display: block;
   width: 100%;
 }
 
 select.form-control[size],
 select.form-control[multiple] {
   height: auto;
 }
 
 textarea.form-control {
   height: auto;
 }
 
 .collapse:not(.show) {
   display: none;
 }
 
 .custom-select {
   display: inline-block;
   width: 100%;
   height: calc(2.25rem + 2px);
   padding: 0.375rem 1.75rem 0.375rem 0.75rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   vertical-align: middle;
   background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 
 .nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
 }
 
 .nav-link {
   display: block;
   padding: 0.5rem 1rem;
 }
 
 .nav-link:hover,
 .nav-link:focus {
   text-decoration: none;
 }
 
 .nav-link.disabled {
   color: #6c757d;
   pointer-events: none;
   cursor: default;
 }
 
 
 .navbar {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0.5rem 1rem;
 }
 
 .navbar>.container,
 .navbar>.container-fluid {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 
 .navbar-brand {
   display: inline-block;
   padding-top: 0.3125rem;
   padding-bottom: 0.3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap;
 }
 
 .navbar-brand:hover,
 .navbar-brand:focus {
   text-decoration: none;
 }
 
 .navbar-nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
 }
 
 .navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0;
 }
 
 .navbar-nav .dropdown-menu {
   position: static;
   float: none;
 }
 
 .navbar-text {
   display: inline-block;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
 }
 
 
 .navbar-toggler {
   padding: 0.25rem 0.75rem;
   font-size: 1.25rem;
   line-height: 1;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0.25rem;
 }
 
 .navbar-toggler:hover,
 .navbar-toggler:focus {
   text-decoration: none;
 }
 
 .navbar-toggler:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 
 .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%;
 }
 
 .fa-bars {
   font-size: 30px;
 }
 
 @media (max-width: 575.98px) {
 
   .navbar-expand-sm>.container,
   .navbar-expand-sm>.container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 576px) {
   .navbar-expand-sm {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
 
   .navbar-expand-sm .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
   }
 
   .navbar-expand-sm .navbar-nav .dropdown-menu {
     position: absolute;
   }
 
   .navbar-expand-sm .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
 
   .navbar-expand-sm>.container,
   .navbar-expand-sm>.container-fluid {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
 
   .navbar-expand-sm .navbar-collapse {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
 
   .navbar-expand-sm .navbar-toggler {
     display: none;
   }
 }
 
 @media (max-width: 767.98px) {
 
   .navbar-expand-md>.container,
   .navbar-expand-md>.container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 768px) {
   .navbar-expand-md {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
 
   .navbar-expand-md .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
   }
 
   .navbar-expand-md .navbar-nav .dropdown-menu {
     position: absolute;
   }
 
   .navbar-expand-md .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
 
   .navbar-expand-md>.container,
   .navbar-expand-md>.container-fluid {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
 
   .navbar-expand-md .navbar-collapse {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
 
   .navbar-expand-md .navbar-toggler {
     display: none;
   }
 }
 
 @media (max-width: 991.98px) {
 
   .navbar-expand-lg>.container,
   .navbar-expand-lg>.container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 992px) {
   .navbar-expand-lg {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
 
   .navbar-expand-lg .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
   }
 
   .navbar-expand-lg .navbar-nav .dropdown-menu {
     position: absolute;
   }
 
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
 
   .navbar-expand-lg>.container,
   .navbar-expand-lg>.container-fluid {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
 
   .navbar-expand-lg .navbar-collapse {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
 
   .navbar-expand-lg .navbar-toggler {
     display: none;
   }
 }
 
 @media (max-width: 1199.98px) {
 
   .navbar-expand-xl>.container,
   .navbar-expand-xl>.container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 1200px) {
   .navbar-expand-xl {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
 
   .navbar-expand-xl .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
   }
 
   .navbar-expand-xl .navbar-nav .dropdown-menu {
     position: absolute;
   }
 
   .navbar-expand-xl .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
 
   .navbar-expand-xl>.container,
   .navbar-expand-xl>.container-fluid {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
 
   .navbar-expand-xl .navbar-collapse {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
 
   .navbar-expand-xl .navbar-toggler {
     display: none;
   }
 }
 
 @media screen and (max-width:360px) {
   .navbar-toggler {
     margin-left: 90%;
     margin-top: -30%;
 
   }
 
 }
 
 .navbar-expand {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row nowrap;
   flex-flow: row nowrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 
 .navbar-expand>.container,
 .navbar-expand>.container-fluid {
   padding-right: 0;
   padding-left: 0;
 }
 
 .navbar-expand .navbar-nav {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
 }
 
 .navbar-expand .navbar-nav .dropdown-menu {
   position: absolute;
 }
 
 .navbar-expand .navbar-nav .nav-link {
   padding-right: 0.5rem;
   padding-left: 0.5rem;
 }
 
 .navbar-expand>.container,
 .navbar-expand>.container-fluid {
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }
 
 .navbar-expand .navbar-collapse {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
 }
 
 .navbar-expand .navbar-toggler {
   display: none;
 }
 
 .navbar-light .navbar-brand {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-brand:hover,
 .navbar-light .navbar-brand:focus {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-nav .nav-link {
   color: rgba(0, 0, 0, 0.5);
 }
 
 .navbar-light .navbar-nav .nav-link:hover,
 .navbar-light .navbar-nav .nav-link:focus {
   color: rgba(0, 0, 0, 0.7);
 }
 
 .navbar-light .navbar-nav .nav-link.disabled {
   color: rgba(0, 0, 0, 0.3);
 }
 
 .navbar-light .navbar-nav .show>.nav-link,
 .navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .nav-link.active {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-toggler {
   color: rgba(0, 0, 0, 0.5);
   border-color: rgba(0, 0, 0, 0.1);
 }
 
 .navbar-light .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 
 .navbar-light .navbar-text {
   color: rgba(0, 0, 0, 0.5);
 }
 
 .navbar-light .navbar-text a {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-text a:hover,
 .navbar-light .navbar-text a:focus {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-dark .navbar-brand {
   color: #fff;
 }
 
 .navbar-dark .navbar-brand:hover,
 .navbar-dark .navbar-brand:focus {
   color: #fff;
 }
 
 .navbar-dark .navbar-nav .nav-link {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .navbar-dark .navbar-nav .nav-link:hover,
 .navbar-dark .navbar-nav .nav-link:focus {
   color: rgba(255, 255, 255, 0.75);
 }
 
 .navbar-dark .navbar-nav .nav-link.disabled {
   color: rgba(255, 255, 255, 0.25);
 }
 
 .navbar-dark .navbar-nav .show>.nav-link,
 .navbar-dark .navbar-nav .active>.nav-link,
 .navbar-dark .navbar-nav .nav-link.show,
 .navbar-dark .navbar-nav .nav-link.active {
   color: #fff;
 }
 
 .navbar-dark .navbar-toggler {
   color: rgba(255, 255, 255, 0.5);
   border-color: rgba(255, 255, 255, 0.1);
 }
 
 .navbar-dark .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 
 .navbar-dark .navbar-text {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .navbar-dark .navbar-text a {
   color: #fff;
 }
 
 .navbar-dark .navbar-text a:hover,
 .navbar-dark .navbar-text a:focus {
   color: #fff;
 }
 
 
 .pagination {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding-left: 0;
   list-style: none;
   border-radius: 0.25rem;
 }
 
 
 
 .modal-content {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
   outline: 0;
 }
 
 
 .tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   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-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.875rem;
   word-wrap: break-word;
   opacity: 0;
 }
 
 
 .align-text-bottom {
   vertical-align: text-bottom !important;
 }
 
 .align-text-top {
   vertical-align: text-top !important;
 }
 
 .bg-light {
   background-color: #f8f9fa !important;
 }
 
 a.bg-light:hover,
 a.bg-light:focus,
 button.bg-light:hover,
 button.bg-light:focus {
   background-color: #dae0e5 !important;
 }
 
 .bg-dark {
   background-color: #343a40 !important;
 }
 
 a.bg-dark:hover,
 a.bg-dark:focus,
 button.bg-dark:hover,
 button.bg-dark:focus {
   background-color: #1d2124 !important;
 }
 
 
 .rounded {
   border-radius: 0.25rem !important;
 }
 
 
 .d-block {
   display: block !important;
 }
 
 
 .d-flex {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
 }
 
 
 .justify-content-start {
   -webkit-box-pack: start !important;
   -ms-flex-pack: start !important;
   justify-content: flex-start !important;
 }
 
 .justify-content-end {
   -webkit-box-pack: end !important;
   -ms-flex-pack: end !important;
   justify-content: flex-end !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;
 }
 
 .justify-content-around {
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
 }
 
 .align-items-start {
   -webkit-box-align: start !important;
   -ms-flex-align: start !important;
   align-items: flex-start !important;
 }
 
 .align-items-end {
   -webkit-box-align: end !important;
   -ms-flex-align: end !important;
   align-items: flex-end !important;
 }
 
 .align-items-center {
   -webkit-box-align: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
 }
 
 .align-items-baseline {
   -webkit-box-align: baseline !important;
   -ms-flex-align: baseline !important;
   align-items: baseline !important;
 }
 
 .align-items-stretch {
   -webkit-box-align: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
 }
 
 
 .align-self-stretch {
   -ms-flex-item-align: stretch !important;
   -ms-grid-row-align: stretch !important;
   align-self: stretch !important;
 }
 
 
 @media (min-width: 768px) {
 
   .justify-content-md-end {
     -webkit-box-pack: end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
 
 }
 
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
 }
 
 .sr-only-focusable:active,
 .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
 }
 
 
 
 .w-100 {
   width: 100% !important;
 }
 
 .w-auto {
   width: auto !important;
 }
 
 
 .min-vw-100 {
   min-width: 100vw !important;
 }
 
 .min-vh-100 {
   min-height: 100vh !important;
 }
 
 
 .m-0 {
   margin: 0 !important;
 }
 
 .mt-0,
 .my-0 {
   margin-top: 0 !important;
 }
 
 .mr-0,
 .mx-0 {
   margin-right: 0 !important;
 }
 
 .mb-0,
 .my-0 {
   margin-bottom: 0 !important;
 }
 
 .ml-0,
 .mx-0 {
   margin-left: 0 !important;
 }
 
 .m-1 {
   margin: 0.25rem !important;
 }
 
 .mt-1,
 .my-1 {
   margin-top: 0.25rem !important;
 }
 
 .mr-1,
 .mx-1 {
   margin-right: 0.25rem !important;
 }
 
 .mb-1,
 .my-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .ml-1,
 .mx-1 {
   margin-left: 0.25rem !important;
 }
 
 .m-2 {
   margin: 0.5rem !important;
 }
 
 .mt-2,
 .my-2 {
   margin-top: 0.5rem !important;
 }
 
 .mr-2,
 .mx-2 {
   margin-right: 0.5rem !important;
 }
 
 .mb-2,
 .my-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .ml-2,
 .mx-2 {
   margin-left: 0.5rem !important;
 }
 
 .m-3 {
   margin: 1rem !important;
 }
 
 .mt-3,
 .my-3 {
   margin-top: 1rem !important;
 }
 
 .mr-3,
 .mx-3 {
   margin-right: 1rem !important;
 }
 
 .mb-3,
 .my-3 {
   margin-bottom: 1rem !important;
 }
 
 .ml-3,
 .mx-3 {
   margin-left: 1rem !important;
 }
 
 .m-4 {
   margin: 1.5rem !important;
 }
 
 .mt-4,
 .my-4 {
   margin-top: 1.5rem !important;
 }
 
 .mr-4,
 .mx-4 {
   margin-right: 1.5rem !important;
 }
 
 .mb-4,
 .my-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .ml-4,
 .mx-4 {
   margin-left: 1.5rem !important;
 }
 
 .m-5 {
   margin: 3rem !important;
 }
 
 .mt-5,
 .my-5 {
   margin-top: 3rem !important;
 }
 
 .mr-5,
 .mx-5 {
   margin-right: 3rem !important;
 }
 
 .mb-5,
 .my-5 {
   margin-bottom: 3rem !important;
 }
 
 .ml-5,
 .mx-5 {
   margin-left: 3rem !important;
 }
 
 .p-0 {
   padding: 0 !important;
 }
 
 .pt-0,
 .py-0 {
   padding-top: 0 !important;
 }
 
 .pr-0,
 .px-0 {
   padding-right: 0 !important;
 }
 
 .pb-0,
 .py-0 {
   padding-bottom: 0 !important;
 }
 
 .pl-0,
 .px-0 {
   padding-left: 0 !important;
 }
 
 .p-1 {
   padding: 0.25rem !important;
 }
 
 .pt-1,
 .py-1 {
   padding-top: 0.25rem !important;
 }
 
 .pr-1,
 .px-1 {
   padding-right: 0.25rem !important;
 }
 
 .pb-1,
 .py-1 {
   padding-bottom: 0.25rem !important;
 }
 
 .pl-1,
 .px-1 {
   padding-left: 0.25rem !important;
 }
 
 .p-2 {
   padding: 0.5rem !important;
 }
 
 .pt-2,
 .py-2 {
   padding-top: 0.5rem !important;
 }
 
 .pr-2,
 .px-2 {
   padding-right: 0.5rem !important;
 }
 
 .pb-2,
 .py-2 {
   padding-bottom: 0.5rem !important;
 }
 
 .pl-2,
 .px-2 {
   padding-left: 0.5rem !important;
 }
 
 .p-3 {
   padding: 1rem !important;
 }
 
 .pt-3,
 .py-3 {
   padding-top: 1rem !important;
 }
 
 .pr-3,
 .px-3 {
   padding-right: 1rem !important;
 }
 
 .pb-3,
 .py-3 {
   padding-bottom: 1rem !important;
 }
 
 .pl-3,
 .px-3 {
   padding-left: 1rem !important;
 }
 
 .p-4 {
   padding: 1.5rem !important;
 }
 
 .pt-4,
 .py-4 {
   padding-top: 1.5rem !important;
 }
 
 .pr-4,
 .px-4 {
   padding-right: 1.5rem !important;
 }
 
 .pb-4,
 .py-4 {
   padding-bottom: 1.5rem !important;
 }
 
 .pl-4,
 .px-4 {
   padding-left: 1.5rem !important;
 }
 
 .p-5 {
   padding: 2rem !important;
 }
 
 .pt-5,
 .py-5 {
   padding-top: 2rem !important;
 }
 
 .pr-5,
 .px-5 {
   padding-right: 2rem !important;
 }
 
 .pb-5,
 .py-5 {
   padding-bottom: 2rem !important;
 }
 
 .pl-5,
 .px-5 {
   padding-left: 2rem !important;
 }
 
 .m-n1 {
   margin: -0.25rem !important;
 }
 
 .mt-n1,
 .my-n1 {
   margin-top: -0.25rem !important;
 }
 
 .mr-n1,
 .mx-n1 {
   margin-right: -0.25rem !important;
 }
 
 .mb-n1,
 .my-n1 {
   margin-bottom: -0.25rem !important;
 }
 
 .ml-n1,
 .mx-n1 {
   margin-left: -0.25rem !important;
 }
 
 .m-n2 {
   margin: -0.5rem !important;
 }
 
 .mt-n2,
 .my-n2 {
   margin-top: -0.5rem !important;
 }
 
 .mr-n2,
 .mx-n2 {
   margin-right: -0.5rem !important;
 }
 
 .mb-n2,
 .my-n2 {
   margin-bottom: -0.5rem !important;
 }
 
 .ml-n2,
 .mx-n2 {
   margin-left: -0.5rem !important;
 }
 
 .m-n3 {
   margin: -1rem !important;
 }
 
 .mt-n3,
 .my-n3 {
   margin-top: -1rem !important;
 }
 
 .mr-n3,
 .mx-n3 {
   margin-right: -1rem !important;
 }
 
 .mb-n3,
 .my-n3 {
   margin-bottom: -1rem !important;
 }
 
 .ml-n3,
 .mx-n3 {
   margin-left: -1rem !important;
 }
 
 .m-n4 {
   margin: -1.5rem !important;
 }
 
 .mt-n4,
 .my-n4 {
   margin-top: -1.5rem !important;
 }
 
 .mr-n4,
 .mx-n4 {
   margin-right: -1.5rem !important;
 }
 
 .mb-n4,
 .my-n4 {
   margin-bottom: -1.5rem !important;
 }
 
 .ml-n4,
 .mx-n4 {
   margin-left: -1.5rem !important;
 }
 
 .m-n5 {
   margin: -3rem !important;
 }
 
 .mt-n5,
 .my-n5 {
   margin-top: -3rem !important;
 }
 
 .mr-n5,
 .mx-n5 {
   margin-right: -3rem !important;
 }
 
 .mb-n5,
 .my-n5 {
   margin-bottom: -3rem !important;
 }
 
 .ml-n5,
 .mx-n5 {
   margin-left: -3rem !important;
 }
 
 .m-auto {
   margin: auto !important;
 }
 
 
 @media (min-width: 576px) {
 
 
   .mb-sm-0,
   .my-sm-0 {
     margin-bottom: 0 !important;
   }
 
   .m-sm-1 {
     margin: 0.25rem !important;
   }
 
 }
 
 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important;
   }
 
   .mt-md-0,
   .my-md-0 {
     margin-top: 0 !important;
   }
 
   .mr-md-0,
   .mx-md-0 {
     margin-right: 0 !important;
   }
 
   .mb-md-0,
   .my-md-0 {
     margin-bottom: 0 !important;
   }
 
   .ml-md-0,
   .mx-md-0 {
     margin-left: 0 !important;
   }
 
   .m-md-1 {
     margin: 0.25rem !important;
   }
 
   .mt-md-1,
   .my-md-1 {
     margin-top: 0.25rem !important;
   }
 
   .mr-md-1,
   .mx-md-1 {
     margin-right: 0.25rem !important;
   }
 
   .mb-md-1,
   .my-md-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .ml-md-1,
   .mx-md-1 {
     margin-left: 0.25rem !important;
   }
 
   .m-md-2 {
     margin: 0.5rem !important;
   }
 
   .mt-md-2,
   .my-md-2 {
     margin-top: 0.5rem !important;
   }
 
   .mr-md-2,
   .mx-md-2 {
     margin-right: 0.5rem !important;
   }
 
   .mb-md-2,
   .my-md-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .ml-md-2,
   .mx-md-2 {
     margin-left: 0.5rem !important;
   }
 
   .m-md-3 {
     margin: 1rem !important;
   }
 
   .mt-md-3,
   .my-md-3 {
     margin-top: 1rem !important;
   }
 
   .mr-md-3,
   .mx-md-3 {
     margin-right: 1rem !important;
   }
 
   .mb-md-3,
   .my-md-3 {
     margin-bottom: 1rem !important;
   }
 
   .ml-md-3,
   .mx-md-3 {
     margin-left: 1rem !important;
   }
 
   .m-md-4 {
     margin: 1.5rem !important;
   }
 
   .mt-md-4,
   .my-md-4 {
     margin-top: 1.5rem !important;
   }
 
   .mr-md-4,
   .mx-md-4 {
     margin-right: 1.5rem !important;
   }
 
   .mb-md-4,
   .my-md-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .ml-md-4,
   .mx-md-4 {
     margin-left: 1.5rem !important;
   }
 
   .m-md-5 {
     margin: 3rem !important;
   }
 
   .mt-md-5,
   .my-md-5 {
     margin-top: 3rem !important;
   }
 
   .mr-md-5,
   .mx-md-5 {
     margin-right: 3rem !important;
   }
 
   .mb-md-5,
   .my-md-5 {
     margin-bottom: 3rem !important;
   }
 
   .ml-md-5,
   .mx-md-5 {
     margin-left: 3rem !important;
   }
 
   .p-md-0 {
     padding: 0 !important;
   }
 
   .pt-md-0,
   .py-md-0 {
     padding-top: 0 !important;
   }
 
   .pr-md-0,
   .px-md-0 {
     padding-right: 0 !important;
   }
 
   .pb-md-0,
   .py-md-0 {
     padding-bottom: 0 !important;
   }
 
   .pl-md-0,
   .px-md-0 {
     padding-left: 0 !important;
   }
 
   .p-md-1 {
     padding: 0.25rem !important;
   }
 
   .pt-md-1,
   .py-md-1 {
     padding-top: 0.25rem !important;
   }
 
   .pr-md-1,
   .px-md-1 {
     padding-right: 0.25rem !important;
   }
 
   .pb-md-1,
   .py-md-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .pl-md-1,
   .px-md-1 {
     padding-left: 0.25rem !important;
   }
 
   .p-md-2 {
     padding: 0.5rem !important;
   }
 
   .pt-md-2,
   .py-md-2 {
     padding-top: 0.5rem !important;
   }
 
   .pr-md-2,
   .px-md-2 {
     padding-right: 0.5rem !important;
   }
 
   .pb-md-2,
   .py-md-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .pl-md-2,
   .px-md-2 {
     padding-left: 0.5rem !important;
   }
 
   .p-md-3 {
     padding: 1rem !important;
   }
 
   .pt-md-3,
   .py-md-3 {
     padding-top: 1rem !important;
   }
 
   .pr-md-3,
   .px-md-3 {
     padding-right: 1rem !important;
   }
 
   .pb-md-3,
   .py-md-3 {
     padding-bottom: 1rem !important;
   }
 
   .pl-md-3,
   .px-md-3 {
     padding-left: 1rem !important;
   }
 
   .p-md-4 {
     padding: 1.5rem !important;
   }
 
   .pt-md-4,
   .py-md-4 {
     padding-top: 1.5rem !important;
   }
 
   .pr-md-4,
   .px-md-4 {
     padding-right: 1.5rem !important;
   }
 
   .pb-md-4,
   .py-md-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .pl-md-4,
   .px-md-4 {
     padding-left: 1.5rem !important;
   }
 
   .p-md-5 {
     padding: 3rem !important;
   }
 
   .pt-md-5,
   .py-md-5 {
     padding-top: 3rem !important;
   }
 
   .pr-md-5,
   .px-md-5 {
     padding-right: 3rem !important;
   }
 
   .pb-md-5,
   .py-md-5 {
     padding-bottom: 3rem !important;
   }
 
   .pl-md-5,
   .px-md-5 {
     padding-left: 3rem !important;
   }
 
 }
 
 @media (min-width: 992px) {
 
 
   .p-lg-0 {
     padding: 0 !important;
   }
 
   .pt-lg-0,
   .py-lg-0 {
     padding-top: 0 !important;
   }
 
   .pr-lg-0,
   .px-lg-0 {
     padding-right: 0 !important;
   }
 
   .pb-lg-0,
   .py-lg-0 {
     padding-bottom: 0 !important;
   }
 
   .pl-lg-0,
   .px-lg-0 {
     padding-left: 0 !important;
   }
 
   .p-lg-1 {
     padding: 0.25rem !important;
   }
 
   .pt-lg-1,
   .py-lg-1 {
     padding-top: 0.25rem !important;
   }
 
   .pr-lg-1,
   .px-lg-1 {
     padding-right: 0.25rem !important;
   }
 
   .pb-lg-1,
   .py-lg-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .pl-lg-1,
   .px-lg-1 {
     padding-left: 0.25rem !important;
   }
 
   .p-lg-2 {
     padding: 0.5rem !important;
   }
 
   .pt-lg-2,
   .py-lg-2 {
     padding-top: 0.5rem !important;
   }
 
   .pr-lg-2,
   .px-lg-2 {
     padding-right: 0.5rem !important;
   }
 
   .pb-lg-2,
   .py-lg-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .pl-lg-2,
   .px-lg-2 {
     padding-left: 0.5rem !important;
   }
 
   .p-lg-3 {
     padding: 1rem !important;
   }
 
   .pt-lg-3,
   .py-lg-3 {
     padding-top: 1rem !important;
   }
 
   .pr-lg-3,
   .px-lg-3 {
     padding-right: 1rem !important;
   }
 
   .pb-lg-3,
   .py-lg-3 {
     padding-bottom: 1rem !important;
   }
 
   .pl-lg-3,
   .px-lg-3 {
     padding-left: 1rem !important;
   }
 
   .p-lg-4 {
     padding: 1.5rem !important;
   }
 
   .pt-lg-4,
   .py-lg-4 {
     padding-top: 1.5rem !important;
   }
 
   .pr-lg-4,
   .px-lg-4 {
     padding-right: 1.5rem !important;
   }
 
   .pb-lg-4,
   .py-lg-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .pl-lg-4,
   .px-lg-4 {
     padding-left: 1.5rem !important;
   }
 
   .p-lg-5 {
     padding: 3rem !important;
   }
 
   .pt-lg-5,
   .py-lg-5 {
     padding-top: 3rem !important;
   }
 
   .pr-lg-5,
   .px-lg-5 {
     padding-right: 3rem !important;
   }
 
   .pb-lg-5,
   .py-lg-5 {
     padding-bottom: 3rem !important;
   }
 
   .pl-lg-5,
   .px-lg-5 {
     padding-left: 3rem !important;
   }
 
 }
 
 
 .text-left {
   text-align: left !important;
 }
 
 .text-right {
   text-align: right !important;
 }
 
 .text-center {
   text-align: center !important;
 }
 
 @media print {
 
   *,
   *::before,
   *::after {
     text-shadow: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
   }
 
   a:not(.btn) {
     text-decoration: underline;
   }
 
   abbr[title]::after {
     content: " (" attr(title) ")";
   }
 
   pre {
     white-space: pre-wrap !important;
   }
 
   pre,
   blockquote {
     border: 1px solid #adb5bd;
     page-break-inside: avoid;
   }
 
   thead {
     display: table-header-group;
   }
 
   tr,
   img {
     page-break-inside: avoid;
   }
 
   p,
   h2,
   h3 {
     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;
   }
 
   .badge {
     border: 1px solid #000;
   }
 
   .table {
     border-collapse: collapse !important;
   }
 
   .table td,
   .table th {
     background-color: #fff !important;
   }
 
   .table-bordered th,
   .table-bordered td {
     border: 1px solid #dee2e6 !important;
   }
 
   .table-dark {
     color: inherit;
   }
 
   .table-dark th,
   .table-dark td,
   .table-dark thead th,
   .table-dark tbody+tbody {
     border-color: #dee2e6;
   }
 
   .table .thead-dark th {
     color: inherit;
     border-color: #dee2e6;
   }
 }
 
 body {
   font-family: "Poppins", Arial, sans-serif;
   background: #fff;
   font-size: 14px;
   line-height: 1.8;
   font-weight: 400;
   /* color: gray; */
 }
 
 body.menu-show {
   overflow: hidden;
   position: fixed;
   height: 100%;
   width: 100%;
 }
 
 a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #212529;
}

 
 a:hover,
 a:focus {
   text-decoration: none;
   color: #3c5495;
   outline: none !important;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5 {
   line-height: 1.5;
   color: #3c5495;
   font-weight: 400;
 }
 
 .wrap {
   background: #202020;
 }
 
 .wrap .phone a {
   color: #fff;
   font-size: 12px;
 }
 
 .social-media {
   display: inline-block;
 }
 
 .social-media p a {
   width: 34px;
   height: 34px;
   background: #4d4d4d;
   margin-right: 1px;
 }
 
 .social-media p a span {
   color: #fff;
 }
 
 .social-media p a:hover {
   background: #3c5495;
   border-color: #3c5495;
 }
 
 .social-media p a:hover span {
   color: #fff;
 }
 
 .ftco-navbar-light {
   background: #fff !important;
   z-index: 3;
   padding: 0;
   position: fixed;
   width: 100%;
   -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
   -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
   box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light {
     background: #fff;
     /* position: relative; */
     top: 0;
     padding: 10px 15px;
   }
 }
 
 .ftco-navbar-light .navbar-brand {
   color: #000000;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
 }
 
 .ftco-navbar-light .navbar-brand span {
   color: #cccccc;
 }
 
 .ftco-navbar-light .navbar-brand:hover,
 .ftco-navbar-light .navbar-brand:focus {
   color: #000000;
 }
 
 @media (max-width: 767.98px) {
   .ftco-navbar-light .navbar-brand {
     margin-bottom: 20px;
   }
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light .navbar-nav {
     padding-bottom: 10px;
   }
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
   font-size: 11px;
   padding-top: 2rem;
   padding-bottom: 2rem;
   padding-left: 20px;
   padding-right: 20px;
   font-weight: 500;
   color: #4d4d4d;
   text-transform: uppercase;
   letter-spacing: 2px;
   position: relative;
   opacity: 1 !important;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   bottom: 0;
   left: 0;
   background-color: #3c5495;
   visibility: hidden;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
   z-index: -1;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
   color: #3b5595;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
   visibility: visible;
   background-color: #bbddff;
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
     padding-left: 0;
     padding-right: 0;
     padding-top: .9rem;
     padding-bottom: .9rem;
   }
 
   .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
     color: #fff;
   }
 }
 
 @media (max-width: 767.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
     border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   }
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
   border: none;
   background: #fff;
   -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
   -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
   box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
   border-radius: 4px;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
   font-size: 12px;
   color: #000000;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
 .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
   background: #3c5495;
   color: #fff;
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
     display: block !important;
     background: #fff;
     -webkit-box-shadow: none;
     box-shadow: none;
   }
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
   color: #fff;
   background: #3c5495;
   border-radius: 0px;
 }
 
 @media (max-width: 767.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
     padding-left: 15px;
     padding-right: 15px;
   }
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
     color: #fff;
     background: #3c5495;
     border-radius: 4px;
   }
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item.active>a {
   color: #3b5595;
 }
 
 .ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
   visibility: visible;
   background-color: #bbddff;
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }
 
 @media (max-width: 991.98px) {
   .ftco-navbar-light .navbar-nav>.nav-item.active>a {
     color: #000000;
   }
 
   .ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
     display: none;
   }
 }
 
 .ftco-navbar-light .navbar-toggler {
   border: none;
   color: rgba(0, 0, 0, 0.5) !important;
   cursor: pointer;
   padding-right: 0;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: .1em;
 }
 
 .ftco-navbar-light .navbar-toggler:focus {
   outline: none !important;
 }
 
 .hero-wrap {
   padding-top: 83px;
   width: 100%;
   height: 100%;
   position: inherit;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center;
   position: relative;
 }
 
 @media (max-width: 1199.98px) {
   .hero-wrap {
     background-position: center center !important;
   }
 }
 
 .hero-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: '';
   opacity: .4;
   background: #000000;
 }
 
 .hero-wrap.hero-wrap-2 {
   height: 280px;
 }
 
 .hero-wrap.hero-wrap-2 .overlay {
   opacity: .5;
 }
 
 .hero-wrap.hero-wrap-2 .slider-text {
   height: 250px;
 }
 
 .hero-wrap.hero-wrap-2 .slider-text h1 {
   font-weight: 400;
   font-size: 40px;
 }
 
 .hero-wrap .slider-text h1 {
   color: #fff;
   line-height: 1.2;
   font-family: "Poppins", Arial, sans-serif;
 }
 
 @media (max-width: 991.98px) {
   .hero-wrap .slider-text h1 {
     font-size: 40px;
   }
 }
 
 .hero-wrap .slider-text h1 span {
   color: #3c5495;
 }
 
 .hero-wrap .slider-text .subheading {
   font-size: 15px;
   color: #3c5495;
   text-transform: uppercase;
   font-family: "Poppins", Arial, sans-serif;
   font-weight: 700;
   letter-spacing: 2px;
 }
 
 .hero-wrap .slider-text p {
   font-size: 18px;
   line-height: 1.5;
   color: rgba(255, 255, 255, 0.7);
 }
 
 .hero-wrap .slider-text p strong {
   font-weight: 700;
 }
 
 .hero-wrap .slider-text p strong a {
   color: #000000;
 }
 
 .hero-wrap .slider-text .breadcrumbs {
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 20px;
   z-index: 99;
 }
 
 .hero-wrap .slider-text .breadcrumbs span {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero-wrap .slider-text .breadcrumbs span i {
   color: rgba(255, 255, 255, 0.3);
 }
 
 .hero-wrap .slider-text .breadcrumbs span a {
   color: rgba(255, 255, 255, 0.7);
 }
 
 .hero-wrap .slider-text .breadcrumbs span a:hover,
 .hero-wrap .slider-text .breadcrumbs span a:focus {
   color: #3c5495;
 }
 
 .hero-wrap .slider-text .breadcrumbs span a:hover i,
 .hero-wrap .slider-text .breadcrumbs span a:focus i {
   color: #3c5495;
 }
 
 .owl-carousel {
   position: relative;
 }
 
 .owl-carousel .owl-item {
   opacity: 1;
 }
 
 .owl-carousel .owl-item.active {
   opacity: 1;
 }
 
 .owl-carousel .owl-dots {
   text-align: center;
 }
 
 .owl-carousel .owl-dots .owl-dot {
   width: 10px;
   height: 10px;
   margin: 5px;
   border-radius: 50%;
   background: #e6e6e6;
   position: relative;
 }
 
 .owl-carousel .owl-dots .owl-dot:after {
   position: absolute;
   top: -2px;
   left: -2px;
   right: 0;
   bottom: 0;
   width: 14px;
   height: 14px;
   content: '';
   border: 1px solid #4d4d4d;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
 }
 
 .owl-carousel .owl-dots .owl-dot:hover,
 .owl-carousel .owl-dots .owl-dot:focus {
   outline: none !important;
 }
 
 .owl-carousel .owl-dots .owl-dot.active {
   background: #b3b3b3;
 }
 
 .owl-carousel .owl-dots .owl-dot.active:after {
   border-color: #fff;
 }
 
 .owl-carousel.home-slider {
   position: relative;
   height: 560px;
   z-index: 0;
 }
 
 .owl-carousel.home-slider .slider-item {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 560px;
   position: relative;
   z-index: 0;
   overflow: hidden;
 }
 
 .owl-carousel.home-slider .slider-item .overlay {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   background: #000000;
   opacity: .2;
   width: 100%;
   padding: 0;
   z-index: 0;
 }
 
 @media (max-width: 1199.98px) {
   .owl-carousel.home-slider .slider-item {
     background-position: center center !important;
   }
 }
 
 .owl-carousel.home-slider .slider-item .slider-text {
   height: 700px;
   position: relative;
 }
 
 .owl-carousel.home-slider .slider-item .slider-text .text {
   z-index: 0;
   color: rgba(255, 255, 255, 0.9);
 }
 
 .owl-carousel.home-slider .slider-item .slider-text h1 {
   font-size: 40px;
   font-weight: 700;
   color: #fff;
   line-height: 1;
   text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
 }
 
 @media (max-width: 991.98px) {
   .owl-carousel.home-slider .slider-item .slider-text h1 {
     font-size: 40px;
     letter-spacing: 3px;
   }
 }
 
 .owl-carousel.home-slider .slider-item .slider-text h2 {
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-family: "Poppins", Arial, sans-serif;
   font-weight: 600;
   color: #e2e798;
   display: inline-block;
   position: relative;
   letter-spacing: 4px;
 }
 
 .owl-carousel.home-slider .owl-nav {
   position: absolute;
   top: 50%;
   width: 100%;
 }
 
 .owl-carousel.home-slider .owl-nav .owl-prev,
 .owl-carousel.home-slider .owl-nav .owl-next {
   position: absolute;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   outline: none !important;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0;
 }
 
 .owl-carousel.home-slider .owl-nav .owl-prev span:before,
 .owl-carousel.home-slider .owl-nav .owl-next span:before {
   font-size: 30px;
   color: rgba(255, 255, 255, 0.5);
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
 .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
 .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
 .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
   color: #fff;
 }
 
 .owl-carousel.home-slider .owl-nav .owl-prev {
   left: 0;
   margin-left: 0;
 }
 
 .owl-carousel.home-slider .owl-nav .owl-next {
   right: 0;
   margin-right: 0;
 }
 
 .owl-carousel.home-slider:hover .owl-nav .owl-prev,
 .owl-carousel.home-slider:hover .owl-nav .owl-next {
   opacity: 1;
 }
 
 .owl-carousel.home-slider:hover .owl-nav .owl-prev {
   margin-left: 50px;
 }
 
 .owl-carousel.home-slider:hover .owl-nav .owl-next {
   margin-right: 50px;
 }
 
 .owl-carousel.home-slider .owl-dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 40px;
   width: 100%;
   text-align: center;
 }
 
 @media (max-width: 767.98px) {
   .owl-carousel.home-slider .owl-dots {
     bottom: 5px;
   }
 }
 
 .owl-carousel.home-slider .owl-dots .owl-dot {
   width: 10px;
   height: 10px;
   margin: 5px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.4);
 }
 
 .owl-carousel.home-slider .owl-dots .owl-dot.active {
   background: #fff;
 }
 
 .owl-carousel.owl-drag .owl-item {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
 }
 
 .owl-carousel {
   position: relative;
 }
 
 .owl-carousel .owl-item {
   opacity: .4;
 }
 
 .owl-carousel .owl-item.active {
   opacity: 1;
 }
 
 .owl-carousel .owl-nav {
   position: absolute;
   top: 50%;
   width: 100%;
 }
 
 .owl-carousel .owl-nav .owl-prev,
 .owl-carousel .owl-nav .owl-next {
   position: absolute;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   margin-top: -10px;
   color: #3c5495 !important;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
   opacity: 0;
 }
 
 .owl-carousel .owl-nav .owl-prev span:before,
 .owl-carousel .owl-nav .owl-next span:before {
   font-size: 30px;
 }
 
 .owl-carousel .owl-nav .owl-prev {
   left: 0;
 }
 
 .owl-carousel .owl-nav .owl-next {
   right: 0;
 }
 
 .owl-carousel .owl-dots {
   text-align: center;
 }
 
 .owl-carousel .owl-dots .owl-dot {
   width: 10px;
   height: 10px;
   margin: 5px;
   border-radius: 50%;
   background: #e6e6e6;
   position: relative;
 }
 
 .owl-carousel .owl-dots .owl-dot:after {
   position: absolute;
   top: -2px;
   left: -2px;
   right: 0;
   bottom: 0;
   width: 14px;
   height: 14px;
   content: '';
   border: 1px solid #e6e6e6;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
 }
 
 .owl-carousel .owl-dots .owl-dot.active {
   background: #b3b3b3;
 }
 
 .owl-carousel:hover .owl-nav .owl-prev,
 .owl-carousel:hover .owl-nav .owl-next {
   opacity: 1;
 }
 
 .owl-carousel:hover .owl-nav .owl-prev {
   left: -25px;
 }
 
 .owl-carousel:hover .owl-nav .owl-next {
   right: -25px;
 }
 
 .owl-custom-nav {
   float: right;
   position: relative;
   z-index: 10;
   border: 1px solid red;
 }
 
 .owl-custom-nav .owl-custom-prev,
 .owl-custom-nav .owl-custom-next {
   padding: 10px;
   font-size: 30px;
   background: #ccc;
   line-height: 0;
   width: 60px;
   text-align: center;
   display: inline-block;
 }
 
 .bg-light {
   background: #f8f9fd !important;
 }
 
 .bg-secondary {
   background: #bbddff !important;
 }
 
 .bg-primary {
   background: #3c5495 !important;
 }
 
 .img-video {
   background-position: top center !important;
 }
 
 @media (max-width: 767.98px) {
   .img-video {
     height: 400px;
   }
 }
 
 
 /* back to top */
 .back-top-btn {
   color: #721c24;
   border: 6px solid #721c24;
   position: fixed;
   bottom: 30px;
   right: 20px;
   border-radius: 50%;
   height: 50px;
   width: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: white;
   font-size: 20px;
   transition: 0.25s ease;
   z-index: 1;
   scroll-behavior: smooth;
 }
 
 
 .back-top-btn:hover,
 .back-top-btn:focus {
   color: #721c24;
   text-decoration: none;
   transform: scale(1.1);
 }
 
 .back-top-btn i {
   font-size: 35px;
 }
 
 .hide {
   opacity: 0;
 
 }
 
 .show {
   opacity: 1;
   transform: translateY(10px);
 
 }
 
 .icon-video {
   width: 80px;
   height: 80px;
   background: #3c5495;
   -webkit-animation: pulse 2s infinite;
   animation: pulse 2s infinite;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
 }
 
 @media (min-width: 768px) {
   .icon-video {
     margin-right: -35px;
   }
 }
 
 .icon-video span {
   font-size: 20px;
   color: #fff;
 }
 
 .open_time {
   padding-bottom: 0px;
 }
 
 @media (max-width: 767.98px) {
   .intro-box {
     margin-bottom: 20px;
   }
 }
 
 .intro-box {
   margin-bottom: 20px;
   color: black;
 }
 
 .intro-box .icon {
   width: 60px;
   height: 60px;
   border: 2px solid #e6e6e6;
   border-radius: 50%;
 }
 
 .intro-box .icon span {
   color: #000000;
 }
 
 .intro-box .text {
   width: calc(100% - 60px);
 }
 
 .intro-box .text h4 {
   font-size: 16px;
 }
 
 
 .services {
   display: block;
   width: 100%;
   position: relative;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .services .icon {
   line-height: 1.3;
   position: relative;
   width: 70px;
   height: 70px;
   margin: 0 auto;
   position: relative;
   z-index: 0;
   border-radius: 50%;
   background: #bbddff;
   -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
 }
 
 .services .icon span {
   font-size: 40px;
   color: #000000;
 }
 
 .services .media-body h3 {
   font-weight: 400;
   font-size: 18px;
   color: #000000;
 }
 
 .intro-box .icon img,
 .services-2 .icon img {
   height: 40px;
   width: auto;
 }
 
 .services-2 .icon {
   width: 70px;
   height: 70px;
   border-radius: 50%;
   background: #bbddff;
   -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
 }
 
 .services-2 .icon span {
   font-size: 40px;
   color: #000000;
 }
 
 .services-2 .text {
   width: calc(100% - 60px);
 }
 
 .services-2 .text h4 {
   font-size: 18px;
 }
 
 /* #section-counter {
    position: relative;
    z-index: 0;
  }
  
  .ftco-counter {
    overflow-x: hidden;
    position: relative;
    padding: 4em 0;
  }
  
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important;
    }
  }
  
  .ftco-counter .block-18 {
    display: block;
    width: 100%;
  }
  
  @media (max-width: 991.98px) {
    .ftco-counter .block-18 {
      margin-bottom: 2em;
    }
  }
  
  .ftco-counter .text {
    position: relative;
  }
  
  @media (max-width: 767.98px) {
    .ftco-counter .text {
      width: 100%;
    }
  }
  
  .ftco-counter .text .number {
    line-height: 1;
    font-weight: 500;
    font-size: 34px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    margin-bottom: 10px;
  }
  
  .ftco-counter .text span {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px;
    }
  } */
 
 .marq_body {
   margin: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   border-top: 5px solid #bbddff;
   border-bottom: 5px solid #bbddff;
   background-color: white;
   padding: 10px 0px;
 }
 
 .marquee {
   width: 100%;
   overflow: hidden;
   white-space: nowrap;
 }
 
 .marquee-content {
   display: inline-block;
   animation: marquee 20s linear infinite;
 }
 
 .marquee-content img {
   height: 60px;
   margin-right: 60px;
   display: inline-block;
 }
 
 @keyframes marquee {
   0% {
     transform: translateX(0);
   }
 
   100% {
     transform: translateX(-50%);
   }
 }
 
 /*  */
 .mleft-10 {
   margin-left: -10px;
 }
 
 .staff {
   overflow: hidden;
   border-radius: 4px;
   margin-bottom: 30px;
   -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .staff .img-wrap {
   height: 300px;
 }
 
 .staff .img {
   width: 100%;
   display: block;
   background-position: top center;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .staff .text {
   position: relative;
   background: #fff;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .staff .text h3 {
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 0;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   color: #000000;
   margin-bottom: 5px;
 }
 
 .staff .text .position {
   color: #bd2255;
   display: block;
   font-weight: 500;
   display: inline-block;
   margin-bottom: 10px;
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 2px;
 }
 
 .staff .text .faded {
   opacity: 1;
 }
 
 .staff .ftco-social {
   position: absolute;
   top: -50px;
   left: 0;
   right: 0;
   padding: 15px 10px;
   background: transparent;
   opacity: 1;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .staff .ftco-social li {
   width: 30px;
   height: 30px;
   position: relative;
 }
 
 .staff .ftco-social li a {
   color: #fff;
   width: 30px;
   height: 30px;
   background: #8fd0d2;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
 }
 
 .staff:hover,
 .staff:focus {
   -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
   -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
   box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
 }
 
 .staff:hover .ftco-social,
 .staff:focus .ftco-social {
   opacity: 1;
   top: -60px;
 }
 
 .staff:hover .img,
 .staff:focus .img {
   margin-top: -10px;
 }
 
 .staff:hover .text h3,
 .staff:focus .text h3 {
   color: #3c5495;
 }
 
 
 .ftco-animate {
   opacity: 0;
   visibility: hidden;
 }
 
 .about-author .desc h3 {
   font-size: 24px;
 }
 
 .ftco-section {
   padding: 4em 0;
   position: relative;
 }
 
 @media (max-width: 767.98px) {
   .ftco-section {
     padding: 6em 0;
   }
 }
 
 
 .copyright {
   color: white;
 }
 
 
 .footer {
   padding: 0;
   overflow: hidden;
   background: #3b5595;
 }
 
 .footer a {
   color: white;
 }
 
 .footer .footer-heading {
   font-size: 18px;
   margin-bottom: 15px;
   font-weight: 600;
   color: white;
 }
 
 .footer ul.list-unstyled li a {
   color: white;
 }
 
 .footer .form-consultation {
   width: 100%;
 }
 
 .footer .form-consultation .form-control {
   height: 44px !important;
   background: rgba(255, 255, 255, 0.1) !important;
   color: rgba(255, 255, 255, 0.3) !important;
   font-size: 14px;
   border-radius: 5px;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: none;
 }
 
 .footer .form-consultation .form-control::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: rgba(255, 255, 255, 0.3) !important;
 }
 
 .footer .form-consultation .form-control::-moz-placeholder {
   /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.3) !important;
 }
 
 .footer .form-consultation .form-control:-ms-input-placeholder {
   /* IE 1255+ */
   color: rgba(255, 255, 255, 0.3) !important;
 }
 
 .footer .form-consultation .form-control:-moz-placeholder {
   /* Firefox 18- */
   color: rgba(255, 255, 255, 0.3) !important;
 }
 
 .footer .form-consultation .form-control:focus {
   outline: none !important;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .footer .form-consultation .form-control:focus,
 .footer .form-consultation .form-control:active {
   outline: none !important;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .footer .form-consultation .submit {
   background: #3c5495 !important;
   color: #fff !important;
 }
 
 .footer .form-consultation textarea.form-control {
   height: inherit !important;
 }
 
 .footer .aside-stretch-right {
   background: #333333;
 }
 
 .footer .aside-stretch-right:after {
   background: #333333;
 }
 
 
 @media (max-width: 767.98px) {
   .footer .aside-stretch-right {
     background: transparent;
   }
 
   .footer .aside-stretch-right:after {
     background: transparent;
     display: none;
   }
 }
 
 
 @-webkit-keyframes pulse {
   0% {
     -webkit-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0.4);
   }
 
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(197, 207, 49, 0);
   }
 
   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0);
   }
 }
 
 @keyframes pulse {
   0% {
     -moz-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0.4);
     -webkit-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0.4);
     box-shadow: 0 0 0 0 rgba(197, 207, 49, 0.4);
   }
 
   70% {
     -moz-box-shadow: 0 0 0 30px rgba(197, 207, 49, 0);
     -webkit-box-shadow: 0 0 0 30px rgba(197, 207, 49, 0);
     box-shadow: 0 0 0 30px rgba(197, 207, 49, 0);
   }
 
   100% {
     -moz-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0);
     -webkit-box-shadow: 0 0 0 0 rgba(197, 207, 49, 0);
     box-shadow: 0 0 0 0 rgba(197, 207, 49, 0);
   }
 }
 
 .heading-section .subheading {
   font-size: 12px;
   display: block;
   font-weight: 600;
   color: black;
   text-transform: uppercase;
   letter-spacing: 2px;
 }
 
 .heading-section h2 {
   font-size: 24px;
   font-weight: 600;
 }
 
 @media (max-width: 767.98px) {
   .heading-section h2 {
     font-size: 28px;
   }
 }
 
 .heading-section.heading-section-white .subheading {
   color: #000000;
 }
 
 .heading-section.heading-section-white h2 {
   color: #000000;
 }
 
 .heading-section.heading-section-white p {
   color: rgba(255, 255, 255, 0.9);
 }
 
 .img,
 .blog-img,
 .user-img {
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 }
 
 .icon img {
   height: 40px;
 }
 
 .service_box {
   margin-top: 35px;
 }
 
 .image-popup {
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in;
 }
 
 .block-20 {
   overflow: hidden;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 250px;
   position: relative;
   display: block;
 }
 
 @media (min-width: 768px) {
   .blog-entry {
     margin-bottom: 40px;
   }
 }
 
 @media (max-width: 767.98px) {
   .blog-entry {
     margin-bottom: 30px;
   }
 }
 
 .blog-entry a:hover {
   cursor: pointer;
 }
 
 .blog-entry .text {
   position: relative;
   border-top: 0;
   border-radius: 2px;
 }
 
 .blog-entry .text .tag {
   color: #b3b3b3;
 }
 
 .blog-entry .text .heading {
   font-size: 18px;
   margin-bottom: 16px;
   font-weight: 400;
 }
 
 .blog-entry .text .heading a {
   color: #000000;
 }
 
 .blog-entry .text .heading a:hover,
 .blog-entry .text .heading a:focus,
 .blog-entry .text .heading a:active {
   color: #3c5495;
 }
 
 .blog-entry .text .meta-chat {
   color: #8fd0d2;
 }
 
 .blog-entry .text .read {
   color: #000000;
   font-size: 14px;
 }
 
 .blog-entry .meta>div {
   display: inline-block;
   margin-right: 5px;
   margin-bottom: 5px;
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 2px;
 }
 
 .blog-entry .meta>div a {
   color: #999999;
   font-weight: 500;
 }
 
 .blog-entry .meta>div a:hover {
   color: #333333;
 }
 
 .blog-entry .btn-custom {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 500;
   color: #9ea627;
 }
 
 .wrapper {
   width: 100%;
 }
 
 .contact-wrap {
   background: #fff;
 }
 
 .address_div {
   margin-top: -10px;
 }
 
 .address_cont {
   line-height: 35px;
 }
 
 #map {
   height: 500px;
   width: 100%;
 }
 
 .con_add {
   color: #212529;
 }
 
 .con_add:hover {
   cursor: pointer;
 }
 
 @media (max-width: 767.98px) {
   #map {
     height: 300px;
   }
 }
