/*.
******************
*****************************
******** BASE  **********************
*/
/* opacity */
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.50;
}
.opacity-25 {
  opacity: 0.25;
}
/* text size */
.text-size-50 {
font-size: 50%;
}
.text-size-75 {
font-size: 75%;
}
.text-size-90 {
font-size: 90%;
}
.text-size-110 {
font-size: 110%;
}
.text-size-125 {
font-size: 125%;
}
.text-size-150 {
font-size: 150%;
}
.text-size-200 {
font-size: 200%;
}
.text-size-250 {
font-size: 250%;
}
.text-size-300 {
font-size: 300%;
}
.text-size-400 {
font-size: 400%;
}
.text-size-500 {
font-size: 500%;
}
/* line */
.line-normal {
  line-height: normal;
}
.line-200 {
  line-height: 200%;
}
.line-300 {
  line-height: 300%;
}
/* spacing */
.spacing-top-25 {
margin-top: 2.5rem !important;
}
.spacing-bottom-25 {
margin-bottom: 2.5rem !important;
}
.spacing-left-25 {
margin-left: 2.5rem !important;
}
.spacing-right-25 {
margin-right: 2.5rem !important;
}
.spacing-top-35 {
margin-top: 3.5rem !important;
}
.spacing-bottom-35 {
margin-bottom: 3.5rem !important;
}
.spacing-left-35 {
margin-left: 3.5rem !important;
}
.spacing-right-35 {
margin-right: 3.5rem !important;
}
.spacing-top-50 {
margin-top: 5.0rem !important;
}
.spacing-bottom-50 {
margin-bottom: 5.0rem !important;
}
.spacing-left-50 {
margin-left: 5.0rem !important;
}
.spacing-right-50 {
margin-right: 5.0rem !important;
}
.spacing-top-75 {
margin-top: 7.5rem !important;
}
.spacing-bottom-75 {
margin-bottom: 7.5rem !important;
}
.spacing-left-75 {
margin-left: 7.5rem !important;
}
.spacing-right-75 {
margin-right: 7.5rem !important;
}
.spacing-top-100 {
margin-top: 10rem !important;
}
.spacing-bottom-100 {
margin-bottom: 10rem !important;
}
.spacing-left-100 {
margin-left: 10rem !important;
}
.spacing-right-100 {
margin-right: 10rem !important;
}
/* text decoration */
.text-contrast {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}
.text-shadow {
  text-shadow: 1px 1px 2px #000;
}
.text-upper {
  text-transform: uppercase;
}
/* text color */
.text-inherit {
color: inherit;
text-decoration: none;
}
.text-black {
  color: black !important;
}
.text-white {
  color: white !important;
}
.text-chartreuse {
  color: chartreuse !important;
}
.text-purple {
  color: #5b69bc !important;
}
.text-pink {
  color: #ff8acc !important;
}
/* fonts */
@font-face {
font-family: Custom;
src: url('/vendors/fonts/custom/custom.ttf');
}
@font-face {
font-family: Roboto;
src: url('/vendors/fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
font-family: Roboto-bold;
src: url('/vendors/fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
font-family: Roboto-thin;
src: url('/vendors/fonts/roboto/Roboto-Thin.ttf');
}
@font-face {
  font-family: Nunito;
  src: url('/vendors/fonts/nunito/Nunito-Regular.ttf');
}
/* text typo */
.text-thin {
  font-family: 'Roboto-thin', sans-serif !important;
}
.text-regular {
  font-family: 'Roboto', sans-serif !important;
}
.text-bold {
  font-family: 'Roboto-bold', sans-serif !important;
}
.text-alt {
  font-family: 'Nunito', sans-serif !important;
}
.text-custom {
font-family: 'Custom', sans-serif !important;
}
/* background color */
.bg-inherit {
  background-color:: inherit;
}
.bg-black {
  background-color: black !important;
}
.bg-white {
  background-color: white !important;
}
.bg-chartreuse {
  background-color: chartreuse !important;
}
.bg-purple {
  background-color: #5b69bc !important;
}
.bg-pink {
  background-color: #ff8acc !important;
}
.bg-pg-album {
  background-color: #e8e8e8 !important;
}
/* dt */
dt {
  font-style: italic; opacity: 0.7
}
/* control Form */
.required {
font-weight: bold;
}
form table {
width: 100%;
}
form th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
}
form th {
width: 30%;
}
form td {
width: 70%;
}
label {
  font-size: .75rem;
}
/* toastr */
.toast-top-center {
  top:10px;
  right:0;
  width:100%
}
.toast-top-right {
  top:10px;
  right:12px
}
.toast-top-left {
  top:10px;
  left:12px
}
.nowrap {
  white-space: nowrap !important;
}
.image-title {
  position: absolute;
  top: 8px;
  left: 16px;
}
.page-show-highlight {
    background: #00000026;
    padding: 0.5rem 0.5rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}
.image-title-page-show {
  font-size: 4rem;
  color: #000;
  font-family: 'Noto', sans-serif !important;
}
@media (max-width: 992px) {
  .image-title-page-show {
    font-size: 2rem;
  }
}
.text-noto {
  font-family: 'Noto', sans-serif !important;
}

/*
******** BASE *************************END****
********************************
******************
*/




/*
******************
*******************************
******** BASE FRONT ESHOP  *****************
*/
body {
    padding-top: 50px;
    line-height: 1.9;
    background-color: #ebeff2;
}
.card-box {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 24px;
  border-radius: .25rem;
  /*box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}
.required label {
  font-weight: bold;
}
/*
******** BASE FRONT ESHOP  *******END*******
*******************************
******************
*/




/*
*****************
*******************************
******** BASE FRONT *************************
*/

.ribbon {
position: absolute;
left: 11px;
top: -4px;
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 100px;
display: block;
-webkit-box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
background: #71b6f9;
position: absolute;
top: 19px;
left: -21px;
}
.bg-dark {
  background-color: #252525 !important;
}
.bg-gray {
    background-color: #e6e6e6;
}
.button-list .btn {
    margin-top: 7px;
    margin-right: 5px;
}

.btn {
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-purple {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc;
}
.btn-pink {
    color: #f7f7f7;
    background-color: #ff8acc;
    border-color: #ff8acc;
}
.btn-lighten-primary {
  border: 1px solid rgba(113,182,249,.2) !important;
  background-color: rgba(113,182,249,.25) !important;
  color: #71b6f9 !important;
}
.btn-lighten-secondary {
  border: 1px solid rgba(108,117,125,.2) !important;
  background-color: rgba(108,117,125,.25) !important;
  color: #6c757d !important;
}
.btn-lighten-success {
  border: 1px solid rgba(16,196,105,.2) !important;
  background-color: rgba(16,196,105,.25) !important;
  color: #10c469 !important;
}
.btn-lighten-info {
  border: 1px solid rgba(53,184,224,.2) !important;
  background-color: rgba(53,184,224,.25) !important;
  color: #35b8e0 !important;
}
.btn-lighten-warning {
  border: 1px solid rgba(249,200,81,.2) !important;
  background-color: rgba(249,200,81,.25) !important;
  color: #f9c851 !important;
}
.btn-lighten-danger {
  border: 1px solid rgba(255,91,91,.2) !important;
  background-color: rgba(255,91,91,.25) !important;
  color: #ff5b5b !important;
}
.btn-lighten-dark {
  border: 1px solid rgba(241,245,247,.2) !important;
  background-color: rgba(241,245,247,.25) !important;
  color: #f1f5f7 !important;
}
.btn-lighten-purple {
  border: 1px solid rgba(91,105,188,.2) !important;
  background-color: rgba(91,105,188,.25) !important;
  color: #5b69bc !important;
}
.btn-lighten-pink {
  border: 1px solid rgba(255,138,204,.2) !important;
  background-color: rgba(255,138,204,.25) !important;
  color: #ff8acc !important;
}



body {
  padding-top: 56px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.9;
  background-color: #f2fefe;
}
footer {
  margin-top: 10rem;
}
a:hover {
  text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
}

.card-img-post {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    background-position: center top;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}


/**
*Box-style
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.card-img-top {
  width: 100%;
  min-height: 20vw;
  object-fit: cover;
}

.card-pages-top {
  width: 100%;
  object-fit: cover;
  height: 300px !important;
  max-height: 300px !important;
}
.card-page-top {
  width: 100%;
  object-fit: cover;
  height: 600px !important;
  max-height: 600px !important;
}
.card-img-top-ni {
  width: 100%;
  height: 5vw;
  object-fit: cover;
}
.card-img-top-foreach {
    width: 100%;
    min-height: 20vw;
    object-fit: cover;
}
.card-img-top-foreach-ni {
    width: 100%;
    min-height: 10vw;
    object-fit: cover;
}

h2.title-col {
  /*text-transform: uppercase;*/
  color: #212529;
  font-family: 'Roboto', sans-serif !important;
  word-wrap: break-word;
  margin-top: 0rem;
  font-size: 180%;
}
h2.title-col a {
  color: #212529;
}

h2.title-row {
  /*text-transform: uppercase;*/
  color: #212529;
  font-family: 'Roboto', sans-serif !important;
  word-wrap: break-word;
  margin-top: 0rem;
}
h2.title-row a {
  color: #212529;
}

.card-img-200 {
  width: 200px !important;
  height: 200px !important;
  max-width: 200px !important;
  max-height: 200px !important;
  object-fit: cover;
}
.card-img-150 {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  object-fit: cover;
}
.card-img-100 {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: cover;
}
.card-img-50 {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: cover;
}

.lift {
box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lift:hover {
transform: translateY(-0.3333333333rem);
box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}
.lift:active {
transform: none;
box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.lift-sm {
box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.lift-sm:hover {
transform: translateY(-0.1666666667rem);
box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
}
.lift-sm:active {
transform: none;
box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.card.lift {
text-decoration: none;
color: inherit;
}


/*
******** BASE FRONT ******************END****
*******************************
******************
*/


.grecaptcha-badge {
    visibility: hidden;
}

/* fix too wide image display in carousel */
@media (max-width: 992px) {
  .carousel-item a img {
      height: 50vh !important;
      /*width: 50px;*/
      object-fit: cover;
  }
}

.img-photogallery {
  width: 100%;
  object-fit: cover;
  height: 200px !important;
  max-height: 200px !important;
}


/* img zoom ************************************************ start */
/* https://w3bits.com/css-image-hover-zoom/ */

.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.img-hover-zoom--more:hover img {
  transform: scale(1.5);
}

/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
  transform-origin: 0 0;
  transition: transform .25s, visibility .25s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
  transform: scale(2);
}

/* Point-zoom Container */
.img-hover-zoom--point-zoom img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.img-hover-zoom--point-zoom:hover img {
  transform: scale(5);
}

/* Zoom-n-rotate Container */
.img-hover-zoom--zoom-n-rotate img {
  transition: transform .5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img {
  transform: scale(2) rotate(25deg);
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

/* Horizontal Zoom-n-pan Container */
.img-hover-zoom--zoom-n-pan-h img {
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 100% 0;
}

/* The Transformation */
.img-hover-zoom--zoom-n-pan-h:hover img {
  transform: scale(1.5) translateX(30%);
}

/* Vertical Zoom-n-pan Container */
.img-hover-zoom--zoom-n-pan-v img {
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 0 0;
}

/* The Transformation */
.img-hover-zoom--zoom-n-pan-v:hover img {
  transform: scale(1.25) translateY(-30%);
}

/* Blur-zoom Container */
.img-hover-zoom--blur img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.2);
}

/* The Transformation */
.img-hover-zoom--blur:hover img {
  filter: blur(0);
  transform: scale(1);
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* img zoom ************************************************** end */


.text-gradient-yellow {
  background: -webkit-linear-gradient(#fff700, #9f1ae2);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subborder {
  width: 100px;
  height: 4px;
  background-color: #0dcaf0;
  display: block;
}

.img-grid {
  max-width: 100%;
  height: auto;
}

.img-grid-card {
   min-height: 10rem !important;
}

.h1-header {
  font-family: 'Roboto-bold', sans-serif !important;
}

.h2-header {
  font-family: 'Roboto-bold', sans-serif !important;
  margin-bottom: 1.5rem;
}

.h2-header-icon {
  background: -webkit-linear-gradient(#fff700, #9f1ae2);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h3-header {
  font-family: 'Roboto-bold', sans-serif !important;
  margin-bottom: 1.5rem;
}


section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

pre, blockquote {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 100%;
  color: #fff;
  padding: 1.3rem;
  margin: 1rem 0;
  background: rgb(49 45 60);
  border-radius: .25rem;
  border-left: 1px solid #729ee0;
  word-wrap: break-word;
  white-space: pre;
  display: block;
  overflow-x: auto;
  scrollbar-color: #666 #201c29;
  scrollbar-width: thin;
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.img-grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.overflow-x-hidden {
  overflow-x: hidden;
  white-space: nowrap;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.image-title-t80 {
  position: absolute;
  top: 40%;
  left: 16px;
}
.image-title-type-show {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Noto', sans-serif !important;
}
.type-show-highlight {
  background: #00000026;
  padding: 0.5rem 0.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
}


.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


/* modal login form */
.md-form2 {
  color: black;
  text-shadow: none;
}
.modal-dialog.cascading-modal.modal-avatar {
  margin-top: 8rem;
}
.modal-dialog.cascading-modal.modal-avatar .modal-header img {
width: 130px;
height: 130px;
vertical-align: middle;
background-size: cover;
background-position: right center;
margin-right: auto;
margin-left: auto;
-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.modal-dialog.cascading-modal.modal-avatar .modal-header {
  margin: -6rem 0 -1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-dialog.cascading-modal .modal-header {
  padding: 1.5rem;
  margin: -2rem 1rem 1rem 1rem;
  text-align: center;
  border: 0;
  border-radius: .125rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
/* modal login form end */


/* client section start */
.cl-bg-primary {
  background-color: #eaf7fa;
  border-left: 3px solid #3d8aa6 !important;
 }
 .cl-badge-primary {
   background-color: #a1ddf4;
   color: #1c7ffd;
 }
.cl-bg-secondary {
 /*background-color: #d8f7d8;*/
 border-left: 3px solid #1db91d !important;
}
.cl-badge-secondary {
  background-color: #d8f7d8;
  color: #537b45;
 }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/* client section end */


/* BS5 exception */
a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
/* BS5 exception end */
