body{
    font-family: 'Roboto', sans-serif;
    background:#F7F8F9;
}
a, a:hover{
    text-decoration: none;
}
.pagination{
    justify-content: center;
}
.bg-mainblue{
    background: #284E86;
}
.bg-mainred{
    background: #CD3737;
}
.text-mainred{
    color: #CD3737;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #284E86;
    overflow-x: hidden;
    transition: 0.5s;
}
.head_blue {
    background-color: #284E86;
    height: 75px;
}
.logo_title a {
    display: inline-block;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    text-transform: uppercase;
    max-width: 170px;
}
.lang_selection button, .lang_selection button:hover, .lang_selection button:focus {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;

    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    padding:0;
}
.mobile-search-toggler{
    background:none;
    border:0;
}
.mobile-search-toggler .mobile-search-toggler-icon{
    display: block;
    background: url(../images/lupa.svg) no-repeat center center;
    height: 32px;
    width: 32px;
}
.mobile-search-form{
    background-color: #53719e;
}
.mobile-search-form input[type="text"] {
    height: 40px;
    width: 250px;
    padding:5px;
    border-radius: 5px;
    border: 2px solid #284E86;
    background: none;
    color:#fff;
    margin-right:10px;
    outline: none;
}
.mobile-search-form input[type="text"]::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;

    /* Boz */
    color: #E0E7F1;
}

.mobile-search-form input[type="submit"] {
    background: url(../images/lupa.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: 2px solid #284E86;
}
.mobile-search-form input[type="submit"]:hover {
    background-color: #284E86;
}
.mobile-navbar-toggler{
    border:0;
    background:0;
}
.mobile-navbar-toggler-icon{
    display:block;
    height:25px;
    width:25px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background:url(../images/mobile-navbar-toggler.svg) no-repeat center center;
}

.mobile-navbar-close-icon{
    display:block;
    height:25px;
    width:25px;
    margin:25px 0;
    background:url(../images/mobile-navbar-close.svg) no-repeat center center;
}
.gerb{
    margin:20px 0;
    width:70px;
}
.mobile-head-text{
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    /* or 18px */
    color: #FFFFFF;
    max-width: 220px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.mobile-head-text:hover{
    color:#FFFFFF;
}

.mobile-navbar .nav-item .nav-link{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    text-align:center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:1rem 1rem;
}
.mobile-main-navbar::after{
    content:'';
    display:flex;
    margin:0 auto;
    max-width:200px;
    border-bottom:1px solid #FFFFFF;
}
.head_white {
    background-color: #FFFFFF;
    height: 20px;
}
.news_carousel{
    margin-bottom: 20px;
}
.news_carousel .carousel-caption,  .main_carousel .carousel-caption{
    left:10px;
    bottom:10px;
    right: auto;
    background: #284E86;
    mix-blend-mode: normal;
    opacity: 0.8;
    max-width: 320px;
    text-align: left;
    padding:10px;
}
.news_carousel .carousel-caption h5, .main_carousel .carousel-caption h5{
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
}
.news_carousel .carousel-caption h6, .main_carousel .carousel-caption h6{
    display: inline-block;
    padding:3px;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
    color: #FFFFFF;
    background: #CD3737;
}

.quick_links a{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    /*height:74px;*/
    padding:30px 100px 30px 0;
    position: relative;
    margin-bottom: 15px;
}
.quick_links a:hover{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
}
.quick_links a>img{
    height:29px;
    margin:0 25px;
}
.quick_links a>span{
    color: #284E86;
}
.big_quick_links a{
    display: block;
    width: 100%;
    height: 100%;
    padding:30px;
    background: #ffffff;
    border-radius: 5px;
}
.big_quick_links a:hover{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
}
.big_quick_links a>img{
    display: block;
    margin: auto;
    height:50px;
}
.big_quick_links a>span{
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #284E86;
}

.electron_service_links a{
    display: block;
    width: 100%;
    height: 100%;
    padding:50px 30px;
    background: #F1F4F6;
    border-radius: 5px;
}
.electron_service_links a:hover{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
}
.electron_service_links a>img{
    display: block;
    margin: auto;
    height:50px;
}
.electron_service_links a>span{
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.footer-gerb{
    width:75px;
    margin-bottom: 20px;
}
.logo_footer a {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 20px;
    color: #C4D1E4;
    text-transform: uppercase;
    max-width: 265px;
}
@keyframes quicklinkhover {
    from {
        background-position: center center;
    }
    to {
        background-position: center right 10px;
    }
}
.quick_links a::after{
    content:'';
    position: absolute;
    right:0;
    display: block;
    height:100%;
    width:72px;
    justify-self: end;
    background-color: #284E86;
    background-image:url("../images/quick_links_arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quick_links a:hover::after{
    background-position: center right 10px;
    animation-duration: 0.3s;
    animation-name: quicklinkhover;
}

.mycard .card-header{
    background-color: #284E86;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.mycard .card-header a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C4D1E4;
    align-self: center;
}

.mycard-white .card-header{
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color:#212D45;
    border-bottom: 0;
}

.mycard-white .card-header a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #334466;
    align-self: center;
}

.bignewscard .card-img-top{
    height:315px;
    width: 100%;
    overflow: hidden;
}
.bignewscard .card-img-top .image{
    width:100%;
    height:100%;
    background-size:  cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1s;

}
.bignewscard .card-img-top .image:hover{
    transform:scale(1.2)
}
.bignewscard a{
    font-weight: bold;
    font-size: 17px;
    line-height: 141.19%;
    color: #212D45;
}
.littlenewscard {
    border:0;
    border-radius: 0;
    padding-bottom: 15px;
    border-bottom:1px dashed #C4D1E4;
}
.littlenewscard .card-title{
    font-weight: 500;
    font-size: 15px;
    line-height: 142.19%;

    color: #212D45;
}
.littlenewscard .card-body{
    padding: 0px 10px;
}
.littlenewscard .card-img-top{
    height: 70px;
    width: 80px;
    overflow: hidden;
}
.littlenewscard .card-img-top .image{
    width:100%;
    height:100%;
    background-size:  cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1s;

}
.littlenewscard .card-img-top .image:hover{
    transform:scale(1.2)
}

.mediumnewscard .card-img-top{
    height:350px;
    width: 100%;
    overflow: hidden;
}
.mediumnewscard .card-img-top .image{
    width:100%;
    height:100%;
    background-size:  cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1s;

}
.mediumnewscard .card-img-top .image:hover{
    transform:scale(1.2)
}
.mediumnewscard a{
    font-weight: bold;
    font-size: 17px;
    line-height: 141.19%;
    color: #212D45;
}
footer{
    background: #212D45;
    padding-top:10px;
}
.footer_nav a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;

    color: #C4D1E4;
    margin-bottom: 30px;
}
.social h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;

    color: #C4D1E4;
    margin:0 0 20px 0;
    padding: 0;
}
.social .facebook{
    display: inline-block;
    background:url(../images/facebook.svg) no-repeat center center;
    background-size: cover;
    height:35px;
    width:35px;
    margin:0 17px;
}
.social .youtube{
    display: inline-block;
    background:url(../images/youtube.svg) no-repeat center center;
    background-size: cover;
    height:35px;
    width:35px;
    margin:0 17px;
}
.social .instagram{
    display: inline-block;
    background:url(../images/instagram.svg) no-repeat center center;
    background-size: cover;
    height:35px;
    width:35px;
    margin:0 17px;
}
.social .twitter{
    display: inline-block;
    background:url(../images/twitter.svg) no-repeat center center;
    background-size: cover;
    height:35px;
    width:35px;
    margin:0 17px;
}
.copyleft{
    background: #1C2941;
    padding-top: 25px;
    padding-bottom: 25px;
}
.copyleft span{
    font-size: 14px;
    line-height: 16px;
    color:#C4D1E4;
}
.address{
    display: block;
    color:#fff;
    background: url("../images/address.png") no-repeat left center;
    padding:5px 0 5px 30px;
}
.phone{
    display: block;
    color:#fff;
    background: url("../images/phone.png") no-repeat left center;
    padding:5px 0 5px 30px;
}
.mail{
    display: block;
    color:#fff;
    background: url("../images/letter.png") no-repeat left center;
    padding:5px 0 5px 30px;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section {
    position: relative;
}

.events-section .sec-title {
    margin-bottom: 20px;
}

.events-section .left-column {
    position: relative;
}

.events-section .left-column .col-inner {
    position: relative;
    display: block;
}

.events-section .carousel-box {
    position: relative;
}

.event-block {
    position: relative;
    margin-bottom: 30px;
}

.events-section .carousel-box .event-block {
    margin-bottom: 1px;
}

.event-block .inner-box {
    position: relative;
    display: block;
    padding: 20px 0px;
}

.event-block .inner-box:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -2px;
    left: -30px;
    bottom: -1px;
    display: block;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block .inner-box:hover {
    z-index: 5;
}

.event-block .inner-box:hover:before {
    opacity: 1;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0;
    bottom: 0px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.events-section .left-column .event-block:last-child .inner-box:after {
    display: none;
}

.event-block .inner-box:hover:after {
    opacity: 0;
}

.event-block .content-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 160px;
    padding-top: 25px;
}

.event-block .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: #222222;
    text-align: center;
}

.event-block .inner-box:hover .content-box .date-box {
    color: #284E86;
}

.event-block .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
}

