body{
  font-size: .9rem;
}
p{
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
  color: unset;
}
ul{
    margin-bottom: 0;
}
textarea{
  resize: none;
}
.isocertified-logo{
  width:5%;
  position:absolute;
}
.text-muted {
  color: #cacfd4!important;
}
.bg-primary{
    background-color: #00b5ef!important;
}
.pointer{
    cursor: pointer;
}
.my-pagination nav{
  position: unset!important;
}
.navbar-nav .active>.nav-link {
  border-bottom: 1px solid #fff;
}
.box-shadow{
  box-shadow: 0px 2px 3px 0px #0000005c;
}
.btn-primary{
  color: #fff;
  background-color: #00b5ef;
  border-color: #00b5ef;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0ca5d8;
    border-color: #0ca5d8;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0ca5d8;
  border-color: #0ca5d8;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00b5ef;
  outline: 0;
  box-shadow: none!important;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.mr-40{
  margin-right: 1.8rem!important;
}
.text-dark-muted{
  color: #56585a;
}
.text-dark-muted:hover{
  color: #56585a;
}
.modal-dialog{
  display: block;
  flex: 1 1 1px;
  max-width: 464px!important;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: unset;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0!important;
  border: 10px solid #00000078;
}
.modal-header{
  padding: 0;
}
.modal-header .close{
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: unset;
}
.modal-dialog {
    max-width: 924px!important;
}
/* Header */

.btn-danger {
  color: #fff;
  background-color: #f83614;
  border-color: #f83614;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d32d0f;
  border-color: #d32d0f;
}

/* Navbar */
.nav-slider.toggling {
  transition: transform 0.35s, opacity 0.35s;
}
.navbar-nav {
  flex-direction: row;
}
.nav-logo{
  width: 14%;
  background: #f8f9fa;
  padding: 10px;
}
.nav-link{
  color: #ffffff!important;
}


/* Slider  */

.slider-caption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fefff8;
}
.slider-caption h2{
    width: 100%;
    text-align: center;
    background: #0000008f;
}

/* Notice  */
.notice-wrapper{
    background: whitesmoke;
    box-shadow: 0px 0px 5px 0px #00000026;
}
.notice-blink{
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
@-webkit-keyframes blink { 50% { color: #ffff; }}
@keyframes blink { 50% { color: rgba(255, 255, 255, 0); }}

.notice-text{
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Service  */

.service-icon{
    width: 70px;
    height: 70px;
    background: #f5f4f4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
}
.pointer:hover .service-icon,
  .pointer:focus .service-icon {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em #ffffff00;
  transition: 1s;
  }

  @-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
  }

  @keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
  }
  .service-icon {
  /* --color: #ef6eae; */
  --hover: #ffffff;
  }


  /* Gallery  */

  figure{
    overflow: hidden;
    margin: 0;
  }
  .img-card img {
    display: block;
    width: 100%;
  }
  .zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  .zoomIn:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  /* Banner  */

  .banner-wrapper{
    background: linear-gradient(0deg,#00b5efcf,#00b5efcf),url(../img/piggy.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .list-card{
    font-size: 1.1rem;
    color: #fff;
  }
  .bg-primary-dark{
    background: #00a8de;
  }

  /* Footer  */
  .footer-wrapper{
      background: #121727;
  }
  .footer-btm{
    background: #04091b;
  }



@media (max-width: 600px) {

body{
  font-size: 1rem;
}
.fixed-top{
  position: unset!important;
}
.d-xs-none{
    display: none!important;
}
.d-xs-flex{
    display: flex;
}
.flex-xs-column{
    flex-flow: column;
}
.justify-content-xs-center{
    justify-content: center;
}
.justify-content-xs-end{
  justify-content: flex-end!important;
}
.align-items-xs-center{
    align-items: center;
}
.flex-xs-row-reverse{
    flex-flow: row-reverse;
}
.justify-content-xs-start{
    justify-content: flex-start!important;
}
.p-xs-0{
    padding: 0!important;
}
.text-xs-center{
    text-align: center;
}
.mb-xs-50{
    margin-bottom: 50px;
}
.isocertified-logo{
  width:10%;
  position:absolute;
}
.mb-xs-30{
    margin-bottom: 30px;
}
.pt-xs-50{
  padding-top: 50px;
}
.pb-xs-50{
  padding-bottom: 50px;
}
.w-xs-100{
  width: 100%!important;
}

  /* NAVBAR */
  .nav-slider {
    opacity: 0;
    position: fixed;
    z-index: 200;
    background-color: #fefff8;
  }
  .navbar {
    padding: 5px 0!important;
  }
  .nav-slider .navbar-nav .nav-item {
    float: none;
  }
  .nav-slider .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000!important;
  }
  .nav-slider .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar-nav {
    flex-direction: column;
  }
  body.has-active-menu {
    overflow: hidden;
  }
  .nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
  }
  .has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
  }
  /* next */
  .nav-slider {
    width: 70%;
    height: 100%;
    /* overflow-y: scroll; */
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .has-active-menu .nav-slider {
    opacity: 1;
    transform: translateX(0);
  }
  .navbar-dark .navbar-toggler {
    color: #000;
  }

  .login-btn {
    padding: 10px 10px;
  }
  .nav-logo {
    width: 40%;
    background: #f8f9fa;
    padding: 10px;
  }


}


/* Bread Crumb */

 .my-breadcrumb {
  font-size: 1.2rem;
  position: relative;
}
.my-breadcrumb li::after{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #464646;
  left: 55px;
  top: 11px;
  transform: rotate(45deg);
}
.my-breadcrumb li::before{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #464646;
  left: 55px;
  top: 18px;
  transform: rotate(-45deg);
}


.my-pagination svg {
    display: none !important;
}
