@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Notable&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

 background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #222222;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Nanum Myeongjo", serif;
}

h1 {
  font-size: 65px;
  line-height: 90px;
}

h2 {
  font-size: 50px;
  line-height: 70px;
}

h3 {
  font-size: 40px;
  line-height: 60px;
}

h4 {
  font-size: 30px;
  line-height: 50px;
}

h5 {
  font-size: 20px;
  line-height: 40px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #6AA39D;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.btn-border {
  border: 1px solid #D1A715;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 40px;
}

.btn-fill {
  padding: 10px 29px;
  color: #222222;
  font-weight: 400;
  border-radius: 10px;
  background: #1E5483;
background: linear-gradient(90deg,rgba(30, 84, 131, 1) 0%, rgba(155, 206, 251, 1) 100%);
  display: inline-block;
  border: none;
  text-align: center;
  color: #fff;

}
.b-r-15 {
border-radius: 15px;
}

.b-r-20 {
border-radius: 20px;
}
.b-r-10 {border-radius: 10px;}

.date-holder img {
  max-width: 20px;
      margin-top: -12px;

}
.logo-holder, .main-menu, .header-contact {
    background: #156FF5;
    padding: 15px;
    border-radius: 15px;
}
.col-md-2.header-contact {
    font-size: 13px;
}
.col-md-2.header-contact {
    font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}
header.site-header {
    margin-top: 25px;
    color: #fff;
}
.header-contact p {
    margin-bottom: 0;
}
.blue-box {
    background: #3067BA;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.white-box {
    background: #fff;
    padding: 15px 15px 22px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 38%);
}
.box-title {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 6px 20px;
    background: rgb(255 255 255 / 48%);
    bottom: 6px;
}

.text-align p {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
}
.m-w-100 {
    max-width: 100px;
}

h2 span {
  color: #004FC5;
}
.explore {
  background: #1E5483;
background: linear-gradient(180deg, rgba(30, 84, 131, 1) 0%, rgba(155, 206, 251, 1) 100%);
color: #fff;
}
.explore-item {
    background: #fff;
    color: #000;
    overflow: hidden;
    border-radius: 15px;
}
.item-holder {

padding: 15px;

height: 200px;
}

a.btn-black {
    background: #000;
    padding: 5px 13px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 11px;
}
a.btn-black img {
    width: 26px;
}
.treasures, .gallery {
    background: #1E5483;
    background: linear-gradient(180deg, rgba(30, 84, 131, 1) 0%, rgba(155, 206, 251, 1) 100%);
    padding: 100px 0;
    color: #fff;
}
.treasures .header-holder {
    color: #fff;
}
.about {
  padding-bottom: 50px;
}
.gallery-holder img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
}
.gallery-holder {
    max-width: 1060px;
    margin: 0 auto;
}
.color-blue {
color: #6FA8FE;

}
body .owl-carousel .owl-item img {
    width: inherit;
}
.customers-item {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    padding: 25px;
    border-radius: 20px;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;
        justify-content: space-evenly;
}
button.owl-prev, button.owl-next {
width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0px 0px 3px #989898 !important;
    border-radius: 100%;
    margin: 10px
}
button.owl-prev, button.owl-next span, button.owl-prev, .owl-prev span {
    font-size: 35px;
    line-height: 30px;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}
