/* Common */
.button_1 .btn,
.experience-section .button_1 .btn {
  background: #fff !important;
  color: #1e293b;
  padding: 14px 40px;
}
.button_1 .btn svg,
.experience-section .button_1 .btn svg {
  display: none;
}
.button_1 .btn:hover,
.experience-section .button_1 .btn:hover {
  background: linear-gradient(
    90deg,
    rgba(250, 138, 44, 1) 0%,
    rgba(234, 104, 72, 1) 65%,
    rgba(251, 59, 81, 1) 100%
  ) !important;
  color: #fff;
}
.hundred-radius {
  border-radius: 100px;
}

.background-cover-no-repeat-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* End Common */
/* work_list */

.work_list_box .work_list_box_image {
  width: 100%;
  max-width: 192px;
  height: 192px;
  max-height: 192px;
}
.work_list_box:last-child .work_list_box_title {
  max-width: 65%;
}
.work_list {
  gap: 68px;
}
.work_list_box:after {
  content: "";
  border: 2px dashed #fa8a2c;
  position: absolute;
  top: 100px;
  width: 100%;
  max-width: 200px;
  left: 50%;
  transform: translateX(100px);
}
.work_list_box:last-child::after {
  display: none;
}
.work_list_box {
  position: relative;
  z-index: 2;
}

/* End work_list */

/* experience */
.experience-section {
  margin-bottom: 96px;
}
.experience-content {
  background: #001435;
  padding: 86px;
  border-radius: 8px 0px 0px 8px;
}
.experience-image {
  min-height: 500px;
  border-radius: 0px 8px 8px 0px;
}
.experience-button {
  gap: 10px;
}

/* End experience */
.contact-form-loading {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
}
.contact-form-loading img {
    width: 50px;
}
/* contact form css */
#gform_1 .gfield-choice-input, #gform_1 #input_1_34_1 {
    padding: 0 !important;
}
.gform-theme--framework .gfield--type-choice .gchoice {
    align-items: baseline;
}
.gform-theme--framework .gfield--type-choice .gchoice.gchoice_1_8_1,
.gform-theme--framework .gfield--type-choice .gchoice.gchoice_3_46_1,
.gform-theme--framework .gfield--type-choice .ginput_container_consent {
    display: block !important;
	cursor: pointer;
}
.gform-theme--framework .gfield--type-choice .gchoice.gchoice_1_8_1 #label_1_8_1, 
.gform-theme--framework .gfield--type-choice .gchoice.gchoice_3_46_1 #label_3_46_1,
.gform-theme--framework .gfield--type-choice .gfield_consent_label {
    display: inline-block;
	margin-left: 0;
}
#gform_1 .gform-loader, #gform_2 .gform-loader, #gform_3 .gform-loader, #gform_4 .gform-loader {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
#field_1_34 .gfield_consent_description, #field_3_73 .gfield_consent_description {
    border: none;
    padding: 0;
}
.gform-theme--framework .gfield--type-choice .gfield_consent_label .gfield_required_text {
    margin-left: 5px;
}