* {
    font-family: 'Montserrat', sans-serif;
}

/** {   font-family: 'Noto Serif', serif;}   **/
a {
    text-decoration: none !important;
}


.post-text p {
    font-family: inherit;
}

.post-text em {
    font-family: inherit;
}

.post-text span {
    font-family: inherit;
}

.post-text a {
    font-family: inherit;
}

.post-text b {
    font-family: inherit;
}

.post-text i {
    font-family: inherit;
}

.post-text h1 {
    font-family: inherit;
}

.post-text h2 {
    font-family: inherit;
}

.post-text h3 {
    font-family: inherit;
}

.post-text h4 {
    font-family: inherit;
}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

li {
    list-style: none;
}

li a {
    text-decoration: none;
}

.title {
    border-left: 6px solid #004988;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title .title-text {
    margin: 0 8px;
    color: #000;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
}

.title .title-text:hover {
    color: #004988;
}

@media only screen and (max-width: 468px) {
    .title .title-text {
        font-size: 28px;
    }
}

.title .title-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 13px;
    border: dotted 4px #0000002e;
}

.card-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header--search-form {
    position: relative;
    min-width: 32px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    z-index: 1;
}

.header--search-form .form-control {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 0;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-property: width, opacity, visibility;
    transition-property: width, opacity, visibility;
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 0;
}

.header--search-form .btn {
    position: relative;
    /*padding: 15px 0;*/
    background-color: transparent;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: color 0.35s, padding 0.35s ease-in-out;
    transition: color 0.35s, padding 0.35s ease-in-out;
    outline: 0;
    z-index: 1;
}

.header--search-form.active .form-control {
    width: 220px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


.btn-circle {
    border-radius: 50%;
    border: none;
    background-color: white;
    color: #004988;
    width: 35px;
    height: 35px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: normal;
}

.btn-circle:hover {
    background-color: #f0f0f0;
    color: #004988;
}

#navbar-1 {
    border-bottom: solid 0px #fff;
    position: relative;
}

#navbar-1 .mini-logo {
    display: none;
}

#navbar-1 .navbar {
    padding: 28px 0;
    background-color: #fff;
    border-bottom: solid 3px #004988;
}

.navbar-toggler{
    font-size: 1rem;
}

@media (max-width: 650px) {
    /*#navbar-1 img {*/
    /*    display: none;*/
    /*}*/

    /*#navbar-1 .mini-logo {*/
    /*    display: block !important;*/
    /*}*/
}

@media (max-width: 407px) {
    /*#navbar-1 img {*/
    /*    width: 130px;*/
    /*}*/
}

#navbar-1 .navbar-collapse {
    margin-top: 4px;
}

#navbar-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#navbar-1 .icons {
    background: #004988;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

#navbar-1 .icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0 !important;
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    font-size: 18px;
    position: relative;
}

#navbar-1 .icons ul li {
    margin-right: 20px;
}

#navbar-1 .icons ul li i {
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#navbar-1 .icons ul li a:hover i {
    color: #000;
}

@media (max-width: 407px) {
    #navbar-1 .icons ul li {
        margin-right: 10px;
    }
}

#navbar-1 .icons ul .search-li label i {
    cursor: pointer;
    color: #5f5f5f;
}

#navbar-1 .icons ul .search-li label i:hover {
    color: #004987;
}

#navbar-1 .icons ul .search-li label .search-field {
    background-color: transparent;
    border: none;
    height: 40px;
    margin: 3px 0;
    padding: 0 0 0 10px;
    position: absolute;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0px;
    cursor: pointer;
    font-size: 1.2rem;
    top: -3px;
    right: 100px;
}

#navbar-1 .icons ul .search-li label .search-field:focus {
    background-color: #ffffff;
    cursor: text;
    border: 1px solid dimgray;
    border-radius: 5px;
    outline: 0;
    width: 255px;
    color: #004987;
}

#navbar-1 img {
    position: absolute;
    z-index: 12;
    left: 24px;
    top: 34px;
    height: 100px;
}

#navbar-1 nav {
    width: 100%;
    background-color: none;
    z-index: 1;
}

#navbar-1 nav .links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

#navbar-1 nav .links ul li {
    background-color: none;
}

#navbar-1 nav .links ul li a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#navbar-1 nav .links ul li a:hover {
    color: #a3a3a3;
}

#navbar-2 {
    display: none;
}

#navbar-2 .row {
    background-color: #fff;
    border-bottom: 2px solid #004987;
}

#navbar-2 .row nav {
    background-color: #fff;
}

