/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  height: auto;
}

input {
  outline: none;
}

a {
  color: inherit;
}

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input.button {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input[type=checkbox] {
  border: none;
  outline: none;
}

img {
  outline: none;
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

li {
  list-style: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

button,
a,
input[type=submit] {
  transition: all 0.5s ease-out, all 0.5s ease-in;
}

:not(output):-moz-ui-invalid {
  box-shadow: inset;
}

a:after,
a:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

button:after,
button:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

*:focus {
  outline: none !important;
}

.clearfix {
  clear: both;
  display: block;
}

.clearfix::before {
  content: "";
  clear: both;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a,
span {
  display: inline-block;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-ExtraLight.eot");
  src: url("../fonts/../fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/../fonts/Poppins-ExtraLight.woff") format("woff"), url("../fonts/../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../fonts/../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@keyframes less {
  100% {
    top: -12px;
    right: -10px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
body {
  position: relative;
}
body:after {
  content: "";
  width: 200px;
  height: 200px;
  left: -65px;
  top: -65px;
  background: #EFF5FF;
  position: absolute;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  body:after {
    width: 100px;
    height: 100px;
    left: -20px;
    top: -20px;
  }
}

.under_construction {
  background: url(../images/bg.png) no-repeat;
  padding: 100px 0;
  background-position: right;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .under_construction {
    padding: 50px 0;
  }
}
.under_construction .under_cons_in .lft .logos {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .under_construction .under_cons_in .lft .logos {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .under_construction .under_cons_in .lft .logos {
    max-width: 250px;
  }
}
.under_construction .under_cons_in .lft h1 {
  font-family: Plus Jakarta Sans;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-block: 20px;
  color: #000;
}
.under_construction .under_cons_in .lft h1 span {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .under_construction .under_cons_in .lft h1 {
    font-size: 20px;
  }
}
.under_construction .under_cons_in .lft p {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .under_construction .under_cons_in .lft p {
    font-size: 18px;
  }
}
.under_construction .under_cons_in .lft a {
  display: block;
  background: #1059A1;
  border-radius: 30px;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
  padding: 12px 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .under_construction .under_cons_in .lft a {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.under_construction .under_cons_in .lft a:hover {
  background: #2f9e4a;
  transition: 0.2s;
}/*# sourceMappingURL=style.css.map */