html {
  overflow-x: hidden !important;
}

body {
  font-family: "BPG Mrgvlovani Caps 2010";
  color: var(--dark-color);
  line-height: normal;
  overflow-x: hidden;
  font-size: 14px;
}
:root {
  --bg-color: #fbfbfb;
  --light-color: #4cbcb1;
  --white-color: #fff;
  --dark-color: #727272;

  --transition: all 0.3s ease;
}
.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}
header {
  padding: 30px 0 19px;
}
.logo_block {
  margin-right: 38px;
}
.nav_list li {
  margin-right: 33px;
  transition: var(--transition);
}
.nav_list li:hover {
  color: var(--light-color);
}
.sign_in_block a:first-child {
  border-right: 1px solid #000;
}
.hero_section {
  background-image: url("../img/cyber_1.png");
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 38px;
}
.main_title {
  font-size: 30px;
  font-family: "ALK Katerina";
  color: var(--white-color);
  padding-top: 125px;
  margin-bottom: 40px;
  width: 510px;
}
.btn_,
.more_info {
  background-color: var(--light-color);
  color: var(--white-color);
  font-size: 16px;

  transition: var(--transition);
  border: 1px solid var(--light-color);
}
.btn_:hover,
.more_info:hover {
  color: var(--light-color);
  border: 1px solid var(--light-color);
  background-color: transparent;
}
.btn_ {
  padding: 20px 38px;
  border-radius: 10px;
}
.more_info {
  padding: 10px 50px;
  border-radius: 5px;
}
.service_block {
  color: var(--white-color);
}
.service_img {
  width: 100%;
  height: 216px;
  border-radius: 10px;
}
.serv_txt {
  top: 80px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.serv_txt p {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer_ {
  border-top: 1px solid #bbbbbb;
  padding: 40px 0px 20px;
  color: #787878;
}
.footer_block {
  padding: 0 50px;
}
.header_ {
  background-image: url("../img/carefree-smart-girl-beige-shirt-posing-with-romantic-smile-working-with-computer.png");
  background-size: cover;
  background-position: center;
  padding: 34px 0;
  color: var(--white-color);
  height: 145px;
}
.header_ .navbar-toggler {
  background-color: var(--white-color);
}
.header_ .navbar-collapse {
  background-color: rgba(0, 0, 0, 85%);
  padding: 24px;
}
.header_ .sign_in_block a:first-child {
  border-color: #fff;
}
.gallery_section {
  padding: 50px 0;
}
.sub_title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
.nav_block {
  background-color: #f6f6f6;
  padding: 38px 30px;
}
.nav_ul li {
  margin-bottom: 30px;
  font-size: 16px;
  transition: var(--transition);
  color: #000;
}
.nav_ul li.active {
  color: var(--light-color);
}
.nav_ul li:last-child {
  margin-bottom: 0;
}
.nav_ul li:hover {
  color: var(--light-color);
}
.video_item {
  height: 186px;
  width: 100%;
}
.info_block {
  background-color: #f6f6f6;
  padding: 30px 30px 26px 30px;
}
.date_ {
  color: var(--dark-color);
  font-size: 12px;
  font-family: "BPG Nino Mtavruli bd";
  margin-bottom: 25px;
}
.info_txt {
  font-family: "BPG Mrgvlovani";
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
}
.play_btn {
  width: 57px;
  height: 57px;
  cursor: pointer;
}
.link_ {
  color: var(--light-color) !important;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.link_:hover {
  text-shadow: #4cbcb1 1px 0 10px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: #848484 !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  color: #000 !important;
}
.pagination a i {
  color: var(--light-color);
}
.footer_bg,
.video_describtion {
  background-color: #f6f6f6;
}
.video_ {
  width: 100%;
  height: 437px;
}
.video_describtion {
  padding: 30px 40px;
}
.title_ {
  color: var(--light-color);
  font-size: 16px;
  font-family: "BPG Mrgvlovani";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.txt_block {
  font-size: 12px;
  font-family: "BPG Mrgvlovani";
  margin-bottom: 40px;
}
.txt_block p {
  margin-bottom: 20px;
}
.back_ {
  color: #a4a4a4;
  transition: var(--transition);
}
.back_:hover {
  padding-right: 20px;
  transform: translateX(-10px);
}
.back_ i {
  color: var(--light-color);
  margin-right: 10px;
}
.share_ {
  color: #a4a4a4;
  font-family: "BPG Mrgvlovani";
  font-size: 12px;
}
.soc_list li {
  transition: var(--transition);
  font-size: 16px;
  margin-right: 20px;
}
.soc_list li:last-child {
  margin-right: 0;
}
.soc_list li:hover {
  color: #2eb3c9;
}
