/*
******** BASE FRONT STYLE ***********
*************************************
******************
*/

.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;
}


/*
******** BASE FRONT STYLE ******END****
*************************************
******************
*/
.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;
}




/*
******** BASE STYLE **********************
*****************************
******************
*/
/* 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%;
}
/* 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-shadow-50 {
  text-shadow: 1px 1px 2px #737373;
}
.text-shadow-white {
  text-shadow: 1px 1px 2px #fff;
}
.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');
}
/* 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-custom {
font-family: 'Custom', sans-serif !important;
}
.text-times-new-roman {
  font-family: 'Times New Roman', serif;
}
.text-garamond {
  font-family: 'Garamond', serif;
}
/* 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-s0 {
  background-image: radial-gradient(circle at 1% 1%,#75ace4,#badff5);
}
/* 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;
}

/*
******** BASE STYLE *******************END****
********************************
******************
*/

@font-face {
  font-family: Poppins-bold;
  src: url('/vendors/fonts/poppins/Poppins-Bold.ttf');
}
/* text typo */
.text-extra-bold {
  font-family: 'Poppins-bold', sans-serif !important;
}



body {
  /*padding-top: 80px;*/
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.42;
  /*background-color: #f2fefe;*/
  background: rgb(228,255,255);
  background: linear-gradient(0deg, rgba(228,255,255,1) 1%, rgba(228,255,255,1) 82%, rgba(8,90,202,1) 100%);
  word-wrap: break-word;
}
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;
}
.h1, h1 {
  font-family: 'Poppins-bold', sans-serif !important;
    /*
  text-shadow: 1px 1px 2px #fff;
  color: #e0f6ff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  */
}
.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;
}
.text-contrast {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}


.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)
}


/* NEW up4 landing */
/*
#home {
  min-height: 100%;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 2000px auto;
  background-position: bottom;
  position: relative;
  display: block;
}
*/
.header-container {
  color: #fff;
  min-height: 100vh;
  /*margin-top: 3rem;*/
  display: flex; /* vertical align center */
  align-items: center; /* vertical align center */
}
.section, section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
section.s0 {
  /*background-color: #3e6a6f; /* 3bacf0 */
  background-image: radial-gradient(circle at 1% 1%,#75ace4,#badff5);
}
/*
section.s1 {
  color: #fff;
  background-color: #3e6a6f;
  background-image: radial-gradient(circle at 1% 1%,#000,#b5b6b7);
}
*/
section.s4 {
  background-color: #dfdfdd;
}

section.s2 {
  background-color: #e4ffff;
}
section.s3 {
  /*background-color: #3e6a6f; /* 3bacf0 */
  background-image: radial-gradient(circle at 1% 1%,#328bf2,#1644ad);
  color: #fff;
}
footer {
  background-image: radial-gradient(circle at 1% 1%,#328bf2,#1644ad);
  color: white;
}
.rounded, .card {
  border-radius: .9rem !important;
}
.flexcard-left {
  width: 126px;
}
.card-left {
  height: 258px;
  width: 126px;
}
.card {
  word-wrap: break-word;
}

@media (min-width: 1100px) {
    .display-200 {
      font-size: 200px
    }
    .display-300 {
      font-size: 300px
    }
    .display-400 {
      font-size: 400px
    }
}

.text-grad-header {
  background: -webkit-linear-gradient(#fff, #95f0ff);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-grad {
  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;
}
.bg-grad {
  background-image: linear-gradient(#fff700, #9f1ae2);
}
.btn-grad {
  color: #FFF !important;
  font-weight: bold;
  background-image: linear-gradient(50deg, #c381db, #4e92f9);
  border: 1px solid transparent;
}
.map-responsive {
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 30%;
    position: relative;
    height: 0;
}
.box-video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.card-box-header {
  background: transparent;
  border: none;
}


.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;
}
.img-100x100 {
  width: 100px;
  height: 100px;
  object-fit: cover
}
.img-200x200 {
  width: 200px;
  height: 200px;
  object-fit: cover
}





.grecaptcha-badge {
    visibility: hidden;
}
body {
  padding-top: 0;
}
@media (max-width: 768px) {
.navbar{
    background: #74a2dc !important;
    border-radius: .9rem !important;
    margin-bottom: 30px;
    z-index: 999;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.bg-body {
  background: rgb(228,255,255);
}

.flexi-left {
  width: 126px !important;
  height:100%;
}
.flexi-right {
  min-height: 258px;
}

.display-1 {
  font-size: 5rem !important;
}

.col-product {
  min-width: 400px !important;
}

@media (min-width: 1000px) {
  .col-product {
    max-width: 50vw !important;
  }
}




@media (min-width: 1200px) {
    .bg-1 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%), url(/assets/v2/img/1.jpg);
    }
    .bg-2 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%), url(/assets/v2/img/2.jpg);
    }
    .bg-3 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%)/*, url(/assets/v2/img/3.jpg)*/;
    }

    .parallax {
      /*min-height: 500px;*/
      background-attachment: fixed;
      background-position: center;
      background-repeat: repeat-x;
      background-size: cover;
      min-height: 100vh;
      color: white;
    }
}
@media (max-width: 1199px) {
    .bg-1 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%), url(/assets/v2/img/1-sm.jpg);
    }
    .bg-2 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%), url(/assets/v2/img/2-sm.jpg);
    }
    .bg-3 {
      background-image: linear-gradient(0deg, rgba(14, 16, 26, 0.9) 1%, rgba(1, 34, 79, 0.5) 100%)/*, url(/assets/v2/img/3-sm.jpg)*/;
    }
    .parallax {
      /*min-height: 500px;*/
      background-attachment: fixed;
      background-position: center;
      background-repeat: repeat-x;
      background-size: cover;
      color: white;
    }
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}


