* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'GHEAGrapalat';
    src: url(../fonts/GHEAGrapalat.woff) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

header {
    position: relative;
}

html {
    -webkit-text-size-adjust: none;
    font-family: 'GHEAGrapalat';
}
body {
    font-family: 'GHEAGrapalat';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'GHEAGrapalat';
}

input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.hide{
    display: none;
}
html, body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    color: #030921;
}

.display_none {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

.clear:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clear {
    zoom: 1;
}

a {
    color: #030921;
}

a:link {
    color: #030921;
}

a:visited {
    color: #030921;
}

a:active {
    color: #030921;
}

/* IE6 */
*:first-child + html .clear {
    zoom: 1;
}

/*header start*/
.logo {
    width: 100%;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}

.f_pad {
    padding-top: 20px;
}

.logo_text {

}

.logo_gerb {
    width: 87px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.f_small {
    font-size: 17px;
    color: #030921;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
.header_menu{
    padding: 0;
}

/*top-menu start*/
.top_menu {
    background-color: #004f80;
    height: 44px;
    text-align: center;
    width: 103%;
}

#cssmenu {
    position: relative;
    height: 44px;
    background: #004f80;
}

#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#cssmenu > ul {
    position: relative;
    display: block;
    background: #004f80;
    width: 100%;
    z-index: 500;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-center ul {
    text-align: center;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > #menu-button {
    display: none;
}

#cssmenu ul li a {
    display: block;
    text-decoration: none;
}

#cssmenu > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 45px;
    color: #fefefe;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
}

#cssmenu > ul > li:hover > a {
    color: #ffffff;
}

#cssmenu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#cssmenu > ul > li.has-sub::after {
    right: 10px;
    top: 20px;
    border: 5px solid transparent;
    border-top-color: #030921;
}

#cssmenu > ul > li:hover::after {
    border-top-color: #fefefe;
}

#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}

#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #004f80;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}

#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #030921;
    top: -12px;
    right: 100%;
    z-index: -2;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

#cssmenu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

#cssmenu ul ul li {
    position: relative;
}

#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 44px;
    opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#cssmenu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 12px;
    color: #030921;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    min-width: 300px;
}

#cssmenu.align-right ul ul li a {
    text-align: right;
}

#cssmenu ul ul li:hover > a {
    background: #004f80;
    color: #fefefe;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 30px;
}

#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}

#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}

#cssmenu ul ul li.has-sub:hover::after {
    border-left-color: #ffffff;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#cssmenu.align-right ul ul li.has-sub:hover::after {
    border-right-color: #ffffff;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: auto;
    }

    #cssmenu.align-center ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: none;
    }

    #cssmenu ul {
        width: auto;
    }

    #cssmenu .submenuArrow,
    #cssmenu #indicatorContainer {
        display: none;
    }

    #cssmenu > ul {
        height: auto;
        display: block;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu li,
    #cssmenu > ul > li {
        display: none;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu ul > li:hover > ul,
    #cssmenu ul ul > li:hover > ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul > li:hover > ul,
    #cssmenu.align-right ul ul > li:hover > ul {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        right: auto;
    }

    #cssmenu ul .has-sub::after {
        display: none;
    }

    #cssmenu ul li a {
        padding: 12px 20px;
    }

    #cssmenu ul ul li a {
        border: 0;
        background: none;
        width: auto;
        padding: 8px 35px;
    }

    #cssmenu.align-right ul ul li a {
        text-align: left;
    }

    #cssmenu ul ul li:hover > a {
        background: none;
        color: #8c9195;
    }

    #cssmenu ul ul ul a {
        padding: 8px 50px;
    }

    #cssmenu ul ul ul ul a {
        padding: 8px 65px;
    }

    #cssmenu ul ul ul ul ul a {
        padding: 8px 80px;
    }

    #cssmenu ul ul ul ul ul ul a {
        padding: 8px 95px;
    }

    #cssmenu > ul > #menu-button {
        display: block;
        cursor: pointer;
    }

    #cssmenu #menu-button > a {
        padding: 14px 20px;
    }

    #cssmenu ul.open li,
    #cssmenu > ul.open > li {
        display: block;
    }

    #cssmenu > ul.open > li#menu-button > a {
        color: #fff;
        border-bottom: 1px solid rgba(150, 150, 150, 0.1);
    }

    #cssmenu ul ul::after {
        display: none;
    }

    #cssmenu #menu-button::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #7a8189;
        border-bottom: 2px solid #7a8189;
        right: 20px;
        top: 15px;
    }

    #cssmenu #menu-button::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #7a8189;
        right: 20px;
        top: 25px;
    }

    #cssmenu ul.open #menu-button::after,
    #cssmenu ul.open #menu-button::before {
        border-color: #fff;
    }
}

.trapezoid{
    border-top: 5px solid #033e63;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 100%;
}
.menu_trap{
    width: 103%;
}
.right_bar_wrp > .trapezoid {
    position: relative;
    z-index: 2;
}
.bar_position{
    position: relative;
}
/*top-menu end*/

/*top search start*/


.menu_search{
    position: relative;
    z-index: 1;
    height: 44px;
    background-color: #004f80;
    display: none;
}
.menu_search > form > input {
    height: 44px;
    width: 100%;
    background-color: #004f80;
    border: none;
    float: left;
}
.menu_search > form > button{
    position: absolute;
    right: 115px;
    top: 12px;
}
.menu_search > form > button > img {
    height: 20px;
}
.menu_search{

}
/*top search end*/

/*header end*/
/*homepage content start*/
.my_wrap {
    position: relative;
}

/*right bar start*/
.right_bar {
    position: absolute;
    width: 100%;
    /*top: -163px;*/
    /*right: 7.6%;*/
}

/*background*/
.right_bar_wrp {
    position: relative;
}

.right_bar_back {
    position: absolute;
    top: 0;
    height: 700px;
    background-color: #c1c1c1;
    width: 97%;
    margin-left: 1.5%;
    z-index: 1;
}

.language, .hotline, .calendar, .calc, .right_bar_search {
    position: relative;
    z-index: 2;
}
.calendar{
    display: none;
}
/*lang*/
.language {
    padding-right: 10px;
    text-align: right;
    height: 75px;
    padding-top: 7px;
    background-color: #e6e6e6;
}

.language > ul {
    display: inline-flex;
}

.language > ul > li {
    margin-left: 5px;
    cursor: pointer;
}
/*serch right bar start*/
.right_bar_search{
    position: relative;
    height: 44px;
    background-color: #004f80;
}
.right_bar_search > form > input {
    height: 44px;
    width: 100%;
    background-color: #004f80;
    border: none;
}
.right_bar_search > form > button{
    position: absolute;
    right: 13px;
    top: 12px;
}
.right_bar_search > form > button > img {
    height: 20px;
}
/*serch right bar end*/
/*soc icons start*/
.soc_icons{
    position: relative;
    z-index: 2;
    height: 44px;
    text-align: center;
    padding-right: 2%;
}
.soc_icons > div {
    width: 25%;
    float: left;
    cursor: pointer;
    height: 100%;
    padding-top: 5px;
    color: #004f80;
}
.soc_icons > div >a {
    text-shadow: 1px 1px #ffffff;
}

/*soc icons end*/

/*hotline*/
.hotline {
    height: 55px;
    background-color: #004f80;
    color: #fefefe;
    text-align: center;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 15px;
}
.hotline > p >span {
    font-size: 13px;
}
/*file hrefs start*/
.file_hrefs{
    text-align: right;
    padding-right: 20px;
}
.file_hrefs > a >img{
    height: 40px;
    margin: 2px 5px;
}
.soc_icons_href{
    position: relative;
    z-index: 2;
    height: 44px;
    padding-right: 2%;
}
.soc_icons_href > div{
    width: 30%;
    float: left;
}

.soc_icons_span {
    height: 44px;
}
.black_list{
    height: 44px;
}
.soc_icons_href.file_hrefs.align-center {

    padding-left: 80px;

}

.file_hrefs.align-center {
    z-index: 10;
    position: relative;
    border-top: 1px black solid;
    border-bottom: 1px black solid;

}
/* Effect 5 */

.icon_hover:after {
    display: none;
}


