.page-heading-one {
	text-align: center;
	background: transparent url("/img/backgrounds/2.jpg") repeat fixed center center / cover;
	padding: 50px 10px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.page-heading-one h2 {
	color: white;
}
.carousel .item .carousel-caption.c-left-big {
	bottom: 0%;
	left: 0%;
	top: auto;
	right: auto;
	height: 100%;
	padding: 30px 25px;
}
.carousel .item .carousel-caption.c-right-big {
	bottom: 0%;
	right: 0%;
	top: auto;
	left: auto;
	height: 100%;
	padding: 30px 25px;
}
.carousel .carousel-caption {
	text-shadow: none;
	position: absolute;
	background: #C2C2C2 none repeat scroll 0% 0%;
	width: 350px;
	overflow: hidden;
	padding: 15px 20px;
	text-align: left;
	z-index: 5;
}
.carousel .carousel-control {
	position: absolute;
	bottom: 43px;
	opacity: 1;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	right: 50px;
	width: auto !important;
	background-image: none;
	top: auto;
	left: auto;
}
.carousel .carousel-control.left {
	right: 79px;
}
.carousel .carousel-control.right {
	right: 45px;
}
.img-box-3 .img-box-3-item {
	max-width: 240px;
	margin: 10px auto;
}
.img-box-3 .img-box-3-icon {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 100px !important;
	text-align: center;
	margin: 10px auto;
	background-color: #44697D; !important;
}
.img-box-3 .img-box-3-icon a img {
	max-width: 60px;
	display: inline-block;
}
.img-box-3 .bor {
	width: 60px;
	height: 3px;
	margin: 10px auto 6px;
	background-color: #44697D; !important;
}
.block-heading-five {
	text-align: center;
	margin: 10px 0px 15px;
}
.block-heading-five h3 {
	font-size: 22px;
	line-height: 37px;
	font-weight: normal;
	max-width: 550px;
	margin: 10px auto;
}
.owl-nav {
	text-align: right;
	margin-bottom: 10px;
}
.owl-nav a i {
	width: 23px;
	height: 23px;
	display: inline-block;
	cursor: pointer;
}
.owl-nav a i.left {
	background-image: url("/img/chevron-sign-left.png");
	background-size: 23px 23px;
}
.owl-nav a i.right {
	background-image: url("/img/chevron-sign-to-right.png");
	background-size: 23px 23px;
}
.carousel-control span {
	position:absolute;
	cursor: pointer;
	z-index:5;
}
.arrow-left { 
	width: 0px;
	height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #2D637F;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-left: 25px solid #2D637F;
}
.carousel .carousel-indicators li {
	
	border: 2px solid #FFF;
	border-radius: 10px !important;
	
}
.btn.btn-color {
	color: #FFF;
	background: #32C8DE none repeat scroll 0% 0%;
	border: 1px solid #1FAABE;
}
.page-heading-one a {
	color: white;
}
.page-heading-one a:hover {
	color: #456D99;
	text-decoration: none;
}
.carousel .item .carousel-caption.c-bottom-full {
	bottom: 0%;
	left: 0%;
	right: auto;
	top: auto;
	max-width: 100%;
	width: 100%;
	padding: 12px 15px;
 }
 .carousel-inner > .item > .portrait-area > img {
	 max-height: 90%;
	 position: relative;
	 margin: auto;
	 display: table;
	 margin-top: 3%;
 }
 .carousel-inner > .item {
	 height: 315px;
 }
 .carousel {
	 background-color: #C2C2C2;
 }
 .portrait-area{
	 width: calc(100% - 350px);
	 height: 100%;
	 float: right;
 }
 .carousel:hover span.left-arrow, .carousel:hover span.right-arrow{
	 display: inline-block;
 }
  h4.blue_header {
	background-color: #2D637F;
	color: white;
	padding-left: 8px;
	font-weight: bold !important;
  }
  .thumbnail_title {
	float: right;
	width: 60%;
	padding-left: 10px;
	background-color: #c2c2c2;
	height: 100%;
	color: #2D637F;
	font-weight: bold;
	padding-top: 1px;
  }
  img.thumbnail_image {
	width: 40%;
	height: 46px;
  }
  .slider_thumbnail {
	height: 46px;
	cursor: pointer;
	font-size: 12px;
  }
  .section_links li {
	 padding: 5px 0px 5px 0px !important;
  }
  .section_links li:not(.last) {
	 border-bottom: 1px solid gray;
  }
  .section_links li a {
	 line-height: 15px;
	 font-weight: bold;
	 cursor:pointer;
  }
  .section_links li p {
	 color: gray;
	 line-height: 15px;
  }
  .section_pic {
	  padding-top: 9px;
  }
  .carousel h4 {
	  font-weight: bold !important;
  }
  .carousel-caption {
	  color: black;
  }
  .item img {
	  height: 315px !important;
	  width: 590px !important;
  }
  hr {
	border-color: #2D637F;
	border-top: 1px solid
  }
  .read_more {
	  margin-top: 13px;
	  background: #2D637F;
	  border: none;
  }
  .read_more:hover {
	  background: #1e4a60;
  }
  @media (max-width: 768px) {
	  .carousel .carousel-caption {
		  width: 100%;
		  
	  }
	  .carousel .item p {
		  overflow: hidden;
		  text-overflow: ellipsis;
		  max-height:100px;
	  }
  }