/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: #585858;
  font-family: var(--montserratfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  background: #fff;
  overflow-x: hidden;
}

p {
  padding: 0rem;
  margin: 0rem 0 0.75rem;
  color: #585858;
  font-family: var(--montserratfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Orange, #ff4f0e);
  font-family: var(--montserratfamily);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}

h2 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Orange, #ff4f0e);
  font-family: var(--montserratfamily);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}

h3 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: var(--White, #fff);
  font-family: var(--montserratfamily);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-size: 1.5rem;
  line-height: normal;
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-size: 1rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

iframe {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-flex;
  display: flex;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: var(--montserratfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  outline: none;
  border: 1px solid var(--Orange, #ff4f0e);
  border-radius: 8px;
  background: var(--Orange, #ff4f0e);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  color: #ff4f0e;
  background: #fff;
  border: 1px solid #fff;
}
.btn:hover {
  color: #ff4f0e;
  background: #fff;
  border: 1px solid #fff;
}
.btn.orgBorder {
  background: transparent;
  color: #ff4f0e;
}
.btn.orgBorder:focus, .btn.orgBorder:active:focus {
  color: #fff;
  background: #ff4f0e;
  border: 1px solid #ff4f0e;
}
.btn.orgBorder:hover {
  color: #fff;
  background: #ff4f0e;
  border: 1px solid #ff4f0e;
}

.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
  font-size: 16px;
}

.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
  font-size: 16px;
}

.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=search]::-ms-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
  font-size: 16px;
}

.form-control:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=search]::-moz-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
  font-size: 16px;
}

