/*
Template Name: Court CMS
Version: 1.0
Author: R. Idham Aziz Marlin, S.Kom
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
body {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*=================================================================*/
/*                      GENERAL                              
/*=================================================================*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Robotto",
 sans-serif;
}

h3.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0e29cd;
}

span.bg-primary {
  background-color: #0e29cd !important;
}

span.bg-ptun {
  background-color: #fc9905 !important;
}

.btn-primary {
  color: #fff;
  background-color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.btn-outline-primary {
  color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.tooltip-inner {
  background-color: #ef1b48;
}

.tooltip .arrow::before {
  border-top-color: #ef1b48;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

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

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/*=================================================================*/
/*                      PRELOADER                              
/*=================================================================*/
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

/*=================================================================*/
/*                      PAGINATION                              
/*=================================================================*/
nav.article-pagination {
  margin-top: 50px;
}

nav.article-pagination .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

nav.article-pagination .pagination .page-item .page-link {
  border: 1px solid #f3f4f6;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 0.75rem;
  font-family: "Robotto", sans-serif;
  font-weight: 800;
  color: #0e29cd;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

nav.article-pagination .pagination .page-item .page-link:hover {
  background-color: #0e29cd;
  color: #fff;
}

nav.article-pagination .pagination .active .page-link {
  background-color: #0e29cd !important;
  color: #fff !important;
}

/*=================================================================*/
/*                      ACCORDION                              
/*=================================================================*/
.accordion .accordion-item {
  margin-bottom: 12px;
}

.accordion .accordion-item .accordion-header {
  font-family: "Robotto", sans-serif;
  font-weight: bold;
}

.accordion .accordion-item .accordion-header .accordion-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#eeeded));
  background-image: linear-gradient(#d6d6d6, #eeeded);
  border: 1px solid silver;
  width: 100%;
  text-align: left;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 0;
  padding: 3%;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: silver !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0e29cd !important;
}

.accordion .accordion-item .accordion-body {
  background-color: #eeeded;
}

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 5px;
  background-color: #eeeded;
  background-image: url("../images/header_3.png");
  /*background-image: url("../images/header.png");*/
  background-repeat: no-repeat;
  background-size: 100% 220px;
  height: 200px;
}

header img.header-logo {
  width: 40%;
}

header .header-title {
  position: relative;
  left: -150px;
}

header .header-title .title {
  font-weight: bold;
  color: #0e29cd;
  line-height: 1.4em;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

header .header-title .address {
  font-size: 0.8em;
}

header .header-small-logo-container {
  margin-right: 5px;
  margin-bottom: 5px;
}

header .header-small-logo-container a {
  cursor: pointer;
  padding: 0;
  margin-right: 5px;
}

header .header-small-logo-container a .header-small-logo {
  width: 50px;
  height: 50px;
}

header .date {
  text-align: right;
  color: #fff;
  font-weight: bold;
}

/*=================================================================*/
/*                      NAVBAR                              
/*=================================================================*/
nav.navbar {
  background-color: #fc9905;
  width: 100%;
  border-top: 15px solid #0e29cd;
  border-bottom: 15px solid #0e29cd;
  padding-top: 12px;
  padding-bottom: 12px;
}

nav.navbar .container-fluid .navbar-nav .nav-item {
  font-size: 13px;
}

nav.navbar .container-fluid .navbar-nav .nav-item a {
  color: #fff;
}

nav.navbar .container-fluid .navbar-nav .nav-item a:hover {
  color: #fff;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  background-color: #0e29cd;
  -webkit-box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
          box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  background-color: #0e29cd;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #fc9905;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .dropdown-item {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  background-color: #0e29cd;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .dropdown-item:hover {
  background-color: #fc9905;
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .sub {
  background-color: #0e29cd;
}

.section {
  padding: 20px 10px;
  background-color: #eeeded;
  margin-bottom: 15px;
}

/*=================================================================*/
/*                      BANNER                              
/*=================================================================*/
.section-banner {
  width: 100%;
  color: #fff;
  min-height: 450px;
}

.section-banner .slider-item {
  height: 450px;
  background-color: #0e29cd;
}

.section-banner .slider-item .slider-title {
  padding-top: 120px;
  padding-left: 40px;
  min-height: 450px;
}

.section-banner .slider-item .slider-title h1, .section-banner .slider-item .slider-title p {
  color: #fff;
}

.section-banner .slider-item .slider-title h1 {
  font-size: 2rem;
}

.section-banner .slider-item .slider-title p {
  margin-top: 10px;
}

.section-banner .slider-item .slider-bg {
  height: 450px;
  padding: 40px 20px 20px 20px;
}

.section-banner .slider-item .slider-bg img {
  height: 350px;
  width: 100%;
  border: 4px solid #ccc;
}

.section-banner .slider-banner {
  cursor: pointer;
}

/*=================================================================*/
/*                      MARQUEE                              
/*=================================================================*/
.section-marquee {
  -webkit-box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
          box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
  margin-bottom: 10px;
}

.section-marquee .marquee-box {
  margin-top: -25px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: inset 0 0 10px;
          box-shadow: inset 0 0 10px;
  border: 10px solid #fc9905;
}

.section-marquee .marquee-box marquee {
  padding: 5px;
}

.section-marquee .marquee-box marquee p {
  color: #000;
  font-weight: bold;
}

/*=================================================================*/
/*                      AD                              
/*=================================================================*/
.section-advert {
  width: 100%;
  margin-bottom: 15px;
}

.section-advert img {
  height: 240px;
  width: 100%;
}

/*=================================================================*/
/*                      SCHEDULE                            
/*=================================================================*/
.section-schedule {
  padding: 20px;
}

.section-schedule .element-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0e29cd;
}

.section-schedule .search-schedule .input-schedule {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 20% !important;
}

.section-schedule table.dataTable thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #0e29cd;
  color: #fff;
}

