@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Light.eot");
  src: url("../fonts/Usual-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Usual-Light.woff") format("woff"), url("../fonts/Usual-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Regular.eot");
  src: url("../fonts/Usual-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Usual-Regular.woff") format("woff"), url("../fonts/Usual-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Medium.eot");
  src: url("../fonts/Usual-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Usual-Medium.woff") format("woff"), url("../fonts/Usual-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Bold.eot");
  src: url("../fonts/Usual-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Usual-Bold.woff") format("woff"), url("../fonts/Usual-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-ExtraBold.eot");
  src: url("../fonts/Usual-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Usual-ExtraBold.woff") format("woff"), url("../fonts/Usual-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Usual, sans-serif;
  box-sizing: border-box;
}

button {
  cursor: pointer;
  font-family: inherit;
}

.grecaptcha-badge {
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  .ph-content {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .open-modal {
    display: block !important;
  }
}

.bg-black {
  background: #020204;
}

.rvr-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.boxes-section {
  width: 100%;
}
.boxes-section .container {
  padding: 0 64px;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container {
    padding: 0 20px;
  }
}
.boxes-section .container .heading {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .heading {
    justify-content: center;
    align-items: center;
  }
  .boxes-section .container .heading img {
    height: 32px;
  }
}
.boxes-section .container .heading h2 {
  font-family: Calistoga;
  color: #020204;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .heading h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.boxes-section .container .boxes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .boxes-section .container .boxes {
    display: grid;
    max-width: 960px;
  }
}
@media only screen and (max-width: 1300px) {
  .boxes-section .container .boxes {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .boxes-section .container .boxes {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes {
    padding-bottom: 0;
  }
}
.boxes-section .container .boxes .box {
  border: 1px;
  text-decoration: none;
  color: #020204;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
.boxes-section .container .boxes .box a {
  display: block;
  text-decoration: none;
  color: #020204;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box {
    margin-bottom: 20px;
  }
}
.boxes-section .container .boxes .box:hover .box-btn {
  color: #020204;
}
.boxes-section .container .boxes .box:first-child {
  border: 1px solid #00467F;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:first-child .box-btn {
    border-color: #00467F;
    background: #00467F;
    color: #fff;
  }
}
.boxes-section .container .boxes .box:first-child:hover .box-btn {
  border-color: #00467F;
  background: #00467F;
  color: #fff;
}
.boxes-section .container .boxes .box:nth-child(2) {
  border: 1px solid #D95A98;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:nth-child(2) .box-btn {
    border-color: #D95A98;
    background: #D95A98;
    color: #020204;
  }
}
.boxes-section .container .boxes .box:nth-child(2):hover .box-btn {
  border-color: #D95A98;
  background: #D95A98;
  color: #020204;
}
.boxes-section .container .boxes .box:nth-child(3) {
  border: 1px solid #FFE450;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:nth-child(3) .box-btn {
    border-color: #FFE450;
    background: #FFE450;
    color: #020204;
  }
}
.boxes-section .container .boxes .box:nth-child(3):hover .box-btn {
  border-color: #FFE450;
  background: #FFE450;
}
.boxes-section .container .boxes .box:nth-child(4) {
  border: 1px solid #35BABE;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:nth-child(4) .box-btn {
    border-color: #35BABE;
    background: #35BABE;
    color: #020204;
  }
}
.boxes-section .container .boxes .box:nth-child(4):hover .box-btn {
  border-color: #35BABE;
  background: #35BABE;
}
.boxes-section .container .boxes .box:nth-child(5) {
  border: 1px solid #30BB80;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:nth-child(5) .box-btn {
    border-color: #30BB80;
    background: #30BB80;
    color: #020204;
  }
}
.boxes-section .container .boxes .box:nth-child(5):hover .box-btn {
  border-color: #30BB80;
  background: #30BB80;
}
.boxes-section .container .boxes .box:last-child {
  border: 1px solid #7332F1;
}
@media only screen and (max-width: 1024px) {
  .boxes-section .container .boxes .box:last-child .box-btn {
    border-color: #7332F1;
    background: #7332F1;
    color: #fff;
  }
}
.boxes-section .container .boxes .box:last-child:hover .box-btn {
  border-color: #7332F1;
  background: #7332F1;
  color: #fff;
}
.boxes-section .container .boxes .box .box-item {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-height: 955px) {
  .boxes-section .container .boxes .box .box-item {
    padding: 30px 20px;
  }
}
.boxes-section .container .boxes .box .box-item span {
  font-size: 22px;
  font-weight: 200;
}
.boxes-section .container .boxes .box .box-item img {
  height: 65px;
}
.boxes-section .container .boxes .box .box-btn {
  height: 68px;
  align-items: center;
  border-radius: 0px 0px 5px 5px;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  width: calc(100% + 2px);
  color: #fff;
  background: #020204;
  font-size: 16px;
  font-weight: 200;
  line-height: 19.2px;
  margin-left: -1px;
  margin-bottom: -1px;
  border-color: #020204;
  text-align: left;
}

