html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

button {
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 151px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}

.button_contact {
  text-align: center;
  background-color: #028dd1;
  border-radius: 30px;
  border: 1px solid #028dd1;
  margin: auto;
  padding: 15px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  -webkit-box-shadow: 9px 10px 10px #a5a3a3;
          box-shadow: 9px 10px 10px #a5a3a3;
  color: #fff;
}

.button_contact:hover {
  background-color: #ec1c24;
  color: white;
  border: 1px solid #ec1c24;
}

.banner img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-size: 40px;
  color: #028dd1;
  border-bottom: 3px solid #028dd1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 10px 0;
  height: 80px;
  padding: 0;
}

.header_img {
  height: 100%;
}

.header_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_contact {
  text-align: right;
}

.header_contact p {
  font-size: 24px;
}

.header_contact-tel {
  display: inline-block;
  font-size: 24px;
  color: #000;
}

.header_contact-tel:hover {
  color: #ec1c24;
}

.header_contact-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.header_contact-item-icon {
  margin-left: 15px;
  width: 35px;
  height: 35px;
}

.header_contact-item-icon i {
  color: #fff;
}

.header_contact-item-icon img {
  width: 100%;
  height: 100%;
}

.header_contact-item-icon .icon-mail {
  border: 1px solid #ec1c24;
  border-radius: 50%;
  padding: 7px;
  font-size: 18px;
  background-color: #ec1c24;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header_menu-list {
  display: none;
}

.header_selection {
  -webkit-box-shadow: 0px 4px 8px 0px #767676;
          box-shadow: 0px 4px 8px 0px #767676;
  background: #024694;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_selection-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_selection-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

.header_selection-item:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.header_selection-item:hover .header_selection-dropdown {
  display: block;
}

.header_selection-line {
  border-right: 1px solid #fff;
}

.header_selection-btn {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  float: left;
  padding: 20px 30px;
}

.header_selection-btn:hover {
  color: #fff !important;
}

.header_selection-dropdown {
  display: none;
  position: absolute;
  top: 54px;
  right: 0;
  background-color: #fff;
  min-width: 100%;
  -webkit-box-shadow: 3px 2px 7px 0px #8f8c8c;
          box-shadow: 3px 2px 7px 0px #8f8c8c;
}

.header_selection-dropdown-link {
  color: #024694 !important;
  padding: 20px 15px;
  font-size: 15px;
}

.header_selection-dropdown-item {
  border-bottom: 1px solid #ec1c24;
}

.header_selection-dropdown-item a:hover {
  background: #e5e0e0 !important;
}

.header_selection-dropdown-button {
  display: inline-block;
  color: #fff;
}

.header_selection-close {
  display: none;
}

.header_mobile {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  -webkit-box-shadow: 3px 2px 7px 0px #8f8c8c;
          box-shadow: 3px 2px 7px 0px #8f8c8c;
}

.header_mobile-list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_mobile-close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  background-color: #ec1c24;
  border-radius: 50%;
  padding: 5px;
}

.header_mobile-close i {
  color: #fff;
}

.header_mobile-item {
  position: relative;
}

.header_mobile-item a {
  color: #ec1c24;
  padding: 20px 30px;
}

.header_mobile-item a:hover {
  color: #ec1c24;
}

.header_mobile-dropdown {
  display: none;
  position: absolute;
  -webkit-box-shadow: 3px 2px 7px 0px #8f8c8c;
          box-shadow: 3px 2px 7px 0px #8f8c8c;
}

.show {
  display: block;
}