#navbar-2 .row nav .navbar-collapse ul li {
    white-space: nowrap;
    border-left: solid 1px #e6e6e6;
}

#navbar-2 .row nav .navbar-collapse ul li a {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

#navbar-2 .row nav .navbar-collapse ul li a:hover {
    color: #004988;
}

@media (max-width: 992px) {
    #navbar-2 .row nav .navbar-collapse ul li {
        border: none;
    }
}

#navbar-2 .row nav span {
    font-size: 1rem;
}

#navbar-2 .row .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navbar-2 .row .icons ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

#navbar-2 .row .icons ul li {
    margin-right: 11px;
}

#navbar-2 .row .icons ul li i {
    color: #004988;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#navbar-2 .row .icons ul li a:hover i {
    color: #000;
}

.card-media {
    min-height: 450px !important;
}

.card-media .card-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.card-media .card-img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.card-media .card-img .card-img-text {
    position: absolute;
    padding: 3px;
    z-index: 1;
    right: 0;
    bottom: 14px;
    background-color: #f1f1f1;
    font-style: italic;
    font-size: 1rem;
    font-weight: 500;
    color: #5f5f5f;
}

.card-media .card-body a {
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card-media .card-body a:hover {
    color: #004988;
}

.card-media .card-body .author {
    font-size: 14px;
    color: #5f5f5f;
}

.panel-card {
    position: relative;
    height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

@media only screen and (max-width: 768px) {
    .panel-card {
        height: 400px;
    }
}


@media only screen and (max-width: 468px) {
    .panel-card {
        height: 280px;

    }
}

.panel-card .photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px -100px 36px -28px inset;
    box-shadow: rgba(0, 0, 0, 0.9) 0px -100px 36px -28px inset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.panel-card .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.panel-card .text {
    position: absolute;
    padding-left: 5px;
    margin-right: 12px;
    background: #00000047;
}

.panel-card .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: #fff 10px solid;
}

.panel-card .text div a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.panel-card .text div a:hover {
    color: #004988;
}

@media only screen and (max-width: 768px) {
    .panel-card .text div a {
        font-size: 1.3rem;
    }
}

.panel-card .text div i {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.panel-card.small {
    height: 274px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
    .panel-card.small {
        height: 350px;
    }
}

@media only screen and (max-width: 768px) {
    .panel-card.small {
        height: 400px;
    }
}

@media only screen and (max-width: 468px) {
    .panel-card.small {
        height: 280px;

    }
}

.panel-card.small .text div {
    border-left: #fff 8px solid;
    padding-bottom: 5px;
}

.panel-card.small .text div a {
    font-size: 1.2rem;
}

.panel-card:hover {
    cursor: pointer;
}

.panel-card:hover .photo {
    -webkit-box-shadow: black 0px -100px 36px -28px inset;
    box-shadow: black 0px -100px 36px -28px inset;
}

.panel-card:hover .photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.panel-card:hover .text div a {
    -webkit-transform: translate(5px);
    transform: translate(5px);
}

.panel-card:hover .text div i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.card-team {
    width: 270px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-team img {
    width: 100%;
    height: 290px;
}

.card-team .card-name {
    position: absolute;
    top: 20px;
    left: -10px;
    background-color: #004987;
    color: #fff;
    padding: 2px 5px;
    text-transform: capitalize;
}

.card-team .card-name a {
    color: #fff;
}

.card-team .card-overlay {
    position: absolute;
    bottom: 20px;
    right: -10px;
    background-color: #f9f9f9;
    color: #004987;
    padding: 10px 5px;
}

.card-team .card-overlay a {
    color: #004987;
}

.card-team .card-overlay .card-title {
    font-size: 16px;
    margin: 0;
}

.card-team .card-overlay .card-text {
    font-size: 14px;
}

.card-book {
    width: 286px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-book a {
    text-decoration: none;
}

.card-book img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-book:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 12;
}

.card-book .card-img-overlay {
    padding-left: 0 !important;
    height: 0 !important;
    margin-top: 104%;
}

.card-book .card-img-overlay .card-title {
    background-color: #fff;
    color: #004987;
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
    border-radius: 0 3px 3px 0;
    padding: 0px 10px 0px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-book .card-img-overlay .card-title:hover {
    color: #004988;
}

.card-book .card-img-overlay .card-text {
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.9);
}

.card-book .card-img-overlay .card-text a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-book .card-img-overlay .card-text a:hover {
    color: #004988;
}

.card-book:hover {
    -webkit-box-shadow: #26394d 0px 20px 30px -10px;
    box-shadow: #26394d 0px 20px 30px -10px;
}

.card-primary {
    position: relative;
    min-height: 560px;
}

.card-primary a {
    text-decoration: none;
}

.card-primary .card-img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.card-primary .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-primary .card-img .date {
    position: absolute;
    right: 3%;
    top: 3%;
    font-weight: 500;
    z-index: 12;
}

.card-primary .card-img .date .day {
    background-color: white;
    height: 70px;
    width: 80px;
    border-radius: 3px 3px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.5rem;
}

.card-primary .card-img .date .month {
    background-color: #004987;
    color: white;
    height: 30px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
}

.card-primary .author {
    min-height: 53px;
    position: absolute;
    background-color: #f2f2fd;
    border-radius: 2px;
    top: 270px;
    left: 5%;
    right: 5%;
    width: 90%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-primary .author a {
    line-height: 53px;
    color: #5f5f5f;
    display: inline-block;
    padding-left: 2%;
    font-size: 1.1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-primary .author a:hover {
    color: #004988;
}

.card-primary .card-body {
    overflow: hidden;
}

.card-primary .card-body .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-primary .card-body .card-title a {
    margin-top: 2rem;
    width: 90%;
    font-size: 1.3rem;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}

.card-primary .card-body .card-title a:hover {
    color: #004988;
}

.card-primary .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #5f5f5f;
}

.card-primary .card-footer .footer-date {
    color: #979797;
}

.card-primary .card-footer a {
    color: #004988;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-primary .card-footer a:hover {
    color: #000;
}

.card-primary:hover .card-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -1;
}

.card-event {
    min-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: var(--bs-gutter-y);
    min-height: 320px;
}

.card-event a {
    overflow: hidden;
}

.card-event a img {
    /*height: 265px;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 606px) {
    .card-event a img {
        /*height: 305px;*/
    }
}

@media (max-width: 768px) and (min-width: 606px) {
    .card-event a img {
        height: 335px;
    }
}

.card-event .card-body {
    min-height: 170px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.card-event .card-body .date {
    margin-top: auto;
}

.card-event .card-text a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 3px;
    font-weight: bold;
}

.card-event .card-text a:hover {
    color: #004988;
}

.card-event:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


#show-panel .row a {
    text-decoration: none;
}

#show-panel .row .row {
    overflow: hidden;
}

