body{
    font-family: "Roboto", serif;
}
.fixed_call_link{
    position: fixed;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px #ccc;
    background: #fff;
    right: 40px;
    z-index: 9999;
}
a {
  color: #000;
}

a:hover {
  color: #000;
}
.fixed_call_link img{
    width: 70%;
    object-fit: contain;
}
.flex {
  display: flex !important;
}

/* header start */
/* search */
.navbar_search_form{
    position: absolute;
    /*top: 90px;*/
    z-index: 99;
    padding: 10px 0;
    left: 0;
    background: #000;
    width: 100%;
    display: none;
}
.navbar_search_form form,.hamburger_search form{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.navbar_search_form form .nav_search{
    width: 80%;
}
.navbar_search_form form input, .hamburger_search form input{
    width: 100%;
    padding: 0 30px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    border: none;
    outline: none;
}
.navbar_search_form form button,.hamburger_search form button{
    height: 40px;
    border: none;
    outline: none;
    width: 10%;
    background: #f7a500;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.23;
}
.hamburger_search form input{
    box-shadow: 0 0 4px #ececec;
}
.hamburger_search form button{
    font-size: 14px;
    width: 70px;
}
.nav_search_hamburger{
    width: calc(80% - 70px);
}

/* search end */
header {
  background: transparent;
  position: fixed;
  transition: .3s;
  width: 100%;
  z-index: 9999;
}
header.active{
background-color:rgba(255, 255, 255, 0.7);
box-shadow: 0 0 5px #ececec;
  backdrop-filter: blur(12px) brightness(1.23) contrast(109%) hue-rotate(1deg);
}

.nav {
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}

.logo {
  max-width: 170px;
}

.logo img {
  width: 100%;
}

.nav_left_side {
  gap: 40px;
  align-items: center;
}

.main_navbar {
  gap: 20px;
}

.main_navbar li a {
  font-size: 17px;
}

.nav_right_side {
  align-items: center;
  gap: 20px;
}

.nav_right_side ul {
  gap: 10px;
}

.nav_right_side ul li a {
  padding: 5px 12px;
  background: #e0e0e0;
  border-radius: 4px;
}

.nav_search button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #383838;
  background: #383838;
  color: #fff;
}
.main_navbar li a{
  padding: 10px 0;
}
.desk_dropdown{
  position: relative;
}
.desk_dropdown ul{
  position: absolute;
  z-index: 2;
  top: 30px;
  visibility: hidden;
  overflow: hidden;
  left: -100px;
  transition: .3s;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #acacac;
}
.desk_dropdown:hover ul{
  opacity: 1;
  visibility: visible;
  left: -20px;
}
.desk_dropdown ul li a{
  padding: 10px 20px;
  transition: .2s;
  display: block;
  white-space: nowrap;
}
.desk_dropdown ul li a:hover{
  background: #ffb600;
  color: #fff;
}


.hamburger_icon,
.hamburger_logo,
.hamburger_bottom,
.ham_accor,
.hamburder_lang,.hamburger_search{
  display: none;
}
.hamburger_icon img{
  width: 28px;
}

