* {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333e48;
  transition: all 0.2s ease-out;
}

/* Font */
@font-face {
  font-family: "Raqiv2", sans-serif;
  src: url("assets/font/Raqi-20-Bold.woff2") format("woff2"),
    url("assets/font/Raqi-20-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raqiv2";
  src: url("assets/font/Raqi-20-Extra-Bold.woff2") format("woff2"),
    url("assets/font/Raqi-20-Extra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raqiv2";
  src: url("assets/font/Raqi-20-Book.woff2") format("woff2"),
    url("assets/font/Raqi-20-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raqiv2";
  src: url("assets/font/Raqi-20-Extra-Light.woff2") format("woff2"),
    url("assets/font/Raqi-20-Extra-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raqiv2";
  src: url("assets/font/Raqi-20-Medium.woff2") format("woff2"),
    url("assets/font/Raqi-20-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fff;
  color: #333e48;
  font-size: 16px;
}

input,
.dropdown,
textarea,
button {
  font-family: "Raqiv2", sans-serif;
}

.hero-box {
  background: url(img/home.svg) top center no-repeat;
  font-family: "Raqiv2", sans-serif;
  min-height: 90vh;
  margin-top: -109px;
  padding-top: 385px;
}

.navbar {
  margin-top: 50px;
  left: 0;
  right: 0;
}

.navbar-0 {
  background-color: #f2f2f2 !important;
  margin-top: 0;
  top: 0;
  height: 180px;
}

.navbar-0 .text-white {
  color: #333e48 !important;
}

.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: 0 0 0 #fff;
  color: #fff;
  border: 1px solid #fff;
}

.navbar .navbar-brand img {
  max-width: 160px;
}

.model {
  margin-left: -60px;
}

.color-1 {
  color: #ffffff;
}
.subtitle{
  font-size: .5em;
}
.color-2 {
  color: #282D69;
}

.color-3 {
  color: #009cde;
}

.color-3:hover {
  color: #333e48;
}

.hero-text p {
  max-width: 300px;
}

.links img {
  max-height: 70px;
}
.links a {
  font-size: 24px;
  border: 1px solid #dcdcdc;
}
.links a:hover {
  border: 1px solid #009cde;
  box-shadow: 0px 0px 25px -10px #009cde;
}

.bhr hr {
  border-color: #dedede;
  margin: 0;
  opacity: 1;
}

.bhr-2 hr {
  border-color: #dcdcdc;
  margin: 0;
  opacity: 1;
}

.support a {
  color: #282D69;
  line-height: 19px;
}
.support a:hover {
  color: #333e48;
}

.support i {
  font-size: 12px;
}

.page {
  padding-top: 180px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb a {
  color: #1B9BD7;
}

.breadcrumb li {
  margin-left: 10px;
}

.breadcrumb li:last-child a {
  color: #333e48;
}

.sidebar {
  overflow: hidden;
}

.sidebar h1 {
  background-color: #009cde;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #dcdcdc;
  border-radius: 15px 15px 0 0;
}

.sidebar h1.collapsed {
  border-radius: 15px;
}

.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar ul li {
  font-weight: bold;
}

.sidebar ul li a {
  padding: 15px 30px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  font-weight: bold;
}

.sidebar ul li:hover {
  background-color: #e2f8ff;
}
.sidebar ul li.active a {
  background: url("img/arrow.png") left center no-repeat;
  background-color: #e2f8ff;
}

.sidebar ul li:last-child a {
  border-bottom: 0;
}

.box {
  border: 1px solid #dcdcdc;
  border-radius: 15px;
}

.title-box {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
}

footer {
  background-color: #333e48;
  margin-top: 150px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-right: 30px;
}

footer ul li i {
  margin-right: 10px;
}

footer a {
  color: #fff;
}

.social li {
  margin-right: 15px;
}

.social i {
  margin: 0;
}

.modal {
  background: #009bde36;
}

.modal-content {
  border: 0;
}

.modal-title {
  color: #009cde;
  font-weight: bold;
}

.btn-close {
  color: #009cde;
}

.close-me {
  background: none;
  border: 0;
  color: #009cde;
}

.modal-header {
  border: 0;
}

.modal-body {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .hero-box {
    min-height: 90vh;
    padding-top: 400px;
  }
  .navbar-0 .text-white {
    color: #ffffff !important;
  }
  .hero-text p {
    margin: auto;
  }
  .navbar-nav {
    background-color: #333e48;
    padding: 10px 15px;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
  .navbar-0 .navbar-toggler,
  .navbar-0 .navbar-toggler:focus {
    border: 1px solid #545454;
  }

  .sidebar h1 {
    border: 1px solid #dcdcdc;
    border-radius: 15px 15px 0 0;
  }

  .sidebar h1.collapse {
    border-radius: 15px;
  }

  .sidebar .collapse {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
}
