.highlight {
  background-color: transparent;
}

.highlight pre code {
  font-size: inherit;
  color: #212529;
}

.nt {
  color: #2f6f9f;
}

.na {
  color: #4f9fcf;
}

.s {
  color: #d44950;
}

pre.prettyprint {
  background-color: #eee;
  border: 0px;
  margin: 0;
  padding: 20px;
  text-align: left;
}

.atv,
.str {
  color: #05ae0e;
}

.tag,
.pln,
.kwd {
  color: #3472f7;
}

.atn {
  color: #2c93ff;
}

.pln {
  color: #a5a5a5;
}

.com {
  color: #999;
}

.sidebar-nav {
  padding: 0 0px !important;
}

.sidebar .navbar-brand {
  display: flex;
  justify-content: center;
}

.sidebar .navbar-brand .logo {
  width: 180px !important;
}

.metismenu > li {
  padding: 8px 2px;
}

​ .sidebar {
  border-right: 3px solid #8c4aff;
}

.sidebar-nav {
  padding: 0px 10px 40px 10px;
}

​ .sidebar > a {
  background: #4a00e0;
}

.menu_toggle {
  background: #8c4aff !important;
}

/* leftmenu */
.metismenu > li.active ul a:before,
.metismenu > li.active ul a:focus {
  background: none;
}

.navbar-nav {
  display: inline-block !important;
}

.navbar {
  position: absolute !important;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.dropdown-header {
  background-color: #8c4aff;
  color: white !important;
  min-width: 350px;
}

.feeds-body h4 {
  font-size: 16px;
}

.feeds-body {
  padding: 20px 20px 0px 20px;
}

#imagePreview {
  height: 110px;
  width: 150px;
  position: absolute;
  top: 6px;
  left: 14px;
}

/* search icon */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  cursor: pointer;
}

.text-sm {
  font-size: 12px;
}

.profile li {
  list-style: none;
}

.border-dark {
  border-top: 1px solid #000;
  margin: 20px;
}

.btn.btn-default:hover {
  color: #000000 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.btn-purple:hover {
  color: white;
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  transition: none !important;
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
  text-shadow: none;
}

[type='button']:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

body {
  font-size: 15px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: normal;
}

p {
  font-size: 0.937rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

h1,
.h1 {
  font-size: 3.125rem;
}

h2,
.h2 {
  font-size: 2.312rem;
}

h3,
.h3 {
  font-size: 2.187rem;
}

@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 1rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
}

.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.text-small {
  font-size: 13px;
}

.footer {
  color: #e5e5e5;
  background: #343a40;
}

.footer address {
  position: relative;
  z-index: 2;
  color: #adadad;
}

.footer p {
  margin-bottom: 0.25rem;
}

.footer .footer-link {
  color: #e5e5e5;
}

.footer .footer-top {
  padding: 74px 0;
}

.footer .footer-top .footer-title {
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
}

.footer .footer-top .social-icons {
  margin-top: 1.25rem;
}

.footer .footer-top .social-icons a i {
  font-size: 1.5rem;
  color: #adadad;
  margin-right: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .footer-top .social-icons a:hover i {
  color: #fff;
}

.footer .footer-bottom {
  background: rgba(255, 255, 255, 0.07);
  padding: 10px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.07);
}

.footer .footer-bottom img {
  width: 100px;
}

.footer .list-footer {
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.footer .list-footer li a {
  color: #adadad;
  display: block;
  padding: 0.625rem 0;
  font-size: 14px;
}

.navbar {
  padding: 1rem;
  background: #f7f7f7;
}

@media (max-width: 991px) {
  .navbar {
    height: 71px;
  }
}

.navbar .navbar-brand {
  color: #343a40;
  font-size: 1.75rem;
}

.navbar .navbar-brand img {
  width: 120px;
}

@media (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    height: 100%;
  }
}

.navbar .navbar-nav .nav-item {
  margin-right: 0.25rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item:last-child {
    margin-left: 0;
  }
}

.navbar .navbar-nav .nav-item:last-child .nav-link.active {
  background: #17c2d7;
  border-color: #17c2d7;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #343a40;
  font-size: 0.937rem;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 0.625rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  background: #17c2d7;
  color: #fff;
}

.navbar .navbar-toggler {
  color: #fff;
}