#body-1 .links {
    border-top: 1px solid #c6c6c68a;
    /*border-bottom: 4px solid #000;*/
}

#body-1 .links ul {
    padding-left: 0rem !important;
}

#body-1 .links ul li {
    height: 120px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #c6c6c68a;
}
#body-1 .links ul li:hover {
    height: 120px;
    overflow: hidden;
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #c6c6c68a;
}

#body-1 .links ul li span.date {
    font-size: 14px;
    color: #5f5f5f;
}

#body-1 .links ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#body-1 .links ul li a:hover {
    color: #004988;
}

#body-1 .news{
    background:white;
    padding:5px;
}

#body-1 .news a {
    text-decoration: none;
}

.title-news {
    background-color: #004988;
    height: 58px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title-news a {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    border-left: 10px solid #fff;
    margin: 2px;
    padding-left: 10px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-news a:hover {
    color: #000;
}

@media (max-width: 1120px) and (min-width: 992px) {
    .title-news a {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .title-news {
        margin-top: 20px;
    }
}

#body-1 .news .body-news {
    min-height: 900px;
    margin-top: 10px;
}

#body-1 .news .body-news .body-news-date {
    min-height: 100px;
    border-bottom: solid 1px #c6c6c68a;
    padding: 16px 0;
}

#body-1 .news .body-news .body-news-date span {
    color: #5f5f5f;
}

#body-1 .news .body-news .body-news-date a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    width: 100%;
}

#body-1 .news .body-news .body-news-date a:hover {
    color: #004988;
}

.events-container {
    /*background-color: #e4e4e465;*/
}


.partner_news-container .card{
    display: flex;
    flex-direction: row;
    border: none;
    position: relative;
    transition: .3s;
}

.partner_news-container .arrow-link{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    color: black;
    /*font-size: 20px;*/
    transition: .3s;
}


.partner_news-container .arrow-link:nth-child(odd),
.partner_news-container .card:nth-child(even){
    background: #f2f2f2;
}

.partner_news-container .arrow-link:hover{
    background: white;
}