.event-block .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block .content-box .content {
    position: relative;
    display: block;
    padding-right: 160px;
}

.event-block .content-box .cat-info {
    position: relative;
    margin-bottom: 20px;
}

.event-block .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #284E86;
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block .content-box h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
}

.event-block .content-box h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block .content-box h3 a:hover {
    color: #284E86;
}

.event-block .content-box .text {
    margin-bottom: 25px;
}

.event-block .read-more {
    position: absolute;
    right: 0;
    top: 7px;
    height: 100px;
    padding-top: 40px;
    width: 150px;
    display: block;
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.event-block .read-more a:before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #284E86;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.event-block .read-more a:hover,
.event-block .inner-box:hover .read-more a {
    color: #284E86;
    padding-left: 22px;
}

.event-block .read-more a:hover:before,
.event-block .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.events-section .right-column {
    position: relative;
    margin-bottom: 40px;
}

.events-section .right-column .col-inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

.newsletter-box {
    position: relative;
    display: block;
    text-align: center;
}

.newsletter-box .image-box {
    position: relative;
    display: block;
    padding: 90px 20px;
    color: #ffffff;
    z-index: 1;
}

.newsletter-box .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletter-box .image-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.newsletter-box .image-box h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-box .image-box .text {
    position: relative;
    color: #ffffff;
}

.newsletter-box .form-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.newsletter-box .form-box form {
    position: relative;
}

.newsletter-box .form-box .form-group {
    position: relative;
    margin: 0 0 10px;
}

.newsletter-box .form-box .form-group input[type="text"],
.newsletter-box .form-box .form-group input[type="tel"],
.newsletter-box .form-box .form-group input[type="email"],
.newsletter-box .form-box .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: #ffffff;
    font-weight: 500;
    color: #222222;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-box .form-box .form-group input[type="text"]:focus,
.newsletter-box .form-box .form-group input[type="email"]:focus,
.newsletter-box .form-box .form-group input[type="tel"]:focus {
    border-color: #284E86;
}

.newsletter-box .form-box .form-group input::-webkit-input-placeholder {
    color: #757575;
}

.newsletter-box .form-box .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.newsletter-box .form-box .instruction {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
}

.newsletter-box .form-box .form-group input[type="text"],
.newsletter-box .form-box .form-group input[type="tel"],
.newsletter-box .form-box .form-group input[type="email"],
.newsletter-box .form-box .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: #ffffff;
    font-weight: 500;
    color: #222222;
    text-align: center;
    border:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-style-one {
    border:0;
    padding:0;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #284E86;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.events-section .see-all {
    position: relative;
    display: block;
    margin-top: 50px;
}

.events-section .see-all .arrow {
    padding-right: 5px;
    vertical-align: middle;
}

.events-section .see-all a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #284E86;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.events-section .see-all a:hover {
    color: #222222;
}




