body{
	    font-family: sans-serif;
}
/* .card{
  border: none !important;
} */

header div.top{
    padding: 20px 0px;
}

div.header_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
span{
}
span a{
    margin: 5px;
    text-decoration: none;
}
div.rx
{
    display: flex;
    justify-content:flex-end;
    align-items: center;

}
div.cx{
    display: flex;
    align-items: center;
    justify-content: center;
}

div.lx{
    display: flex;
    align-items: center
}
.bgcolor{
    color: #fff;
    background-color: #095185 !important;
    /* border: 1px solid darkgrey; */
}
.staky{
    position: sticky!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    
}
.container{
  display: block;
    max-width: 1300px !important;
}

.language-container a.active{
    border-bottom: 2px solid #00598e;
    font-weight: bold;
    font-size: 14px;
    /* border-radius: 50%; */
    padding: 5px;
}
.language-container a{
    font-size: 11px;
}
.language-container a{
    color: grey;
    text-decoration: none;
}
.language-container a:hover{
    /* border-bottom: 1px solid grey */
}
.site-navbar ul li{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-navbar ul li a{
    padding: 7px;
}
.site-navbar{
    /* margin-bottom: 25px; */
}
.social-icon{
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none !important;
}
span.tell small{
    font-size: 10px;
}
span.tell{
    font-size: 15px;
    color: grey;
    font-weight: bold;
    font-family: 'Roboto-Bold';
    margin: 0 0 0 7px;
    padding-top: 15px
}
ul.one {
    list-style-type: none;
    /* margin: 0; */
    /* padding: 0; */
    overflow: hidden;
    /* background-color:red; */
}

li.le {
    /* float: left; */
    /* width: calc(100% / 3 - 20px); */
    margin: 10px;
    border: 1px solid grey;
    border-radius: 3px;
}
li.le:hover {
    background-color: #00598e;
    color: #fff;
}
li.le:hover a{
    color: #fff;
}

li.le a {
    display: block;
    color: darkgray;
    font-size: 14px;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    margin-top: 15px;
}
li.le a:hover{
    color: #fff;
}
.w_post{
    padding: 15px;
}
/* .w_post .imgpost{
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    border: 1px solid grey;
    padding: 10px;
    columns: #506878;
    /* height: 250px; */
/* } */ 

div.dx{
    padding: 16px;
    float: left;
}
div.img{
    width: 100%;
    height: 100px;
    padding: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
a.color{
    color: #506878
}
a.gerb{
    position: absolute;
    text-align: center;
    /* margin-left: 30px; */
}
.size a small{
    font-size: 11px;
    padding-left: 2px; 
    color:grey;
}
.size a{
    text-decoration: none;
    padding-left: 7px;
}
.size a:hover{
    border-bottom: 1px solid grey
}
.cx .logo{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: grey;


}
.button {
    border-radius: 4px;
    background-color: #277bb3;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 7px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s ;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  div.item{
      width: 100%;
      height: 100%;
      padding:15px 14px;
      /*background-color: #00598e;*/
      border-radius: 5px;
      border:1px solid #00598e;
  }
  button.owl-next span{
      font-size: 44px;
      margin: 15px;
      color: #506878
  }
  button.owl-prev span{
      
      font-size: 44px;
      margin: 15px;
      color: #506878
      
  }
  .owl-carousel button.owl-dot{
      margin: 5px;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    /* width: 100%; */
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
input[type=search] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right:none;
    background-color: transparent;
    color: #fff; 
}
div.bor{
    padding:5px;
    width: 100%;
    border: .5px solid grey;
    border-radius: 2px;
    height: 80px;
    display: flex;
    align-items: center;
}
div.bor1{
    padding:9px;
    width: 100%;
    /* border: 1px solid grey; */
    border-radius: 3px;
    /*height: 100px;*/
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: .5px .5px 20px .5px rgb(214, 213, 213);
}
 div.card_img1{
    width: 25%;
    text-align: left;
    margin-right: 15px;
     padding: 5px; 
    float: left;
}
 div.card_img{
    width: 25%;
    text-align: right;

    /* padding: 15px; */
    float: left;
}
div.card_text{
    width: 75%;
    /* padding: 18px; */
    float: right;
}
div.card_text span{
    font-size: 14px;
    color: #506878;
}
div.bor:hover{
    background-color: #277bb3;
}
div.bor:hover div.card_text span{
    color:#f1f1f1;
}
.nav-link{
    color: #fff;
}
.nav-link:hover{
    color: #f1f1f1;
}
.post-description p small{
    font-size: 11px;
    color: #506878;
}
.post-description p:hover{
    text-decoration: underline grey;

}
/* dropdawn */
.dropbtn {
    color: white !important;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    padding: 15px 14px;
    border: 1px solid white;
    border-radius: 3px;
    position: absolute;
    background-color: #439b6d ;
    min-width: 180px;
    z-index: 888888;
}

.dropdown-content a {
    color: white;
    padding: 15px 16px;
    text-decoration: none;
    display: block;
    z-index: 5555;
    text-transform: capitalize;
}

.dropdown-content a:hover {
    /*border:1px dashed white;*/
    /*padding: -1px;*/
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}
h4.news
{
    text-transform: uppercase;
    color: #818181;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}
div.news div.col-md-4 ul{
    margin: 0;
    padding: 0;
}
div.news div.col-md-4 ul li{
    list-style-type: none;
    padding: 13px 12px;
    border: 1px solid grey;
    border-radius: 3px;
    
}
div.news div.col-md-4 ul li a{
    text-decoration: none;
    padding: 14px 15px;
}
/* news  */
.text_font h5
{
    font-size: 17px;
    color: #818181;

}
.text_font p
{
    font-size: 14px;
    color: #818181;

}
.btn_read{
    padding: 7px;
    background-color: #00598e;
    border-radius: 5px;
}
a.right_news_blog
{
    font-size: 12px;
    color: #277bb3;
}
.eye_btn
{
    padding: 15px;
}
.eye_btn i
{
    padding-top:5px; 
    font-size: 28px
}
.shows
{
    width: 350px;
    height: 300px;
}
.squerBox{
width: 50px;
height: 50px;
text-align: center;
vertical-align: middle;
font-size: 27px;
font-weight: bolder;
border: 2px solid #000;
background-color: #277bb3;
color: #FFFFFF;
margin: 5px;

}
.squerBoxx{
width: 50px;
height: 50px;
text-align: center;
vertical-align: middle;
font-size: 27px;
font-weight: bolder;
border: 2px solid #000;
background-color: #828282;
color: #FFFFFF;
margin: 5px;
}
.squerBoxxx{
width: 50px;
height: 50px;
text-align: center;
vertical-align: middle;
font-size: 27px;
font-weight: bolder;
border: 2px solid #818181;
background-color: #000;
color: #FFFFFF;
margin: 5px;
}
.box_news_right
{
    width: 100%;
    padding: 15px 5px;
    background-color: #00598e;
    border-radius: 3px;
    opacity: 0.9;
}
.box_news_right p
{
    color: #f1f1f1;
    text-align: center;
}
/* eye input */
#ex1Slider .slider-selection {
	background: #BABABA;
}
/* gerb */
.h4_gerb
{
    font-size: 17px;
    color: #818181;
    text-transform:uppercase;
    font-weight: bold;
    text-align: center; 
}
.image_gerb
{
    width: 100%;
    height: 150px;
    text-align: center;
    border-radius: 2px;

}
.image_gerb img
{
    height: 150px;
    overflow: hidden;

}
.gerb_text h3
{
    font-weight: bold;
    color: #818181;

}
.gerb_text p{
    font-size: 14px;
    /* line-height: normal; */
    /* font-family:  */
}
.ramz:hover{
    /* background-image: url('../img/bayroq33.png'); */
    /* background-repeat: no-repeat; */
    background-color: #00598e;
    opacity: 0.9;
    background-size: 100% 100%;
    opacity: 0.9;
    color: #FFFFFF 
}
/* eye sliders */
.slider{
   -webkit-appearance: none;
    width: 90%;
    margin: 0 auto;
    height: 4px;
    /* background:linear-gradient(90deg, rgb(214,214,214) 60%, rgb(214, 214, 214) 60%); */
    background: #BABABA;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 3px;
    /* box-shadow: 0 1px 10px 1px grey;  */
}
.slider:hover{
    opacity: 1;
}
.slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px #c1c1c1
}
.ppp div{
    /* margin-top: 70px; */
    font-size: 14px;
    opacity: 0.7;
    padding: 12px;
}
.ppp div span{
    color: #000;
}
.index_post
{
    height: 400px;
    background-color: #fff;
    /* border-radius: 3px; */
    /* border:1px solid #818181; */
    /* padding: 0 10px; */
}
.img-container
{
    width: 100%;
    height: 200px;
}
.img-container img{
    overflow: hidden;
    width: 100%;
    height: 200px;
}
/* scroll top */
.scrollup{
    font-size: 20px;color: #fff; background-color: #0d47a1;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    text-align: center;
    /* padding: 6px; */
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 80px;
    right:30px;
    cursor: pointer;
   
}
/* karta style */

div.box {
	width: 100%;
	/* margin: 50px auto; */
}

div.row_box {
	width: 100%;
	background-color: white;
}

div.row_box span {
    border: 1px solid #506878;
    border-radius:5px; 
    color: #818181;
    font-weight: bold;
}

div.row_box span:hover {
     color: #fff;
     background-color: #277bb3;
     box-shadow: 0px 0px 5px 0px grey;
     cursor: pointer;
     font-family: sans-serif;
     
}
div.row_box .p {
	display: none;
}
/* video */
video {
    max-width: 100%;
    height: auto;
}
/* galllery */
.gallery {
    column-count: 3;
    column-width: 33%; }
    .gallery .pics {
    transition: all 350ms ease; }
    .gallery .animation {
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    column-count: 1;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }

    .carousel {
        background:#007aeb;
    }
  
    .carousel-item {
        width:100%;
        height:550px;
        object-fit: contain;
        background-position: center;
    }
  button.owl-prev:focus{
    outline: none;
  }
  button.owl-next:focus{
    outline: none;
  }
  .lex{
    /*box-shadow: 1px 1px 20px 1px darkgray;*/
  }
.tabs {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border: 1px solid #efefef;
}

.tabs li {
  text-align: center;
  background-color: #2c3f54;
  padding: 0.5rem;
  color: #fff;
  font-weight:bold;
  font-size:16px;
  cursor: pointer;
  transition: background-color 0.45s ease-in-out;
}

.tabs li.active {
  background-color: #43668c;
    color: #fffa9c;
    font-weight: bold;
}

.tabs li > a {
  text-decoration: none;
  color: #068A41;
}

.tabs-content {
  /* border: 1px solid #eee; */
  border-top: 0;
}   

.tabs-panel {
  padding: 1rem 0rem;
  display: none;
}

.tabs-panel.active {
  display: block;
}

@media (max-width: 480px) {
  .tabs {
    grid-template-columns: 1fr;
  }
}
small{
	font-weight:bold !important;
}
/*Tab one*/
.tabsone {
  list-style: none;
  padding-left: 0;
  display: grid;
	font-weight:bold;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 1px solid #efefef;
}

.tabsone li {
  text-align: center;
  background-color: #2c3f54;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
	font-size:16px;
  cursor: pointer;
  transition: background-color 0.45s ease-in-out;
}

.tabsone li.active {
 background-color: #43668c;
    color: #fffa9c;
    font-weight: bold;
}
.tabsone li.activeone {
 background-color: #43668c;
    color: #fffa9c;
    font-weight: bold;
	font-size:16px;
}

.tabsone li > a {
  text-decoration: none;
  color: #fff;
}

.tabsone-content {
  border-top: 0;
}   

.tabsone-panel {
  padding: 1rem 0rem;
  display: none;
}

.tabsone-panel.activeone {
  display: block;
}

@media (max-width: 480px) {
  .tabsone {
    grid-template-columns: 1fr;
  }
}/*Tab one*/
.tabstwo {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 1px solid #efefef;
}

.tabstwo li {
  text-align: center;
  background-color: #43668c;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
	font-size:16px;
  cursor: pointer;
  transition: background-color 0.45s ease-in-out;
}

.tabstwo li.active {
  background-color: #43668c;
    color: #fffa9c;
    font-weight: bold;
}
.tabstwo li.activetwo {
 background-color: #43668c;
    color: #fffa9c;
    font-weight: bold;
}

.tabstwo li > a {
  text-decoration: none;
  color: #fff;
}

.tabstwo-content {
  border: 1px solid #eee;
  border-top: 0;
}   

.tabstwo-panel {
  padding: 1rem 1rem;
  display: none;
}

.tabstwo-panel.activetwo {
  display: block;
}

@media (max-width: 480px) {
  .tabstwo {
    grid-template-columns: 1fr;
  }
}

.card_img_one{
    width: 100%;
    height:240px;
    position: relative;
    padding-right: 5px
}
.card_img_one img{
    width: 100%;
    height: 100%;
}
.card_img_one:hover img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    
}
.card_img_one a{
    position: absolute;
    left: 0;
    bottom: 35px;
    color: white;
    padding-left:14px;
    font-weight:bolder;
    font-size: 16px; 
}
.card_img_one p.vaqt{
    position: absolute;
    left: 0;
    top:0;
    padding-left:14px;
    color: white;
    font-weight: bold
}.card_img_one p.eye{
    position: absolute;
    right: 14px;
    bottom:-10px;
    color: white;
    z-index: 99999;
    font-weight: bold
}
.d_black{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  color: #FFFFFF !important;
  opacity: 0.9;
  background: linear-gradient(to top, rgb(36 102 173) 20%,rgba(31, 26, 26, 0) 100%);
 
}
.d_black a{
  color: #FFFFFF !important;
}
.card_img_one:hover .d_black{
    transition: 1s ease-in !important;
    color: #fff;
    background: linear-gradient(to top, rgb(36 102 173) 20%,rgba(31, 26, 26, 0) 100%);
}
.card_img_one:hover .d_black a{
    color: #fff !important;
}
.card_img_one:hover a{
    color: #fff !important;
    /*font-weight: bold;*/
    /*font-size: 14px;*/
}
.card_img_one:hover img{
    transform: scale();
}
.card_img_one:hover p.eye{
    color: #fff;
}
.img_left{
    width: 100%;
    height: 90px;
    overflow:hidden; 
}

