html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
}
:root {
  --blue: #1e90ff;
  --dark-blue: #086ad8;
  --white: #ffffff;
}

.container {
  width: 1170px;
  margin: auto;
}
.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}
.service_section,
.projects_section {
  background-color: #fbfbfb;
  color: #000000;
}
.service_section div,
.service_title {
  font-family: "BPG Mrgvlovani Caps 2010" !important;
}
.projects_title .service_section {
  box-shadow: -7px 21px 10px 0px rgba(0, 0, 0, 3%) inset;
}
.service_section .bg_item {
  margin-top: 25px;
}
.bg_item {
  background-image: url("../img/lines.png");
  background-size: 100%;
  padding: 50px 0;
}

.bg_item .row {
  padding: 100px 0 40px;
}
.service_info {
  padding-left: 20px;
}

.service_title {
  font-size: 30px;
  color: var(--blue);
  line-height: normal;
  margin-bottom: 30px;
}
.service_sub_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.sm_image {
  margin-left: -58px;
}
.sm_image,
.shape_img_one {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  display: block;
}
.img_ {
  width: 364px;
  height: 218px;
  margin: 90px 0;
}
.center_img {
  margin: 0 130px;
}
.service_right_side {
  position: relative;
}
.service_number {
  position: relative;
}
.number_img {
  position: absolute;
  right: 240px;
  top: -25px;
  z-index: 1;
}
.number_title {
  font-family: "ALK Katerina";
  font-size: 100px;
  color: var(--dark-blue);
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.ul_item {
  margin: 0.75em 0;
  padding: 0 2em;
  list-style: none;
  position: relative;
  z-index: 2;
  list-style-type: none !important;
}
.ul_item li {
  font-size: 20px;
  margin-bottom: 35px;
  padding-left: 6px;
  line-height: normal;
}
.ul_item li::before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -30px;
  top: 0.9em;
  position: relative;
}
.button_item {
  color: var(--dark-blue);
  border-radius: 5px;
  border: 1px solid var(--dark-blue);
  width: 212px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  transition: all 0.3s ease;
}
.projects_info .button_item {
  font-family: "BPG Mrgvlovani Caps 2010" !important;
}
.projects_info .projects_title {
  font-family: "BPG Nino Mtavruli bd";
}
.button_item:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}
.number_second_img {
  position: absolute;
  top: 15px;
  left: -50px;
  z-index: 1;
}
.shape_img_one {
  position: absolute;
  right: 115px;
  top: 125px;
}
.middle_img {
  width: 189px;
  height: 189px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 210px;
}
.projects_title {
  color: var(--dark-blue);
  font-family: "BPG Nino Mtavruli bd";
  font-size: 40px;
}
.projects_section .bg_item {
  padding-top: 0;
}
.projects_info {
  padding: 0px 40px 40px 20px;
}
.projects_title {
  width: 245px;
  line-height: normal;
  margin-bottom: 30px;
}
.project_img_one {
  width: 295px;
  height: 315px;
}
.project_gallery img {
  border-radius: 10px;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.project_gallery img:hover {
  scale: 1.1;
}
.project_img_two {
  width: 210px;
  height: 225px;
  top: 30px;
}
.project_img_one {
  margin-left: 170px;
}
.project_img_three {
  bottom: -100px;
  left: 70px;
}
.project_img_four,
.project_img_three,
.project_img_nine {
  width: 144px;
  height: 154px;
}
.project_img_four {
  right: -90px;
  bottom: -20px;
}
.project_img_five {
  right: -160px;
  top: -100px;
  width: 209px;
  height: 222px;
}
.project_img_six {
  width: 275px;
  height: 294px;
  margin-right: 150px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.project_img_seven {
  width: 230px;
  height: 246px;
  left: -80px;
  bottom: -10px;
  z-index: 2;
}
.project_img_eight {
  width: 193px;
  height: 205px;
  z-index: 1;
  top: 40px;
  right: 30px;
}
.project_img_nine {
  left: 110px;
  bottom: -100px;
  z-index: 3;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}
.col-5 {
  width: 480px;
}
.col-7 {
  width: 630px;
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}
.service_bottom_info {
  margin-top: 50px;
}
.mt-5 {
  margin-top: 50px;
}
mb-5 {
  margin-bottom: ;
}