@media (max-width: 920px) {
  .wrapper {
    margin: 0;
  }
  .header {
    position: relative;
    border-bottom: 1px solid #ec1c24;
  }
  .header .container {
    padding: 0;
  }
  .header_container {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px #ccc;
            box-shadow: 0 5px 5px #ccc;
  }
  .header_top {
    margin: 5px 20px 10px 20px;
    padding: 0;
  }
  .header_menu-list {
    font-size: 30px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header_contact {
    display: none;
  }
  .header_selection {
    display: none;
  }
  .header_selection-item {
    padding: 20px 30px;
  }
  .header_selection-btn {
    padding: 0;
  }
  .header_mobile {
    background: #fff;
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    -webkit-transform: translateX(103%);
            transform: translateX(103%);
    will-change: transform;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_mobile.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header_mobile-close {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    border: 1px solid #ec1c24;
    padding: 2px;
    background: #ec1c24;
    border-radius: 50%;
    cursor: pointer;
  }
  .header_mobile-close:hover {
    background-color: #fff;
  }
  .header_mobile-close:hover i {
    color: #ec1c24;
  }
  .header_mobile-item {
    margin-right: auto;
    width: 100%;
  }
  .header_mobile-item a {
    color: #ec1c24;
    width: 100%;
  }
  .header_mobile-item a:hover {
    color: #ec1c24;
  }
  .header_mobile-item:hover {
    background-color: #d9d9d9;
    color: #ec1c24;
  }
  .header_mobile-dropdown {
    background: #fff;
    z-index: 1;
    top: 40px;
    right: 4px;
    min-width: 40%;
  }
  .header_mobile-dropdown-button {
    color: #ec1c24;
    cursor: pointer;
  }
  .header_mobile-dropdown-button i {
    padding: 20px;
  }
  .header_mobile-dropdown-item:hover {
    background: #fff;
  }
  .header_mobile-close {
    display: block;
  }
  .show {
    display: block;
  }
}

@media (max-width: 840px) {
  .header_selection-item {
    padding: 20px 15px;
  }
}

@media (max-width: 550px) {
  .header_top {
    margin: 5px 15px 10px 15px;
  }
}

.footer {
  background: #000e3a;
  width: 100%;
}

.footer_container {
  padding: 50px 0;
}

.footer_infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_infomation-list {
  padding: 0 30px;
}

.footer_infomation-list-1, .footer_infomation-list-2, .footer_infomation-list-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
}

.footer_infomation-item a {
  color: #fff;
}

.footer_infomation-item i {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer_infomation-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.footer_infomation-item-icon i {
  color: #fff;
}

.footer_infomation-item-icon p {
  color: #fff;
}

.footer_infomation-item-img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.footer_infomation-item-img img {
  width: 100%;
  height: 100%;
}

.footer_infomation-item-title {
  padding: 10px 0;
}

.footer_infomation-item-title a {
  color: #fff;
  line-height: 20px;
}

.footer_infomation-item-title a:hover {
  color: #ec1c24 !important;
}

.footer_infomation-item-direction {
  text-align: center;
  width: 100%;
}

.footer_infomation-item-direction p {
  color: #fff;
  padding: 15px 0;
}

.footer_infomation-item-direction img {
  width: 180px;
  height: 100%;
}

.footer_infomation-item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.footer_infomation-border {
  border: 1px solid #ec1c24;
  width: 20px;
  height: 19px;
  border-radius: 50%;
  padding: 7px;
  background-color: #ec1c24;
}

.footer_infomation-icon {
  width: 35px;
  height: 35px;
}

.footer_infomation-icon .icon-mail {
  border: 1px solid #ec1c24;
  border-radius: 50%;
  padding: 7px;
  font-size: 18px;
  background-color: #ec1c24;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.footer_icon {
  margin-right: 15px;
  font-size: 19px;
}

.footer_icon-fb {
  background-color: #fff;
  color: #ec1c24;
  font-size: 30px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
}

.footer_icon-twitter, .footer_icon-instagram {
  font-size: 19px;
  margin-right: 15px;
}

.footer_icon-line {
  font-size: 130px;
  margin: 0;
  padding: 0;
  background-color: #00b700;
  height: 100%;
  display: inline-block;
  padding: 13px;
  border-radius: 16px;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

@media (max-width: 1366px) {
  .footer_infomation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .footer_infomation-list-2 {
    margin: auto;
  }
  .footer_infomation_icon-line {
    font-size: 100px;
    padding: 13px;
  }
  .footer_infomation-item-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 960px) {
  .footer_infomation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .footer_infomation-list {
    padding: 0 12px;
  }
  .footer_infomation-list-1, .footer_infomation-list-2, .footer_infomation-list-3 {
    margin: 0;
  }
  .footer_infomation-item-direction {
    text-align: left;
    width: 100%;
  }
  .footer_infomation-item-direction p {
    padding: 15px 0;
  }
  .footer_infomation-item-direction img {
    width: 180px;
    height: 100%;
  }
  .footer_infomation-item-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 899px) {
  .footer .container {
    padding: 0 25px;
  }
  .footer_infomation-list {
    padding: 0;
  }
}

@media (max-width: 740px) {
  .footer .container {
    padding: 0 25px;
  }
  .footer_infomation {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px 30px;
  }
  .footer_infomation-list {
    width: 100% !important;
  }
  .footer_infomation-direction {
    text-align: inherit;
  }
}

@media (max-width: 599px) {
  .footer .container {
    padding: 0;
  }
  .footer_container {
    padding: 50px 15px;
  }
}

#home .home_container img {
  -webkit-box-shadow: 14px 13px 11px 0px #ccc;
          box-shadow: 14px 13px 11px 0px #ccc;
}

#home .home_container p,
#home .home_container li {
  font-size: 18px;
  line-height: 23px;
}

#home .home_container h1,
#home .home_container h2,
#home .home_container h3,
#home .home_container h4,
#home .home_container h5,
#home .home_container h6 {
  font-size: 26px;
  line-height: 31px;
}