.img_left:hover img{
    width: 100%;
    height: 96px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.latest-read-card{
    width: 100%;
    height: 90px;
}
.latest-read-card img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.card_text_color{
    margin-top: 2px;
    color: #343a40!important;
    font-weight: bold;
    font-size:small;
}

div.col-md-66{
    width: calc(100% / 2 - 16px);
    margin: 5px;
    border-right: 4px solid #00598e;
}

.title_center {
    text-align: center;
}

.title_in_block {
    font-size: 18px;
    font-weight: bold;background-color:#43668c;
    padding: 7px;
    margin-bottom: 10px;
}
.active_title {
    color: #fff;
}
.day_title {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    padding-bottom: 5px;
    font-weight: bold;
    padding-left: 15px;
}
.day_intro {
    font-size: 14px;
    padding-left: 15px;
    border-left: 2px solid #363cf7;
}
.link_all a {
    color: #007336;
	font-size:18px;
}
.link_all {
    text-align: right;
    padding-top: 10px;
}
.mb40 {
    margin-bottom: 40px !important;
}
.contact-mayor {
    padding: 30px 0;
    text-align: center;
    background-color: #e9fbff;
}
.contact-mayor img {
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
}
img {
    vertical-align: middle;
}
.mb20 {
    margin-bottom: 20px !important;
}
.ttn {
    text-transform: none;
}
.btn-blue {
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #1397f5;
    color: #fff;
}
/*tab two*/
h1 {
  text-align: center;
}
.nav-tabs-outer{
  overflow-x:scroll;
  margin: 20px;
}
.nav-tabs-outer > ul > li{
  display: block;
  width: 33.33%;
} 

.tab-content {
  background: #eee;
}
.tab-content img {
  padding: 15px;
  float: left;
}
.tab-content p {
  height: 180px;
  font-size: 18px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.tab-pane:after {
  content: "";
  display: block;
  clear: both;
}
.col-carousel {
    margin:0;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}
/*media*/
.navbar-light .navbar-nav .nav-link {
    /* font-size: small; */
    /* color: #fff!important; */
    font-weight: bold;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.active_med:hover {
    background: #DDDDDD;
    color: #055625 !important;
    transition: 1s all;
}
.mediablog {
    color: #fff !important;
    font-size: 21px;
    margin: 0 14px;
    padding: 15px !important;
}
/*book*/
.custom-slider{
  width: 90%;
  margin: auto;
}
.custom-box{
  /*width: 200px;*/
  /*height: 300px;*/
  text-align:center;
  box-shadow: 2px 2px 3px gray;
  margin: 15px;
  /*font-size: 5em;*/
  /*padding: 0px 15px;*/
}
.slick-prev, .slick-next{
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 30px;
  /*height: 30px;*/
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #439b6d;
}
.slick-slider{
  user-select: none;
}
.slick-next{
  right: -30px;
}
.slick-prev{
  left: -30px;
}
.slick-next:before{
  content: '\003e';
  font-size: 1em;
  font-weight: 1000;
  padding-left: 12px;
  color: white;
}
.slick-prev:before{
  content: '\003c';
  font-size: 1em;
  font-weight: 1000;
  padding-left: 9px;
  color: white;
}
div.book_bg{
    background-color:#090c66e3;
}

.carousel-inner {
  height: 550px;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.right a.lang{
  font-size: 16px;
  font-weight: bold;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


div.col-md-66{
    width: calc(100% / 2 - 16px);
    margin: 5px;
    border-right: 4px solid #e1e1e1;
}
@media(max-width: 968px){
  div.col-md-66{
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
}
.car_box {
  display: none;
}
}
a.text-dark{
color:#343a40!important
}
.small-news__title {
  overflow: hidden;
  font-family:san-serif;
  font-size: 12px;
  color: #313131;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
}
.small-news__title:hover{
  text-decoration: none;
}
.car_box{
  position: absolute;
  background: linear-gradient(to top, rgb(36 102 173) 0%,rgba(31, 26, 26, 0) 100%);
  z-index: 5555555;
  bottom:0;
  height:240px;
  width: 100%;
}
.car_box_el{
  position: absolute;
  bottom:15px;
  width: 98%;
  margin: 0 auto; 
  text-align: center;
}
.car_box_joy{
  	display:flex;
  	justify-content:space-between;
	align-items:center
}
div.partner span{
  padding:14px;
  color: #00598e;
  background-color:#fffa9c
}
.car_box_el h1{

  color: #ddd;
}
.carousel-control-prev{
  position: absolute;
}
.carousel-control-prev-icon{
}
.carousel-control-next{
  position: absolute;
}
div.image_new_cisc{
  width:100%;
  height:350px; 
  background-color: #00598e;
  background-size:100% 100%;
  object-fit: cover;
}
div.image_new_cisc_bug{
  width:100%;
  height:250px; 
  background-color: #00598e;
  background-size:100% 100%;
  object-fit: cover;
}
div.text_new_cisc{
  width:100%;
  height:100px;
}
div.text_new_cisc a
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  color: #313131;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
}
a.new_cisc_text:hover{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  color: #250869;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
}