/* owl *************start************** */

.single-testimonial {
    border-radius: .9rem !important;
      padding: 3rem;
}
.single-testimonial .thumb {
  margin-right: 30px;
}
.testimonial-avatar {
  height: 5rem !important;
  width: 5rem !important;
  border-radius: 50% !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.single-testimonial {
  background-color: #24456291;
  padding: 25px 30px 12px 30px;
  min-height: 15rem;
}
.star .checked {
  color: #20ced7;
}

/* owl *************end************** */

.back-to-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 9999;
}

.single-service .icon {
  margin-right: 30px;
  font-family: 'Poppins-bold', sans-serif !important;
}

/* animated *************start************** */
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 991px) {
.animated {
    -webkit-animation: none;
    animation: none;
  }
}
/* animated *************end************** */

.span-highlight {
  color: white;
  background-color: black;
  border-radius: .9rem !important;
  padding: 0rem 0.5rem;
}

.span-highlight-outline {
  border: 1px solid white;
  border-radius: .9rem !important;
  padding: 0rem 0.7rem;
}
.span-highlight-outline-dark {
  border: 1px solid black;
  border-radius: .9rem !important;
  padding: 0rem 0.7rem;
}

.navbar-highlight {
  color: white;
  background-color: black;
  border-radius: .9rem !important;
  font-family: 'Poppins-bold', sans-serif !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-right: 1rem;
  display: inline-block;
}

.subborder {
  width: 100px;
  height: 4px;
  background-color: #20ced7;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bg-transparent {
  background: transparent !important;
}
.bg-blue-light {
  background-color: #24456291;
}
.header-div-search {
  width: 70% !important;
}
.no-border {
  border: none !important;
}
@media (min-width: 1100px) {
  .header-div-search {
    width: 40% !important;
  }
}
@media (max-width: 600px) {
  .header-div-search {
    width: 100% !important;
  }
}
.header-search {
  background: transparent !important;
  opacity: 0.5;
}

.line-height-20 {
  line-height: 2;
}
.line-height-15 {
  line-height: 1.5;
}

/* card app *************start************** */

.card-app, a.card-app {
  text-align: center;
  color: white;
  padding: 2rem;
}
.card-app-icon {
  background-color: rgba(255,255,255,0.2);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  border: 0.125rem solid rgba(255,255,255,0.3);
  padding: 2rem;
  height: 3rem !important;
  width: 3rem !important;
  font-size: 3.5rem !important;
  border-radius: .9rem !important;
}
.card-app-icon-desc {
  font-size: 1rem;
}

/* card app *************end************** */

/* card window *************start************** */
.card-window {
  opacity: 0.9;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-window-header {
  padding: 0px 10px;
  border-radius: 7px 7px 0px 0px;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dadada',GradientType=0 );
  border: 1px solid #d8d8d8;
  border-bottom-color: rgb(216, 216, 216);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 1px solid #b4b4b4;
}
.card-window-body {
  background: #fff;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  height: 100%;
  border-radius: 0px 0px 7px 7px;
}
.card-window .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  border-radius: 50%;
  margin: 0 4px 0 0;
}
.card-window .dot.red {
  background: #FF6057;
  border: 1px solid #E14640;
}
.card-window .dot.amber {
  background: #FFBD2E;
  border: 1px solid #DFA123;
}
.card-window .dot.green {
  background: #27C93F;
  border: 1px solid #1DAD2B;
}
.card-window-body h2 {
  margin: 1rem 0rem;
}


/* card window *************end************** */



/* 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 */

.img-grid-card {
  min-height: 10rem !important;
}

.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;
}

/* BS5 exception */
a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
/* BS5 exception end */


.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;
}

.grayscale {
  filter: grayscale(100%) !important;
 -webkit-filter: grayscale(100%);
}
.grayscale:hover {
  filter: grayscale(0%) !important;
 -webkit-filter: grayscale(0%);
}





.image-title-type-show {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Noto', sans-serif !important;
}
.image-title-t80 {
  position: absolute;
  top: 40%;
  left: 16px;
}
.type-show-highlight {
  background: #00000026;
  padding: 0.5rem 0.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
}
