@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import '../css/lib/bootstrap-grid.min.css';
html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 6.6px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes dance {
  100%, 0% {
    max-height: 100vh;
  }
  80% {
    max-height: 0px;
  }
}
.btn2 {
  border-radius: 30px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.btn2 span + span {
  margin-left: 10px;
}
.btn2-large {
  line-height: 5.4rem;
  padding: 0 4rem;
}
.btn2-primary {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  color: #050809;
  line-height: 5.6rem;
}
.btn2-primary:hover {
  background: #ffffff;
}
.btn2-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn2-outline:hover {
  background-color: #ffffff;
  color: #050809;
}
.btn2-outline-black {
  background-color: transparent;
  border: 1px solid #050809;
  color: #050809;
}
.btn2-outline-black:hover {
  background-color: #050809;
  color: #ffffff;
}
.btn2-group {
  align-items: center;
  display: flex;
}
.btn2-group .btn2 + .btn2 {
  margin-left: 15px;
}

.section {
  position: relative;
  z-index: 1;
}
.section .container {
  position: relative;
  z-index: 10;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}
html.is-active {
  overflow: hidden;
}

body {
  background-color: #050809;
  color: #ffffff;
}
body.is-active {
  position: relative;
}
body.is-active::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 5;
}

.d-flex {
  display: flex;
}