#home .home_profile {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home .home_profile-image {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home .home_profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home_profile-desc {
  width: 80%;
  line-height: calc(35 / 22) !important;
  font-weight: 500;
  color: #000;
  text-align: justify;
}

#home .home_image {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .home_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home_content {
  width: 100%;
  margin-top: 20px;
  font-size: 22px;
  line-height: calc(27 / 22);
  font-weight: 500;
  color: #000;
}

#home .home_title {
  margin: 0 auto;
  margin-top: 40px;
  color: #028dd1;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  line-height: calc(30 / 25);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home .home_service {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 22px;
  line-height: calc(27 / 22);
  list-style: none;
}

#home .home_service-item {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  display: block;
  padding: 15px 150px;
  background: #028dd1;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 20px;
}

#home .home_service-item p {
  margin-top: 10px;
  margin-left: 20px;
}

#home .home_service-item:hover {
  background-color: #ec1c24;
}

#home .home_gallary {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (330px)[3];
      grid-template-columns: repeat(3, 330px);
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home .home_card {
  border-radius: 10px;
  border: 1px solid #028dd1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #028dd1;
  -webkit-box-shadow: 7px 7px 7px 0px #ccc;
          box-shadow: 7px 7px 7px 0px #ccc;
}

#home .home_card-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

#home .home_card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home_card-desc {
  text-align: center;
  line-height: calc(21 / 16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  padding: 20px 10px;
}

#home .home_card:hover {
  background-color: #ec1c24;
}

@media (max-width: 1024px) {
  #home .home_container {
    padding: 0 10px;
  }
}

@media (max-width: 880px) {
  #home .home .container {
    padding: 0 25px;
  }
  #home .home_container {
    padding: 0;
  }
  #home .home_gallary {
    -ms-grid-columns: (100%)[1];
        grid-template-columns: repeat(1, 100%);
  }
  #home .home_card-image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 740px) {
  #home .home_container {
    padding: 0;
  }
  #home .home_service-content-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home .home_service-content-list {
    width: 100%;
  }
  #home .home_company-content-description {
    text-indent: 20px;
  }
}

@media (max-width: 599px) {
  #home .home .container {
    padding: 0 15px;
  }
  #home .home .container h1,
  #home .home .container h2,
  #home .home .container h3,
  #home .home .container h4,
  #home .home .container h5,
  #home .home .container h6 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  #home .home .container p {
    font-size: 16px;
  }
  #home .home .container table,
  #home .home .container td,
  #home .home .container th {
    font-size: 16px;
  }
  #home .home_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home .home_profile-image {
    width: 50%;
  }
  #home .home_profile-desc {
    margin-top: 40px;
    width: 100%;
  }
  #home .home_service {
    width: 100%;
  }
  #home .home_service-item {
    padding: 10px;
  }
}

.table-content {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 14px 13px 11px 0px #ccc;
          box-shadow: 14px 13px 11px 0px #ccc;
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
}

.table-row:hover {
  background-color: #ec1c24 !important;
}