.navbar .navbar-toggler-icon {
  height: auto;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    right: -280px;
    width: 280px;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .navbar .navbar-collapse .logo-mobile-menu {
    width: 120px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: theme-color(dark);
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .navbar .navbar-collapse .close-menu {
    color: theme-color(dark);
    background: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 2px 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}

.sidebar-overlay .home {
  padding-top: 0px;
  background-position: 0px -121px;
}

.sidebar-overlay #mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  transition-delay: 0.35s;
  left: 0;
}

.sidebar-overlay .navbar {
  padding: 0.875rem 0.1rem;
  position: static;
  z-index: auto;
  background: #17c2d7;
}

@media (max-width: 991px) {
  .sidebar-overlay .navbar {
    padding: 0.875rem 1rem;
  }
}

.sidebar-overlay .navbar .navbar-collapse {
  z-index: 100;
}

.sidebar-overlay.fixed-on-scroll {
  z-index: auto;
  position: absolute;
  top: 0;
}

body,
html {
  background-color: #f0f1f3;
}

.home {
  background: #ffff;
  background-position: 0 -50px;
  padding-top: 0;
}

@media (max-width: 991px) {
  .home {
    padding-top: 71px;
  }
}

.main-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 700px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .main-banner {
    min-height: 400px;
    margin-bottom: 50px;
  }
}

.main-banner .bnr-text > p {
  font-size: 18px;
  line-height: 36px;
  color: rgba(52, 58, 64, 0.6);
}

.main-banner .banner-title {
  width: 56%;
}

@media (max-width: 991px) {
  .main-banner .banner-title {
    width: 100%;
  }
}

.main-banner .bnr-img {
  width: 420px;
}

.our-services {
  background: #343a40;
  padding: 80px 0;
}

.our-services h3 {
  color: #e0e0e0;
}

.our-services h5,
.our-services h6 {
  color: #adadad;
}

.our-services p {
  color: #7c7c7c;
}

.stat-icon {
  margin-top: 50px;
}

.stat-icon img {
  width: 50px;
}

.clients {
  background: rgba(52, 58, 64, 0.03);
  padding: 60px 0;
  margin: 100px 0 50px 0;
}

.contactus form {
  position: relative;
  z-index: 9;
}

section {
  padding: 120px 0 0 0;
}