.icon_hover:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.icon_hover {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 2px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.icon_hover:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.icon_hover:before {
    speak: none;
    font-size: 28px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.icon_hover_1:before {
    background-image: url(../image/front/archive-icon-24.png);
    background-size: 40px 40px;
    content: '';
    height: 40px;
}
.icon_hover_2:before {
    background-image: url(../image/front/cpv.png);
    background-size: 40px 40px;
    content: '';
    height: 40px;
}
.icon_hover_3:before {
    background-image: url(../image/front/egov.png);
    background-size: 40px 40px;
    content: '';
    height: 40px;
}
.icon_hover_4:before {
    background-image: url(../image/front/RED.png);
    background-size: 40px 40px;
    content: '';
    height: 40px;
}
.highcharts-root{
    width: 400px;
    margin: 0 auto;
}
.highcharts-container{
    width: 400px;
}
.highcharts-background{
    margin: 0 auto;
}
/*file hrefs end*/

/*calendar*/

.calendar > ul {
    list-style-type: none;
}

.calendar {
    color: #fefefe;
}

.calendar_title {
    color: #030921;
    font-size: 15px;
    margin: 0;
    height: 44px;
    padding-top: 10px;
    text-transform: uppercase;
}

.month {
    width: 100%;
    background: #004f80;
    text-align: center;
    height: 44px;
    padding-top: 5px;
}
.monath_text {
    font-size: 15px;
}

.month ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.month .prev {
    float: left;
    padding: 5px;
}

.month .next {
    float: right;
    padding: 5px;
}

.weekdays {
    margin: 0;
    padding: 9px 0;
    height: 44px;
}

.weekdays li {
    display: inline-block;
    width: 12.6%;
    color: #004f80;
    text-align: center;
}

.days {

    background: #eee;
    margin: 0;
    width: 97%;
    margin-left: 1.5%;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 14.7%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #004f80;
    color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {
        width: 12.5%;
    }

    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {
        width: 12.2%;
    }
}

/*calculator*/
.calc {
    margin-top: 4px;
    height: 235px;
}

.calc_text {
    background-color: #004f80;
    color: #fefefe;
    font-weight: 600;
    text-transform: uppercase;
}

.my_slick_wrap {
    margin: 0 3px;
    width: 326px;
}

.right_slide_img {
    height: 107px;
}
.calc_slide > .slick-prev, .calc_slide > .slick-next {
    top: 56%;
}
#datatable, #datatable2, #datatable3, .highcharts-credits{
    display: none;
}


/*right bar end */

/*slider start*/
.slider_wrp {
    padding: 0 5px;
    height: 505px;
}

.slider_wrp > .slider {
    height: 453px;
}

.slider {
    margin-top: 0;
    position: relative;
}

.slider_slick_big {
    width: 76.5%;
}

.slick-next {
    right: 10px;
    z-index: 1;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}

.slider_slick_big > .slick-prev::before {
    font-size: 40px;
    opacity: 1;
    color: #fefefe;
}

.slider_slick_big > .slick-next::before {
    font-size: 40px;
    opacity: 1;
    color: #fefefe;
}

.slider_slick_big > .slick-next {
    right: 28px;
    width: 40px;
    height: 40px;
    z-index: 0;
}

.slider_slick_big > .slick-prev {
    right: 28px;
    width: 40px;
    height: 40px;
}

.slider_text {
    font-size: 22px;
    background-color: #004f80;
    color: #fefefe;
    height: 50px;
}

.personaj {
    position: absolute;
    top: 92px;
    right: -173px;
}

.cloud {
    position: absolute;
    top: 72px;
    right: 163px;
    opacity: 0;
}

.cloud_text {
    position: absolute;
    top: 96px;
    right: 218px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #004f80;
    opacity: 0;
}
.slider_text_file{
    font-size: 22px;
    background-color: #004f80;
    color: #fefefe;
    height: 405px;
}
.slider_text_file > a:visited {
    color: #fefefe;
}
.slider_text_file > a:link {
    color: #fefefe;
}

/*slider end*/
/*homepage icon start*/
/*.child_home {*/
/*display: none;*/
/*}*/
.homepage_banners a:hover {
    color: #a51c30;
}
.homepage_banners {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homepage_banners > article{
    /*padding-left: 50px;*/
}
.article {
    height: 246px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1s ease-in-out;
    width: 343px;
    margin: 25px 25px;
    cursor: pointer;
    float: left;
    border: 1px solid #004f80;
}

.art_click {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: rgb(227, 221, 221);
}

/*.back{*/
/*overflow: scroll;*/
/*}*/

.image img:hover {
    background: rgba(227, 221, 221, 0.6);
}

.article .back {
    background: #fff;
    color: #030921;
    text-align: center;
    /*overflow: scroll;*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.back_rt {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.article .back ul li {
    color: #030921;
    text-align: left;
    font-size: 14px;
    margin-top: 2px;
}

.article .back ul li:hover {
    color: #1b538f;
    border-bottom: 2px solid #1b538f;
    list-style: disc;
}

.article .back ul li a:hover {
    color: #1b538f;
    background: #fcfcfc;
}

.homepage_banners article .text {

    border-bottom: 0;
    padding: 10px 5px 9px 5px;
    height: auto;
    color: #030921;
    width: 100%;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 15px;
}

.text {
    text-transform: uppercase;
}

.homepage_banners article .text:hover {
    background: rgba(193, 193, 193, 0.6);
}

.rot_img {
    padding: 5px 0;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 15px;
}

.image_budget {
    padding: 10px 0;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 20px;
}

.image .back h4 {
    text-align: center;
}

.back ul {
    list-style: circle;
    padding-left: 20px;
    padding-right: 10px;
}
.back > ul > ul {
    display: none;
}
/*homepage icon end*/
/*content start*/
.content_container{
    margin-top: 20px;
}
.tender{
    border-bottom: 2px solid #004f80;
    margin-top: 15px;
    position: relative;
}
.tender_time {
    font-size: 13px;
    padding-left: 20px;
}
.cont_text{
    margin-bottom: 5px;
    width: 95%;
}
.doc_img{
    position: absolute;
    right: 0;
    top: 10px;
}
.menu_name{
    border: 1px solid #004f80;
    height: 44px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 15px;
    font-size: 20px;
}
/*breadcrumb*/

#breadcrumb {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 50px;
}

#breadcrumb ul{
    list-style: none;
    display: inline-block;
}

#breadcrumb li {
    float: left;
    width: 100%;
}