@media only screen and (max-width: 1200px) {
  .main_navbar li a {
    font-size: 15px;
  }

  .nav_right_side ul li a {
    padding: 4px 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1050px) {
  .logo {
    max-width: 130px;
  }
}

@media only screen and (max-width: 992px) {
  .desk_dropdown {
    display: none;
  }

  .hamburger_icon,
  .hamburger_bottom,
  .hamburder_lang,
  .hamburger_search{
    display: block;
  }

  .hamburger_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .ham_close img{
    width: 32px !important;
  }
  .ham_accor {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ham_accor ul {
    padding: 0 0 0 10px;
    gap: 7px;
    display: none;
  }

  .ham_accor ul li {
    padding: 10px 0 0;
  }

  .hamburger_logo img {
    width: 100px;
  }

  .nav_search {
    display: none !important;
  }

  .main_navbar {
    position: fixed;
    padding: 20px 20px;
    min-width: 300px;
    width: 350px;
    background: #fff;
    box-shadow: 0 0 15px #979daa;
    border-radius: 10px;
    flex-direction: column;
    top: 20px;
    right: -200%;
    height: 90vh;
    overflow-y: auto;
    z-index: 99;
    transition: .3s;
  }

  .main_navbar.active {
    right: 0;
  }

  .hamburger_bottom {
    padding: 20px 0 0;
  }

  .hamburger_soc {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
  }

  .hamburger_bottom_content ul {
    padding: 20px 0;
    display: none;
    gap: 10px;
  }

  .hamburger_bottom_content ul li a,
  .hamburger_bottom_content ul li span {
    padding: 5px 12px;
    background: #e0e0e0;
    border-radius: 4px;
  }

  .hamburger_bottom_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 30px;
  }

  .hamburger_bottom_contact button,
  .hamburger_bottom_contact a {
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    background: #FFB600;
    font-size: 17px !important;
    border: 1px solid #FFB600;
    outline: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 400px){
    .main_navbar{
        min-width: 200px;
        width: 80%;
    }
    .fixed_call_link {
        bottom: 20px !important;
        width: 53px !important;
        height: 53px !important;
    }
}
@media only screen and (max-width: 350px){
    .logo{
        max-width: 120px;
    }
}
/* header end */
/* main */
/* main slider */
.main_swi {
    padding: 100px 0 0;
}
.main_slider {
  position: relative;
  overflow: visible;
}

.main_slider .swiper-slide {
  height: 420px;
}

.main_swi::before {
  content: "";
  background-position: left 200px top 100px;
  background-size: 220px 220px, 220px 220px, 22px 22px, 22px 22px;
  background-image: linear-gradient(#fdf1eb 2px, transparent 2px),
    linear-gradient(90deg, #fdf1eb 2px, transparent 2px),
    linear-gradient(rgba(253, 241, 235, 0.9) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253, 241, 235, 0.9) 1px, transparent 1px);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.main_swi .swiper-wrapper {
  align-items: flex-end;
}

.main_swi_content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 20px 0 100px;
}

.main_swi_content h4 {
  font-size: 29px;
  text-align: center;
  font-weight: 500;
}

.main_swi_content h3 {
  font-size: 52px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-align: center;
  color: #FFB600;
}

.main_swi_content p {
  font-size: 19px;
  max-width: 700px;
  text-align: center;
  line-height: 1.23;
  font-weight: 500;
}

.main_swi_buttons {
  align-items: center;
  gap: 15px;
}

.main_swi_buttons a,
.main_swi_buttons button {
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  background: #FFB600;
  font-size: 17px;
  border: 1px solid #FFB600;
  outline: none;
  cursor: pointer;
}

.main_swi_buttons a:nth-child(2) {
  background: transparent;
  color: #D69F15;
}

.main_pagination {
  display: flex;
  gap: 10px;
  background: #e5e5e5;
  padding: 10px;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.main_swi_pagination_button {
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  background: white;
  transition: background 0.3s, color 0.3s;
}

.main_swi_pagination_button.active {
  background: #f7a500;
  color: white;
}

.main_swi_left_img {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 380px;
  bottom: 0;
}

.main_swi_right_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 210px;
  z-index: 1;
}


@media only screen and (max-width:1050px) {
  .main_swi_left_img {
    width: 200px;
  }

  .main_swi_content h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width:845px) {
  .main_swi_content h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width:768px) {
  .main_swi_content h3 {
    font-size: 32px;
  }
  .main_pagination{
    justify-content: flex-start;
  }
  .main_swi_content p {
    font-size: 16px;
    max-width: 400px;
  }

  .main_pagination {
    overflow-x: auto;
    width: 100%;
  }

  .main_swi_pagination_button {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 571px) {
  .main_swi_right_img {
    display: none;
  }
}

@media only screen and (max-width: 421px) {
  .main_swi_right_img {
    display: none;
  }

  .main_swi_buttons {
    flex-direction: column;
    width: 100%;
  }

  .main_swi_buttons a,
  .main_swi_buttons button {
    width: 100%;
    text-align: center;
  }

  .main_swi_buttons button {
    background: #FFB600;
    color: #fff;
    border-color: #FFB600;
  }

  .main_swi_content h4 {
    font-size: 24px;
  }

  .main_swi_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* main slider end */
/* advantages_section */
.advantages_left_side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.advantages_left_side h5 {
  font-size: 36px;
  font-weight: 600;
}

.advantages_left_side p {
  line-height: 1.25;
}

.advantages_left_side a {
  padding: 10px 35px;
  background: #FFB600;
  width: fit-content;
  border-radius: 5px;
}

.advantages_left_side h5 span {
  color: #D69F15;
}

.advantages_section {
  background: linear-gradient(140deg, rgba(26, 26, 26, 1) 15%, rgba(57, 57, 57, 1) 92%);
  padding: 50px 0;
}

.advantages_section_row {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 50px;
}

.advantages_left_side {
  flex: 0 0 35%;
}

.advantages_right_side {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 1.4fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.advantages_card {
  background: #dde5ec;
  border-radius: 8px;
  position: relative;
}

.advantages_card_shield {
  grid-area: 1 / 1 / 2 / 3;
  padding: 20px;
}

.advantages_card_shield_content {
  max-width: 60%;
}

.advantages_card_shield_content h5 {
  font-size: 24px;
  width: 100%;
  font-weight: 500;
}

.advantages_card_shield_content p {
  font-size: 14px;
  padding: 10px 0 0;
  line-height: 1.22;
}

.advantages_card_shield_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}

.advantages_card_projects {
  padding: 18px 10px;
  overflow: hidden;
}

.advantages_card_projects_content {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  overflow: hidden;
}

.advantages_card_projects_content h5 {
  font-size: 20px;
  font-weight: 600;
}

.advantages_card_projects_arrow {
  /* float: right; */
  margin: 0px 0px 0 90px;
  width: 65px;
  transform: rotate(190deg);
}

.advantages_card_projects_content_number {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.advantages_card_projects_content_number_content {
  position: relative;
}

.advantages_card_projects_content_number_content img {
  position: relative;
  width: 100px;
}

.advantages_card_projects_content_number span {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.7px;
}

.advantages_card_rocked {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100px;
}

.advantages_card_experience .advantages_card_projects_content h5 {
  font-size: 25px;
}

.advantages_card_experience .advantages_card_projects_content_number {
  right: 10px;
  left: inherit;
  display: flex;
  flex-direction: column;
}

.advantages_card_experience .advantages_card_projects_arrow {
  transform: rotate(-70deg);
  margin: 20px 0 0 10px;
  width: 90px;
}

.advantages_card_experience .advantages_card_projects_content_number span {
  font-size: 25px;
  top: inherit;
  bottom: inherit;
  /* padding: 0 0 30px; */
  display: block;
  right: inherit;
  left: inherit;
  transform: inherit;
  position: relative;
}

.advantages_card_experience .advantages_card_rocked {
  top: 10px;
  right: -20px;
  width: 80px;
}

.advantages_card_security {
  height: 100%;
  grid-area: 1 / 3 / 3 / 4;
  padding: 15px;
}

.advantages_card_security h5 {
  font-weight: 600;
}

.advantages_card_security .advantages_card_shield_content {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.advantages_card_security p {
  padding: 0;
  line-height: 1.28;
}

.advantages_card_security a {
  text-decoration: underline;
  font-size: 17px;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 1200px){
  .advantages_section_row{
    gap: 30px;
  }
  .advantages_card_shield_content p{
    font-size: 13px;
  }
  .advantages_left_side {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1092px){
  .advantages_card_shield_content p{
    font-size: 12px;
  }
  .advantages_card_shield_img{
    width: 120px;
  }
  .advantages_card_experience .advantages_card_projects_arrow{
    transform: rotate(310deg);
    margin: 30px 0 0 -18px;
    width: 75px;
  }
}
@media only screen and (max-width: 992px){
  .advantages_left_side h5{
    font-size: 30px;
  }
  .advantages_section_row{
    flex-direction: column;
  }
  .advantages_card_shield_content p{
    font-size: 12px;
  }
  .advantages_card_shield_img{
    width: 120px;
  }
  .advantages_card_experience .advantages_card_projects_arrow{
    transform: rotate(-70deg);
    margin: 20px 0 0 10px;
    width: 90px;
  }
}
@media only screen and (max-width: 680px){
  .advantages_card{
    overflow: hidden;
  }
  .advantages_right_side{
    display: flex;
    flex-direction: column;
  }
  .advantages_card_projects_arrow{
    display: none;
  }
  .advantages_card_projects{
    min-height: 150px;
    overflow: hidden;
  }
  .advantages_card_security .advantages_card_shield_content img{
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 370px){
  .advantages_card_shield_img{
    right: -40px;
  }
}
/* advantages section end */
/* advantages section end */
/* services section */
.inner_section_head{
    flex-direction: column;
    align-items: flex-start !important;
}
.section_head {
  padding: 0 0 40px;
}
.section_head,
.section_head a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.section_head a {
  gap: 10px;
  transition: 0.3s;
  color: #000;
}
.section_head h3 {
  font-size: 32px;
  font-weight: 500;
}
.section_head a:hover {
  opacity: 0.7;
}
.section_head a i {
  transition: 0.3s;
}
.section_head a:hover i {
  transform: translateX(5px);
}
.servies_sections {
  padding: 60px 0;
}
.services_col p{
    line-height: 1.24;
}
.services_col ul{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.services_col ul li{
    line-height: 1.24;
}
.services_col ul li::before {
    content: "✔️";
    margin-right: 8px;
}
.servies_section_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.servies_section_card {
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  max-height: 580px;
  overflow: hidden;
}
.servies_section_card:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.servies_section_card:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  max-height: 282px;
}
.servies_section_card:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  max-height: 282px;
}
.servies_section_card:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
}
.servies_section_card_inner{
    grid-area: inherit !important;
}
.servies_section_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.servies_section_card_img {
  height: 100%;
}
.servies_section_card img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
  z-index: 2;
}
.servies_section_card:hover img {
  transform: scale(1.12);
}
.servies_section_card:hover .world_toru_card_info{
    transform: translateX(300%);
}
.servies_section_card_desc,
.world_toru_card_info {
  position: absolute;
  padding: 0 30px 35px;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  transition: .3s;
  bottom: -600px;
  transition: 0.3s;
}
.servies_section_card:hover .servies_section_card_desc {
  bottom: 0;
}
.servies_section_card_desc h1,.servies_section_card_desc h2,.servies_section_card_desc h4 {
  font-size: 32px;
  font-weight: 500;
}
.servies_section_card_desc p {
  font-size: 15px;
  line-height: 1.3;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.world_toru_card_info {
  padding: 10px 25px;
  background: #fff;
  top: 20px;
  bottom: inherit;
  left: inherit;
  font-size: 16px;
  font-weight: 500;
  right: 20px;
  border-radius: 7px;
  color: #000;
}
.servies_section_card_desc_price,
.servies_section_card_desc_price_all {
  gap: 5px;
  font-size: 16px;
}
.servies_section_card_desc_price_all {
  gap: 10px;
}

@media only screen and (max-width: 992px) {
  .servies_section_cards {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: inherit;
  }
  .servies_section_card {
    grid-area: inherit !important;
    max-height: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .servies_section_cards {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: initial;
  }
  .servies_section_card {
    grid-area: inherit !important;
    height: 280px;
  }
}

/* services section end */
/* product section */
.product_section {
  padding: 60px 0;
}
.product_section .section_head {
  padding: 0 0 20px;
}
.product_swiper {
  padding: 10px 20px;
}
.product_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  box-shadow: 0 0 5px #dcdcdc;
  padding: 14px;
}
.product_card_img {
  position: relative;
  border-radius: 10px;
  /*padding: 30px;*/
  overflow: hidden;
  text-align: center;
  background: #d6d6d6;
}
.product_card_img_shape_1{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
    background: #ffb600;
    width: 150px;
    height: 150px;
    z-index: 1;
    border-radius: 50%;
}
.product_card_img_shape_2{
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    transform: translate(37%, 9%);
    background: #383838;
    width: 128px;
    height: 130px;
    border-radius: 50%;
}

.product_card_img span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.product_card_img img {
  width: 80%;
  height: 276px;
  /*height: 100%;*/
  position: relative;
  z-index: 2;
  transition: .3s;
  object-fit: contain;
}
.product_card_img_icon_1{
    width: 70px !important;
    z-index: 1;
    object-fit: contain;
    position: absolute !important;
    height: fit-content !important;
    bottom: 0;
    left: 10px;
}
.product_card_img_icon_2{
    width: 30px !important;
    z-index: 1;
    object-fit: contain;
    position: absolute !important;
    height: fit-content !important;
    top: 10px;
    right: 10px;
}

.product_card:hover .product_card_img img{
    transform: scale(1.15);
}
.product_card_text p {
  color: #535050;
  font-size: 16px;
}
.product_card_text h5 {
  font-size: 23px;
  margin: 12px 0;
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.product_card_text p:last-of-type {
  font-size: 16px;
  width: 100%;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  line-height: 1.23;
}
.product_card_text button {
  cursor: pointer;
  border: 1px solid #ffb600;
  background: #ffb600;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
  width: 100%;
  font-size: 16px;
}
/* prodcut section end */
/* projects_section */
.prejects_section {
  padding: 40px 0;
}
.projects_swiper {
  padding: 10px 0;
}
.projects_card {
  background: #f1f3f6;
  padding: 5px;
  border-radius: 25px;
  display: block;
  color: #000;
  overflow: hidden;
  /* box-shadow: 0 0 10px #aaaaaa; */
}
.project_card_img {
  height: 300px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.project_card_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.project_card_img img.project_img_1 {
  z-index: 1;
}
.project_card_text {
  padding: 20px 10px;
}
.project_card_text h5 {
  font-size: 22px;
  font-weight: 500;
  min-height: 44px;
  width: 90%;
}
.project_card_text p {
  font-size: 15px;
  color: #3f3f3f;
  margin: 12px 0;
  line-height: 1.23;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/* projects_section end */
/* blog section */

.guides_head {
  line-height: 1.24;
}
.guides_head span {
  color: #979daa;
  font-size: 19px;
  font-weight: 500;
}
.guides_head h4 {
  font-size: 32px;
  max-width: 500px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #072233;
}
.guides_head p {
  color: #6f7580;
  max-width: 700px;
  font-size: 17px;
  text-align: center;
}
.guides_head a {
  padding: 15px 20px;
  color: #fff;
  background: #072233;
  border-radius: 10px;
  display: block;
  margin: 10px 0 0;
}
.guides_head a:hover {
  transform: translateY(-10px);
}

.guide_swiper .swiper{
  padding: 30px 14px;
  position: relative;
}
.guide_card {
  box-shadow: 0px 12px 28px -2px rgba(0, 0, 0, 0.1),
    0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  display: inline-flex;
}
.guide_img {
  height: 270px;
  overflow: hidden;
}
.guide_img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide_card:hover img {
  transform: scale(1.1);
}
.guide_content span {
  color: #1b7806;
}
.guide_card_text{
  padding: 0 20px 20px 20px;
}
.guide_content h5 {
  color: #404245;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  max-height: 56px;
  font-weight: 700;
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide_content p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #6f7580;
  display: -webkit-box;
  max-height: 72px;
  font-size: 17px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guideSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  background-color: #f9f9f9;
}

.beledci_all_content {
  /* max-width: 50%; */
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: space-between;
}
.content{
  flex: 0 0 55%;
}

.title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
}


.subtitle {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #333;
}

.description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #555;
}

.button {
  padding: 0.75rem 1.5rem;
  background-color: #ff6347;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #e5533c;
}

.imageContainer {
  max-width: 45%;
}

.image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
}

/* blog section end */
/* partners section */
.partners_section .sec_head h5 {
  font-size: 32px;
  text-align: center;
  padding: 0 0 30px;
  font-weight: 500;
}
.partners_section {
  padding: 60px 0;
}
.partners_card {
  padding: 10px 20px;
  background: #eee;
  border-radius: 14px;
}
.partners_card img {
  width: 100%;
  object-fit: contain;
  height: 80px;
}

/* partners section end */
/* call to action */
.main_call_to_form {
  padding: 0;
}

.call_to_action_main {
  background: linear-gradient(90deg, #dde5ec, #dde5ec);
  padding: 35px 40px;
  border-radius: 30px;
}

.call_to_action_main_info {
  flex-direction: column;
}

.call_to_main_row {
  display: grid;
  grid-template-columns: 1fr repeat(2, 2fr) 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.small_call_to_form.main_form label {
  border-radius: 4px;
  display: block;
  min-width: inherit;
}

.select_box_main {
  background: #fff;
  border-radius: 4px;
  position: relative;
  height: 53px;
  padding: 0 15px;
}

.call_to_action_main_info p {
  line-height: 1.4;
}

.main_call_input:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.main_call_input:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}

.main_call_input:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.main_call_input:nth-child(4) {
  grid-area: 2 / 2 / 3 / 5;
}

.main_call_input:nth-child(5) {
  grid-area: 3 / 1 / 4 / 5;
}

.main_call_input:nth-child(6) {
  grid-area: 4 / 1 / 5 / 5;
}

.select_box_main {
  cursor: pointer;
}

.select_box_main span {
  height: 100%;
}

.main_call_select_box_all {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  display: none;
  z-index: 3;
}

.main_call_select_box_list {
  flex-direction: column;
  box-shadow: 0 7px 5px #d4d4dd;
  background: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.main_call_select_box_list li {
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 1px;
}

.main_call_select_box_list li:hover {
  background: #ececf1;
}
/* call to action */
.main_call_to_form {
  padding: 0;
}

.call_to_action_main {
  background: linear-gradient(90deg, #dde5ec, #dde5ec);
  padding: 35px 40px;
  border-radius: 30px;
}

.call_to_action_main_info {
  flex-direction: column;
}

.call_to_main_row {
  display: grid;
  grid-template-columns: 1fr repeat(2, 2fr) 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.small_call_to_form.main_form label {
  border-radius: 4px;
  display: block;
  min-width: inherit;
}

.select_box_main {
  background: #fff;
  border-radius: 4px;
  position: relative;
  height: 53px;
  padding: 0 15px;
}

.call_to_action_main_info h5 {
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 30px;
}

.call_to_action_main_info p {
  line-height: 1.4;
}

.main_call_input:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.main_call_input:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}

.main_call_input:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.main_call_input:nth-child(4) {
  grid-area: 2 / 2 / 3 / 5;
}

.main_call_input:nth-child(5) {
  grid-area: 3 / 1 / 4 / 5;
}

.main_call_input:nth-child(6) {
  grid-area: 4 / 1 / 5 / 5;
}

.select_box_main {
  cursor: pointer;
}

.select_box_main span {
  height: 100%;
}

.main_call_select_box_all {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  display: none;
  z-index: 3;
}

.main_call_select_box_list {
  flex-direction: column;
  box-shadow: 0 7px 5px #d4d4dd;
  background: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.main_call_select_box_list li {
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 1px;
}

.main_call_select_box_list li:hover {
  background: #ececf1;
}

/* call to action */
/* section 4 */
.section_4 {
  background: #dde5ec;
  padding: 30px 40px;
  border-radius: 10px;
}

.section_head_4 h4 {
  font-size: 22px;
  font-weight: 600;
}

.small_call_to_form {
  /* padding: 30px 0 0; */
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.small_call_to_form label {
  position: relative;
  border-radius: 10px;
  height: 53px;
  flex: 1 0 30%;
  background: #fff;
  display: flex;
  align-items: center;
  min-width: 270px;
}

.small_call_to_form button {
  flex: 1 0 30%;
  border-radius: 10px;
  height: 53px;
  padding: 0 15px;
  border: 1px solid transparent;
  outline: none;
  font-size: 17px;
  background: #263238;
  transition: 0.3s;
  color: #fff;
  overflow: hidden;
}

.small_call_to_form button:hover {
  background: transparent;
  border-color: #263238;
  color: #263238;
}

.small_call_to_form button i {
  transition: 0.8s transform;
}

.small_call_to_form button i.active {
  transform: translate(200px, -200px);
}

.small_call_to_form label span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 16px;
}

.small_call_to_form input {
  background: transparent;
  outline: none;
  padding: 0 15px;
  border: none;
  width: 100%;
}

.small_call_to_form label input:focus + span,
.small_call_to_form label input:valid + span {
  transform: translateY(0);
  top: 3px;
  font-size: 11px;
}
@media only screen and (max-width: 460px){
  .call_to_main_row{
    display: flex;
    flex-direction: column;
  }
  .small_call_to_form input,.small_call_to_form button{
    display: block;
    height: 53px;
    min-height: 53px;
  }
}
@media only screen and (max-width: 400px) {
  .section_4 {
    padding: 20px;
  }

  .small_call_to_form label {
    min-width: 100%;
  }
}

/* section 4 end */
/* main end */
.footer {
  background-color: #fefefe;
  padding: 40px 0 0;
  border-top: 1px solid #e6e6e6;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 50px;
}

.footer_column {
  flex: 1;
}
.footer_column:first-child {
  flex: 0 0 18%;
}
.footer_column:nth-child(2) {
  flex: 0 0 25%;
}
.footer_title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 23px;
}

.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer_link {
  text-decoration: none;
  color: #616161;
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.23;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_contacts {
  flex: 1;
  text-align: right;
}

.footer_phone {
  font-size: 16px;
  margin-bottom: 15px;
  background: #ebedf1;
  padding: 24px;
  border-radius: 24px;
  text-align: start;
}
.footer_phone a {
  font-size: 21px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}
.footer_phone span {
  font-size: 16px;
  margin: 15px 0 0;
  display: inline-block;
  color: #888;
}

.footer_socials {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer_social {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  /* padding: 5px 10px; */
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.footer_social:hover {
  background-color: #f0f0f0;
}
.footer_bottom {
  margin: 15px 0 0;
  padding: 20px 0;
  border-top: 1px solid #888;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom_img {
  flex: 0 0 20%;
  text-align: end;
}
.footer_bottom_img img {
  width: 40px;
  margin-left: 30px;
}
.footer_bottom_all{
  background: #000;
  color: #fff;
}
.footer_bottom_privacy{
  line-height: 1.26;
}
/* footer responsive */ 
@media only screen and (max-width: 879px){
  .footer_content{
    flex-wrap: wrap;
  }
  .footer_column:first-child{
    flex: 0 0 28%;
  }
  .footer_contacts{
    flex:1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .footer_phone{
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 740px){
  .footer_content{
    flex-wrap: wrap;
  }
  .footer_column{
    flex: 100% !important;
  }
  .footer_bottom{
    flex-direction: column;
    text-align: center;
  }
}



/*large screen*/
@media only screen and (min-width: 1600px){
    .navigation_top_right .navigation_top_sosial a{
        width: 50px;
        height: 50px;
    }
    .servies_section_card{
        max-height: inherit;
    }
    .logo{
        max-width: 350px;
    }
    .main_swi_right img{
        width: 700px;
    }
    .section_head h3,.partners_section .sec_head h5,.advantages h2{
        font-size: 45px;
    }
    .advantage-img img{
        width: 109px;
        height: 107px;
    }
    .advantage:not(:last-child)::before {
        content: "";
        width: 166%;
        height: 2px;
        background-color: #ffb600;
        display: block;
        position: absolute;
        top: 47%;
        right: -114%;
    }
    .advantage h4{
        font-size: 25px;
    }
    .advantage p{
        font-size: 21px;
        max-width: 183px;
    }
    .section_head a{
        font-size: 25px;
    }
    .navigation_bottom ul li a, .navigation_bottom ul li span{
        font-size: 21px;
    }
    .navigation ul a{
        font-size: 20px;
    }
    .navigation_top_right a{
        padding: 14px 28px;
        font-size: 23px;
    }
    .navigation_bottom_right form .nav_search{
        min-width: 640px;
    }
    .navigation_bottom_right form .nav_search input{
        font-size: 23px;
        padding: 14px 0;
    }
    .navigation_bottom_right form button{
        font-size: 27px;
        padding: 17px 46px;
    }
    .main_swi_left span{
        font-size: 30px;
    }
    .main_swi_left h2, .main_swi_left h3{
        font-size: 54px;
    }
    .main_swi_left p{
        font-size: 24px;
    }
    .main_swi_left a{
        font-size: 24px;
        padding: 14px 66px;
    }
    .product_card_text h5{
        font-size: 34px;
    }
    .product_card_text p{
        font-size: 19px
    }
    .product_card_text p:last-of-type{
        font-size: 21px;
    }
    .product_card_text button{
        font-size: 25px;
        padding: 12px 10px;
    }
    .project_card_text h5{
        font-size: 34px;
    }
    .project_card_text p{
        font-size: 23px;
    }
    .guide_content span{
        font-size: 21px;
    }
    .guide_content h5{
        max-height: 76px;
        font-size: 34px;
    }
    .guide_content p{
        max-height: 101px;
        font-size: 24px;
    }
    .call_to_action_main_info h5{
        font-size: 45px;
    }
    .call_to_action_main_info p{
        font-size: 23px;
    }
    .small_call_to_form label span,.select_box_main span,.small_call_to_form input,.small_call_to_form button,.footer_link,.footer_phone span,.footer_bottom_privacy p {
        font-size: 23px;
    }
    .footer_phone a{
        font-size: 30px;
    }
    .footer_title{
        font-size: 32px;
    }
    .footer_social{
        font-size: 30px;
        width: 74px;
        height: 74px;
    }
    .footer_bottom_img img{
        width: 70px;
    }
    .footer_link{
        font-size: 22px;
    }
}


/*product page*/

.product_images{
    display: flex;
    align-items: flex-start;
    position: sticky;
    top: 170px;
    left: 0;
    gap: 20px;
}
.product_images img{
    cursor: pointer;
}
.product_thumbs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_thumb{
    border: 1px solid #ccc;
    padding: 8px;
}
.product_thumbs img{
    width: 100px;
    height: 75px;
    object-fit: contain;
}
.product_main_img{
        box-shadow: 0 0 10px #ccc;
    position: relative;
    height: 400px;
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.product_main_img img{
    width: 100%;
    height: 100%;
    max-height: 300px;
    position: relative;
    z-index: 2;
    object-fit: contain
}
.product_content_title h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.24;
    padding: 0 0 20px;
}
.short_story_stok img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.product_page_down_cont {
    line-height: 1.24;
}
.product_page_down_cont_tech{
    display: none;
}
.product_page_down_cont table,.product_page_down_cont tr, .product_page_down_cont td{
    border: 1px solid #000;
}
.product_cat_name{
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 20px;
}
.product_cat_name b{
    font-weight: 600;
}
.product_text_title{
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0 7px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
}
.product_content_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    max-height: 400px;
    overflow-y: auto;
    padding: 0 0 20px;
}
.product_content_text ul{
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 0 15px;
}
.short_story_stok{
    gap: 3px;
    padding: 20px 0 10px;
}
.product_buttons{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
}
.product_buttons a{
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    background: #51c06c;
    color: #fff;
    display: flex;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: .3s;
    padding: 14px 15px;
}
.product_buttons a.product_phone{
    background: #383838;
}
.product_buttons a:hover{
    background: transparent;
    color: #51c06c;
    border-color: #51c06c;
}
.product_buttons a.product_phone:hover{
    border-color: #383838;
    color: #383838;
    background: transparent;
}
.full-story-product-information-buttons {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .full-story-product-information-buttons {
    border-bottom: 2px solid #7b7b7b;
  }
  
  .full-story-product-information-buttons button {
    background: #ececec;
    padding: 8px 24px 8px;
    display: inline-block;
    font-weight: bold;
    color: #555;
    border: solid 1px #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    white-space: nowrap;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button {
    padding-top: 10px;
    background: #000;
    border-color: #000;
    font-weight: 600;
    color: #f1f1f1;
    font-size: 14px;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button i {
    font-size: 14px;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button span {
    width: 1px;
    background: #fff;
    height: 13px;
  }
.product_info h3,.product_page_down h3{
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 15px;
}
.product_info ul,.product_page_down ul{
    list-style: disc !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_page_buttons_list::after{
    position: absolute;
    z-index: 1;
    height: 1px;
    content: '';
    width: 100%;
    background: #d1d5ed;
    bottom: 0;
    left: 0;
}
.product_page_buttons_list li{
    padding: 25px 20px;
    cursor: pointer;
}
.product_page_buttons_list li.active{
    border: 1px solid #d1d5ed;
    border-radius: 10px 10px 0 0 ;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2;
}
.product_list_row{
    display: grid;
    grid-template-columns: 25% 70%;
    gap: 10px;
    justify-content: space-between;
}
.product_filter{
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    max-height: 500px;
    overflow-y: auto;
    position: sticky;
    top: 170px;
    z-index: 49;
    height: fit-content;
    background: #fff;
}
.product_filter h3{
    font-size: 27px;
    font-weight: 500;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
.product_main_filter{
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin: 20px 0 0;
}
.product_info{
    padding: 20px 40px;
}
.product_accor{
    display: flex;
    cursor: pointer;
    gap: 10px;
    flex-direction: column;
}
.product_accor span{
    display: flex;
    gap: 10px;
    font-size: 18px;
    transition: .3s;
    justify-content: space-between;
}
.product_accor span:hover{
    opacity: 0.6;
}
.product_accor:not(:first-child) ul{
    padding: 0 5px;
    display: none;
}
.product_accor ul li{
    cursor: pointer;
}
.product_accor ul a{
    color: #4a4a4a;
    transition: .3s;
}
.product_accor ul a:hover{
    color: #000;
}
.product_accor ul li:not(:last-child){
    padding: 0 0 10px;
}
.product_list_cards{
    display: grid;
    gap: 15px;
}

@media only screen and (max-width: 1200px){
    .product_images{
        flex-direction: column;
    }
    .product_main_img{
        order: -1;
    }
    .product_thumbs{
        flex-direction: row;
    }
}
@media only screen and (max-width: 1100px){
    .product_list_cards{
        grid-template-columns: repeat(2, 1fr);
    }
    .product_list_row{
        grid-template-columns: 29% 70%;
    }
}
@media only screen and (max-width: 992px){
    .product_filter{
        top: 120px;
    }
}
@media only screen and (max-width: 900px){
    .product_thumbs img{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .product_images{
        flex-direction: row;
    }
    .product_main_img{
        order: 1;
    }
    .product_thumbs{
        flex-direction: column;
    }
    .product_list_cards{
        grid-template-columns: repeat(1, 1fr);
    }
    .product_list_row{
        grid-template-columns: 40% 58%;
    }
}
@media only screen and (max-width: 650px){
    .product_filter{
        position: initial;
    }
    .product_list_row{
        grid-template-columns: 100%;
    }
    .product_list_cards{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 500px){
    .product_images{
        flex-direction: column;
    }
    .product_main_img{
        order: -1;
    }
    .product_thumbs{
        flex-direction: row;
    }
    .product_buttons{
        grid-template-columns: 100%;
    }
    .product_list_cards{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* services page */
#myCarousel img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  #myCarousel {
    max-width: 640px;
    margin: 0 auto;
  }

  #myCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .services_inner_row h1{
      font-size: 25px;
      padding: 0 0 15px;
      font-weight: 500;
  }
  .services_inner_row h5{
      font-size: 20px;
      font-weight: 500;
  }
    .services_inner_row h5 b{
        font-weight: 600;
    }
  
  #responseMessage{
      padding: 20px 0 0;
      text-align: center;
  }
  .services_col{
      max-height: 500px;
      overflow-y: auto;
  }
  
  
  .inner_main{
      padding: 80px 0 0;
  }
  
  
  
  .testimonial_card {
  border: 1px solid #ddd;
  padding: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.testimonial_title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.testimonial_text {
  color: #4a5568;
  font-style: italic;
  padding-left: 1.5rem;
  position: relative;
}

.testimonial_quote_icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #3b82f6;
  font-size: 1.5rem;
}

.testimonial_link {
  display: inline-block;
  color: #3b82f6;
  font-weight: 600;
  text-decoration: underline dotted;
  transition: color 0.2s;
}

.testimonial_link:hover {
  color: #1e40af;
}
.test_bottom p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
