/*
Template Name: Court CMS
Version: 1.0
Author: R. Idham Aziz Marlin, S.Kom
E-mail: idhamaziz390@gmail.com
*/
@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);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
}

.select2-container {
    width: 100% !important;
}

.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: 700;
    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: #fff!important
}

.bg-dark {
    background-color: #000!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,.35);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.bg-fixed {
    background-attachment: fixed!important
}

.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
}

.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 {
    background-color: #fff;
    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: #000;
    -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 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

/* ================= KONTEN BERITA ================= */
.post-meta {
    display: flex !important;
    gap: 18px !important;
    align-items: center;
}

.post-meta span {
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 0 !important;
    gap: 6px !important;
}

@-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)
    }
}

nav.article-pagination {
    margin-top: 50px
}

nav.article-pagination .pagination .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

nav.article-pagination .pagination .page-item .page-link {
    border: 1px solid #f3f4f6;
    margin-right: 10px;
    padding: 12px 20px;
    font-size: .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-item {
    margin-bottom: 12px
}

.accordion .accordion-item .accordion-header {
    font-family: Robotto,sans-serif;
    font-weight: 700
}

.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: 700;
    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 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 5px;
    background-color: #eeeded;
    background-image: url("../images/header_17.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: 700;
    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: 700
}

nav.navbar {
    background-color: #fc9905;
    width: 100%;
    border-top: 3px solid #0e29cd;
    border-bottom: 3px 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: 0 25px 20px -15px rgba(0,0,0,.71);
    box-shadow: 0 25px 20px -15px rgba(0,0,0,.71)
}

nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 400;
    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: 400;
    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
}

.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
}

.section-marquee {
    /*-webkit-box-shadow: 0 25px 20px -15px rgba(0,0,0,.71);
    box-shadow: 0 25px 20px -15px rgba(0,0,0,.71);*/
    margin-bottom: 10px
}

.section-marquee .marquee-box {
    margin-top: -20px;
    width: 100%;
    background-color: #fff;
    /*-webkit-box-shadow: inset 0 0 10px; 
    box-shadow: inset 0 0 10px;*/
    /*border: 2px solid #fc9905*/
    border: none;
    border-bottom: 2px solid #fc9905;
}

.section-marquee .marquee-box marquee {
    padding: 5px
}

.section-marquee .marquee-box marquee p {
    color: #000;
    font-weight: 700
}

.section-advert {
    width: 100%;
    margin-bottom: 15px
}

.section-advert img {
    height: 240px;
    width: 100%
}

.section-schedule {
    padding: 20px
}

.section-schedule .element-title {
    font-size: 1.5rem;
    font-weight: 700;
    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
}

/* MOBILE */
@media (max-width: 768px) {
    .breaking-news-ticker {
        flex-direction: column;
        align-items: stretch;
    }

    .breaking-news-ticker .title {
        width: 100%;
        justify-content: center;
    }

    .breaking-news-ticker .ticker {
        padding: 10px;
    }
}

@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
    }
}

.section-application {
    background-color: #0e29cd;
    height: 250px;
    width: 100%
}

.section-application img {
    height: auto;
    width: 60%
}

.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: 700
}

.section-infomation .list li a:hover {
    color: #0e29cd
}

.section-infomation .zona-list {
    list-style-type: none;
    padding-left: 0
}

.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: .375rem .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
}

.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: 700;
    height: 32px;
    padding: 5px 15px;
    text-transform: capitalize;
    margin-bottom: 20px
}

.section-content .news-title a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.section-content .single-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.section-content .single-staff-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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: .5s;
    transition-duration: .5s
}

.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 #fff,0 0 3px #bababa;
    box-shadow: inset 0 1px 2px #fff,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: 700
}

.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: 700;
    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%
    }
}

.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,.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: #fff;
    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: #fff;
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center
}

.post-articles-title-area .post-content p {
    color: #fff;
    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,.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: #fff;
    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
    }
}

.section-inovation {
    padding: 50px
}

.section-inovation .inovation-title {
    text-align: center;
    padding-bottom: 30px
}

.section-inovation .inovation-title h4 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    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: 25px
}

.section-inovation .row-inovation .inovation img {
    width: 60%
}

.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: 700;
    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: 700
}

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: 700;
    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 {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    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: #b00
}

#scrollUp {
    background-color: #000;
    border-radius: 0;
    bottom: 20px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    left: 10px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.15)
}

#scrollUp:hover {
    background-color: #0e29cd;
    color: #fff
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right:30px;
        bottom: 30px
    }
}