.table-row:hover p {
  color: white !important;
}

.table-row:nth-of-type(odd) {
  background: #028dd1;
}

.table-row:nth-of-type(even) {
  background: white;
}

.table-row:nth-of-type(even) .table-data {
  color: black;
}

.table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.table-col:first-child {
  width: 25%;
}

.table-col:last-child {
  width: 75%;
}

.table-data {
  color: white;
  display: inline;
  font-size: 18px;
  padding: 10px;
}

#strengths .strengths_container {
  padding: 0 100px;
}

#strengths .strengths_details {
  padding: 50px 0;
  background-color: #efefef;
}

#strengths .strengths_details-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  gap: 0 100px;
}

#strengths .strengths_details-item {
  border-radius: 15px;
}

#strengths .strengths_details-item:hover {
  -webkit-box-shadow: 0px 0px 5px 7px rgba(191, 191, 191, 0.57);
          box-shadow: 0px 0px 5px 7px rgba(191, 191, 191, 0.57);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#strengths .strengths_details-item-img {
  height: 300px;
  margin: 0;
}

#strengths .strengths_details-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#strengths .strengths_details-item-description {
  text-align: center;
  padding: 25px 0;
  font-size: 25px;
  background-color: #028dd1;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#strengths .strengths_details-item-description:hover {
  background-color: #ec1c24;
}

#strengths .strengths_title {
  text-align: justify;
  line-height: 25px;
}

#strengths .strengths_title p {
  margin: 20px 0;
}

#strengths .strengths_contact {
  margin: 50px 0;
}

#strengths .strengths_contact-title {
  margin-top: 20px;
}

#strengths .strengths_contact-title h1 {
  text-align: center;
  text-align: center;
  font-size: 22px;
  color: #028dd1;
  font-weight: 600;
}

#strengths .strengths_contact-title p {
  text-align: center;
  color: black;
  font-size: 18px;
  line-height: calc(23 / 18);
}

#strengths .strengths_contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#strengths .strengths_contact-item {
  margin: 20px 0;
  padding: 20px 15px;
  background-color: #028dd1;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
}

#strengths .strengths_contact-item:hover {
  background-color: #ec1c24;
}

#strengths .strengths_contact-now {
  text-align: center;
}

#strengths .strengths_contact-icon {
  color: #ec1c24;
  font-size: 25px;
  margin-bottom: 20px;
}

#strengths .strengths_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  #strengths .strengths_details {
    padding: 50px 0;
    background-color: #efefef;
  }
  #strengths .strengths_details-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0 50px;
    padding: 0 100px;
  }
  #strengths .strengths_details-item {
    border-radius: 15px;
  }
  #strengths .strengths_details-item:hover {
    -webkit-box-shadow: 0px 0px 5px 7px rgba(221, 221, 221, 0.57);
            box-shadow: 0px 0px 5px 7px rgba(221, 221, 221, 0.57);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #strengths .strengths_details-item-img {
    height: 250px;
    margin: 0;
  }
  #strengths .strengths_details-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

@media (max-width: 1024px) {
  #strengths .strengths_container {
    padding: 0;
  }
  #strengths .strengths_details-item-img {
    height: 200px;
  }
  #strengths .strengths_details-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0 30px;
    padding: 0 100px;
  }
}

@media screen and (max-width: 880px) {
  #strengths .strengths .container {
    padding: 0 15px;
  }
  #strengths .strengths_details-list {
    padding: 0 20px;
  }
}

@media (max-width: 740px) {
  #strengths .strengths_details {
    padding: 0 15px;
  }
  #strengths .strengths_details-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  #strengths .strengths_details-item {
    margin: 10px 25px;
    padding: 10px 40px;
  }
}

@media (max-width: 599px) {
  #strengths .strengths_details-list {
    padding: 0;
  }
  #strengths .strengths_details-item {
    padding: 0;
    margin: 15px 0;
  }
  #strengths .strengths_contact-item {
    padding: 20px 20px;
  }
}

#procedure .procedure_container {
  margin: 50px 100px;
}

#procedure .procedure_title-list {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#procedure .procedure_title-item {
  cursor: pointer;
  background-color: #028dd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

#procedure .procedure_title-item:hover {
  background-color: #ec1c24;
  color: #fff;
}

