* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-rubik, .button.type-01 {
  font-family: "rubik";
}

.font-cursive {
  font-family: "Shadows Into Light two";
}

.font-playfair {
  font-family: "playfair display";
}

body {
  background-color: #fff;
  overflow-x: hidden;
}
body.texure-bg {
  background: url("../images/home/home-page-bg.jpg") left top repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}

.is-white {
  color: #fff;
}

.is-black {
  color: #100f0f;
}

.is-blue {
  color: #224e9b;
}

.is-dark-blue {
  color: #141E30;
}

.is-light-blue {
  color: #0089d0;
}

.is-lightest-blue {
  color: #EEF9FF;
}

.is-orange {
  color: #f89217;
}

.is-gray {
  color: #444444;
}

.is-dark-gray {
  color: #5c554e;
}

.is-light-gray {
  color: #c7c7c7;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-gray-02 {
  color: #857a73;
}

.is-bg-transparent {
  background-color: transparent;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #100f0f;
}

.is-bg-blue {
  background-color: #224e9b;
}

.is-bg-dark-blue {
  background-color: #141E30;
}

.is-bg-light-blue {
  background-color: #0089d0;
}

.is-bg-lightest-blue {
  background-color: #EEF9FF;
}

.is-bg-orange {
  background-color: #f89217;
}

.is-bg-gray {
  background-color: #444444;
}

.is-bg-dark-gray {
  background-color: #5c554e;
}

.is-bg-light-gray {
  background-color: #c7c7c7;
}

.is-bg-lightest-gray {
  background-color: #FFF8F8;
}

.is-white-gradient, .is-bottom-gradient.white-grd:after {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff00 97.79%);
}