.subscribe-form {
  margin-top: 30px;
  background: #FFE450;
  box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .subscribe-form {
    width: calc(100% - 545px);
  }
}
@media only screen and (max-width: 1024px) {
  .subscribe-form {
    position: sticky;
    bottom: 0;
  }
}
.subscribe-form .subscribe-message {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .subscribe-form .subscribe-message {
    padding: 0 40px;
  }
  .subscribe-form .subscribe-message img {
    width: 27px;
    height: 27px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 478px) {
  .subscribe-form .subscribe-message img {
    margin-bottom: 30px;
  }
}
.subscribe-form .subscribe-message img {
  height: 25px;
  width: 25px;
}
@media only screen and (min-height: 955px) {
  .subscribe-form .subscribe-message img {
    height: 100%;
  }
}
.subscribe-form .subscribe-message h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (min-height: 955px) {
  .subscribe-form .subscribe-message h2 {
    font-size: 22px;
  }
}
.subscribe-form .subscribe-paragraph {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .subscribe-form .subscribe-paragraph {
    display: none;
  }
}
.subscribe-form .subscribe-paragraph p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 200;
}
.subscribe-form .form {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .subscribe-form .form {
    display: none;
  }
}
.subscribe-form .form input {
  outline: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  width: 480px;
  height: 45px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px 0px 0px 5px;
  border: none;
}
@media only screen and (max-width: 1300px) {
  .subscribe-form .form input {
    width: 430px;
  }
}
@media only screen and (min-height: 955px) {
  .subscribe-form .form input {
    width: 500px;
    height: 60px;
  }
}
.subscribe-form .form input::placeholder {
  color: #020204;
  font-weight: 400;
}
.subscribe-form .form button {
  font-size: 16px;
  line-height: 19px;
  background: #020204;
  color: #fff;
  display: flex;
  align-items: center;
  width: 200px;
  border: none;
  border-radius: 0px 5px 5px 0px;
  justify-content: space-around;
}
.subscribe-form .form button:disabled {
  cursor: not-allowed;
}
@media only screen and (min-height: 955px) {
  .subscribe-form .form button {
    width: 240px;
  }
}

.subscribe-modal {
  display: none;
}