#breadcrumb li a{
    color: #1b538f;
    font-size: 13px;
}

#breadcrumb li a:hover{
    color: #fefefe;
}


#breadcrumb li a{
    color: #1b538f;
    display: block;
    background: rgba(212,212,212,0.8);
    text-decoration: none;
    position: relative;
    line-height: 24px;
    height: 24px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 7px;
    cursor: pointer;
    margin-left: 12px;
    font-size: 13px;
    margin-bottom: 5px;
}
#breadcrumb > ul > li {

    margin: 5px 0;
    width: 100%;
}

#breadcrumb > ul > li ul{
    display: flex;
    flex-wrap: wrap;
}
#breadcrumb > ul > li ul li{
    width: max-content;
}

#breadcrumb > ul > li > a {
    vertical-align: text-bottom;
    font-weight: bold;
}
/*#breadcrumb li:nth-child(even){*/
/*    background-color: rgba(212,212,212,0.8);*/
/*}*/
/*#breadcrumb li:nth-child(even):before {*/
/*    border-color: rgba(212,212,212,0.8);*/
/*    border-left-color: transparent;*/
/*}*/
/*#breadcrumb li:nth-child(even):after {*/
/*    border-left-color: rgba(212,212,212,0.8);*/
/*}*/

#breadcrumb li:last-child {
    padding-right: 15px;
}


#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid rgba(212,212,212,0.8);
    border-width: 12px 8px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -16px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: rgba(212,212,212,0.8);
}

#breadcrumb li a:hover {
    background-color: rgba(27, 83, 143,0.5);
    color: #fefefe;
}

#breadcrumb li a:hover {
    text-decoration: underline;
}

#breadcrumb li a:hover:before {
    border-color: rgba(27, 83, 143,0.5);
    border-left-color: transparent;
    color: #fefefe;
}
#breadcrumb li a:hover:after {
    border-left-color: rgba(27, 83, 143,0.5);
    color: #fefefe;
}
#breadcrumb li a:active {
    background-color: rgba(27, 83, 143,0.5);
    color: #fefefe;
}
#breadcrumb li a:active:before {
    border-color: rgba(27, 83, 143,0.5);
    border-left-color: transparent;
    color: #fefefe;
}
#breadcrumb li a:active:after {
    border-left-color: rgba(27, 83, 143,0.5);
    color: #fefefe;
}

/*end breadcrumb*/
/*pagination start*/


.pagination {
    display:inline-block;
    padding: 10px;
    margin-bottom: 40px;
    float: left;
}
.pagination a, .pagination input {
    border: 1px solid #E5E5E5;
    height: 30px;
    line-height:27px;
    min-width: 35px;
    padding:2px 6px;
    text-align:center;
    text-transform:uppercase;
    display: inline-block;
    font-size:14px;
    background: rgba(254, 254, 254, 0.8);
}
.pagination input {
    line-height:inherit;
    margin-bottom:5px;
}
.pagination a:hover, .pagination input:hover {
    border: 1px solid #004f80;
    background:#004f80;
    color:#fff;
}
.pagination .selected_url {
    border: 1px solid #004f80;
    height: 30px;
    line-height:27px;
    min-width: 35px;
    padding:2px 6px;
    text-align:center;
    text-transform:uppercase;
    display: inline-block;
    color:#fff;
    font-size:14px;
    background:#004f80;
}
/*pagination end*/
/*content end*/
/*Unic pages start*/
/*search start*/
.search_titles{
    font-size: 20px;
    font-weight: 500;
}
.search_code > p {
    margin-bottom: 5px;
}

.search_status{
    margin-left: 20px;
    border: 2px solid #004f80;
    height: 50px;
    width: 200px;
    color: #004f80;
}

/*search end*/
/*Unic pages end*/
/*footer start*/
footer.column {
    padding: 0;
}
/*slick slider start*/
.slick-slider{
    text-align: center;
}
.center > .slick-next:before{
    font-size: 60px;
    color: rgba(255,255,255,0.9);
}
.center >  .slick-prev:before{
    font-size: 60px;
    color: rgba(255,255,255,0.9);
    left: -26px;
}
.center > .slick-prev, .center > .slick-next{
    top: 33%;
    width: 60px;
    height: 60px;
}
.center > .slick-prev {
    left: -50px;
}
.center > .slick-next {
    right: -50px;
}
/*slick slider end*/
.armeps_wrap {
    background-color: #004f80;
    height: 400px;
    margin-top: 80px;
}

.armeps_cont {
    color: #fefefe;
    text-align: center;
}

.armeps_img {
    height: 200px;
    width: 300px;
}

.footer_wrap {
    background-color: #030921;
    height: 40px;
    padding-top: 10px;
    color: #fefefe;
}

.footer_wrap_text {
    color: #fefefe;
}

#copy {
    background-color: rgba(193, 193, 193, 0.4);
    padding-top: 20px;
}

#copy > p {
    margin: 0;
}

.copy_text {
    width: 150px;
    float: left;
    padding: 10px 0;
}

.a_color {
    color: #030921;
}

.a_color:visited {
    color: #030921;
}

.a_color:active {
    color: #030921;
}

.a_color:link {
    color: #030921;
}

.panda {
    position: fixed;
    top: 10px;
    background-color: #030921;
    color: #fff;
    left: 92px;
    z-index: 222222222;
}

.footer_line_slesh {
    color: #fefefe;
    margin-left: 5px;
}

.address > p {
    margin-bottom: 5px;
}

.footer_titles {
    color: #004f80;
    font-weight: 700;
}
.footer_icons > img {
    margin-right: 20px;
    height: 50px;
    width: auto;
    float: left;
}
.footer_icons {
    color: #030921;
    text-align: center;
    display: flex;
}

.href_text > p {
    margin-bottom: 5px;
}

.video_text {
    font-weight: 500;
    color: #fefefe;
}
.center{
    padding-top: 40px;
}

/*footer end*/
/*homepage content end*/


.loader_text{
    display:none;
}
