body{
  background-color: #fff !important;
}
/*---------------- Breadcrumbs------------------------*/
.breadcrumbs-v4 {
    width: 100%;
    padding: 25px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../pbj.jpg);
    background-size: cover;
}
/*---------------- Breadcrumbs------------------------*/

/*---------------- Caption for Owl Carousel------------------------*/
.owl-caption{
  position: absolute;
  right: 10%;
  left: 10%;
  top:65%;
  bottom: 20px;
  z-index: 10;
  padding: 20px 20px 20px 20px;
  color: #fff;
  text-align: right;
  background-color: rgb(27 16 16 / 61%);
  border-radius : 5px;
}

.owl-caption2{
  position: absolute;
  right: 10%;
  left: 10%;
  top:70%;
  bottom: 20px;
  z-index: 10;
  padding: 20px 20px 20px 20px;
  color: #fff;
  text-align: right;
  background-color: rgb(27 16 18 / 61%);
  border-radius : 5px;
}
.header-caption{
  font-size: 35px;
  font-weight: 700;
}
.text-caption{
  font-size: 20px;
}
/*---------------- Caption for Owl Carousel------------------------*/

/*---------------- Full Slider------------------------*/
.full-image {
	height: 650px;
  width: 100%;
  object-fit: cover;
}

 @media (min-width: 451px) and (max-width: 740px) { 
  .full-image {
    height: 500px;
  }
}
@media (min-width: 800px) and (max-width: 850px) { 
  .full-image {
    height: 450px;
  }
}
/*---------------- Full Slider------------------------*/

/*---------------- Back to top button------------------------*/
.back-to-top {
    position: static;
    bottom: 0px;
    right: 0px;
    display: none;
}
/*---------------- Back to top button------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #b6bfc99c !important;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color : #fff !important;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*------------------------Owl Button--------------------------*/
.owl-nav{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;  
  position: absolute;
  top: 90%;
  right: 50%;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    right: 95%;
    left: 95%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
/*------------------------Owl Button--------------------------*/

/*------------------------Card--------------------------*/
.card{
    /*position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: none !important;*/
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%) !important;
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%) !important;
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);  
  transform: scale(1.1); 
  color:#18d4ca;
}*/

.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.2em;
}
/*------------------------Card--------------------------*/
/*------------------------ IMG HOVER --------------------------*/
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 3s, filter 3s ease-in-out;
  filter: brightness(120%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(1.2);
}

.img-hover-zoom--quick-zoom img {  
  transition: transform 1s, visibility 1s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
  transform: scale(1.2);
}

/* 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);
}

/*------------------------ IMG HOVER --------------------------*/

/*------------------------ IMG HOVER --------------------------*/
.heading2{
    border-style: solid;
    border-width: 0px 0px 0px 5px;
}
/*------------------------ IMG HOVER --------------------------*/

/*--------------------------------Newsticker- ------------------*/
.newsticker{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    
    margin-right: 50px;
    line-height: 1.3;
    background-color: #e6e9ed;
    
}
.news_span{
    min-width:12%; 
    height: auto;
    float: left;
    color: #fff;
    padding: 10px 15px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
   /* background-color: #1fa67b; */
    /* background-color: #00AEEF;  */
    background-color: #475268;
    position: relative;
}
/*.news_span:after{
    left: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(18, 18, 18, 0);
    /* border-left-color: #00AEEF; */
    /*border-left-color: #0288D1;
    border-width: 18px;
    margin-top: -7px;
} */
.news_title{
    clear:float:left; 
    overflow:hidden; 
    padding-right:13%;"
}
.news_title p{
    color:#fff;
    padding:4px 4px; 3px; 8px;
    margin:5px 0px 0px 10px;
    font-size: 17px;
}
.news_title li{
     list-style: none;
     display: inline-block;
}
.news_title span{
     color: #E74C3C;
}
/*------------------------------------------------------------------*/
/*---------------------------Gradient------------------------------*/
.mask.rgba-gradient2 {
    background: linear-gradient(45deg,#90e4ef,#00bcd4);
}
/*---------------------------Gradient------------------------------*/
.text-orange{
  color : #F46000 !important;
}

.header-top{
  background-color: #17a2b8 !important;
  padding-top:10px;
  padding-bottom: 10px;
}

 .navbar{background-color:rgba(23,162,184,.71)}
    @media only screen and (max-width:768px){.navbar{background-color:#17a2b8}}