/* 2.5 Slider style */
.slider-area {
  top: 40%;
  width: 100%;
  margin-top: 0;
}
.slider-area .owl-next,
.slider-area .owl-prev{
	background: rgba(0,0,0,0.6);
	font-size: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	border: 0px;
	padding: 0 20px;
	color: #fff;
	transform: translateY(-50%);
}
.slider-area .owl-prev{
	left: 0px;
}
.slider-area .owl-next{
	right: 0px;
}
.owl-item.active p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active h2 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.owl-item.active .btn-grad {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.slider-height {
  height: 65vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header-sticky-2 {
  left: 0;
  padding: 10px 0;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 999;
}
.header-sticky-2.stick {
  background: #03bffc none repeat scroll 0 0;
  padding: 15px 0;
  position: fixed;
  top: 0;
}
h2.animated {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.slider-img img {
  position: relative;
  z-index: 99;
}
p.animated {
  color: #ffffff;
  font-size: 18px;
}
a.btn-grad.animated {
  color: #222;
  background: #edf8e7;
  font-size: 15px;
  display: inline-block;
}
.single-slider .container {
  position: absolute;
  top: 60%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}
.slider-text {
  text-align: right;
}
section#boxes {
  margin: 30px;
  color: #2b2b2b;
  line-height: 1.3;
}
#boxes .col-md-6 {
  padding: 0px;
}
.outer {
  height: 240px;
  font-size: 16px;
  margin: 0;
  background: #75E0DE;
  transition: .3s all;
}
.outer img {
  width: 100%;
  height: 100%;
}
.outer-img {
  background: #014B8E;
  padding: 5px;
  transition: .3s all;
}
.inner {
  padding: 25px;
}
.inner h6 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.inner h6:before {
  width: 50px;
  height: 3px;
  background: #014B8E;
  content: ' ';
  position: absolute;
  top: 100%;
  transition: .3s all;
}
.service:hover .inner h6, .service:hover .inner p {
  color: #fff;
}
.service:hover .inner h6:before {
  width: 100%;
  background: #fff;
}
.service:hover .outer {
  background: #3E9998;
}
.service:hover .outer-img {
  background: #3E9998;
}
.triangle {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  transition: .3s all;
}
.right-arrow {
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  background: transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid #014B8E;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.left-arrow {
  position: absolute;
  right: 10px;
  height: 0;
  width: 0;
  background: transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #014B8E;
  border-bottom: 15px solid transparent;
}
.service:hover .left-arrow {
  border-right: 15px solid #3E9998;
}
.service:hover .right-arrow {
  border-left: 15px solid #3E9998;
}
@media (min-width: 992px) {
  .triangle {
    display: block;
  }
}
@media (max-width:991px) {
  .triangle {
    display: none;
  }
}
/* nt-example1 */
#nt-example1 {
  width: 100%;
  margin: auto;
  padding: 10px;
}
#nt-example1 li {
  background: #014B8E;
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  margin: 0px 0px 10px 0px;
}
#nt-example1 li a {
  color: #fff;
}

.gallery{
	background: #A7FDFC;
	padding: 65px 0;
	margin: 0px;
	position: relative;
}

.gallery-btn{
	float: right;
	font-size: 16px;
	text-decoration: underline;
	margin-right: 30px;
	position: absolute;
	right: 0px;
}
.box21 {
  text-align: center;
  position: relative;
  overflow: hidden;
	border: inset 10px #61edeb;
}
.box21:after, .box21:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.box21:hover:after, .box21:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400)
}
.box21:before {
  -o-transition: all .5s linear .3s;
  -moz-transition: all .5s linear .3s;
  -ms-transition: all .5s linear .3s;
  -webkit-transition: all .5s linear .3s;
  transition: all .5s linear .3s
}
.box21:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s
}
.box21:after {
  -o-transition: all .5s linear .6s;
  -moz-transition: all .5s linear .6s;
  -ms-transition: all .5s linear .6s;
  -webkit-transition: all .5s linear .6s;
  transition: all .5s linear .6s
}
.box21:hover:after {
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s
}
.box21 img {
  width: 100%;
  height: auto
}
.box21 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 1
}
.box21:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: .4s
}
.box21 .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
	color: #fff;
}
.box21 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
	color: #fff;
}
.box21 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto
}
@media only screen and (max-width:990px) {
  .box21 {
    margin-bottom: 30px
  }
#boxes .col-lg-4 {
  margin-bottom: 20px;
}
}
@media only screen and (max-width:479px) {
  .box21 .box-content {
    padding-top: 0
  }
	
#boxes .col-lg-4 {
  margin-bottom: 20px;
}
}
@media only screen and (max-width:359px) {
  .box21 .title {
    padding-bottom: 10px
  }
#boxes .col-lg-4 {
  margin-bottom: 20px;
}
}