/************* Right-part ************/
.bannerbox {
	left: 7%;
	margin: 0;
	padding: 0;
	right: 5%;
	text-shadow: none;
	top: 30%;
	width: 60%;
}
.bannersection img {
	width: 100%;
}
.bannerbox > h5 {
	color: #30add6;
	font-size: 9vh;
	font-weight: 300;
	line-height: auto;
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}
.bannerbox > h5 font {
	display: inherit;
}
.bannerbox > h5 span {
	color: #ffffff;
	font-weight: bold;
}
.bannerbox > h6 {
	color: #06639f;
	font-size: 5vh;
	font-weight: 300;
	line-height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: italic;
}
.bannerbox > h6 span {
	color: #46a8d5;
	font-size: 15vh;
	font-style: normal;
	font-weight: 900;
	padding: 0 5px;
}
.btn1 {
	background: #000;
	border: 1px solid #717171;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 19px;
	font-weight: 500;
	line-height: 55px;
	margin: 38px 6px 0;
	padding: 0;
	text-align: center;
	width: 193px;
	transition: all 0.5s ease 0s;
}
.btn1:hover, .btn1:focus, .btn1:active {
	color: #fff;
	text-decoration: none;
	background: #265260;
	transition: all 0.5s ease 0s;
	border: 1px solid #fff;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	border-radius: 0;
	font-size: 34px;
	height: 135px;
	line-height: 105px;
	margin: 0;
	padding: 14px 0;
	top: 39%;
	width: 39px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	right: 0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-left {
	left: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.bannersection .carousel-indicators li {
	background-color: #b1b1b1;
	border-radius: 50%;
	cursor: pointer;
	display: inherit;
	height: 12px;
	margin: 5px 1px;
	width: 12px;
	border: none;
}
.bannersection .carousel-indicators .active {
	background-color: #4099d1;
}
.bannersection .carousel-indicators {
	left: 0;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	top: 44%;
	width: 10px;
}

/**********@media only screen and (min-width:200px) and (max-width:767px)**********/

@media only screen and (min-width:200px) and (max-width:767px) {
.bannerbox {
	top: 10%;
}
.bannerbox > h5 {
	font-size: 3vh;
	line-height: 17px;
	padding: 0 0 0;
}
.bannerbox > h6 {
	font-size: 3vh;
	line-height: 17px;
	padding: 0 0 0;
}
.bannerbox > h6 span {
	font-size: 3vh;
}
.btn1 {
	font-size: 14px;
	line-height: 24px;
	margin: 6px 0;
	width: 90px;
}
}

/**********@media only screen and (min-width:200px) and (max-width:767px)**********/


/********************@media only screen and (min-width:768px) and (max-width:991px)********************/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.bannerbox {
	top: 12%;
}
.bannerbox > h5 {
	font-size: 3.5vh;
}
.bannerbox > h6 span {
	font-size: 4vh;
}
.bannerbox > h6 {
	font-size: 2vh;
	line-height: auto;
}
.btn1 {
	margin: 24px 6px 0;
}
}

@media only screen and (min-width:768px) and (max-width:1024px)  {
.bannerbox {
  width: 90%;
}
.btn1 {
  margin: 6px 6px 0;
 
}
	
	
	
	
}



/********************@media only screen and (min-width:768px) and (max-width:991px)********************/
