@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: muli;
  font-size: 12px;
  color: #262C33;
  overflow-x: hidden;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #262C33;
	text-decoration: none;
}

a:hover {
	color: #009F28;
	text-decoration: none;
}

.wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
	padding-bottom: 120px;
}

.footer {
	min-height: 60px;
	background: #1f1f25;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.pad0 {
	padding: 0px;
}

.pad01 {
	padding-left: 0px;
}

.pad10 {
	padding-right: 0px;
}

.mar0 {
	margin: 0px;
}

.carousel-indicators {
	z-index: 2;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border: none;
	border-radius: 6px;
	opacity: 1;
}

.carousel-indicators .active {
	background: #009f28;
}

.logo_complex {
	position: absolute;
	right: 3%;
	top: 5%;
}

.logo_funded {
	position: absolute;
	left: 3%;
	top: 5%;
}

.slogan {
	position: absolute;
	width: 100%;
	bottom: 15%;
	text-align: center;
	font-family: rubik;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	text-shadow: 2px 2px #262C33;
	border: none;
	padding: 0px;
	margin: 0px;
}

.arrow_down {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 6%;
	text-align: center;
	font-size: 100px;
	line-height: 50px;
	color: #ffffff;
	transform: rotate(90deg);
}

.arrow_down_link {
	cursor: pointer;
}

.header {
	width: 100%;
	min-height: 120px;
	background: #bfddff;
	box-shadow: 2px 2px 8px #bfddff;
}

.header_fixed {
	position: fixed;
	z-index: 5;
	display: none;
	width: 100%;
	min-height: 120px;
	background: #bfddff;
	box-shadow: 2px 2px 8px #bfddff;
}

.space60 {
	width: 1px;
	height: 60px;
}

.space120 {
	width: 1px;
	height: 120px;
	display: none;
}

.logo_menvipro {
	padding: 10px 0px;
}

.logo_funded_2 {
	padding: 25px 0px;
}

.mainmenu {
	font-family: rubik;
	font-size: 16px;
	color: #262C33;
	padding: 45px 0px 0px 0px;
}

.mainmenu a {
	display: inline-block;
	padding: 4px 12px;
	color: #262C33;
	text-decoration: none;
}

.mainmenu a:hover,
.mainmenu a:focus,
.mainmenu .active {
	color: #009F28 !important;
}

.bg-light {
	background: none !important;
}

.navbar {
	padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #262C33;
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #009F28;
}

