body{
  background-image: url('../images/main-bg.jpg');
  background-repeat: repeat;
}
.full-height {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header.custom-bg{
  background-image: url('../images/header-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px 0;
}
.logo-wrap{
  display: flex;
  max-width: 300px;
  overflow: hidden;
  align-items: center;
}
.logo-wrap .logo{
  max-width: 150px;
}
.logo-wrap .logo img{
  max-width: 100%;
  height: auto;
}
.middle{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100% - 300px);
}
.middle h2{
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.languages{
  width: 100%;
}
.language-switcher{
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.language-switcher li{
  margin-right: 40px;
  font-size: 14px;
  /* text-decoration: underline; */
  font-weight: bold;
  position: relative;
  color: #fff;
}
.language-switcher li a{
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.language-switcher li a:hover{
  color: #000;
  text-decoration: none;
}
.language-switcher li span{
  color: #000;
  text-decoration: underline;
}
.language-switcher li.uz::before{
  content: '';
  display: inline-block;
  background-image: url('../images/uz.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 20px;
  position: absolute;
  left: -23px;
  top: 5px;
  background-size: cover;
}
.language-switcher li.en::before{
  content: '';
  display: inline-block;
  background-image: url('../images/en.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 20px;
  position: absolute;
  left: -23px;
  top: 5px;
  background-size: cover;
}
.language-switcher li.ru::before{
  content: '';
  display: inline-block;
  background-image: url('../images/ru.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 20px;
  position: absolute;
  left: -23px;
  top: 5px;
  background-size: cover;
}
#main-menu{
  background-color: #599c4b;
  padding: 0;
}
.main-navbar li a{
  color: #bee5b5;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 18px;
  font-weight: normal;
  height: 100%;
  display: inline-block;
  position: relative;
}
.main-navbar > li > a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 2px;
  background-image: url('../images/shape.png');
}
.main-navbar > li:last-child > a::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 2px;
  background-image: url('../images/shape.png');
}
.fa-15x{
  font-size: 19px;
}
.s-title{
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 25px;
  margin: 0;
  position: relative;
  /* min-height: 70px; */
}
.s-title::after{
  content: "";
  position: absolute;
  height: 8px;
  width: 240px;
  bottom: 0;
  left: 0;
  background-image: url('../images/title-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.list-item{
  padding: 10px 4px;
  border-bottom: 1px solid #e0deda;
}
.list-item p{
  font-size: 12px;
  margin: 0;
  color: #666;
}
.list-item a{
  font-size: 14px;
  color: #398abf;
  text-decoration: underline;
}
.light-bg {
  background-color: #fff;
}
.sect .container,
.light-wrapper .container
{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.service_wrapper {
  border: 1px solid #e5e5e5;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 10px;
}
.title-service {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title-service h3 {
  margin-bottom: 0;
}
.title-service h3 a {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  display: block;
  font-weight: 500;
  position: relative;
  font-family: 'Raleway', sans-serif;
}
.title-service i {
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 32px;
  color: #000000;
  position: absolute;
  top: 0px;
  right: 0;
}
.service_wrapper p {
  margin-bottom: 20px;
  font-family: Open Sans,sans-serif;
  font-size: 13px;
  color: #a6a6a6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service_wrapper a.btn {
  background: #404040;
  color: #ffffff;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#bottom-footer {
  background-color: #141414;
  padding: 25px 0;
  color: #acacac;
}
.copyright {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.copyright p {
  margin-bottom: 0;
}
.carousel-item{
  height: 350px;
}
.carousel {
  padding-top: 10px;
}
.custom-card i.fa{
  color: #398abf;
  font-size: 35px;
}
.g-title{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  min-height: 44px;
}
.dropdown-menu{
  top: 110%;
}
.dropdown-menu li{
  /* border-bottom: 1px solid #000; */
  transition: all 0.3s ease-out;
}
.dropdown-menu li:hover{
  background-color: #599c4b;
}
.dropdown-menu li:hover a{
  color: #fff;
  text-decoration: none;
}
.dropdown-menu li a{
  color: #000;
  padding: 7px 10px;
  width: 220px;
}
.management-wrap{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
}
.image-wrap{
  width: 300px;
}
.text-wrap{
  width: calc(100% - 300px);
}
.minh-60{
  min-height: 60px;
}
.index-links .card-body{
  min-height: 440px;
}
.index-blocks .card-body{
  min-height: 290px;
}
.carousel-item::after{
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  background: rgba(0, 0, 0, 0.2);
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: -1; */
}
.ov-h{
  overflow: hidden;
}
.media-images{
  max-width: 100%;
  max-height: 166px;
}