/*=================================================================*/
/*                      BREAKING NEWS                              
/*=================================================================*/
.section-breaking-news {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.section-breaking-news .breaking-news-ticker {
  position: relative;
  z-index: 1;
}

.section-breaking-news .breaking-news-ticker .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  width: 160px;
  background-color: #0e29cd;
  height: 55px;
}

.section-breaking-news .breaking-news-ticker .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
}

.section-breaking-news .breaking-news-ticker .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 180px);
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: calc(100% - 180px);
}

.section-breaking-news .breaking-news-ticker .ticker ul {
  width: 100%;
  position: relative;
  z-index: 1;
}

.section-breaking-news .breaking-news-ticker .ticker ul li {
  display: none;
  width: 100%;
}

.section-breaking-news .breaking-news-ticker .ticker ul li a {
  display: block;
  font-size: 16px;
  color: #404040;
  height: 38px;
  line-height: 38px;
}

.section-breaking-news .breaking-news-ticker .ticker ul li a:hover {
  color: #0e29cd;
}

.section-breaking-news .breaking-news-ticker .ticker ul li a:focus {
  color: #0e29cd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}

@media only screen and (max-width: 767px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-breaking-news .breaking-news-ticker .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title h6 {
    line-height: 40px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker ul li a {
    font-size: 12px;
  }
}

/*=================================================================*/
/*                      APPLICATION                              
/*=================================================================*/
.section-application {
  background-color: #0e29cd;
  height: 250px;
  width: 100%;
}

.section-application img {
  height: auto;
  width: 60%;
}

/*=================================================================*/
/*                      INFORMATION                              
/*=================================================================*/
.section-infomation {
  padding: 20px;
}

.section-infomation h3 {
  margin-bottom: 15px;
}

.section-infomation .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-infomation .list i {
  padding-right: 8px;
  color: #0e29cd;
  font-size: 16px;
  line-height: 1;
}

.section-infomation .list li {
  margin-bottom: 10px;
}

.section-infomation .list li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.section-infomation .list li a:hover {
  color: #0e29cd;
}

.section-infomation .zona-list {
  list-style-type: none;
  padding-left: 0px;
}

.section-infomation .zona-list span.badge {
  margin-right: 10px;
}

.section-infomation .sidebar-information {
  padding-left: 120px;
}

.section-infomation .sidebar-information #google_translate_element {
  margin-bottom: 10px;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple {
  background-color: #fff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  display: inline-block;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none !important;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
  display: none;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
  display: none;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"] {
  display: none;
}

.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
  display: none;
}

/*=================================================================*/
/*                      CONTENT                              
/*=================================================================*/
.section-content {
  padding: 20px;
}

.section-content .widget-box {
  margin-bottom: 20px;
}

.section-content .news-title {
  background-color: #0e29cd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  padding: 5px 15px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-content .news-title a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.section-content .single-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .single-staff-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid #000;
}

.section-content .single-staff-post .staff-content i {
  margin-right: 5px;
}

.section-content .more-news {
  margin-bottom: 15px;
}

.section-content .style-2:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.section-content .style-2 .blog-thumbnail {
  margin-bottom: 10px;
}

.section-content .style-2 .blog-thumbnail img {
  width: 100%;
}

.section-content .style-2 .blog-thumbnail iframe {
  width: 100% !important;
  height: 450px;
}

.section-content .style-2 .blog-title {
  position: relative;
  z-index: 1;
}

.section-content .style-2 .blog-title .post-date {
  font-size: 12px;
  color: #636363;
  margin-bottom: 10px;
}

.section-content .style-2 .blog-title .post-date span {
  margin-right: 15px;
}

.section-content .style-2 .blog-title .post-date i {
  margin-right: 2px;
}

.section-content .style-2 .blog-title .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.section-content .style-2 .blog-title .post-date .author {
  font-weight: 500;
}

.section-content .style-2 .blog-title .post-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0e29cd;
}

