.html {
  font-family: "Open Sans";
}
.navbar {
  box-shadow: 0px 0px 5px grey;
  min-height: 100px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-nav .nav-item {
  margin: auto;
  width: 100%;
}

a.social_icon {
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
}
a.social_icon:hover {
  opacity: 1;
}

a.footer_link {
  color: white;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
a.footer_link:hover {
  opacity: 1 !important;
  color: yellow;
}

.navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.5s all;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.navbar-nav .nav-item .active {
  color: #dd2a1b !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #dd2a1b;
}

.main_padding {
  padding-left: 9vw !important;
  padding-right: 9vw !important;
}

.slider_spacer {
  display: block;
  width: 100%;
  height: 100px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #fff;
  transition: 0.5s all;
}

.carousel-indicators .active {
  background-color: #dd2a1b;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-photo {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.carousel-photo .carousel-content {
  max-width: 50vw;
  margin-left: 5%;
  color: #fff;
}

.carousel-photo .carousel-content h1 {
  font-size: 60px;
}

.carousel-photo .carousel-content div {
  font-size: 29px;
}

.carousel-photo .carousel-content a {
  display: inline-block;
  border: 1px solid #dd2a1b;
  color: #dd2a1b;
  padding: 10px 40px;
  transition: 0.5s all;
  text-decoration: none;
  font-size: 38px;
  font-weight: 200;
  margin-top: 50px;
}

.carousel-photo .carousel-content a:hover {
  background-color: #dd2a1b;
  color: #fff;
}

.header-section {
  display: flex;
  margin: 80px auto;
  text-align: center;
  font-size: 40px;
}

.header-section .header-title {
  width: 100%;
  text-transform: uppercase;
  font-size: 37px;
  background-color: white;
}

.header-section .separator-line {
  width: 40%;
  height: 1px;
  margin-top: 2.25%;
  background-color: #000;
}

.banner {
  margin-top: 150px;
  display: flex;
  width: 100%;
  height: 266px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 40%;
  margin-left: 1%;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
}

.content-section {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 130px;
}

.offer-photo-border {
  display: flex;
  border: 1px solid black;
  max-width: 520px;
  width: 100%;
  padding: 16px;
}

.offer-photo-border .offer-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 504px;
  min-height: 320px;
  height: 27vw;
  width: 100%;
  margin: auto;
  text-decoration: none;
}

.offer-photo {
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 390px;
  min-height: 320px;
  height: 20vw;
  width: 100%;
  margin: auto;
}

.alter_align{
  align-items: center !important;
}

.work-photo-border {
  display: flex;
  border: 1px solid black;
  max-width: 660px;
  width: 100%;
  padding: 16px;
}
.article-photo-border {
  display: flex;
  border: 1px solid black;
  width: 100%;
  padding: 16px;
}

.item_container_align .offer-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 642px;
  min-height: 320px;
  height: 27vw;
  width: 100%;
  margin: auto;
}

.img_overlay {
  align-items: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 171, 215, 0.1) 75%,
    rgba(0, 0, 0, 1) 85%
  );
}

a .img_overlay_click {
  display: flex;
  width: 100%;
  height: 20%;
  align-items: center;
  transition: 0.5s;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
a .img_overlay_click_2 {
  display: flex;
  width: 100%;
  height: 50%;
  align-items: center;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}

a.item_container_picture{
  transition: 0.4s;
  cursor: pointer;
}

a.item_container_picture:hover{
  transform:scale(1.1);
}
.offer-photo:hover {
  cursor: pointer;
}
.offer-photo:hover > .img_overlay_click {
  height: 60%;
}
.offer-photo:hover > .img_overlay_click_2 {
  height: 100%;
}

.img_overlay p {
  width: 100%;
  height: 105px;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  color: #00abd7;
  text-transform: uppercase;
  text-align: center;
}
.img_overlay_click p {
  width: 100%;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  color: #00abd7;
  text-transform: uppercase;
  text-align: center;
}
.img_overlay_click_2 p {
  width: 100%;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  color: #00abd7;
  text-transform: uppercase;
  text-align: center;
}
p.small_content {
  width: 100%;
  min-height: 60px;
  height: unset;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 0rem;
}
.inner_header {
  font-size: 38px !important;
  height: 45px !important;
}

.absolute_el {
  position: absolute;
  width: 280px;
  height: 280px;
  z-index: -1;
  opacity: 0.3;
}

.v_margin{
  margin: 4vw 0px 4vw 0px;
}

.line_a_h_black {
  position: absolute;
  width: 360px;
  height: 1px;
  left: -4vw;
  top: -2vw;
  border-top: 1px solid black;
}

.line_a_h_cyan {
  position: absolute;
  width: 360px;
  height: 1px;
  left: -2vw;
  top: -1vw;
  border-top: 1px solid #00abd7;
}

.line_a_v_black {
  position: absolute;
  width: 1px;
  height: 380px;
  left: -1vw;
  top: -80px;
  border-left: 1px solid black;
}

.line_b_h_black {
  position: absolute;
  width: 360px;
  height: 1px;
  right: -4vw;
  bottom: -32px;
  border-top: 1px solid black;
}

.line_b_v_cyan {
  position: absolute;
  width: 1px;
  height: 380px;
  right: 0px;
  bottom: -50px;
  border-left: 1px solid #00abd7;
}

.line_b_v_black {
  position: absolute;
  width: 1px;
  height: 380px;
  right: -1vw;
  bottom: -80px;
  border-left: 1px solid black;
}

.btn_JS {
  font-size: 20px !important;
  font-weight: 400 !important;
  background-color: #00abd7 !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.btn_JS:hover {
  background-color: #dd2a1b !important;
  color: rgba(255, 255, 255, 1) !important;
}
.contact_form .btn_JS {
  font-size: 20px !important;
  font-weight: 400 !important;
  background-color: #dd2a1b !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.contact_form .btn_JS:hover {
  background-color: #dd581b !important;
  color: rgba(255, 255, 255, 1) !important;
}
.form-check-input {
  width: 24px;
  height: 22px;
  border-radius: 0px !important;
  transition: 0.5s;
  margin-top: 0px;
  margin-bottom: 12px;
}
.form-check-input:active {
  border: none;
}
.form-check-input:checked {
  background-color: #00abd7;
  border-color: #00abd7;
  box-shadow: 0px 0px 5px white;
  border-radius: 5px !important;
}
.inner_container_1 {
  position: relative;
  max-width: 674px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}
.blue_circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #00abd7;
}
.circle_icon {
  width: 100%;
  height: 100%;
}
p.tile_header {
  max-width: 224px;
  min-height: 54px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.tile_content {
  max-width: 366px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
p.second_header {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
.bottom_sep {
  margin-bottom: 140px !important;
}
.content_with_padding {
  max-width: 536px;
}
.content_with_padding p {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0rem;
}
.btn_static {
  width: 234px;
  height: 71px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  transition: 0.5s;
  background-color: #00abd7;
  color: rgba(255, 255, 255, 0.6);
  border: 0px none black;
}
.btn_static:hover {
  background-color: #dd2a1b;
  color: rgba(255, 255, 255, 1);
}
.small_text_picture {
  color: #00abd7;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
}
footer {
  min-height: 507px;
  background-color: black;
  color: white;
}
footer p {
  margin-bottom: 0rem;
  font-size: 19px;
  font-style: normal;
  font-weight: 200;
  opacity: 0.8;
}
.footer_icon {
  width: 33px;
  height: 33px;
  margin-right: 8px;
  margin-left: 8px;
  color: white;
}

.footer_icon img {
  width: inherit;
  height: inherit;
}

footer .item_container {
  padding: 5px 8px 5px 0px;
}

.copyright {
  border-top: 1px solid white;
  min-height: 39px;
}
.contact_title {
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: center;
  font-weight: 200;
}
.contact_form {
  color: black;
  position: relative;
  justify-content: center;
  width: 100%;
  background-color: none;
}
.contact_input {
  height: 53px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border: none;
  box-shadow: 0px 0px 6px #00000029;
}
.contact_area {
  width: 100%;
  min-height: 336px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  border: none;
  box-shadow: 0px 0px 6px #00000029;
}
p.contact_info {
  color: black;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 8px;
  text-align: left;
}
.contact_sb{
  display: block;
  max-width: 421px;
  width: 100%;
  min-height: 300px;
}
.contact_svg{
  margin-top: 42px;
  margin-left: 8px;
  margin-bottom: 10px;
  width: 81px;
  height: 72px;
}
.contact_card{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  box-shadow: inset 0px 0px 8px #0000003b;
  border: 1px solid #00ABD7;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 14px;
}
.contact_card div{
  display: block;
  max-width: 327px;
  min-height: 81px;
}
.contact_card h1{
  margin: 0px 0px 0px 0px;
  font-weight: 700;
  font-size: 20px;
}
.contact_card p{
  margin: 0px 0px 0px 0px;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .item_container .inner_header {
    font-size: 28px !important;
  }
  .medium_padding {
    padding-left: 2.3vw !important;
    padding-right: 2.3vw !important;
  }
  .line_a_h_black {
    position: absolute;
    width: 200px;
    height: 1px;
    left: -4vw;
    top: -2vw;
    border-top: 1px solid black;
  }

  .line_a_h_cyan {
    position: absolute;
    width: 200px;
    height: 1px;
    left: -2vw;
    top: -1vw;
    border-top: 1px solid #00abd7;
  }

  .line_a_v_black {
    position: absolute;
    width: 1px;
    height: 170px;
    left: -1vw;
    top: -80px;
    border-left: 1px solid black;
  }

  .line_b_h_black {
    position: absolute;
    width: 200px;
    height: 1px;
    right: -4vw;
    bottom: -32px;
    border-top: 1px solid black;
  }

  .line_b_v_cyan {
    position: absolute;
    width: 1px;
    height: 170px;
    right: 0px;
    bottom: -50px;
    border-left: 1px solid #00abd7;
  }

  .line_b_v_black {
    position: absolute;
    width: 1px;
    height: 170px;
    right: -1vw;
    bottom: -80px;
    border-left: 1px solid black;
  }
  .tile_line {
    border-right: 2px solid rgba(0, 171, 215, 0.3);
  }
}

@media (max-width: 1024px) {
  .inner_container_1 {
    max-width: unset;
  }
  .banner p {
    margin-left: unset;
  }
  .tile_line {
    border-right: none;
  }
  .carousel-photo .carousel-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .carousel-photo .carousel-content {
    max-width: 100vw;
    margin-left: 10%;
    color: #fff;
  }
  .carousel-photo .carousel-content h1 {
    font-size: 30px;
  }

  .carousel-photo .carousel-content div {
    font-size: 20px;
  }

  .carousel-photo .carousel-content a {
    display: inline-block;
    border: 1px solid #dd2a1b;
    color: #dd2a1b;
    padding: 10px 10px;
    transition: 0.5s all;
    text-decoration: none;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    width: 160px;
  }
  .header-section .header-title {
    font-size: 22px;
  }
  .tile_sp {
    padding-top: 20px;
  }
  .img_overlay p {
    width: 100%;
    height: 105px;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #00abd7;
    text-transform: uppercase;
    text-align: center;
  }
  .img_overlay_click p {
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #00abd7;
    text-transform: uppercase;
    text-align: center;
  }
  p.small_content {
    font-size: 12px;
    font-weight: 300;
    min-height: unset;
    height: unset;
  }

  .header-section {
    display: flex;
    margin: 80px auto;
    align-items: center;
    text-align: center;
    font-size: 28px;
  }
  .inner_header {
    font-size: 22px !important;
    height: 40px !important;
  }
  .copyright p {
    font-size: 15px;
  }
  .banner p {
    width: 60%;
    font-size: 36px;
  }
  .main_padding {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
