@charset "UTF-8";
/* Basic Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none; }

*:focus {
  outline: none; }

ul, h1, h2, h3, h4 {
  margin: 0px; }


a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

::-webkit-scrollbar-thumb {
  background: #44c2fc;
  border-radius: 5px; }

::-webkit-scrollbar {
  width: 8px; }

@font-face {
  font-family: 'BPG WEB 002 Caps';
  src: url("../fonts/bpg-web-002-caps-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-web-002-caps-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-web-002-caps-webfont.woff2") format("woff2"), url("../fonts/bpg-web-002-caps-webfont.woff") format("woff"), url("../fonts/bpg-web-002-caps-webfont.ttf") format("truetype"), url("../fonts/bpg-web-002-caps-webfont.svg#bpg_web_002_capsregular") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Conv_bpg_rioni_arial';
  src: url("../fonts/bpg_rioni_arial.eot");
  src: local("☺"), url("../fonts/bpg_rioni_arial.woff") format("woff"), url("../fonts/bpg_rioni_arial.ttf") format("truetype"), url("../fonts/bpg_rioni_arial.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_bpg_algeti';
  src: url("../fonts/bpg_algeti.eot");
  src: local("☺"), url("../fonts/bpg_algeti.woff") format("woff"), url("../fonts/bpg_algeti.ttf") format("truetype"), url("../fonts/bpg_algeti.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
  
  
 #search_results {
  display:flex;
  justify-content:center;
  align-items:center;
      padding: 20px 0;
     
 }
  #search_results>div:not(:last-child) {
       
       margin-right:30px;   
      
  }
  
   #search_results>div{
    color: #33475b;
    font-family: "BPG WEB 002 Caps";
    font-size: 13px;
   }

  
.home_main_fluid {
  position: relative;
  height: calc(100vh - 170px);
  padding-left: 0;
  padding-right: 0; }


  	.gj-icon.chevron-right:before {

   		content: ">";

    font-weight: bold;
   	}

   		.gj-icon.chevron-left:before {

   		content: "<";

    font-weight: bold;
   	}

   	.cso_footer_iframe {
   	    overflow:hidden;
   	}

   	.cso_footer_iframe iframe {
   	    width:100% !important;
   	    height:100% !important;
   	}

   	.fb-page {

   	     width:100%;
   	     height:100%;

   	}

  .fb-page span {
   	    width:100% !important;
   	    height:100% !important;
   	}

   	.gj-datepicker i {
   	 display:none;
   	}

    body {
      padding-top: 104px;
    }

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 22px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .header .header_logo_box {
    display: flex; }
    .header .header_logo_box .header_euro_logo img, .header .header_logo_box .header_main_logo img {
      height: 60px; }
    .header .header_logo_box .header_main_logo {
      margin-left: 30px; }
  .header .header_right_content {
    display: flex;
    align-items: center; }
    .header .header_right_content .header_search_box {
      margin-right: 80px;
      cursor: pointer; }
      .header .header_right_content .header_search_box img {
        flex: 0 0 25px; }
  .header .language_box_wrapper {
    display: flex;
    position: relative;
    z-index: 3000;
    animation: forLanguage .5s linear; }
    .header .language_box_wrapper .language_box {
      background-color: #ecf0f1;
      /*padding: 7px 31px;*/
      cursor: pointer;
        /*  overflow: hidden;*/
      transition: all .2s; }

      .language_box a{
           padding: 10px 30px;
      }


      .header .language_box_wrapper .language_box span {
        color: #44c2fc;
        transition: all .2s;
        font-family: "BPG WEB 002 Caps";
        text-transform: uppercase; }

 .header .language_box_wrapper .language_box a{
  background-color: #ecf0f1;
 }

      .header .language_box_wrapper .language_box.active a{
        background-color: #44c2fc; }
        .header .language_box_wrapper .language_box.active span {
          color: #fff; }

@keyframes forLanguage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.navbar_toggler .navbar_line {
  width: 35px;
  height: 3px;
  background-color: #579fd0;
  transition: .6s; }

.navbar_toggler .navbar_line.navbar_toggler_icon1 {
  position: absolute;
  top: 0; }

.navbar_toggler .navbar_line.navbar_toggler_icon2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .1s; }

.navbar_toggler .navbar_line.navbar_toggler_icon1.active {
  top: 50%;
  transform: rotate(135deg); }

.navbar_toggler .navbar_line.navbar_toggler_icon2.active {
  opacity: 0; }

.navbar_toggler .navbar_line.navbar_toggler_icon3.active {
  top: 50%;
  transform: rotate(-135deg); }

.navbar_toggler .navbar_line.navbar_toggler_icon3 {
  position: absolute;
  bottom: 0%; }

.navbar_wrapperr {
  border-radius: 3px;
  position: fixed;
  top: 15px;
  right: 0px;
  width: 35px;
  z-index: 2000;
  height: 25px; }

.navbar_toggler {
  width: 45px;
  height: 25px;
  cursor: pointer;
  position: relative;
  margin-left: 40px;
  z-index: 3000; }

.navigation {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 4px 4px #0000002e;
  width: 370px;
  display: none; }
  .navigation .navbar_list {
    margin-top: 140px;
    height: 440px;
    padding-left: 20px;
    overflow-y: scroll; }
    .navigation .navbar_list::-webkit-scrollbar {
      width: 3px; }
    .navigation .navbar_list > ul > li:not(:last-child) {
      margin-bottom: 25px; }

    .navigation .navbar_list > ul > li > a {
      font-family: "BPG WEB 002 Caps";
      font-size: 14px;
      text-transform:uppercase;
      color: #2c3e50;
      position: relative;
      background-color: #fff;
      padding: 0 29px 0 10px;
      transition: all .4s; }
      .navigation .navbar_list > ul > li > a:hover {
        padding: 0 29px 0 15px; }
      .dropdown_wrapper:after {
        content: "^";
        position: absolute;
        top: 10px;
        transform: rotate(180deg);
        height: 9px;
        width: 10px;
        right: 6px;
        font-size: 24px; }
        gj-picker {
         position:relative;
         z-index:9999;
        }
      .navigation .navbar_list > ul > li > a.active:before {
        content: "";
        position: absolute;
        background-color: #579fd0;
        width: 362px;
        height: 1px;
        top: 4px;
        left: -20px;
        z-index: -1; }
      .navigation .navbar_list > ul > li > a.active {
        color: #579fd0; }
      .navigation .navbar_list > ul > li > a.active:after {
        color: #579fd0; }
    .navigation .navbar_list > ul > li .dropdown_nav {
      margin-left: 10px;
      display: none; }
      .navigation .navbar_list > ul > li .dropdown_nav ul li a {
        font-family: "BPG WEB 002 Caps";
        font-size: 11px;
        text-transform:uppercase;
        color: #2c3e50; }


        .input-group-append {
         display:none;
        }

.navigation_socials {
  display: flex;
  margin-top: 50px;
  margin-left: 30px; }
  .navigation_socials .social_box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecf0f1; }
    .navigation_socials .social_box:not(:last-child) {
      margin-right: 10px; }

      .navigation_socials .social_box a i {
       color: #67809f;
      }

.header_search_box {
  padding-left: 15px;
  display: flex;
  align-items: center;
  position: relative; }

.header_search_box span {
  line-height: 1px;
  cursor: pointer; }

.header_search_box span img {
  width: 17px; }

.header_search_box .search_bar {
  position: absolute;
  top: 50%;
  right: 55px;
  transition: .2s;
  transform: translateY(-50%);
  display: flex;
  height: 81px;
  visibility: hidden;
  /*transition: all .4s;*/
  overflow: hidden;
  opacity: 1; }
  .header_search_box .search_bar.active {
    visibility: visible;
    opacity: 1;
    overflow: unset; }
  .header_search_box .search_bar button {
    border: none;
    background-color: #44c2fc;
    padding: 28px 36px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    margin-left: -8px; }

.header_search_input {
  width: 400px; }

.header_search_box .search_bar input {
  outline: none;
  font-family: "BPG WEB 002 Caps";
  height: 100%;
  width: 100%;
  border: none;
  background-color: #ecf0f1;
  color: #adb2c0;
  padding-left: 30px; }
  .header_search_box .search_bar input::placeholder {
    color: #adb2c0; }

.search_container {
  width: 1000px;
  margin: 0 auto;
  background-color: #000000b0;
  padding: 10px;
  display: flex;
  justify-content: flex-end; }

.header_search_category {
  background-color: #ecf0f1;
  height: 100%;
  width: 240px;
  margin-left: 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header_search_category span {
    font-family: "BPG WEB 002 Caps";
    color: #adb2c0;
    position: relative; }
    .header_search_category span:after {
      color: #adb2c0;
      content: "^";
      position: absolute;
      top: -16px;
      transform: rotate(180deg);
      height: 9px;
      width: 10px;
      right: -21px;
      font-size: 24px; }
  /*.header_search_category .search_options_wrapper {
    background-color: #ecf0f1;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2000;
    display: none; }*/
    .header_search_category .search_options_wrapper li {
      font-family: "BPG WEB 002 Caps";
      color: #adb2c0;
      font-size: 14px;
      padding: 6px 18px;
      border: 1px solid #cddce0;
      transition: all .4s; }
      .header_search_category .search_options_wrapper li:hover {
        padding: 6px 25px; }

        .header_search_category select {
       background-color: #ecf0f1;
       width: 100%;
       height: 100%;
      font-family: "Conv_bpg_algeti";
       color: #adb2c0;
       border: none;

    }


.responsive_search_box {
  display: none; }
  .responsive_search_box .header_search_input {
    width: 240px; }
    .responsive_search_box .header_search_input input {
      width: 100%;
      outline: none;
      font-family: "BPG WEB 002 Caps";
      height: 100%;
      background-color: #ecf0f1;
      color: #adb2c0;
      padding: 15px 3px; }
  .responsive_search_box button {
    border: none;
    background-color: #44c2fc;
    padding: 12px 14px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 138px;
    left: 248px; }
    .responsive_search_box button img {
      width: 20px; }

.home_slider_content_wrapper {
  background-color: #f1f5fe;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home_slider_content_wrapper .slider-for {
    width: 500px;
    animation: forAnime 1.3s linear; }
  .home_slider_content_wrapper .home_slider_content {
    animation: fadeVc 1s linear; }
    .home_slider_content_wrapper .home_slider_content.active {
      display: block; }
    .home_slider_content_wrapper .home_slider_content .home_slider_tittle h2 {
      font-family: "BPG WEB 002 Caps";
      font-size: 22px;
      color: #579fd0; }
    .home_slider_content_wrapper .home_slider_content .home_slider_text p {
      font-size: 14px;
      color: #34495e;
      font-family: "Conv_bpg_rioni_arial"; }
    .home_slider_content_wrapper .home_slider_content .home_slider_link a {
      font-size: 12px;
      color: #fff;
      font-family: "BPG WEB 002 Caps";
      background-color: #0ba4e4;
      padding: 14px 33px 12px;
      border-radius: 30px;
      background-position: right;
      background-repeat: no-repeat;
      background-image: url(../images/readmore_arrow.png);
      background-position: 110px 10px;
      box-shadow: 0px 2px 4px 1px #00000073; }

.home_slider_wrapper {
  display: flex;
  width: 100%;
  height: calc(100% - 29px);
  overflow: hidden; }
  .home_slider_wrapper .home_slider_content {
    padding: 15px 50px; }
  .home_slider_wrapper .home_slider_text {
    margin-top: 25px; }
  .home_slider_wrapper .home_slider {
    display: flex;
    width: 100%;
    width: calc(100% - 500px);
    position: relative;
    z-index: 1; }
    .home_slider_wrapper .home_slider .slider {
      width: 100%;
      height: 100%;
      position: relative; }
      .home_slider_wrapper .home_slider .slider .for_wrapper {
        bottom: 20px;
        transform: translateX(-50%);
        left: 50%;
        position: absolute; }
      .home_slider_wrapper .home_slider .slider .slider-for {
        height: 100%; }
        .home_slider_wrapper .home_slider .slider .slider-for img {
          height: calc(100vh - 104px); }
      .home_slider_wrapper .home_slider .slider .for_slider {
        width: 400px;
        margin: 0 auto;
        animation: forAnime 1s linear; }
        .home_slider_wrapper .home_slider .slider .for_slider .slider-nav > div {
          margin-right: 5px; }

@keyframes forAnime {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.for_slider .slick-slide {
  margin-right: 5px;
  border-radius: 10px;
  height: 80px; }

.slick-slide {
  height: 100%;
  overflow: hidden;
  cursor: pointer; }

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slick-prev {
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 35px;
  z-index: 2000; }

.slick-next {
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 35px;
  z-index: 2000; }

.about_section_fluid {
  background-color: #f1f5fe;
  position: relative;
  padding: 20px 0 50px; }
  .about_section_fluid:after {
       width: 100%;
    top: -30px;
    left: 0;
    height: calc(100% - 90px);
    background-color: #44c2fc;
    content: "";
    position: absolute;
    }
  .about_section_fluid .about_us_container {
    position: relative;
    z-index: 1; }
    .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_tittle h2 {
      font-family: "BPG WEB 002 Caps";
      color: #fff;
      font-size: 32px; }
    .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_text {
      margin: 30px 0 35px; }
      .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_text p {
            font-family: "Conv_bpg_rioni_arial";
        color: #fff;
        font-size: 14px; }
    .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_readmore a {
      font-size: 12px;
      color: #fff;
      font-family: "BPG WEB 002 Caps";
      background-color: #0ba4e4;
      padding: 14px 33px 12px;
      border-radius: 30px;
      background-position: right;
      background-repeat: no-repeat;
      background-image: url(../images/readmore_arrow.png);
      background-position: 115px 11px;
      box-shadow: 0px 2px 4px 1px #00000073; }

.about_logo_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .about_logo_wrapper .about_logo_box {
    background-color: #fff;
    height: 100px;
    flex: 0 0 46%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }

.about_info_tab_row {
  margin-top: 70px; }

.about_info_tab {
  background-color: #fff;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 52px 10px 38px;
  text-align: center; }
  .about_info_tab .about_info_tab_quantity {
    line-height: 24px; }
    .about_info_tab .about_info_tab_quantity span {
      color: #44c2fc;
      font-size: 55px;
      font-family: "BPG WEB 002 Caps"; }
  .about_info_tab .about_info_tab_tittle span {
    font-family: "Conv_bpg_rioni_arial";
    color: #0f455d;
    font-size: 18px; }

.home_map_fluid .row {
  margin-left: 0;
  margin-right: 0; }

.home_search_fluid {
  padding: 55px 10px 45px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto; }
  .home_search_fluid form {
    margin-top: 40px; }
    .home_search_fluid form .oranization_search_button {
      display: flex;
      justify-content: flex-end; }
      .home_search_fluid form .oranization_search_button button {
        background-color: #228ac9;
        color: #fff;
        font-family: "BPG WEB 002 Caps";
        border: none;
        outline: none;
        flex: 0 0 100%;
        box-shadow: 1px 2px 2px 0px #000000c7;
        max-width: 288px;
        padding: 10px 0;
        border-radius: 20px;
        cursor: pointer; }
    .home_search_fluid form .organization_select_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 30px; }
      .home_search_fluid form .organization_select_box select {
        background-color: transparent;
        color: #9dacc9;
        border-radius: 25px;
        border: 1px solid #e6edfb;
        font-family: "Conv_bpg_algeti";
        flex: 0 0 48%;
        max-width:48%;
        padding: 13px 26px 10px;
        margin-bottom: 30px;
        -webkit-appearance: none;
        background-image: url(../images/select_arrow.png);
        background-position: 93% center;
        background-repeat: no-repeat; }


        .footer_navigation li {

             list-style-type:none;

        }



    .home_search_fluid form .organization_name_input input {
      outline: none;
      background-color: transparent;
      width: 100%;
      border: 1px solid #e6edfb;
      color: #9dacc9;
      font-family: "BPG WEB 002 Caps";
      border-radius: 25px;
      padding: 13px 31px 10px; }
      .home_search_fluid form .organization_name_input input::placeholder {
        font-family: "BPG WEB 002 Caps";
        color: #9dacc9; }
  .home_search_fluid .search_tittle {
    text-align: center; }
    .home_search_fluid .search_tittle h3 {
      color: #579fd0;
      font-size: 32px;
      font-family: "BPG WEB 002 Caps"; }

#map {
  height:100% }

.home_book_fluid {
  background-color: #f1f5fe;
  padding: 100px 0 100px; }

.book_box_tittle h3 a {
  color: #579fd0;
  font-family: "BPG WEB 002 Caps";
  font-size: 32px; }

.home_book_container {
  max-width: 1280px; }
  .home_book_container .book_box_info {
    display: flex;
    background-color: #fff;
    max-width: 516px;
    padding: 30px 45px 0px 250px;
    position: relative;
    margin-top: 50px;
    transition: all .4s; }
    .home_book_container .book_box_info.active {
      max-width: 100%;
      background-color: #44c2fc; }
      .home_book_container .book_box_info.active .book_text p {
        color: #fff !important; }
      .home_book_container .book_box_info.active .book_link a {
        visibility: visible !important;
        opacity: 1 !important; }
    .home_book_container .book_box_info .book_box_img {
      flex: 0 0 180px;
      width: 180px;
      height: 250px;
      position: absolute;
      top: 27px;
      left: 40px; }
      .home_book_container .book_box_info .book_box_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home_book_container .book_box_info .book_text_box .book_link {
      padding: 15px 0; }
      .home_book_container .book_box_info .book_text_box .book_link a {
        background-image: url(../images/download.png);
        background-repeat: no-repeat;
        background-position: 21px;
        color: #fff;
        background-color: #219fd9;
        border-radius: 21px;
        padding: 8px 16px 9px 50px;
        font-family: "Conv_bpg_rioni_arial";
        font-size: 14px;
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        transition: all .4s; }
    .home_book_container .book_box_info .book_text_box .book_text {
      height: 115px;
      overflow-y: scroll;
      margin-top: 25px; }
      .home_book_container .book_box_info .book_text_box .book_text::-webkit-scrollbar {
        width: 0; }
      .home_book_container .book_box_info .book_text_box .book_text p {
        color: #44c2fc;
        font-family: "BPG WEB 002 Caps";
        font-size: 13px;
        transition: all .4s; }

.home_news_fluid {
  padding: 50px 0 80px;
  background-color: #fff; }
  .home_news_fluid .container {
    max-width: 1280px; }
  .home_news_fluid .home_news_tittle {
    margin-bottom: 20px; }
    .home_news_fluid .home_news_tittle h3 {
      color: #44c2fc;
      font-size: 32px;
      font-family: "BPG WEB 002 Caps"; }

    .news_slider_wrapper  .owl-item{

         padding-bottom:15px;
    }

  .home_news_fluid .news_sider_box {
       box-shadow: 2px 3px 2px 0px #00000008;
    width: 100%;
    padding: 20px 20px 50px 20px;
    position: relative; }
    .home_news_fluid .news_sider_box:hover .news_slider_box_rotate_box {
      background-color: #3498db; }
      .home_news_fluid .news_sider_box:hover .news_slider_box_rotate_box span {
        color: #fff; }
    .home_news_fluid .news_sider_box:hover .news_slider_readmore {
      visibility: visible !important;
      opacity: 1 !important; }
    .home_news_fluid .news_sider_box .news_slider_box_rotate_box {
      background-color: #fff;
      height: 100%;
      width: 70px;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .4s; }
      .home_news_fluid .news_sider_box .news_slider_box_rotate_box span {
        color: #3498db;
        font-family: "Conv_bpg_rioni_arial";
        font-size: 12px;
        position: absolute;
        transform: rotate(-90deg);
        bottom: 111px;
        left: 4px; }
        .home_news_fluid .news_sider_box .news_slider_box_rotate_box span:after {
          position: absolute;
          content: "";
          width: 30px;
          height: 1px;
          background-color: #fff;
          top: 8px;
          left: -37px;
          z-index: 1; }
    .home_news_fluid .news_sider_box .news_slider_img {
      position: relative;
      z-index: 10;
      width: 100%;
      height: 200px; }
      .home_news_fluid .news_sider_box .news_slider_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .home_news_fluid .news_sider_box .news_slider_img .news_slider_readmore {
        position: absolute;
        bottom: 6px;
        left: 50px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s; }
        .home_news_fluid .news_sider_box .news_slider_img .news_slider_readmore a {
          background-color: #44c2fc;
          color: #fff;
          font-family: "Conv_bpg_algeti";
          font-size: 14px;
          padding: 8px 45px 9px 18px;
          background-repeat: no-repeat;
          background-position: 82px;
          background-image: url(../images/arrow_n.png); }
  .home_news_fluid .news_slider_text_wrapper {
    padding-left: 60px; }
    .home_news_fluid .news_slider_text_wrapper .news_slider_tittle {
      margin-top: 10px; }
      .home_news_fluid .news_slider_text_wrapper .news_slider_tittle h3 {
        color: #579fd0;
        font-family: "BPG WEB 002 Caps";
        font-size: 16px; }
    .home_news_fluid .news_slider_text_wrapper .news_slider_text {
      margin-top: 15px;
      min-height: 100px; }
      .home_news_fluid .news_slider_text_wrapper .news_slider_text{
        color: #34495e;
        font-family: "Conv_bpg_algeti";
        font-size: 14px; }

.home_news_fluid .owl-nav {
  display: block !important;
  position: absolute;
  right: 0;
  top: -67px;
  z-index: 1; }
  .home_news_fluid .owl-nav button {
    background-color: #f1f5fe !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #d3dcf0 !important;
    font-size: 33px !important;
    transition: all .4s;
    padding: 5px !important;
    border: 1px solid transparent !important;
    background-clip: content-box !important;
    margin-left: 5px; }
    .home_news_fluid .owl-nav button span {
      transform: translate(0px, -10px);
      display: block; }
    .home_news_fluid .owl-nav button:hover {
      background-color: #0ba4e4 !important;
      color: #fff !important;
      border: 1px solid #0ba4e4 !important; }

.home_vacany_fluid {
  padding: 65px 0 55px;
  background-color: #f1f5fe; }
  .home_vacany_fluid .home_vacancy_tittle {
    margin-bottom: 45px;
    text-align: center;
    padding: 0 20px; }
    .home_vacany_fluid .home_vacancy_tittle h2 {
      color: #579fd0;
      font-size: 32px;
      font-family: "BPG WEB 002 Caps"; }
  .home_vacany_fluid .home_vacancy_container {
    max-width: 1280px; }

.vc_left_content_wrapper {
  border: 2px solid #3498db;
  background-color: #fff;
  height: 100%;
  display: none;
  animation: fadeVc 1s linear; }
  .vc_left_content_wrapper.active {
    display: block; }
  .vc_left_content_wrapper .vc_tittle_wraper {
    background-color: #3498db;
    padding: 0px 30px 20px 30px; }
    .vc_left_content_wrapper .vc_tittle_wraper .vc_sm_tittle {
      text-align: center; }
      .vc_left_content_wrapper .vc_tittle_wraper .vc_sm_tittle span {
        color: #fff;
        font-family: "Conv_bpg_rioni_arial";
        font-size: 12px; }
    .vc_left_content_wrapper .vc_tittle_wraper .vanacy_bg_tittle {
      text-align: center;
      padding-top: 20px;

      }

      .registration_form_fluid .organization_select_box select {
               margin-bottom: 10px;
    background-color: #fff;
    color: #d4ddee;
    border-radius: 25px;
    border: 1px solid #e6edfb;
    font-family: "BPG WEB 002 Caps";
    flex: 0 0 100%;
    font-size: 14px;
    padding: 13px 26px 10px;
    -webkit-appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: 93% center;
    background-repeat: no-repeat;
    width:100%;
      }
      .vc_left_content_wrapper .vc_tittle_wraper .vanacy_bg_tittle h3 a {
        color: #fff;
        font-family: "BPG WEB 002 Caps";
        font-size: 16px; }
  .vc_left_content_wrapper .vc_date_wrapper {
    background-color: #f7fafb;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vc_left_content_wrapper .vc_date_wrapper .vc_date span {
      color: #667583;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 12px; }
    .vc_left_content_wrapper .vc_date_wrapper .vc_date:first-child {
      margin-right: 50px;
      position: relative; }
      .vc_left_content_wrapper .vc_date_wrapper .vc_date:first-child:after {
        content: "";
        position: absolute;
        top: 14px;
        background-color: #667583;
        width: 30px;
        height: 1px;
        left: calc(100% + 10px); }
  .vc_left_content_wrapper .vc_text_wrapper {
    padding: 30px 20px 30px 20px; }
    .vc_left_content_wrapper .vc_text_wrapper .vc_text {
      margin-bottom: 20px;
      min-height: 173px; }
      .vc_left_content_wrapper .vc_text_wrapper .vc_text p {
        color: #34495e;
        font-family: "Conv_bpg_algeti";
        font-size: 14px; }
  .vc_left_content_wrapper .vc_link {
    display: flex;
    justify-content: flex-end; }
    .vc_left_content_wrapper .vc_link a {
      color: #579fd0;
      font-family: "BPG WEB 002 Caps";
      font-size: 14px;
      background-image: url(../images/vc_arrow.png);
      background-position: right 5px;
      background-repeat: no-repeat;
      padding: 3px 17px 3px 5px; }

.vc_tabs_wrapper {
  background-color: #fff;
  padding: 30px; }
  .vc_tabs_wrapper .vc_tab_box_main_tittle {
    margin-top: 10px; }
    .vc_tabs_wrapper .vc_tab_box_main_tittle h3 a {
      color: #667583;
      font-family: "BPG WEB 002 Caps";
      font-size: 16px;
      display: inline-block; }
  .vc_tabs_wrapper .vc_tab_box {
    margin-bottom: 20px; }
    .vc_tabs_wrapper .vc_tab_box .vc_box_top_info {
      display: flex;
      align-items: center; }
      .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses {
        display: flex;
        margin-left: 30px; }
        .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses .vc_date span {
          color: #579fd0;
          font-family: "Conv_bpg_rioni_arial";
          font-size: 12px; }
        .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses .vc_date:first-child {
          margin-right: 50px;
          position: relative; }
          .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses .vc_date:first-child:after {
            content: "";
            position: absolute;
            top: 14px;
            background-color: #667583;
            width: 30px;
            height: 1px;
            left: calc(100% + 10px); }
      .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_variety {
        background-color: #f7fafb;
        padding: 7px 24px;
        margin-right:10px;
        display: flex;
        transition: all .4s; }

        .vc_box_top_variety2 {
            background-color: #f7fafb;
        padding: 7px 24px;
        display: flex;
        transition: all .4s;

        }


        .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_variety span {
          color: #3498db;
          transition: all .4s;
          font-size: 12px;
          font-family: "Conv_bpg_rioni_arial"; }
          .vc_box_top_variety2 span {
               color: #3498db;
          transition: all .4s;
          font-size: 12px;
          font-family: "Conv_bpg_rioni_arial";

          }


        .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_variety.active {
          background-color: #3498db; }
          .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_variety.active span {
            color: #fff; }

@keyframes fadeVc {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.vc_banner_box {
  margin-top: 50px; }
  .vc_banner_box .vc_banner_box {
    width: 100%;
    height: 170px;
    background-color: #ccc; }
    .vc_banner_box .vc_banner_box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

footer {
  padding: 35px 0 0px;
  background-color: #fff; }
  footer .container {
    max-width: 1280px; }
  footer .footer_navigation ul li:not(:last-child) {
    margin-bottom: 5px; }
  footer .footer_navigation ul li a {
    color: #34495e;
    text-transform:uppercase;
    font-family: "BPG WEB 002 Caps";
    font-size: 14px;
    position: relative; }
    footer .footer_navigation ul li a:after {
      content: "";
      position: absolute;
      top: -3px;
      left: -20px;
      width: 20px;
      height: 20px;
      z-index: 1;
      background-image: url(../images/a2.png);
      background-repeat: no-repeat;
      background-position: center center; }
  footer .footer_logo_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    footer .footer_logo_box .footer_logo {
      width: 90px;
      height: 45px; }
      footer .footer_logo_box .footer_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.cso_footer_iframe {
  width: 100%;
  height: 340px;
 }
  .cso_footer_iframe iframe {
    width: 100%;
    height: 100%; }

.footer_right_content .footer_address_wrapper .footer_address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .footer_right_content .footer_address_wrapper .footer_address .footer_address_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px; }
    .footer_right_content .footer_address_wrapper .footer_address .footer_address_text span {
      color: #33475b; }
    .footer_right_content .footer_address_wrapper .footer_address .footer_address_text span:first-child {
      font-family: "BPG WEB 002 Caps";
      font-size: 14px; }
    .footer_right_content .footer_address_wrapper .footer_address .footer_address_text span:last-child {
      font-size: 13px;
      font-family: "Conv_bpg_rioni_arial"; }
.footer_right_content .footer_download_box {
  margin: 10px 0; }
  .footer_right_content .footer_download_box a {
    color: #fff;
    font-size: 16px;
    font-family: "BPG WEB 002 Caps";
    background-color: #44c2fc;
    /* background-image: url(../images/a1.png);
     background-repeat: no-repeat;
     background-position: 67px;*/
    width: 95%;
    max-width: 270px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer_right_content .footer_download_box a img {
      padding-right: 10px; }
.footer_right_content .footer_social_box {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .footer_right_content .footer_social_box a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #faf9f9;
    border: 1px solid #67809f; }

     .footer_right_content .footer_social_box a i {
         color:#67809f;
     }
    .footer_right_content .footer_social_box a:not(:last-child) {
      margin-right: 20px; }

.permision_container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0; }

.permision_fluid {
  background-color: #44c2fc;
  width: 100%; }

.permision_row {
  padding: 20px 0;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0; }
  .permision_row .permision_box {
    max-width: 300px;
    line-height: 14px; }
    .permision_row .permision_box span {
      font-family: "Conv_bpg_rioni_arial";
      color: #fff;
      font-size: 14px; }
  .permision_row .made_by {
    text-align: right; }
    .permision_row .made_by span {
      font-size: 14px;
      font-family: "Conv_bpg_rioni_arial";
      color: #fff; }
    .permision_row .made_by span:last-child {
      font-weight: bold; }

.about_fluid, .consultation_fluid,
.declaration_fluid, .vacancy_fluid,
.registration_fluid, .library_fluid, .contact_fluid, .society_fluid {
  padding-left: 0;
  padding-right: 0; }

.about_top_info_fluid {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  background-color: #f1f5fe;
  padding: 100px 0 30px; }
  .about_top_info_fluid .container {
    max-width: 1280px; }
    .about_top_info_fluid .container .row {
      margin-top: 50px; }
  .about_top_info_fluid .about_top_info_tittle {
    text-align: center;
    margin-bottom: 60px; }
    .about_top_info_fluid .about_top_info_tittle h2 {
      color: #579fd0;
      font-family: "BPG WEB 002 Caps";
      font-size: 32px; }
  .about_top_info_fluid .about_top_info_wrapper .about_top_tittle {
    margin-bottom: 10px; }
    .about_top_info_fluid .about_top_info_wrapper .about_top_tittle h3 {
      font-size: 22px;
    font-family: "Conv_bpg_rioni_arial";
      color: #0f455d; }
  .about_top_info_fluid .about_top_info_wrapper .about_top_text p {
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px;
    color: #0f455d; }
  .about_top_info_fluid .about_top_main_logo {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px; }
    .about_top_info_fluid .about_top_main_logo img {
      width: 95%;
      height: 95%;
      object-fit: contain; }

.about_info_botom_tittle {
  margin-bottom: 10px; }
  .about_info_botom_tittle h3 {
        font-family: "Conv_bpg_rioni_arial";
    color: #0f455d;
    font-size: 22px; }

.about_top_text p {
  font-family: "Conv_bpg_rioni_arial";
  font-size: 14px;
  color: #0f455d; }

.news_main_slider_wrapper_parent {
  flex: 0 0 100%;
  max-width: 800px;
  padding-left: 30px; }

.home_news_slider_wrapper {
  display: flex;
  justify-content: space-between; }

.home_news_left_info {
  margin-top: 20px; }
  .home_news_left_info p {
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px;
    color: #0f455d; }

.home_news_fluid .news_main_slider_wrapper .news_sider_box {
  padding: 20px 20px 0px 20px;
  min-height: 400px; }

.about_info_tab_fluid {
  background-color: #f1f5fe;
  padding: 60px 0; }

.about_search_fluid .row {
  margin-right: 0px;
  margin-left: 0px; }
  .about_search_fluid .row .col-md-6 {
    padding-right: 0;
    padding-left: 0; }

.about_organization_box {
  background-color: #f1f5fe;
  height: 100%;
  padding: 50px 0; }
  .about_organization_box .about_organization_wrapper {
    max-width: 580px;
    width: 95%;
    margin: 0 auto; }
  .about_organization_box .about_organization_text p {
    color: #0f455d;
    font-size: 14px;
    font-family: "Conv_bpg_rioni_arial"; }
  .about_organization_box .add_organization_link {
    margin-top: 40px; }
    .about_organization_box .add_organization_link a {
      display: block;
      text-align: center;
      border-radius: 30px;
      background-color: #44c2fc;
      box-shadow: 1px 2px 2px 0px #000000c7;
      color: #fff;
      font-size: 14px;
      font-family: "BPG WEB 002 Caps";
      padding: 15px 0; }

.about_bottom_info_fluid {
  background-color: #f1f5fe;
  padding: 100px 0 80px; }
  .about_bottom_info_fluid .container {
    max-width: 800px; }
    .about_bottom_info_fluid .container .row {
      margin-bottom: 50px; }
  .about_bottom_info_fluid .about_bottom_text_wrapper .about_bottom_img_box {
    width: 100%;
    min-height: 240px; }
    .about_bottom_info_fluid .about_bottom_text_wrapper .about_bottom_img_box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .about_bottom_info_fluid .about_bottom_text_wrapper p, .about_bottom_info_fluid .about_bottom_text_wrapper li {
    color: #0f455d;
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px; }

.about_bottom_end_text p {
  color: #0f455d;
  font-family: "Conv_bpg_rioni_arial";
  font-size: 14px; }

.about_social_box_wrapper {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .about_social_box_wrapper .about_social_box {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 330px; }
    .about_social_box_wrapper .about_social_box .about_social_img {
      display: flex;
      flex: 0 0 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #67809f; }
  .about_social_box_wrapper .about_social_info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    line-height: 13px; }
    .about_social_box_wrapper .about_social_info span {
      color: #33475b;
      font-size: 14px; }
    .about_social_box_wrapper .about_social_info span:first-child {
      font-family: "BPG WEB 002 Caps"; }
    .about_social_box_wrapper .about_social_info span:last-child {
      font-family: "Conv_bpg_rioni_arial"; }

.home_slider_content_wrapper .slick-next, .home_slider_content_wrapper .slick-prev {
  opacity: 0;
  visibility: hidden; }

.blog_fluid {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  background-color: #f1f5fe;
  padding: 100px 0 30px; }
  .blog_fluid .container {
    max-width: 1280px; }

.common_fluid_tittle {
  text-align: center;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 50px; }
  .common_fluid_tittle h2 {
    color: #579fd0;
    font-family: "BPG WEB 002 Caps";
    font-size: 32px; }

.popular_blog_fluid .popular_blog_tittle h3 {
  color: #0f455d;
  font-family: "BPG WEB 002 Caps";
  font-size: 22px; }

.popular_posts_wrapper {
  display: flex;
  align-items: flex-start;
  padding: 20px 0; }
  .popular_posts_wrapper:not(:last-child) {
    border-bottom: 1px solid #e2e8f7; }
  .popular_posts_wrapper .popular_post_img {
    flex: 0 0 95px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden; }
    .popular_posts_wrapper .popular_post_img a {
      display: block;
      width: 100%;
      height: 100%; }
    .popular_posts_wrapper .popular_post_img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.popular_post_info_wrapper {
  margin-left: 10px; }
  .popular_post_info_wrapper .popular_post_tittle {
    line-height: 13px; }
    .popular_post_info_wrapper .popular_post_tittle a {
      font-family: "BPG WEB 002 Caps";
      font-size: 12px;
      transition: all .4s;
      color: #0f455d; }
      .popular_post_info_wrapper .popular_post_tittle a:hover {
        color: #0ba4e4; }
  .popular_post_info_wrapper .popular_post_date_wrapper {
    display: flex;
    align-items: flex-start; }
    .popular_post_info_wrapper .popular_post_date_wrapper .popular_post_calendar_img {
      margin-right: 10px; }
    .popular_post_info_wrapper .popular_post_date_wrapper .popular_post_date
    span {
      font-family: "Conv_bpg_rioni_arial";
      color: #0f455d;
      font-size: 12px; }

.blog_banner_fluid {
  margin-top: 45px; }
  .blog_banner_fluid .blog_banner_box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    height: 120px; }
    .blog_banner_fluid .blog_banner_box:not(:last-child) {
      margin-bottom: 30px; }
    .blog_banner_fluid .blog_banner_box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.blog_posts_wrapper {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 0;
  border-bottom: 1px solid #e2e8f7; }
  .blog_posts_wrapper .blog_post_img {
    flex: 0 0 230px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden; }
    .blog_posts_wrapper .blog_post_img a {
      display: block;
      width: 100%;
      height: 100%; }
    .blog_posts_wrapper .blog_post_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.blog_post_info_wrapper {
  margin-left: 10px;
  width: 100%;
   }
  .blog_post_info_wrapper .blog_post_readmore {
    display: flex;
    justify-content: flex-end; }
    .blog_post_info_wrapper .blog_post_readmore a {
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px;
      background: transparent;
      padding: 7px 50px 7px 20px;
      transition: all .2s;
      background-position: 112px 11px;
      background-repeat: no-repeat; }
      .blog_post_info_wrapper .blog_post_readmore a:hover {
        color: #fff;
        background-color: #44c2fc;
        background-image: url("../images/blog_arrow.png"); }
  .blog_post_info_wrapper .blog_post_text_wrapper {
    margin-top: 10px;
    color: #0f455d;
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px;
   }
    .blog_post_info_wrapper .blog_post_text_wrapper p {
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px; }
  .blog_post_info_wrapper .blog_post_tittle {
    line-height: 17px;
    margin-bottom: 5px; }
    .blog_post_info_wrapper .blog_post_tittle a {
      font-family: "BPG WEB 002 Caps";
      font-size: 16px;
      display: inline-block;
      min-height: 35px;
      transition: all .4s;
      color: #0f455d; }
      .blog_post_info_wrapper .blog_post_tittle a:hover {
        color: #0ba4e4; }

.pagination_row {
  padding: 50px 0 60px; }

.blog_post_tag_wrapper {
  margin-left: 30px; }
  .blog_post_tag_wrapper span {
    display: inline-block;
    background-color: #dee4f0;
    font-size: 12px;
    color: #1086bd;
    font-family: "Conv_bpg_rioni_arial";
    padding: 4px 5px; }
    .blog_post_tag_wrapper span:not(:last-child) {
      margin-right: 10px; }

.blog_post_date_wrapper {
  display: flex;
  align-items: flex-start; }
  .blog_post_date_wrapper .blog_post_calendar_img {
    margin-right: 10px; }
  .blog_post_date_wrapper .blog_post_date
  span {
    font-family: "Conv_bpg_rioni_arial";
    color: #0f455d;
    font-size: 12px; }

.nd_blog_main_img {
  width: 100%;
  height: 300px;
  margin: 35px 0;
  text-align: center; }
  .nd_blog_main_img img {
    width: 95%;
    max-width: 650px;
    height: 100%;
    object-fit: cover; }

.nd_blog_text_wrapper p,.nd_blog_text_wrapper li {
  color: #0f455d;
  font-family: "Conv_bpg_rioni_arial";
  font-size: 14px; }

.nd_blog_slider_fluid {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0; }
  .nd_blog_slider_fluid .col-lg-8 {
    padding-left: 0;
    padding-right: 0; }
  .nd_blog_slider_fluid .owl_img_box {
    height: 620px;
    width: 100%; }
    .nd_blog_slider_fluid .owl_img_box img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

.blog_slider_fluid .owl-nav button {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important; }
  .blog_slider_fluid .owl-nav button span {
    display: none; }
.blog_slider_fluid .owl-nav .owl-prev {
  background-image: url(../images/left.png) !important;
  left: 35px; }
.blog_slider_fluid .owl-nav .owl-next {
  right: 35px;
  background-image: url(../images/right.png) !important; }

.blog_slider_text_wrapper {
  max-width: 440px;
  margin: 12% auto 0;
  width: 95%; }
  .blog_slider_text_wrapper .blog_slider_title {
    margin-bottom: 15px; }
    .blog_slider_text_wrapper .blog_slider_title h3 {
      font-family: "BPG WEB 002 Caps";
      font-size: 22px;
      color: #579fd0; }
  .blog_slider_text_wrapper .blog_slider_text p {
    font-size: 14px;
    color: #34495e;
    font-family: "Conv_bpg_rioni_arial"; }

.blog_content_slider_wrapper {
  background-color: #44c2fc;
  transform: translateY(-160px);
  position: relative; }
  .blog_content_slider_wrapper .home_news_fluid {
        background-color: transparent !important;
    padding: 45px 0 80px !important;
    margin-top: 100px;

    }
  .blog_content_slider_wrapper .news_sider_box {
    background-color: #fff !important; }
  .blog_content_slider_wrapper .news_slider_box_rotate_box {
    background-color: #44c2fc !important; }
    .blog_content_slider_wrapper .news_slider_box_rotate_box span {
      color: #fff !important; }
  .blog_content_slider_wrapper .blog_nd_container .home_news_tittle h3 {
    color: #fff; }

.blog_content_slider_wrapper .news_sider_box:hover .news_slider_box_rotate_box {
  background-color: #3498db !important; }

.blog_main_pagination_fluid {
  padding: 50px 0;
  background-color: #f1f5fe;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 200; }

.blog_pagination_wrapper {
  max-width: 1250px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between; }
  .blog_pagination_wrapper .blog_prev_box a, .blog_pagination_wrapper .blog_next_box a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .blog_pagination_wrapper .blog_prev_box a img, .blog_pagination_wrapper .blog_next_box a img {
      display: block;
      margin-bottom: 10px; }
    .blog_pagination_wrapper .blog_prev_box a span, .blog_pagination_wrapper .blog_next_box a span {
      display: block;
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px; }

.prev_blog_tittle {
  margin-left: 40px; }

.next_blog_tittle {
  margin-right: 40px; }

.prev_blog_tittle, .next_blog_tittle {
  max-width: 350px; }
  .prev_blog_tittle h4 a, .next_blog_tittle h4 a {
    display: block;
    color: #0f455d;
    font-family: "BPG WEB 002 Caps";
    font-size: 17px; }

.all_blog_link {
  margin: 0 120px; }
  .all_blog_link a {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .all_blog_link a img {
      display: block;
      margin-bottom: 10px; }
    .all_blog_link a span {
      display: block;
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px; }

.cons_container {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 20px; }
  .cons_container .cons_tittle {
    text-align: left;
    margin-bottom: 20px; }
    .cons_container .cons_tittle h3 {
      color: #34495e;
      font-family: "BPG WEB 002 Caps";
      font-size: 31px; }

.cons_fluid .cons_wrapper {
  position: relative;
  				 /*	.cons_right_line {
  				 		position:absolute;

  				 		top:21px;
  				 		right: 20px;
  				 		z-index: 1;
  				 		width: 25px;
  				 		height: 25px;
  				 		cursor: pointer;
  				 		clip-path: polygon(100% 27%, 51% 57%,
  				 		0 27%, 0 12%, 52% 41%, 100% 12%);
  				 		background-color: #b1bfe0;
  				 		transition: all .4s;

  				 		&.active {
  				 			top: 10px;
  				 			background-color: #44c2fc;
  				 			transform: rotate(-180deg);
  				 		}
  				 	}*/ }
  .cons_fluid .cons_wrapper .cons_tittle {
    margin-top: 25px;
    background: #fff;
    border-radius: 20px; }
    .cons_fluid .cons_wrapper .cons_tittle h4 {
      padding: 23px 71px 18px 30px;
      cursor: pointer;
      color: #33475b;
      font-family: "BPG WEB 002 Caps";
      font-size: 16px;
      display: block;
      transition: all .4s;
      position: relative;
      z-index: 200; }
      .cons_fluid .cons_wrapper .cons_tittle h4:after {
        position: absolute;
        top: 50%;
        transform: rotate(0deg) translateY(-50%);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center center;
        content: "";
        width: 25px;
        right: 45px;
        height: 25px;
        cursor: pointer;
        clip-path: polygon(100% 27%, 51% 57%, 0 27%, 0 12%, 52% 41%, 100% 12%);
        background-color: #b1bfe0;
        transition: background-color 0.5s ease; }
      .cons_fluid .cons_wrapper .cons_tittle h4.active:after {
        background-color: #44c2fc;
        transform: rotate(-180deg) translateY(60%); }
    .cons_fluid .cons_wrapper .cons_tittle.active h4 {
      color: #44c2fc; }
  .cons_fluid .cons_wrapper .cons_answer {
    padding: 10px 30px 10px;
    display: none; }
    .cons_fluid .cons_wrapper .cons_answer h5 {
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 15px;
      margin-bottom: 0;
      font-weight: bold; }
      .cons_fluid .cons_wrapper .cons_answer ul {

       padding-left:15px;
      }


      h1,h2,h3,h4,h5,h6 {

       text-transform:uppercase !important;
      }
    .cons_fluid .cons_wrapper .cons_answer p,.cons_fluid .cons_wrapper .cons_answer li {
      color: #2c3e50;
      font-size: 14px;
      font-family: "Conv_bpg_rioni_arial"; }

      .search-text{
        color: #2c3e50;
        font-size: 14px;
        font-family: "Conv_bpg_rioni_arial";
      }
      .search-description{
        margin:10px 0 10px;
        padding-left: 17px;
      }

.consultation_form_fluid, .registration_form_fluid {
  max-width: 600px;
  width: 95%;
  margin: 0 auto; }
  .consultation_form_fluid .c_form_tabs, .registration_form_fluid .c_form_tabs {
    position: relative; }
  .consultation_form_fluid form .c_form_tabs_wrapper, .registration_form_fluid form .c_form_tabs_wrapper {
    margin-top: 30px; }
    .consultation_form_fluid form .c_form_tabs_wrapper div, .registration_form_fluid form .c_form_tabs_wrapper div {
      margin-bottom: 20px;
      position: relative; }
    .consultation_form_fluid form .c_form_tabs input,   .consultation_form_fluid form .c_form_tabs_wrapper select, .consultation_form_fluid form .c_form_tabs_wrapper textarea, .registration_form_fluid form .c_form_tabs_wrapper input, .registration_form_fluid form .c_form_tabs_wrapper textarea {
      background-color: #fff;
      border-radius: 20px;
      border: 1px solid #e6edfb;
      width: 100%;
      color: #d4ddee;
      padding: 13px 10px 11px 40px;
      font-family: "BPG WEB 002 Caps"; }
      .consultation_form_fluid form .c_form_tabs_wrapper input::placeholder, .consultation_form_fluid form .c_form_tabs_wrapper textarea::placeholder, .registration_form_fluid form .c_form_tabs_wrapper input::placeholder, .registration_form_fluid form .c_form_tabs_wrapper textarea::placeholder {
        color: #d4ddee;
        font-family: "BPG WEB 002 Caps"; }
    .consultation_form_fluid form .c_form_tabs_wrapper input[type=number]::-webkit-inner-spin-button,
    .consultation_form_fluid form .c_form_tabs_wrapper input[type=number]::-webkit-outer-spin-button, .registration_form_fluid form .c_form_tabs_wrapper input[type=number]::-webkit-inner-spin-button,
    .registration_form_fluid form .c_form_tabs_wrapper input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .consultation_form_fluid form .c_form_tabs_wrapper textarea, .registration_form_fluid form .c_form_tabs_wrapper textarea {
      resize: none;
      height: 180px; }
    .consultation_form_fluid form .c_form_tabs_wrapper button, .registration_form_fluid form .c_form_tabs_wrapper button {
      cursor: pointer;
      outline: none;
      border: none;
      color: #d4ddee;
      font-family: "BPG WEB 002 Caps";
      background-color: #0ba4e4;
      padding: 13px 84px 10px;
      border-radius: 20px;
      margin-left: auto;
      display: inherit; }
    .consultation_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs, .registration_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs {
      display: flex;
      justify-content: space-between; }
      .consultation_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs input, .registration_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs input {
        width: 48%; }
  .consultation_form_fluid form .consulattion_form_tittle, .registration_form_fluid form .consulattion_form_tittle {
    text-align: center; }
    .consultation_form_fluid form .consulattion_form_tittle span, .registration_form_fluid form .consulattion_form_tittle span {
      color: #0f455d;
      font-family: "BPG WEB 002 Caps";
      font-size: 22px; }

.declaration_content_fluid {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  background-color: #f1f5fe;
  padding: 100px 0 30px; }

.declaration_container {
  max-width: 1000px; }
  .declaration_container .consultation_text_wrapper {
    padding: 50px 0 100px; }
    .declaration_container .consultation_text_wrapper p, .declaration_container .consultation_text_wrapper span, .declaration_container .consultation_text_wrapper li {
      color: #0f455d;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px;

      }
  .declaration_container .declaration_top_tab_row .col-lg-6:first-child .declaration_tab a {
    background-color: #44c2fc;
    color: #fff;
    font-family: "BPG WEB 002 Caps";
    border: none;
    outline: none;
    flex: 0 0 100%;
    box-shadow: 1px 2px 2px 0px #000000c7;
    padding: 17px 5px 14px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px; }
    a.btn-blue{
      background-color: #44c2fc;
      color: #fff;
      font-family: "BPG WEB 002 Caps";
      border: none;
      outline: none;
      flex: 0 0 100%;
      box-shadow: 1px 2px 2px 0px #000000c7;
      padding: 17px 5px 14px;
      font-size: 14px;
      width: 100%;
      display: inline-block;
      text-align: 20px;
      cursor: pointer;
      text-align: center;
      border-radius: 20px;
    }
  .declaration_container .declaration_top_tab_row .col-lg-6:last-child .declaration_tab {
    display: flex;
    justify-content: flex-end; }
    .declaration_container .declaration_top_tab_row .col-lg-6:last-child .declaration_tab a {
      display: flex;
      align-items: flex-end; }
      .declaration_container .declaration_top_tab_row .col-lg-6:last-child .declaration_tab a span {
        color: #33475b;
        font-family: "Conv_bpg_rioni_arial";
        font: 14px;
        margin-left: 10px; }

        .organization_select_box option {

            font-size:13px;

        }

        option {

         font-size:12px;
        }

.gj-textbox-md:active, .gj-textbox-md:focus {

 border: 1px solid #e6edfb !important;
}
.common_search_wrapper {
  width: 100%;
  margin: 0 auto; }
  .common_search_wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    position: relative; }
    .common_search_wrapper form button {
      border: none;
      background: #0ba4e4;
      padding: 10px 30px 9px;
      border-radius: 25px;
      position: absolute;
      bottom: -35px;
      right: 6px;
      z-index: 100;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;

    margin-left: 3px;

       }

       .library-form-button {
        width: 49px !important;
        height: 49px !important;
        padding: 0 !important;
        border-radius: 15px !important;
       }

       .chart_color {
        flex: 0 0 15px;
       }

       .filder_v button {
    padding: 10px 30px 9px !important;
    width: unset !important;
    height: unset !important;
       }
    .common_search_wrapper form input {
      margin-bottom: 10px;
      outline: none;
      background-color: #fff;
      width: 100%;
      border: 1px solid #e6edfb;
      color: #9dacc9;
      font-family: "BPG WEB 002 Caps";
      border-radius: 25px;
      padding: 13px 31px 10px;
      font-size: 14px; }
      .common_search_wrapper form input#datepicker3 {
        background-image: url("../images/input_calendar.png");
        background-repeat: no-repeat;
        background-position: 25px center;
        padding: 13px 52px 10px;
        height: 49px;
        /*&:focus{
        	background-image:unset !important;
        }*/ }

         .common_search_wrapper form input#datetimepicker3, .common_search_wrapper form input#datetimepicker3,.common_search_wrapper form input#datetimepicker3 {
        background-image: url("../images/input_calendar.png");
        background-repeat: no-repeat;
        background-position: 25px center;
        padding: 13px 52px 10px;
        height: 49px;
        /*&:focus{
        	background-image:unset !important;
        }*/ }


    blockquote {
            font-family: "Conv_bpg_rioni_arial";

    }

    .about_top_text li {

        font-family: "Conv_bpg_rioni_arial";
        font-size: 14px;
        color: #0f455d;

    }

      .about_top_text ul {

          padding-left:15px;
      }

    blockquote ul {

     padding-left:10px;
    }

    blockquote li {


    }

      .common_search_wrapper form input::placeholder {
        color: #9dacc9;
        font-family: "BPG WEB 002 Caps"; }
    .common_search_wrapper form select {
      margin-bottom: 10px;
      background-color: #fff;
      color: #9dacc9;
      border-radius: 25px;
      border: 1px solid #e6edfb;
      font-family: "Conv_bpg_algeti";
      flex: 0 0 100%;
      font-size: 14px;
      padding: 13px 26px 10px;
      -webkit-appearance: none;
      background-image: url("../images/select_arrow.png");
      background-position: 93% center;
      background-repeat: no-repeat; }

.vn_tabs_wrapper {
  padding: 30px; }
  .vn_tabs_wrapper .vn_tab_box_main_tittle {
    margin-top: 10px; }
    .vn_tabs_wrapper .vn_tab_box_main_tittle h3 a {
      color: #667583;
      font-family: "BPG WEB 002 Caps";
      font-size: 16px; }
  .vn_tabs_wrapper .vn_tab_box {
    margin-bottom: 20px; }
    .vn_tabs_wrapper .vn_tab_box.active .vn_box_top_variety {
      background-color: #d0d8eb !important; }
    .vn_tabs_wrapper .vn_tab_box.active .vn_tab_box_main_tittle a {
      color: #0ba4e4 !important; }
    .vn_tabs_wrapper .vn_tab_box .vn_box_top_info {
      display: flex;
      align-items: center; }
      .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses {
        display: flex;
        margin-left: 30px; }
        .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses .vn_date span {
          color: #579fd0;
          font-family: "Conv_bpg_rioni_arial";
          font-size: 12px; }
        .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses .vn_date:first-child {
          margin-right: 50px;
          position: relative; }
          .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses .vn_date:first-child:after {
            content: "";
            position: absolute;
            top: 14px;
            background-color: #dededf;
            width: 30px;
            height: 1px;
            left: calc(100% + 10px); }
      .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_variety {
        background-color: #f7fafb;
        padding: 7px 24px;
        display: flex;
        margin-right:10px;
        transition: all .4s; }
        .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_variety span {
          color: #3498db;
          transition: all .4s;
          font-size: 12px;
          font-family: "Conv_bpg_rioni_arial"; }

.vanacy_page_text_wrapper {
  padding-top: 20px; }
  .vanacy_page_text_wrapper ul {
    margin-bottom: 20px; }
    .vanacy_page_text_wrapper ul li, .vanacy_page_text_wrapper ol li {
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px;
      color: #0f455d;
      margin-bottom: 10px; }


      .vanacy_page_text_wrapper ul li span {
        font-weight: bold; }
  .vanacy_page_text_wrapper p, .vanacy_page_text_wrapper span {
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px;
    color: #0f455d; }

.registration_fluid .common_fluid_tittle {
  margin-bottom: 30px; }

#upload_input {
  position: relative;
  opacity: 0; }
  #upload_input ~ #input_value {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e6edfb;
    width: 100%;
    height: 50px;
    color: #d4ddee;
    padding: 11px 10px 10px 40px;
    font-family: "BPG WEB 002 Caps"; }
  #upload_input ~ #input_span {
    color: #fff;
    font-family: "BPG WEB 002 Caps";
    background: #3dbffc;
    border-radius: 25px;
    position: absolute;
    padding: 3px 22px 0px 64px;
    top: 3px;
    z-index: 1000;
    line-height: 40px;
    right: 4px;
    cursor: pointer;
    background-image: url(../images/upload.png);
    background-repeat: no-repeat;
    background-position: 21px center;
    font-size: 14px;
    background-size: 33px; }

.library_fluid .common_search_wrapper form {
  flex-direction: unset;
  justify-content: space-between; }
  .library_fluid .common_search_wrapper form input, .library_fluid .common_search_wrapper form select,
  .library_fluid .common_search_wrapper form div{
    flex: 0 0 29%;
    max-width:29%;}
    .library_fluid .common_search_wrapper form div input {

     width:100%;
     max-width:100%;
    }

.library_pdf_fluid {
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  padding: 20px; }
  .library_pdf_fluid .pdg_logo_box {
    flex: 0 0 150px;
    height: 170px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 35px; }
    .library_pdf_fluid .pdg_logo_box a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
      .library_pdf_fluid .pdg_logo_box a img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
  .library_pdf_fluid .pdf_info_wrapper {
    margin-left: 30px;
    flex-grow: 1; }
    .library_pdf_fluid .pdf_info_wrapper .pdf_tittle {
      margin-bottom: 20px; }
      .library_pdf_fluid .pdf_info_wrapper .pdf_tittle h4 {
        color: #33475b;
        font-family: "BPG WEB 002 Caps";
        font-size: 16px; }
    .library_pdf_fluid .pdf_info_wrapper .pdf_text p {
      color: #33475b;
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px; }

.pdf_row {
  margin-top: 30px; }

.library_fluid .pagination_row {
  padding: 20px 0 60px; }

.contact_map_fluid {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden; }
  .contact_map_fluid iframe {
    width: 100%;
    height: 100%; }

.contact_form_wrapper {
  padding: 30px 20px 10px 0px; }
  .contact_form_wrapper .contact_form_tittle {
    margin-bottom: 30px; }
    .contact_form_wrapper .contact_form_tittle span {
      color: #33475b;
      font-family: "BPG WEB 002 Caps";
      font-size: 22px; }
  .contact_form_wrapper form .form_button {
    display: flex;
    justify-content: flex-end; }
    .contact_form_wrapper form .form_button button {
      background-color: #0ba4e4;
      color: #d4ddee;
      font-family: "BPG WEB 002 Caps";
      border: none;
      outline: none;
      flex: 0 0 100%;
      max-width: 280px;
      padding: 17px 55px 14px;
      font-size: 12px;
      border-radius: 25px;
      cursor: pointer; }
  .contact_form_wrapper form input, .contact_form_wrapper form textarea {
    margin-bottom: 20px;
    outline: none;
    background-color: #fff;
    width: 100%;
    border: 1px solid #e6edfb;
    color: #d4ddee;
    font-family: "BPG WEB 002 Caps";
    border-radius: 25px;
    padding: 13px 31px 10px;
    font-size: 14px; }
    .contact_form_wrapper form input::placeholder, .contact_form_wrapper form textarea::placeholder {
      color: #d4ddee;
      font-family: "BPG WEB 002 Caps"; }
  .contact_form_wrapper form textarea {
    resize: none;
    height: 180px;
    margin-bottom: 15px; }
  .contact_form_wrapper form .form_top_inputs {
    display: flex;
    justify-content: space-between; }
    .contact_form_wrapper form .form_top_inputs input {
      flex: 0 0 48%; }

.contact_map_row {
  margin-bottom: 60px; }

.contact_social_row {
  margin-bottom: 45px; }

.society_up_img {
  max-width: 850px;
  margin: 0 auto 50px;
  width: 95%;
  height: 375px; }
  .society_up_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.society_text_wrapper {
  max-width: 1280px;
  margin: 0 auto 30px;
  width: 95%; }
  .society_text_wrapper .society_tittle {
    margin-bottom: 25px; }
    .society_text_wrapper .society_tittle h4 {
      font-family: "BPG WEB 002 Caps";
      font-weight: bold;
      font-size: 22px;
      color: #0f455d; }

      .nation_text li{

       list-style-type:none;
      }

      .navbar_list li, .search_options_wrapper li{
            list-style-type:none;
      }

  .society_text_wrapper .society_text {
    margin-bottom: 100px; }
    .society_text_wrapper .society_text p, .society_text_wrapper .society_text li, .society_text_wrapper .society_text span {
      font-family: "Conv_bpg_rioni_arial";
      font-size: 14px;
      color: #0f455d; }
    .society_text_wrapper .society_text ul {
      margin: 40px 0 30px; }
    .society_text_wrapper .society_text li {
      margin-left: 70px; }

.society_bottom_text {
  font-family: "Conv_bpg_rioni_arial";
  font-size: 14px;
  color: #0f455d;
  margin: 130px 0 100px; }

.organization_map_fluid {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden; }
  .organization_map_fluid .organization_tittle {
    background-color: #3ea4f8;
    text-align: center;
    padding: 20px 10px; }
    .organization_map_fluid .organization_tittle h3 {
      color: #fff;
      font-family: "BPG WEB 002 Caps";
      font-size: 16px; }
  .organization_map_fluid .organization_map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px; }

.organiation_map_content_wrapper {
  display: flex;
  align-items: center;
  padding: 0px 25px 35px 20px; }
  .organiation_map_content_wrapper .organization_location_img {
    flex: 0 0 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bfe2ff;
    border-radius: 10px;
    overflow: hidden; }
    .organiation_map_content_wrapper .organization_location_img img {
      width: 50%;
      height: 50%;
      object-fit: contain; }
  .organiation_map_content_wrapper .organization_info {
    margin-left: 20px; }
    .organiation_map_content_wrapper .organization_info p {
      font-family: "BPG WEB 002 Caps";
      color: #33475b;
      font-size: 14px;
      margin-bottom: 0;
      display: inline; }
    .organiation_map_content_wrapper .organization_info span {
      color: #3ea4f8;
      font-size: 14px;
      font-family: "BPG WEB 002 Caps";
      padding-left: 5px; }

.svg_map {
  fill: transparent;
  transition: all .4s;
  stroke: #3ea4f8; }
  .svg_map:hover {
    fill: #bfe2ff;
    cursor: pointer; }
      .svg_map.active {
        fill: #bfe2ff;}
.organization_map svg {
  width: 550px; }

.organization_chart_fluid {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  position: relative; }
  .organization_chart_fluid .organization_chart_tittle {
    background-color: #e3f2ff;
    text-align: center;
    padding: 20px 10px; }
    .organization_chart_fluid .organization_chart_tittle h3 {
      color: #3ea4f8;
      font-family: "BPG WEB 002 Caps";
      font-size: 16px; }

.years {
  float: right;
  background-color: transparent;
  border-bottom: 1px solid #a6aeb6; }
  .years:focus {
    background-color: transparent; }

.organization_chart {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px 50px 20px; }

.add_organization_tab a {
  background-color: #44c2fc;
  color: #fff;
  font-family: "BPG WEB 002 Caps";
  box-shadow: 1px 2px 2px 0px #000000c7;
  max-width: 560px;
  flex: 0 0 50%;
  padding: 16px 70px 14px;
  font-size: 14px;
  border-radius: 35px;
  cursor: pointer;
  display: block;
  text-align: center; }

.organization_pdf {
  max-width: 200px;
  margin-left: auto; }
  .organization_pdf a {
    font-size: 14px;
    font-family: "Conv_bpg_rioni_arial";
    color: #33475b;
    display: flex;
    align-items: center;
    text-align: right; }
    .organization_pdf a span {
      padding-right: 10px; }
    .organization_pdf a img {
      width: 40px;

      height: 40px;
      object-fit: contain; }

.organization_tab_row {
  padding: 40px 0 20px 0; }

.organization_main_content_row .common_search_wrapper form button {
  bottom: -35px;
  right: 4px; }
  .common_search_wrapper button {
    position: unset !important;
  }
  .common_search_wrapper button span {

    color: #fff;
     font-family: "Conv_bpg_rioni_arial";
  }
.filder_v {
  display: flex;
  justify-content: space-between;
}

.organization_vacancy {
    background-color: #f7fafb;
    padding: 7px 24px;
    margin-right: 10px;
    display: flex;
    transition: all .4s;
}

.organization_vacancy span {
  color: #3498db;
    transition: all .4s;
    font-size: 12px;
    font-family: "Conv_bpg_rioni_arial";
}


.nation_text ul li ul li {

  list-style-type: disc !important;
}

.nation_text ul li ul li {
list-style-type: decimal !important;

}



/*.organization_main_content_row .select:nth-child(5) {
  background-position: 76% center !important; }*/

  .filter_box a {
     font-family: "Conv_bpg_rioni_arial";
    border: none;
    background: #0ba4e4;
    padding: 10px 30px 9px;
    border-radius: 25px;
    bottom: -34px;
    right: 6px;
    z-index: 100;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

.organization_left_link_box {
  margin-top: 30px; }
  .organization_left_link_box div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: all .1s; }
    .organization_left_link_box div:not(:last-child) {
      margin-bottom: 10px; }
    .organization_left_link_box div:hover,.organization_left_link_box div.active {
      background-color: #44c2fc; }
    .organization_left_link_box div a {
      display: block;
      text-align: center;
      padding: 22px 10px 21px;
      color: #33475b;
      font-family: "BPG WEB 002 Caps"; }
    .organization_left_link_box div:hover a,.organization_left_link_box div.active a {
      color: #fff; }

      .vanacy_page_text_wrapper>ul li {
        list-style-type: none;
      }

      .vacancy_page_text_child ol, .vacancy_page_text_child ul {

      margin-left: 15px;
      margin-bottom: 0;
      }

      .vanacy_page_text_wrapper span {
        margin-left: 7px;
      }

.organization_main_content_row .cons_right_line {
  right: unset !important;
  left: 40px !important; }

/*.organization_main_content_row .cons_tittle h4 {
	padding: 23px 11px 19px 94px !important;

}*/
.organization_answer {
  display: flex;
  align-items: flex-start; }
  .organization_answer .nation_img_box {
    flex: 0 0 130px;
    height: 130px;
    border: 1px solid #f1f5fe;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .organization_answer .nation_img_box img {
      width: 80%;
      height: 80%;
      object-fit: contain; }

.nation_info_wrapper {
  margin-left: 20px; }
  .nation_info_wrapper .nation_text li, .nation_info_wrapper .nation_text p, .nation_info_wrapper .nation_text span {
    color: #33475b;
    font-family: "Conv_bpg_rioni_arial";
    font-size: 14px; }
  .nation_info_wrapper .nation_tabs {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0 20px; }
    .nation_info_wrapper .nation_tabs a {
      color: #0ba4e4;
      font-size: 14px;
      font-family: "BPG WEB 002 Caps"; }

.organization_scroll {
  visibility: hidden;
  opacity: 0; }

.organization_chart #myChart {
  widows: 100%; }

.organization_chart .months {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style: none;
  margin-top: 85px;
  padding-left: 20px; }

.organization_chart .months li {
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
  color: #b3b3b3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 1px 3px 0px;
  transition: all .4s; }

.organization_chart .months li.active {
  background-color: #3dbffc;
  color: #fff; }

  input[type=number] {
  -moz-appearance:textfield;
}

.resource_x_container {

   max-width: 1200px;
   width: 95%;
   margin: 0 auto;
   padding: 50px 0 40px;
}

.resource_x_content {

  margin-bottom: 30px;
  background: #fff;
  padding: 20px 15px 17px;
  border-radius: 30px;

}

.resource_x_content a {

  color: #33475b;
  font-family: "BPG WEB 002 Caps";
  font-size: 16px;
  display: inline-block;
  transition: all .4s;
  position: relative;
  z-index: 200;
}

.resource_x_links a:hover {
 color: #579fd0;
}


.chart_info {
  position: absolute;
  bottom: 110px;
  right: 20%;
  z-index: 10;
  min-width: 100px; }
  .chart_info div {
    background-color: #b3b3b3;
    text-align: center;
    padding: 1px 10px;
    color: #fff;
    font-family: "BPG WEB 002 Caps";
    min-height: 27px; }
    .chart_info div.chartinfo {
      border-bottom: 1px solid #fff; }
  .chart_info span {
    color: #fff;
    font-family: "BPG WEB 002 Caps";
    font-size: 12px; }
.consultation_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs input, .registration_form_fluid form .c_form_tabs_wrapper .c_form_top_tabs input {
  border-radius: 20px;
      border: 1px solid #e6edfb;
      padding: 10px 15px;

}

@media (max-width: 768px) {
  .mobile_hidden{
    display: none!important;
  }
  .library_fluid .common_search_wrapper form input, .library_fluid .common_search_wrapper form select, .library_fluid .common_search_wrapper form div {
    max-width: 100% !important;
    flex: 0 0 100% !important;

  }
  .vc_tabs_wrapper .vc_tab_box .vc_box_top_info {
    flex-direction: column;
  }
  .vc_box_top_info div {
    margin-bottom: 5px;
  }
  .book_box_tittle h3 a {
    font-size: 23px;
  }

}

@media (max-width: 1376px) {

    .navigation .navbar_list > ul > li > a {
      font-size: 13px;
    }

    .navigation .navbar_list > ul > li:not(:last-child) {
    margin-bottom: 5px;

}

.navigation .navbar_list {
    margin-top: 115px;
    height: 350px;
    overflow-y: scroll;
}

.header_search_box .search_bar {
    height: 71px;
}
.header_search_input {
    width: 305px;
}
.header_search_category {

    width: 200px;

}

.header_search_box .search_bar button {

    padding: 22px 31px;

}

}

@media (max-width: 1280px) {
  .news_main_slider_wrapper_parent {
    max-width: 720px; } }
@media (max-width: 992px) {
.blog_posts_wrapper .blog_post_img {
        flex: 0 0 175px;
    
}
#search_results {
 flex-direction:column;  
 align-items: flex-start;
}
#search_results>div {
 width:100%;
 flex: 0 0 100%;
 text-align:left;
 margin-bottom:10px;
    
}
  .resource_x_container {

    min-width: 95%;
    width: 95%;
   margin-left: unset;
    padding: 50px 0 40px;
}

  .vc_left_content_wrapper {
    display: none !important; }

  .home_slider_wrapper {
    overflow: hidden;
    display: block; }

  .home_main_fluid {
    height: unset; }

  .home_slider_wrapper .home_slider {
    width: 100%; }

  .home_slider_content_wrapper {
    width: unset; }

  .home_slider_content_wrapper .home_slider_content .home_slider_tittle h2 {
    font-size: 18px;
    text-align: center; }

  .home_slider_wrapper .home_slider .slider .for_slider {
    width: 290px;
    margin: 0 auto; }

  .home_slider_wrapper .home_slider .slider .slider-for img {
    height: 350px; }

  .slick-dotted.slick-slider {
    margin-bottom: 0px; }

  .slick-prev, .slick-next {
    width: 25px;
    height: 25px; }

  .slick-next {
    right: 10px; }

  .slick-prev {
    left: 10px; }

  .for_slider .slick-slide {
    height: 60px; }

  .about_info_tab .about_info_tab_quantity span {
    font-size: 35px; }

  .about_info_tab .about_info_tab_tittle span {
    font-size: 16px; }

  .about_info_tab {
    border-radius: 62px;
    padding: 28px 10px 28px;
    margin-bottom: 20px; }

  .about_section_fluid:after {
    top: 0; }

  .about_section_fluid {
    padding: 35px 0 10px; }

  .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_text {
    margin: 15px 0 20px; }

  .about_section_fluid .about_us_container .about_us_info_wrapper .about_us_tittle h2 {
    font-size: 25px; }

  .about_logo_wrapper {
    margin-top: 35px; }

  .language_box_wrapper {
    display: none !important; }

  .header {
    padding: 15px 10px; }

  .header .header_right_content .header_search_box {
    margin-right: 0px; }

  .navbar_toggler {
    flex: 0 0 35px; }

  .about_info_tab_row {
    margin-top: 30px; }

  .home_search_fluid form .organization_name_input input {
    padding: 13px 15px 10px;
    font-size: 13px; }

  .home_search_fluid .search_tittle h3 {
    font-size: 23px; }

  .home_search_fluid {
    padding: 30px 0 30px; }

  .home_search_fluid form {
    margin-top: 22px; }

  .home_search_fluid form .organization_select_box {
    margin-top: 10px; }

  .home_search_fluid form .organization_select_box select {
    flex: 0 0 100%;
    padding: 13px 26px 10px;
    margin-bottom: 10px;
    font-size: 12px; }

  #map {
    height: 370px; }

  .home_book_container .book_box_info {
    max-width: 100%; }

  .home_book_fluid {
    padding: 30px 0 30px; }

  .home_news_fluid .owl-nav {
    top: -48px; }

  .book_box_tittle h3 {
    font-size: 24px; }

  .home_book_container .book_box_info {
    margin-top: 20px; }

  .book_box_tittle {
    margin: 80px 15px 20px; }

  .home_news_fluid .home_news_tittle {
    margin-left: 20px;
    margin-bottom: 0; }

  .home_news_fluid .home_news_tittle h3 {
    font-size: 24px; }

  .home_book_container .col-12:first-child .book_box_tittle {
    margin: 5px 15px 20px; }

  .home_vacany_fluid .home_vacancy_tittle h2 {
    font-size: 24px; }

  .vc_tabs_wrapper {
    padding: 15px; }

  .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_variety {
    padding: 5px 10px; }

.vc_box_top_variety2 {

     padding: 5px 10px;
}

  .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses {
    margin-left: 15px; }

  .vc_tabs_wrapper .vc_tab_box .vc_box_top_info .vc_box_top_addresses .vc_date:first-child:after {
    width: 18px;
    left: calc(100% + 8px); }

  .home_vacany_fluid {
    padding: 25px 0 35px; }

  .vc_banner_box {
    margin-top: 15px; }

  footer .footer_navigation ul li {
    margin-left: 10px; }

  .home_vacany_fluid .home_vacancy_tittle {
    margin-bottom: 15px; }

  footer .footer_logo_box {
    margin-top: 15px; }

  .vc_tabs_wrapper .vc_tab_box_main_tittle h3 a {
    font-size: 14px; }

  footer .footer_logo_box .footer_logo {
    margin-bottom: 15px; }

  .footer_address_wrapper {
    margin: 25px 0; }

  .permision_row .col-12 div {
    text-align: center;
    margin-bottom: 15px; }

  .permision_row {
    padding: 8px 0 0; }

  .home_slider_wrapper .home_slider_content {
    padding: 15px 10px 30px; }

  .map_col {
    padding-left: 0;
    padding-right: 0; }

  footer .footer_logo_box .footer_logo {
    flex: 0 0 50%; }

  footer .footer_logo_box {
    flex-direction: unset;
    justify-content: space-between;
    flex-wrap: wrap; }

  .header_search_box {
    display: none; }

  .navbar_toggler {
    margin-left: 20px; }

  .header .header_logo_box .header_main_logo {
    margin-left: 10px; }

  .header .header_logo_box .header_euro_logo img, .header .header_logo_box .header_main_logo img {
    object-fit: contain; }

  .navigation {
    height: auto;
    padding-bottom: 20px;
    width: 100%; }

  .navigation .navbar_list > ul > li > a.active:before {
    width: 1000%; }

  .navigation .navbar_list {
    overflow-x: hidden;
    margin-left: 0;
    margin-top: 15px;
    height: 380px; }

  .navigation .navbar_list > ul > li:not(:last-child) {
    margin-bottom: 15px; }

  .language_box_wrapper.active {
    display: flex !important; }

  .responsive_search_box {
    display: block;
    margin-top: 80px; }

  .header_search_category {
    margin-left: 0px;
    margin-top: 10px;
    padding: 11px 0; }

  .header_search_category span:after {
    top: 15px;
    right: -50px; }

  .home_news_slider_wrapper {
    flex-direction: column; }

  .news_main_slider_wrapper_parent {
    padding-left: 0; }

  .about_top_info_fluid .about_top_info_tittle h2 {
    font-size: 22px; }

  .about_top_info_fluid {
    padding: 35px 0 30px; }

  .about_top_info_fluid .about_top_info_tittle {
    margin-bottom: -50px; }

  .news_main_slider_wrapper {
    margin-top: 40px; }

  .about_info_tab_fluid {
    padding: 10px 0; }

  .about_search_fluid .row .col-md-6:first-child {
    padding-right: 10px;
    padding-left: 10px; }

  .about_bottom_info_fluid {
    padding: 0px 0 30px; }

  .about_social_box_wrapper {
    padding: 0 10px; }
    .about_social_box_wrapper div {
      margin-bottom: 10px; }

  .about_bottom_info_fluid .container .row {
    margin-bottom: 20px; }

  .about_bottom_text_wrapper {
    margin-top: 10px; }

  .common_fluid_tittle h2 {
    font-size: 22px; }

  .blog_fluid {
    padding: 35px 0 30px; }

  .common_fluid_tittle {
    margin: 0 auto 35px; }

  .blog_posts_wrapper {
    flex-direction: column;
    align-items: center; }

  .popular_blog_fluid .popular_blog_tittle h3 {
    font-size: 18px; }

  .popular_posts_wrapper {
    padding: 10px 0; }

  .prev_blog_tittle, .next_blog_tittle {
    display: none; }

  .nd_blog_main_img {
    height: 190px; }

  .all_blog_link {
    margin: 0; }

  .blog_content_slider_wrapper {
    transform: unset; }

  .nd_blog_slider_fluid .owl_img_box {
    height: 320px; }

  .blog_slider_text_wrapper {
    margin: 0% auto 0; }

  .blog_content_slider_wrapper .home_news_fluid {
    padding: 60px 0 15px !important; }

  .blog_content_slider_wrapper .home_news_fluid .owl-nav {
    top: -85px; }

  .home_news_fluid .news_sider_box {
    padding: 10px 10px 20px 10px; }

  .home_news_fluid .news_sider_box .news_slider_img {
    height: 170px; }

  .blog_main_pagination_fluid {
    padding: 25px 0;
    position: unset; }

  .cso_footer_iframe {
    margin-top: 15px; }

  .cons_fluid .cons_wrapper .cons_tittle h4 {
    padding: 23px 50px 19px 15px !important; }

  .cons_fluid .cons_wrapper .cons_tittle h4:after {
    left: unset;
    right: 15px; }

  .consultation_form_fluid form .c_form_tabs_wrapper button, .registration_form_fluid form .c_form_tabs_wrapper button {
    margin: auto; }

  .cons_fluid .cons_wrapper .cons_tittle h4 {
    position: relative;
    z-index: 200; }

  .consultation_form_fluid form .c_form_tabs_wrapper input, .consultation_form_fluid form .c_form_tabs_wrapper textarea, .registration_form_fluid form .c_form_tabs_wrapper input, .registration_form_fluid form .c_form_tabs_wrapper textarea {
    padding: 13px 10px 11px 18px;
    font-size: 12px; }

  .contact_map_fluid {
    height: 270px; }

  .contact_form_wrapper form .form_top_inputs {
    flex-direction: column; }

  .contact_form_wrapper form input, .contact_form_wrapper form textarea {
    padding: 13px 31px 10px 14px;
    font-size: 12px;
    margin-bottom: 10px; }

  .contact_map_row {
    margin-bottom: 20px; }

  .contact_social_row {
    margin-bottom: 0px; }

  .contact_form_wrapper .contact_form_tittle {
    margin-bottom: 5px; }

  .declaration_container .declaration_top_tab_row .col-lg-6:last-child .declaration_tab {
    justify-content: flex-start;
    margin-top: 15px; }

  .declaration_content_fluid {
    padding: 40px 0 30px; }

  .declaration_container .consultation_text_wrapper {
    padding: 35px 0 10px; }

  .library_fluid .common_search_wrapper form {
    flex-direction: column !important; }

  .library_pdf_fluid {
    flex-direction: column; }

  .library_pdf_fluid .pdf_info_wrapper {
    margin-left: 0px;
    margin-top: 15px; }

  .library_pdf_fluid .pdg_logo_box {
    flex: 0 0 130px;
    height: 130px;
    width: 140px;
    padding: 20px; }

  .library_pdf_fluid .pdf_info_wrapper .pdf_tittle {
    margin-bottom: 10px; }

  .library_fluid .pagination_row {
    padding: 10px 0 15px; }

  .society_up_img {
    height: 190px; }

  .society_text_wrapper .society_text ul {
    margin: 10px 0 20px; }

  .society_text_wrapper .society_text li {
    margin-left: 40px; }

  .society_text_wrapper .society_text {
    margin-bottom: 15px; }

  .home_news_fluid {
    padding: 50px 0 0px; }

  .society_bottom_text {
    margin: 30px 0 30px; }

  .pagination_row {
    padding: 20px 0 15px; }

  .organization_pdf {
    margin-top: 20px; }

  .organization_map_fluid .organization_tittle h3 {
    font-size: 16px; }

  .organiation_map_content_wrapper {
    padding: 0px 15px 20px 10px; }

  .organization_map_fluid .organization_map {
    padding: 15px 7px 10px; }

  .organiation_map_content_wrapper .organization_location_img {
    flex: 0 0 45px;
    height: 45px; }

  .organiation_map_content_wrapper .organization_info {
    margin-left: 10px;
    line-height: 12px; }

  .organiation_map_content_wrapper .organization_info p, .organiation_map_content_wrapper .organization_info span {
    font-size: 12px; }

  .organization_chart_fluid .organization_chart_tittle h3 {
    font-size: 14px; }

  .organization_chart_fluid {
    margin-top: 20px; }

  .organization_chart {
    padding: 20px 20px 8px 0px; }

  .chart_info {
    bottom: 65px;
    right: 10%; }

  .organization_chart .months li {
    flex: 0 0 20px;
    height: 20px;
    font-size: 12px; }

  .add_organization_tab a {
    padding: 16px 20px 14px; }

  #upload_input ~ #input_span {
    padding: 3px 9px 0px 38px;
    background-position: 10px center;
    font-size: 10px;
    background-size: 20px; }

  .consultation_form_fluid form .c_form_tabs_wrapper div, .registration_form_fluid form .c_form_tabs_wrapper div {
    margin-bottom: 10px; }

  .consultation_form_fluid form .c_form_tabs_wrapper button, .registration_form_fluid form .c_form_tabs_wrapper button {
    font-size: 12px; }

  .common_search_wrapper form {
    padding-top: 0; }

  footer .footer_navigation ul li a:after {
    left: -17px; }

  .nation_info_wrapper .nation_tabs a {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px; } }
@media (max-width: 576px) {
  .home_book_container .book_box_info {
    flex-direction: column;
    align-items: center; }

    .responsive_search_box button {

  padding: 10px 15px;
  top: 137px;
  left: 205px;
}
.navigation .navbar_list {
  height: 250px;
}

  .home_book_container .book_box_info {
    padding: 15px 15px 0px 15px;
    margin-top: 15px;
    transition: all .4s; }

  .home_book_container .book_box_info .book_box_img {
    flex: 0 0 120px;
    width: 180px;
    height: 220px;
    position: unset; }

  .organization_main_content_row .select:nth-child(5) {
    background-position:92% center !important; }
    .vn_tabs_wrapper .vn_tab_box .vn_box_top_info {
      flex-direction: column;
    }
    .vn_tabs_wrapper .vn_tab_box .vn_box_top_info div {
      margin-bottom: 5px;
    }


  .organization_left_link_box div a, .cons_fluid .cons_wrapper .cons_tittle h4 {
    font-size: 14px; }

  .home_book_container .book_box_info .book_link a {
    visibility: visible !important;
    opacity: 1 !important; }

  .home_book_container .book_box_info .book_text_box .book_link {
    padding: 0px 0 20px; }

  .book_box_tittle {
    margin: 30px 15px 20px; }

  .home_slider_content_wrapper {
    width: 100%; }
    .home_slider_content_wrapper .slider-for {
      width: 300px; }

  .home_slider_wrapper .home_slider_text {
    margin-top: 10px; }

  .footer_right_content .footer_download_box a {
    max-width: unset; }

  .nd_blog_slider_fluid .owl_img_box {
    height: 180px; }

  .blog_slider_fluid .owl-nav button {
    width: 25px;
    height: 25px; }

  .blog_slider_fluid .owl-nav .owl-next {
    right: 10px; }

  .blog_slider_fluid .owl-nav .owl-prev {
    left: 10px; }

  .vn_tabs_wrapper {
    padding: 10px 0; }

  .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses {
    margin-left: 10px; }

  .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses .vn_date:first-child {
    margin-right: 28px; }

  .vn_tabs_wrapper .vn_tab_box .vn_box_top_info .vn_box_top_addresses .vn_date:first-child:after {
    width: 11px; }

  .vn_tabs_wrapper .vn_tab_box_main_tittle h3 a {
    font-size: 14px; }

  .organization_answer {
    flex-direction: column; }

  .nation_info_wrapper {
    margin-left: 0;
    margin-top: 10px; }

  .cons_fluid .cons_wrapper .cons_answer {
    padding: 11px 10px 10px; }

  .nation_info_wrapper .nation_text li, .nation_info_wrapper .nation_text p, .nation_info_wrapper .nation_text span {
    font-size: 12px; } }
.link{
  font-size:14px;
  color:#333;
  text-decoration: none;
  font-family: 'Conv_bpg_rioni_arial';
  padding-top:20px;
  display: block;
}
