h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.secion-home-banner {
  height: 100vh;
  background-image: url('../images/banner-home.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-test {
  height: 5000px;
}

.container-full {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.brand-logo {
  width: 180px;
  height: 80px;
  background-image: url('../images/logo-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navlink {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  color: #c50f42;
}

.navlink.w--current {
  color: #c50f42;
}

.button-red {
  border: 1px solid #c50f42;
  border-radius: 3px;
  background-color: #c50f42;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-red:hover {
  background-color: #b20d3c;
}

.button-red.marign-top {
  margin-top: 11px;
  margin-left: 30px;
}

.button-red.margin-left-right {
  margin-right: 10px;
  margin-left: 10px;
}

.button-red.button-full {
  width: 100%;
  margin-top: 20px;
}

.banner-text-box {
  margin-top: 7%;
  text-align: center;
}

.hi-banner {
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.banner-sub-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.button-white-border {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-white-border:hover {
  background-color: #fff;
  color: #c50f42;
}

.button-white-border.marign-top {
  margin-top: 11px;
  margin-left: 30px;
}

.button-bar {
  margin-top: 50px;
  text-align: center;
}

.section-client {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  text-align: center;
}

.client-logo {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.section-services {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h2-heading {
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

.service-box {
  margin-top: 60px;
}

.service-item {
  min-height: 120px;
  padding: 50px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.service-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.service-icon {
  height: 140px;
  margin-bottom: 10px;
}

.h3-heading {
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.service-text {
  font-family: Roboto, sans-serif;
  color: #58676d;
  line-height: 22px;
}

.section-review {
  padding-top: 50px;
  padding-bottom: 100px;
}

.container-full-2 {
  max-width: 100%;
}

.container-full-2.margin-top {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.review-item {
  width: 23%;
  min-height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
}

.review-img-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 37px;
}

.review-client-img {
  width: 37px;
}

.client-name {
  display: inline-block;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.review-text {
  font-family: Roboto, sans-serif;
  color: grey;
  line-height: 22px;
}

.star-time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.star {
  width: 15px;
  margin-right: 1px;
}

.time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 12px;
}

.time-text {
  margin-left: 4px;
}

.review-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-red-border {
  border: 1px solid #c50f42;
  border-radius: 3px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #c50f42;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-red-border:hover {
  background-color: #b20d3c;
  color: #fff;
}

.button-red-border.marign-top {
  margin-top: 11px;
  margin-left: 30px;
}

.button-red-border.margin-left-right {
  margin-right: 10px;
  margin-left: 10px;
}

.section-whychoose {
  padding: 100px 2%;
  background-image: url('../images/img-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-leftbox {
  width: 45%;
  min-height: 100px;
}

.h2-heading-left {
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.whychoose-content-box {
  margin-top: 50px;
}

.whychoose-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h3-heading-2 {
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.read-more-link {
  margin-left: 10px;
  padding-right: 18px;
  background-image: url('../images/icon-4.svg');
  background-position: 100% 62%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #c50f42;
  font-weight: 400;
  text-decoration: none;
}

.whychosse-text {
  font-family: Roboto, sans-serif;
  color: #58676d;
  line-height: 22px;
}

.section-form {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}

.form-text-box {
  width: 80%;
}

.form-text-medium {
  font-family: Roboto, sans-serif;
  color: #58676d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.usp-box {
  margin-top: 50px;
}

.usp-item {
  margin-bottom: 30px;
  padding-left: 50px;
}

.usp-item.usp-icon-1 {
  background-image: url('../images/icon-5.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-item.usp-icon-2 {
  background-image: url('../images/icon-5.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-item.usp-icon-3 {
  background-image: url('../images/icon-5.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.h4-heading {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.form-wrapper {
  width: 80%;
  padding: 10px 50px 40px;
  float: right;
  border-radius: 5px;
  background-color: #f1f1f1;
  text-align: center;
}

.input {
  height: 48px;
  border: 1px solid #dadada;
  border-radius: 3px;
  line-height: 20px;
}

.textarea {
  min-height: 120px;
  border: 1px solid #dadada;
  border-radius: 3px;
  line-height: 20px;
}

.h3-heading-4 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
}

.arrow-img {
  position: absolute;
  left: 45%;
  bottom: 230px;
  width: 170px;
  margin-left: -70px;
}

.footer {
  padding-top: 150px;
  padding-bottom: 10px;
  background-color: #04254a;
  background-image: url('../images/img-3.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #103053;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.socila-box {
  padding-top: 14px;
}

.social-button {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.social-button.icon-facebook {
  width: 20px;
  background-image: url('../images/icon-facebook.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-button.icon-twitter {
  width: 20px;
  background-image: url('../images/icon-twitter.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-button.icon-instagram {
  width: 20px;
  background-image: url('../images/icon-instagram.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.divider {
  height: 10px;
  background-color: #103053;
}

.footer-middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-text {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.85);
  line-height: 28px;
  -webkit-column-count: 2;
  column-count: 2;
}

.h4-heading-white {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.85);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.footer-text-2 {
  padding-left: 30px;
  font-family: Roboto, sans-serif;
  color: #58676d;
  line-height: 20px;
}

.footer-text-2.icon-address {
  background-image: url('../images/icon-6.svg');
  background-position: 0px 0px;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #7f8fa3;
}

.footer-text-2.icon-phone {
  background-image: url('../images/icon-7.svg');
  background-position: 0px 0px;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #7f8fa3;
}

.footer-text-2.icon-email {
  background-image: url('../images/icon-8.svg');
  background-position: 0px 4px;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #7f8fa3;
}

.footer-address {
  width: 60%;
  float: right;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #103053;
}

.copyright {
  font-family: Roboto, sans-serif;
  color: #58676d;
  font-size: 12px;
}

.footer-link {
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.secion-about-banner {
  height: 555px;
  background-image: url('../images/banner-about.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-vision {
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-box {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #58676d;
  line-height: 28px;
}

.office-img {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 57, 105, 0.33)), to(rgba(17, 57, 105, 0.33))), url('../images/img-4.png');
  background-image: linear-gradient(180deg, rgba(17, 57, 105, 0.33), rgba(17, 57, 105, 0.33)), url('../images/img-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: brightness(122%) saturate(142%);
  filter: brightness(122%) saturate(142%);
}

.section-stats {
  padding-top: 100px;
  padding-bottom: 100px;
}

.stats-item {
  min-height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
}

.stats-icon {
  width: 37px;
}

.stats-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats-name {
  display: inline-block;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.stats-text {
  font-family: Roboto, sans-serif;
  color: grey;
  line-height: 22px;
}

.section-team {
  padding-top: 0px;
  padding-bottom: 100px;
}

.team-box {
  margin-top: 50px;
}

.team-member-content {
  padding-top: 30px;
}

.team-member-name {
  display: inline-block;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 22px;
  font-weight: 700;
}

.team-member-degi {
  margin-left: 0px;
  color: grey;
  font-size: 12px;
}

.team-member-text {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: grey;
  line-height: 22px;
}

.section-strip {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
  text-align: center;
}

.h2-heading-2 {
  font-family: Roboto, sans-serif;
  color: #043063;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.sub-text {
  font-family: Roboto, sans-serif;
  color: #043063;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.footer-2 {
  padding-top: 150px;
  padding-bottom: 10px;
  background-color: #04254a;
  background-image: url('../images/img-10.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.secion-contact-banner {
  height: 555px;
  background-image: url('../images/banner-contact.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form-wrapper {
  padding-bottom: 100px;
}

.contact-us-form-box {
  display: block;
  width: 40%;
  min-height: 100px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.button-red-2 {
  border: 1px solid #c50f42;
  border-radius: 3px;
  background-color: #c50f42;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-red-2:hover {
  background-color: #b20d3c;
}

.button-red-2.button-full {
  width: 100%;
  margin-top: 20px;
}

.button-red-2.margin-left-right {
  margin-right: 10px;
  margin-left: 10px;
}

.button-red-2.margin-top {
  margin-top: 30px;
}

.form-wrapper-2 {
  width: 100%;
  padding: 10px 50px 40px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.input-2 {
  height: 48px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #f1f1f1;
  line-height: 20px;
}

.textarea-2 {
  min-height: 120px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #f1f1f1;
  line-height: 20px;
}

.section-address-box {
  padding-top: 0px;
  padding-bottom: 100px;
}

.address-row {
  margin-top: 70px;
}

.address-item {
  min-height: 220px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px 30px 0px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.addresss-icon {
  margin-bottom: 30px;
}

.address-small-text {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.h5-heading {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.section-map {
  height: 450px;
}

.map {
  height: 400px;
}

.secion-services-banner {
  height: 555px;
  background-image: url('../images/banner-services.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-services-box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-content-right {
  width: 90%;
  margin-top: 50px;
  margin-left: 0px;
  float: right;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #58676d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.services-content-left {
  width: 90%;
  margin-top: 50px;
  margin-left: 0px;
  float: left;
}

.section-testimonial {
  padding-top: 40px;
  padding-bottom: 100px;
}

.testimonial-heading-box {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonial-wrapper {
  margin-top: 60px;
}

.testimonial-item {
  min-height: 120px;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: left;
}

.quote-icon {
  margin-bottom: 20px;
}

.testimonial-text {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #58676d;
  line-height: 22px;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/icon-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.nav-menu {
  top: 11px;
}

.columns {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.columns-2 {
  max-width: 100%;
}

.columns-3 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.12);
  opacity: 0.95;
}

.topbar-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c50f42;
  background-color: rgba(197, 15, 66, 0.15);
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5px;
  text-transform: none;
}

.topbar-btn:hover {
  background-color: rgba(0, 0, 0, 0.28);
}

.topbar-btn.special {
  height: 50%;
  margin-right: 2%;
  margin-left: 34%;
}

.link {
  margin-right: 1%;
  margin-left: 45%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.modal-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 35px 20px;
  background-color: #fff;
  color: #505050;
  font-size: 24px;
  line-height: 34px;
}

.btn-modal:hover {
  background-color: #dcdcdc;
}

.btn-modal.bill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bill4353.png');
  background-position: 90% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.btn-modal.securefile {
  background-image: url('../images/icon-13.svg');
  background-position: 90% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.btn-modal.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/comp47653874.png');
  background-position: 90% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.heading {
  position: absolute;
  top: 0px;
  right: 24px;
  color: #fff;
  cursor: pointer;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-3 {
  padding: 0px 150px;
  font-size: 20px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-4 {
  padding-right: 150px;
  padding-left: 150px;
  font-style: normal;
}

.image-2 {
  padding-bottom: 0px;
}

.list-item {
  color: #58676d;
}

.list-item-2 {
  color: #58676d;
}

.list-item-3 {
  color: #58676d;
}

.list-item-4 {
  color: #58676d;
}

.list-item-5 {
  color: #58676d;
}

.list-item-6 {
  color: #58676d;
}

.list-item-7 {
  color: #58676d;
}

.list-item-8 {
  color: #58676d;
}

.html-embed {
  margin-top: -100px;
  margin-right: 20px;
  margin-left: 20px;
}

.bold-text-2 {
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .secion-home-banner {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 50%;
  }

  .navlink {
    color: #444;
  }

  .button-red.marign-top {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-services {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-item {
    margin-bottom: 20px;
  }

  .section-review {
    padding-right: 10px;
    padding-left: 10px;
  }

  .review-item {
    width: auto;
    margin-bottom: 20px;
  }

  .review-row {
    display: block;
  }

  .section-whychoose {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 50%;
  }

  .whychoose-leftbox {
    width: 65%;
  }

  .section-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-text-box {
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .arrow-img {
    display: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-top {
    padding-left: 0px;
  }

  .footer-address {
    width: 80%;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

  .copyright {
    margin-top: 20px;
  }

  .secion-about-banner {
    padding-right: 10px;
    padding-left: 20px;
    background-position: 50% 0px;
  }

  .section-vision {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-stats {
    overflow: hidden;
  }

  .stats-item {
    min-height: auto;
    margin-bottom: 20px;
  }

  .section-team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-item {
    margin-bottom: 50px;
  }

  .section-strip {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .secion-contact-banner {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0px;
  }

  .contact-us-form-box {
    width: 90%;
  }

  .section-address-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .address-item {
    margin-bottom: 30px;
  }

  .secion-services-banner {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0px;
  }

  .section-services-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-testimonial {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-item {
    margin-bottom: 20px;
  }

  .phone {
    margin-top: 0px;
  }

  .menu-icon {
    color: #fff;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .menu-button {
    top: 12px;
    background-color: transparent;
  }

  .topbar-btn.special {
    margin-right: 1%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .banner-text-box {
    margin-top: 70px;
  }

  .hi-banner {
    font-size: 50px;
  }

  .whychoose-leftbox {
    width: 100%;
  }

  .h2-heading-left {
    text-align: center;
  }

  .arrow-img {
    display: none;
  }

  .footer-address {
    width: 100%;
  }

  .team-member-img {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-content {
    text-align: center;
  }

  .services-content-right {
    width: 100%;
    text-align: center;
  }

  .services-content-left {
    width: 100%;
    text-align: center;
  }

  .testimonial-heading-box {
    width: 100%;
  }

  .phone {
    margin-left: 4%;
  }

  .btn-modal.bill {
    width: 70%;
  }

  .btn-modal.securefile {
    width: 70%;
  }

  .btn-modal.support {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .secion-home-banner {
    height: 600px;
  }

  .brand-logo {
    width: 100px;
    height: 60px;
    background-size: 100px;
  }

  .banner-text-box {
    margin-top: 10px;
  }

  .hi-banner {
    font-size: 40px;
    line-height: 50px;
  }

  .client-logo {
    width: 100px;
  }

  .section-services {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link {
    display: block;
    line-height: 30px;
  }

  .secion-about-banner {
    height: 450px;
  }

  .section-vision {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-team {
    padding-right: 10px;
    padding-left: 10px;
  }

  .secion-contact-banner {
    height: 470px;
  }

  .form-wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .address-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .secion-services-banner {
    height: 460px;
  }

  .section-services-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonial-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .phone {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 19px;
  }

  .menu-button {
    top: 3px;
  }

  .top-bar {
    height: 35px;
  }

  .topbar-btn {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-modal {
    padding-left: 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .btn-modal.bill {
    background-size: 8vw;
  }

  .btn-modal.securefile {
    background-size: 8vw;
  }

  .btn-modal.support {
    background-size: 8vw;
  }
}

#w-node-_3efea299-dc45-1620-9a81-6e58d155c9e1-d155c9e0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3efea299-dc45-1620-9a81-6e58d155c9e3-d155c9e0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