#procedure .procedure_title-item:hover h2 {
  color: #fff;
}

#procedure .procedure_title-number {
  width: 20%;
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  color: #d5d5d5;
}

#procedure .procedure_title-desc {
  width: 85%;
}

#procedure .procedure_title-desc h2 {
  color: white;
  font-size: 25px;
  margin-top: 20px;
}

#procedure .procedure_title-desc p {
  color: white;
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0;
}

#procedure .procedure_title-icon {
  text-align: center;
  color: #028dd1;
  font-size: 30px;
  margin: 20px 0;
}

#procedure .procedure_button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #procedure .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 900px) {
  #procedure .container {
    padding: 0 10px;
  }
  #procedure .procedure_container {
    margin: 0 40px;
  }
  #procedure .procedure_title-number p {
    font-size: 120px;
  }
  #procedure .procedure_title-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #procedure .procedure_button {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 740px) {
  #procedure .procedure_container h1 {
    font-size: 30px;
  }
  #procedure .procedure_title-desc {
    font-size: 23px;
  }
}

@media screen and (max-width: 599px) {
  #procedure .container {
    padding: 0 0;
  }
  #procedure .procedure_container {
    margin: 0 0;
  }
  #procedure .procedure_title-item {
    padding: 0 15px;
  }
  #procedure .procedure_title-desc {
    width: 80%;
    line-height: 30px;
  }
}

#feature .feature_title {
  margin: 50px 0;
}

#feature .feature_content {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#feature .feature_content-list {
  background-color: #efefef;
  width: 70%;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#feature .feature_content-list-item {
  padding: 20px;
}

#feature .feature_content-list-item h2 {
  cursor: pointer;
  background-color: #028dd1;
  color: #fff;
  font-size: 30px;
  padding: 20px;
}

#feature .feature_content-list-item h2:hover {
  background-color: #ec1c24;
}

#feature .feature_content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

#feature .feature_content-img {
  height: 207px;
  width: 276px;
}

#feature .feature_content-img img {
  border: 2px solid #028dd1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#feature .feature_content-title {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  width: 100%;
}

#feature .feature_content-title p {
  color: black;
  text-align: justify;
  line-height: 22px;
}

#feature .feature_content-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  width: 25%;
  border-radius: 20px;
  margin-left: 50px;
  background-color: #efefef;
}

#feature .feature_content-type-item {
  background-color: #028dd1;
  margin: 7px 20px 10px 20px;
  border-radius: 10px;
}

#feature .feature_content-type-item:hover {
  background-color: #ec1c24;
  -webkit-box-shadow: 0px 10px 13px -1px #767676c0;
          box-shadow: 0px 10px 13px -1px #767676c0;
}

#feature .feature_content-type-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
}

#feature .feature_content-type-img {
  height: 50px;
  width: 50px;
}

#feature .feature_content-type-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#feature .feature_button {
  float: right;
  margin-left: auto;
}

#feature .feature_button a {
  padding: 7px 15px;
  background-color: #028dd1;
  border-radius: 6px;
  color: #fff;
  width: fit-content;
    white-space: nowrap;
}

#feature .feature_button a:hover {
  background-color: #ec1c24;
  color: white;
  border: 1px solid #ec1c24;
}

#feature .feature_button-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  #feature .feature_content-type {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  #feature .feature_content-title {
    max-width: 235px;
    width: 100%;
  }
  #feature .feature_content-type {
    margin-left: 40px;
  }
  #feature .feature_content-type-title p {
    font-size: 10px;
    line-height: 1.5;    
    width: 100%;
    white-space: nowrap;
  }
  #feature .feature_content-type-img {
    width: 40px;
    height: 40px;
  }
  #feature .feature_content-type-link {
    padding: 10px;
  }
  #feature .feature_button-contact {
    margin-top: 30px;
  }
}

@media (max-width: 899px) {
  #feature .feature_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #feature .feature_content-list {
    width: 100%;
  }
  #feature .feature_content-type {
    top: 95px;
    width: 100%;
    margin: 0 0 30px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    border-radius: 0;
    -webkit-box-shadow: 1px 7px 5px 3px #d4d4d4b0;
            box-shadow: 1px 7px 5px 3px #d4d4d4b0;
  }
  #feature .feature_content-type-img {
    display: none;
  }
  #feature .feature_content-type-item {
    margin: 5px 5px;
  }
}