.partner_news-container .card:hover{
    background: white;
    /*box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.partner_news-container .card img{
    width: 200px;
}
.partner_news-container .card-text a{
    font-size: 1.2rem;
    color: black;
    transition: .3s;
}
.partner_news-container .card-text a:hover{
    color: #004988;
}

.partner_news-container .date{
    font-size: 14px;
    color: #5f5f5f;
}


@media (max-width: 768px) {
    .partner_news-container .card img {
        width: 100%;
    }
    .partner_news-container .card{
        flex-direction: column;
    }
    .partner_news-container .card-body{
        padding-top:10px !important;
    }
}

.flex-wrap {
    flex-wrap: wrap!important;
}

.politicon a {
    text-decoration: none;
}

.politicon .title-politicon {
    background-color: #004988;
    height: 70px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 63px;
}

.politicon .title-politicon a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-weight: 500;
    font-size: 2.5rem;
    border-left: 12px solid #fff;
    margin: 1px;
    padding-left: 10px;
    height: 67px;
}


.politicon .title-politicon a:hover {
    color: #000;
}

.politicon .title-politicon i {
    color: #fff;
    margin-right: 15px;
    font-size: 1.5rem;
}

.politicon .body-politicon .col {
    border-bottom: dashed 2px #5f5f5f;
    margin-top: 15px;
    padding-bottom: 10px;
}

.politicon .body-politicon .col .card {
    min-height: 0 !important;
    min-height: 170px;
    border: none;
}

.politicon .body-politicon .col .card .card-body {
    margin-right: 10px;
    padding: 0 !important;
    background-color: #f9f9f9;
}

.politicon .body-politicon .col .card .card-body .card-text {
    display: block;
    color: #000;
    font-size: 1.0rem;
    font-weight: 600;
}

.politicon .body-politicon .col .card .card-body .card-text:hover {
    color: #004988;
}

@media (max-width: 375px) {
    .politicon .body-politicon .col .card .card-body .card-text {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .politicon .body-politicon .col .card img {
        margin-bottom: 50px;
    }
}

#media .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#media .owl-carousel {
    padding: 15px 30px;
}

#media .owl-nav.disabled {
    display: block !important;
}

/*#media .media-container {*/
/*    background-color: #e4e4e465;*/
/*}*/

#media .owl-nav {
    position: absolute;
    top: -56px;
    right: 2px;
    z-index: 100;
    margin: 0 !important;
}

@media only screen and (max-width: 468px) {
    #media .owl-nav {
        top: -53px;
    }
}

#media .owl-carousel .owl-nav button.owl-next,
#media .owl-carousel .owl-nav button.owl-prev {
    /* padding: 10px !important; */
    background-color: #f3f3f3;
    font-size: 16px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#media .owl-carousel .owl-nav button.owl-next:hover,
#media .owl-carousel .owl-nav button.owl-prev:hover {
    color: white;
    background-color: #004988;
}

#social-network iframe {
    width: 100%;
}

.social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .social-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.social-box p {
    margin: 0;
    margin-left: 7px;
    font-size: 1.2rem;
    color: #c6cdd6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.social-box .icon-box {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    color: #004988;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-box:hover p {
    color: #fff;
}

.social-box:hover .icon-box {
    color: #fff;
    background-color: #004988;
}

#footer {
    background-color: #004987;
}

#footer .footer-top {
    padding: 10px 0 15px;
    border-bottom: 1.5px solid #6d94b8;
    color: #c6cdd6;
}

#footer .footer-top .footer-title {
    margin: 20px 0;
    text-align: center;
    font-size: 2rem;
    color: white;
    font-weight: 300;
}

#footer .footer-top ul {
    padding: 0;
    margin: 0;
}

#footer .footer-top ul li {
    text-align: center;
    text-transform: uppercase;
}

#footer .footer-top ul li a {
    color: #c6cdd6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#footer .footer-top ul li a:hover {
    color: #fff;
}

#footer .footer-top .left-area,
#footer .footer-top .center-area,
#footer .footer-top .right-area {
    padding: 0 30px;
}

@media (max-width: 768px) {
    #footer .footer-top .left-area,
    #footer .footer-top .center-area,
    #footer .footer-top .right-area {
        padding: 0 20px;
    }
}

#footer .footer-top .center-area {
    border-left: 1.5px solid #6d94b8;
    border-right: 1.5px solid #6d94b8;
}

@media (max-width: 991px) {
    #footer .footer-top .center-area {
        border: none;
    }
}

#footer .footer-top .center-area ul li {
    font-size: 1rem;
    font-weight: 500;
}

#footer .footer-bottom {
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .footer-bottom .left {
    color: #c6cdd6;
}

@media (max-width: 768px) {
    #footer .footer-bottom .left {
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
    }
}

#footer .footer-bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-left: auto;
}

@media (max-width: 768px) {
    #footer .footer-bottom .right {
        margin-left: 0;
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 575px) {
    #footer .footer-bottom .right {
        display: block;
    }
}

