/****header******/
header {
	background: url(../images/headerbg.png) no-repeat right top;
	overflow:hidden;
}
body
{
	overflow-x:hidden;
}
.inner-header {
	padding: 20px 0;
}
.social-icons {
	text-align: right;
	margin-top: 20px;
}
.title-section {
	background: #1d6eb4;
	padding: 5px 0;
}
.title {
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0;
	font-family: 'MyriadProRegular';
	background: #347dbc;
	padding: 2px 100px;
	display: table;
	margin: 0 auto;
	position: relative;
}
.title:before {
	border-style: solid;
	border-width: 42px 42px 0 0;
	border-color: #1d6eb4 transparent transparent transparent;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}
.title:after {
	border-style: solid;
	border-width: 0 0 42px 42px;
	border-color: transparent transparent #1d6eb4 transparent;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
}
.rupee-symbol img {
	position: absolute;
	top: -20px;
}
/***endheader*****/

/****main-body*****/
.main-body {
	padding: 10px 0px 40px;
	background: url(../images/main-bodybg.png) no-repeat center top 10px;
	background-size: 100% auto;
}
#myCarousel .nav a small {
	display: block;
}
#myCarousel .nav {
	background: #fff;
}
.nav-justified > li > a {
	border-radius: 0px;
	padding: 5px 4px;
	font-family: 'MyriadProRegular';
	font-size: 15px;
	position: relative;
	border: 1px solid #c0c1c3;
	margin-left: 5px;
	cursor:pointer;
}
.nav-justified > li:first-child a {
	margin: 0;
}
.active2 a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fcab30 transparent transparent transparent;
	position: absolute;
	content: "";
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	webkit-transform: -webkit-translate (-50%);
	left:50%;
}

.active:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fcab30 transparent transparent transparent;
	position: absolute;
	content: "";
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	webkit-transform: -webkit-translate (-50%);
	left:50%;
}
.nav-justified > li > a hr {
	margin: 2px -4px;
	border-color: #1d6eb4;
}
.active2 a hr {
	border-color: #fcab30 !important;
}
.nav-justified > li > a img {
	width:140px;
	height: 63px;
	margin:0 auto;
}


#myCarousel .carousel-inner-2 {
	margin-top: 15px;
	position: relative;
}

.nav-pills>li.active2 a {
	background-color: #fcab30;
	color:#fff;
}

.main-title {
	font-size: 20px;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
}
.inner-content {
	margin-top: 15px;
}
.about-us h2 {
	font-size: 20px;
	color: #fff;
	background: #1d6eb4;
	text-transform: uppercase;
	padding: 10px 20px;
	position:relative;
	margin-top:0;
}

.about-us h2:after {
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
}

.facebook-like-box-section {
	padding-right: 10px;
}
.left-section {
	background: url(../images/right-line.png) no-repeat right;
}
.about-content .thumbnail {
	margin-bottom: 5px;
	border-radius: 0;
	padding: 10px;
}
.about-content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.about-content .readmore {
	float: right;
	background: #1d6fb4;
	color: #fff;
	font-size: 14px;
	padding:4px;
}

#owl-demo
{
	display:none !important;
}
#owl-demo .item{
margin: 3px;
  }

#owl-demo .owl-item.active
{
	background:#fcab30;
	color:#fff;
}
  
#owl-demo .item img{
        display: block;
        width:100%;
        height: auto;
		margin:0 auto;
}
.owl-wrapper
{
	padding:0;
	list-style:none;
	margin-bottom:20px !important;
}
.top-slider
{
	position:relative;
}
.customNavigation
{
	position:absolute;
	top:30%;
	width:100%;
	
}
.customNavigation a:focus ,.customNavigation a:active
{
	box-shadow:none !important;
}
.customNavigation .prev
{
	float:left;
	background:url(../images/arrows.png) no-repeat center left 10px;
	width:30px;
	height:63px;
	display:block;
	position:relative;
	z-index:30;
	
}

.customNavigation .next
{
	float:right;
	background:url(../images/arrows.png) no-repeat center right 10px;
	width:30px;
	height:63px;
	display:block;
	position:relative;
	z-index:30;
	
}
.like-buttons
{
	list-style:none;
	padding:0;
}
.like-buttons li
{
	display:inline;
	width:70px;
}
.like-buttons li:first-child{ position:relative; bottom:5px;}
.like-buttons li iframe
{
	width:100%;
}
/****iframe-widths******/
#iframe-one
{
	width:100%;
	height:610px;
}
#iframe-two
{
	width:100%;
	height:670px;
}
#iframe-three
{
	width:100%;
	height:610px;	
}

#iframe-four
{
	width:100%;
	height:530px;	
}

#iframe-five
{
	width:100%;
	height:530px;	
}

#iframe-six
{
	width:100%;
	height:560px;	
}

#iframe-seven
{
	width:100%;
	height:600px;	
}
/***endiframe-widths****/


/***end-mainbody*****/
/****footer******/
footer {
	background: #1d6fb4;
	padding: 20px 0;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}
/****End-footer****/