.social {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.item-control {
    background: #4F75C5;
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
}

.item-control::placeholder {
  color: #fff;
}
.blue-btn {
    background: #053AA6;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
}
.qrea {
  background: #579BFF;
}
.qrea h1 {
  color: #fff;
  font-size: 300px;
}
.qrea img {
    max-width: 100%;
    margin-top: -18px;
}
.qrea {
    overflow: hidden;
}
.site-footer, .site-footer a {
  color: #156FF5;
}
.footer-menu li {
  width: 50%;
}
.footer-menu li {
    width: 40%;
    margin-bottom: 15px;
}
.footer-menu  .list-unstyled {
    display: flex;
    flex-wrap: wrap;
}
.copyright {
    font-size: 14px;
}
.site-section {
  padding: 100px 0;
}
section.site-section.qrea {
    padding: 40px 0;
}
.header-contact p {
    font-size: 13px;
}

.banner .owl-nav.disabled {
    position: absolute;
    left: 0;
}
.banner-img {
    margin-top: 15px;
}
.product-banner {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 100px 40px;
}
.font-Poppins {
  font-family: "Poppins", sans-serif;
}
.sidebar .form-item {
    border: 1px solid #6FA8FE;
    border-radius: 10px;
    padding: 25px;
}
.form-item .field-style{
  border: 1px solid #6FA8FE;
      width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.form-item h6 {
    color: #156FF5;
}
.color-black {
  color: #000 !important;
}


hr {
  border: 1px solid #6FA8FE;
}



.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #6FA8FE;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    border-radius: 5px
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #156ff5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-item .form-group {
    margin-bottom: 20px;
}
.hover-large {
    padding-top: 0;
}
.hover-large .item-holder {
    background: #F0F0F0;
    padding: 15px;
    transition: all 300ms;
    border-radius: 10px;
}
.hover-large .item-holder p {
display: none;
}
.hover-large .item-holder:hover {
  background: #156FF5;
    color: #fff;

}
.hover-large .item-holder:hover a {
    color: #000;
    background: #D9D9D9;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
  }
.hover-large .item-holder:hover p {

display: block;
}
.hover-large .top-item {
transition: all 300ms;
    height: 120px;
}
.hover-large .top-item:hover {
    transform: translate(0px, -100px);
}
.hover-large {
padding-top: 25px;
    padding-bottom: 0;
}
.nav-tabs .nav-link {
    border: none !important;
    color: #000;
}
.blog-item img {
    max-width: 340px;
    margin-right: 25px;
}
body .nav-tabs .nav-link {
    border: none !important;
}
button.owl-dot {
    width: 15px;
    height: 15px;
    background: #D9D9D9 !important;
    display: flex;
    border-radius: 100%;
}
button.owl-dot.active {
  background: #759FF5 !important;
}
.customers .owl-nav {
    display: flex;
    justify-content: space-evenly;
}

.customers .owl-dots {
    display: flex;
    justify-content: center;
}
button.owl-dot {
    margin: 6px;
}
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: -45px;
}
body .banner button.owl-dot {
    border-radius: 30px;
    width: 50px !important;
    height: 13px !important;
    background: #374F7F;
    display: block;
    z-index: 122;
    position: relative;
}
button.owl-dot {
    width: 15px;
    height: 15px;
    background: #CBE0FF !important;
    display: flex;
    border-radius: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .blog-item li.nav-item {
    border-bottom: 1px solid #ffffff;
}

.hover-large .top-item {
    margin-bottom: 15px;
}

@media (max-width: 1366px) { 
  .header-contact p {
    font-size: 11px;
}

}

@media (max-width: 1200px) { 
  .mob-dir img {
    max-width: 310px;
}
}


@media (max-width: 992px) {

      .mob-dir img {
        max-width: 100%;
    }

.mob-dir {
  flex-direction: column;
}
.qrea img {
    margin-top: -60px;
}
.navbar-collapse {
width: 170px;
        background: #156ff5;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 11px 13px 5px rgb(0 0 0 / 30%);
        margin-top: 1px;
        top: 0;
        position: absolute;
        top: 63px;
        z-index: 100;
}
.header-contact p {
    font-size: 11px;
}
}

@media (max-width: 768px) {

  .arti-item {
    flex-direction: column;
}
.blog-item img {
    max-width: 100%;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 100%;
}
    .blog-item a img {
        max-width: 25px;
        margin-right: 25px;
        position: relative;
        top: 7px;
    }

}

@media (max-width: 577px) { 

  .logo-holder, .main-menu, .header-contact {
    margin-bottom: 10px;
}

.main-menu {
        position: absolute;
        width: 68px;
        right: 32px;
        top: 39px;
        padding: 0;
}

header.site-header {
    padding: 0 15px;
}
.header-contact {
    justify-content: center;
}


}
.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: #4ca1a1;
  color: #000000;
}