.subscribe-modal-form {
  bottom: 0;
  position: fixed;
  background: #FFE450;
  width: 100%;
  z-index: 10001;
}
.subscribe-modal-form .subscribe-message {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .subscribe-modal-form .subscribe-message {
    padding: 0 40px;
  }
  .subscribe-modal-form .subscribe-message img {
    width: 27px;
    height: 27px;
    margin-bottom: 30px;
  }
}
.subscribe-modal-form .subscribe-message h2 {
  margin-left: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.subscribe-modal-form .subscribe-paragraph {
  padding: 0 20px;
  text-align: center;
}
.subscribe-modal-form .subscribe-paragraph p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 200;
}
.subscribe-modal-form .form {
  padding: 0 20px;
}
.subscribe-modal-form .form input {
  outline: none;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px 0px 0px 5px;
  height: 60px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.subscribe-modal-form .form input::placeholder {
  color: #020204;
}
.subscribe-modal-form .form button {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #020204;
  color: #fff;
  display: flex;
  height: 60px;
  align-items: center;
  width: 100%;
  border: none;
  /* border-radius: 0px 5px 5px 0px; */
  justify-content: space-around;
}
.subscribe-modal-form .form button:disabled {
  cursor: not-allowed;
}

.subs-modalcover {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.8;
  z-index: 10000;
  background-color: #000000;
}

.ph-section {
  color: #fff;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  .ph-section {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .ph-section .short-ph {
    width: 545px;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container {
    display: flex;
    /* flex-direction: row-reverse; */
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .ph-section .short-ph .short-ph-container {
    margin: auto;
    width: 350px;
  }
}
.ph-section .short-ph .short-ph-container .short-ph-img-container {
  /*&:after{
    content: "";
    box-shadow: inset 0px 0px 10px 20px rgb(2 2 4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }*/
}
@media only screen and (min-width: 1025px) {
  .ph-section .short-ph .short-ph-container .short-ph-img-container {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-img-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
.ph-section .short-ph .short-ph-container .short-ph-img-container img {
  height: 280px;
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-img-container img {
    width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-text {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-top: 30px;
  }
}
.ph-section .short-ph .short-ph-container .short-ph-header h2 {
  font-family: Calistoga;
  font-weight: 500;
  font-size: 44px;
  line-height: 67px;
  margin-top: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-header h2 {
    line-height: 40px;
    width: 155px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 33px;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-paragraph {
    width: 202px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 1025px) {
  .ph-section .short-ph .short-ph-container .short-ph-paragraph .for-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-paragraph .for-desktop {
    display: none;
  }
}
.ph-section .short-ph .short-ph-container .short-ph-paragraph p {
  font-weight: 200;
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .short-ph-container .short-ph-paragraph p {
    height: 130px;
    line-height: 25px;
  }
}
@media only screen and (min-height: 955px) {
  .ph-section .short-ph .short-ph-container .short-ph-paragraph p {
    font-size: 16px;
  }
}
.ph-section .short-ph .more-btn {
  cursor: pointer;
  width: 135px;
  padding: 10px;
  background: transparent;
  color: #fff;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  height: 48px;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .ph-section .short-ph .more-btn {
    margin-top: 15px;
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .opened {
    transform: translateY(0) !important;
    position: static !important;
  }
}
@media only screen and (min-width: 1025px) {
  .opened {
    transform: translateX(0) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .closed {
    transform: translateY(-100%) !important;
  }
}
@media only screen and (min-width: 1025px) {
  .closed {
    transform: translateX(calc(-100% + 545px)) !important;
  }
}

.full-ph {
  color: #fff;
  position: fixed;
  right: 0;
  z-index: 2;
  top: 0;
  transition: transform 0.2s cubic-bezier(0.9, 0.12, 0.75, 0.72);
}
@media only screen and (max-width: 1024px) {
  .full-ph {
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .full-ph {
    height: calc(100% + 300px);
    width: 100%;
    transform: translateX(calc(-100% + 545px));
  }
}
.full-ph .full-ph-container .full-ph-image-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .full-ph .full-ph-container .full-ph-image-container {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .full-ph .full-ph-container .full-ph-image-container img {
    height: 460px;
  }
}
.full-ph .full-ph-container .full-ph-paragraph {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .full-ph .full-ph-container .full-ph-paragraph {
    padding: 0 20px;
    padding-bottom: 5px;
  }
  .full-ph .full-ph-container .full-ph-paragraph .for-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .full-ph .full-ph-container .full-ph-paragraph {
    justify-content: end;
    display: flex;
    margin-top: 400px;
  }
  .full-ph .full-ph-container .full-ph-paragraph .for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1900px) {
  .full-ph .full-ph-container .full-ph-paragraph {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .full-ph .full-ph-container .full-ph-paragraph div {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .full-ph .full-ph-container .full-ph-paragraph div {
    padding-left: 0 !important;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .full-ph .full-ph-container .full-ph-paragraph div {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .full-ph .full-ph-container .full-ph-paragraph div:first-child {
    padding-left: 80px;
  }
}
.full-ph .full-ph-container .full-ph-paragraph div p {
  font-weight: 200;
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .full-ph .full-ph-container .full-ph-paragraph div p {
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .full-ph .full-ph-container .full-ph-paragraph div p {
    width: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .full-ph .full-ph-container .full-ph-paragraph div p {
    width: 330px;
  }
}

.desktop-footer {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .desktop-footer {
    display: none;
  }
}
@media only screen and (min-height: 955px) {
  .desktop-footer {
    margin-top: 90px;
  }
}
.desktop-footer .social-icons {
  width: 160px;
  display: flex;
  justify-content: space-between;
}
.desktop-footer .copyright {
  font-size: 12px;
  font-weight: 200;
}

.mobile-footer {
  background: #020204;
}
@media only screen and (min-width: 1025px) {
  .mobile-footer {
    display: none;
  }
}
.mobile-footer .social-icons {
  padding-top: 15px;
  margin: auto;
  width: 160px;
  display: flex;
  justify-content: center;
}
.mobile-footer .social-icons a {
  padding: 0 10px;
}
.mobile-footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}

.less-for-mobile {
  padding: 10px 0;
}

.more-btn-clk-mobile, .less-btn-mobile {
  cursor: pointer;
  width: 135px;
  padding: 10px;
  background: transparent;
  color: #fff;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  height: 48px;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .more-btn-clk-mobile, .less-btn-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .more-btn-clk-mobile, .less-btn-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.rsp-msg {
  text-align: center;
  margin-top: -10px;
  padding-bottom: 20px;
}

.loadergf {
  display: none;
  width: 30px;
}

.error {
  color: #c90000;
}

.success {
  color: darkgreen;
}

.warning {
  color: #00467F;
}

.wrapper-modal-bg {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(54, 56, 63, 0.8);
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .wrapper-modal-bg {
    background-color: #ffffff;
  }
}
.wrapper-modal-bg .wrapper-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 560px;
  padding: 30px 30px 25px 30px;
  z-index: 99999;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .wrapper-modal-bg .wrapper-modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding-top: 40px;
    box-shadow: none;
  }
}
.wrapper-modal-bg .wrapper-modal .modal-loader {
  position: absolute;
  width: 99%;
  height: 99%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0.7;
  display: none;
}
.wrapper-modal-bg .wrapper-modal .modal-loader .modal-loader-img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 1;
}
.wrapper-modal-bg .wrapper-modal .modal-loader .modal-loader-img img {
  vertical-align: middle;
}
.wrapper-modal-bg .wrapper-modal .icon-close {
  float: right;
  margin: -40px -20px 0 0;
  display: inline-block;
  font-size: 40px;
  font-weight: 200;
  z-index: 1000;
  color: #acacac;
  cursor: pointer;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-header {
  text-align: center;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-header .icon {
  font-size: 55px;
  width: 55px;
  display: inline-block;
  position: relative;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-header h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2f2f2f;
  margin: 1em 0;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content {
  display: block;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width {
  width: 400px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width {
    width: 100%;
  }
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width p {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 300;
  margin: 10px 0;
  line-height: 24px;
  font-family: Usual, sans-serif !important;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input {
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  .wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input {
    width: 100%;
  }
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input input {
  font-family: Usual;
  padding: 10px 7px;
  font-size: 14px;
  font-weight: 200;
  height: 40px;
  margin-top: 20px;
  border: solid 1px #e0e0e0 !important;
  border-width: 1px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input input:hover {
  border: solid 1px #0B181DFF !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input textarea {
  font-family: Usual;
  padding: 10px 7px;
  outline: none;
  font-size: 14px;
  font-weight: 200;
  margin-top: 10px;
  border: solid 1px #e0e0e0;
  width: 100%;
  height: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  transition: 0.3s all;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input textarea:hover {
  border: solid 1px #0b181d !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .modal-inputs .contact-input .errorMessage {
  font-size: 13px;
  color: #ec4c4c;
  font-weight: 200;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .contact-modal-send-btn {
  margin-top: 20px;
}
.wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .contact-modal-send-btn button {
  background-color: #020204;
  color: white;
  width: 100%;
  float: right;
  border: none;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .wrapper-modal-bg .wrapper-modal .modal-contact-form .modal-content .modal-content-width .contact-modal-send-btn button {
    margin-bottom: 30px;
  }
}
.wrapper-modal-bg .wrapper-modal .contact-thankyou .modal-header {
  text-align: center;
}
.wrapper-modal-bg .wrapper-modal .contact-thankyou .thankyou-icon {
  margin-top: 20px;
}
.wrapper-modal-bg .wrapper-modal .contact-thankyou .thankyou-icon img {
  width: 50px;
}
.wrapper-modal-bg .wrapper-modal .contact-thankyou h3 {
  margin-top: -20px !important;
  font-size: 16px;
  font-weight: bold;
  color: #2f2f2f;
}

/*# sourceMappingURL=main.css.map */
