@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=3.5.95");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=3.5.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=3.5.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=3.5.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=3.5.95") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=3.5.95#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* THEME-COLOR DEFINATION */
/* EXTRA-COLOR DEFINATION */
/* BACKGROUND-COLOR DEFINATION */
/* TEXT-COLOR DEFINATION */
/* FUNCTION-COLOR DEFINATION */
/* FONT-SIZE DEFINATION */
/* FONT-WEIGHT DEFINATION */
/* FONT-FAMILY DEFINATION */
/* EXTEND COMPONENT */
.dt-content-header h1 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }
  .dt-content-header h1:before, .dt-content-header h1:after {
    content: "";
    display: inline-block;
    height: 4px;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%; }
  .dt-content-header h1:before {
    background-color: #3165D9;
    right: 0.5em;
    margin-left: -15%; }
  .dt-content-header h1:after {
    background-color: #FFC44D;
    left: 0.5em;
    margin-right: -15%; }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #231905;
  background-color: #131822;
  font-size: 14px; }

h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-size: 22px; }

h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #151101; }

h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #151101; }

h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #151101; }

p {
  font-size: 14px;
  color: #231905;
  text-align: justify; }

a {
  color: #3165D9; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #214fb6; }

img {
  width: 100%; }

.bg-primary {
  background-color: #3165D9 !important; }

.bg-light {
  background-color: #fff !important; }

.bg-secondary {
  background-color: #FFC44D !important; }

.bg-dark {
  background-color: #252F43 !important; }

.btn-primary {
  border-radius: 0px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: #1e46a0 !important;
  border-color: #1e46a0 !important;
  transition-property: color;
  transition-duration: 0.3s; }
  .btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3165D9;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: white; }
    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
      transform: scaleX(0); }

.btn-outline-light {
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff; }
  .btn-outline-light:hover, .btn-outline-light:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #3165D9; }

/* --------------- HEADER --------------- */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.dt-content-header {
  margin-bottom: 30px; }
  .dt-content-header h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px; }
  .dt-content-header .dt-header-subtitle {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #5C5C5C; }

.dt-menu-top {
  background-color: #252F43;
  padding: 0px; }
  .dt-menu-top .navbar-nav .nav-item {
    font-size: 12px; }
    .dt-menu-top .navbar-nav .nav-item.dropdown .dropdown-menu {
      margin: 0px;
      border-radius: 0px; }
      .dt-menu-top .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 12px; }
        .dt-menu-top .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
          width: 15px;
          vertical-align: middle;
          margin-right: 5px; }
    .dt-menu-top .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding-left: 10px;
      padding-right: 10px; }
  .dt-menu-top .navbar-nav .nav-item.active {
    background: #131822;
    text-transform: uppercase; }

.dt-menu-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-backface-visibility: hidden; }

@-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); } }