.section-content .style-2 .blog-content p {
  text-align: justify;
}

.section-content .style-4 .blog-thumbnail {
  margin-bottom: 10px;
  margin-right: 10px;
}

.section-content .style-4 .blog-thumbnail img {
  width: 120px;
  height: 80px;
}

.section-content .style-4 .blog-title {
  position: relative;
  z-index: 1;
}

.section-content .style-4 .blog-title .post-date {
  font-size: 12px;
  color: #636363;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .style-4 .blog-title .post-date span {
  margin-right: 15px;
}

.section-content .style-4 .blog-title .post-date i {
  margin-right: 2px;
}

.section-content .style-4 .blog-title .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.section-content .style-4 .blog-title .post-date .author {
  font-weight: 500;
}

.section-content .style-4 .blog-title .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #0e29cd;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .style-4 .blog-content {
  position: relative;
  z-index: 1;
}

.section-content .style-5 .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  width: 45%;
  margin-right: 30px;
}

.section-content .style-5 .blog-thumbnail img {
  width: 100%;
  aspect-ratio: 900 / 600;
}

.section-content .style-5 .blog-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 30px);
  flex: 0 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
  width: calc(55% - 30px);
}

.section-content .style-5 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .style-5 .blog-content .post-date span {
  margin-right: 15px;
}

.section-content .style-5 .blog-content .post-date i {
  margin-right: 2px;
}

.section-content .style-5 .blog-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.section-content .style-5 .blog-content .post-date .author {
  font-weight: 500;
}

.section-content .style-5 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0e29cd;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .style-6 .photo-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-content .style-6 .photo-thumbnail img {
  width: 250px;
  height: 300px;
}

.section-content .style-6 .blog-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 30px);
  flex: 0 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
  width: calc(55% - 30px);
}

.section-content .style-6 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .style-6 .blog-content .post-date span {
  margin-right: 15px;
}

.section-content .style-6 .blog-content .post-date i {
  margin-right: 2px;
}

.section-content .style-6 .blog-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.section-content .style-6 .blog-content .post-date .author {
  font-weight: 500;
}

.section-content .style-6 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0e29cd;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .detail-content {
  position: relative;
  z-index: 1;
}

.section-content .detail-content p {
  margin-bottom: 10px;
}

.section-content .detail-content img {
  max-width: 100%;
}

.section-content .news-row {
  margin-bottom: 20px;
}

.section-content .single-event-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.section-content .single-event-post .date {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 1px 2px #ffffff,
 0 0 3px #bababa;
          box-shadow: inset 0 1px 2px #ffffff,
 0 0 3px #bababa;
}

.section-content .single-event-post .date .day {
  font-size: 140%;
  font-weight: 700;
  display: block;
  padding: 3px 15px;
}

.section-content .single-event-post .date .month {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 0 4px 4px;
  background: #0e29cd;
  color: #fff;
}

.section-content .single-event-post .blog-content .post-title {
  font-size: 14px;
  color: #0e29cd;
}

.section-content .youtube-embed {
  width: 100%;
  height: 450px;
}

.section-content .carousel .carousel-item img {
  height: 350px;
}

.section-content .slogan-row {
  border-left: 5px solid #0e29cd;
  height: 90px;
  padding: 20px;
  margin-left: 5px;
  margin-top: 30px;
}