@media (max-width: 750px) {
  #feature .feature .container {
    padding: 0 25px;
  }
  #feature .feature_content-type {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
  #feature .feature_content-type-item {
    margin: 5px 5px;
  }
  #feature .feature_content-type-title p {
    font-size: 10px;
  }
  #feature .feature_content-type-link {
    padding: 5px;
  }
  #feature .feature_content-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #feature .feature_content-title {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px 0 20px;
  }
  #feature .feature_content-title p {
    padding: 0 0 10px 0;
    font-size: 15px;
  }
  #feature .feature_content-list-item {
    padding: 20px 0;
  }
  #feature .feature_content-list-item h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 599px) {
  #feature .feature .container {
    padding: 0;
  }
  #feature .feature_content-title {
    padding: 10px 15px 0;
    margin: 0;
  }
}

#product_detail .product_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  max-height: 500px;
  height: 100%;
}

#product_detail .product_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product_detail .product_type {
  padding-bottom: 5px;
  border-bottom: 2px solid #ec1c24;
  font-size: 30px;
  line-height: 30px;
  color: #ec1c24;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#product_detail .product_desc {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: black;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#product_detail .product_desc img {
  margin: 10px;
  width: 220px !important;
  height: 156px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#product_detail .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#product_detail .product_gallary {
  max-width: 1200px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (23%)[4];
      grid-template-columns: repeat(4, 23%);
  margin-top: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#product_detail .product_card {
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
}

#product_detail .product_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product_detail .product_card:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 3px 3px 10px 0px #000000b7;
          box-shadow: 3px 3px 10px 0px #000000b7;
}

#product_detail .product_button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin: 50px auto;
}

#product_detail .product p {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: calc(40 / 24);
}

@media (max-width: 820px) {
  #product_detail .product .container {
    padding: 0 30px;
  }
  #product_detail .product_card {
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  #product_detail .product_card {
    height: 150px;
  }
}

@media screen and (max-width: 740px) {
  #product_detail .product_desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  #product_detail .container {
    padding: 0 15px;
  }
  #product_detail .product_gallary {
    -ms-grid-columns: (45%)[2];
        grid-template-columns: repeat(2, 45%);
  }
  #product_detail .product_card {
    height: 100px;
  }
  #product_detail .product_desc img {
    width: 140px !important;
    height: 100px !important;
  }
  #product_detail .product h1 {
    font-size: 24px;
  }
  #product_detail .product p {
    font-size: 16px;
  }
}

#contact .contact_container {
  padding: 0 20px;
}

#contact .contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 8% 100px;
}

#contact .contact_header {
  color: #ec1c24;
  font-size: 50px;
  margin: 50px 0;
}

#contact .contact_heading {
  color: #028dd1;
}

#contact .contact_heading h1 {
  text-align: center;
  margin: 20px auto;
  border-bottom: transparent;
}

#contact .contact_heading h2 {
  color: #028dd1;
  font-size: 30px;
  margin-bottom: 15px;
}

#contact .contact_text {
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  line-height: calc(25 / 16);
  padding: 0 15px;
}

#contact .contact_item-col-6 {
  width: 70%;
}

#contact .contact_item-col-4 {
  width: 30%;
}

#contact .contact_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact .contact_menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contact_menu-item-icon {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contact_desc {
  margin: 5px 10px;
  padding: 0 10px;
  line-height: 20px;
}

#contact .contact_title {
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  margin: 15px 0;
  width: 100%;
}

#contact .contact_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#contact .contact_form {
  margin-top: 15px;
}

#contact .contact_form-input {
  display: block;
  margin: 8px 0;
  padding: 8px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  border: 1px solid #ccc;
}

#contact .contact_form-input:hover {
  border: 1px solid #000;
}

#contact .contact_button {
  margin: 30px auto 0;
}

#contact .contact_button button {
  width: 100%;
  padding: 10px 70px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  background-color: #028dd1;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: inline-block;
}

#contact .contact_button button:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