.dt-header {
  width: 100%; }
  .dt-header .navbar-brand {
    padding: 0px;
    margin: 0px;
    width: 430px; }
    .dt-header .navbar-brand img {
      width: 100%; }
  .dt-header .navbar.navbar-dark.bg-primary .navbar-toggler {
    border: none;
    padding-left: 0px;
    padding-right: 0px; }
    .dt-header .navbar.navbar-dark.bg-primary .navbar-toggler:focus, .dt-header .navbar.navbar-dark.bg-primary .navbar-toggler:hover {
      outline: none; }
  .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding-left: .5em;
    padding-right: .5em;
    text-transform: uppercase; }
  .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .nav-item.active {
    position: relative; }
    .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .nav-item.active .nav-link {
      background-color: #2d62d8; }
  .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown {
    position: static; }
    .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown.show .nav-link {
      position: relative; }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown.show .nav-link:before {
        bottom: -10px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #FFF;
        border-width: 10px;
        margin-left: -10px;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: slideIn;
        animation-name: slideIn; }
    .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-menu {
      width: 100%;
      padding: 15px;
      border-radius: 0px;
      background: #fff;
      border: none;
      border-bottom: 1px solid #CCD0D4;
      margin: 0px;
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      -webkit-animation-name: slideIn;
      animation-name: slideIn; }
      @media (min-width: 992px) {
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-menu {
          padding: 15px 125px; } }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-menu.show {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
    .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item {
      flex: 0 50%;
      font-size: 14px;
      text-align: center;
      padding: 25px 0px;
      border-radius: 4px; }
      @media (min-width: 992px) {
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item {
          flex: 0 0 18%;
          margin: 5px 1%; } }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item ._mi {
        display: block;
        font-size: 25px;
        margin: 10px 0px;
        padding: 0px 0px 20px 0px;
        color: #5c85e1;
        position: relative; }
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item ._mi:before {
          display: block;
          transition: 0.9s ease-out; }
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item ._mi:after {
          position: absolute;
          bottom: 0px;
          left: 0;
          right: 0;
          margin: auto;
          content: "";
          width: 25px;
          height: 3px;
          border-radius: 4px;
          background-color: #CCD0D4;
          transition: all 0.4s ease-in-out; }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item span {
        display: block;
        text-transform: uppercase; }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item:hover ._mi {
        color: #3165D9; }
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item:hover ._mi:before {
          transform: rotateZ(720deg); }
        .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item:hover ._mi:after {
          width: 40px;
          background-color: #FFC44D; }
      .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item.active, .dt-header .navbar.navbar-dark.bg-primary .navbar-nav .dropdown-item:active {
        background-color: #eee;
        color: #3165D9; }
  .dt-header-top .nav-link {
    display: flex;
    padding-right: 15px; }
  .dt-header-icon {
    margin-right: 10px;
    color: #ccc;
    font-size: 24px;
    padding: 2px 10px;
    border-radius: 4px;
    float: left; }
  .dt-header-title {
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    color: #5C5C5C;
    display: block; }
  .dt-header-text {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #231905; }

/* --------------- BODY --------------- */
.dt-main {
  background-color: #fff; }

/* --------------- SLIDER --------------- */
.slick-content {
  position: relative;
  display: block; }
  .slick-content img {
    width: 100%; }

.slick-dots {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  text-align: center; }
  .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 5px; }
    .slick-dots li button {
      display: block;
      width: 15px;
      height: 15px;
      background: transparent;
      padding: 0;
      border: 2px solid #fff;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      text-indent: -9999px; }
      .slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:active {
        outline: none; }
    .slick-dots li.slick-active button {
      background-color: #fff;
      transition: 0.5s ease-out; }

.slick-caption {
  padding: 25px 30px 50px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .slick-caption > div {
    position: relative;
    z-index: 2; }
    .slick-caption > div h1, .slick-caption > div h2, .slick-caption > div h3, .slick-caption > div h4, .slick-caption > div p {
      padding: 5px 0px;
      color: #fff; }
  .slick-caption:after {
    content: "";
    background: #252F43;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    width: 100%;
    height: 100%; }

/* --------------- ABOUT --------------- */
.dt-about {
  padding: 75px 0px 50px 0px; }

/* --------------- FACTS --------------- */
.dt-facts {
  padding: 75px 0px;
  background-image: url("../img/background-facts.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative; }
  .dt-facts:after {
    content: "";
    background-color: #3165D9;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  .dt-facts-right {
    padding-right: 50px;
    margin-top: 50px; }
  .dt-facts-block {
    padding: 15px; }
    .dt-facts-block.border-right {
      border-right: 1px solid #4775dd !important; }
    .dt-facts-block.border-bottom {
      border-bottom: 1px solid #4775dd !important; }
  .dt-facts-count {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .dt-facts-text {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px; }
  .dt-facts .container {
    position: relative;
    z-index: 4; }
    .dt-facts .container h1 {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-size: 32px; }
    .dt-facts .container p {
      color: #fff;
      font-size: 16px;
      margin: 0px; }

/* --------------- PLAN --------------- */
.dt-plan {
  padding: 75px 0px; }
  .dt-plan .nav-pills {
    justify-content: center;
    border-bottom: 1px solid #eee;
    margin: 50px 0px; }
    .dt-plan .nav-pills .nav-item .nav-link {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #3165D9;
      border-radius: 0px; }
      .dt-plan .nav-pills .nav-item .nav-link.active {
        background: #fff;
        color: #FFC44D;
        position: relative; }
        .dt-plan .nav-pills .nav-item .nav-link.active:after {
          content: "";
          background-color: #FFC44D;
          height: 4px;
          width: 50%;
          bottom: -3px;
          left: 0px;
          right: 0px;
          margin: auto;
          position: absolute; }
  .dt-plan .tab-content {
    margin: 45px 0px; }
    .dt-plan .tab-content .card {
      border-radius: 0px;
      min-height: 350px; }
      .dt-plan .tab-content .card-title {
        font-size: 16px; }

/* --------------- CLIENT --------------- */
.dt-client {
  padding: 75px 0px;
  background: #F0F5FB; }
  .dt-client-slider {
    position: relative; }
    .dt-client-slider img {
      width: 105px;
      height: 105px;
      border: 4px solid #ddd;
      border-radius: 54px;
      margin-left: auto;
      margin-right: auto;
      object-fit: cover;
      margin-bottom: -35px;
      z-index: 9;
      position: relative; }
  .dt-client-content {
    background: #fff;
    border: 1px solid #ddd;
    padding: 50px 25px 25px 25px;
    margin: 0px 40px; }
    .dt-client-content h2 {
      text-align: center; }
    .dt-client-content p {
      text-align: center; }
  .dt-client .slick-arrow {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: 2px solid #FFC44D;
    text-indent: 50px;
    overflow: hidden; }
    .dt-client .slick-arrow:hover, .dt-client .slick-arrow:focus, .dt-client .slick-arrow:active {
      outline: none; }
  .dt-client .slick-prev {
    position: absolute;
    z-index: 9;
    left: -25px;
    top: 30%; }
    .dt-client .slick-prev:after {
      content: "\F141";
      display: inline-block;
      font: normal normal normal 24px/1 "Material Design Icons";
      font-size: 24px;
      text-rendering: auto;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      color: #34453A;
      position: absolute;
      top: 5px;
      right: 10px; }
  .dt-client .slick-next {
    position: absolute;
    z-index: 9;
    right: -25px;
    top: 30%; }
    .dt-client .slick-next:after {
      content: "\F142";
      display: inline-block;
      font: normal normal normal 24px/1 "Material Design Icons";
      font-size: 24px;
      text-rendering: auto;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      color: #34453A;
      position: absolute;
      top: 5px;
      right: 10px; }

/* --------------- NEWS AND UPDATES --------------- */
.dt-newsandevents {
  padding: 75px 0px; }
  .dt-newsandevents .card {
    border-radius: 0px; }
    .dt-newsandevents .card-img-top {
      height: 292px;
      border-radius: 0px;
      object-fit: cover;
      object-position: top; }

/* --------------- PARTNERS --------------- */
.dt-partner {
  padding: 75px 0px; }
  .dt-partner .slick-slide {
    margin: 0px 15px; }
  .dt-partner-img img {
    width: 100%; }

/* --------------- APPS --------------- */
.dt-apps {
  padding: 75px 0px;
  background: #3165D9;
  background: -moz-linear-gradient(top, #3165D9 0%, #aa87e9 100%);
  background: -webkit-linear-gradient(top, #3165D9 0%, #aa87e9 100%);
  background: linear-gradient(to bottom, #3165D9 0%, #aa87e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startColor', endColorstr='$endColor',GradientType=0 ); }
  .dt-apps-img {
    width: 75%; }
  .dt-apps h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative; }
    .dt-apps h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 4px;
      background-color: #FFC44D; }
    .dt-apps h1 strong {
      display: block;
      font-weight: 600;
      font-size: 30px; }
  .dt-apps p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px; }
  .dt-apps .btn-outline-light {
    width: 150px;
    text-align: left; }
    .dt-apps .btn-outline-light i {
      float: left;
      font-size: 26px;
      margin-right: 5px;
      margin-top: 2px; }
    .dt-apps .btn-outline-light span {
      display: block;
      padding-left: 40px;
      font-size: 12px; }
    .dt-apps .btn-outline-light strong {
      display: block;
      padding-left: 40px; }

/* --------------- QUICK MENU --------------- */
.dt-quickmenu {
  padding: 75px 0px;
  margin-bottom: 175px;
  background: #F0F5FB; }
  .dt-quickmenu .flip-container {
    margin-bottom: -175px; }
  .dt-quickmenu .flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    perspective: 1000px; }
  .dt-quickmenu .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d; }
  .dt-quickmenu .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg); }
  .dt-quickmenu .flip-box-front, .dt-quickmenu .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .dt-quickmenu .flip-box-front {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px 0px #eee; }
    .dt-quickmenu .flip-box-front i {
      font-size: 36px;
      margin-bottom: 15px;
      padding-bottom: 5px;
      position: relative;
      color: #7295e5; }
      .dt-quickmenu .flip-box-front i:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 25px;
        height: 3px;
        border-radius: 4px;
        background-color: #3165D9; }
    .dt-quickmenu .flip-box-front h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }
  .dt-quickmenu .flip-box-back {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px 0px #eee;
    transform: rotateY(180deg);
    position: relative; }
    .dt-quickmenu .flip-box-back h2 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      position: relative; }
      .dt-quickmenu .flip-box-back h2:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 25px;
        height: 3px;
        border-radius: 4px;
        background-color: #3165D9; }
    .dt-quickmenu .flip-box-back P {
      text-align: center; }
    .dt-quickmenu .flip-box-back i {
      color: #ddd;
      font-size: 34px;
      position: absolute;
      bottom: 15px;
      right: 30px; }

/* --------------- FOOTER --------------- */
.dt-footer {
  padding: 50px 0px 0px 0px;
  background-color: #1c2333; }
  .dt-footer h4 {
    color: #ddd;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0px;
    font-size: 16px;
    position: relative; }
    .dt-footer h4:after {
      content: "";
      position: absolute;
      bottom: 5px;
      left: 0px;
      height: 2px;
      margin-right: 5px;
      background: #FFC44D;
      width: 10%;
      margin-top: 10px; }
  .dt-footer p {
    color: #eee;
    font-size: 12px; }
    .dt-footer p a {
      color: #fff; }
  .dt-footer .dt-quick-links ul,
  .dt-footer .dt-quick-info ul {
    padding-left: 5px; }
    .dt-footer .dt-quick-links ul li,
    .dt-footer .dt-quick-info ul li {
      text-decoration: none;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .dt-footer .dt-quick-links ul li a,
      .dt-footer .dt-quick-info ul li a {
        color: #fff;
        text-decoration: none;
        padding-top: 4px;
        transition: .5s ease-in;
        font-size: 12px;
        padding-left: 15px;
        position: relative; }
        .dt-footer .dt-quick-links ul li a:before,
        .dt-footer .dt-quick-info ul li a:before {
          position: absolute;
          left: 0;
          display: inline-block;
          font: normal normal normal 24px/1 "Material Design Icons";
          font-size: inherit;
          text-rendering: auto;
          line-height: inherit;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f13e";
          color: #ddd;
          padding-right: 2px; }
        .dt-footer .dt-quick-links ul li a:hover,
        .dt-footer .dt-quick-info ul li a:hover {
          color: #FFC44D; }
  .dt-footer-contact .mdi {
    margin-right: 15px;
    font-size: 16px;
    vertical-align: middle; }
  .dt-footer-social ul {
    padding: 0px; }
    .dt-footer-social ul li {
      list-style: none;
      display: inline-block; }
      .dt-footer-social ul li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
        padding: 0px;
        text-align: center;
        display: block;
        background-color: #131822;
        color: #fff;
        border-radius: 50%;
        transition: .5s ease-in;
        margin-right: 5px; }
        .dt-footer-social ul li a:hover {
          color: #fff;
          background: #0a0c12; }
  .dt-footer-copyright {
    margin-top: 15px;
    padding: 30px 0px;
    background-color: #131822; }
    .dt-footer-copyright p {
      margin: 0px;
      padding: 0px; }
    .dt-footer-copyright #menu-copyright-menu {
      padding-left: 0; }
      .dt-footer-copyright #menu-copyright-menu li {
        list-style: none;
        display: inline-block;
        padding-right: 10px; }
        .dt-footer-copyright #menu-copyright-menu li a {
          color: #fff;
          font-size: 12px;
          text-decoration: none; }

/* --------------- INNER PAGE --------------- */
.dt-page {
  background-color: #fff; }
  .dt-page-header {
    padding: 50px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative; }
    .dt-page-header:after {
      content: "";
      background-color: #131822;
      opacity: 0.6;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .dt-page-header .container {
      position: relative;
      z-index: 2; }
    .dt-page-header h1 {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      color: #fff; }
    .dt-page-header .breadcrumb {
      background: transparent;
      padding: 0px;
      margin: 0px;
      color: #f4f4f4; }
      .dt-page-header .breadcrumb li.breadcrumb-item a {
        color: #fff; }
  .dt-page-container {
    padding: 75px 0px; }
  .dt-page-title {
    padding: 25px 0px 0px 0px; }
  .dt-page-content {
    padding: 15px 0px 50px 0px; }
  .dt-page-archive .card {
    border-radius: 0px; }
    .dt-page-archive .card-img-top {
      border-radius: 0px; }
    .dt-page-archive .card-body h2 {
      font-size: 16px; }

/* --------------- SCROLL BUTTON --------------- */
.dt-gototop {
  display: none;
  width: 45px;
  height: 55px;
  line-height: 40px;
  position: fixed;
  bottom: 25px;
  right: 175px;
  z-index: 9999; }
  .dt-gototop i {
    margin: 0px; }

.dt-gotobottom {
  width: 45px;
  height: 55px;
  line-height: 40px;
  position: fixed;
  bottom: 25px;
  right: 175px;
  z-index: 9999; }
  .dt-gotobottom i {
    margin: 0px; }

/* --------------- PLUGIN OVERRIDING --------------- */
.dataTables_filter input[type="search"] {
  background: #f4f4f4;
  border: 1px solid #CCD0D4;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px; }
  .dataTables_filter input[type="search"]:focus {
    border-color: #3165D9;
    outline: none; }

.dataTables_length select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .dataTables_length select:focus {
    border-color: #3165D9;
    outline: none; }

.dataTables_info,
.dataTables_paginate {
  margin-top: 30px !important; }

table.tablepress,
table.dataTable {
  margin: 15px auto;
  display: inline-table;
  border-bottom: 0px;
  border-collapse: collapse; }
  table.tablepress thead tr > th,
  table.dataTable thead tr > th {
    background-color: #3165D9;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase; }
  table.tablepress thead tr > th:hover,
  table.tablepress thead tr > th:focus,
  table.tablepress thead tr > th.sorting_asc,
  table.tablepress thead tr > th.sorting_desc,
  table.dataTable thead tr > th:hover,
  table.dataTable thead tr > th:focus,
  table.dataTable thead tr > th.sorting_asc,
  table.dataTable thead tr > th.sorting_desc {
    background-color: #3165D9 !important; }
  table.tablepress tr > th,
  table.tablepress tr > td,
  table.dataTable tr > th,
  table.dataTable tr > td {
    font-size: 14px;
    border-bottom: 1px solid #CCD0D4; }

.information-officer-img {
  width: 150px;
  height: 150px;
  border-radius: 150px; }

.information-officer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
  margin: 5px 0px; }

.information-officer p {
  font-size: 14px; }