.is-blue-gradient-opacity-08 {
  background: linear-gradient(90deg, #004e79cc 0%, #3582accc 97.79%);
}

.is-orange-gradient {
  background: linear-gradient(89.92deg, #E8842D 0.06%, #F9A256 99.93%);
}

.is-orange-gradient-opacity-08 {
  background: linear-gradient(89.92deg, #e8842dcc 0.06%, #f9a256cc 99.93%);
}

.is-top-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.is-top-gradient.is-black-grd:before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.is-bottom-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
}
.is-bottom-gradient.white-grd:after {
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.is-bottom-gradient.is-light-blue-grd:after {
  background: linear-gradient(180deg, #141e3000 50%, #141e30cc 100%);
}

.is-underlined {
  text-decoration: underline;
}

.box-shadow {
  box-shadow: 5px 14px 40px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1700px) {
  .box-shadow {
    box-shadow: 2px 8px 30px 5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1700px) {
  .box-shadow {
    box-shadow: 2px 6px 20px 3px rgba(0, 0, 0, 0.2);
  }
}

.container {
  max-width: 1210px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-width {
  width: 100%;
}

.top-bottom-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.top-bottom-padding.small-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .top-bottom-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-bottom-padding.small-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-bottom-padding.mob-top-padding-0 {
    padding-top: 0;
  }
  .top-bottom-padding.mob-bottom-padding-0 {
    padding-bottom: 0;
  }
}

.bottom-padding {
  padding-bottom: 3vw;
}

.textalign-left {
  text-align: left;
}

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

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

.dis-flex {
  display: flex !important;
}
.dis-flex.justy-center {
  justify-content: center;
}

.span-icon {
  width: 0px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 50px solid transparent;
  border-top: 70px solid whitesmoke;
  display: inline-block;
  transform: rotate(30deg);
  position: absolute;
  opacity: 75%;
}
@media only screen and (max-width: 1200px) {
  .span-icon {
    border-left: 30px solid transparent;
    border-right: 40px solid transparent;
    border-top: 50px solid whitesmoke;
  }
}
@media only screen and (max-width: 768px) {
  .span-icon {
    border-left: 20px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid whitesmoke;
  }
}

.progress-line-orange {
  width: 70%;
  background-color: #f89217;
  padding: 6px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  .progress-line-orange {
    padding: 4px;
  }
}

.progress-line-grey {
  width: 30%;
  background-color: #E9E5E5;
  padding: 6px;
  border-radius: 0px 10px 10px 0px;
}
@media only screen and (max-width: 1024px) {
  .progress-line-grey {
    padding: 4px;
  }
}

.card-item-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card-item-wrp .card-item {
  border: 1px solid #E9E5E5;
  border-radius: 8px;
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
.card-item-wrp .card-item:nth-child(3n) {
  margin-right: 0px;
}
@media only screen and (max-width: 1023px) {
  .card-item-wrp .card-item {
    border-radius: 5px;
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .card-item-wrp .card-item:nth-child(3n) {
    margin-right: 10px;
  }
  .card-item-wrp .card-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .card-item-wrp .card-item {
    border-radius: 3px;
    width: 100%;
    margin-right: 0px !important;
  }
}

.card-width {
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .card-width {
    width: 32.2%;
  }
}
@media only screen and (max-width: 768px) {
  .card-width {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .card-width {
    width: 100%;
  }
}

.button.type-01 {
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid;
}
.button.type-01.padding-small {
  background-color: #f89217;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-family: "rubik";
  padding: 0px 20px;
}
.button.type-01 span {
  position: relative;
  z-index: 2;
}
.button.type-01.white {
  color: #fff;
  border-color: #fff;
}
.button.type-01.white:before {
  background-color: #fff;
}
.button.type-01.orange-fill {
  background-color: #f89217;
  color: #fff;
  border-color: #f89217;
}
.button.type-01.orange-border {
  background-color: transparent;
  border-color: #f89217;
  color: #5c554e;
}
.button.type-01.icon {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.button.type-01.icon .img-wrp {
  width: 30px;
  margin-right: 4px;
}
.button.type-01.big {
  padding: 12px 80px;
}
.button.type-01.viewmore {
  padding: 15px 50px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .button.type-01.viewmore {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .button.type-01.viewmore {
    padding: 10px 50px;
  }
}
.button.type-01:hover.orange-fill, .button.type-01.active.orange-fill {
  background-color: #5c554e;
  color: #fff;
}
.button.type-01:hover.orange-border, .button.type-01.active.orange-border {
  background-color: #f89217;
  border-color: #f89217;
  color: #fff;
}
.button.type-01:hover.orange-border img, .button.type-01.active.orange-border img {
  filter: invert(100%) sepia(0%) saturate(1300%) hue-rotate(188deg) brightness(200%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(1300%) hue-rotate(188deg) brightness(200%) contrast(101%);
}
.button.type-02 {
  background-color: #ffffff;
  border-radius: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #5c554e;
  font-family: "rubik";
  padding: 10px 40px;
  border: 1px solid #5c554e;
  display: inline-block;
}
.button.type-02 span {
  position: relative;
  z-index: 1;
}
.button.type-02.white {
  color: #fff;
}
.button.type-02.icon {
  display: flex;
}
.button.type-02.webinar {
  padding: 15px 80px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .button.type-02.webinar {
    padding: 15px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .button.type-02.webinar {
    padding: 15px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .button.type-02.webinar {
    padding: 15px 50px;
  }
}
.button:hover.type-01.darkgray {
  background-color: #5c554e;
  transition: 0.5s;
}
.button:hover.type-01.white {
  color: #100f0f;
}
.button:hover.type-01.white:before {
  top: 0;
}
.button:hover.type-01.black {
  color: #fff;
}
.button:hover.type-01.black:before {
  top: 0;
}
.button:hover.type-01.blue {
  color: #fff;
}
.button:hover.type-01.blue:before {
  top: 0;
}
.button:hover.type-01.black-fill {
  color: #100f0f;
}
.button:hover.type-01.black-fill:before {
  top: 0;
}
.button:hover.type-01.blue-fill {
  color: #fff;
}
.button:hover.type-01.blue-fill:before {
  top: 0;
}
.button:hover.type-02.white {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .button.type-01 {
    border-radius: 4px;
    padding: 8px 14px;
    margin-right: 3px;
  }
  .button.type-01.padding-small {
    border-radius: 4px;
    padding: 4px 14px;
  }
  .button.type-01.icon {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .button.type-01.icon .img-wrp {
    width: 20px;
    margin-right: 3px;
  }
  .button.type-01.big {
    padding: 6px 50px;
  }
  .button.type-02 {
    border-radius: 10px;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .button.type-02 {
    border-radius: 8px;
    padding: 5px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .button.type-01.big {
    padding: 5px 30px;
  }
}

.popup-button {
  margin: 10px;
  padding: 1em 3em;
  background-size: 200% auto !important;
  color: white;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.popup-button:hover {
  background-position: right center;
}

.btn-big-cricle-wrp {
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 11vw;
  height: 11vw;
}
.btn-big-cricle-wrp.big-size {
  width: 13.3vw;
  height: 13.3vw;
}
.btn-big-cricle-wrp.white {
  border-color: #fff;
}
.btn-big-cricle-wrp.blue {
  border-color: #224e9b;
  background-color: transparent;
}
.btn-big-cricle-wrp.blue-bg {
  border-color: #224e9b;
  background-color: #224e9b;
}
.btn-big-cricle-wrp .down-arrow:before, .btn-big-cricle-wrp .down-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-big-cricle-wrp .down-arrow:before {
  width: 3px;
  height: 34%;
  z-index: 1;
  margin: auto;
}
.btn-big-cricle-wrp .down-arrow:after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 14%;
  height: 14%;
  transition: all 0.3s ease;
  transform: translate(0%, 58%) rotate(45deg);
  z-index: 1;
}
.btn-big-cricle-wrp .down-arrow.white:before {
  background-color: #fff;
}
.btn-big-cricle-wrp .down-arrow.white:after {
  border-color: #fff;
}
.btn-big-cricle-wrp .down-arrow.blue:before {
  background-color: #224e9b;
}
.btn-big-cricle-wrp .down-arrow.blue:after {
  border-color: #224e9b;
}
.btn-big-cricle-wrp .right-arrow {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.btn-big-cricle-wrp .right-arrow:before, .btn-big-cricle-wrp .right-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-big-cricle-wrp .right-arrow:before {
  width: 3px;
  height: 34%;
  z-index: 1;
  margin: auto;
}
.btn-big-cricle-wrp .right-arrow:after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 14%;
  height: 14%;
  transition: all 0.3s ease;
  transform: translate(0%, 58%) rotate(45deg);
  z-index: 1;
}
.btn-big-cricle-wrp .right-arrow.white:before {
  background-color: #fff;
}
.btn-big-cricle-wrp .right-arrow.white:after {
  border-color: #fff;
}
.btn-big-cricle-wrp .right-arrow.blue:before {
  background-color: #224e9b;
}
.btn-big-cricle-wrp .right-arrow.blue:after {
  border-color: #224e9b;
}
.btn-big-cricle-wrp .text.white {
  color: #fff;
}
.btn-big-cricle-wrp .text.blue {
  color: #224e9b;
}
.btn-big-cricle-wrp.verticle-center {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.btn-big-cricle-wrp.verticle-center.left {
  left: 0;
  right: inherit;
  transform: translate(-50%, -50%);
}
.btn-big-cricle-wrp.horizontal-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.btn-big-cricle-wrp.horizontal-center.top {
  right: 0;
  left: inherit;
  transform: translate(50%, -50%);
}
.btn-big-cricle-wrp .read-more-btn {
  background-color: transparent;
  width: 42px;
  height: 42px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.btn-big-cricle-wrp .read-more-btn:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-top: none;
  border-left: none;
}
.btn-big-cricle-wrp .read-more-btn:after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-big-cricle-wrp .read-more-btn.white {
  background-color: #fff;
}
.btn-big-cricle-wrp .read-more-btn.white:before {
  border-color: #1E99FB;
}
.btn-big-cricle-wrp .read-more-btn.white:after {
  background-color: #1E99FB;
}
.btn-big-cricle-wrp .read-more-btn.gradient-btn {
  border: none;
  background: transparent linear-gradient(225deg, #1DF3E1 0%, #1E99FB 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1700px) {
  .btn-big-cricle-wrp .read-more-btn {
    width: 34px;
    height: 34px;
  }
  .btn-big-cricle-wrp .read-more-btn:before {
    width: 7px;
    height: 7px;
  }
  .btn-big-cricle-wrp .read-more-btn:after {
    width: 12px;
    height: 2px;
  }
}
.btn-big-cricle-wrp.blue-btn .read-more-btn {
  background-color: #224e9b;
}
.btn-big-cricle-wrp.white-btn .read-more-btn {
  background-color: #fff;
}
.btn-big-cricle-wrp.white-btn .read-more-btn:before {
  border-color: #224e9b;
}
.btn-big-cricle-wrp.white-btn .read-more-btn:after {
  background-color: #224e9b;
}
.btn-big-cricle-wrp:hover .read-more-btn {
  border: 1px solid #fff !important;
}
.btn-big-cricle-wrp:hover .read-more-btn:before {
  animation: leftToRightArrowBefore 1s ease;
}
.btn-big-cricle-wrp:hover .read-more-btn:after {
  animation: leftToRightArrowAfter 1s ease;
}
@keyframes rigthToleftArrowAnm {}
@media only screen and (max-width: 1200px) {
  .btn-big-cricle-wrp .read-more-btn {
    width: 26px;
    height: 26px;
  }
  .btn-big-cricle-wrp .read-more-btn:before {
    width: 6px;
    height: 6px;
  }
  .btn-big-cricle-wrp .read-more-btn:after {
    width: 9px;
    height: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  .btn-big-cricle-wrp {
    width: 16vw;
    height: 16vw;
  }
  .btn-big-cricle-wrp.big-size {
    width: 18.3vw;
    height: 18.3vw;
  }
  .btn-big-cricle-wrp.verticle-center {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .btn-big-cricle-wrp.verticle-center.left {
    left: inherit;
    right: 0;
    transform: translate(50%, -50%);
  }
  .btn-big-cricle-wrp .read-more-btn:before {
    border-width: 1px;
    left: 46%;
  }
  .btn-big-cricle-wrp .read-more-btn:after {
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-big-cricle-wrp {
    width: 85px;
    height: 85px;
  }
  .btn-big-cricle-wrp.big-size {
    width: 100px;
    height: 100px;
  }
  .btn-big-cricle-wrp .is-para, .btn-big-cricle-wrp .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] p, .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] .btn-big-cricle-wrp p, .btn-big-cricle-wrp .btn-circle-arrow-text.prev span, .btn-circle-arrow-text.prev .btn-big-cricle-wrp span, .btn-big-cricle-wrp .btn-circle-arrow-text.next span, .btn-circle-arrow-text.next .btn-big-cricle-wrp span {
    font-size: 12px;
  }
  .btn-big-cricle-wrp .read-more-btn:before {
    border-width: 1px;
    left: 46%;
  }
  .btn-big-cricle-wrp .read-more-btn:after {
    height: 1px;
  }
}

.btn-wrp .read-more-btn {
  background-color: transparent;
  width: 42px;
  height: 42px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.btn-wrp .read-more-btn:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-top: none;
  border-left: none;
}
.btn-wrp .read-more-btn:after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-wrp .read-more-btn.white {
  background-color: #fff;
}
.btn-wrp .read-more-btn.white:before {
  border-color: #1E99FB;
}
.btn-wrp .read-more-btn.white:after {
  background-color: #1E99FB;
}
.btn-wrp .read-more-btn.gradient-btn {
  border: none;
  background: transparent linear-gradient(225deg, #1DF3E1 0%, #1E99FB 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1700px) {
  .btn-wrp .read-more-btn {
    width: 34px;
    height: 34px;
  }
  .btn-wrp .read-more-btn:before {
    width: 7px;
    height: 7px;
  }
  .btn-wrp .read-more-btn:after {
    width: 12px;
    height: 2px;
  }
}
.btn-wrp .read-more-text {
  font-size: 22px;
  text-align: left;
  letter-spacing: normal;
  margin-left: 10px;
}
.btn-wrp.blue-btn .read-more-btn {
  background-color: #224e9b;
}
.btn-wrp.blue-btn .read-more-text {
  color: #224e9b;
}
.btn-wrp.white-btn .read-more-btn {
  background-color: #fff;
}
.btn-wrp.white-btn .read-more-btn:before {
  border-color: #224e9b;
}
.btn-wrp.white-btn .read-more-btn:after {
  background-color: #224e9b;
}
.btn-wrp.white-btn .read-more-text {
  color: #fff;
}
.btn-wrp.white-border-btn .read-more-btn {
  background-color: transparent;
}
.btn-wrp.white-border-btn .read-more-btn:before {
  border-color: #fff;
}
.btn-wrp.white-border-btn .read-more-btn:after {
  background-color: #fff;
}
.btn-wrp.white-border-btn .read-more-text {
  color: #fff;
}
.btn-wrp.blue-border-btn .read-more-btn {
  background-color: transparent;
  border-color: #224e9b;
}
.btn-wrp.blue-border-btn .read-more-btn:before {
  border-color: #224e9b;
}
.btn-wrp.blue-border-btn .read-more-btn:after {
  background-color: #224e9b;
}
.btn-wrp.blue-border-btn .read-more-text {
  color: #224e9b;
}
.btn-wrp:hover .read-more-btn {
  border: 1px solid #fff !important;
}
.btn-wrp:hover .read-more-btn:before {
  animation: leftToRightArrowBefore 1s ease;
}
.btn-wrp:hover .read-more-btn:after {
  animation: leftToRightArrowAfter 1s ease;
}
@keyframes rigthToleftArrowAnm {}
@media only screen and (max-width: 1700px) {
  .btn-wrp .read-more-text {
    font-size: 16px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-wrp .read-more-btn {
    width: 26px;
    height: 26px;
  }
  .btn-wrp .read-more-btn:before {
    width: 6px;
    height: 6px;
  }
  .btn-wrp .read-more-btn:after {
    width: 9px;
    height: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  .btn-wrp .read-more-btn:before {
    border-width: 1px;
    left: 46%;
  }
  .btn-wrp .read-more-btn:after {
    height: 1px;
  }
}

.btn-wrp-01 {
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .btn-wrp-01 {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrp-01 {
    width: 100%;
  }
}

.btn-underline-wrp {
  text-align: left;
  border-bottom: 1px solid #5c554e;
}
.btn-underline-wrp.white {
  color: #fff;
}
.btn-underline-wrp.dark-gray {
  color: #5c554e;
}
.btn-underline-wrp.blue {
  color: #224e9b;
}
@media screen and (max-width: 1700px) {
  .btn-underline-wrp {
    font-size: 12px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 1200px) {
  .btn-underline-wrp {
    font-size: 11px;
  }
}

.down-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 80px;
}
.down-arrow-btn:before, .down-arrow-btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.down-arrow-btn:before {
  width: 1px;
  height: 100%;
  z-index: 1;
  margin: auto;
}
.down-arrow-btn:after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
  transform: translate(0%, 58%) rotate(45deg);
  z-index: 1;
  top: inherit;
  bottom: 22%;
}
.down-arrow-btn.white:before {
  background-color: #fff;
}
.down-arrow-btn.white:after {
  border-color: #fff;
}
.down-arrow-btn.blue:before {
  background-color: #224e9b;
}
.down-arrow-btn.blue:after {
  border-color: #224e9b;
}
.down-arrow-btn.black:before {
  background-color: #100f0f;
}
.down-arrow-btn.black:after {
  border-color: #100f0f;
}
@media screen and (max-width: 1700px) {
  .down-arrow-btn {
    width: 30px;
    height: 50px;
  }
  .down-arrow-btn:after {
    width: 16px;
    height: 16px;
  }
}

@keyframes downArrow {
  0%, 100% {
    transform: translateY(0);
  }
  45%, 55% {
    transform: translateY(40px);
  }
}
.remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.remove-btn .button {
  margin: 0;
  padding: 0 10px;
  height: auto;
}

@keyframes leftToRightArrowBefore {
  0% {
    transform: translate(0, -50%) rotate(-45deg);
    opacity: 1;
  }
  45% {
    transform: translate(40px, -50%) rotate(-45deg);
    opacity: 1;
  }
  46% {
    transform: translate(40px, -50%) rotate(-45deg);
    opacity: 0;
  }
  54% {
    transform: translate(-40px, -50%) rotate(-45deg);
    opacity: 0;
  }
  55% {
    transform: translate(-40px, -50%) rotate(-45deg);
    opacity: 1;
  }
  100% {
    transform: translate(0, -50%) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes leftToRightArrowAfter {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  45% {
    transform: translate(40px, -50%);
    opacity: 1;
  }
  46% {
    transform: translate(40px, -50%);
    opacity: 0;
  }
  54% {
    transform: translate(-40px, -50%);
    opacity: 0;
  }
  55% {
    transform: translate(-40px, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.curve-btn {
  background-color: #444444;
  padding: 10px 40px 10px 16px;
  border-radius: 0px 0px 50px 0px;
  display: inline-flex;
  font-size: 12px !important;
}

.gallery-icon {
  width: 25px;
  height: 21px;
}

.bg-btn {
  font-weight: 500;
  padding: 25px 20px;
  cursor: pointer;
}
.bg-btn.bg-blue {
  background-color: #224e9b;
  color: #fff;
}
.bg-btn.bg-orange {
  background-color: #f89217;
  color: #fff;
  border: none;
}
.bg-btn.bg-white {
  background-color: #fff;
  color: #224e9b;
  border: none;
}
.bg-btn.small-padding {
  padding: 14px 15px;
}
.bg-btn:hover.bg-blue {
  background-color: #f89217;
  color: #224e9b;
}
.bg-btn:hover.bg-orange {
  background-color: #224e9b;
  color: #f89217;
}
@media screen and (max-width: 1700px) {
  .bg-btn {
    padding: 20px 16px;
  }
  .bg-btn svg {
    width: 13px;
  }
  .bg-btn.small-padding {
    padding: 4.5px 8px;
  }
}
@media screen and (max-width: 1200px) {
  .bg-btn {
    padding: 16px 12px;
  }
  .bg-btn.small-padding {
    padding: 4.5px 8px;
  }
}

.border-btn {
  border-width: 1px;
  border-style: solid;
  font-weight: 500;
  padding: 25px 20px;
  background-color: transparent;
}
.border-btn.border-blue {
  border-color: #224e9b;
}
.border-btn.border-orange {
  border-color: #f89217;
}
.border-btn.border-light-gray {
  border-color: #c7c7c7;
}
.border-btn.is-icon span {
  display: inline-block;
  margin-right: 15px;
}
.border-btn.is-icon.icon-left span {
  margin-right: 0;
  margin-left: 15px;
}
.border-btn:hover.border-blue {
  border-color: #224e9b;
  background-color: #224e9b;
  color: #fff;
}
.border-btn:hover.border-orange {
  border-color: #f89217;
  background-color: #f89217;
  color: #fff;
}
.border-btn:hover.border-orange path {
  fill: #fff;
}
.border-btn:hover.border-light-gray {
  border-color: #5c554e;
  background-color: transparent;
}
.border-btn:hover.is-icon svg {
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  .border-btn {
    padding: 20px 16px;
  }
  .border-btn.is-icon span {
    margin-right: 12px;
  }
  .border-btn.is-icon svg {
    width: 20px;
  }
  .border-btn.is-icon.icon-left span {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .border-btn {
    padding: 16px 12px;
  }
  .border-btn.is-icon span {
    margin-right: 8px;
  }
  .border-btn.is-icon svg {
    width: 16px;
  }
  .border-btn.is-icon.icon-left span {
    margin-left: 8px;
  }
}

.btn-circle-arrow-text.prev, .btn-circle-arrow-text.next {
  border-radius: 50%;
  border: 1px solid #100f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 11vw;
  height: 11vw;
  background-color: transparent;
  color: #100f0f;
  margin-top: 3vw;
}
.btn-circle-arrow-text.prev:before, .btn-circle-arrow-text.prev:after, .btn-circle-arrow-text.next:before, .btn-circle-arrow-text.next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-circle-arrow-text.prev:before, .btn-circle-arrow-text.next:before {
  width: 35%;
  height: 1px;
  z-index: 1;
  margin: auto;
  background-color: #100f0f;
  left: 24%;
  transform: translateY(-0.5px);
}
.btn-circle-arrow-text.prev:after, .btn-circle-arrow-text.next:after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #100f0f;
  display: inline-block;
  width: 10%;
  height: 10%;
  transition: all 0.3s ease;
  transform: translate(230%, 0%) rotate(-45deg);
  z-index: 1;
}
.btn-circle-arrow-text.prev span, .btn-circle-arrow-text.next span {
  text-transform: uppercase;
  margin-left: -150%;
}
.btn-circle-arrow-text.prev:hover, .btn-circle-arrow-text.next:hover {
  background-color: #224e9b;
}
.btn-circle-arrow-text.prev {
  transform: rotate(180deg);
}
.btn-circle-arrow-text.prev span {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .btn-circle-arrow-text.prev, .btn-circle-arrow-text.next {
    width: 40px;
    height: 40px;
  }
  .btn-circle-arrow-text.prev:after, .btn-circle-arrow-text.next:after {
    width: 20%;
    height: 20%;
    transform: translate(90%, -10%) rotate(-45deg);
  }
}

.slider-btn-circle.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  width: 72px;
  height: 72px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-top: none;
  border-left: none;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  width: 16px;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:before {
  animation: btn-arrow-before 1s ease;
}
.slider-btn-circle.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover:after {
  animation: btn-arrow-after 1s ease;
}
@keyframes btn-arrow-before {
  0% {
    transform: translate(0, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(40px, -50%) rotate(-45deg);
  }
  51% {
    transform: translate(-40px, -50%) rotate(-45deg);
  }
  100% {
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@keyframes btn-arrow-after {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(40px, -50%);
  }
  51% {
    transform: translate(-40px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
.slider-btn-circle.owl-theme .owl-nav .disabled {
  opacity: 0;
}
.slider-btn-circle.owl-theme .owl-nav .owl-prev {
  left: -7.5%;
  transform: translateY(-50%) rotate(180deg);
}
.slider-btn-circle.owl-theme .owl-nav .owl-prev:before {
  right: 38%;
}
.slider-btn-circle.owl-theme .owl-nav .owl-next {
  right: -7.5%;
}
.slider-btn-circle.owl-theme .owl-nav .owl-next:before {
  right: 38%;
}
.slider-btn-circle.dark-gray.owl-theme .owl-nav [class*=owl-] {
  border-color: #5c554e;
}
.slider-btn-circle.dark-gray.owl-theme .owl-nav [class*=owl-]:before {
  border-color: #5c554e;
}
.slider-btn-circle.dark-gray.owl-theme .owl-nav [class*=owl-]:after {
  background-color: #5c554e;
}
.slider-btn-circle.blue.owl-theme .owl-nav [class*=owl-] {
  border-color: #224e9b;
}
.slider-btn-circle.blue.owl-theme .owl-nav [class*=owl-]:before {
  border-color: #224e9b;
}
.slider-btn-circle.blue.owl-theme .owl-nav [class*=owl-]:after {
  background-color: #224e9b;
}
.slider-btn-circle.orange.owl-theme .owl-nav [class*=owl-] {
  border-color: #f89217;
}
.slider-btn-circle.orange.owl-theme .owl-nav [class*=owl-]:before {
  border-color: #f89217;
}
.slider-btn-circle.orange.owl-theme .owl-nav [class*=owl-]:after {
  background-color: #f89217;
}
.slider-btn-circle.black.owl-theme .owl-nav [class*=owl-] {
  border-color: #100f0f;
}
.slider-btn-circle.black.owl-theme .owl-nav [class*=owl-]:before {
  border-color: #100f0f;
}
.slider-btn-circle.black.owl-theme .owl-nav [class*=owl-]:after {
  background-color: #100f0f;
}
.slider-btn-circle.trans-bg-color-black.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background: transparent;
  top: 50%;
}
.slider-btn-circle.trans-bg-color-black.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #fff;
  background: green;
}
.slider-btn-circle.right-bottom {
  padding-bottom: 10vw;
}
.slider-btn-circle.right-bottom.owl-theme .owl-nav [class*=owl-] {
  top: inherit;
  bottom: 0%;
}
.slider-btn-circle.right-bottom.owl-theme .owl-nav .owl-prev {
  left: inherit;
  right: 90px;
}
.slider-btn-circle.right-bottom.owl-theme .owl-nav .owl-next {
  right: 0;
}
.slider-btn-circle.left-bottom {
  padding-bottom: 10vw;
}
.slider-btn-circle.left-bottom.owl-theme .owl-nav [class*=owl-] {
  top: inherit;
  bottom: 0%;
}
.slider-btn-circle.left-bottom.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.slider-btn-circle.left-bottom.owl-theme .owl-nav .owl-next {
  right: inherit;
  left: 90px;
}
@media screen and (max-width: 1700px) {
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-] {
    width: 52px;
    height: 52px;
  }
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-]:before {
    width: 7px;
    height: 7px;
  }
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-]:after {
    width: 12px;
    height: 2px;
  }
  .slider-btn-circle.owl-theme .owl-nav .owl-prev:before {
    right: 35%;
  }
  .slider-btn-circle.owl-theme .owl-nav .owl-next:before {
    right: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-] {
    width: 42px;
    height: 42px;
  }
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-]:before {
    width: 6px;
    height: 6px;
  }
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-]:after {
    width: 9px;
    height: 2px;
  }
  .slider-btn-circle.owl-carousel .owl-nav .owl-prev {
    left: inherit;
    right: 42px;
  }
  .slider-btn-circle.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn-circle.owl-theme .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
  }
}
.slider-btn-circle .circle-button.owl-theme .owl-nav .owl-next:hover:before {
  animation: leftToRightArrowAnm 0.5s ease;
}
.slider-btn-circle .circle-button.owl-theme .owl-nav .owl-prev:hover:before {
  animation: rigthToleftArrowAnm 0.5s ease;
}
@keyframes leftToRightArrowAnm {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  45% {
    transform: translate(40px);
    opacity: 1;
  }
  46% {
    transform: translate(40px);
    opacity: 0;
  }
  54% {
    transform: translate(-40px);
    opacity: 0;
  }
  55% {
    transform: translate(-40px);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes rigthToleftArrowAnm {
  0% {
    transform: translate(0) rotate(180deg);
    opacity: 1;
  }
  45% {
    transform: translate(-40px) rotate(180deg);
    opacity: 1;
  }
  46% {
    transform: translate(-40px) rotate(180deg);
    opacity: 0;
  }
  54% {
    transform: translate(40px) rotate(180deg);
    opacity: 0;
  }
  55% {
    transform: translate(40px) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(0) rotate(180deg);
    opacity: 1;
  }
}

.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  border: 1px solid #100f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 11vw;
  height: 11vw;
  background-color: transparent;
  color: #100f0f;
  margin-top: 3vw;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:before, .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:before {
  width: 35%;
  height: 1px;
  z-index: 1;
  margin: auto;
  background-color: #100f0f;
  left: 24%;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #100f0f;
  display: inline-block;
  width: 10%;
  height: 10%;
  transition: all 0.3s ease;
  transform: translate(230%, 0%) rotate(-45deg);
  z-index: 1;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] p {
  text-transform: uppercase;
  margin-left: -150%;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #224e9b;
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav .owl-prev p {
  transform: rotate(180deg);
}
.slider-btn-circle-arrow-text.owl-theme .owl-nav .disabled {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
  }
  .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:before {
    width: 35%;
    left: 8%;
  }
  .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-]:after {
    width: 20%;
    height: 20%;
    transform: translate(60%, -2%) rotate(-45deg);
  }
  .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] p {
    display: none;
  }
}

.slider-dots.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 24px;
  background: rgba(16, 15, 15, 0.2);
}
.slider-dots.verticle.owl-carousel .owl-dots {
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.slider-dots.verticle.owl-carousel .owl-dots .owl-dot span {
  margin: 16px 5px;
}
.slider-dots.dark-dots.owl-carousel .owl-dots .owl-dot:hover span, .slider-dots.dark-dots.owl-carousel .owl-dots .owl-dot.active span {
  background: #100f0f;
}
.slider-dots.white-dots.owl-carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2);
}
.slider-dots.white-dots.owl-carousel .owl-dots .owl-dot:hover span, .slider-dots.white-dots.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
.slider-dots.gray-dots.owl-carousel .owl-dots .owl-dot span {
  background-color: rgba(68, 68, 68, 0.2);
}
.slider-dots.gray-dots.owl-carousel .owl-dots .owl-dot:hover span, .slider-dots.gray-dots.owl-carousel .owl-dots .owl-dot.active span {
  background: #444444;
}
@media only screen and (max-width: 1700px) {
  .slider-dots.owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-dots.owl-carousel .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 4px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-dots.verticle.owl-carousel .owl-dots .owl-dot span {
    margin: 7px 5px;
  }
}

.border {
  border-width: 1px;
  border-style: solid;
}
.border.is-gray {
  border-color: #c7c7c7;
}
.border.is-blue {
  border-color: #224e9b;
}

.border-bottom {
  border-bottom: 1px solid #f89217;
  padding-bottom: 20px;
}
.border-bottom.light-gray {
  border-bottom-color: #c7c7c7;
}
.border-bottom.padding-b-auto {
  padding-bottom: auto;
}
@media only screen and (max-width: 1700px) {
  .border-bottom {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .border-bottom {
    padding-bottom: 12px;
  }
}

.border-none {
  border: none !important;
}

.transition-all-03s-ease, .mega-dropdown-section .columns .content-column a, .mega-dropdown-section .columns .img-column, .mega-dropdown-section, .navbar-item .navbar-dropdown .navbar-item, .header-wrp .navigation-btn img, .header-wrp .button.type-02, .header-wrp .navbar-menu.is-active .navbar-start a, .header-wrp .navbar-brand .navbar-item img, .header-wrp .navbar-brand .navbar-item, .header-wrp, .image-zoom .img, .image-zoom, .downloads-list .item, .normal-video *, .list-wrp.product-list-02, .list-wrp.product-list, .button.type-01, .button.type-02, .border-btn, .btn-circle-arrow-text.prev, .btn-circle-arrow-text.next, .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.event-date {
  position: absolute;
  background-color: white;
  width: 50px;
  height: 50px;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  color: black;
  top: 5px;
  right: 6px;
  font-size: 10px;
  padding: 10px;
  color: #5c554e;
}
.event-date.big-img-event-date {
  width: 60px;
  height: 60px;
  font-size: 12px;
  top: 20px;
  right: 22px;
}
@media only screen and (max-width: 1024px) {
  .event-date {
    left: 260px;
  }
  .event-date.big-img-event-date {
    left: 340px !important;
  }
  .event-date.event-section-date {
    left: 190px;
    font-size: 10px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .event-date {
    left: 350px;
  }
  .event-date.big-img-event-date {
    left: 460px !important;
  }
  .event-date.event-section-date {
    left: 580px;
    font-size: 14px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .event-date.event-section-date {
    left: 410px;
  }
}
@media only screen and (max-width: 480px) {
  .event-date {
    left: 280px;
  }
  .event-date.big-img-event-date {
    left: 280px !important;
  }
  .event-date.event-section-date {
    left: 210px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

.select {
  margin-left: 10px;
}
.select select {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 30px;
}
.select:not(.is-multiple) {
  height: 50px;
}
.select.is-primary select {
  height: 50px;
  border-color: #E7E7E7;
  font-size: 15px;
  padding: 10px 10px 10px 10px !important;
  color: #7E7979;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-width: 2px;
  border-color: #7E7979;
  height: 12px;
  width: 12px;
  top: 46%;
}
.select.border-select select {
  background-color: transparent;
  border-width: 2px;
  border-radius: 30px;
}
.select.border-select.orange select {
  border-color: #f89217;
  color: #100f0f;
}
.select.border-bottom select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
}
.select.border-bottom.white select {
  border-color: #4F6182;
  color: #93A2BC;
}
.select.big:not(.is-multiple) {
  height: 70px;
}
.select.big select {
  font-size: 25px;
  height: 70px;
}
@media only screen and (max-width: 1700px) {
  .select {
    margin-left: 6px;
  }
  .select select {
    font-size: 12px;
    padding: 0 20px;
  }
  .select:not(.is-multiple) {
    height: 32px;
  }
  .select.is-primary select {
    height: 32px;
    line-height: initial;
    font-size: 13px;
    padding: 0 4px 0 8px !important;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    height: 10px;
    width: 10px;
  }
  .select.big:not(.is-multiple) {
    height: 50px;
  }
  .select.big select {
    font-size: 15px;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .select.is-primary select {
    font-size: 12px;
    padding: 0 4px 0 8px !important;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    height: 8px;
    width: 8px;
    border-width: 1px;
  }
}

.input:not(.is-multiple) {
  height: 50px;
}
.input.border-bottom {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  box-shadow: none;
}
.input.border-bottom.dark-gray {
  border-color: #5c554e;
  color: #5c554e;
}
.input.border-bottom.dark-gray::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c554e;
}
.input.border-bottom.dark-gray::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c554e;
}
.input.border-bottom.dark-gray:-ms-input-placeholder {
  /* IE 10+ */
  color: #5c554e;
}
.input.border-bottom.dark-gray:-moz-placeholder {
  /* Firefox 18- */
  color: #5c554e;
}
.input.border-bottom.gray {
  border-color: #444444;
  color: #444444;
}
.input.border-bottom.gray::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444444;
}
.input.border-bottom.gray::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}
.input.border-bottom.gray:-ms-input-placeholder {
  /* IE 10+ */
  color: #444444;
}
.input.border-bottom.gray:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}
.input.border-bottom.white {
  border-color: #fff;
  color: #fff;
}
.input.border-bottom.white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.input.border-bottom.white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.input.border-bottom.white:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.input.border-bottom.white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .input {
    font-size: 12px;
  }
  .input:not(.is-multiple) {
    height: 32px;
  }
}

@media screen and (max-width: 1700px) {
  .label:not(:last-child) {
    margin-bottom: 0em;
  }
}

.radio,
.checkbox {
  display: inline-flex;
  align-items: center;
}
.radio input,
.checkbox input {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .radio,
.checkbox {
    width: 100%;
    margin-right: 0px;
    margin-left: 0 !important;
  }
}

.radio + .radio {
  margin-left: 1.5em;
}

.checkbox + .checkbox {
  margin-left: 1.5em;
}

.form-btn-wrp .container {
  padding: 0 12%;
}
.form-btn-wrp .column:last-child .btn-big-cricle-wrp {
  margin: 5% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .form-btn-wrp .container {
    padding: 0 5%;
  }
}

.file.has-name .file-cta {
  width: 35%;
}
.file.has-name .file-name {
  width: 65%;
  max-width: none;
}
.file.file-01 {
  width: 100%;
}
.file.file-01 .file-label {
  width: 100%;
  height: 70px;
}
.file.file-01 .file-name {
  height: 100%;
}
.file.file-01 .file-cta {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #224e9b;
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .file.file-01 .file-label {
    height: 50px;
  }
  .file.file-01 .file-cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .file.file-01 {
    margin-top: 0 !important;
  }
  .file.file-01 .file-label {
    height: 40px;
  }
}

.hide-content-2-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

.hide-content-3-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
}

hr {
  margin: 1.3vw 0;
}
@media screen and (max-width: 1200px) {
  hr {
    margin: 1rem 0;
  }
}

.sort-by .container > div {
  display: flex;
  justify-content: flex-end;
}
.sort-by .container > div > div {
  margin-left: 20px;
  cursor: pointer;
}
.sort-by .container > div > div:last-child {
  margin-left: 40px;
}
.sort-by .container > div > div path {
  fill: #444444;
}
.sort-by .container > div > div p {
  color: #444444;
}
.sort-by .container > div > div.active path {
  fill: #f89217;
}
.sort-by .select.is-primary select {
  padding-right: 43px !important;
}

.heading-01, .innerbanner h1 {
  font-size: 3.6vw;
  line-height: 3.6vw;
  font-weight: 300;
  text-align: left;
}
.heading-01.medium, .innerbanner h1.medium {
  font-size: 2.2vw;
  line-height: 2.2vw;
}
@media only screen and (max-width: 1023px) {
  .heading-01, .innerbanner h1 {
    font-size: 7.1vw;
    line-height: 7.1vw;
  }
  .heading-01.medium, .innerbanner h1.medium {
    font-size: 5.8vw;
    line-height: 5.8vw;
  }
}
.heading-02 {
  font-size: 5vw;
  line-height: 5vw;
}
.heading-02.medium {
  font-size: 3vw;
  line-height: 3vw;
}
@media only screen and (max-width: 1200px) {
  .heading-02 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-02.medium {
    font-size: 5.8vw;
    line-height: 5.8vw;
  }
}

.heading-03, .btn-underline-wrp {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1700px) {
  .heading-03, .btn-underline-wrp {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-03, .btn-underline-wrp {
    font-size: 18px;
    line-height: 24px;
  }
}
.heading-04 {
  font-size: 25px;
  line-height: 30px;
}
@media only screen and (max-width: 1700px) {
  .heading-04 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-04 {
    font-size: 17px;
    line-height: 20px;
  }
}
.crsve-heading {
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1024px) {
  .crsve-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .crsve-heading {
    font-size: 20px;
  }
}

.main-heading {
  font-size: 46px;
  line-height: 52px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .main-heading {
    font-size: 30px;
    line-height: 34px;
  }
}

.color-heading {
  color: #100f0f;
}

.heading-wrp.small-width {
  width: 43%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .heading-wrp.small-width {
    width: 53%;
  }
}
@media only screen and (max-width: 1023px) {
  .heading-wrp.small-width {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .heading-wrp.small-width {
    width: 100%;
  }
}

.heading-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.para-01 {
  font-size: 21px;
  line-height: 32px;
  font-family: "rubik";
}
@media only screen and (max-width: 1200px) {
  .para-01 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .para-01 {
    font-size: 17px;
    line-height: 20px;
  }
}

.para-02 {
  font-size: 14px;
  font-family: "rubik";
}
@media only screen and (max-width: 1200px) {
  .para-02 {
    font-size: 12px;
  }
}

.para-03 {
  font-size: 18px;
  line-height: 22px;
  font-family: "rubik";
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .para-03 {
    font-size: 14px;
  }
}

.para-04 {
  font-size: 12px;
  font-family: "rubik";
}
@media only screen and (max-width: 1200px) {
  .para-04 {
    font-size: 11px;
  }
}

.img-wrp {
  width: 100%;
}
.img-wrp img {
  width: 100%;
  display: block;
}
.img-wrp .img-auto {
  width: auto !important;
}
.img-wrp.radius {
  border-radius: 8px;
  overflow: hidden;
}

.img-radius {
  width: 15%;
  position: absolute;
  top: -15px;
  left: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.img-radius img {
  border-radius: 50%;
  display: block;
}

.img-location {
  width: 5%;
}
@media only screen and (max-width: 1024px) {
  .img-location {
    width: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .img-location {
    width: 5%;
  }
}

.img-calender {
  width: 15%;
  margin-right: 4px;
  margin-top: 11px;
}

.img-banner {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .img-banner {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .img-banner {
    width: 100%;
  }
}

.circle-img-wrp {
  border-radius: 50%;
  width: 31.5vw;
  height: 31.5vw;
  overflow: hidden;
}
.circle-img-wrp img {
  width: 100%;
  display: block;
}
.circle-img-wrp.is-big {
  width: 30vw;
  height: 30vw;
}
@media only screen and (max-width: 767px) {
  .circle-img-wrp {
    width: 60vw;
    height: 60vw;
  }
  .circle-img-wrp.is-big {
    width: 64vw;
    height: 64vw;
  }
}

.tab-accordion {
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #444444;
  position: relative;
}
.tab-accordion .accordion-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tab-accordion .accordion-section-title:after {
  content: "";
  display: none;
}
.tab-accordion .accordion-section-title .icon {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 35px;
  display: inline-flex;
}
.tab-accordion .accordion-section-title .icon:after {
  content: "+";
  font-size: 60px;
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
}
.tab-accordion .accordion-section-title.active p {
  color: #224e9b;
  pointer-events: none;
}
.tab-accordion .accordion-section-title.active .icon {
  pointer-events: none;
}
.tab-accordion .accordion-section-title.active .icon:after {
  content: "-";
  right: 60%;
}
.tab-accordion .accordion-section-content {
  display: none;
  padding: 2vw 0 10px;
}
.tab-accordion .accordion-section-content.open {
  display: block;
}
.tab-accordion.question {
  padding-left: 80px;
}
.tab-accordion.question:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #224e9b;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}
.tab-accordion.plus-minus-bg .accordion-section-title .icon {
  background-color: #857a73;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tab-accordion.plus-minus-bg .accordion-section-title .icon:after {
  font-size: 34px;
  position: static;
  transform: translateY(-3px);
}
@media screen and (max-width: 1700px) {
  .tab-accordion .accordion-section-title .icon {
    top: 8px;
  }
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 30px;
  }
  .tab-accordion.question {
    padding-left: 46px;
  }
  .tab-accordion.question:before {
    top: 6px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon {
    width: 30px;
    height: 30px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon:after {
    font-size: 20px;
    transform: translate(1px, 0px);
  }
}
@media screen and (max-width: 1200px) {
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 22px;
  }
  .tab-accordion.question {
    padding-left: 38px;
  }
  .tab-accordion.question:before {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon {
    width: 22px;
    height: 22px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon:after {
    font-size: 16px;
    transform: translate(0.5px, -0.5px);
  }
}
@media screen and (max-width: 767px) {
  .tab-accordion .accordion-section-title .icon {
    top: 12px;
  }
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 18px;
  }
  .tab-accordion.question {
    padding-left: 34px;
  }
  .tab-accordion.question:before {
    top: 10px;
    width: 20px;
    height: 21px;
    font-size: 12px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title {
    padding-right: 30px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon {
    width: 18px;
    height: 18px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon:after {
    font-size: 14px;
    transform: translate(0.5px, -0.5px);
  }
}

.link-accordion .accordion-section-title:after {
  content: "";
  display: none;
}
.link-accordion .accordion-section-title span {
  width: 40px;
  height: 20px;
  position: relative;
  right: 0;
  display: inline-flex;
}
.link-accordion .accordion-section-title span:after {
  content: "+";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.link-accordion .accordion-section-title.active span:after {
  content: "-";
}

.icon-wrp {
  display: flex;
  align-items: center;
}
.icon-wrp img, .icon-wrp svg {
  margin-right: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .icon-wrp img, .icon-wrp svg {
    width: 12px;
  }
}

.list-wrp-parent.img-list-parent {
  margin-top: 12%;
}
.list-wrp-parent.img-list-parent .column {
  padding: 1.6%;
}
.list-wrp-parent.product-list-parent .column {
  padding-left: 4%;
}
.list-wrp-parent.product-list-parent .column:nth-child(2n-1) {
  padding-left: 0;
  padding-right: 4%;
}
.list-wrp-parent.product-list-02-parent {
  margin-top: 7%;
}
.list-wrp-parent.product-list-02-parent .column {
  padding: 0 7%;
}
.list-wrp-parent.product-list-02-parent .column:nth-child(2n-1) {
  margin-top: -7%;
}
.list-wrp-parent.product-list-02-parent .column:nth-last-child(n+3) {
  margin-bottom: 14%;
}
.list-wrp-parent.item-slider-01 .owl-item .column {
  padding: 0 12%;
}
.list-wrp-parent.item-slider-01 .owl-item:nth-child(2n-1) .column {
  margin-top: 12%;
}
@media screen and (min-width: 1024px) {
  .list-wrp-parent.img-list-parent .column:not(:nth-child(3n-1)) {
    margin-top: -7%;
  }
}
@media screen and (max-width: 1023px) {
  .list-wrp-parent {
    display: flex;
  }
  .list-wrp-parent.img-list-parent .column {
    width: 50%;
    flex-basis: auto;
    margin-top: -50px;
  }
  .list-wrp-parent.img-list-parent .column:not(:nth-child(2n-1)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-wrp-parent.img-list-parent {
    margin-top: 70px;
  }
  .list-wrp-parent.img-list-parent .column {
    width: 50%;
    flex-basis: auto;
    margin-top: -50px;
  }
  .list-wrp-parent.img-list-parent .column:not(:nth-child(2n-1)) {
    margin-top: 0;
  }
}

.list-wrp.margin-right .heading-wrp {
  margin-right: 20%;
}
.list-wrp.margin-right .img-wrp {
  width: 70px;
}
.list-wrp.tick span {
  margin-left: 15px;
}
.list-wrp.tick p:not(:last-child) {
  margin-bottom: 15px;
}
.list-wrp.disc span {
  display: block;
  margin-left: 15px;
}
.list-wrp.disc p {
  position: relative;
  padding-left: 24px;
}
.list-wrp.disc p:before {
  content: "";
  background-color: #5c554e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 8px;
}
.list-wrp.disc p:not(:last-child) {
  margin-bottom: 5px;
}
.list-wrp.img-list {
  position: relative;
}
.list-wrp.img-list .img-wrp img {
  display: block;
}
.list-wrp.img-list .img-wrp.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #141E30 -0.05%, rgba(20, 30, 48, 0) 40.62%);
}
.list-wrp.img-list .content-wrp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4% 6%;
}
.list-wrp.product-list {
  padding-bottom: 4vw;
}
.list-wrp.product-list .full-img {
  width: 100%;
}
.list-wrp.product-list .heading-02 {
  padding: 2.4vw 0px 1.4vw;
}
.list-wrp.product-list-02 .full-img {
  width: 100%;
}
.list-wrp.two-columns > .column {
  padding-bottom: 3vw;
  padding-right: 1.5vw;
}
.list-wrp.two-columns > .column:nth-child(2n) {
  padding-left: 1.5vw;
  padding-right: 0;
}
.list-wrp.three-columns .img-wrp {
  width: 60px;
}
.list-wrp.three-columns .img-wrp.center {
  margin: 0 auto 20px;
}
.list-wrp.three-columns > .column:not(:nth-last-child(-n+3)) {
  padding-bottom: 3vw;
}
.list-wrp.three-columns > .column:nth-child(3n-1) {
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}
@media screen and (max-width: 1700px) {
  .list-wrp.margin-right .heading-wrp {
    margin-right: 12%;
  }
  .list-wrp.margin-right .img-wrp {
    width: 55px;
  }
  .list-wrp.three-columns .img-wrp {
    width: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .list-wrp.product-list {
    padding: 6%;
  }
}
@media screen and (max-width: 1023px) {
  .list-wrp.margin-right {
    flex-basis: auto;
  }
  .list-wrp.disc p {
    padding-left: 18px;
  }
  .list-wrp.disc p:before {
    width: 3px;
    height: 3px;
    left: 4px;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .list-wrp.margin-right {
    width: 100%;
  }
  .list-wrp.margin-right .heading-wrp {
    margin-right: 0;
  }
  .list-wrp.product-list {
    padding: 20px 20px 30px;
  }
}

.list-padding-right .heading-wrp {
  margin-right: 10%;
  padding-right: 20%;
}

.video-item {
  position: relative;
  display: block;
}
.video-item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
@media only screen and (max-width: 1700px) {
  .video-item .play-btn {
    width: 44px;
  }
}

.normal-video {
  position: relative;
}
.normal-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.normal-video .video-thumb {
  display: block;
  cursor: pointer;
}
.normal-video .thumb {
  display: block;
}
.normal-video .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
}
.normal-video .play-btn.btn-01 {
  width: 27px;
}
.normal-video .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.normal-video.active iframe {
  display: block;
}
.normal-video.active .video-thumb {
  opacity: 0;
  pointer-events: none;
}
.normal-video.active .pause-button {
  pointer-events: all;
}
@media only screen and (max-width: 1700px) {
  .normal-video .play-btn {
    width: 70px;
  }
  .normal-video .play-btn.btn-01 {
    width: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .normal-video .play-btn {
    width: 40px;
  }
  .normal-video .play-btn.btn-01 {
    width: 10px;
  }
}

.downloads-list .item {
  background-color: #fff;
  display: inline-flex;
  width: 22%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  margin-bottom: 20px;
  border: 1px solid #D3D3D3;
}
.downloads-list .item p {
  width: calc(100% - 40px);
}
.downloads-list .item span {
  color: #ADADAD;
}
.downloads-list .item:not(:nth-child(4n)) {
  margin-right: 4%;
}
.downloads-list .item:hover {
  box-shadow: 0 0 5px 0 #0000001a;
}
@media only screen and (max-width: 1700px) {
  .downloads-list .item {
    width: 22.7%;
    margin-bottom: 14px;
  }
  .downloads-list .item:not(:nth-child(4n)) {
    margin-right: 3%;
  }
  .downloads-list .item svg {
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .downloads-list .item {
    width: 49%;
    margin-bottom: 10px;
    padding: 7px 10px;
  }
  .downloads-list .item:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .downloads-list .item svg {
    width: 16px;
  }
}

.image-zoom {
  overflow: hidden;
}
.image-zoom .img {
  display: block;
}
.image-zoom:hover .img {
  transform: scale(1.1);
}
.popup-up {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
.popup-up.active {
  display: flex;
}
.popup-up .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-up .container > div {
  position: relative;
  width: 50%;
  padding: 20px 30px 30px;
}
.popup-up .column {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.popup-up .label:not(:last-child) {
  font-size: 12px;
  margin-bottom: 0.1em;
}
.popup-up .close-btn {
  display: flex;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 10px;
  color: #fff;
  transform: rotate(45deg);
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .popup-up .container > div {
    width: 100%;
    padding: 20px 30px 30px;
  }
}

img.logo-white {
  width: 150px;
  max-height: none;
}
@media screen and (max-width: 1700px) {
  img.logo-white {
    width: 100px;
  }
}

img.logo-green {
  display: block;
  width: 150px;
  max-height: none;
}
@media screen and (max-width: 1023px) {
  img.logo-green {
    width: 100px;
  }
}

.two-column-wrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.two-column-wrp .wrp-1 {
  width: 54.7%;
  padding: 0 10% 0 9%;
}
.two-column-wrp .wrp-2 {
  width: 45.3%;
}
.two-column-wrp.swipe {
  flex-direction: row-reverse;
}
.two-column-wrp.swipe .img-02 {
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 767px) {
  .two-column-wrp {
    flex-wrap: wrap;
  }
  .two-column-wrp .img-01,
.two-column-wrp .wrp-1,
.two-column-wrp .wrp-2 {
    width: 100%;
  }
  .two-column-wrp .img-02 {
    width: 100%;
    margin: 20px 0;
  }
  .two-column-wrp .wrp-1 {
    padding: 0 20px 20px;
  }
  .two-column-wrp.swipe .img-02 {
    margin: 20px 0;
  }
}

.two-column-wrp-02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-column-wrp-02 > div {
  width: 50%;
}
.two-column-wrp-02 .wrp-1 {
  padding: 0 9% 0 3%;
}
.two-column-wrp-02.swipe {
  flex-direction: row-reverse;
}
.two-column-wrp-02.swipe .wrp-1 {
  padding: 0 3% 0 9%;
}
@media only screen and (max-width: 767px) {
  .two-column-wrp-02 {
    flex-wrap: wrap;
  }
  .two-column-wrp-02 .wrp-1 {
    width: 100%;
  }
  .two-column-wrp-02 .wrp-2 {
    width: 100%;
    margin: 20px 0;
  }
  .two-column-wrp-02.swipe .img-02 {
    margin: 20px 0;
  }
}

/* Header */
.header-wrp {
  background-color: transparent;
  position: fixed;
  top: 0;
  min-height: 7.25rem;
  padding: 10px 0;
  width: 100%;
}
.header-wrp > .container {
  flex-grow: inherit;
}
.header-wrp .navbar-brand .navbar-item {
  padding-bottom: 36px;
}
.header-wrp .navbar-brand .navbar-item img {
  max-height: 4.75rem;
}
.header-wrp .navbar-brand .navbar-item .black-logo {
  display: block;
  filter: invert(22%) sepia(0%) saturate(6525%) hue-rotate(38deg) brightness(119%) contrast(95%);
}
.header-wrp .navbar-brand .navbar-item .white-logo {
  display: none;
}
.header-wrp .navbar-menu {
  margin-left: auto;
  margin-right: auto;
  flex-grow: inherit;
  position: relative;
}
.header-wrp .navbar-menu a {
  font-weight: 600;
  padding: 0 1.7vw;
  flex-grow: inherit;
  flex-shrink: inherit;
}
.header-wrp .navbar-menu .navbar-start {
  display: none;
}
.header-wrp .navbar-menu.is-active {
  background-color: #444444;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  transition: all 0.3s ease;
  z-index: 9;
}
.header-wrp .navbar-menu.is-active .navbar-start {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-wrp .navbar-menu.is-active .navbar-start a {
  color: #fff;
  font-size: 18px;
}
.header-wrp .navbar-menu.is-active .navbar-start a:hover {
  background-color: transparent;
  color: #0089d0;
}
.header-wrp .navbar-menu.is-active .navbar-end {
  display: none;
}
.header-wrp .navbar-menu.is-active .close-btn {
  display: flex;
  position: absolute;
  top: 5vw;
  right: 4vw;
  font-size: 3vw;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-wrp .button.type-02 {
  margin: 0 !important;
  color: #444444;
}
.header-wrp .button.type-02:before {
  border-color: #444444;
}
.header-wrp .button.type-02:hover {
  color: #100f0f;
}
.header-wrp .button.type-02:hover:before {
  background-color: #008ad1;
}
.header-wrp .navigation-btn {
  color: #100f0f;
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.header-wrp .navigation-btn span {
  margin-right: 2vw;
}
.header-wrp .navigation-btn img {
  filter: invert(28%) sepia(0%) saturate(29%) hue-rotate(229deg) brightness(42%) contrast(95%);
}
.header-wrp .navigation-btn:hover img {
  transform: rotate(90deg);
}
.header-wrp .nav-divider {
  margin: 0 40px 0 30px;
  display: inline-block;
  font-size: 16px;
  color: #100f0f;
}
.header-wrp .navbar-end {
  position: relative;
}
.header-wrp .navbar-end:before {
  content: "";
  width: 55vw;
  height: 1px;
  background-color: #444444;
  position: absolute;
  left: -55vw;
  top: 52%;
}
.header-wrp .close-btn {
  display: none;
}
.header-wrp.is-transparent {
  background-color: transparent;
  position: fixed;
}
.header-wrp.is-transparent .navbar-brand .navbar-item .color-logo {
  display: none !important;
}
.header-wrp.is-transparent .navbar-brand .navbar-item .black-logo {
  display: block;
}
.header-wrp.is-transparent .transparent-nav {
  color: #000 !important;
}
.header-wrp.is-transparent .navbar-end:before {
  background-color: #fff;
}
.header-wrp.is-transparent .navbar-item .navbar-link:not(.is-arrowless)::after {
  border-color: #fff;
}
.header-wrp.is-transparent .navbar-item svg path {
  fill: white;
}
.header-wrp.is-transparent .navigation-btn {
  color: #fff;
}
.header-wrp.is-transparent .navigation-btn img {
  filter: none;
}
.header-wrp.is-transparent .button.type-02 {
  color: #fff;
}
.header-wrp.is-transparent .button.type-02:before {
  border-color: #fff;
}
.header-wrp.is-transparent .button:hover.type-02:before {
  border-color: #224e9b;
  background-color: #224e9b;
}
.header-wrp.is-transparent .button:hover.type-02.white {
  color: #fff;
}
.header-wrp.is-transparent .nav-divider {
  color: #fff;
}
.header-wrp.is-transparent .navbar-burger {
  color: #fff;
}
.header-wrp.is-project .transparent-nav {
  color: white !important;
}
.header-wrp.is-project .navbar-menu:before {
  background-color: #f0ebe5;
}
.header-wrp.is-project .navbar-item .navbar-link:not(.is-arrowless)::after {
  border-color: white;
}
.header-wrp.is-project .navbar-item svg path {
  fill: white;
}
.header-wrp.is-project .navigation-btn {
  color: #eeeaea;
}
.header-wrp.is-project .navigation-btn img {
  filter: none;
}
.header-wrp.is-project .button.type-02 {
  color: #eeeaea;
}
.header-wrp.is-project .button.type-02:before {
  border-color: #eee6e5;
}
.header-wrp.is-project .button:hover.type-02:before {
  border-color: #224e9b;
  background-color: #224e9b;
}
.header-wrp.is-project .button:hover.type-02.white {
  color: #fff;
}
.header-wrp.is-project .nav-divider {
  color: #fff;
}
.header-wrp.is-project .navbar-burger {
  color: white;
}
.header-wrp.active {
  background-color: #444444;
}
.header-wrp.active .navbar-brand .navbar-item {
  padding-bottom: 10px;
}
.header-wrp.active .navbar-brand .navbar-item .color-logo,
.header-wrp.active .navbar-brand .navbar-item .black-logo {
  display: none;
}
.header-wrp.active .navbar-brand .navbar-item .white-logo {
  display: block;
}
.header-wrp.active .navbar-end:before {
  opacity: 0;
}
.header-wrp.active .navigation-btn {
  color: #fff;
}
.header-wrp.active .navigation-btn img {
  filter: none;
}
.header-wrp.active .button.type-02 {
  height: 2.5vw;
  color: #fff;
}
.header-wrp.active .button.type-02:before {
  transform: scale(0);
  opacity: 0;
}
.header-wrp.active .nav-divider {
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .header-wrp {
    min-height: 5rem;
    padding: 0;
  }
  .header-wrp .navbar-brand .navbar-item {
    padding-bottom: 26px;
  }
  .header-wrp .navbar-brand .navbar-item img {
    max-height: 3.75rem;
  }
  .header-wrp .navbar-menu:before {
    top: 53%;
  }
  .header-wrp .header-enquire-btn {
    font-size: 12px;
  }
  .header-wrp .navigation-btn {
    font-size: 12px;
  }
  .header-wrp .navigation-btn img {
    max-height: 1rem;
  }
  .header-wrp .nav-divider {
    margin: 0 20px;
  }
  .header-wrp .button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-wrp .navbar-end:before {
    width: 35vw;
    left: -35vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-wrp > .container {
    display: flex;
    justify-content: space-between;
  }
  .header-wrp .second-nav {
    display: flex;
    align-items: center;
  }
  .header-wrp .second-nav .navbar-item,
.header-wrp .second-nav .navbar-link {
    display: flex;
  }
  .header-wrp .button.type-02:before {
    display: none;
  }
  .header-wrp .header-enquire-btn {
    font-size: 12px;
    width: auto;
  }
  .header-wrp .nav-divider {
    margin: 0 2px 0 20px;
  }
  .header-wrp .navbar-end {
    display: flex;
    align-items: center;
  }
  .header-wrp .navbar-end:before {
    display: none;
  }
  .header-wrp .navigation-btn {
    margin: 0 20px;
    font-size: 12px;
  }
  .header-wrp .navigation-btn img {
    max-height: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .header-wrp {
    min-height: 2.75rem;
  }
  .header-wrp .navbar-brand .navbar-item {
    padding: 0;
  }
  .header-wrp .navbar-brand .navbar-item img {
    max-height: 2.75rem;
  }
  .header-wrp .header-enquire-btn {
    font-size: 10px;
    line-height: 10px;
  }
  .header-wrp .nav-divider {
    display: none;
  }
  .header-wrp .navigation-btn {
    margin: 0 0px 0 20px;
    font-size: 10px;
    line-height: 10px;
  }
  .header-wrp .navigation-btn span {
    display: none;
  }
  .header-wrp.active .navbar-brand .navbar-item {
    padding-bottom: 0;
  }
}

.navbar-item .navbar-dropdown {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
  background-color: #E5E5E5;
  box-shadow: 0 1px 3px 0px #00000026;
}
.navbar-item .navbar-dropdown .navbar-item {
  background-color: white;
  opacity: 0;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(1) {
  transition-delay: 0.1s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(2) {
  transition-delay: 0.2s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(4) {
  transition-delay: 0.4s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(5) {
  transition-delay: 0.5s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(6) {
  transition-delay: 0.6s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(7) {
  transition-delay: 0.7s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(8) {
  transition-delay: 0.8s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(9) {
  transition-delay: 0.9s;
}
.navbar-item .navbar-dropdown .navbar-item:nth-child(10) {
  transition-delay: 1s;
}
.navbar-item.is-active .navbar-dropdown {
  opacity: 1;
  pointer-events: all;
}
.navbar-item.is-active .navbar-dropdown .navbar-item {
  opacity: 1;
}
.navbar-item.is-active .navbar-dropdown .navbar-item:hover {
  color: green;
}
@media screen and (min-width: 1025px) {
  .navbar-item.has-dropdown:hover .navbar-link {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:hover .navbar-dropdown {
    opacity: 1;
    pointer-events: all;
  }
  .navbar-item.has-dropdown:hover .navbar-dropdown .navbar-item {
    opacity: 1;
  }
  .navbar-item.has-dropdown:hover .navbar-dropdown .navbar-item:hover {
    color: green;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section {
    opacity: 1;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .img-column {
    opacity: 1;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a {
    opacity: 1;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(1) {
    transition-delay: 0.1s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(2) {
    transition-delay: 0.2s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(3) {
    transition-delay: 0.3s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(4) {
    transition-delay: 0.4s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(5) {
    transition-delay: 0.5s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(6) {
    transition-delay: 0.6s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(7) {
    transition-delay: 0.7s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(8) {
    transition-delay: 0.8s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(9) {
    transition-delay: 0.9s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(10) {
    transition-delay: 1s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(11) {
    transition-delay: 1.1s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(12) {
    transition-delay: 1.2s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(13) {
    transition-delay: 1.3s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(14) {
    transition-delay: 1.4s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(15) {
    transition-delay: 1.5s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(16) {
    transition-delay: 1.6s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(17) {
    transition-delay: 1.7s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(18) {
    transition-delay: 1.8s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(19) {
    transition-delay: 1.9s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a:nth-child(20) {
    transition-delay: 2s;
  }
  .navbar-item.has-dropdown:hover .mega-dropdown-section .content-column a.active {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1023px) {
  .navbar-item .navbar-link {
    background: transparent;
  }
  .navbar-item .navbar-dropdown {
    position: absolute;
    top: 43px;
    right: 0;
    white-space: nowrap;
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  .navbar-item .navbar-dropdown .navbar-item {
    padding-left: 2rem;
    opacity: 1;
  }
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #023915;
  right: 10%;
  border-width: 1px;
  top: 51%;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 1700px) {
  .navbar-link:not(.is-arrowless)::after {
    top: 51%;
    width: 6px;
    height: 6px;
    border-radius: 1px;
  }
}

.mega-dropdown-section {
  position: fixed;
  left: 0;
  top: 116px;
  width: 100%;
  height: calc(100% - 116px);
  z-index: -1;
  padding: 3rem !important;
  opacity: 0;
}
.mega-dropdown-section .container {
  height: 100%;
}
.mega-dropdown-section .columns {
  height: 100%;
  justify-content: center;
}
.mega-dropdown-section .columns .img-column {
  width: 56.8%;
  opacity: 0;
  flex-basis: auto;
  flex-grow: inherit;
  flex-shrink: inherit;
}
.mega-dropdown-section .columns .img-column img {
  max-height: none;
  width: 100%;
  object-fit: cover;
}
.mega-dropdown-section .columns .content-column {
  width: 38%;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: inherit;
  flex-shrink: inherit;
}
.mega-dropdown-section .columns .content-column a {
  color: #224e9b;
  opacity: 0;
  transition-delay: 0s;
}
.mega-dropdown-section .columns .content-column a:hover {
  color: #0089d0 !important;
}
@media screen and (max-width: 1700px) {
  .mega-dropdown-section {
    top: 80px;
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .mega-dropdown-section {
    background-color: transparent !important;
    height: auto;
    padding: 0rem 2rem !important;
    transition: none;
  }
  .mega-dropdown-section .columns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-dropdown-section .columns .img-column {
    display: none;
  }
  .mega-dropdown-section .columns .content-column {
    margin: 0 !important;
    padding: 0;
  }
  .mega-dropdown-section .columns .content-column a {
    opacity: 1;
    font-size: 15px;
    margin: 0;
    padding-left: 0 !important;
    color: #7d7878 !important;
    font-family: "Ubuntu", sans-serif;
  }
}

@media only screen and (max-width: 68px) {
  #navbarBasicExample.navbar-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 54px;
    width: 85%;
    height: calc(100vh - 54px);
    transform: translateX(100%);
    transition: all 1s ease;
    overflow-x: hidden;
  }
  #navbarBasicExample.navbar-menu .navbar-item {
    width: 100%;
  }
  #navbarBasicExample.navbar-menu.is-active {
    transform: translateX(0%);
  }
}

.header-search-wrp {
  position: absolute;
  right: 0;
  width: 84%;
  height: 100%;
  background: #fff;
  padding-right: 66px !important;
  transform: translateY(-130%);
  transition: all 0.3s ease;
}
.header-search-wrp.is-active {
  transform: translateY(0%);
}
.header-search-wrp form {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-search-wrp form > .field {
  margin-bottom: 0;
}
.header-search-wrp form > .field:nth-child(1) {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.header-search-wrp form > .field:nth-child(1) .control {
  width: 100%;
  height: 100%;
}
.header-search-wrp form > .field:nth-child(1) .control input {
  background: transparent;
  border: none;
  height: 100%;
  width: 100%;
  border-left: 1px solid #dcdcdc;
  padding-left: 20px;
}
.header-search-wrp form > .field:nth-child(1) .control input:focus-visible {
  outline: none;
}
@media screen and (max-width: 1023px) {
  .header-search-wrp {
    width: 100%;
    padding-right: 0px !important;
  }
  .header-search-wrp .navbar-item {
    display: flex;
  }
}

.header-enquire-now {
  display: none;
}

.sub-nav {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.sub-nav .navbar {
  display: flex;
  justify-content: center;
  padding: 0;
}
.sub-nav .navbar-item {
  color: #444444;
  font-size: 20px;
  padding: 20px;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  transform: translateY(2px);
}
.sub-nav .navbar-item.active {
  color: #f89217;
  border-bottom-color: #f89217;
}
@media only screen and (max-width: 1700px) {
  .sub-nav .navbar {
    height: auto;
    min-height: auto;
  }
  .sub-nav .navbar-item {
    font-size: 16px;
    line-height: normal;
    padding: 12px 16px;
    margin: 0 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-nav .navbar-item {
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  .mob-dropdown {
    flex-wrap: wrap;
    height: 37px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    transition: all 1s ease;
  }
  .mob-dropdown:before {
    content: attr(data-before);
    width: 92%;
    height: 35px;
    text-align: left;
    font-size: 1rem;
    background: #545454;
    color: #fff;
    padding: 6px 4% 0;
  }
  .mob-dropdown:before span {
    font-weight: 400;
    display: block;
    padding: 0 0 10px;
    border-bottom: 2px solid transparent;
    margin: 0 2.4rem;
    color: #969696;
    position: relative;
    font-size: 1rem;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .mob-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 4%;
    top: 16px;
    margin: auto;
    transition: all 1s ease;
    transform-origin: center;
  }
  .mob-dropdown.open {
    height: auto;
    background: #fff;
  }
  .mob-dropdown.open:after {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  .mob-dropdown .tab {
    margin: 0 0.9rem;
  }
  .mob-dropdown .tab.tab.active:before, .mob-dropdown .tab.tab.active:after {
    content: "";
    display: none;
  }
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}

.curve-tab-wrp {
  text-align: center;
  position: relative;
  border: 1px solid #f89217;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
}
.curve-tab-wrp:before {
  height: 1px;
  width: 68%;
  background-color: #00000080;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.curve-tab-wrp .tab {
  background-color: transparent;
  color: #100f0f;
  text-transform: uppercase;
  padding: 16px 30px;
  font-weight: 500;
}
.curve-tab-wrp .tab:first-child {
  border-radius: 30px 0px 0px 30px;
}
.curve-tab-wrp .tab:last-child {
  border-radius: 0px 30px 30px 0px;
}
.curve-tab-wrp .tab.active {
  background-color: #f89217;
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .curve-tab-wrp .tab {
    padding: 5px 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .curve-tab-wrp .tab {
    padding: 5px 10px;
    font-size: 10px;
  }
}

.footer {
  padding: 8vw 0;
  width: 100%;
  background: #373737;
}
.footer .wrp-01 {
  display: flex;
  justify-content: space-between;
}
.footer .wrp-01 a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .left-wrp .call-no {
  display: inline-block;
  font-size: 60px;
  color: #fff;
}
.footer .left-wrp .email-id span {
  text-decoration: underline;
}
.footer .left-wrp .email-id:hover span {
  text-decoration: none;
}
.footer .left-wrp .google-map-btn {
  color: #fff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.footer .right-wrp {
  display: flex;
  width: 50%;
}
.footer .right-wrp p, .footer .right-wrp a {
  color: #8f8f8f;
}
.footer .right-wrp a {
  display: block;
}
.footer .right-wrp > div:first-child {
  margin: 0 16% 0 0;
}
.footer .end-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4vw;
}
.footer .end-content .follow-us {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .end-content .follow-us a {
  margin: 0 0 0 40px;
  display: flex;
}
.footer .copyright p, .footer .copyright a {
  color: #8f8f8f;
}
@media only screen and (max-width: 1700px) {
  .footer .left-wrp .call-no {
    font-size: 35px;
  }
  .footer .left-wrp .google-map-btn {
    padding: 10px 16px 10px 0px;
    font-size: 14px;
  }
  .footer .left-wrp .google-map-btn img {
    width: 23px;
  }
  .footer .end-content .follow-us a {
    margin: 0 0 0 30px;
  }
  .footer .end-content .follow-us img {
    width: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .end-content a {
    font-size: 12px;
  }
  .footer .end-content .social-icon-end {
    font-size: 20px;
  }
  .footer .copyright-section .column p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .wrp-01 {
    flex-wrap: wrap;
  }
  .footer .wrp-01 > div {
    width: 100%;
  }
  .footer .left-wrp .call-no {
    font-size: 25px;
  }
  .footer .right-wrp {
    flex-wrap: wrap;
  }
  .footer .right-wrp > div:first-child {
    margin: 0 16% 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer .end-content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .footer .end-content .follow-us {
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .end-content .follow-us > p {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .end-content .instagram {
    margin-left: 0 !important;
  }
  .footer .end-content a {
    font-size: 8px;
  }
  .footer .end-content span {
    padding: 10px 10px 13px 0;
    font-size: 12px;
  }
  .footer .end-content .social-icon-end {
    margin: 20px 0;
  }
  .footer .copyright-section .column {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .copyright-section .column p {
    font-size: 8px;
  }
}

.innerbanner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.innerbanner .desktop-banner,
.innerbanner .mobile-banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.innerbanner > * {
  z-index: 2;
}
.innerbanner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 3%;
}
.innerbanner .text-wrp.small {
  width: 45%;
}
.innerbanner .text-wrp.medium {
  width: 54%;
}
.innerbanner p {
  width: 24%;
}
.innerbanner.verticle-center .container {
  align-items: center;
}
.innerbanner.without-img {
  height: 79vh;
}
@media only screen and (max-width: 1200px) {
  .innerbanner p {
    width: 36%;
  }
}
@media only screen and (max-width: 1023px) {
  .innerbanner p {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .innerbanner .heading-01, .innerbanner h1 {
    text-align: left;
  }
  .innerbanner p {
    width: 60%;
  }
  .innerbanner .text-wrp.small, .innerbanner .text-wrp.medium {
    width: 100%;
  }
  .innerbanner .btn-big-cricle-wrp {
    position: absolute;
    bottom: 22%;
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .innerbanner p {
    width: 90%;
  }
}

.inner-banner {
  padding: calc(4vw + 130px) 0 5vw 0;
}
.inner-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-banner .content-wrp {
  padding-left: 0.4%;
  width: 70%;
}
.inner-banner .left-wrp {
  width: 100%;
}
.inner-banner .two-column .left-wrp {
  width: 50%;
}
.inner-banner .two-column .right-wrp {
  width: auto;
}
.inner-banner .two-column .content-wrp {
  width: 80%;
}
.inner-banner .big-start-01 {
  left: 10vw;
  top: 10.8vw;
}
@media only screen and (max-width: 1023px) {
  .inner-banner {
    padding: 120px 0;
  }
  .inner-banner.banner-mob-pad-b {
    padding-bottom: 30px;
  }
  .inner-banner .content-wrp {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner {
    padding: 120px 0 60px;
  }
  .inner-banner .heading-01, .inner-banner .innerbanner h1, .innerbanner .inner-banner h1 {
    text-align: center;
  }
  .inner-banner .content-wrp {
    text-align: center;
  }
  .inner-banner .two-column {
    flex-wrap: wrap;
  }
  .inner-banner .two-column > div {
    width: 100% !important;
  }
  .inner-banner .two-column .content-wrp {
    width: 100%;
  }
  .inner-banner .two-column .right-wrp {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
}

.top-banner {
  padding-bottom: 60px;
  padding-top: 6vw;
}
.top-banner.banner-border {
  position: relative;
}
.top-banner.banner-border:after {
  content: "";
  background: #f89217;
  background: linear-gradient(100deg, rgba(248, 146, 23, 0.2) 0%, #f89217 50%, rgba(248, 146, 23, 0.2) 100%);
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: blur(2px);
}
.top-banner .container {
  align-items: flex-start;
}
.top-banner .container .main-content {
  width: 55%;
  padding-top: 30px;
  padding-right: 8%;
}
.top-banner .container .main-content p {
  font-weight: 600;
}
.top-banner .container .img-wrp {
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  .top-banner .container .img-wrp {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner .container {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }
  .top-banner .container .main-content {
    padding-right: 0;
    width: 90%;
    padding-top: 20px;
  }
  .top-banner .container .img-wrp {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner .container .img-wrp {
    margin: auto;
    width: 80%;
    padding-top: 30px;
  }
}

.without-inner-banner {
  width: 100%;
  height: 116px;
}
.without-inner-banner.bg-blue {
  background-color: #141E30;
}
.without-inner-banner.bg-white {
  background-color: #fff;
}
@media only screen and (max-width: 1700px) {
  .without-inner-banner {
    height: 80px;
  }
}

.click-to-scroll {
  position: absolute;
  right: 4vw;
  top: 68vw;
}
.click-to-scroll .is-para, .click-to-scroll .btn-circle-arrow-text.prev span, .btn-circle-arrow-text.prev .click-to-scroll span, .click-to-scroll .btn-circle-arrow-text.next span, .btn-circle-arrow-text.next .click-to-scroll span, .click-to-scroll .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] p, .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] .click-to-scroll p {
  font-weight: 600;
  transform: rotate(90deg) translate(0px, -8vw);
}
.click-to-scroll .down-arrow-btn {
  position: absolute;
  right: 6%;
  bottom: -19vw;
  animation: downArrow 2s ease infinite;
}
@media screen and (max-width: 1700px) {
  .click-to-scroll .down-arrow-btn {
    right: 9%;
    bottom: -18vw;
  }
}
@media screen and (max-width: 1200px) {
  .click-to-scroll .is-para, .click-to-scroll .btn-circle-arrow-text.prev span, .btn-circle-arrow-text.prev .click-to-scroll span, .click-to-scroll .btn-circle-arrow-text.next span, .btn-circle-arrow-text.next .click-to-scroll span, .click-to-scroll .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] p, .slider-btn-circle-arrow-text.owl-theme .owl-nav [class*=owl-] .click-to-scroll p {
    transform: rotate(90deg) translate(0px, -9.2vw);
  }
}
@media screen and (max-width: 1024px) {
  .click-to-scroll {
    display: none;
  }
  .click-to-scroll .down-arrow-btn {
    display: none;
  }
}

.checkout-section svg text,
.checkout-section svg path,
.account-section svg text,
.account-section svg path {
  font-size: 22px;
  font-weight: 300;
}
.checkout-section .de-active,
.account-section .de-active {
  opacity: 0.5;
  pointer-events: none;
}
.checkout-section .active svg circle,
.account-section .active svg circle {
  stroke: #224e9b;
}
.checkout-section .active svg text,
.checkout-section .active svg path,
.account-section .active svg text,
.account-section .active svg path {
  stroke: #224e9b;
}
.checkout-section .active .columns .column span,
.account-section .active .columns .column span {
  color: #224e9b !important;
}
.checkout-section .completed,
.account-section .completed {
  opacity: 1;
  pointer-events: none;
}

.shopping-cart-tags {
  display: flex;
  justify-content: flex-end;
}
.shopping-cart-tags .sale-tag {
  margin-top: 3px;
  font-size: 0.65rem !important;
}
@media only screen and (max-width: 767px) {
  .shopping-cart-tags .sale-tag.is-small {
    font-size: 0.55rem;
  }
  .shopping-cart-tags .sale-tag.is-absolute {
    right: -6px;
    width: 36px;
    height: 36px;
  }
}
.shopping-cart-tags .wishlist-tag.is-absolute {
  right: 52%;
  top: 12%;
}
@media only screen and (max-width: 767px) {
  .shopping-cart-tags .wishlist-tag.is-small {
    font-size: 0.55rem;
  }
  .shopping-cart-tags .wishlist-tag.is-absolute {
    right: -6px;
    width: 36px;
    height: 36px;
  }
}

.margin-b-1, .footer .left-wrp .call-no {
  margin-bottom: 20px !important;
}
.margin-b-2 {
  margin-bottom: 15px !important;
}
.margin-b-3 {
  margin-bottom: 10px;
}
.margin-b-4 {
  margin-bottom: 5px;
}
.margin-t-1 {
  margin-top: 20px !important;
}
.margin-t-2 {
  margin-top: 15px !important;
}
.margin-t-3 {
  margin-top: 10px;
}
.margin-t-4 {
  margin-top: 5px;
}
.padding-b-1 {
  padding-bottom: 20px !important;
}
.padding-b-2 {
  padding-bottom: 15px !important;
}
.padding-b-3 {
  padding-bottom: 10px !important;
}
.padding-b-4 {
  padding-bottom: 5px !important;
}
.padding-t-1 {
  padding-top: 20px !important;
}
.padding-t-2 {
  padding-top: 15px !important;
}
.padding-t-3 {
  padding-top: 10px !important;
}
.padding-t-4 {
  padding-top: 5px;
}
.pt-0 {
  padding-top: 0 !important;
}

.pd-0 {
  padding-bottom: 0 !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.disaster-cont-padding {
  padding: 15px;
}
@media only screen and (max-width: 1024px) {
  .disaster-cont-padding {
    padding: 10px;
  }
}

.card-padding {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .card-padding {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .card-padding {
    padding-top: 30px;
  }
}

.around-padding {
  padding: 20px 8px;
}
@media only screen and (max-width: 1024px) {
  .around-padding {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .around-padding {
    padding: 5px 8px;
  }
}

p.para-02.is-dark-gray {
  margin: 0px !important;
  font-weight: 600;
  line-height: normal;
}

.goal.dis-flex {
  justify-content: flex-end;
}
p.para-02.is-orange {
  display: contents;
}

.urgentAid .disaster .container .content-wrp .content-info .schedule .end-date {
  justify-content: flex-end;
}
.urgentAid .disaster .container .dis-flex {
  align-items: center;
}

.end-date.dis-flex {
  justify-content: flex-end;
}
.schedule.margin-b-2.dis-flex {
  align-items: center;
  justify-content: space-between;
}

.card-item p {
  margin: 0 !important;
}

.progress-bar {
  background: #f89217 !important;
}

.img-wrp.img-location {
  margin-top: 11px;
}
img.preview.avatar.img-circle.img-thumbnail {
  height: 50px;
}

.dis-flex.btn {
  height: 59px;
}
iframe {
  height: 290px !important;
}
.webinar-cont-padding {
  padding: 15px 30px;
}
/*# sourceMappingURL=main.css.map */