@media (max-width: 1024px) {
  section {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 991px) {
  section {
    padding: 70px 0 0 0;
  }
}

.services-box {
  padding: 10px 100px 40px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .services-box {
    padding: 10px 10px 40px 0;
  }
}

.services-box img {
  width: 50px;
  opacity: 0.7;
}

.services-box:hover img {
  opacity: 1;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.tick-icon {
  width: 20px;
  height: 20px;
}

.card {
  border-color: #f1efef;
}

.animate_lines {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 90vw;
  z-index: 0;
}

.animate_lines .line:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(52, 58, 64, 0.03)),
    color-stop(75%, #14bae4),
    to(#9367b4)
  );
  background: linear-gradient(to bottom, rgba(52, 58, 64, 0.03) 0%, #14bae4 75%, #9367b4 100%);
}

.animate_lines .line {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(52, 58, 64, 0.03);
}

.animate_lines .line:after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.animate_lines .line:nth-child(1) {
  margin-left: 22%;
}

.animate_lines .line:nth-child(1):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate_lines .line:nth-child(3) {
  margin-left: 12%;
}

.animate_lines .line:nth-child(3):after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate_lines .line:nth-child(4) {
  margin-left: 80%;
}

.animate_lines .line:nth-child(4):after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate_lines .line:nth-child(5) {
  margin-left: 85%;
}

.animate_lines .line:nth-child(5):after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animate_lines .line:nth-child(6) {
  margin-left: 100%;
}

.animate_lines .line:nth-child(6):after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.testimonial {
  background: #a70ff6 url('../images/testimonial-bg.svg');
  background-size: cover;
  padding: 100px 0 70px 0;
}

@media (max-width: 991px) {
  .testimonial {
    padding: 20px 0;
  }
}

.testimonial .flipster {
  padding: 10px 0;
}

.testimonial .testimonial-item {
  background: #fff;
  color: #343a40;
  width: 450px;
  padding: 34px 34px 34px 94px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 20px 70px -10px rgba(109, 121, 141, 0.15);
}

@media (max-width: 1024px) {
  .testimonial .testimonial-item {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .testimonial .testimonial-item {
    width: 280px;
  }
}

.testimonial .testimonial-item .testimonial-icons {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: 40px;
  left: 28px;
}

.testimonial .testimonial-item .testimonial-author {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.testimonial .testimonial-item .testimonial-author:before {
  position: absolute;
  color: transparent;
  content: '\f756';
  left: -40px;
  font-size: 1.75rem;
  background: url(../images/quote.png) no-repeat;
}

.testimonial .testimonial-item .testimonial-destination {
  color: #adadad;
  font-weight: normal;
  font-size: 14px;
}

.testimonial .flipster__button--prev {
  left: auto;
  right: 0;
  top: 86%;
  transform: rotate(270deg);
}

.testimonial .flipster__button--next {
  transform: rotate(270deg);
  top: 78%;
}

.testimonial .flipster__button svg {
  width: 0.75em;
}

.pricing-box {
  border: solid 1px #f1efef;
  padding: 47px;
  text-align: center;
  margin-top: 40px;
  z-index: 2;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pricing-box .title-text {
  color: theme-color(dark);
}

.pricing-box .text-amount {
  color: theme-color(primary);
}

.pricing-box .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.pricing-box .pricing-list li {
  padding: 8px;
}

.pricing-box.selected {
  box-shadow: 0 9px 15px 0 rgba(7, 42, 68, 0.09);
}

.pricing-box:hover {
  background: #343a40;
}

.pricing-box:hover .title-text {
  color: #fff;
}

.pricing-box:hover .text-amount {
  color: #fff;
}

.pricing-box:hover .pricing-list li {
  color: #fff;
}

.pricing-box:hover .btn {
  color: #fff;
}

.btn {
  border-radius: 0;
  z-index: 2;
  position: relative;
  padding: 8px 25px;
  font-size: 14px;
}

.btn-primary {
  background: #17c2d7;
  border-color: #17c2d7;
  color: #fff;
}

.btn-secondary {
  background: #343a40;
  padding: 10px 30px;
  border: 0;
}

.btn-outline-primary {
  border-color: #17c2d7;
  color: #17c2d7;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid #f1efef;
  font-size: 14px;
  height: auto;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
  z-index: 2;
}

.toggle-switch .toggle-slider {
  background-color: #ccc;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #f1efef;
}

.toggle-switch .toggle-slider:before {
  background-color: #fff;
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input {
  visibility: hidden;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #17c2d7;
}

.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.text-active {
  color: theme-color(dark);
}

.owl-carousel .owl-item {
  border-radius: 19.5px;
}

.owl-carousel .owl-item .item {
  border-radius: 19.5px;
  overflow: hidden;
}

.owl-carousel .owl-item .item img {
  border: solid 10px #fff;
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(203, 203, 203, 0.44);
  border-radius: 19.5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.owl-carousel .owl-item .item:hover img {
  transform: scale(1.1);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
}

.owl-theme .owl-dots {
  margin-top: 70px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 3;
  border: solid 2px #17c2d7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #17c2d7;
}

.owl-theme.owl-carousel-testimonial .owl-dots {
  text-align: left;
}

.owl-theme.owl-carousel-testimonial .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #d8d8d8;
}

.owl-theme.owl-carousel-testimonial .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel-testimonial .owl-dots .owl-dot:hover span {
  background: #d8d8d8;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 0;
}

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0)), color-stop(0.2, transparent));
}

.flipster-custom-nav {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.flipster-custom-nav .flipster-custom-nav-item {
  display: inline-block;
}

.flipster-custom-nav .flipster-custom-nav-item .flipster-custom-nav-link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #f1efef;
  margin-right: 1rem;
}

.flipster-custom-nav .flipster-custom-nav-item .flipster-custom-nav-link.active {
  background: #f1efef;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #f0f1f3 !important;
  color: gray;
  margin: 0;
  height: 100vh;
}

.ftco-section {
  padding: 7em 0;
}

.auth-form {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 24px;
  position: relative;
  color: rgb(0, 64, 128);
}

.auth-form h3 {
  font-weight: 700;
  font-size: 20px;
  color: rgb(0, 64, 128) !important;
}

.form-group {
  margin-bottom: 1rem;
}
.multiselect-dropdown .dropdown-btn {
  min-height: 48px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 2 !important;
  padding: 0.375rem 1.5rem !important;
  display: block;
  width: 100%;
}

.form-control {
  height: 48px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 2 !important;
  padding: 0.375rem 1.5rem !important;
  display: block;
  width: 100%;
}
/* .multiselect-dropdown .dropdown-btn{
    height: auto !important;
} */
textarea {
  height: auto !important;
}

.form-control:focus {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #000;
  border: 1px solid rgb(0, 64, 128) !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
}

.form-control::placeholder {
  opacity: 0.65;
}

/* .multiselect-dropdown .dropdown-btn {
    padding: 0.55rem 0.75rem !important;
} */

.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  width: 55px !important;
  height: 48px !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before {
  border-width: 5px 5px 0 !important;
}

.checkbox-primary {
  color: #8d448b;
}

.checkbox-wrap {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  padding-left: 30px;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
}

.checkbox-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-wrap input:checked ~ .checkmark {
  background-color: rgb(0, 64, 128);
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.auth-form a,
.auth-form a:hover {
  transition: 0.3s all ease;
  color: #8d448b;
  cursor: pointer;
  font-weight: 500;
}

.card {
  border: none !important;
}

h2 {
  /* color: #8d448b !important; */
  color: rgb(0, 64, 128) !important;
}

.auth-button {
  background: rgb(0, 64, 128) !important;
  border: 1px solid rgb(0, 64, 128) !important;
  color: #fff !important;
  cursor: pointer;
}
.auth-buttons {
  background: #8d448b !important;
  border: 1px solid #8d448b !important;
  color: #fff !important;
  cursor: pointer;
}

.auth-buttonnew {
  background: #fff !important;
  border: 1px solid #8d448b !important;
  color: #8d448b !important;
  cursor: pointer;
  margin-right: 20px;
}

.sidebar {
  border-right: 1px solid rgb(228, 228, 231) !important;
  overflow-y: auto;
}

.metismenu a:hover {
  color: rgb(0, 115, 204) !important;
}

.metismenu > li i {
  color: rgb(0, 64, 128) !important;
}

.table thead th {
  font-weight: 600 !important;
}

.input-group-append {
  border: 1px solid #8d448b;
}

.nav-pills .nav-link.active {
  background-color: #8d448b !important;
}

.tab-content {
  margin-top: 0px !important;
}

.d-flex {
  align-items: center;
}

.custom-select {
  margin: 0px 5px;
  text-align: center;
}

.offcanvas-active .sidebar .btn-toggle-offcanvas {
  top: -10px;
  color: rgb(0, 64, 128) !important;
  font-size: 14px;
  left: 15px;
}

.navbar-fixed-top .navbar-btn button {
  padding: 5px 10px;
  background-color: rgb(0, 64, 128);
  color: #fff;
}

.sidebar.light_active .metismenu > li.active > a {
  color: rgb(0, 64, 128) !important;
}

.dropdown-toggle {
  cursor: pointer;
}

.form-group label,
form label {
  color: rgb(0, 115, 204);
}

.nav-pills {
  display: flex !important;
  border-bottom: 1px solid #dee2e6;
}

.nav-item {
  margin-bottom: -1px;
}

.nav-pills .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0 !important;
}

.nav-pills .nav-link.active {
  border-bottom: 2px solid rgb(0, 64, 128) !important;
  background: transparent !important;
  color: rgb(0, 64, 128) !important;
  font-weight: 600;
}

.table .nav-pills {
  border-bottom: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

.icon-menu i {
  cursor: pointer;
}

.submit-newbtn {
  margin-top: 40px !important;
}

.mat-datepicker-content .mat-calendar {
  z-index: 999;
  margin-top: 250px;
  background-color: #fff;
  border-radius: 0.25rem;
  width: 380px !important;
}

.mat-form-field {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid transparent !important;
  height: 60px;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0 0.75em !important;
}

.mat-form-field-label-wrapper {
  top: -10px;
}

.mat-date-range-input-start-wrapper,
.mat-date-range-input-inner {
  height: 36px;
}

.mat-card button {
  background-color: transparent;
  color: #8d448b;
  border: 1px solid #8d448b;
  margin: 5px;
}

.mat-icon-button {
  color: #8d448b;
  margin-right: 10px;
}

.mat-datepicker-content .mat-datepicker-close-button {
  display: none;
}

.mat-calendar-body-cell {
  height: 70% !important;
  width: 70% !important;
}

.modal-dialog .close,
.modal-dialog .close:hover {
  color: rgb(0, 64, 128);
}

.box-border {
  border: 1px solid #8d448b;
}

@media screen and (min-width: 1280px) {
  .mat-datepicker-content .mat-calendar {
    margin-left: 280px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1100px) {
  .mat-datepicker-content .mat-calendar {
    width: 280px !important;
  }
}

@media (min-width: 576px) {
  .mat-form-field {
    width: 100%;
  }
}

.cdk-overlay-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: auto;
  background: rgba(158, 158, 158, 0.32);
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
}

.sb-icon {
  background-color: #8d448b !important;
  color: #fff !important;
}

body .slick-prev,
body .slick-next {
  background-color: rgb(0, 64, 128) !important;
  padding: 1px 0px;
}

.ng-dropdown-panel.ng-select-top {
  bottom: auto !important;
}

.ng-select .ng-select-container {
  height: 48px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem !important;
  display: block;
  width: 100%;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: #2f69b0 !important;
  color: #fff;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  box-shadow: none !important;
  border: 1px solid #2f69b0 !important;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding: 5px !important;
  padding: 1px 0px;
}

.ng-select .ng-clear-wrapper {
  display: none !important;
}

.tabs-div {
  padding-left: 0px !important;
}

.texinput {
  display: block;
}

ngx-intl-tel-input .iti {
  display: block;
}

ngx-intl-tel-input input {
  width: 100%;
  height: 48px !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  display: none;
}

ngx-intl-tel-input input:focus {
  outline: none !important;
  border-color: #2f69b0;
}

ngx-intl-tel-input .iti--allow-dropdown .iti__flag-container:hover {
  outline: none !important;
  border-color: #2f69b0;
  background-color: #2f69b0;
}

ngx-intl-tel-input .iti.separate-dial-code .iti__selected-flag {
  width: auto;
  height: 46px;
  background-color: #2f69b0;
  color: #fff;
  margin: 0;
}

ngx-intl-tel-input .iti__flag-container {
  position: unset !important;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 50px;
  text-align: center;
}

.spinner > div {
  background-color: #2f69b0;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 3px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal-backdrop {
  z-index: 999 !important;
}

ngb-modal-window.modal {
  z-index: 999 !important;
}

.input-group-prepend {
  background: rgb(0, 115, 204);
}

.input-group-prepend > .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  color: #fff;
}

.input-group-append > .ng-arrow-wrapper .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent !important;
}
.activemenu {
  border: 2px solid #2f69b0 !important;
  padding: 12px 0px;
  cursor: pointer;
}
.rounded-circle {
  cursor: pointer;
  max-width: 150px;
  width: 150px;
  margin: auto;
  border-radius: 20% !important;
}
.multi_lines_text,
table tr td {
  white-space: nowrap !important;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
tr td:last-child {
  white-space: nowrap !important;
  max-width: 120px;
  text-overflow: clip;
}
.btn-outline {
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background-color: #000000 !important;
}
.slick-initialized .slick-slide {
  width: 250px !important;
  display: block !important;
}
.dropdown-menu-right {
  width: 400px;
}
.view-student p {
  font-weight: 700 !important;
}

/* ALL LOADERS */

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.loader-2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

.loader-2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

.loader-2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader-2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.table thead th {
  color: rgb(0, 64, 128) !important;
}
.table tr td,
.table tr th {
  color: rgb(0, 64, 128) !important;
}
.auth-button-top {
  background: rgb(0, 64, 128) !important;
  border: 1px solid rgb(0, 64, 128) !important;
  color: #fff !important;
  cursor: pointer;
}
.auth-buttons {
  background: #2f69b0 !important;
}
.sidebar.light_active .metismenu a {
  color: rgb(0, 64, 128);
}
.sidebar .navbar-brand {
  margin: 10px 5px 0 5px;
}
.btn.btn-default.btn-sm {
  color: rgb(0, 64, 128) !important;
}
.no-data-found-text {
  color: rgb(0, 64, 128) !important;
}
.nodata_found {
  display: block;
  padding: 10px 0;
  color: rgb(0, 64, 128) !important;
}
.mutiselect_select_option .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  border: 1px solid rgb(51 122 183);
  margin-right: 4px;
  background: rgb(51 122 183);
  padding: 0 5px;
  color: rgb(255 255 255);
  border-radius: 2px;
  float: left;
  max-width: fit-content !important;
}

app-modal strong {
  color: #2f69b0;
}