input:not([type=submit]),
textarea,
select {
  display: block;
  width: 100%;
  color: var(--Black, #0d0e0e);
  font-family: var(--poppinsfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  padding: 18.5px 12px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #e8e5e5;
  background: #e8e5e5;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea.form-control,
textarea {
  height: 150px;
  resize: none;
  overflow: hidden;
}

.form-control:focus,
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-image: url(../images/down-arrow-select.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  font-size: var(--font-size-16);
  color: #1d1d1d;
  height: auto;
  padding: 14px 35px 14px 20px;
  line-height: normal;
  font-family: var(--globalInter);
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  background-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  margin-bottom: 12px;
}

select:focus {
  border: 1px solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
}

label {
  color: #585858;
  font-family: var(--montserratfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0.0175rem;
  margin: 0px 0px 0.25rem;
  padding: 0;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--Brand-Black-2, #464646);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c7c7c7;
  padding: 11px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 4px;
  top: 4px;
}
.checkbox label a {
  text-decoration: none;
  color: var(--accent-color-2, #ed7005);
}
.checkbox label span.color-circle {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.checkbox input:checked + label::before {
  background: var(--Brand-Blue, #4b9bd1);
  border: 1px solid #4b9bd1;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 4px;
  font-size: 16px;
  top: 5px;
  color: #fff;
}

.popup {
  position: fixed;
  display: none;
}

section {
  overflow: hidden;
}
section h1,
section h2 {
  margin: 0 0 1rem;
}

.round_heading {
  display: inline-flex;
  padding: 4px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 15px;
  border: 0.75px solid rgba(173, 173, 173, 0.3);
  background: linear-gradient(101deg, rgba(139, 139, 139, 0.24) 1.39%, rgba(179, 179, 179, 0) 101.71%);
  -webkit-backdrop-filter: blur(7.2749996185px);
          backdrop-filter: blur(7.2749996185px);
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px;
}
.round_heading h6 {
  margin: 0;
  padding: 0;
}

header.header_main {
  position: relative;
  padding: 16px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--Black, #0d0e0e);
}
header.header_main .adjustHd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header_main .logo {
  max-width: 130px;
  width: 100 header.header_main .logo;
}
header.header_main .logo a {
  display: block;
}

section.banner {
  position: relative;
  padding: 110px 0 189px;
  z-index: 1;
}
section.banner .banner_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.banner h1,
section.banner h2 {
  color: var(--White, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 0 0 1.25rem;
}
section.banner h1 {
  color: #ff4f0e;
  margin: 0 0 0.875rem;
}
section.banner p {
  color: #fff;
}
section.banner .group_grids_bx {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
section.banner .group_grids_bx .first_grids {
  position: relative;
  width: 100%;
  box-shadow: 0px 33px 55.2px 0px rgba(0, 0, 0, 0.25);
}
section.banner .group_grids_bx .first_grids img:nth-child(1) {
  width: 100%;
}
section.banner .group_grids_bx .first_grids img:nth-child(2) {
  position: absolute;
  width: 93px;
  height: 92px;
  right: 94px;
  top: 0;
  animation: rotate-animation 5s infinite linear;
  -o-object-fit: contain;
     object-fit: contain;
}
section.banner .group_grids_bx .second_grids {
  display: flex;
  flex-direction: column;
}
section.banner .group_grids_bx .second_grids .white_cruve {
  padding: 26px 170px 44px 50px;
  background: url(../images/white_curve.png) no-repeat;
  background-size: 100% 100%;
}
section.banner .group_grids_bx .second_grids .white_cruve h3 {
  color: var(--Black, #0d0e0e);
  font-family: var(--montserratfamily);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
section.banner .group_grids_bx .second_grids .orange_rect {
  width: 133px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #ff4f0e;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: -73px;
}
section.banner .arrow_animate {
  width: 26px;
  height: 37px;
  flex-shrink: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
section.banner .arrow_animate span {
  color: #fff;
  font-size: 26px;
  font-family: initial;
  animation: arrow-animation 2s infinite linear;
  display: inline-block;
}

@keyframes arrow-animation {
  0% {
    transform: translateY(-35px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(35px);
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sign_up_form {
  margin-top: 60px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.27) 43.45%, rgba(255, 255, 255, 0) 84.26%);
}
.sign_up_form .flex_adjust {
  display: flex;
  gap: 20px;
}
.sign_up_form .flex_adjust > *:nth-child(1), .sign_up_form .flex_adjust > *:nth-child(2) {
  flex: 0 0 auto;
  width: 35%;
}
.sign_up_form .flex_adjust > *:nth-child(3) {
  width: 30%;
}
.sign_up_form input:not([type=submit]) {
  padding: 14px 12px;
  margin: 0;
}
.sign_up_form .submitButton {
  position: relative;
}
.sign_up_form .submitButton p {
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.sign_up_form .submitButton input[type=submit] {
  position: absolute;
  opacity: 0;
  inset: 0;
  z-index: 1;
}
.sign_up_form .submitButton:focus {
  border: 1px solid #fff;
  background: #fff;
}
.sign_up_form .submitButton:focus p {
  color: #ff4f0e;
}
.sign_up_form .submitButton:active {
  background: #fff;
}
.sign_up_form .submitButton:active:focus {
  border: 1px solid #fff;
  background: #fff;
}
.sign_up_form .submitButton:active:focus p {
  color: #ff4f0e;
}
.sign_up_form .submitButton:hover p {
  color: #ff4f0e;
}
.sign_up_form .submitButton:hover:focus {
  border: 1px solid #fff;
  background: #fff;
}
.sign_up_form .submitButton:hover:focus p {
  color: #ff4f0e;
}
.sign_up_form .submitButton:hover span {
  filter: invert(39%) sepia(69%) saturate(2909%) hue-rotate(352deg) brightness(99%) contrast(105%);
}

section.fill_form {
  padding: 100px 0;
}
section.fill_form .group_fill_bg {
  position: relative;
  width: 100%;
  border-radius: 40px;
  background: #0d0e0e url(../images/fill_bg.png) no-repeat center;
  background-size: cover;
  padding: 72px 86px 52px;
  z-index: 1;
  overflow: hidden;
}
section.fill_form .group_fill_bg .img_bg {
  position: absolute;
  margin-left: auto;
  max-width: 744px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.fill_form .group_fill_bg .img_bg::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: linear-gradient(93deg, #000000 6.34%, rgba(115, 115, 115, 0) 82.88%);
}
section.fill_form .group_fill_bg .img_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.fill_form .group_fill_bg .gp_dt_fm {
  max-width: 755px;
  position: relative;
}
section.fill_form .group_fill_bg .gp_dt_fm h5 {
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin: 0 0 1.9375rem;
  max-width: 648px;
}
section.fill_form .group_fill_bg .gp_dt_fm .sign_up_form {
  margin: 0;
}
section.fill_form .group_fill_bg .gp_dt_fm .sign_up_form input {
  border-radius: 8px;
  border: 1px solid var(--White, #fff);
  background: var(--White, #fff);
}

section.what_we_doing {
  padding: 0 0 100px;
}
section.what_we_doing .sign_up_form {
  margin: 0;
}
section.what_we_doing .sign_up_form .flex_adjust {
  display: flex;
  gap: 27px;
  flex-direction: column;
}
section.what_we_doing .sign_up_form .flex_adjust > *:nth-child(1), section.what_we_doing .sign_up_form .flex_adjust > *:nth-child(2), section.what_we_doing .sign_up_form .flex_adjust > *:nth-child(3) {
  flex: 0 0 auto;
  width: 100%;
}
section.what_we_doing .wht_gp {
  position: relative;
  max-width: 642px;
  margin-left: auto;
}
section.what_we_doing .wht_gp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.what_we_doing .wht_gp img.stars {
  width: 93px;
  height: 92px;
  position: absolute;
  right: -40px;
  bottom: -46px;
  animation: rotate-animation 10s infinite linear;
}
section.what_we_doing .wht_gp img.round_img {
  border-radius: 20px;
  overflow: hidden;
}
section.what_we_doing .sign_up_form .submitButton.btn:focus, section.what_we_doing .sign_up_form .submitButton.btn:hover, section.what_we_doing .sign_up_form .submitButton.btn:active {
  border: 1px solid #ff4f0e;
}

section.some_number {
  padding: 0 0 100px;
}
section.some_number .bk_bg {
  padding: 5.875rem 2.7837rem 6.7525rem 7rem;
  border-radius: 40px;
  background: #0d0e0e url(../images/bumbers_bg.png) no-repeat;
  background-size: cover;
}
section.some_number .bk_bg .txt_nb {
  max-width: 753px;
}
section.some_number .bk_bg .txt_nb .round_heading h6 {
  color: #ccc;
}
section.some_number .bk_bg .txt_nb p {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
}
section.some_number .bk_bg .gp_item .col_each {
  position: relative;
}
section.some_number .bk_bg .gp_item .col_each + .col_each {
  margin-top: -20px;
}
section.some_number .bk_bg .gp_item .col_each:nth-child(1) {
  z-index: 3;
}
section.some_number .bk_bg .gp_item .col_each:nth-child(2) {
  z-index: 2;
  margin-left: 70px;
}
section.some_number .bk_bg .gp_item .col_each:nth-child(3) {
  z-index: 1;
  margin-left: 140px;
}
section.some_number .bk_bg .gp_item .col_each .counter-item {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  max-width: 210.86px;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  height: 110px;
  border-radius: 15px;
  border: 0.75px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(101deg, rgba(255, 255, 255, 0.24) 1.39%, rgba(255, 255, 255, 0) 101.71%);
  -webkit-backdrop-filter: blur(7.2749996185px);
          backdrop-filter: blur(7.2749996185px);
  transform: translate(0px, 0px) scale(1, 0.9) skew(-20deg, 2deg);
}
section.some_number .bk_bg .gp_item .col_each .counter-item .heading_count {
  display: flex;
  gap: 15px;
  align-items: center;
}
section.some_number .bk_bg .gp_item .col_each .counter-item .heading_count h4 {
  color: var(--Orange, #ff4f0e);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 0;
}
section.some_number .bk_bg .gp_item .col_each .counter-item .heading_count .icon_up {
  transform: rotate(-10deg) skew(10deg, 20deg);
}
section.some_number .bk_bg .gp_item .col_each .counter-item p {
  color: var(--White, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.newsletter {
  padding: 0 0 100px;
}
section.newsletter .bk_bg {
  text-align: center;
  padding: 60px 104px 40px;
  border-radius: 40px;
  background: #0d0e0e url(../images/bumbers_bg.png) no-repeat;
  background-size: cover;
}
section.newsletter .bk_bg .group_txt {
  margin: 0 0 3rem;
}
section.newsletter .bk_bg .group_txt .round_heading h6 {
  color: #ccc;
}
section.newsletter .bk_bg .group_txt h2 {
  color: var(--White, #fff);
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.72px;
  margin: 0 0 12px;
}
section.newsletter .bk_bg .group_txt > p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
section.newsletter .bk_bg .sign_up_form {
  margin: auto;
  max-width: 753px;
}

footer.ftmain {
  padding: 25px 0;
  background: var(--Orange, #ff4f0e);
}
footer.ftmain .ft_adjust {
  display: flex;
  justify-content: space-between;
}
footer.ftmain p {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
footer.ftmain a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.modal.contactfrm_show .modal-content {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: linear-gradient(103deg, rgb(35, 35, 35) 43.45%, rgb(0, 0, 0) 84.26%);
}
.modal.contactfrm_show .modal-content .modal-header {
  justify-content: center;
  border: none;
}
.modal.contactfrm_show .modal-content .modal-header h4 {
  font-size: 28px;
  color: #fff;
}
.modal.contactfrm_show .modal-content .modal-header .btn-close {
  position: absolute;
  right: 25px;
  filter: brightness(0) invert(1);
}
.modal.contactfrm_show .modal-content .form-group label {
  color: #fff;
  margin: 0 0 10px;
}
.modal.contactfrm_show .modal-content .form-group input:not([type=submit]), .modal.contactfrm_show .modal-content .form-group textarea, .modal.contactfrm_show .modal-content .form-group select {
  display: block;
  width: 100%;
  color: var(--Black, #0d0e0e);
  font-family: var(--poppinsfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  padding: 12.5px 12px;
  border: 2px solid rgb(255, 79, 14);
  background: #fff;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.modal.contactfrm_show .modal-content .form-group textarea.form-control, .modal.contactfrm_show .modal-content .form-group textarea {
  height: 135px !important;
}
.modal.contactfrm_show .modal-content .modal-footer {
  text-align: center;
  padding: 0;
}
.modal.contactfrm_show .wpcf7-response-output {
  margin: 0 !important;
  color: #fff !important;
  text-align: center;
}
.modal.contactfrm_show .wpcf7-spinner {
  margin: 15px auto 0;
}
.modal.contactfrm_show .wpcf7-not-valid-tip {
  margin-bottom: 2px;
}/*# sourceMappingURL=style.css.map */