.navbar-nav .nav-link {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.navbar-light .navbar-toggler {
	border-color: #009F28;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 159, 40, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 5px 0px;
  margin: 0px;
  font-size: 13px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #EDEEF0;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #009F28;
  text-decoration: none;
  background: none;
}

.lang {
	float: right;
	font-family: rubik;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
}

.lang_en a {
	display: block;
	color: #262C33;
	padding: 3px 0px 3px 24px;
	background: url(../images/flag_en.png) no-repeat left center;
	text-decoration: none;
}

.lang_ka a {
	display: block;
	color: #262C33;
	padding: 3px 0px 3px 24px;
	background: url(../images/flag_ka.png) no-repeat left center;
	text-decoration: none;
}

.lang_hy a {
	display: block;
	color: #262C33;
	padding: 3px 0px 3px 24px;
	background: url(../images/flag_hy.png) no-repeat left center;
	text-decoration: none;
}

.lang_en a:hover,
.lang_ka a:hover,
.lang_hy a:hover {
	color: #009F28;
}

h1, h2, h3 {
	font-family: rubikbold;
}

h4, h5, h6 {
	font-family: rubik;
}

h1 {
	font-size: 32px;
	color: #262C33;
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 10px 0px;
	margin: 20px 0px;
}

h2 {
	font-size: 32px;
	color: #262C33;
	padding: 60px 0px 20px 0px;
	text-align: center;
}

h3 {
	font-size: 32px;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-shadow: 2px 2px #262C33;
}

h5 {
	font-size: 24px;
	color: #262C33;
	padding: 0px 0px 20px 0px;
}

h6 {
	font-size: 24px;
	color: #262C33;
	padding: 0px 0px 5px 0px;
}

.text_block {
	padding: 0px 0px 20px 0px;
	font-size: 16px;
}

.read_more {
	text-align: center;
}

.read_more a {
	display: inline-block;
	font-size: 16px;
	padding: 6px 10%;
	background: #009f28;
	color: #ffffff;
	text-decoration: none;
}

.read_more a:hover {
	background: #0E6022;
}

.home_block_6 {
	width: 100%;
	height: 250px;
	cursor: pointer;
	margin: 60px 0px 0px 0px;
	filter: grayscale(100%);
	font-family: rubik;
	font-size: 36px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
	text-shadow: 2px 2px #262C33;
}

.home_block_6:hover {
	opacity: 0.8;
}

.city_block {
	height: 200px;
	cursor: pointer;
}

.city_bg {
	height: 200px;
	cursor: pointer;
	background: #009F28;
	opacity: 0.5;
	display: none;
}

.city_name {
	float: right;
	height: 27px;
	margin: -32px 5px 35px 0px;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
	font-family: mulibold;
	font-size: 16px;
	line-height: 16px;
	position: relative;
}

.link_city a {
	color: #262C33;
}

.partners {
	margin: 30px 0px 0px 0px;
	padding-bottom: 30px;
}

.meeting_item a {
	display: block;
	border: #d9d9d9 1px solid;
	color: #FFFFFF;
	background: #009F28;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	text-decoration: none;
	box-shadow: 5px 5px 10px #d9d9d9;
}

.meeting_item a:hover {
	background: #FFFFFF;
	color: #262C33;
}

.news_pic {
	height: 200px;
	margin: 0px 0px 10px 0px;
}

.news_date {
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	color: #666666;
}

.footer_logo_eu {
	text-align: right;
	padding: 10px 0px 0px 0px;
}

.facebook_footer {
	padding: 15px 0px 0px 0px;
}

.facebook_footer img {
	margin-right: 10px;
}

.linkm a {
	color: #009F28;
	text-decoration: none;
}

.linkm a:hover {
	color: #009F28;
	text-decoration: underline;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2%;
	width: 20px;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.carousel-control-next {
	left: auto;
	right: 2%;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	opacity: 0.7;
}

.center {
	text-align: center;
}

.meetings_block {
	padding: 20px;
	border: #d9d9d9 1px solid;
	border-left: #d9d9d9 3px solid;
	margin: 0px 0px 30px 0px;
	background: #ffffff;
}

.read_more_small {
	text-align: left;
}

.read_more_small a {
	display: inline-block;
	font-size: 16px;
	padding: 6px 5%;
	background: #009f28;
	color: #ffffff;
	text-decoration: none;
}

.read_more_small a:hover {
	background: #0E6022;
}

.news_block {
	padding: 20px;
	border: #d9d9d9 1px solid;
	border-top: #d9d9d9 3px solid;
	margin: 0px 0px 30px 0px;
	background: #ffffff;
}

.staff_pic img {
	max-width: 100%;
	height: auto;
	max-height: 150px;
}

.staff_pic_black {
	border: #000000 2px solid;
}

.staff_name {
	font-family: rubikbold;
	font-size: 16px;
	color: #333333;
	padding: 20px 0px 10px 0px;
}

.staff_position {
	font-family: mulibold;
	padding-bottom: 0px;
}

.photo_gallery_title {
	margin: 50px 0px 0px 0px;
}

.gallery_item {
	height: 258px;
	border: #d9d9d9 1px solid;
	margin: 0px 0px 30px 0px;
	padding: 3px;
	box-shadow: 2px 2px 8px;
}

.gallery_pic {
	height: 250px;
	cursor: pointer;
}

.inner_image {
	float: left;
	margin: 0px 15px 5px 0px;
	max-width: 50%;
}

.share {
	border-top: #d9d9d9 1px solid;
	padding: 20px 0px;
	margin: 0px;
}

.share_btn {
	float: left;
	margin-right: 2%;
}

.disclaimer {
	display: block;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.disclaimer_mob {
	display: none;
}

.ss_title {
	font-size: 24px;
	font-family: rubikbold;
	text-align: center;
	margin: -36px 0px 0px 0px;
}

.ss_title a {
	color: #ffffff;	
	text-decoration: none;
}
@font-face {
    font-family: muli;
    src: url('webfonts/Muli-Regular.woff2') format('woff2'),
        url('webfonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: rubikbold;
    src: url('webfonts/Rubik-Bold.woff2') format('woff2'),
        url('webfonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: mulibold;
    src: url('webfonts/Muli-Bold.woff2') format('woff2'),
        url('webfonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: rubik;
    src: url('webfonts/Rubik-Regular.woff2') format('woff2'),
        url('webfonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