@media only screen and (max-width: 991px) {
    .event-block .content-box {
        padding: 0px 0px;
        min-height: 0;
    }

    .event-block .content-box .date-box {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .event-block .content-box .date-box:before {
        display: none;
    }

    .event-block .inner-box:after {
        left: 0;
    }

    .event-block .read-more {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        padding: 30px 0 0;
        border: none;
        width: 100%;
        text-align: left;
        height: auto;
    }

    .about-section .quote-box {
        display: none;
    }

    .event-block .content-box .content {
        padding-right: 0;
    }

    .event-block .read-more {
        display: inline-block;
        width: auto;
    }

    .event-block .inner-box {
        text-align: center;
    }

    .event-block .content-box .date-box {
        width: 100px;
        margin: 0 auto 10px;
    }
}


.info_content{
    background:#FFFFFF;
    padding:30px 0;
}
.info_content h1{
    width:95%;
    margin:20px auto ;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;

    text-align: center;
    color: #212D45;
}

.info_content h3{
    width:95%;
    margin:30px auto;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #828282;
}

.news_carousel .carousel-control-next-icon{
    width: 45px;
    height: 68px;
    background: url("../images/carousel-control-next-icon.svg");
}

.news_carousel .carousel-control-prev-icon{
    width: 45px;
    height: 68px;
    background: url("../images/carousel-control-prev-icon.svg");
}
.news_carousel .carousel-indicators button{
    opacity: 1;
    height: 15px;
    width: 15px;
    border:3px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 50%;
}
.news_carousel .carousel-indicators button.active {
    background: #CD3737;
}
.info_content .metn{
    margin:40px 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 166%;
    color: #212D45;
}
.info_content table td{
    border-style: wave;
    border-width:initial;
}
.form-label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(27, 43, 65, 0.72);
}
input.form-control, select.form-select, textarea.form-control {
    background-color: #F7F8F9;
    border: 1px solid #E0E7F1;
    border-radius: 4px;
}
.nav-tabs .nav-link.active{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

    color: #4671B0;
    border:0;
    border-bottom:2px solid #4671B0;
}
.nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
    color: #8B929E;
}
.nav-tabs .nav-link:hover{
    border:0;
    border-bottom:2px solid rgba(70,113,176,0.5);
}
.gallery-item{
    position: relative;
    display: block;
    width: 258px;
    height: 258px;
    background: url("../images/photo_gallery_item_bg.svg") no-repeat left top;
    padding-right: 8px;
    margin:5px auto;
}
.gallery-item>img{
    display: block;
    border-radius: 5px;
    max-width: 250px;
}
.gallery-item>span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 142.19%;
    color: #212D45;
    padding:10px;
}
.gallery-item>div{
    position: absolute;
    bottom:20px;
    padding: 0 15px 0 5px;
}
.gallery-item>div>span{
    font-size: 14px;
    line-height: 16px;
    color: #8B929E;
}
.gallery-photo{
    background:none;
    height: auto;
}
.video-item{
    position: relative;
    display: block;
    width: 258px;
    height: 258px;
    border: 1px solid #E0E7F1;
    border-radius: 5px;
    margin:0 auto 10px;
}
.video-item .video-thumb{
    position: relative;
    width:256px;
    height:142px;
    background:#bdc0c8;
}
.video-item .video-thumb>img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.video-item .video-title{
    display: block;
    margin:10px 0 0 0;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 142.19%;
    color: #212D45;
}
.video-item .video-date{
    position: absolute;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #8B929E;
    padding:0 10px;
    bottom:10px;
}
@media (min-width: 576px) {
    .littlenewscard .card-img-top{
        height: 90px;
        width: 103px;
    }
}
@media (min-width: 768px) {
    .bignewscard .card-img-top{
        height:350px;
    }
    .littlenewscard .card-img-top{
        height: 120px;
        width: 150px;
    }
    .littlenewscard .card-title{
        font-size: 15px;
        line-height: 142.19%;
    }
}
@media (min-width: 992px) {
    .logo_title a {
        font-size: 17px;
        line-height: 20px;
        max-width: 295px;
    }

    .search_form {
        margin-left: 50px;
        border-radius: 5px;
        border: 2px solid #4A6FA5;
    }

    .search_form.active {
        background-color: #53719e;
    }

    .search_form input {
        display: flex;
        border: 0;
        background: none;
    }

    @keyframes slideleft {
        from {
            width: 0px;
            padding: 0px;
        }
        to {
            padding: 10px;
            width: 250px;
        }
    }
    @keyframes slideright {
        from {
            display: inline;
            padding: 10px;
            width: 250px;
            background-color: #53719e;
        }
        to {
            display: none;
            width: 0px;
            padding: 0px;
            background-color: #53719e;
        }
    }
    .search_form input[type="text"] {
        height: 40px;
        width: 0;
        padding: 0;
        border: none;
        animation-duration: 1s;
        animation-name: slideright;
    }

    .search_form input[type="button"] {
        background: url(../images/lupa.svg) no-repeat center center;
        height: 40px;
        width: 40px;
    }

    .search_form input[type="button"]:hover {
        background-color: #53719e;
    }

    .search_form.active input[type="text"] {
        display: inline;
        outline: none;
        padding: 10px;
        width: 250px;
        color: #fff;
        animation-duration: 1s;
        animation-name: slideleft;
    }

    .search_form input[type="text"]::-webkit-input-placeholder {
        font-style: italic;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;

        /* Boz */
        color: #E0E7F1;
    }

    .search_form.active input[type="button"] {
        border: 0;
    }

    .head_white {
        height: 60px;
    }

    #mainNavbar .nav-link{
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        text-transform: uppercase;

        /* Text_color */

        color: #212D45;
    }
    #mainNavbar .nav-item:first-child{
        margin-left:0;
    }
    #mainNavbar .nav-link{
        padding:21px 20px;
        position:relative;
        text-align:center;
        display: flex;
        justify-content: center;
    }
    @keyframes navlinkhover {
        from {
            width: 0%;
        }
        to {
            width: 100%;
        }
    }
    #mainNavbar .nav-link.active::after, #mainNavbar .nav-link.show::after, #mainNavbar .nav-link:hover::after{
        position:absolute;
        bottom: 0;
        content:'';
        z-index: 1001;
        display:flex;
        width:100%;
        height:1px;
        border-bottom:2px solid #284E86;
        animation-duration: 0.3s;
        animation-name: navlinkhover;
    }
    .dropdown-menu{
        border:0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top:-2px !important;
    }
    .dropdown-item{
        color:#212D45;
        text-transform: uppercase;
        margin:10px 0;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        color:#FFFFFF;
        background:#284E86;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler-icon{
        display:block;
        height:25px;
        width:25px;
        padding:20px;
        border: 1px solid #E0E7F1;
        box-sizing: border-box;
        border-radius: 5px;
        background:url(../images/navbar-toggler.svg) no-repeat center center;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon, .navbar-toggler-icon:hover{
        background:url(../images/mobile-navbar-toggler.svg) no-repeat center center #284E86;
    }
    .secondaryNavbar{
        z-index: 2;
        border-radius:10px;
        padding:0;
        background:url(../images/secondary-navbar-bg.svg) center center #284E86;
    }
    .secondaryNavbar .nav-link {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        /* White */

        color: #FFFFFF;
    }
    .secondaryNavbar .nav-link:hover{
        color:#284E86;
        background:#FFFFFF;
    }

    .news_carousel .carousel-caption, .main_carousel .carousel-caption {
        left:20px;
        bottom: 20px;
        max-width: 500px;
        padding:15px;
    }
    .news_carousel .carousel-caption h5, .main_carousel .carousel-caption h5{
        font-size: 22px;
        line-height: 26px;
    }
    .news_carousel .carousel-caption h6, .main_carousel .carousel-caption h6{
        padding:5px;
        font-size: 16px;
        line-height: 19px;
    }
    .main_carousel .carousel-inner .carousel-item{
        max-height:550px;
    }
    .main_carousel .carousel-caption{
        left:50px;
    }
    .quick_links a{
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 5px;
        /*height:55px;*/
        padding:14px 50px 14px 5px;
        position: relative;
        margin-bottom: 10px;
    }
    .quick_links a:hover, .quick_links a.active{
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    }
    .quick_links a>img{
        margin:0 15px;
    }
    .quick_links a>span{
        color: #284E86;
    }
    @keyframes quicklinkhover {
        from {
            background-color: #284E86;
            background-position: center center;
        }
        to {
            background-color: #4671B0;
            background-position: center right 10px;
        }
    }
    .quick_links a::after{
        content:'';
        position: absolute;
        right:0;
        display: block;
        height:100%;
        width:55px;
        justify-self: end;
        background-color: #284E86;
        background-image:url("../images/quick_links_arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .quick_links a:hover::after{
        background-color: #4671B0;
        background-position: center right 10px;
        animation-duration: 0.3s;
        animation-name: quicklinkhover;
    }
    .bignewscard .card-img-top{
        height:250px;
    }
    .littlenewscard .card-img-top{
        height: 71px;
        width: 78px;
    }
    .littlenewscard .card-title{
        font-size: 13px;
        line-height: 142.19%;
    }

    .mediumnewscard .card-img-top{
        height:220px;
        width: 100%;
        overflow: hidden;
    }
    .logo_footer a {
        font-size: 17px;
        line-height: 20px;
        max-width: 275px;
    }
    .social .facebook{
        margin:0 20px 0 0;
    }
    .social .youtube{
        margin:0 20px 0 0;
    }
    .social .instagram{
        margin:0 20px 0 0;
    }
    .social .twitter{
        margin:0 0 0 0;
    }
    .info_content h1 {
        width: 60%;
    }
    .info_content .metn {
        padding: 0 70px;
    }
}

@media (min-width: 1200px) {
    .quick_links a{
        /*height:66px;*/
        padding:19px 50px 19px 0;
        margin-bottom: 12px;
    }
    .quick_links a>img{
        margin:0 20px;
    }
    .quick_links a::after{
        width:66px;
    }
    .bignewscard .card-img-top{
        height:250px;
    }
    .littlenewscard .card-img-top{
        height: 78px;
        width: 86px;
    }
    .littlenewscard .card-title{
        font-size: 15px;
        line-height: 142.19%;
    }
    .social .facebook{
        margin:0 35px 0 0;
    }
    .social .youtube{
        margin:0 35px 0 0;
    }
    .social .instagram{
        margin:0 35px 0 0;
    }
}

@media (min-width: 1400px) {
    .quick_links a{
        /*height:76px;*/
        padding:23px 50px 23px 5px;
        margin-bottom: 15px;
    }
    .quick_links a>img{
        margin:0 25px;
    }
    .quick_links a::after{
        width:72px;
    }
    .bignewscard .card-img-top{
         height:315px;
     }
    .littlenewscard .card-img-top{
        height: 90px;
        width: 103px;
    }
    .littlenewscard .card-title{
        font-size: 15px;
        line-height: 142.19%;
    }
    .main_carousel .carousel-caption{
        left:calc((100vw - 1200px)/2);
    }
}

body.visual-impairment,html.visual-impairment{filter:grayscale(100%)}
#blind-mode{background-color:#1e1e1e;padding:10px;}#blind-mode .choice{height:40px;display:flex;align-items:center}#blind-mode .choice .color,#blind-mode .choice .font-size{display:flex}#blind-mode .choice .color p,#blind-mode .choice .font-size p{font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;opacity:.6;transform:translateY(30%)}#blind-mode .choice button[class^=btn-]{background-color:transparent;border:none;margin:0 10px;padding:0;position:relative}#blind-mode .choice button[class^=btn-]:focus{outline:none;box-shadow:none}#blind-mode .choice button[class^=btn-].active:after{content:"";position:absolute;width:100%;border:1.5px solid #e8e8e8!important;background-color:#e8e8e8!important;left:0;bottom:-8px}#blind-mode .choice .btn-font-sm{font-size:22px}#blind-mode .choice .btn-font-lg,#blind-mode .choice .btn-font-sm{font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff}#blind-mode .choice .btn-font-lg{font-size:34px;opacity:.6}#blind-mode .choice .btn-color{border-radius:50%;height:35px;width:35px;margin:0 7px;position:relative}#blind-mode .choice .btn-color:before{content:"";position:absolute;height:100%;width:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#00f;top:0;left:50%}#blind-mode .choice .btn-color.active:after{bottom:-16px!important}#blind-mode .choice .btn-color.green{border:3px solid #27644d!important}#blind-mode .choice .btn-color.green:before{background-color:#27644d}#blind-mode .choice .btn-color.white{border:3px solid #fff}#blind-mode .choice .btn-color.white:before{background-color:#fff}#blind-mode .btn-reset{background-color:transparent;border:1px solid #fff;font-weight:300;color:#fff;border-radius:0;margin-right:30px;transition:.3s ease-in-out}#blind-mode .btn-reset:hover{background-color:#fff;color:#1e1e1e}#blind-mode .close-button{width:18px;height:18px;position:relative;background-color:transparent;border:none}#blind-mode .close-button:focus{outline:none;box-shadow:none}#blind-mode .close-button:after,#blind-mode .close-button:before{position:absolute;content:"";top:-2px;height:22px;border:1px solid #fff!important;opacity:1}#blind-mode .close-button:after{right:8px;transform:rotate(45deg)}#blind-mode .close-button:before{left:8px;transform:rotate(-45deg)}

.sharing .twitter a{
    background-image: url(../images/twitter_bird.svg);
    background-repeat:no-repeat;
    background-position:10px center;
    background-size: auto 60%;
    padding:3px 10px 3px 35px;
}
.sharing .whatsapp a{
    background-image: url(../images/whatsapp.svg);
    background-repeat:no-repeat;
    background-position:10px center;
    background-size: auto 70%;
    padding:3px 10px 3px 35px;
}
.sharing .telegram a{
    background-image: url(../images/telegram.svg);
    background-repeat:no-repeat;
    background-position:10px center;
    background-size: auto 100%;
    padding:3px 10px 3px 35px;
}
.sharing .email a{
    background-image: url(../images/envelope.svg);
    background-repeat:no-repeat;
    background-position:10px center;
    background-size: auto 70%;
    padding:3px 10px 3px 35px;
}