.section-content .slogan-row .slogan {
  font-family: "Robotto", sans-serif;
  color: #0e29cd;
  font-size: 38px;
  font-weight: bold;
}

.section-content .mod-link {
  margin-bottom: 15px;
}

.section-content .mod-link .link-thumb {
  margin-bottom: 15px;
}

.section-content .mod-link .link-thumb .img-thumbnail {
  width: 50%;
}

.section-content .mod-link .link-desc {
  margin-left: -50px;
}

.section-content .mod-link .link-desc h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

.section-content .mod-link .link-desc p {
  font-size: 12px;
  text-align: justify;
}

.section-content .sidebar {
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .section-content .single-blog-post .style-5 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-content .single-blog-post .style-5 .blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*=================================================================*/
/*                      DETAIL ARTICLE                              
/*=================================================================*/
.post-articles-title-area {
  position: relative;
  z-index: 1;
  height: 250px;
  padding: 35px 0;
  background-color: #f0f4f8;
  margin-bottom: 15px;
}

.post-articles-title-area .bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
}

.post-articles-title-area .post-content {
  padding: 20px;
}

.post-articles-title-area .post-content .tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  height: 45px;
  min-width: 180px;
  background-color: #fc9905;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 100px;
  text-align: center;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.post-articles-title-area .post-content .tag span {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.post-articles-title-area .post-content .post-date {
  font-size: 14px;
  display: block;
  color: #fff;
}

.post-articles-title-area .post-content .post-date span {
  margin-right: 15px;
}

.post-articles-title-area .post-content .post-date i {
  margin-right: 2px;
}

.post-articles-title-area .post-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.post-articles-title-area .post-content .post-date .author {
  font-weight: 500;
}

.post-articles-title-area .post-content .post-title {
  display: block;
  color: #ffffff;
  font-size: 62px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.post-articles-title-area .post-content p {
  color: #ffffff;
  font-size: 15px;
}

.post-details-title-area {
  position: relative;
  z-index: 1;
  height: 500px;
  padding: 35px 0;
  background-color: #f0f4f8;
  margin-bottom: 15px;
}

.post-details-title-area .bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
}

.post-details-title-area .post-content {
  padding: 20px;
}

.post-details-title-area .post-content .tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  height: 45px;
  min-width: 180px;
  background-color: #fc9905;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.post-details-title-area .post-content .tag span {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.post-details-title-area .post-content .post-date {
  font-size: 14px;
  display: block;
  color: #fff;
}

.post-details-title-area .post-content .post-date span {
  margin-right: 15px;
}

.post-details-title-area .post-content .post-date i {
  margin-right: 4px;
}

.post-details-title-area .post-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}

.post-details-title-area .post-content .post-date .author {
  font-weight: 500;
}

.post-details-title-area .post-content .post-title {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
}

.post-details-title-area .post-content p {
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .post-details-title-area {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .tag {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-details-title-area .post-content .post-title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-title-area .post-content .post-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .post-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .post-date {
    font-size: 12px;
  }
}

/*=================================================================*/
/*                      INOVATION                              
/*=================================================================*/
.section-inovation {
  padding: 20px;
}

.section-inovation .inovation-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-inovation .inovation-title h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0e29cd;
}

.section-inovation .row-inovation .inovation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}

.section-inovation .row-inovation .inovation img {
  width: 60%;
}

/*=================================================================*/
/*                      FOOTER                              
/*=================================================================*/
footer#footer .footer-top {
  padding: 20px;
  background: #eeeded;
}

footer#footer .footer-top .footer-contact h3 {
  color: #0e29cd;
  font-weight: bold;
}

footer#footer .footer-top .footer-contact p {
  line-height: 1.7;
}

footer#footer .footer-top .footer-contact p span {
  font-weight: bold;
  margin-right: 10px;
}

footer#footer .footer-top .footer-links h4 {
  color: #0e29cd;
  font-weight: bold;
}

footer#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #0e29cd;
  font-size: 16px;
  line-height: 1;
}

footer#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#footer .footer-top .footer-links ul a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

footer#footer .footer-top .footer-links ul a:hover {
  color: #0e29cd;
}

footer#footer .footer-top .footer-map h4 {
  color: #0e29cd;
  font-weight: bold;
}

