@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
/*  Media query variables */
/** Media query **/
/* (max-width: 480px) */
/* (max-width: 595px) */
/* (max-width: 767px) */
/* (min-width: 596px), (max-width: 767px) */
/* (min-width: 1024px), (max-width: 1270px) */
/*  (max-width:480px) */
/* (min-width: 1270px), (max-width:1336px) */
/* (min-width: 1024px), (max-width: 1150px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1600px) */
/* (max-width: 1600px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1600px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/* (min-width:1271px) */
/*  (max-width:1356px) */
/*  Media query mixins */
/*  (min-width:2300px) */
/*  (min-width:1800px) */
/* (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:1460px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

* section {
  position: relative;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* .container {
  max-width: 1320px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

* .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  opacity: 0;
  z-index: 2;
}

* .default-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ea512e;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .default-btn {
    padding: 12px 30px;
  }
}

@media (max-width: 991px) {
  * .default-btn {
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  * .default-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

* .default-btn:hover {
  background-color: #0a58ca;
}

* .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  max-width: 634px;
  width: 100%;
  min-height: 284px;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .modal-dialog {
    max-width: auto !important;
    width: auto;
    min-height: auto;
  }
}

@media (max-width: 950px) and (max-height: 600px) {
  * .modal-dialog {
    max-width: auto !important;
    width: auto;
    position: fixed;
    height: calc(100% - 100px);
  }
}

@media (max-width: 1368px) and (max-height: 915px) {
  * .modal-dialog {
    max-width: auto !important;
    width: auto;
    position: fixed;
    height: calc(100% - 100px);
  }
}

@media (max-width: 570px) and (max-height: 320px) {
  * .modal-dialog {
    max-width: auto !important;
    width: auto;
    position: fixed;
    height: calc(100% - 100px) !important;
  }
}

@media (max-width: 991px) {
  * .modal-dialog {
    max-width: auto;
    width: auto;
    min-height: auto;
  }
}

@media (min-width: 481px) and (max-width: 595px) {
  * .modal-dialog {
    min-height: auto;
    height: auto;
  }
}

@media (max-width: 480px) {
  * .modal-dialog {
    min-height: auto;
    max-width: auto;
    width: 80%;
    margin: 0;
    height: auto;
  }
}

* .modal-dialog .modal-content {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
}

@media (max-width: 1370px) and (max-height: 915px) {
  * .modal-dialog .modal-content {
    height: 100%;
  }
}

@media (max-width: 950px) and (max-height: 600px) {
  * .modal-dialog .modal-content {
    height: 100%;
  }
}

* .modal-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 60px;
  border-color: #ccc;
}

@media (max-width: 991px) {
  * .modal-dialog .modal-header {
    padding: 10px;
    min-height: 50px;
  }
}

@media (max-width: 1370px) and (max-height: 915px) {
  * .modal-dialog .modal-header {
    min-height: 45px;
    margin-bottom: 16px;
  }
}

@media (min-width: 481px) and (max-width: 595px) {
  * .modal-dialog .modal-header {
    min-height: 40px;
  }
}

@media (max-width: 480px) {
  * .modal-dialog .modal-header {
    min-height: 45px;
  }
}

* .modal-dialog .modal-header button {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 481px) and (max-width: 595px) {
  * .modal-dialog .modal-header button {
    width: 28px;
  }
}

@media (max-width: 480px) {
  * .modal-dialog .modal-header button {
    width: 28px;
  }
}

* .modal-dialog .modal-header button span {
  width: 100%;
  height: 4px;
  background-color: #cc0000;
}

* .modal-dialog .modal-header button .sp-1 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  left: 0;
}

* .modal-dialog .modal-header button .sp-2 {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 0;
}

@media (max-width: 991px) {
  * .modal-dialog .modal-body {
    padding: 10px;
  }
}

@media (max-width: 1370px) and (max-height: 915px) {
  * .modal-dialog .modal-body {
    overflow: scroll;
    padding: 0 16px;
  }
}

@media (max-width: 950px) and (max-height: 600px) {
  * .modal-dialog .modal-body {
    overflow: scroll;
    padding: 0 16px;
  }
}

* .modal-dialog .modal-body .img-wrap {
  max-width: 600px;
  height: auto;
  border: 1px solid #ccc;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .modal-dialog .modal-body .img-wrap {
    max-width: unset;
    width: auto;
  }
}

@media (max-width: 991px) {
  * .modal-dialog .modal-body .img-wrap {
    max-width: unset;
    width: auto;
  }
}

* .modal-dialog .modal-footer {
  min-height: 60px;
  border-color: #ccc;
}

@media (max-width: 991px) {
  * .modal-dialog .modal-footer {
    padding: 10px;
    min-height: 50px;
  }
}

@media (max-width: 1370px) and (max-height: 915px) {
  * .modal-dialog .modal-footer {
    min-height: 45px;
    margin-top: 16px;
  }
}

@media (min-width: 481px) and (max-width: 595px) {
  * .modal-dialog .modal-footer {
    min-height: 40px;
  }
}

@media (max-width: 480px) {
  * .modal-dialog .modal-footer {
    min-height: 45px;
  }
}

* header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  max-width: 2400px;
  margin: 0 auto;
}

* header .navbar {
  padding: 20px 0;
  background: #ffff;
  -webkit-box-shadow: -9px -10px 23px #9a9a9a;
          box-shadow: -9px -10px 23px #9a9a9a;
}

@media (max-width: 991px) {
  * header .navbar {
    display: none;
  }
}

* header .navbar .wrap-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

* header .navbar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

* header .navbar .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  * header .navbar .wrapper {
    width: 80%;
  }
}

* header .navbar .logo-wrap {
  max-width: 320px;
  max-height: 72px;
  margin-right: 30px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * header .navbar .logo-wrap {
    max-width: 220px;
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  * header .navbar .logo-wrap {
    max-width: 90px;
    margin-right: 10px;
  }
}

* header .navbar .logo-wrap img {
  width: 90px;
  max-width: 100%;
  max-height: 70px;
}

* header .navbar .heading-wrap h3 {
  font-size: 40px;
  color: #1b0238;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  * header .navbar .heading-wrap h3 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  * header .navbar .heading-wrap h3 {
    font-size: 28px;
  }
}

* header .navbar .heading-wrap span {
  font-size: 14px;
  color: #00a84e;
  font-weight: 600;
}

@media (max-width: 767px) {
  * header .navbar .heading-wrap span {
    font-size: 12px;
    display: inline-block;
  }
}

* header .navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

* header .navbar .nav-item {
  margin: 0 15px;
}

* header .navbar .nav-item .nav-link {
  color: #1b0238;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 2300px) {
  * header .navbar .nav-item .nav-link {
    font-size: 18px;
  }
}

* header .navbar .nav-item .nav-link.active {
  color: #ea512e;
}

* header .navbar .nav-item .nav-link:hover {
  color: #ea512e;
}

* header .navbar .navbar-toggler {
  border: none;
  padding: 0;
}

* header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* header .navbar .dropdown button {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * header .navbar .dropdown button {
    font-size: 1.2rem !important;
  }
}

* header .navbar .default-button {
  padding: 6px 35px;
  background-color: #ea512e;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * header .navbar .default-button {
    font-size: 16px !important;
  }
}

* header .hamburger {
  display: none !important;
}

@media (max-width: 991px) {
  * header .hamburger {
    display: block !important;
    padding: 10px 0;
  }
}

* header .hamburger .offcanvas-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

* header .hamburger .offcanvas-body {
  padding: 0;
}

* header .hamburger .offcanvas-body .nav-item {
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  margin: 0;
}

* header .hamburger .offcanvas-body .nav-item:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

* header .hamburger .offcanvas-body .nav-link {
  text-align: left;
  color: #677294;
}

* header .hamburger .offcanvas-body .nav-link.active {
  color: #ea512e;
}

* header .modal-backdrop.show {
  z-index: 1;
}

* .banner-slider {
  width: 100%;
  position: relative;
  padding: 105px 0 50px 0;
  min-height: 730px;
  overflow: hidden;
  background-color: #f5edec;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider {
    padding: 90px 0 40px 0;
  }
}

@media (max-width: 767px) {
  * .banner-slider {
    padding: 90px 0 40px 0;
  }
}

* .banner-slider .slick-slider {
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* .banner-slider .slick-list {
  width: 100% !important;
  overflow: hidden;
}

* .banner-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* .banner-slider .slick-next {
  position: absolute;
  background-image: url("/images/right.svg");
  height: 50px;
  width: 50px;
  top: 40%;
  right: 20px;
  border-radius: 200px;
  font-size: 0;
  border: none;
  z-index: 3;
  background-size: contain;
}

@media (min-width: 2300px) {
  * .banner-slider .slick-next {
    right: 18% !important;
  }
}

@media (min-width: 1800px) {
  * .banner-slider .slick-next {
    right: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .slick-next {
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .slick-next {
    height: 42px;
    width: 42px;
    top: unset;
    right: unset;
    left: 50%;
    margin-left: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  * .banner-slider .slick-next {
    width: 40px;
    height: 40px;
    bottom: -15px;
  }
}

* .banner-slider .slick-prev {
  position: absolute;
  background-image: url("/images/left.svg");
  height: 50px;
  width: 50px;
  top: 40%;
  left: 20px;
  border-radius: 200px;
  font-size: 0;
  border: none;
  z-index: 3;
  background-size: contain;
}

@media (min-width: 2300px) {
  * .banner-slider .slick-prev {
    left: 18% !important;
  }
}

@media (min-width: 1800px) {
  * .banner-slider .slick-prev {
    left: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .slick-prev {
    height: 46px;
    width: 46px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .slick-prev {
    height: 42px;
    width: 42px;
    top: unset;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  * .banner-slider .slick-prev {
    width: 40px;
    height: 40px;
    bottom: -15px;
  }
}

* .banner-slider .banner {
  min-height: 730px;
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5edec;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner {
    min-height: 650px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner {
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  * .banner-slider .banner {
    padding: 30px 0;
  }
}

* .banner-slider .banner .default {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

* .banner-slider .banner .default .text-wrap {
  padding-left: 60px;
}

@media (max-width: 991px) {
  * .banner-slider .banner .default .text-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

* .banner-slider .banner .default .text-wrap span {
  font-size: 20px;
  color: #ea512e;
  font-weight: 600;
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner .default .text-wrap span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner .default .text-wrap span {
    font-size: 16px;
  }
}

* .banner-slider .banner .default .text-wrap h1 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1b0238;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner .default .text-wrap h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner .default .text-wrap h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  * .banner-slider .banner .default .text-wrap h1 {
    font-size: 46px;
    margin: 15px 0;
  }
}

@media (max-width: 595px) {
  * .banner-slider .banner .default .text-wrap h1 {
    font-size: 42px;
    margin: 10px 0;
  }
}

* .banner-slider .banner .default .text-wrap p {
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
}

* .banner-slider .banner .default .text-wrap .banner-btn {
  margin-top: 25px;
}

@media (max-width: 595px) {
  * .banner-slider .banner .default .text-wrap .banner-btn {
    margin-top: 20px;
  }
}

* .banner-slider .banner .default .text-wrap .banner-btn .default-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ea512e;
  text-decoration: none;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* .banner-slider .banner .default .text-wrap .banner-btn .default-btn:hover {
  background-color: #f5890d;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .default-btn {
    padding: 12px 30px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .default-btn {
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .default-btn {
    margin-bottom: 15px;
    max-width: 120px;
    padding: 12px 20px;
    font-size: 14px;
    display: block;
  }
}

* .banner-slider .banner .default .text-wrap .banner-btn .optional-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #f5890d;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* .banner-slider .banner .default .text-wrap .banner-btn .optional-btn:hover {
  background-color: #ea512e;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .optional-btn {
    padding: 12px 30px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .optional-btn {
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  * .banner-slider .banner .default .text-wrap .banner-btn .optional-btn {
    margin-left: 0;
    max-width: 140px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

* .banner-slider .banner .default .img-wrap {
  max-width: 525px;
  max-height: 565px;
  margin: 0 auto;
}

* .banner-slider .banner-shape .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 210px;
}

@media (max-width: 991px) {
  * .banner-slider .banner-shape .shape-1 {
    display: none;
  }
}

* .banner-slider .banner-shape .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 190px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner-shape .shape-2 {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner-shape .shape-2 {
    display: none;
  }
}

* .banner-slider .banner-shape .shape-3 {
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: 100px;
  -webkit-animation: bounce2 5s linear infinite;
          animation: bounce2 5s linear infinite;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .banner-slider .banner-shape .shape-3 {
    max-width: 80px;
  }
}

@-webkit-keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@media (max-width: 991px) {
  * .banner-slider .banner-shape .shape-3 {
    max-width: 80px;
    left: 80%;
  }
}

@media (max-width: 595px) {
  * .banner-slider .banner-shape .shape-3 {
    max-width: 70px;
  }
}

@media (max-width: 480px) {
  * .banner-slider .banner-shape .shape-3 {
    left: 46%;
    bottom: 0;
    max-width: 60px;
  }
}

* .text-with-img {
  padding: 100px 0;
}

@media (max-width: 991px) {
  * .text-with-img {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  * .text-with-img {
    padding: 70px 0;
  }
}

@media (max-width: 595px) {
  * .text-with-img {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  * .text-with-img .default .text-wrapper {
    margin-bottom: 30px;
  }
}

* .text-with-img .default .text-wrapper span {
  font-size: 20px;
  color: #ea512e;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .text-with-img .default .text-wrapper span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  * .text-with-img .default .text-wrapper span {
    font-size: 16px;
  }
}

* .text-with-img .default .text-wrapper h2 {
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1b0238;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .text-with-img .default .text-wrapper h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  * .text-with-img .default .text-wrapper h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  * .text-with-img .default .text-wrapper h2 {
    font-size: 36px;
    margin: 15px 0;
  }
}

@media (max-width: 595px) {
  * .text-with-img .default .text-wrapper h2 {
    margin: 10px 0;
  }
}

* .text-with-img .default .text-wrapper p {
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}

* .text-with-img .default .text-wrapper .list-wrap {
  padding-left: 25px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: item;
  list-style-type: none;
}

* .text-with-img .default .text-wrapper .list-wrap li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #1b0238;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 5px;
  display: block;
}

* .text-with-img .default .text-wrapper .list-wrap li::marker {
  color: #fff;
}

@media (max-width: 480px) {
  * .text-with-img .default .text-wrapper .list-wrap li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

* .text-with-img .default .text-wrapper .list-wrap li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ea512e;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: -30px;
  z-index: -2;
  top: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: counter(item) "  ";
  counter-increment: item;
}

* .text-with-img .default .text-wrapper .list-wrap li::before:hover {
  background-color: #f5890d;
}

@media (max-width: 595px) {
  * .text-with-img .default .text-wrapper .list-wrap li::before {
    top: 2px;
  }
}

* .text-with-img .default .text-wrapper .btn-wrapper {
  margin-top: 30px;
}

* .text-with-img .default .img-wrapper {
  max-width: 636px;
  max-height: 502px;
}

@media (max-width: 991px) {
  * .text-with-img .default .img-wrapper {
    margin: 0 auto;
  }
}

* .text-with-img .event-shape .shape-1 {
  position: absolute;
  top: 2%;
  left: 5%;
  width: 60px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@-webkit-keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .text-with-img .event-shape .shape-1 {
    top: 1%;
    width: 50px;
  }
}

@media (max-width: 595px) {
  * .text-with-img .event-shape .shape-1 {
    top: 5px;
    width: 45px;
    left: 10%;
  }
}

@media (max-width: 480px) {
  * .text-with-img .event-shape .shape-1 {
    width: 45px;
  }
}

* .text-with-img .event-shape .shape-2 {
  position: absolute;
  top: 98%;
  left: 2%;
  width: 80px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .text-with-img .event-shape .shape-2 {
    width: 70px;
  }
}

@media (max-width: 595px) {
  * .text-with-img .event-shape .shape-2 {
    width: 55px;
    left: 10%;
  }
}

@media (max-width: 480px) {
  * .text-with-img .event-shape .shape-2 {
    width: 50px;
  }
}

* .text-with-img .event-shape .shape-3 {
  position: absolute;
  top: 2%;
  left: 90%;
  width: 70px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .text-with-img .event-shape .shape-3 {
    top: 1%;
    width: 60px;
  }
}

@media (max-width: 595px) {
  * .text-with-img .event-shape .shape-3 {
    top: 0;
    width: 50px;
    left: 80%;
  }
}

@media (max-width: 480px) {
  * .text-with-img .event-shape .shape-3 {
    width: 45px;
    top: 5px;
  }
}

* .text-with-img .event-shape .shape-4 {
  position: absolute;
  top: 98%;
  left: 90%;
  width: 80px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .text-with-img .event-shape .shape-4 {
    width: 70px;
  }
}

@media (max-width: 595px) {
  * .text-with-img .event-shape .shape-4 {
    width: 55px;
    left: 80%;
  }
}

@media (max-width: 480px) {
  * .text-with-img .event-shape .shape-4 {
    width: 50px;
  }
}

* .intro-with-cards {
  padding: 100px 0 70px 0;
}

@media (max-width: 991px) {
  * .intro-with-cards {
    padding: 70px 0;
  }
}

@media (max-width: 595px) {
  * .intro-with-cards {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  * .intro-with-cards {
    padding: 50px 0;
  }
}

* .intro-with-cards .intro {
  margin-bottom: 25px;
}

* .intro-with-cards .intro h3 {
  margin: 0 0 25px;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 35px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-cards .intro h3 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  * .intro-with-cards .intro h3 {
    font-size: 30px;
  }
}

* .intro-with-cards .intro p {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 0;
}

* .intro-with-cards .default {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

* .intro-with-cards .default .content {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  border-radius: 10px 10px 0 0;
}

* .intro-with-cards .default .content:hover .blog-image img {
  -webkit-transform: scale(1.2) rotate(2deg);
          transform: scale(1.2) rotate(2deg);
}

* .intro-with-cards .default .content .blog-image {
  position: relative;
  overflow: hidden;
  max-height: 270px;
  cursor: pointer;
}

* .intro-with-cards .default .content .blog-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
  height: 280px;
}

* .intro-with-cards .default .content .text {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

* .intro-with-cards .default .content .text.two p {
  color: #77c3ca;
}

* .intro-with-cards .default .content .text.three p {
  color: #fac415;
}

* .intro-with-cards .default .content .text.four p {
  color: #d583f7;
}

* .intro-with-cards .default .content .text.five p {
  color: #f78383;
}

@media (max-width: 991px) {
  * .intro-with-cards .default .content .text {
    padding: 15px 10px;
  }
}

* .intro-with-cards .default .content .text p {
  font-size: 16px;
  font-weight: 700;
  color: #26fa80;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  * .intro-with-cards .default .content .text p {
    font-size: 16px;
  }
}

* .intro-with-cards .default .content .blog-content {
  background-color: #fdeee9;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

* .intro-with-cards .default .content .blog-content .post-meta {
  padding-left: 0;
  margin-bottom: 0;
}

* .intro-with-cards .default .content .blog-content .post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #283d5e;
  margin-right: 15px;
}

* .intro-with-cards .default .content .blog-content .post-meta span {
  color: #ea512e;
}

* .intro-with-cards .default .content .blog-content .post-meta a {
  color: #283d5e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

* .intro-with-cards .default .content .blog-content h3 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1b0238;
  font-weight: bold;
}

* .intro-with-cards .default .content .blog-content p {
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

* .intro-with-cards .default .content .blog-content .blog-btn {
  margin-top: 20px;
}

* .intro-with-cards .default .content .blog-content .blog-btn a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #ea512e;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

* .intro-with-cards .default .content .blog-content .blog-btn a:hover {
  background-color: #0d6efd;
}

* .intro-with-cards .shape-1 {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
}

@media (max-width: 991px) {
  * .intro-with-cards .shape-1 {
    display: none;
  }
}

* .intro-with-cards .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  * .intro-with-cards .shape-2 {
    display: none;
  }
}

* .testimonials-slider {
  padding: 100px 0;
  background-color: #fef3e6;
}

@media (max-width: 991px) {
  * .testimonials-slider {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  * .testimonials-slider {
    padding: 70px 0;
  }
}

@media (max-width: 595px) {
  * .testimonials-slider {
    padding: 60px 0;
  }
}

* .testimonials-slider .intro {
  margin-bottom: 45px;
}

* .testimonials-slider .intro span {
  font-size: 20px;
  color: #ea512e;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider .intro span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider .intro span {
    font-size: 16px;
  }
}

* .testimonials-slider .intro h2 {
  font-size: 45px;
  color: #1b0238;
  margin: 15px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider .intro h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider .intro h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  * .testimonials-slider .intro h2 {
    font-size: 36px;
    margin: 15px 0;
  }
}

@media (max-width: 595px) {
  * .testimonials-slider .intro h2 {
    margin: 10px 0;
  }
}

* .testimonials-slider #carouselExample .slide-img {
  width: 390px;
  height: 380px;
  overflow: hidden;
  border-radius: 100%;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider #carouselExample .slide-img {
    margin: 0 auto 20px;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider #carouselExample .slide-img {
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  * .testimonials-slider #carouselExample .slide-img {
    width: 280px;
    height: 260px;
  }
}

* .testimonials-slider #carouselExample .slide-img img {
  border-radius: 100%;
}

* .testimonials-slider #carouselExample .feedback-contect h4 {
  font-size: 20px;
  line-height: 1.8;
  color: #5c5c5c;
  font-weight: 400;
  font-style: italic;
}

* .testimonials-slider #carouselExample .feedback-contect .feedback-info {
  margin-top: 25px;
}

* .testimonials-slider #carouselExample .feedback-contect .feedback-info h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1b0238;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider #carouselExample .feedback-contect .feedback-info h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider #carouselExample .feedback-contect .feedback-info h3 {
    font-size: 24px;
  }
}

* .testimonials-slider #carouselExample .feedback-contect .feedback-info span {
  font-size: 16px;
  color: #ea512e;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider #carouselExample .feedback-contect .feedback-info span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider #carouselExample .feedback-contect .feedback-info span {
    font-size: 16px;
  }
}

* .testimonials-slider .carousel-control-prev {
  position: absolute;
  top: 90%;
  left: 89%;
  width: 50px;
  height: 50px;
  color: unset;
  opacity: unset;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    left: 88%;
    top: 92%;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    left: 86%;
  }
}

@media (max-width: 767px) {
  * .testimonials-slider .carousel-control-prev {
    width: 42px;
    height: 42px;
    left: 84%;
    top: 94%;
  }
}

@media (max-width: 595px) {
  * .testimonials-slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    left: 82%;
    top: 94%;
  }
}

@media (max-width: 480px) {
  * .testimonials-slider .carousel-control-prev {
    width: 38px;
    height: 38px;
    left: 76%;
    top: 94%;
  }
}

* .testimonials-slider .carousel-control-next {
  position: absolute;
  top: 90%;
  left: 94%;
  width: 50px;
  height: 50px;
  color: unset;
  opacity: unset;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .testimonials-slider .carousel-control-next {
    width: 45px;
    height: 45px;
    left: 94%;
    top: 92%;
  }
}

@media (max-width: 991px) {
  * .testimonials-slider .carousel-control-next {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  * .testimonials-slider .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 94%;
  }
}

@media (max-width: 595px) {
  * .testimonials-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 94%;
  }
}

@media (max-width: 480px) {
  * .testimonials-slider .carousel-control-next {
    width: 38px;
    height: 38px;
    left: 92%;
    top: 94%;
  }
}

* footer {
  position: relative;
  z-index: 1;
  max-width: 2400px;
  margin: 0 auto;
}

* footer .footer-top {
  padding: 100px 0 70px 0;
  background-image: url("/images/footer-bg.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  * footer .footer-top {
    padding: 70px 0;
  }
}

@media (max-width: 595px) {
  * footer .footer-top {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  * footer .footer-top {
    padding: 50px 0;
  }
}

* footer .footer-top::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.9;
}

* footer .default {
  position: relative;
}

@media (max-width: 767px) {
  * footer .default .about-wrap {
    margin-bottom: 30px;
  }
}

* footer .default .about-wrap .logo-wrap {
  max-width: 180px;
  max-height: 90px;
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * footer .default .about-wrap .logo-wrap {
    max-width: 140px;
  }
}

@media (max-width: 991px) {
  * footer .default .about-wrap .logo-wrap {
    max-width: 140px;
    max-height: 80px;
  }
}

* footer .default .about-wrap p {
  line-height: 1.8;
  font-weight: 400;
  font-size: 16px;
  color: #dddddd;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-y: hidden;
}

* footer .default .about-wrap .social-wrap {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

* footer .default .about-wrap .social-wrap li {
  display: inline-block;
  margin-right: 10px;
}

* footer .default .about-wrap .social-wrap li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #ea512e;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* footer .default .about-wrap .social-wrap li a:hover {
  background-color: #f5890d;
}

* footer .default .about-wrap .social-wrap li a img {
  width: 80%;
  height: 80%;
}

* footer .default .classes-wrap {
  margin-left: auto;
  display: table;
}

@media (max-width: 991px) {
  * footer .default .classes-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  * footer .default .classes-wrap {
    margin: unset;
  }
}

* footer .default .classes-wrap h4 {
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * footer .default .classes-wrap h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * footer .default .classes-wrap h4 {
    font-size: 20px;
  }
}

* footer .default .classes-wrap h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #ea512e;
}

* footer .default .classes-wrap ul {
  padding: 0;
  margin-bottom: 0;
}

* footer .default .classes-wrap ul li {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  list-style: none;
}

* footer .default .classes-wrap ul li:last-child {
  margin-bottom: 0;
}

* footer .default .classes-wrap ul li.mail::before {
  background-image: url("/images/email.png");
}

* footer .default .classes-wrap ul li.address::before {
  background-image: url("/images/location.png");
}

* footer .default .classes-wrap ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/phone.png");
  background-size: cover;
}

* footer .default .classes-wrap ul li span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * footer .default .classes-wrap ul li span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  * footer .default .classes-wrap ul li span {
    font-size: 16px;
  }
}

* footer .default .classes-wrap ul li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* footer .default .classes-wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ea512e;
}

* footer .default .classes-wrap ul li a:hover {
  color: #ea512e;
}

* footer .footer-bottom {
  padding: 30px 0;
  background-color: #091629;
}

@media (max-width: 595px) {
  * footer .footer-bottom {
    padding: 25px 0;
  }
}

* footer .footer-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (max-width: 595px) {
  * footer .footer-bottom p {
    font-size: 15px;
  }
}

* footer .footer-bottom p a {
  display: inline-block;
  font-weight: 600;
  color: #ea512e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

* footer .footer-bottom p a:hover {
  color: #ffffff;
}

* .pop-up-img {
  max-width: 70px;
  max-height: 70px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

* .pop-up-img:hover {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  * .pop-up-img {
    max-width: 60px;
    max-height: 60px;
  }
}

@media (max-width: 991px) {
  * .pop-up-img {
    max-width: 50px;
    max-height: 50px;
  }
}

* .pop-up-img a {
  border: 1px solid #f5890d;
  background: #f5890d;
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* .popup {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  opacity: 0;
}

* .popup.popup-active {
  display: block;
  opacity: 1;
}

* .popup .pop-up-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
}

* .popup .pop-up-containe-main .pop-up-content {
  position: fixed;
  right: 1%;
  top: 65%;
  border-radius: 5px;
  -webkit-transform: translate(-1%, -65%);
          transform: translate(-1%, -65%);
  margin: auto;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
}

@media (max-width: 991px) {
  * .popup .pop-up-containe-main .pop-up-content {
    max-height: 280px;
  }
}

* .popup .pop-up-containe-main .pop-up-content .heading {
  font-size: 25px;
  letter-spacing: 0px;
  color: #1b0238;
  font-weight: 600;
  position: relative;
  margin-bottom: 35px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .popup .pop-up-containe-main .pop-up-content .heading {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .popup .pop-up-containe-main .pop-up-content .heading {
    font-size: 20px;
  }
}

* .popup .pop-up-containe-main .pop-up-content .heading::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ea512e;
}

* .popup .pop-up-containe-main .pop-up-content h4 {
  margin-bottom: 35px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .popup .pop-up-containe-main .pop-up-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .popup .pop-up-containe-main .pop-up-content h4 {
    font-size: 20px;
  }
}

* .popup .pop-up-containe-main .pop-up-content .btn-wrap {
  text-align: center;
}

* .popup .pop-up-containe-main .pop-up-content .btn-wrap a {
  border: 1px solid #f5890d;
  background: #f5890d;
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
}

* .popup .pop-up-containe-main .pop-up-content .pop-up-close {
  position: absolute;
  z-index: 1000;
  top: 18px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #cc0000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@media (max-width: 991px) {
  * .popup .pop-up-containe-main .pop-up-content .pop-up-close {
    top: 13px;
  }
}

* .intro-with-card {
  padding: 100px 0 20px 0;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-card {
    padding: 80px 0 20px 0;
  }
}

@media (max-width: 991px) {
  * .intro-with-card {
    padding: 60px 0 20px 0;
  }
}

* .intro-with-card .intro {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  * .intro-with-card .intro {
    margin-bottom: 50px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .intro {
    margin-bottom: 40px;
  }
}

* .intro-with-card .intro h3 {
  font-size: 35px;
  letter-spacing: 0px;
  color: #1b0238;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-card .intro h3 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  * .intro-with-card .intro h3 {
    font-size: 30px;
  }
}

* .intro-with-card .card {
  max-width: 1100px;
  background-color: #ea512e;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 991px) {
  * .intro-with-card .card {
    padding: 30px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .card {
    padding: 25px;
  }
}

* .intro-with-card .card h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-card .card h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .intro-with-card .card h4 {
    font-size: 20px;
  }
}

* .intro-with-card .card p {
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 595px) {
  * .intro-with-card .card p {
    font-size: 15px;
  }
}

* .intro-with-card .event-shape .shape-1 {
  position: absolute;
  top: 7%;
  left: 26%;
  width: 60px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .intro-with-card .event-shape .shape-1 {
    left: 10%;
    width: 50px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .event-shape .shape-1 {
    width: 45px;
    top: 1%;
  }
}

@media (max-width: 480px) {
  * .intro-with-card .event-shape .shape-1 {
    width: 45px;
    top: 5px;
  }
}

* .intro-with-card .event-shape .shape-2 {
  position: absolute;
  top: 90%;
  left: 2%;
  width: 80px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-card .event-shape .shape-2 {
    top: 97%;
  }
}

@media (max-width: 991px) {
  * .intro-with-card .event-shape .shape-2 {
    left: 10%;
    top: 100%;
    width: 70px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .event-shape .shape-2 {
    width: 55px;
  }
}

@media (max-width: 480px) {
  * .intro-with-card .event-shape .shape-2 {
    width: 50px;
  }
}

* .intro-with-card .event-shape .shape-3 {
  position: absolute;
  top: 7%;
  left: 78%;
  width: 70px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .intro-with-card .event-shape .shape-3 {
    width: 60px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .event-shape .shape-3 {
    width: 50px;
    top: 1%;
  }
}

@media (max-width: 480px) {
  * .intro-with-card .event-shape .shape-3 {
    width: 45px;
    top: 5px;
  }
}

* .intro-with-card .event-shape .shape-4 {
  position: absolute;
  top: 90%;
  left: 92%;
  width: 80px;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .intro-with-card .event-shape .shape-4 {
    top: 97%;
  }
}

@media (max-width: 991px) {
  * .intro-with-card .event-shape .shape-4 {
    left: 78%;
    top: 100%;
    width: 70px;
  }
}

@media (max-width: 595px) {
  * .intro-with-card .event-shape .shape-4 {
    width: 55px;
  }
}

@media (max-width: 480px) {
  * .intro-with-card .event-shape .shape-4 {
    width: 50px;
  }
}

* .parent-banner {
  min-height: 650px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .parent-banner {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  * .parent-banner {
    min-height: 500px;
  }
}

* .parent-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
  z-index: -1;
}

* .parent-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

* .parent-banner .bg-image img {
  -o-object-position: 0px 100px;
     object-position: 0px 100px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .parent-banner .bg-image img {
    -o-object-position: 0 70px;
       object-position: 0 70px;
  }
}

@media (max-width: 991px) {
  * .parent-banner .bg-image img {
    -o-object-position: 0 70px;
       object-position: 0 70px;
  }
}

* .parent-banner .content {
  width: 100%;
}

* .parent-banner .content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .parent-banner .content h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  * .parent-banner .content h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  * .parent-banner .content h1 {
    font-size: 46px;
    margin: 15px 0;
  }
}

@media (max-width: 595px) {
  * .parent-banner .content h1 {
    font-size: 42px;
    margin: 10px 0;
  }
}

* .parent-banner .content ul {
  padding: 0;
}

* .parent-banner .content ul li {
  display: inline-block;
  list-style: none;
  font-weight: 600;
  color: #ea512e;
  position: relative;
}

* .parent-banner .content ul li:last-child {
  margin-left: 15px;
}

* .parent-banner .content ul li:last-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #ea512e;
}

* .parent-banner .content ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

* .btn-with-text {
  padding: 20px 0 25px 0;
}

@media (max-width: 595px) {
  * .btn-with-text {
    padding: 20px 0;
  }
}

* .btn-with-text .btn-wrap {
  margin-bottom: 40px;
}

@media (max-width: 595px) {
  * .btn-with-text .btn-wrap {
    margin-bottom: 30px;
  }
}

* .btn-with-text .btn-wrap .fl-button {
  border: 1px solid #f5890d;
  background: #f5890d;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* .btn-with-text .btn-wrap .fl-button:hover {
  background: #ea512e;
  border: 1px solid #ea512e;
}

@media (max-width: 595px) {
  * .btn-with-text .btn-wrap .fl-button {
    padding: 12px 20px;
  }
}

* .btn-with-text .btn-wrap .fl-button span {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 595px) {
  * .btn-with-text .btn-wrap .fl-button span {
    font-size: 14px;
  }
}

* .btn-with-text .wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
}

* .btn-with-text .wrapper h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  color: #1b0238;
  font-size: 25px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .btn-with-text .wrapper h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .btn-with-text .wrapper h4 {
    font-size: 20px;
  }
}

* .btn-with-text .wrapper p {
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 595px) {
  * .btn-with-text .wrapper p {
    font-size: 15px;
  }
}

* .btn-with-text .wrapper ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

* .btn-with-text .wrapper ol li {
  color: #6b6b84;
  font-weight: 400;
  font-size: 16px;
}

* .accordion-wrapper {
  padding: 25px 0 50px 0;
}

@media (max-width: 991px) {
  * .accordion-wrapper {
    padding: 20px 0 50px 0;
  }
}

* .accordion-wrapper .wrapper {
  max-width: 980px;
  position: relative;
  width: 100%;
}

* .accordion-wrapper .wrapper .accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}

* .accordion-wrapper .wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

* .accordion-wrapper .wrapper .accordion .accordion-button {
  padding: 15px 15px 15px 20px;
  background: #f6f6f6;
  font-size: 16px;
  color: #1b0238;
  font-weight: 600;
  position: relative;
  word-break: break-all;
}

@media (max-width: 595px) {
  * .accordion-wrapper .wrapper .accordion .accordion-button::after {
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
  }
}

@media (max-width: 595px) {
  * .accordion-wrapper .wrapper .accordion .accordion-button {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
  }
}

* .accordion-wrapper .wrapper .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* .accordion-wrapper .wrapper .accordion .accordion-body {
  padding: 20px;
  border: none !important;
}

@media (max-width: 595px) {
  * .accordion-wrapper .wrapper .accordion .accordion-body {
    padding: 15px;
  }
}

* .accordion-wrapper .wrapper .accordion .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6b84;
}

@media (max-width: 595px) {
  * .accordion-wrapper .wrapper .accordion .accordion-body p {
    font-size: 14px;
  }
}

* .accordion-wrapper .newsletter-shape .shape-1 {
  position: absolute;
  left: 0;
  bottom: -95px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  max-width: 250px;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .accordion-wrapper .newsletter-shape .shape-1 {
    display: none;
  }
}

@media (max-width: 991px) {
  * .accordion-wrapper .newsletter-shape .shape-1 {
    display: none;
  }
}

* .accordion-wrapper .newsletter-shape .shape-2 {
  position: absolute;
  right: 0;
  bottom: -135px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  max-width: 250px;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .accordion-wrapper .newsletter-shape .shape-2 {
    display: none;
  }
}

@media (max-width: 991px) {
  * .accordion-wrapper .newsletter-shape .shape-2 {
    display: none;
  }
}

* .contact-banner {
  min-height: 650px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-banner {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  * .contact-banner {
    min-height: 500px;
  }
}

* .contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
  z-index: -1;
}

* .contact-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

* .contact-banner .bg-image img {
  -o-object-position: 0px 100px;
     object-position: 0px 100px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-banner .bg-image img {
    -o-object-position: 0px 85px;
       object-position: 0px 85px;
  }
}

@media (max-width: 991px) {
  * .contact-banner .bg-image img {
    -o-object-position: 0px 70px;
       object-position: 0px 70px;
  }
}

* .contact-banner .content {
  width: 100%;
}

* .contact-banner .content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-banner .content h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  * .contact-banner .content h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  * .contact-banner .content h1 {
    font-size: 46px;
    margin: 15px 0;
  }
}

@media (max-width: 595px) {
  * .contact-banner .content h1 {
    font-size: 42px;
    margin: 10px 0;
  }
}

* .contact-banner .content ul {
  padding: 0;
}

* .contact-banner .content ul li {
  display: inline-block;
  list-style: none;
  font-weight: 600;
  color: #ea512e;
  position: relative;
}

* .contact-banner .content ul li:last-child {
  margin-left: 15px;
}

* .contact-banner .content ul li:last-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #ea512e;
}

* .contact-banner .content ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

* .contact-area {
  padding: 80px 0;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-area {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  * .contact-area {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  * .contact-area .contact-form {
    margin-bottom: 15px;
  }
}

* .contact-area .contact-form h4 {
  font-size: 25px;
  font-weight: bold;
  color: #1b0238;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-area .contact-form h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .contact-area .contact-form h4 {
    font-size: 20px;
  }
}

* .contact-area .contact-form .row .divider {
  padding: 0 10px;
}

* .contact-area .contact-form .row .divider .select {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 15px;
}

@media (max-width: 595px) {
  * .contact-area .contact-form .row .divider .select {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  * .contact-area .contact-form .row .divider .select {
    height: 50px;
  }
}

* .contact-area .contact-form .row .form-group {
  margin-bottom: 15px;
  position: relative;
}

* .contact-area .contact-form .row .form-group label {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
}

@media (max-width: 595px) {
  * .contact-area .contact-form .row .form-group label {
    padding-left: 10px;
  }
}

* .contact-area .contact-form .row .form-group label span {
  font-weight: 400;
  color: #ea512e;
}

* .contact-area .contact-form .row .form-group input {
  height: 60px;
  width: 100%;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #1b0238;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 595px) {
  * .contact-area .contact-form .row .form-group input {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  * .contact-area .contact-form .row .form-group input {
    height: 50px;
  }
}

* .contact-area .contact-form .row .form-group .phone::-webkit-inner-spin-button {
  display: none;
}

* .contact-area .contact-form .row .form-group .file {
  position: absolute;
  top: 28px;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

* .contact-area .contact-form .row .form-group .btn {
  border: 1px solid #f5890d;
  background: #f5890d;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 595px) {
  * .contact-area .contact-form .row .form-group .btn {
    width: 120px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  * .contact-area .contact-form .row .form-group .btn {
    height: 45px;
  }
}

* .contact-area .contact-form .row .form-group .btn:hover {
  background: #ea512e;
  border: 1px solid #ea512e;
}

* .contact-area .contact-information {
  width: 100%;
  padding-top: 60px;
}

@media (max-width: 991px) {
  * .contact-area .contact-information {
    padding-top: 0;
  }
}

* .contact-area .contact-information h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #1b0238;
}

@media (min-width: 992px) and (max-width: 1336px) {
  * .contact-area .contact-information h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  * .contact-area .contact-information h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

* .contact-area .contact-information .contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

* .contact-area .contact-information .contact-list a {
  display: inline-block;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* .contact-area .contact-information .contact-list a:hover span {
  color: #ea512e;
}

* .contact-area .contact-information .contact-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

@media (max-width: 595px) {
  * .contact-area .contact-information .contact-list li {
    font-size: 14px;
  }
}

* .contact-area .contact-information .contact-list li.call::after {
  background-image: url("/images/phone2.png");
}

* .contact-area .contact-information .contact-list li.email::after {
  background-image: url("/images/email.png");
}

* .contact-area .contact-information .contact-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/images/location.png");
  background-size: cover;
}

* .contact-area .contact-information .contact-list li span {
  font-weight: 600;
  color: #1b0238;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* .contact-area .contact-information .opening-hour {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}

* .contact-area .contact-information .opening-hour li {
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 595px) {
  * .contact-area .contact-information .opening-hour li {
    font-size: 14px;
  }
}

* .contact-area .event-shape .shape-1 {
  position: absolute;
  top: 2%;
  left: 6%;
  width: 60px;
  z-index: -1;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .contact-area .event-shape .shape-1 {
    top: 1%;
    width: 50px;
  }
}

@media (max-width: 595px) {
  * .contact-area .event-shape .shape-1 {
    width: 45px;
  }
}

@media (max-width: 480px) {
  * .contact-area .event-shape .shape-1 {
    width: 45px;
    top: 5px;
  }
}

* .contact-area .event-shape .shape-2 {
  position: absolute;
  top: 87%;
  left: 2%;
  width: 80px;
  z-index: -1;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .contact-area .event-shape .shape-2 {
    top: 88%;
    width: 70px;
  }
}

@media (max-width: 767px) {
  * .contact-area .event-shape .shape-2 {
    width: 55px;
    top: 90%;
  }
}

@media (max-width: 480px) {
  * .contact-area .event-shape .shape-2 {
    width: 50px;
    top: 92%;
  }
}

* .contact-area .event-shape .shape-3 {
  position: absolute;
  top: 2%;
  left: 78%;
  width: 70px;
  z-index: -1;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .contact-area .event-shape .shape-3 {
    top: 1%;
    width: 60px;
  }
}

@media (max-width: 595px) {
  * .contact-area .event-shape .shape-3 {
    width: 50px;
  }
}

@media (max-width: 480px) {
  * .contact-area .event-shape .shape-3 {
    width: 45px;
    top: 5px;
  }
}

* .contact-area .event-shape .shape-4 {
  position: absolute;
  top: 87%;
  left: 79%;
  width: 80px;
  z-index: -1;
  -webkit-animation: jumpUp 2s ease-in-out infinite;
          animation: jumpUp 2s ease-in-out infinite;
  /* The animation code */
}

@keyframes jumpUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  * .contact-area .event-shape .shape-4 {
    top: 88%;
    width: 70px;
  }
}

@media (max-width: 767px) {
  * .contact-area .event-shape .shape-4 {
    width: 55px;
    top: 90%;
  }
}

@media (max-width: 480px) {
  * .contact-area .event-shape .shape-4 {
    width: 50px;
    top: 92%;
  }
}

* .map {
  margin-bottom: -8px;
}
/*# sourceMappingURL=bootstrap.css.map */