.mt-0 {
  margin-top: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

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

.full-box-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.c-pointer {
  cursor: pointer;
}

.section .contact {
  margin-top: 5rem;
}
.section .contact h6 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.section .contact small {
  color: #8aa6b1;
  font-size: 2rem;
}
.section .contact h5 {
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.section .contact h5 a {
  color: #ffffff;
  text-decoration: none;
}
.section .contact h5 a:hover {
  color: #8aa6b1;
}
.section .contact-info .col-12 {
  margin: 2rem 0;
}
.section .contact-info img {
  margin-right: 2rem;
  max-width: 4rem;
}
.section .contact-info a {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
}
.section .contact-social {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.section .contact-social .social-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  height: 7rem;
  width: 7rem;
}
.section .contact-social .social-icon svg {
  max-width: 3rem;
}
.section .contact-social .social-icon:hover {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  border: none;
}
.section .contact-social .social-icon:hover svg path {
  fill: #050809;
}
.section .contact-social .social-icon:hover span {
  color: #050809;
}
.section .contact-social .social-icon span {
  color: #ffffff;
  font-size: 3.2rem;
}
.section .contact-social .social-icon + .social-icon {
  margin-left: 2rem;
}
.section-transform {
  padding: 8rem 0 16rem;
}
.section-transform .title span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-transform .title .h {
  margin-top: 3rem;
  max-width: 55rem;
}
.section-transform .form {
  background-color: #1A1D1E;
  border-radius: 3rem;
  padding: 5rem;
}
.section-transform .form .btn2-group {
  margin-top: 2.5rem;
}
.section-inner-page-title {
  padding: 25rem 0 8rem;
}
.section-inner-page-title .inner-box {
  background-color: #1A1D1E;
  border-radius: 4rem;
  padding: 10rem;
}
.section-inner-page-title .box {
  max-width: 114rem;
  margin: auto;
}
.section-inner-page-title .h {
  margin-bottom: 1.5rem;
}
.section-inner-page-title p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.section-dummy {
  padding: 8rem 0;
}
.section-dummy .dummy {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  border-radius: 4rem;
  padding: 8rem 6rem;
}
.section-dummy .dummy-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-dummy .dummy-left {
  flex: 1;
  padding-right: 2rem;
}
.section-dummy .dummy-left .text {
  color: #050809;
  max-width: 91rem;
}
.section-dummy .dummy-left .text .h {
  font-weight: 600;
}
.section-dummy .dummy-left .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-top: 2rem;
}
.section-dummy .dummy-right {
  display: flex;
  justify-content: flex-end;
  width: 20rem;
}

.form-group {
  margin-bottom: 2.4rem;
}
.form-lable {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.form-control {
  background-color: #050809;
  border: none;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 6rem;
  padding: 1.7rem 2rem;
  width: 100%;
}
.form-control-textarea {
  min-height: 16rem;
  resize: none;
}
.form-control::-moz-placeholder {
  color: #6C6D6D;
}
.form-control::placeholder {
  color: #6C6D6D;
}

.date-icon {
  color: #55F4FC;
  font-size: 2rem;
  position: absolute;
  top: 5.1rem;
  right: 4rem;
}

.ui-widget.ui-widget-content {
  background-color: #050809;
  border-color: #565656;
}
.ui-datepicker .ui-datepicker-header {
  color: #ffffff;
  background-color: #1A1D1E;
  border-color: #565656;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background-color: #1A1D1E;
  border: 1px solid #1A1D1E;
  color: #ffffff;
}

@media (min-width: 1650px) {
  .container {
    width: 1630px;
  }
}
@media (max-width: 1199px) {
  .section .contact-info a {
    font-size: 2rem;
  }
  .section-inner-page-title {
    padding: 18rem 0 5rem;
  }
  .section-inner-page-title .inner-box {
    border-radius: 2rem;
    padding: 5rem;
  }
}
@media (max-width: 991px) {
  .section-transform {
    padding: 5rem 0 10rem;
  }
  .section-transform .form {
    margin-top: 5rem;
  }
  .section-transform .title .h {
    max-width: inherit;
  }
  .section-transform .form {
    border-radius: 2rem;
    padding: 3rem;
  }
  .section-dummy {
    padding: 10rem 0 5rem;
  }
  .section-dummy .dummy {
    border-radius: 2rem;
  }
  .form {
    padding: 3rem;
  }
  .form-control {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .section-dummy {
    padding: 5rem 0;
  }
  .section-dummy .dummy {
    padding: 3rem;
  }
  .section-dummy .dummy-row {
    flex-wrap: wrap;
    text-align: center;
  }
  .section-dummy .dummy-left {
    width: 100%;
  }
  .section-dummy .dummy-right {
    margin-top: 3rem;
    justify-content: center;
    width: 100%;
  }
}
.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 3rem;
  transition: all 0.15s;
  z-index: 9;
}
.header-row {
  background-color: #1A1D1E;
  border-radius: 90px;
  padding: 2.6rem 4rem;
}
.header-row > a img {
  max-width: 30rem;
}
.header ul {
  display: flex;
}
.header ul li + li {
  margin-left: 5rem;
}
.header ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}
.header ul li a::before {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  content: "";
  position: absolute;
  border-radius: 100%;
  bottom: -15px;
  margin: auto;
  left: 0;
  opacity: 0;
  height: 6px;
  right: 0;
  width: 6px;
}
.header ul li a:hover {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.header ul li a:hover::before {
  opacity: 1;
}
.header ul li.active a {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.header ul li.active a::before {
  opacity: 1;
}
.header.fixed {
  background-color: #1A1D1E;
  position: fixed;
  top: 0;
  left: 0;
}
.header.fixed .header-row {
  padding: 2.6rem 0;
}

.menu-icon {
  display: none;
}
.menu-icon label {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.menu-icon label span {
  background-color: #55F4FC;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-icon label span:nth-of-type(1) {
  width: 50%;
}
.menu-icon label span:nth-of-type(2) {
  width: 100%;
}
.menu-icon label span:nth-of-type(3) {
  width: 75%;
}
.menu-icon input[type=checkbox] {
  display: none;
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-row > a img {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: #1A1D1E;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-row {
    border-radius: 0;
    padding: 2.6rem 0;
    position: relative;
  }
  .header-row .text-end .btn2 {
    margin-right: 8rem;
  }
  .header ul {
    background-color: #1A1D1E;
    bottom: 0;
    display: block;
    position: fixed;
    padding: 5rem;
    left: auto;
    right: 0;
    top: 84px;
    transform: translateX(100%);
    transition: transform 0.9s;
    width: 70%;
  }
  .header ul li a {
    font-size: 3rem;
  }
  .header ul li a::before {
    display: none;
  }
  .header ul li + li {
    margin-left: 0;
    margin-top: 3.5rem;
  }
  .header.is-active ul {
    transform: translateX(0);
    height: 100vh;
  }
  .menu-icon {
    display: block;
    position: absolute;
    left: auto;
    right: -2rem;
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .menu-icon {
    transform: scale(0.5);
  }
}
@media (max-width: 475px) {
  .header-row > a img {
    max-width: 22rem;
  }
  .header ul {
    top: 73px;
  }
}
.h {
  font-weight: 600;
  line-height: 1.3;
}

.h2, h2 {
  font-size: 5rem;
}
.h4, h4 {
  font-size: 3.4rem;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

@media (max-width: 1199px) {
  .h2, h2 {
    font-size: 4rem;
  }
  .h4, h4 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 3.5rem;
  }
  .h4, h4 {
    font-size: 2.8rem;
  }
}
footer {
  background-color: #1A1D1E;
  padding: 10rem 0 3rem;
}
footer .about > a {
  margin-bottom: 3rem;
  display: inline-block;
}
footer .about > a img {
  max-width: 30rem;
}
footer .about p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #8C8E8E;
  padding-right: 3rem;
}
footer .quick-link h4 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5rem;
}
footer .quick-link ul {
  display: flex;
  flex-wrap: wrap;
}
footer .quick-link ul li {
  padding: 10px 0;
  width: 48%;
}
footer .quick-link ul li a {
  color: #8C8E8E;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-decoration: none;
}
footer .quick-link ul li a:hover {
  text-decoration: underline;
}
footer .newsltter {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  border-radius: 3rem;
  padding: 3rem;
}
footer .newsltter h4 {
  color: #000;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}
footer .newsltter p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #2B2B2B;
}
footer .newsltter .form {
  margin-top: 3rem;
  position: relative;
  padding: 0;
}
footer .newsltter .form-control {
  background-color: #ffffff;
  color: #000;
  border-radius: 4rem;
  min-height: 6.8rem;
}
footer .newsltter .form-control::-moz-placeholder {
  color: #676767;
}
footer .newsltter .form-control::placeholder {
  color: #676767;
}
footer .newsltter .form .btn2 {
  position: absolute;
  left: auto;
  right: 0.6rem;
  top: 0.6rem;
}
footer .newsltter .form .btn2:hover {
  background-color: #1A1D1E;
  color: #ffffff;
}
footer .footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 3rem;
  position: relative;
}
footer .footer-bottom p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #8C8E8E;
}
footer .footer-bottom p span {
  color: #ffffff;
}
footer .footer-bottom p a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-bottom p a:hover {
  text-decoration: underline;
}
footer .footer-bottom::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  left: 0;
  top: 0;
  width: 100%;
}

label.error {
  color: red;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-shadow: 0 0 rosybrown;
}

.alert-success {
  color: #000;
  font-size: 20px;
  margin-top: 2rem;
  text-shadow: 0 0 #000;
  font-weight: 600;
}
.alert-success1 {
  color: green;
  margin-bottom: 2rem;
}

.alert-danger1 {
  color: red;
  margin-bottom: 2rem;
}
.alert-danger ul li {
  color: #000;
  font-size: 20px;
  margin-top: 2rem;
  font-weight: 600;
  text-shadow: 0 0 #000;
}

@media (max-width: 1199px) {
  footer .about svg {
    max-width: 26rem;
  }
}
@media (max-width: 991px) {
  footer .newsltter {
    border-radius: 2rem;
    margin-top: 5rem;
    padding: 4rem;
  }
  footer .quick-link ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 5rem 0 3rem;
  }
  footer .about > a img {
    max-width: 18rem;
  }
  footer .row .col-12 + .col-12 {
    margin-top: 5rem;
  }
  footer .newsltter {
    margin-top: 0;
    padding: 2rem 3rem;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */