/*==================breadcrumb wordpress=====================*/

.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 0;
}
#crumbs {
  font-size: 0;
}
#crumbs > a, #crumbs > span {
  color: #eee;
  font-size: 15px;
}
.baner-cntn h2 {
  color: #eee;
  font-size: 31px;
  margin-bottom: 5px;
}
#crumbs > span {
  background: #081e59 none repeat scroll 0 0;
  padding: 2px 15px; position: relative;
}
#crumbs > span::after {
  border-bottom: 11px solid transparent;
  border-left: 10px solid #081e59;
  border-top: 11px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  width: 0;
}
#crumbs > a {
  padding:2px 15px;
  position: relative;
}
#crumbs > a::before {
  content: "";
  font-family: fontawesome;
  color: #081e59;
  margin-right: 6px;
  font-size: 18px;
  position: absolute; left: 0px;
}
/*=====================================================================================*/

/*=================================News scrroll css start====================================================*/
.sectionBg {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e4e4e4;
}
#home-announcements {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.dap-tw-logo {
  background: #081e59 none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  height: 42px;
  left: 15px;
  padding: 15px 3px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 40px;
  z-index: 11;
}
.dap-tw-logo::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #081e59;
  bottom: -10px;
  content: "";
  height: 0;
  left: 12px;
  position: absolute;
  width: 0;
}
.dap-tw-logo > p {
  color: #eee;
}
.twitter-scroll {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
a.dap-tw-item {
  border-right: 1px solid #fff;
  color: #222;
  display: inline-block;
  float: left;
  padding: 0 1em;
  text-decoration: none;
  transition: background-color 0.25s ease 0s;
}
.dap-tw-text {
  color: #000;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}

/*=================================News scrroll css END====================================================*/



.carousel-caption {
  bottom: auto;
  box-shadow: none;
  left: 50%;
  margin-left: -225px;
  margin-top: -35px;
  padding-bottom: 30px;
  position: absolute;
  right: 20%;
  text-align: center;
  text-shadow: 0 0 0;
  top: 50%;
  width: 550px;
}
.carousel-caption p {
  color: #eee;
  font-size: 17px;
  padding-right: 70px;
}
.carousel-caption h2 {
  color: #eee;
  font-size: 48px;
  font-weight: 600;
  line-height: 51px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.topline {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
.topline::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width: 70px;
}
.carousel-indicators .active {
  background-color:#081e59;
  height: 12px; border-color:#081e59;
  margin: 0;
  width: 12px;
}
/*
.carousel-control.left > span::after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 18px;
  left: 20px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
}
.carousel-control.right > span::after {
  color: #fff;
  content:"\f054";
  font-family: fontawesome;
  font-size: 18px;
  right: 20px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
}*/
.topline::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width:200px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.09, 1.09);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  z-index: 1 !important;
}






/* Shutter In Vertical */
.img-cvr .imgeTxt{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;

  background:#074166;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.img-cvr .imgeTxt:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.img-cvr:hover .imgeTxt, .img-cvr .imgeTxt:focus, .img-cvr .imgeTxt:active {
  color: white;
}
.img-cvr:hover .imgeTxt:before, .img-cvr .imgeTxt:focus:before, .img-cvr .imgeTxt:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}





@media screen and (min-width: 1600px) {
.carousel-caption {
    /*bottom: auto;
    left: 10%;
    margin-top: -35px;
    padding-bottom: 30px;
    right: 20%;
    text-align: left;
    top: 50%;
    width: 550px;
    position: absolute;*/
}


}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media only screen and (max-width:767px) {


  .carousel-caption h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .carousel-caption p {
    color: #eee;
    font-size: 15px;
    line-height: 20px;
    padding-right: 70px;
  }
  .carousel-caption {
    bottom: auto;
    left: 1%;
    margin-top: -35px;
    padding-bottom: 30px;
    position: absolute;
    right: 20%;
    text-align: left;
    top: 50%;
    width: 550px;
  }

  .carousel-caption {
    bottom: auto;
    left: 0;
    margin-top: -70px;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .carousel-caption h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
  .carousel-caption p {
    color: #eee;
    font-size: 15px;
    line-height: 20px;
    padding-right: 0;
  }


  .topline {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
  }






}







@media only screen and (max-width:480px) {



.carousel-caption h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.carousel-caption {
  bottom: auto;
  left: 0;
  margin-top: -70px;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
}
.carousel {
  height: 250px;
  position: relative;
}
.item img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
.item {
  height: 100%;
}

}