#footer .footer-bottom .right ul {
    margin: 0;
    padding: 0;
    border-right: 1.5px solid #6d94b8;
    padding-right: 10px;
}

@media (max-width: 575px) {
    #footer .footer-bottom .right ul {
        border: none;
        margin-bottom: 20px;
    }
}

#footer .footer-bottom .right a {
    color: #c6cdd6;
}

#footer .footer-bottom .right img {
    width: 244px;
    /*height: 60px;*/
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}




/*NEW FOOTER STARTS */

#footer-new {
    background: #004988;
    color: #c6cdd6;
}
#footer-new .footer-title{
    color: white;
    text-transform: uppercase;
    /*font-weight: 300;*/
    font-size: 26px;
}
#footer-new a {
    color: #c6cdd6;
    transition: 0.3s;
}
#footer-new a:hover{
    color: white;
}
#footer-new ul{
    padding: 0;
}
#footer-new .footer-main p{
    color: #89b3d6;
}
#footer-new .footer-main ul li{
    text-transform: uppercase;
}

#footer-new .footer-social-line{
    position: relative;
}


#footer-new .footer-social-line:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 4px,
        #89b3d6 4px,
        #89b3d6 5px
    );
}

#footer-new .footer-social-line ul li{
    margin: 0;
}
#footer-new .footer-social-line ul li a{
    margin: 0;
}

.footer-icons-list{
    background: #004988;
    z-index: 100;
}




.btn-custom-1{
    background: #072a4e;
    color: #bce0ff;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
}



.line {
    border-bottom: 1.5px solid #0000002e;
    margin: 10px 0;
}

@media only screen and (max-width: 568px) {
    .breadcrumb-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .breadcrumb-container .list-title {
        margin: 0 !important;
    }
}

.breadcrumb {
    text-transform: uppercase;
    color: #0396c1;
    font-weight: 600;
    font-size: 1rem;
}

.breadcrumb a {
    color: #004988;
}

.breadcrumb a:hover {
    color: #000;
}

.list-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #004988;
    font-weight: 600;
}

.list-sidebar .panel-card {
    height: 230px;
    margin-bottom: 0;
}

@media only screen and (max-width: 988px) {
    .list-sidebar .panel-card {
        height: 350px;
    }
}

@media only screen and (max-width: 768px) {
    .list-sidebar .panel-card {
        height: 400px;
    }
}

@media only screen and (max-width: 668px) {
    .post-header-data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-header-data .post-header-right {
        margin: 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.post-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.post-share-icons li {
    margin-right: 5px;
}

.post-share-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post-share-icons li a:hover {
    background-color: #004987;
}

.post-share-icons li a:hover i {
    color: white;
}

.post-share-icons li a i {
    color: #004987;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post__tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.post__tags li {
    float: left;
}

.post__tags .tag-heading {
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.post__tags .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #262626;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post__tags .tag:hover {
    background-color: #c6cdd6;
    color: black;
}

.post__tags .tag:hover::after {
    border-left-color: #c6cdd6 !important;
}

.post__tags .tag::before {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px #7a7a7a;
    box-shadow: inset 0 1px #7a7a7a;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.post__tags .tag::after {
    background: #f9f9f9;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post-title {
    color: #004987;
    font-size: 35px;
    font-weight: 400;
}

@media only screen and (max-width: 668px) {
    .post-title {
        font-size: 28px;
    }
}

.post-img {
    width: 100%;
}

.post-text {
    margin: 25px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.post-content .line {
    border: 1px solid #004987;
    margin: 30px 0;
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 468px) {
    .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

.author-info .img-container {
    position: relative;
}

.author-info .img-container img {
    width: 150px;
    min-height: 150px;
    border: 1.5px solid #004987;
    padding-bottom: 20px;
}

@media only screen and (max-width: 468px) {
    .author-info .img-container {
        margin-bottom: 10px;
    }

    .author-info .img-container img {
        width: 250px;
    }
}

.author-info .img-container .btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004987;
}

.author-info .img-container button {
    font-size: 16px;
    padding: 0;
    color: white;
    text-transform: capitalize;
    outline: none;
    white-space: normal;
}

.author-info .info-container {
    margin-left: 20px;
}

.author-info .info-container .breadcrumb {
    font-weight: 600;
    text-transform: capitalize;
}

.author-info .info-container .autor-text {
    color: #5f5f5f;
}

/*# sourceMappingURL=main.css.map */

.fa-brands.fa-twitter::before {
    display: inline-block;
    width: 18px;
    height: 21px;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}


