@import url(https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --transition1: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0.25s;
  --transition2: all 0.3s linear 0s;
  --transition3: transform 0.25s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  --transition4:.5s cubic-bezier(.25,.8,.25,1) 0.05s ;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(6px);
  }
  30% {
    transform: translateY(9px);
  }
  40% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(18px);
  }
  70% {
    transform: translateY(21px);
  }
  80% {
    transform: translateY(24px);
  }
  90% {
    transform: translateY(27px);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes bordermoving {
  0% {
    transform: translatex(0);
  }
  25% {
    transform: translatex(-30px);
  }
  50% {
    transform: translatex(0);
  }
  75% {
    transform: translatex(30px);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes moving {
  0% {
    transform: translatex(0);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatex(0);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0);
  }
}
.btn2 {
  box-shadow: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  min-width: 200px;
  text-align: center;
}
.btn2-white {
  background-color: #ffffff;
  color: #42404B;
}
.btn2-white:hover {
  background-color: #1c69d2;
  color: #ffffff;
}
.btn2-blue {
  background-color: #1c69d2;
}
.btn2-blue:hover {
  background-color: #42404B;
}
.btn2-large {
  line-height: 6.5rem;
}
.btn2-small {
  line-height: 5rem;
}

@media (max-width: 767px) {
  .btn2 {
    font-size: 1.2rem;
    min-width: 160px;
  }
  .btn2-large {
    line-height: 5.5rem;
  }
}
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

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

.d-flex {
  display: flex;
}

.w-100 {
  width: 100%;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.section-common-banner {
  background: url(../images/image-01.jpg) no-repeat;
  background-position: center center;
  height: 350px;
  position: relative;
  width: 100%;
}
.section-common-banner-text {
  bottom: 60px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  left: 20px;
  position: absolute;
  letter-spacing: 10px;
  right: 20px;
  text-transform: uppercase;
  z-index: 55;
}
.section-common-banner-text h1 {
  font-weight: 400;
}
.section-common-banner::after {
  position: absolute;
  content: "";
  background-color: rgba(28, 105, 210, 0.7);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.back-top a {
  align-items: center;
  background-color: #1c69d2;
  bottom: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 36px;
  position: fixed;
  left: auto;
  right: 25px;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  width: 36px;
  z-index: 99;
}
.back-top a span {
  color: #ffffff;
  font-size: 2.4rem;
}
.back-top a.show {
  opacity: 1;
  pointer-events: inherit;
}

label.error {
  font-size: 1.6rem;
  color: red;
  margin-top: 5px;
  display: inline-block;
}

span.sucess {
  color: green;
  font-size: 2rem;
  margin-bottom: 18px;
  display: block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1330px;
    width: 1330px;
  }
}
@media (min-width: 480px) {
  .nirva-col-30 {
    width: 30%;
  }
  .nirva-col-33 {
    width: 33.999%;
  }
  .nirva-col-49 {
    width: 49%;
  }
  .nirva-col-51 {
    width: 51%;
  }
  .nirva-col-66 {
    width: 66%;
  }
  .nirva-col-70 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-common-banner {
    height: 280px;
  }
  .section-common-banner-text {
    bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-p {
  padding: 30px 0px 30px 50px;
}
.header-left {
  width: 60%;
}
.header-left .barnd {
  background-color: #1c69d2;
  border-radius: 0 0 20px 20px;
  padding: 35px 12px;
  height: auto;
  position: absolute;
  top: 0;
  width: 310px;
}
.header-left .barnd img {
  max-width: 100%;
}
.header-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 70px 0 0;
  width: 50%;
}
.header-right .button {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
}
.header-right .button a {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-right .button a:hover {
  background-color: #ffffff;
  color: #413F4B;
}
.header-right .menu {
  display: flex;
  align-items: center;
}
.header-right .menu a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition2);
}
.header-right .menu a::after, .header-right .menu a::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 2px;
  right: 0;
  transition: var(--transition2);
  width: 30px;
}
.header-right .menu a::after {
  top: 0;
}
.header-right .menu a::before {
  bottom: 0;
}
.header-right .menu a:hover {
  color: #379529;
}
.header-right .menu a:hover::after, .header-right .menu a:hover::before {
  background-color: #379529;
}
.header-right .menu a:hover::after {
  width: 35px;
}
.header-right .menu a:hover::before {
  width: 45px;
}
.header-right-box {
  display: flex;
  padding: 0 10px;
}
.header1 {
  background-color: #1c69d2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition4);
  z-index: 99;
}
.header1 .barnd {
  background-color: transparent;
  padding: 24px 0;
}

.mobile-menu {
  background-color: #fff;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: var(--transition1);
  opacity: 0;
  width: 100%;
  z-index: 100;
}
.mobile-menu ul {
  padding: 70px 40px;
  height: 100%;
  margin: 0;
  width: 100%;
}
.mobile-menu ul li {
  display: flex;
}
.mobile-menu ul li.close-nav {
  justify-content: flex-end;
}
.mobile-menu ul li.close-nav a {
  height: 30px;
  position: relative;
  transition: var(--transition2);
  width: 30px;
}
.mobile-menu ul li.close-nav a::before, .mobile-menu ul li.close-nav a::after {
  position: absolute;
  content: "";
  background-color: #403f4b;
  margin: auto;
  transition: var(--transition2);
  inset: 0;
  height: 30px;
  width: 2px;
}
.mobile-menu ul li.close-nav a::before {
  transform: rotate(45deg);
}
.mobile-menu ul li.close-nav a::after {
  transform: rotate(-45deg);
}
.mobile-menu ul li.close-nav a:hover::after {
  transform: rotate(45deg);
}
.mobile-menu ul li.close-nav a:hover::before {
  transform: rotate(-45deg);
}
.mobile-menu ul li.menu-item {
  color: #1c1c1c;
  display: block;
  line-height: 70px;
  text-transform: uppercase;
}
.mobile-menu ul li.menu-item[class*=has-children] > a::after, .mobile-menu ul li.menu-item[class*=has-children] > a::before {
  position: absolute;
  content: "";
  transition: var(--transition2);
}
.mobile-menu ul li.menu-item[class*=has-children] > a::after {
  border: solid #403f4b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  right: 12px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.mobile-menu ul li.menu-item[class*=has-children] > a::before {
  background-color: #403f4b;
  bottom: 0;
  height: 2px;
  margin: auto;
  width: 15px;
  top: 4px;
  visibility: hidden;
  opacity: 0;
  right: 18px;
}
.mobile-menu ul li.menu-item[class*=has-children] > a:hover::after {
  right: 8px;
}
.mobile-menu ul li.menu-item[class*=has-children] > a:hover::before {
  visibility: visible;
  opacity: 1;
  right: 12px;
}
.mobile-menu ul li.menu-item a {
  color: #1c69d2;
  text-decoration: none;
  font-size: 2.2rem;
  display: block;
  letter-spacing: 3.3px;
  padding: 0 40px 0 15px;
  position: relative;
}
.mobile-menu ul li.menu-item:hover a, .mobile-menu ul li.menu-item.menu-item-current a {
  color: #42404B;
}
.mobile-menu.is-visible {
  animation: anime-slidein-right;
  animation-duration: 0.75s;
  animation-fill-mode: both;
  max-width: 500px;
  overflow: auto;
  transition: var(--transition3);
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 99;
}
.mobile-menu-overlay.is-visible {
  display: block;
  opacity: 1;
}

.scrolled-down .header1 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: var(--transition4);
}

@media (max-width: 992px) {
  .header-left {
    width: auto;
  }
  .header-left .barnd {
    width: 200px;
  }
  .header-right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header-left .barnd {
    padding: 15px 12px;
  }
  .header-right {
    margin: 0 10px 0 0;
  }
  .header-right .button {
    display: none;
  }
  .header-p {
    padding: 18px 0 18px 20px;
  }
  .mobile-menu ul {
    padding: 40px 20px;
  }
  .mobile-menu ul li.menu-item {
    line-height: 50px;
  }
  .mobile-menu ul li.menu-item a {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
footer {
  background-color: #fbfbfb;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  background: url(../images/footer-pattern.png) 0 0 no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
footer .logo-box {
  max-width: 300px;
  height: auto;
  margin: 0 0 70px;
}
footer .logo-box img {
  max-width: 100%;
}
footer .inner-box {
  width: 100%;
  max-width: 440px;
}
footer .text {
  color: #42404B;
}
footer .text p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
footer .footer-text h2 {
  color: #42404B;
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 7px;
  margin: 0 0 50px;
}
footer .footer-text ul {
  list-style: none;
  padding: 0;
}
footer .footer-text ul li {
  font-size: 1.8rem;
  color: #42404B;
}
footer .footer-text ul li a {
  color: #42404B;
  text-decoration: none;
}
footer .footer-text ul li a:hover {
  color: #1c69d2;
}
footer .footer-text ul li + li {
  margin-top: 15px;
}
footer .contact li {
  display: flex;
}
footer .contact li span + span {
  margin-left: 20px;
}
footer .bottom-footer {
  border-top: 1px solid #ECECEC;
  padding-top: 40px;
  margin-top: 40px;
}
footer .bottom-footer p, footer .bottom-footer a {
  font-size: 1.6rem;
  color: #42404B;
}
footer .bottom-footer a {
  text-decoration: none;
}
footer .bottom-footer a:hover {
  color: #1c69d2;
}
footer .bottom-footer a + a {
  border-left: 1px solid #1c69d2;
  margin-left: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  footer .container {
    max-width: 1500px;
    width: 1500px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
  footer::before {
    display: none;
  }
  footer .logo-box {
    max-width: 220px;
    margin: 0 0 30px;
  }
  footer .footer-text h2 {
    margin: 0 0 20px;
  }
  footer .col-12 + .col-12 {
    margin-top: 50px;
  }
  footer .bottom-footer {
    text-align: center;
  }
  footer .bottom-footer .text-right {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */