@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;

400&display=swap);html {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.img_rez20 {
  width: 20px;
  height: 20px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: none;
}

.body {
  font-family: "Inter", sans-serif;
  padding-left: 0px;
  margin-left: 0px;
}

.fonty11 {
  font-size: 11px;
  color: #aaa;
  float: right;
  margin-top: -20px;
}

.fonty12 {
  font-size: 12px;
}

.colr12 {
  color: #444;
}

.fonty13 {
  font-size: 13px;
}

.fonty14 {
  font-size: 14px;
}

.fonty15 {
  font-size: 15px;
}

:root {
  --waterfront-col: rgb(17, 138, 171);
  --trans-border: 1px solid transparent;
}

.waterfront {
  color: var(--waterfront-col);
}

.homer {
  margin-top: 84px;
  margin-left: -1px;
}

.thememode {
  float: right;
  border: 1px solid #f1f1f3;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  box-shadow: 0px 1px 5px rgba(17, 138, 171, 0.18);
  height: 35px;
  width: 35px;
  -webkit-animation: orbiter 5s linear infinite;
          animation: orbiter 5s linear infinite;
}

.thememode::before {
  content: "";
  top: 0px;
  left: 0px;
  margin-top: -34px;
  width: 13%;
  height: 13%;
  border: 3px solid var(--waterfront-col);
  border-radius: 100%;
}

.thememode img {
  position: absolute;
}

.thememode:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes orbiter {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes orbiter {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.toggler {
  display: none;
}

.buts {
  border: var(--trans-border);
  background-color: #fedd2e;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.3);
}

.genric {
  width: 100%;
}

/* PAGES HANGER */

.home_about,
.services_han,
.request_quo_han,
.foot_han {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif;
  padding: 60px 0px;
}

/* PAGES */

.m_view {
  width: 35%;
  border: var(--trans-border);
  background-color: #fff;
  height: 800px;
  z-index: 90;
  overflow: scroll;
  padding: 20px 40px;
  position: absolute;
  left: -473px;
  transition: transform 0.255s linear;
}

.m_view div span {
  float: right;
  cursor: pointer;
}

.m_menu ul {
  padding-left: 0px;
  margin: 0px;
  list-style-type: none;
}

.m_view > div {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  /* background-color: #f1f1f1; */
}

.m_menu ul li {
  padding: 20px 20px 20px 0px;
  border: var(--trans-border);
  border-bottom-color: #ddd;
  text-transform: uppercase;
  width: 100%;
}

.m_menu ul span {
  float: right;
}

.m_menu ul li div {
  font-size: 10px;
  text-transform: capitalize;
}

.m_menu ul li:hover {
  color: var(--waterfront-col);
  font-weight: 600;
}

.header {
  width: 100%;
  height: 84px;
  background: transparent;
  margin-left: 0px;
  font-family: "Inter", sans-serif;
  display: flex;
  border-bottom-color: #ccc;
  box-shadow: 0 1px 20px rgba(64, 60, 67, 0.24);
  position: fixed;
  z-index: 10;
}

.header_fut {
  width: 100%;
  height: 15px;
  background-color: #3d516c;
  border: var(--trans-border);
  border-radius: 0px 0px 10px 10px;
}

.logo_han {
  width: 30%;
  background: transparent;
  height: auto;
}

.logo {
  width: 100%;
  border: var(--trans-border);
  height: 84px;
  transform: skewX(-50deg);
  position: relative;
  left: -55px;
}

.logo_han img {
  position: absolute;
  top: 8px;
  left: 115px;
}

.burger_menu {
  position: absolute;
  top: 45px;
  left: 50px;
  border: var(--trans-border);
  text-decoration: none;
}

.burger_menu span img {
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: -20px;
}

.burger_menu span {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.menus {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  display: flex;
  /* margin:0px -20px; */
}

.menus li {
  border: var(--trans-border);
  padding: 4px 0px;
  margin-right: 25px;
  font-weight: 600;
  transition: transform 0.1s linear;
}

.menus li:hover {
  transform: scale(1.2, 1.2);
}

.menu_han {
  width: 70%;
  background: transparent;
  height: 83px;
  padding: 11px 50px 1px 0px;
  border: 1px solid transparent;
}

.menu_han nav {
  background: transparent;
  border: var(--trans-border);
  padding: 2px 0px;
  font-size: 14px;
}

.menu_han nav:nth-child(2) {
  border-top-color: #ddd;
}

.links {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.banner_han {
  height: auto;
  width: 100%;
  border: var(--trans-border);
  font-family: "Inter", sans-serif;
  border-color: #262a2d;
  overflow: hidden;
  background-image: url("/../images/ban1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_han > div {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 440px;
  color: #fff;
}

.ban_caption {
  padding-top: 80px;
}

.ban_caption article {
  width: 35%;
  line-height: 2;
}

.ban_caption article p {
  text-transform: capitalize;
  font-weight: 600;
  color: #e7a429;
}

.ban_caption article h1 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0 2px 5px rgba(56, 56, 56, 0.1);
}

.ban_caption article button {
  border: var(--trans-border);
  padding: 12px 30px;
  color: #fff;
  background-color: #e7a429;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 9px 30px 0.8px rgba(0, 0, 0, 0.3);
}

.part_ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.part_ul li {
  border: 1px solid transparent;
}

.part_ul li img {
  width: 100%;
  border-radius: 10px;
}

/* HOME ABOUT US */

.home_about_arti_han {
  width: 100%;
  border: var(--trans-border);
  display: flex;
  justify-content: space-between;
}

.home_about_arti_han .arti1,
.home_about_arti_han .arti2 {
  width: 45%;
  border: var(--trans-border);
  padding: 30px 0px;
}

.arti1 article h1,
.services_han article h1 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.arti1 article p,
.services_han article p {
  line-height: 2;
  font-size: 15px;
}

.arti1 article p:nth-child(1),
.services_han article p:nth-child(1) {
  text-transform: capitalize;
  font-weight: 500;
}

.arti2 {
  display: flex;
  justify-content: flex-end;
}

.arti2 div img {
  width: 100%;
}

.arti2 div:nth-child(1) {
  background-color: transparent;
  margin-top: 30px;
  margin-right: 0px;
  height: auto;
  width: 25%;
  overflow: hidden;
}

.arti2 div:nth-child(2) {
  background-color: transparent;
  margin-top: 0px;
  margin-right: 40px;
  height: auto;
  width: 25%;
  overflow: hidden;
}

.arti2 div:nth-child(3) {
  background-color: transparent;
  margin-top: 50px;
  margin-right: 90px;
  height: auto;
  width: 25%;
  overflow: hidden;
}

.arti2 div {
  border: var(--trans-border);
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 1px 8px 1px rgba(64, 60, 67, 0.24);
}

.arti_sec_but {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.arti_sec_but button {
  border: 1px solid #bbb;
  background: #eee;
  border-radius: 50%;
  padding: 2px;
  z-index: 5;
  box-shadow: 0 1px 2px rgba(64, 60, 67, 0.24);
  transition: 0.02s ease-in-out;
  /* margin-right: 70px */
}

.arti_sec_but button div {
  width: 5px;
  height: 5px;
  border: 1px solid #aaa;
  background: grey;
  border-radius: 50%;
  padding: 1px 0px;
}

.arti_sec_but button div span {
  position: absolute;
  font-size: 11px;
  color: grey;
  margin-top: -25px;
  margin-left: -20px;
}

.value_marker {
  border: 1px solid #ccc;
  width: 250px;
  position: absolute;
}

/* .arti_sec_but:hover { background: #fff; } */

.arti_sec_but button:hover {
  transform: scale(1.4, 1.4);
  border-color: #fff;
}

.arti_sec_but button:hover div {
  transform: scale(1.4, 1.4);
  background: var(--waterfront-col);
}

.arti_sec_but button:hover div span {
  color: blue;
}

/* HOME ABOUT US */

/* SERVICES HOLDER */

.services_han > article {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  text-align: center;
}

.service_jotter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_block {
  width: 24%;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s linear;
}

.service_block:hover {
  transform: scale(1.1, 1.1) rotate(-3deg);
}

.service_block div,
.service_block div img {
  width: 100%;
}

.flex_h {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_h h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0px;
}

.flex_h article {
  line-height: 2;
}

.get_services_details {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get_services_details button {
  border: var(--trans-border);
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
  margin-top: 20px;
}

.get_services_details button:hover {
  background-color: var(--waterfront-col);
  color: #fff;
}

/* SERVICES HOLDER */

/* REQUEST HOLDER */

.request_quo_han {
  background-color: #f9f9f9;
}

.request_quo {
  width: 100%;
  padding: 30px;
  height: auto;
  border: var(--trans-border);
  border-radius: 5px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  background: #e4f9f7;
  display: flex;
  justify-content: space-between;
}

.pad50 {
  padding: 50px 0px;
}

.req_box1,
.req_box2 {
  border: var(--trans-border);
  height: auto;
  border-radius: 5px;
}

.req_box1 {
  width: 60%;
}

.req_box1 h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.req_box2 {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 10px 25px;
  width: 30%;
}

.req_box2 h5 {
  margin-bottom: 25px;
}

.req_box2 article {
  font-size: 12px;
}

.req_box2 button {
  position: relative;
  bottom: 0;
}

.req_box2 article div {
  overflow: scroll;
  width: 100%;
  height: 90px;
  margin-bottom: 25px;
}

.req_box_form {
  width: 45%;
}

.hack {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.req_box_form label,
.req_box_txtarea label {
  font-size: 13px;
  color: #444;
  display: block;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.req_box_form input,
.req_box_txtarea textarea,
.req_box_form select {
  padding: 7px 10px;
  box-shadow: 0 0 25px rgba(156, 138, 138, 0.18);
  border: var(--trans-border);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.req_box_form select option {
  background-color: #fff;
}

.req_box_txtarea textarea {
  resize: none;
}

.req_box_form input[placeholder],
.req_box_txtarea textarea[placeholder],
.req_box_form select {
  font-size: 13px;
}

.sm_show {
  display: none;
}

/* REQUEST HOLDER */

.aboutus_han,
.contact_han,
.contact_info,
.services_main_han {
  width: 100%;
}

.placeholder {
  width: 100%;
  height: auto;
  border: var(--trans-border);
  background-color: #000;
  overflow: hidden;
  background-image: url("/../images/aboutus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.placeholder div,
.holder_contact div,
.service_placeholder div {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.placeholder div h1,
.holder_contact div h1,
.service_placeholder div h1 {
  font-size: 70px;
  color: #fff;
}

.flex_inf {
  width: 100%;
  padding: 40px 0px;
  line-height: 2;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.flex_inf section {
  width: 43%;
}

.flex_inf section:nth-child(1) {
  border: var(--trans-border);
  background: #f1f7f8;
  padding: 20px;
}

.flex_inf section:nth-child(1) img {
  width: 100%;
  height: auto;
}

.flex_inf section:nth-child(2) h1 {
  margin-bottom: 20px;
}

.flex_stat {
  width: 100%;
  padding: 30px 0px;
  border: 1px solid transparent;
  border-top-color: #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_stat nav {
  width: 43%;
}

.flex_stat nav p {
  line-height: 2;
  font-size: 15px;
}

.about_info {
  width: 100%;
  padding: 60px 0px;
}

.about_fut {
  width: 100%;
  height: auto;
  background-color: #3d516c;
  line-height: 2;
  border: var(--trans-border);
  color: #fff;
  padding: 40px 0px;
}

.about_fut h1 {
  margin-bottom: 20px;
}

.service_placeholder {
  width: 100%;
  height: auto;
  border: var(--trans-border);
  background-color: #000;
  overflow: hidden;
  background-image: url("/../images/services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.services_title_han {
  padding: 30px 0px;
}

.service_cards {
  display: flex;
  margin-bottom: 20px;
}

.service_card_img {
  border: var(--trans-border);
  height: 405px;
  width: 50%;
  overflow: hidden;
}

.service_card_img img {
  width: 100%;
}

.service_card_details {
  border: var(--trans-border);
  height: 405px;
  width: 50%;
  padding: 50px;
}

.service_card_details h1 {
  margin-bottom: 30px;
}

.service_card_details article {
  line-height: 2;
}

.service_card_img img {
  width: 100%;
}

.holder_contact {
  width: 100%;
  height: auto;
  border: var(--trans-border);
  background-color: #000;
  overflow: hidden;
  background-image: url("/../images/contactus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_title,
.services_title {
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}

.contact_title h1,
.services_title h1 {
  margin-bottom: 30px;
}

.contact_title p,
.services_title p {
  line-height: 2;
  font-size: 15px;
}

.box_cards_han {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
}

.box_card {
  width: 30%;
  padding: 45px 30px 50px;
  display: flex;
  align-items: flex-start;
  border-radius: 5px;
  box-shadow: 0 1px 40px rgba(51, 51, 51, 0.1);
}

.icon {
  margin-right: 20px;
}

/* FOOTER */

.foot_han {
  background: #f6f9fc;
  box-shadow: 0 1px 15px rgba(64, 60, 67, 0.24);
  height: auto;
}

.fot_inf {
  border: var(--trans-border);
  height: auto;
  width: 100%;
  padding: 20px 0px;
}

.fot_inf > div {
  border: var(--trans-border);
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fut_img {
  position: absolute;
  margin-top: -87px;
  left: -198px;
}

.fot_breadcum {
  width: 100%;
  text-align: center;
}

.fot_breadcum > div {
  border: var(--trans-border);
  width: 80%;
  margin: 0 auto;
  padding-top: 5px;
  border-top-color: #bbb;
}

.fot_breadcum > div ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  display: flex;
  justify-content: space-between;
}

.fot_breadcum > div ul li {
  font-size: 12px;
}

.fot_breadcum > div ul li a {
  color: #111;
  text-decoration: none;
}

.rol_fut_img {
  position: relative;
  margin-top: 20px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  color: #000;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  margin-top: -17px;
  margin-left: -15px;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.footer_widget_list h3,
.footer_menu_han h3 {
  margin-bottom: 20px;
}

.footer_menu ul {
  list-style-type: square;
  padding-left: 15px;
}

.footer_menu ul li {
  margin-bottom: 10px;
}

.footer_menu ul li a {
  color: #333;
  text-transform: none;
}

.footer_menu ul li a:hover {
  color: var(--waterfront-col);
}

.d-flex-socials {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.flex_fd {
  display: flex;
}

.flex_fd span {
  margin-right: 10px;
}

.flex_fd p {
  text-transform: capitalize;
}

.flex_fd p a {
  text-decoration: none;
  color: #444;
}

/* FOOTER */

.notice_han {
  display: inline-block;
  position: absolute;
  margin: -10px 0px 0px 30px;
  width: 20%;
  cursor: pointer;
}

.notify_me {
  width: 100%;
  border: 1px solid #34a853;
  padding: 5px 20px 5px 5px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 2px;
}

.notify_me2 {
  border: 1px solid #34a853;
  height: 25px;
  width: 35px;
  background: #34a853;
  border-radius: 40px 0px 0px 40px;
}

.notify_me3 {
  margin-top: 4px;
  color: #34a853;
  text-transform: capitalize;
}

.notify_me:hover {
  border-color: red;
}

.notify_me:hover .notify_me3 {
  border-color: red;
  color: red;
}

.notify_me:hover .notify_me2 {
  background-color: red;
  border-color: red;
}

.google-map-area {
  width: 100%;
}

.contact-map-area {
  width: 100%;
  padding: 20px 0px;
}

.contact-map-area iframe {
  width: 100%;
  height: 200px;
}

@media (max-width: 1200px) {
  .logo_han {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .service_card_img,
  .service_card_details {
    height: auto;
  }

  .service_cards {
    display: block;
  }

  .service_card_details,
  .service_card_img {
    width: 100%;
  }

  .notice_han {
    width: 40%;
  }

  .ban_caption article {
    width: 55%;
  }

  .m_view {
    width: 45%;
  }

  .sm_show {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .flex_inf section:nth-child(1) {
    display: flex;
    align-items: center;
  }

  .req_box2 {
    display: none;
  }

  .hack {
    display: block;
  }

  .service_block {
    width: 44%;
  }

  .box_card {
    display: block;
  }

  .req_box_form,
  .req_box1,
  .buts,
  .home_about_arti_han .arti1,
  .home_about_arti_han .arti2 {
    width: 100%;
  }

  .box_cards_han {
    display: block;
  }

  .home_about_arti_han {
    display: block;
    width: 100%;
  }

  .box_card {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }

  .arti2 {
    display: none;
  }

  .fot_inf > div,
  .fot_breadcum > div {
    width: 90%;
  }

  .fut_img {
    margin-top: -107px;
    left: -258px;
  }
}

@media (max-width: 768px) {
  .logo_han img,
  .burger_menu {
    z-index: 10;
  }

  .logo {
    z-index: 4;
  }

  .logo_han {
    width: 65%;
  }

  .menus,
  .menu_han nav,
  .menu_han {
    display: none;
  }

  .flex_inf section:nth-child(1),
  .flex_inf {
    display: block;
  }

  .flex_inf,
  .flex_stat,
  .about_fut {
    padding: 20px;
  }

  .flex_inf section {
    margin-bottom: 40px;
  }

  .placeholder div h1,
  .holder_contact div h1,
  .service_placeholder div h1 {
    font-size: 50px;
  }

  .toggler {
    display: block;
    position: absolute;
    top: 34px;
    right: 55px;
  }

  .banner_han > div {
    height: auto;
  }

  .ban_caption article {
    width: 70%;
  }

  .ban_caption {
    padding: 30px;
  }

  .ban_caption article h1 {
    font-size: 30px;
  }

  .home_about_arti_han .arti1 {
    padding: 0px;
  }

  .home_about,
  .services_han,
  .request_quo_han,
  .foot_han,
  .contact_title,
  .box_cards_han,
  .contact-map-area {
    padding: 40px 20px;
  }

  .fut_img {
    display: none;
  }

  .fot_inf > div,
  .fot_breadcum > div,
  .flex_inf section {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .notice_han {
    width: 70%;
    margin: -50px 0px 0px -140px;
  }

  .services_title,
  .service_cards {
    padding: 10px 20px;
  }

  .service_card_details {
    padding: 30px;
  }

  .service_card_details h1 {
    font-size: 25px;
  }

  .homer {
    margin-top: 0px;
  }

  .placeholder div,
  .holder_contact div,
  .service_placeholder div {
    height: 350px;
  }

  .placeholder div h1,
  .holder_contact div h1,
  .service_placeholder div h1 {
    margin-top: 80px;
    font-size: 30px;
  }

  .ban_caption {
    margin-top: 83px;
  }

  .ban_caption article {
    width: 75%;
  }

  .ban_caption article h1 {
    font-size: 25px;
  }

  .ban_caption article button {
    padding: 4px 20px;
  }

  .logo_han img {
    left: 85px;
  }

  .burger_menu {
    left: 30px;
  }

  .flex_stat {
    display: block;
  }

  .service_block,
  .flex_stat nav {
    width: 100%;
  }

  .fot_inf > div {
    display: block;
  }

  .m_view {
    width: 80%;
    padding: 20px;
  }

  .value_marker {
    width: 150px;
  }
}

@media (max-width: 420px) {
  .notice_han {
    width: 65%;
    margin: -50px 0px 0px -140px;
  }

  .ban_caption {
    padding: 20px;
  }

  .m_view {
    width: 100%;
  }

  .ban_caption article button {
    padding: 4px 20px;
  }

  .arti1 article h1,
  .services_han article h1 {
    font-size: 25px;
  }

  .flex_inf section:nth-child(2) h1,
  .flex_tiny,
  .about_fut h1,
  .contact_title h1,
  .services_title h1 {
    font-size: 28px;
  }

  .ban_caption article h1 {
    font-size: 20px;
  }

  .burger_menu {
    left: 20px;
  }

  .burger_menu span {
    font-size: 8px;
  }

  .logo_han img {
    left: 57px;
    top: 24px;
  }

  .burger_menu span img {
    left: 0px;
    width: 23px;
    height: 23px;
  }

  .toggler {
    right: 30px;
    top: 36px;
  }

  .mobimg {
    width: 60px;
    height: 43px;
  }

  .request_quo {
    padding: 25px 15px;
  }

  .rol_fut_img {
    margin-top: 5px;
  }
}

