/* THEME-COLOR DEFINATION */
/* EXTRA-COLOR DEFINATION */
/* BACKGROUND-COLOR DEFINATION */
/* TEXT-COLOR DEFINATION */
/* FUNCTION-COLOR DEFINATION */
/* FONT-SIZE DEFINATION */
/* FONT-WEIGHT DEFINATION */
/* FONT-FAMILY DEFINATION */
.dt-product:after, .dt-post-header:after, .dt-product:before, .dt-post-header:before {
  content: "";
  display: table; }

.dt-product:after, .dt-post-header:after {
  clear: both; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #434751;
  background-color: #434751; }

h1 {
  font-family: "Oxygen", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #40485B;
  margin: 0px;
  padding: 20px 0px;
  line-height: inherit; }

h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #40485B;
  margin: 0px;
  padding: 15px 0px;
  line-height: inherit; }

h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #40485B;
  margin: 0px;
  padding: 10px 0px;
  line-height: inherit; }

h4 {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #40485B;
  margin: 0px;
  padding: 5px 0px;
  line-height: inherit; }

p {
  text-align: justify; }

small {
  font-weight: 300; }

a {
  color: #D71920; }
  a:hover, a:focus {
    color: #a91419; }

label {
  font-size: 12px;
  font-weight: 600; }

hr {
  border-color: #DBDFE8;
  box-shadow: 0px 1px 0px 0px #fff; }

textarea {
  resize: none; }

.navbar {
  margin: 0px;
  min-height: auto; }

.navbar-inverse {
  background-color: #D71920;
  border-color: #D71920;
  box-shadow: none !important;
  border-radius: 0px;
  z-index: 9991; }
  .navbar-inverse .navbar-nav li a {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    padding: 10px;
    color: #eee; }
  .navbar-inverse .navbar-nav li.active > a {
    background: transparent; }
    .navbar-inverse .navbar-nav li.active > a:hover, .navbar-inverse .navbar-nav li.active > a:focus {
      background: transparent; }
  .navbar-inverse .navbar-nav li.dropdown > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .navbar-inverse .navbar-nav li.dropdown.open a {
    background: transparent; }
  .navbar-inverse .navbar-nav li.dropdown .dropdown-menu {
    background: #D71920;
    border-radius: 0px;
    border: 0px;
    margin-top: 2px; }
    .navbar-inverse .navbar-nav li.dropdown .dropdown-menu a {
      display: block;
      font-size: 12px;
      text-decoration: none;
      padding: 0px 15px;
      line-height: 30px;
      color: #fff !important; }
      .navbar-inverse .navbar-nav li.dropdown .dropdown-menu a:hover, .navbar-inverse .navbar-nav li.dropdown .dropdown-menu a:focus {
        background-color: #c0161d; }

.navbar-default {
  padding: 10px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #434751;
  border-radius: 0px; }
  .navbar-default .navbar-brand {
    width: 275px;
    height: 47px;
    background-image: url("https://www.pmlil.com/wp-content/uploads/2024/07/logo.svg");
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin: 0px; }
  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border: 0px; }
  .navbar-default .navbar-nav li a {
    text-transform: uppercase;
    color: #434751;
    font-weight: 600; }
  .navbar-default .navbar-nav li.active a {
    background: transparent;
    color: #D71920; }
    .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus {
      background: transparent;
      color: #D71920; }
  .navbar-default .navbar-nav li.dropdown > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .navbar-default .navbar-nav li.dropdown.open a {
    background: transparent;
    color: #D71920; }
  .navbar-default .navbar-nav li.dropdown .dropdown-menu {
    min-width: 200px !important;
    background: #D71920;
    border-radius: 0px;
    border: 0px;
    margin-top: 2px; }
    .navbar-default .navbar-nav li.dropdown .dropdown-menu a {
      display: block;
      font-size: 12px;
      text-decoration: none;
      padding: 0px 15px;
      line-height: 30px;
      color: #fff !important; }
      .navbar-default .navbar-nav li.dropdown .dropdown-menu a:hover, .navbar-default .navbar-nav li.dropdown .dropdown-menu a:focus {
        background-color: #c0161d; }
  .navbar-default .navbar-nav li:nth-child(3) .dropdown-menu a {
    width: 410px; }

.navbar-default-fixed {
  z-index: 99;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

.form-control {
  border-radius: 0px;
  box-shadow: none; }
  .form-control:focus {
    border-color: #D71920;
    box-shadow: none; }

textarea.form-control {
  height: 250px; }

.btn-group {
  margin-bottom: 25px; }
  .btn-group .btn-default {
    font-weight: 600;
    border-color: #eee;
    background: #eee;
    text-transform: uppercase;
    border-radius: 0px; }
    .btn-group .btn-default.active {
      border-color: #D71920;
      background: #D71920;
      box-shadow: none;
      color: #fff; }
    .btn-group .btn-default:hover, .btn-group .btn-default:focus {
      border-color: #a91419;
      background: #a91419;
      color: #fff; }

.btn-primary {
  border-radius: 0px;
  border-color: #D71920;
  background-color: #D71920; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #c0161d !important;
    border-color: #c0161d !important; }

.btn-default {
  border-radius: 0px;
  border-color: #373b43;
  background-color: #373b43;
  color: #fff; }
  .btn-default:hover, .btn-default:focus {
    background-color: #2c2f35 !important;
    border-color: #2c2f35 !important;
    color: #fff; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.pull-center {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.section-title h1 {
  font-size: 22px;
  padding: 0px 0px 20px 0px;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative; }
  .section-title h1 strong {
    font-weight: 600; }
  .section-title h1:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #D71920;
    bottom: 5px;
    left: 0;
    border-radius: 4px; }

.btn-social {
  color: #fff;
  background: #373b43;
  border-radius: 0px; }
  .btn-social:hover, .btn-social:focus {
    color: #fff;
    background: #D71920; }

.btn-facebook {
  color: #fff;
  background: #38529a;
  border-radius: 0px; }
  .btn-facebook:hover, .btn-facebook:focus {
    color: #fff;
    background: #38529a; }

.dt-main {
  display: inline-block;
  background-color: #fff;
  width: 100%; }

.dt-banner.owl-carousel {
  overflow: hidden;
  position: relative; }
  .dt-banner.owl-carousel .item img {
    width: 100%; }
  .dt-banner.owl-carousel .item .dt-banner-caption {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 15px 45px 10px 45px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .dt-banner.owl-carousel .item .dt-banner-caption:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #373b43;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
    .dt-banner.owl-carousel .item .dt-banner-caption > div {
      position: relative;
      z-index: 4; }
      .dt-banner.owl-carousel .item .dt-banner-caption > div h1 {
        padding-top: 0px;
        padding-left: 12px;
        padding-bottom: 5px;
        color: #fff;
        font-size: 20px;
        font-weight: 400; }
        .dt-banner.owl-carousel .item .dt-banner-caption > div h1 small {
          font-weight: 300;
          color: #fff;
          display: block; }
      .dt-banner.owl-carousel .item .dt-banner-caption > div p {
        padding-left: 12px;
        font-size: 14px;
        color: #fff; }
      .dt-banner.owl-carousel .item .dt-banner-caption > div a.btn-link {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff; }
        .dt-banner.owl-carousel .item .dt-banner-caption > div a.btn-link > i {
          margin: 0px; }
        .dt-banner.owl-carousel .item .dt-banner-caption > div a.btn-link:focus, .dt-banner.owl-carousel .item .dt-banner-caption > div a.btn-link:hover {
          color: #fff !important;
          text-decoration: none;
          color: #D71920; }
    @media (min-width: 992px) {
      .dt-banner.owl-carousel .item .dt-banner-caption {
        display: flex; }
        .dt-banner.owl-carousel .item .dt-banner-caption:after {
          content: "";
          width: 100%;
          height: 100%;
          background: #373b43;
          opacity: 0.6;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3; } }
  .dt-banner.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center; }
    .dt-banner.owl-carousel .owl-dots .owl-dot {
      height: 12px;
      width: 12px;
      margin: 0px 3px;
      border-radius: 50%;
      border: 2px solid #fff;
      background-color: transparent;
      box-shadow: 0px 0px 2px 0px #222;
      opacity: 0.7; }
      .dt-banner.owl-carousel .owl-dots .owl-dot.active {
        background-color: #fff;
        opacity: 1; }
  .dt-banner.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 15px; }
  .dt-banner.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 15px; }
  .dt-banner.owl-carousel .owl-nav .owl-prev,
  .dt-banner.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #40485B;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 20px !important;
    opacity: 0.6; }
    .dt-banner.owl-carousel .owl-nav .owl-prev:hover, .dt-banner.owl-carousel .owl-nav .owl-prev:focus,
    .dt-banner.owl-carousel .owl-nav .owl-next:hover,
    .dt-banner.owl-carousel .owl-nav .owl-next:focus {
      outline: none;
      opacity: 0.9; }
    .dt-banner.owl-carousel .owl-nav .owl-prev i,
    .dt-banner.owl-carousel .owl-nav .owl-next i {
      margin: 0px; }

.dt-bg-primary {
  background-color: #D71920;
  height: 115px; }

.dt-bg-secondary {
  background-color: #434751;
  height: auto; }
  @media (min-width: 768px) {
    .dt-bg-secondary {
      height: 115px; } }

.dt-product {
  position: relative;
  z-index: 2; }
  .dt-product h1 {
    width: 300px;
    float: none;
    color: #fff;
    font-size: 32px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .dt-product h1 {
        float: right; } }
    .dt-product h1 small {
      color: #fff;
      display: block;
      font-size: 24px;
      font-weight: 300; }
  .dt-product .dt-product-nav {
    height: 100%; }
    .dt-product .dt-product-nav li {
      height: 100%;
      width: 100%; }
      .dt-product .dt-product-nav li a {
        background: transparent;
        text-align: center;
        position: relative;
        border-radius: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .dt-product .dt-product-nav li a i {
          color: #fff;
          display: block;
          font-size: 35px; }
        .dt-product .dt-product-nav li a span {
          text-transform: capitalize;
          font-size: 14px;
          font-weight: 300;
          color: #fff; }
        .dt-product .dt-product-nav li a:hover, .dt-product .dt-product-nav li a:focus {
          background-color: #373b43; }
      .dt-product .dt-product-nav li:after {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
        visibility: hidden; }
      .dt-product .dt-product-nav li.active:after {
        visibility: hidden; }
        @media (min-width: 768px) {
          .dt-product .dt-product-nav li.active:after {
            visibility: visible; } }
      .dt-product .dt-product-nav li.active a {
        background: transparent; }
        .dt-product .dt-product-nav li.active a:hover, .dt-product .dt-product-nav li.active a:focus {
          background-color: #373b43; }
      @media (min-width: 768px) {
        .dt-product .dt-product-nav li {
          width: 145px; } }

.dt-navbar-text {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #5E626D; }
  .dt-navbar-text strong {
    margin-left: 5px;
    color: #D71920; }

.dt-product-list {
  padding: 25px 0px 50px 0px; }
  .dt-product-list .dt-product-content {
    min-height: 425px;
    padding: 0px;
    background-color: #F3F3F3;
    border-radius: 0px;
    border: none; }
    .dt-product-list .dt-product-content .dt-product-link {
      display: block;
      position: relative;
      overflow: hidden; }
      .dt-product-list .dt-product-content .dt-product-link img {
        width: 100%;
        height: 210px;
        object-fit: cover; }
      .dt-product-list .dt-product-content .dt-product-link i {
        font-size: 52px;
        position: absolute;
        top: 30%;
        left: 0;
        color: #fff;
        z-index: 3;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        transition: all 0.3s ease 0s; }
      .dt-product-list .dt-product-content .dt-product-link:after {
        content: "";
        position: absolute;
        top: 0;
        background-color: #D71920;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s ease 0s; }
      .dt-product-list .dt-product-content .dt-product-link:hover i {
        opacity: 1; }
      .dt-product-list .dt-product-content .dt-product-link:hover:after {
        opacity: 0.5; }
    .dt-product-list .dt-product-content .caption {
      padding: 15px 30px;
      position: relative; }
      .dt-product-list .dt-product-content .caption:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 46.5%;
        top: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        background: #F3F3F3;
        z-index: 20; }
      .dt-product-list .dt-product-content .caption a h2 {
        font-family: "Oxygen", sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 0px;
        color: #40485B; }
      .dt-product-list .dt-product-content .caption a:hover, .dt-product-list .dt-product-content .caption a:focus, .dt-product-list .dt-product-content .caption a:active {
        text-decoration: none !important; }
        .dt-product-list .dt-product-content .caption a:hover h2, .dt-product-list .dt-product-content .caption a:focus h2, .dt-product-list .dt-product-content .caption a:active h2 {
          color: #D71920 !important; }

.dt-partners {
  border-top: 1px solid #eee;
  padding: 45px 0px; }

.dt-payment {
  padding: 45px 0px; }
  .dt-payment-banner {
    float: right; }
  .dt-payment-content {
    margin-top: 25px; }
  .dt-payment-carousel {
    position: relative; }
    .dt-payment-carousel .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: -25px; }
    .dt-payment-carousel .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: -25px; }
    .dt-payment-carousel .owl-nav .owl-prev,
    .dt-payment-carousel .owl-nav .owl-next {
      width: 50px;
      height: 50px;
      background: #40485B !important;
      border: 2px solid #fff !important;
      color: #fff !important;
      font-size: 20px !important;
      opacity: 0.6; }
      .dt-payment-carousel .owl-nav .owl-prev:hover, .dt-payment-carousel .owl-nav .owl-prev:focus,
      .dt-payment-carousel .owl-nav .owl-next:hover,
      .dt-payment-carousel .owl-nav .owl-next:focus {
        outline: none;
        opacity: 0.9; }
      .dt-payment-carousel .owl-nav .owl-prev i,
      .dt-payment-carousel .owl-nav .owl-next i {
        margin: 0px; }

.dt-calendar {
  text-align: center;
  margin-right: 15px; }
  .dt-calendar .dt-date {
    display: block;
    font-size: 26px;
    font-family: "Oxygen", sans-serif;
    font-weight: 800;
    color: #D71920; }
  .dt-calendar .dt-months {
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }

.dt-media {
  padding: 25px 0px;
  background-image: url(../img/blogger_bg.jpg); }
  .dt-media .dt-media-content {
    padding: 45px;
    background-color: #fff; }
    .dt-media .dt-media-content .nav-pills {
      margin-bottom: 25px; }
      .dt-media .dt-media-content .nav-pills li a {
        font-weight: 600;
        border-color: #eee;
        background: #eee;
        text-transform: uppercase;
        border-radius: 0px; }
        .dt-media .dt-media-content .nav-pills li a:hover, .dt-media .dt-media-content .nav-pills li a:focus {
          border-color: #a91419;
          background: #a91419;
          color: #fff; }
      .dt-media .dt-media-content .nav-pills li.active a {
        background-color: #D71920; }
        .dt-media .dt-media-content .nav-pills li.active a:hover, .dt-media .dt-media-content .nav-pills li.active a:focus {
          border-color: #a91419;
          background: #a91419;
          color: #fff; }

.dt-post {
  border-bottom: 1px solid #eee; }
  .dt-post a {
    text-decoration: none; }
    .dt-post a:hover, .dt-post a:focus {
      text-decoration: none; }
      .dt-post a:hover h4, .dt-post a:focus h4 {
        color: #D71920; }
      .dt-post a:hover p, .dt-post a:focus p {
        color: #40485B; }
  .dt-post h4 {
    font-weight: 600;
    font-size: 16px;
    color: #434751; }
  .dt-post p {
    color: #5E626D; }

.dt-post-header {
  margin-bottom: 15px; }
  .dt-post-header .dt-calendar {
    float: left;
    margin-right: 25px; }

.dt-post-content {
  margin-bottom: 25px;
  margin-right: 10px; }
  .dt-post-content p {
    margin: 10px 0px 25px 0px;
    text-align: justify; }

.dt-footer {
  padding: 35px 0px 0px 0px;
  color: #b0b0b2; }
  .dt-footer h4 {
    color: #b0b0b2;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .dt-footer .nav.nav-stacked li.active > a {
    background-color: transparent !important; }
    .dt-footer .nav.nav-stacked li.active > a:hover, .dt-footer .nav.nav-stacked li.active > a:focus {
      background-color: transparent; }
  .dt-footer .nav.nav-stacked li > a {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    color: #eee;
    padding: 2px 0px; }
    .dt-footer .nav.nav-stacked li > a:focus, .dt-footer .nav.nav-stacked li > a:hover {
      color: #fff;
      background-color: transparent; }
  .dt-footer .btn-link {
    font-size: 12px;
    color: #fff;
    padding: 0px; }
    .dt-footer .btn-link:hover, .dt-footer .btn-link:focus {
      color: #fff;
      text-decoration: none; }
  .dt-footer .dt-copyright {
    margin-top: 25px;
    padding: 25px 0px;
    border-top: 1px solid #4f535f; }
    .dt-footer .dt-copyright .nav.nav-pills {
      margin-bottom: 15px; }
      .dt-footer .dt-copyright .nav.nav-pills li.active > a {
        background-color: transparent !important; }
        .dt-footer .dt-copyright .nav.nav-pills li.active > a:hover, .dt-footer .dt-copyright .nav.nav-pills li.active > a:focus {
          background-color: transparent; }
      .dt-footer .dt-copyright .nav.nav-pills > li:first-child > a {
        padding-left: 0px; }
      .dt-footer .dt-copyright .nav.nav-pills > li:last-child > a {
        border-right: none !important; }
      .dt-footer .dt-copyright .nav.nav-pills > li > a {
        font-size: 12px;
        padding: 0px 10px;
        border-right: 1px solid #5a5f6d;
        border-radius: 0px; }
        .dt-footer .dt-copyright .nav.nav-pills > li > a:hover {
          background-color: transparent; }
    .dt-footer .dt-copyright .dt-lastupdated {
      margin-top: 30px; }
    .dt-footer .dt-copyright p {
      color: #b0b0b2; }
    .dt-footer .dt-copyright a {
      color: #fff; }
  .dt-footer-info {
    margin: 0px 0px 15px 0px;
    padding: 0px; }
    .dt-footer-info li {
      position: relative;
      padding: 5px 0px 5px 25px;
      list-style: none;
      font-family: "Oxygen", sans-serif;
      font-size: 12px; }
      .dt-footer-info li i {
        position: absolute;
        left: 0px;
        top: 5px;
        font-size: 15px; }

.dt-page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  background-image: url("../img/blogger_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative; }
  .dt-page-title:after {
    content: "";
    background-color: #434751;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .dt-page-title .container {
    position: relative;
    z-index: 2; }
  .dt-page-title h1 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 38px;
    color: #fff; }
  .dt-page-title .breadcrumb {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    background: transparent; }
    .dt-page-title .breadcrumb li {
      font-size: 14px;
      color: #F3F3F3; }
      .dt-page-title .breadcrumb li.active {
        color: #F3F3F3; }
      .dt-page-title .breadcrumb li a {
        color: #fff; }

.dt-page-content {
  padding-bottom: 100px; }
  .dt-page-content .img-responsive {
    width: 100%;
    display: block;
    margin-bottom: 25px; }

.dt-page-video {
  padding: 30px 0px; }
  .dt-page-video iframe {
    width: 100%;
    height: 480px; }

.text-primary {
  color: #D71920; }

.dt-page-contact h1 {
  font-weight: 400; }

.dt-card {
  margin: 75px 0 75px 0px; }
  .dt-card h1 {
    padding: 0px 0px 15px 0px;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 400;
    position: relative; }
    .dt-card h1:after {
      content: "";
      width: 50px;
      height: 3px;
      position: absolute;
      background-color: #D71920;
      bottom: -5px;
      left: 0;
      border-radius: 4px; }
  .dt-card .thumbnail {
    background: #F3F3F3;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    min-height: 380px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 0px; }
    .dt-card .thumbnail img {
      width: 100%;
      height: 275px;
      object-fit: cover;
      object-position: center; }
    .dt-card .thumbnail .caption {
      padding: 15px; }
      .dt-card .thumbnail .caption a h2 {
        padding: 0px;
        font-size: 16px; }
      .dt-card .thumbnail .caption a:hover, .dt-card .thumbnail .caption a:focus {
        text-decoration: none; }
        .dt-card .thumbnail .caption a:hover h2, .dt-card .thumbnail .caption a:focus h2 {
          color: #D71920; }

.dt-block {
  padding: 50px 0px;
  background: #F3F3F3; }
  .dt-block-carousel {
    position: relative; }
    .dt-block-carousel .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: -25px; }
    .dt-block-carousel .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: -25px; }
    .dt-block-carousel .owl-nav .owl-prev,
    .dt-block-carousel .owl-nav .owl-next {
      width: 50px;
      height: 50px;
      background: #40485B !important;
      border: 2px solid #fff !important;
      color: #fff !important;
      font-size: 20px !important;
      opacity: 0.6; }
      .dt-block-carousel .owl-nav .owl-prev:hover, .dt-block-carousel .owl-nav .owl-prev:focus,
      .dt-block-carousel .owl-nav .owl-next:hover,
      .dt-block-carousel .owl-nav .owl-next:focus {
        outline: none;
        opacity: 0.9; }
      .dt-block-carousel .owl-nav .owl-prev i,
      .dt-block-carousel .owl-nav .owl-next i {
        margin: 0px; }
  .dt-block-container {
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .dt-block-container {
        flex-direction: row; } }
  .dt-block-video {
    width: 100%; }
    @media (min-width: 768px) {
      .dt-block-video {
        width: 50%; } }
  .dt-block-content {
    width: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .dt-block-content {
        width: 50%; } }
    .dt-block-content h1 {
      padding: 0px 0px 10px 0px;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 400;
      position: relative; }
      .dt-block-content h1:after {
        content: "";
        width: 50px;
        height: 3px;
        position: absolute;
        background-color: #D71920;
        bottom: -5px;
        left: 0;
        border-radius: 4px; }
    .dt-block-content .btn-primary {
      margin-top: 15px; }

.dt-branch {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .dt-branch-list {
    padding: 15px; }

.dt-sitemap .menu-top-menu-container .menu,
.dt-sitemap .menu-primary-menu-container .menu {
  list-style: none;
  padding: 0px; }
  .dt-sitemap .menu-top-menu-container .menu li,
  .dt-sitemap .menu-primary-menu-container .menu li {
    position: relative;
    padding-left: 50px; }
    .dt-sitemap .menu-top-menu-container .menu li:before,
    .dt-sitemap .menu-primary-menu-container .menu li:before {
      position: absolute;
      left: 25px;
      content: "\00BB";
      color: #ccc; }
    .dt-sitemap .menu-top-menu-container .menu li a:hover,
    .dt-sitemap .menu-primary-menu-container .menu li a:hover {
      text-decoration: none; }
  .dt-sitemap .menu-top-menu-container .menu .sub-menu,
  .dt-sitemap .menu-primary-menu-container .menu .sub-menu {
    list-style: none;
    padding: 0px; }
    .dt-sitemap .menu-top-menu-container .menu .sub-menu a:hover,
    .dt-sitemap .menu-primary-menu-container .menu .sub-menu a:hover {
      text-decoration: none; }

.dt-quicklinks-list li {
  list-style: none;
  position: fixed;
  right: -14px;
  z-index: 99; }
  .dt-quicklinks-list li:first-child {
    top: 185px; }
  .dt-quicklinks-list li:nth-child(2) {
    top: 230px; }
  .dt-quicklinks-list li:nth-child(3) {
    top: 275px; }
  .dt-quicklinks-list li:nth-child(4) {
    top: 320px; }
  .dt-quicklinks-list li a.btn-primary {
    width: 15px;
    padding-left: 50px;
    line-height: 30px;
    display: block;
    margin-top: 2px;
    text-align: left;
    position: relative;
    transition: width 0.6s;
    box-shadow: -3px 0px 0px 0px #FEA172; }
    .dt-quicklinks-list li a.btn-primary i {
      position: absolute;
      left: 12px;
      top: 6px;
      font-size: 24px; }
    .dt-quicklinks-list li a.btn-primary:hover, .dt-quicklinks-list li a.btn-primary:focus {
      width: 225px; }

.dt-gototop {
  display: none;
  width: 45px;
  height: 55px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 145px;
  z-index: 9999; }
  .dt-gototop i {
    margin: 0px; }

.dt-overview {
  padding: 45px 0px;
  background-image: url("../img/bg-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .dt-overview:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #38191a;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5; }
  .dt-overview h1 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1; }
    .dt-overview h1 strong {
      font-weight: 600; }
    .dt-overview h1:after {
      content: "";
      width: 50px;
      height: 5px;
      position: absolute;
      background-color: #D71920;
      bottom: -5px;
      left: 0;
      border-radius: 4px; }
  .dt-overview .dt-count-container {
    padding: 10px 20px;
    z-index: 1; }
    .dt-overview .dt-count-container p {
      color: #fff; }
  .dt-overview .dt-count-block {
    margin-top: 16px;
    margin-bottom: 20px; }
    .dt-overview .dt-count-block .white-box {
      background: #ffffffd1;
      padding: 14px;
      margin-top: 10px;
      line-height: 36px;
      height: 103px; }
      .dt-overview .dt-count-block .white-box .mdi {
        color: #2f282880;
        font-size: 80px;
        position: absolute;
        padding-top: 19px;
        opacity: .3;
        left: 20px; }
    .dt-overview .dt-count-block .dt-text-count {
      margin-bottom: 15px;
      font-size: 36px;
      font-weight: 600;
      color: #e80f0f;
      padding-left: 70px; }
    .dt-overview .dt-count-block .dt-text-label {
      margin: -6px;
      font-size: 14px;
      font-weight: 600;
      color: #171414;
      padding-left: 75px;
      z-index: 1;
      position: relative; }

.dt-officer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 45px;
  min-height: 240px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .dt-officer-img {
    margin: 0px 25px;
    width: 150px;
    float: left; }

.link-img img {
  width: 145px; }
  