#contact .contact span {
  color: #ec1c24;
}

#contact .contact_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

#contact .contact_message label {
  margin-bottom: 8px;
}

#contact .contact_message textarea {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#contact .contact_message textarea:hover {
  border: 1px solid #000;
}

#contact .contact_feeback {
  margin: 0 auto;
  padding: 50px;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  border: 2px solid #028dd1;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact .contact_map {
  margin: 50px auto;
  width: 100%;
  margin-bottom: 0;
}

#contact .bi {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #ec1c24;
}

@media (max-width: 1024px) {
  #contact .contact_container {
    padding: 0;
  }
  #contact .contact_content {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 899px) {
  #contact .contact .container {
    padding: 0 25px;
  }
  #contact .contact_form {
    width: 100%;
  }
  #contact .contact_feeback {
    margin: 0px;
    width: 100%;
    padding: 20px;
  }
  #contact .contact_heading {
    padding: 0 10px;
  }
  #contact .contact_heading h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 799px) {
  #contact .contact .container {
    padding: 0 25px;
  }
  #contact .contact_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #contact .contact_item {
    padding-bottom: 30px;
  }
  #contact .contact_item-col-6 {
    width: 100%;
  }
  #contact .contact_item-col-4 {
    width: 100%;
  }
  #contact .contact_feeback {
    padding: 25px;
  }
  #contact .contact_heading h2 {
    font-size: 20px;
  }
  #contact .contact_heading h1 {
    font-size: 25px;
  }
  #contact .contact_header h1 {
    font-size: 30px;
  }
  #contact .contact_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  #contact .container {
    padding: 0 !important;
  }
  #contact .contact_header {
    font-size: 45px;
  }
  #contact .contact_heading h2 {
    font-size: 25px !important;
  }
  #contact .contact_heading h1 {
    font-size: 28px !important;
  }
  #contact .contact_content {
    margin: 0;
    padding: 0 15px;
  }
  #contact .contact_feeback {
    border: none;
  }
  #contact .contact_info {
    margin-top: 50px;
  }
  #contact .contact_map {
    margin: 50px auto;
  }
}

#feedback .feedback_heading {
  color: #ec1c24;
}

#feedback .feedback_heading h2 {
  font-size: 50px;
  text-align: center;
  margin: 50px 0;
}

#feedback .feedback_desc {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  border: 2px solid #ec1c24;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#feedback .feedback_title {
  width: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
}

#feedback .feedback_form {
  margin: 5px 12px;
  padding: 5px 20px;
  display: block;
  width: 40%;
}

#feedback .feedback_form input {
  margin: 8px -2px;
  width: 95%;
  padding: 10px 10px;
  color: #666;
  border: 1px solid #757575;
  border-radius: 5px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}

#feedback .feedback_group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 89px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#feedback .feedback_button {
  margin: 0 auto;
  width: 35%;
  margin-top: 30px;
}

#feedback .feedback_button button {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  background-color: #028dd1;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: inline-block;
}

#feedback .feedback_button button:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

#feedback .feedback span {
  color: #ec1c24;
}

#feedback .feedback_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  margin: 5px 12px;
  padding: 5px 20px;
  padding-right: 15px;
}

#feedback .feedback_message label {
  margin-bottom: 8px;
}

#feedback .feedback_message textarea {
  border: 1px solid #757575;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 1227px) {
  #feedback .feedback_form {
    width: 100%;
  }
  #feedback .feedback_group {
    margin: 15px 10px;
  }
  #feedback .feedback_title {
    width: 70%;
  }
}

@media screen and (max-width: 799px) {
  #feedback .feedback .container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 740px) {
  #feedback .feedback_heading h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  #feedback .container {
    padding: 0;
  }
  #feedback .feedback_heading h2 {
    font-size: 30px;
  }
  #feedback .feedback_desc {
    width: 100%;
    border: none;
    padding: 0 15px;
  }
  #feedback .feedback_form {
    margin: 5px 0;
  }
  #feedback .feedback_form input {
    width: 90%;
  }
  #feedback .feedback_message {
    margin: 5px 0;
  }
  #feedback .feedback_message textarea {
    width: 88%;
  }
}
/*# sourceMappingURL=app.css.map */