footer#footer .footer-top .footer-map .map {
  width: 100%;
  height: 250px;
}

footer#footer .footer-bottom {
  background: #0e29cd;
  padding: 20px 20px 0;
}

footer#footer .footer-bottom .copy {
  color: #fff;
  font-weight: bold;
}

footer#footer .footer-bottom .social-media {
  cursor: pointer;
  float: right;
}

footer#footer .footer-bottom .social-media a {
  margin-right: 10px;
}

footer#footer .footer-bottom .social-media i {
  color: #fff;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}

/*=================================================================*/
/*                      CONTACT FORM                              
/*=================================================================*/
.contact {
  position: fixed;
  right: 5px;
  bottom: -399px;
  width: 400px;
  z-index: 9999;
}

.contact .contact-title {
  float: left;
  width: 100%;
  background: #0e29cd;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.contact .contact-form {
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
}

.contact .contact-form input {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
}

.contact .contact-form .message {
  background-color: #eee;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 15px;
}

.contact .contact-form .message h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/*=================================================================*/
/*                      NAV TAB                              
/*=================================================================*/
ul.nav-tabs {
  border-color: #0e29cd;
  border-width: 2px;
}

ul.nav-tabs .nav-item {
  background-color: #4A86FF;
  border-color: #4A86FF #4A86FF #fff;
  margin-right: 3px;
  font-size: 15px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.nav-tabs .nav-item .nav-link {
  color: #fff;
}

ul.nav-tabs .nav-item .active {
  background-color: #0e29cd;
  color: #fff;
  border-color: #0e29cd;
}

.tab-content .tab-pane {
  padding: 10px;
}

.tab-content > .active {
  display: block;
}

/*=================================================================*/
/*                      ICON BAR                              
/*=================================================================*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.icon-bar .socmed {
  color: #fff;
}

.icon-bar .facebook {
  background: #3B5998;
}

.icon-bar .twitter {
  background: #55acee;
}

.icon-bar .instagram {
  background: #dd4b39;
}

.icon-bar .youtube {
  background: #bb0000;
}

/*=================================================================*/
/*                      BACK TO TOP                              
/*=================================================================*/
#scrollUp {
  background-color: #000000;
  border-radius: 0;
  bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  left: 10px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

#scrollUp:hover {
  background-color: #0e29cd;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}

/**
* RESPONSIVE FOR PHONES
*/
@media (max-width: 43em) {
  header{
	background-size:auto;
	height:auto;
  }    
  header img.header-logo {
    width: 70%;
  }
  header .header-title {
    left: -40px;
  }
  header .header-title .title {
    font-size: 10px;
  }
  header .header-title .address {
    font-size: 8px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .section-infomation .sidebar-information {
    padding-left: 0px;
  }
  .section-content .slogan-row {
    display: none;
  }
  .section-content .mod-link .link-desc {
    margin-left: -50px;
  }
  footer#footer .footer-top .footer-contact {
    margin-bottom: 20px;
  }
  footer#footer .footer-top .footer-links {
    margin-bottom: 20px;
  }
  footer#footer .footer-bottom {
    text-align: center;
  }
  footer#footer .footer-bottom .copy {
    font-size: 12px;
  }
  footer#footer .footer-bottom .sosmed {
    width: 100%;
    display: block;
    padding: 0 auto;
  }
}

/**
* RESPONSIVE FOR TABLET
*/
@media (min-width: 43em) and (max-width: 62em) {
  header img.header-logo {
    width: 80%;
  }
  header .header-title {
    left: -40px;
  }
  header .header-title .title {
    font-size: 12px;
  }
  header .header-title .address {
    font-size: 10px;
  }
  .section-infomation .sidebar-information {
    padding-left: 0px;
  }
  .section-content .slogan-row {
    display: none;
  }
  .section-content .mod-link .link-desc {
    margin-left: -70px;
  }
  footer#footer .footer-top .footer-contact {
    margin-bottom: 15px;
  }
  footer#footer .footer-top .footer-links {
    margin-bottom: 15px;
  }
}

/**
* RESPONSIVE FOR DESKTOP LARGER SCREEN
*/
@media (min-width: 82em) {
  nav.navbar .container-fluid .navbar-nav > li:hover {
    background-color: #0e29cd;
  }
  nav.navbar .container-fluid .navbar-nav > li:hover > ul {
    display: block;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #fc9905;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */