/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}
.primary {
  color: #2E4B5E;
}
.secondary {
  color: #FF4A17;
}
a {
  color: #ff4a17;
  text-decoration: none;
}
a:hover {
  color: #ff724a;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {font-family: "Raleway", sans-serif;}
.lh-175 {line-height: 1.75;} .lh-2 {line-height: 2;}
.row5 {height: 5px;} .row10 {height: 10px;} .row15 {height: 15px;} .row20 {height: 20px;}
.fs10 {font-size: 10px;} .fs12 {font-size: 12px;} .fs14 {font-size: 14px;} .fs16 {font-size: 16px;} .fs18 {font-size: 18px;}
.text-up {text-transform: uppercase !important;} .text-just {text-align: justify;} .text-it {font-style: italic;}
.section-bg {
  background-color: #f0f4f8;
}
.center-center {
  display: flex;
  justify-content: center; 
  align-items: center;
}
.card {box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}
.card-header {font-family: "Raleway", sans-serif; font-size: 18px; font-weight: 500;}
.card-body {font-family: "Raleway", sans-serif; line-height: 2.5;}
.tres-colunas {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  -webkit-column-rule: 1px solid #cccccc; /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #cccccc; /* Firefox */
  column-rule: 1px solid #cccccc;
  -webkit-column-span: all; /* Chrome, Safari, Opera */
  column-span: all;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff4a17;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/* bttn */
.bttn {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4), 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size:  0.9rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.bttn:after {
  content: "";
  background-color: white;
  width: 75%;
  height: 12.5%;
  position: absolute;
  top: 0.15rem;
  left: 12.5%;
  border-radius: 0.375rem;
  filter: blur(0.15rem);
  transition: opacity 64ms ease-out;
}
.bttn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0.4rem 1rem rgba(0, 0, 0, 0.3) inset;
  color: #ececec;
}
.bttn:active:after {
  opacity: 0;
}
.bttn:hover, .bttn:focus {
  color: #212529;
  background-color: #d8d8d8;
  border: solid 1px darken(#d8d8d8, 7.5%);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4), 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.2) inset;
}
/* Primary */
.bttn-primary {
  color: white;
  background-color: #263D4D;
  border-color: #263D4D;
}
/* Secondary */
.bttn-secondary {
  color: white;
  background-color: #FF4A17;
  border-color: #FF4A17;
}
/* buttons */
.bttn-info {
  color: white;
  background-color: #0091ea;
  border: solid 1px darken(#0079c4, 7.5%);
}
.bttn-success {
  color: white;
  background-color: #00c853;
  border: solid 1px darken(#00a243, 7.5%);
}
.bttn-warning {
  color: #3e2723;
  background-color: #ffc400;
  border: solid 1px darken(#d9a700, 7.5%);
}
.bttn-warning:active {
  color: #261815;
}
.bttn-error {
  color: white;
  background-color: #d50000;
  border: solid 1px darken(#af0000, 7.5%);
}
.bttn-dark {
  color: white;
  background-color: #303030;
  border: solid 1px darken(#1d1d1d, 7.5%);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff4a17;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login {
  text-align: center; 
  width: 100%; 
  height: auto; 
  box-sizing: border-box; 
  padding: 20px 30px 0 30px; 
  background-color: transparent;
}
.login .input-group {
  position: relative; 
  width: 100%; 
  margin-bottom: 25px; 
  box-shadow: 0px 10px 14px -7px rgba(74, 74, 74, 1);
}
.login .input-group input {
  height: 50px; 
  width: 100%; 
  padding: 0 20px; 
  box-sizing: border-box; 
  font-size: 18px; 
  outline: none; 
  border: 1px solid #ddd;
}
.login .input-group span {
  position: absolute; 
  top: 12px; 
  left: 20px; 
  padding: 0; 
  transition: 0.5s; 
  pointer-events: none; 
  background: #fff; 
  text-transform: uppercase;
}
.login .input-group input:focus ~ span,
.login .input-group input:valid ~ span {
  top: -12px; 
  left: 12px; 
  font-size: 12px; 
  padding: 2px 4px; 
  border: 1px solid #000; background: #ff0;
}
.login .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff4a17;
  border: 2px solid #ff4a17;
  box-shadow: 0px 10px 14px -7px rgba(74, 74, 74, 1);
}
.login .btn-get-started:hover {
  color: #ff4a17;
  background: transparent;
  border: 2px solid #ff4a17;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  height: 80px;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(21, 34, 43, 0.85);
  padding: 10px 0;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header .logo img {
    padding: 0;
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Inner-Page
--------------------------------------------------------------*/
#inner-page {
  background-color: #dfe7f0;
}
.inner-page {
  padding-top: 30px;
}
.inner-page .placa {
  background-color: transparent;
  border: 1px solid #2E4B5E; 
  color: #2E4B5E; 
  font-family: Raleway, sans-serif;
  font-weight: bold; 
  font-size: 18px; 
  margin-bottom: 30px; 
  padding: 10px 0;
  text-align: center; 
}
.inner-page .inner-page-slider img {
  width: 100%;
}
.inner-page .inner-page-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.inner-page .inner-page-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}
.inner-page .inner-page-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}
.inner-page .inner-page-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
.inner-page .inner-page-info h3 {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.inner-page .inner-page-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.inner-page .inner-page-info ul li + li {
  margin-top: 10px;
}
.inner-page .inner-page-info p {
  color: #ff4a17;
  margin-top: 10px;
}
.inner-page .inner-page-description {
  padding-top: 30px;
}
.inner-page .inner-page-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.inner-page .inner-page-description p {
  padding: 0;
}
.inner-page .caixa {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.inner-page .content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  padding: 15px;
}
.inner-page .content a {
  color: #ff4a17;
  text-decoration: none;
}
.inner-page .content a:hover {
  color: #444;
  text-decoration: none;
}
/* Cartão */
.inner-page .cartao {
  margin: 10px; /* Adicione margens para espaçamento */
  padding: 10px; /* Adicione preenchimento para melhor apresentação */
  line-height: 1.75;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  float: left;
  width: calc(33.3333% - 20px);
  text-align: center;
}
.inner-page .cartao a {
  color: #444;
  text-decoration: none;
}
.inner-page .cartao a:hover {
  color: #ff4a17;
  text-decoration: none;
}
.inner-page .cartao i {
  color: #444;
  font-size: 18px;
}
.inner-page .cartao i:hover {
  color: #ff4a17;
}
@media (max-width: 991.98px) {
  .inner-page .cartao {
    width: calc(100% - 20px); /* Calcular a largura para caber uma div com margens */
  }
  .inner-page .bloco_cartoes {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .inner-page .bloco_cartoes {
    margin: 30px 0 0 -10px;
  }
}
.inner-page .clear {
  clear: both;
}
.inner-page h3,
.inner-page .content h3 {
  color: #263D4D;
  font-size: 24px;
  font-weight: 700;
}
.inner-page .titulo,
.inner-page .content .titulo {
  color: #2E4B5E;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
}
.inner-page .title,
.inner-page .content .title {
  color: #2E4B5E;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  margin-top: 50px;
}
.inner-page .aviso,
.inner-page .content .aviso {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #FF4A17;
}
.inner-page .aviso:hover,
.inner-page .content .aviso:hover {
  color: #FF5E31;
}
.inner-page .texto,
.inner-page .content .texto {
  color: #666;
  font-size: 15px;
}
.inner-page .text,
.inner-page .content .text {
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}
.inner-page table,
.inner-page .content table {
  border-bottom-width: 0;
  border-collapse: collapse; 
  border-top-width: 0;            
  color: #666; 
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  width: 100%;
}
.inner-page table th,
.inner-page .content table th {
  border-bottom: 1px solid #FF4A17;
  color: #FF4A17;
  font-weight: bold;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
/* .inner-page table tr:nth-child(even),
.inner-page .content table tr:nth-child(even) {
  background: rgba(255, 74, 23, .1);
} */
.inner-page table td,
.inner-page .content table td {
  line-height: 1.5;
  padding: 0.5rem 0;
  vertical-align: middle; 
}
.inner-page table td a,
.inner-page .content table td a {
  color: #666;
  text-decoration: none;
}
.inner-page table td a:hover,
.inner-page .content table td a:hover {
  color: #FF5E31;
  text-decoration: none;
}
.inner-page table td i,
.inner-page .content table td i {
  font-size: 18px;
}
.inner-page table .lh-175,
.inner-page .content table .lh-175 {
  line-height: 1.75;
}
.inner-page #total,
.inner-page .content #total {
  background-color: #2E4B5E;
  color: white;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.inner-page ul,
.inner-page .content ul {
  list-style: none;
  padding: 0;
}
.inner-page ul li,
.inner-page .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.inner-page ul i,
.inner-page .content ul i {
  font-size: 24px;
  color: #FF4A17;
  position: absolute;
  left: 0;
  top: -2px;
}
.inner-page p:last-child,
.inner-page .content p:last-child {
  margin-bottom: 0;
}
.inner-page .form-control, 
.inner-page .form-select, 
.inner-page .content .form-control, 
.inner-page .content .form-select {
  border: 1px solid #ff4a17;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  outline: none;
  outline-width: 0;
}
.inner-page .form-control:focus, 
.inner-page .form-select:focus, 
.inner-page .content .form-control:focus, 
.inner-page .content .form-select:focus {
  border: 1px solid #263D4D;
}
.inner-page ::-webkit-input-placeholder,
.inner-page .content ::-webkit-input-placeholder,
.inner-page ::-moz-placeholder,
.inner-page .content ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.inner-page label,
.inner-page .content label {
  font-size: 14px;
  color: #2E4B5E;
  margin-top: 5px; 
  margin-bottom: 2px;
}
.inner-page input[type="date"], 
.inner-page .content input[type="date"] {
  font-size: 14px;
  color:  #999;
}
.inner-page .r-o input,
.inner-page .content .r-o input {
  background-color: #ccc;
  color: #666;
}
.inner-page .inner-page-item {
  margin-bottom: 30px;
  overflow: hidden;
  height: 370px;
}
.inner-page .inner-page-item img {
  box-shadow: rgba(46, 75, 94, 0.4) 5px 5px, rgba(46, 75, 94, 0.3) 10px 10px, rgba(46, 75, 94, 0.2) 15px 15px, rgba(46, 75, 94, 0.1) 20px 20px, rgba(46, 75, 94, 0.05) 25px 25px;
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inner-page .inner-page-item .inner-page-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a17;
  padding: 15px 20px;
}
.inner-page .inner-page-item .inner-page-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.inner-page .inner-page-item .inner-page-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.inner-page .inner-page-item:hover img {
  top: -30px;
  opacity: .7;
}
.inner-page .inner-page-item:hover .inner-page-info {
  opacity: 1;
  bottom: 0;
}

@media (max-width: 992px) {
  .inner-page {
    margin-top: -30px;
  }
  .inner-page .box {
    margin-bottom: -20px;
  }
  .inner-page .content {
    margin-top: 50px;
  }
  .inner-page .content h3 {
    margin-left: 15px;  
  }
  .inner-page .content .aviso {
    margin-left: 15px;  
    padding-bottom: 15px;
  }    
  .inner-page ul li,
  .inner-page .content ul li {
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Laudo
--------------------------------------------------------------*/
.laudo .form-control, 
.laudo .form-select {
  border: 1px solid #263D4D;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  outline: none;
  outline-width: 0;
}
.laudo .form-control:focus, 
.laudo .form-select:focus {
  border: 1px solid #ff4a17;
}
.laudo ::-webkit-input-placeholder,
.laudo ::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.laudo label {
  font-size: 14px;
  color: #2E4B5E;
  margin-top: 5px; 
  margin-bottom: 2px;
}
.laudo input[type="date"] {
  font-size: 14px;
  color:  #666;
}
.laudo input[readonly] {
  background-color: #ccc;
  cursor: not-allowed;
}
.laudo .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.laudo .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.laudo .form-check-input {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23263D4D' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #263D4D;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.laudo .form-check-input:focus {
  border-color: #263D4D;
  outline: 0;
  box-shadow: none;
}
.laudo .form-check-input:checked {
  background-color: #263D4D;
  border-color: #263D4D;
}
.laudo .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23263D4D' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.laudo .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.laudo .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.laudo .form-switch {
  padding-left: 2.5em;
}
.laudo .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23263D4D'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.laudo .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23263D4D'/%3e%3c/svg%3e");
}
.laudo .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.laudo_input {
  font-size: 14px;
  margin-top: 20px;    
}
.laudo_input .titulo {
  color: #ff4a17;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
}
.laudo_input .tab-pane {
  background-color: transparent;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  padding: 20px;
}
.laudo_input .nav-tabs {
  border-bottom: 1px solid #263D4D;
}
.laudo_input .nav-tabs .nav-link {
  margin: 0 5px -1px 0;
  background: none; 
  border: 1px solid #263D4D; 
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px; 
  color: #263D4D;
}
.laudo_input .nav-tabs .nav-link, .nav-tabs .nav-link:focus {
  border-color: #263D4D #263D4D #263D4D;
  isolation: isolate;
}
.laudo_input .nav-tabs .nav-link:hover {
  color: #fff; 
  background-color: #263D4D; 
  border-color: #263D4D #263D4D #263D4D; 
  isolation: isolate;
}
.laudo_input .nav-tabs .nav-link.active,
.laudo_input .nav-tabs .nav-item.show .nav-link {
  color: #fff; 
  background-color: #263D4D; 
  border-color: #263D4D #263D4D #263D4D;
}
.laudo_input .accordion .nav {
  margin-left: -16px;
}
.laudo_input .accordion .nav .nav-item {
  margin: 0 -8px;
}
.li_simples {
  background-color: transparent; 
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; 
  padding: 20px 20px 30px 20px;
}
#laudo-pre {
  font-family: "Open Sans", sans-serif; font-size: 20px; color: #666; 
  background-color: #dfe7f0;
}
.laudo-pre {
  padding-top: 120px;
}
.laudo-pre .box {
  background-color: #fff;
  color: #666;
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.laudo-pre .box table {
  font-family: "Open Sans", sans-serif;
  border-bottom-width: 0;
  border-collapse: collapse; 
  border-top-width: 0;            
  color: #666; 
  font-size: 20px;
  width: 100%;
}
.laudo-pre .box table td {
  padding: 3px 0; 
  vertical-align: top;
}
.laudo-pre .box table td {
  padding: 3px 0; 
  vertical-align: top;
}
.laudo-pre .box .titulo {
  color: #666;
  font-size: 24px; 
  font-weight: bold;
  margin-top: 15px; 
  text-align: center;
  text-transform: uppercase; 
}
.laudo-pre .box .subtitulo {
  font-size: 20px;
  font-weight: bold;
  color: #999; 
  text-align: center;
  margin-top: 15px; 
  text-transform: uppercase; 
}
.laudo-pre .box .item {
  color: #666;
  font-size: 20px; 
  font-weight: bold;
  margin-top: 20px; 
  text-align: left;
  text-transform: uppercase; 
}
.laudo-pre .box .sub-item {
  color: #666;
  font-size: 20px; 
  font-weight: bold;
  margin-top: 20px; 
  text-align: left;
}
.laudo-pre .box .just {
  text-align: justify;
}
.laudo-pre .box .text-up {
  color: #999;
  font-size: 20px; 
  text-transform: uppercase;
}
.laudo-pre .box .texto {
  color: #999;
  font-size: 20px; 
  text-transform: none;
}
.laudo-pre .box .texto_conc {
  color: #999;
  font-size: 18px;
  margin-top: 10px; 
}
.laudo-pre .box .spc_5 {
  height: 5px;
}
.laudo-pre .box .spc_10 {
  height: 10px;
}
.laudo-pre .box .spc_15 {
  height: 15px;
}
.laudo-pre .box input {
  border: 0;
  color: #666;
  font-size: 20px; 
}
.laudo-pre .box .texto,
.laudo-pre .box .texto input {
  color: #999;
  font-size: 18px; 
}
.laudo-pre .box textarea {
  border: 0;
  box-shadow: none;
  color: #999;
  font-size: 18px; 
  height: 30px; 
  margin: 0 0 -10px -10px; 
  overflow: hidden; 
  resize: vertical; 
}
.laudo-pre .box .tabela-titulo {
  display: flex;
  color: #999;
  font-weight: bold;
  margin-top: 10px; 
}
.laudo-pre .box .tabela-titulo .setenta {
  width: 70%; 
}
.laudo-pre .box .tabela-titulo .metade {
  width: 50%; 
}
.laudo-pre .box .tabela-titulo .quarto {
  width: 40%; 
}
.laudo-pre .box .tabela-titulo .sexto {
  width: 16.6667%; 
}
.laudo-pre .box .tabela-titulo .quinze {
  width: 15%; 
}
.laudo-pre .box .tabela-titulo .dez {
  width: 10%; 
}
.laudo-pre .box .tabela {
  font-size: 18px;
  display: flex;
  color: #999;
}
.laudo-pre .box .tabela input {
  font-size: 18px;
  color: #999;
}
.laudo-pre .box .tabela .setenta {
  width: 70%; 
}
.laudo-pre .box .tabela .metade {
  width: 50%; 
}
.laudo-pre .box .tabela .quarto {
  width: 40%; 
}
.laudo-pre .box .tabela .terco {
  width: 33.3333%; 
}
.laudo-pre .box .tabela .sexto {
  width: 16.6667%; 
}
.laudo-pre .box .tabela .quinze {
  width: 15%; 
}
.laudo-pre .box .tabela .dez {
  width: 10%; 
}
.laudo-pre .box .tec {
  color: #999;
  font-size: 14px;
}
.laudo-pre .box .finale {
  display: flex;
  justify-content: space-between !important;
  margin-top: 20px;
}
.laudo-pre .box .finale .coluna-1 {
  color: #666;
  font-size: 18px;
  width: 70%; 
}
.laudo-pre .box .finale .coluna-1 input {
  font-size: 18px;
}
.laudo-pre .box .finale .coluna-2 {
  width: 30%; 
  text-align: center; 
  margin-top: -75px;
  display: flex; 
  flex-direction: column;
}
.laudo-pre .box .finale .coluna-2 .crm {
  margin-top: -50px; 
  display: flex; 
  flex-direction: column;
}
.laudo-pre .box .finale .coluna-2 .crm span {
  margin-top: -10px;
}
.laudo-pre .box .botoes {
  margin-top: 30px; 
  font-size: 12px; 
  display: flex; 
  justify-content: space-between !important;
}
.laudo-pre .box .botoes span {
  margin-right: 80px;
}
.laudo-pre .box .footer {
  font-size: 20px; 
  text-align: center; 
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
.hidden-xs {
  display: block;
} 
.hidden-md {
  display: none;
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none;
  } 
  .hidden-md {
    display: block;
  }
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.cdmModal {
  margin-top: 70px;
}
.cdmModal .modal-dialog {
  background-color: transparent;
}
.cdmModal .modal-dialog .modal-content {
  background-color: rgba(46, 75, 94, .8);
  border: 1px solid rgba(46, 75, 94, .8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}
.cdmModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  color: #fafafa;
}
.cdmModal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #fff;
}
.cdmModal .modal-dialog .modal-content .modal-body {
  background-color: transparent;
  border: none;
  color: #fafafa;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.cdmModal .modal-dialog .modal-content .modal-body form label {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
}
.cdmModal .modal-dialog .modal-content .modal-body .form-control {
  background-color: transparent;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.cdmModal .modal-dialog .modal-content .modal-body .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  color: #c8c8c8;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  outline: none;
  margin-bottom: 10px;
}
.cdmModal .modal-dialog .modal-content .modal-body .form-control:focus,
.cdmModal .modal-dialog .modal-content .modal-body .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2E4B5E;
  background-color: #fff;
  color: #2E4B5E;
}
.cdmModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input,
.cdmModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input:focus,
.cdmModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input:checked {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.cdmModal .modal-dialog .modal-content .modal-body input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.cdmModal .modal-dialog .modal-content .modal-body input[type="date"] {
  font-size: 14px;
}
.cdmModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.cdmModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.cdmModal .btn {
  border-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
  user-select: none;
    -webkit-transition: background-color ease-out 0.5s;
    -moz-transition: background-color ease-out 0.5s;
    -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
}
.cdmModal .btn-outline-w, .btn-outline-w:focus {
  color: #fff;
  border-color: #fff;
}
.cdmModal .btn-outline-w:hover {
  color: #2E4B5E;
  background-color: #fff;
  border-color: #fff;
}
.cdmModal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
/* .cdmModal .modal-dialog .modal-content .modal-body input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #fafafa;
} */

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.ccaModal {
  margin-top: 10px !important;
}
.ccaModal .modal-dialog {
  background-color: transparent;
}
.ccaModal .modal-dialog .modal-content {
  background-color: rgba(1, 4, 136, .8);
  border: 1px solid rgba(1, 4, 136, .8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}
#prevencaoModal .modal-dialog .modal-content {
  background-color: rgba(1, 4, 136, 0.9);
}
.ccaModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  color: #fafafa;
}
.ccaModal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color: #fff;
}
.ccaModal .modal-dialog .modal-content .modal-body {
  margin-top: -20px;
  background-color: transparent;
  border: none;
  color: #fafafa;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.ccaModal .modal-dialog .modal-content .modal-body h6 {
  margin: -10px 0;
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
.ccaModal .modal-dialog .modal-content .modal-body form label {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.ccaModal .modal-dialog .modal-content .modal-body .form-control {
  background-color: transparent;
  border: 1px solid #999;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.ccaModal .modal-dialog .modal-content .modal-body .form-control::placeholder {
  background-color: transparent;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.ccaModal .modal-dialog .modal-content .modal-body .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  padding-right: 2.5rem;
  border: 1px solid #999;
  box-shadow: none;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  outline: none;
  margin-bottom: 10px;
}
.ccaModal .modal-dialog .modal-content .modal-body .form-control:focus,
.ccaModal .modal-dialog .modal-content .modal-body .form-select:focus {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  color: #010488;
  outline: none;
}
.ccaModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input,
.ccaModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input:focus,
.ccaModal .modal-dialog .modal-content .modal-body .form-switch .form-check-input:checked {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="date"] {
  color: #999;
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="time"] {
  color: #999;
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="datetime-local"] {
  color: #999;
}
.ccaModal .modal-dialog .modal-content .modal-body input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.ccaModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.ccaModal .btn-w, .btn-w:focus {
  color: #0205a1;
  background-color: #fff;
  border-color: #fff;
}
.ccaModal .btn-w:hover {
  color: #fff;
  background-color: rgba(1, 4, 136, .8);
  border-color: #fff;
}
.ccaModal .btn-outline-w, .btn-outline-w:focus {
  color: #fff;
  border-color: #fff;
}
.ccaModal .btn-outline-w:hover {
  color: #0205a1;
  background-color: #fff;
  border-color: #fff;
}

.myModal {
  margin-top: 70px;
}
.myModal .modal-dialog {
  background-color: transparent;
  max-width: 580px;
}
.myModal .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 0;
  border: none;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 1); */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.myModal .modal-content .modal-header {
  background-color: #263D4D;
  border-radius: 0;
  border: none;
  color: white;
}
.myModal .modal-content .modal-header h4, 
.myModal .modal-content .modal-footer h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.myModal .modal-content .modal-header h5, 
.myModal .modal-content .modal-footer h5 {
  font-size: 14px;
}
.myModal .modal-content .modal-body {
  font-size: 14px;
}
.myModal .modal-content .modal-body form label {
  color: #263D4D;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.myModal .modal-content .modal-body .form-control,
.myModal .modal-content .modal-body .form-select {
  border-color: #ff4a17;
  border-radius: 0.375rem;
  box-shadow: none;
  margin-bottom: 10px;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.myModal .modal-content .modal-body .form-control:focus, 
.myModal .modal-content .modal-body .form-select:focus {
  box-shadow: none;
  border-color: #263D4D;
  color: #666;
}
.myModal .modal-content .modal-body .form-control::placeholder {
  color: #999;
}
.myModal .modal-content .modal-body input[type="date"] {
  color: #999;
}
.myModal .modal-footer {
  text-align: left;
}
.myModal .close {
  border: 0;
  font-size: 22px;
  color: #000;
  background-color: transparent;
  opacity: 0.4;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 1;
}

.confirmaModal {
  margin-top: 70px;
}
.confirmaModal .modal-dialog {
  background-color: transparent;
}
.confirmaModal .modal-dialog .modal-content {
  background-color: rgba(255, 196, 0, 0.8);
  border: none;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}
.confirmaModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  color: #3e2723;
}
.confirmaModal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #3e2723;
}
.confirmaModal .modal-dialog .modal-content .modal-body {
  background-color: transparent;
  border: none;
  color: #3e2723;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin: -10px 0;
}
.confirmaModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.confirmaModal .btn {
  border-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
  user-select: none;
    -webkit-transition: background-color ease-out 0.5s;
    -moz-transition: background-color ease-out 0.5s;
    -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
}
.confirmaModal .btn-outline-w, .btn-outline-w:focus {
  border-color: #3e2723;
  color: #3e2723;
}
.confirmaModal .btn-outline-w:hover {
  background-color: #3e2723;
  border-color: #3e2723;
  color: #ffc400;
}
.confirmaModal .btn-w, .btn-w:focus {
  color: #ffc400;
  background-color: #3e2723;
  border-color: #3e2723;
}
.confirmaModal .btn-w:hover {
  color: #3e2723;
  background-color: transparent;
  border-color: #3e2723;
}
.btn-close-marrom {
  filter: invert(16%) sepia(18%) saturate(3068%) hue-rotate(353deg) brightness(95%) contrast(89%);
}

.deleteModal {
  margin-top: 70px;
}
.deleteModal .modal-dialog {
  background-color: transparent;
}
.deleteModal .modal-dialog .modal-content {
  background-color: rgba(255, 0, 0, 0.8);
  border: none;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}
.deleteModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  color: #fafafa;
}
.deleteModal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #fff;
}
.deleteModal .modal-dialog .modal-content .modal-body {
  background-color: transparent;
  border: none;
  color: #fafafa;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin: -10px 0;
}
.deleteModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.deleteModal .btn {
  border-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
  user-select: none;
    -webkit-transition: background-color ease-out 0.5s;
    -moz-transition: background-color ease-out 0.5s;
    -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
}
.deleteModal .btn-outline-w, .btn-outline-w:focus {
  border-color: #fff;
  color: #fff;
}
.deleteModal .btn-outline-w:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FF0000;
}
.deleteModal .btn-w, .btn-w:focus {
  color: #FF0000;
  background-color: #fff;
  border-color: #fff;
}
.deleteModal .btn-w:hover {
  color: #fff;
  background-color: #FF0000;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.tabHeader {
  color: #2E4B5E;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
#tabCDM {
  border-collapse: collapse; 
  border-bottom-width: 0;
  border-top-width: 0;            
  color: #666; 
  font-family: 'Raleway', sans-serif; 
  font-size: 14px; 
  width: 100%;
}
#tabCDM th {
  border-bottom: 1px solid #FF4A17;
  color: #FF4A17;
  font-size: 14px;
  font-weight: bold;
  padding: .5rem .5rem;
  text-transform: uppercase;
}
#tabCDM tr:nth-child(even) {
  background-color: rgba(102, 102, 102, .1);
}
#tabCDM tr:last-child {
  border-bottom: 1px solid #FF4A17;
}
#tabCDM td {
  line-height: 1.5;
  padding: .5rem .5rem;
  vertical-align: middle; 
}
#tabCDM td a {
  color: #666;
  text-decoration: none;
}
#tabCDM td a:hover {
  color: #FF5E31;
  text-decoration: none;
}
#tabCDM .lh-175 {
  line-height: 1.75;
}
#tabCDM td i {
  font-size: 18px;
}
#tabCDM_b td {
  color: #FF4A17;
  font-size: 14px;
  font-weight: bold;
  padding: .5rem .5rem;
  text-transform: uppercase;
}
#tabTotais {
  border-collapse: collapse; 
  border-bottom-width: 0;
  border-top-width: 0;            
  color: #666; 
  font-family: 'Raleway', sans-serif; 
  font-size: 14px; 
  width: 100%;
}
#tabTotais th {
  border-bottom: 1px solid #263D4D;
  color: #263D4D;
  font-size: 14px;
  font-weight: bold;
  padding: .5rem .5rem;
  text-transform: uppercase;
}
#tabTotais td {
  background-color: rgba(102, 102, 102, .1);
  line-height: 1.5;
  padding: .5rem .5rem;
  vertical-align: middle; 
}
#tabTotais td a {
  color: #666;
  text-decoration: none;
}
#tabTotais td a:hover {
  color: #FF5E31;
  text-decoration: none;
}
#tabTotais .lh-175 {
  line-height: 1.75;
}
#tabTotais td i {
  font-size: 18px;
}
#tabRed {
  border-collapse: collapse; 
  border-bottom-width: 0;
  border-top-width: 0;            
  color: #666; 
  font-family: 'Raleway', sans-serif; 
  font-size: 14px; 
  width: 100%;
}
#tabRed th {
  background-color: transparent;
  border-bottom: 1px solid #FF4A17;
  color: #FF4A17;
  font-size: 14px;
  font-weight: bold;
  padding: .5rem .5rem;
  text-transform: uppercase;
}
#tabRed td {
  background-color: rgba(255, 74, 23, .1);
  color: darkred;
  padding: .5rem .5rem;
  vertical-align: middle; 
}
#tabPac {
  width: 100%;
  border-collapse: collapse;
}
#tabPac td {
  color: #999;
  vertical-align: top;
}
#tabPac td strong {
  color: #666;
}
#tabPac .left-column {
  width: 75%;
}
#tabPac .right-column {
  width: 25%;
}
#tabPac .divider {
  height: 10px;
}
.text-up {
  text-transform: uppercase !important;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ff4a17;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ff4a17;
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff4a17;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff4a17;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff4a17;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 24px;
}
#hero .btn-get-started {
  margin-top: -20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff4a17;
  border: 2px solid #ff4a17;
}
#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #ff4a17;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ff4a17;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #ff4a17;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ff4a17;
}

.features .nav-link.active {
  background: #ff4a17;
  color: #fff;
  border-color: #ff4a17;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a17;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #ff4a17;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ff4a17;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs a {
  color: #ff4a17;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #121d24;
  text-decoration: none;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #ff4a17;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff4a17;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-top .footer-info {
    text-align: center;
  }
  #footer .footer-top .footer-info img {
    width: 60%;
  }
  #footer .footer-top .footer-links {
    text-align: center;
  }
}