
/* .row{
max-width:100%;
} */

.slider {
  height: 510px;
  width:100%;
}
.slider .bs-nav  a.right {
 float: left;
 margin-left:23px;
}
.slider .bs-nav  a.left {
 float: right;
margin-right: 23px;
}
.slider .bs-nav {
    padding: 0px;
    margin-top: 0px!important;
    padding-top: 217px;
}
.slider .bs-nav a {
  font-size: 24px;
  color: #ffffff;
}
.slider .bs-bullets {
  list-style-type: none;
  position: absolute;
  bottom:150px;
  left:0;
  right:0;
      display: none;
  text-align:center;
}

.slider .bs-bullets li {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  color: #ffffff;
}
.slider .bs-bullets li.active {
  color: #ccc;
}

.backstretch .caption h3{
color:#fff;
margin:0px;
}
.backstretch .caption p{
color:#fff;
}





@media (min-width:769px){
.caption-title-img {
    width: auto!important;
    height: auto!important;
    margin: 17px auto 9px;
    display: block;
}
.backstretch .caption{
    background: transparent url(../images/curve-caption-bg.png) bottom right no-repeat;
    position: relative;
    bottom: 0px;
    float: right;
    width: 100%;
    padding: 15px 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
	z-index:9999;
    max-width: 525px;
    min-height: 510px;
    background-size: 100%;
}  
.backstretch .caption .caption-content h1{
font-size:46px;
line-height:52px;
color:#fff;
font-family: 'Lato', sans-serif;
letter-spacing:0px;
font-weight:400;
}
.backstretch .caption .caption-content p{
font-size:20px;
line-height:30px;
color:#fff;
font-family: 'Lato', sans-serif;
letter-spacing:0px;
font-weight:400;
}
.caption-content {
    position: absolute;
    bottom: 44px;
    max-width: 528px;
    width: 100%;
    padding: 0px 58px;
    display: block;
    left: 0;
    right: 0;
}
img.dingbat-img {
    margin: 0px auto 6px;
    display: block;
    width: 135px!important;
    height: auto!important;
}
}

@media (max-width:768px){

.caption-content img{
display:none;
}
/***** Caption Style ******/
.slider .bs-nav {
padding-top: 180px;
}
.slider {
height: 700px;
}
.slider .bs-nav a.left {
margin-right: 13px;
}
.slider .bs-nav a.right {
margin-right: 13px;
}

.backstretch .caption {
width: 100%;
padding: 19px 45px 35px;
position:absolute;
min-height:auto;
max-width:100%;
bottom: 0;
left: 0;
width:100%;
background:#0c2b3f;
}

.backstretch .caption img.caption-heading-img{
width:auto!important;
height:auto!important;
}

.backstretch .caption h1{
font-size:40px;
line-height:53px;
color:#fff;
letter-spacing:0;
font-family: 'Lato', sans-serif;
font-weight:400;
padding-bottom:22px;
background: url('../images/heading-image.png') center bottom no-repeat;
}
.backstretch .caption p{
font-size:18px;
line-height:26px;
color:#fff;
letter-spacing:0;
font-family: 'Lato', sans-serif;
font-weight:400;
padding: 11px 2px;
}
}

@media (max-width:767px){
.slider .bs-nav {
display:none;
}
}

@media (max-width:480px){
/***** Caption Style ******/
.slider {
height: 550px;
}
.backstretch .caption h1 {
font-size: 30px;
line-height: 36px;
background-size: 100%;
max-width: 370px;
padding-bottom: 19px;
}
.backstretch .caption {
padding: 25px 15px 26px;
}
.slider .bs-nav {
padding-top: 80px;
}
.slider .bs-nav a.left img{
width:45px;
}
.slider .bs-nav a.right img{
width:45px;
}
}