﻿@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.clr{
	clear:both;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat rgba(249,249,249,0.9);
}

.logo{
	padding:0px 0;
}

hr{
	color:#ccc;
}

.navbar-collapse{
	padding-top:1px;
}



.navbar-fixed-top, .is-fixed{
	position:relative;
	background-color:#bf5b5d;
	border-top:1px #fbdc00 solid;
	border-bottom:1px #fbdc00 solid;
	
	
	/* IE10+ */ 
background-image: -ms-linear-gradient(top, #7E8A1B 0%, #171902 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #7E8A1B 0%, #171902 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #7E8A1B 0%, #171902 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7E8A1B), color-stop(100, #171902));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #7E8A1B 0%, #171902 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #7E8A1B 0%, #171902 100%);

}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}





.h1, .h2, .h3, h1, h2, h3 {
    
}


 .noticehead{
	font-family: "Century Gothic";
	color:#fff;
	border-radius:7px;
	font-size:20px;
	margin-top: 20px;
	padding:4px 7px;
    margin-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004e82+42,0366bc+60 */
background: rgb(0,78,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,78,130,1) 42%, rgba(3,102,188,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,78,130,1) 42%,rgba(3,102,188,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,78,130,1) 42%,rgba(3,102,188,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e82', endColorstr='#0366bc',GradientType=0 ); /* IE6-9 */
}

.noticeboard{
	margin-top:50px;
	position:relative;
background:url(../images/announcementbg.png) no-repeat top;
text-transform:uppercase;
padding:0 30px 90px 30px;
}

.noticeboard h3{
text-align:center;
display:block;
padding:30px 0;
color:#ffffff;
font-weight:bold;
}

.noticeboard h3 span{
color:#000000;
text-transform:uppercase;
}

.noticeboard .top{
	position:absolute;
	top:-70px;
	left:0;
	right:0;
	margin:0 auto;
	width:71px;
	height:100px;
background:url(../images/announcementbgclip.png) no-repeat top;
}

.noticeboard p{
	padding:4px 15px;
	font-weight:bold;
}

.noticeboard p a{
	color:#001e3d;
}


.noticedetails2 > div:nth-child(1){
font-weight:bold;
display:block;
padding:10px 0 10px 20px;
margin:7px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e27ae1+0,2989d8+55,2989d8+55,7db9e8+100&0.61+0,0.61+55,0+100 */
background: -moz-linear-gradient(left,  rgba(166,144,109,0.61) 0%, rgba(255, 121, 15,0.61) 55%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(166,144,109,0.61) 0%,rgba(255, 121, 15,0.61) 55%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(166,144,109,0.61) 0%,rgba(255, 121, 15,0.61) 55%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce27ae1', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.noticedetails2 > div:nth-child(2){

}



.blockdivider{	
border-left:solid 1px #859122;
border-right:solid 1px #859122;
}



.maincontainer{
	color:#000;
}


.maincontainer >p{
text-align:justify;
}



/* Home Page Carousel */


header{

}


.bannerblock .block{
	position:absolute;
	background-color:fuchsia;
	z-index:1000;
	bottom:0;
	width:100%;
}



.carousel-fade .carousel-inner .item {
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel {
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.carousel-caption {
    position: absolute;
    right:0;
    top: 20%;
    z-index: 10;
	height:90px;
    color: #fff;
	padding-right:30px;
    text-align: right;
	text-transform:uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,c71091+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(69,72,77,0) 0%, rgba(199,16,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(69,72,77,0) 0%,rgba(199,16,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(69,72,77,0) 0%,rgba(199,16,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045484d', endColorstr='#c71091',GradientType=1 ); /* IE6-9 */
}

.carousel-caption h3{
	font-size:45px;
	margin:0;
	font-family:Century;
}


.catblock{
	background-color:#77406a;
	padding:0 2%;
	border-top:dashed 1px #ffffff;
}

.catblock .div{
	padding:20px 0;
	text-align:center;
	transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
	border-left:dashed 1px #ffffff;
}

.catblock .div:hover{
background-color:#c843a7;
}

.catblock .div:first-child{
	border-left:0;
}


.catblock .div span{
	font-size:17px;
	background:none;
	font-weight:bold;
}

.catblock .div a{
	color:#ffffff;
	transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.catblock .div a:hover{
	text-decoration:none;
	color:#ffad42;
}


.sectionvideo{
position:relative;
}

.sectionvideo .background{
background-color:#fff;
margin:250px 0;
}

.sectionvideo .video{
padding:20px;
background-color:#000;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0px 0 0 0;
    color:#ccc;
}




footer h2 {
	color:#fff;
	border-radius:7px;
	padding:2px;
	font-size:19px;
	background:none;
}



footer .bottom{
    padding:40px 0 0;
    color:#ccc;
	margin-top:0px;
	
	width:100%;
	height: 0;
	border-bottom: 50px solid #562b1b;
	border-right: 100px solid transparent;	
}

footer .bottom a{
color:#fff;
text-decoration:none;	
}


.header{
background-color:#ffffff;
padding:0px 0;
}

header .top{
position:relative;
display:block;	
background-color:#562b1b;
color:#ffffff;
text-align:right;
padding:22px 10px 22px 0;
border-bottom:solid 2px #70c0d1;
}

header .top .rightblock{
position:absolute;	
text-align:right;
padding:10px 10px 1px 10px;
width:330px;
right:0;
top:4px;
height: 0;
border-bottom: 30px solid #ff790f;
border-left: 40px solid transparent;
}

header .top .rightblock .span{
display:block;
color:#ffffff;
font-size:16px;
text-align:right;
margin-top:10px;
font-weight:bold;
}

.contenttext{
font-family: "Century Gothic";
font-size: 15px;
}


.contenttop{
	position:relative;	
	color: #ffffff;
	background:#2d3e50;
	margin:30px 0 0;
}

.contenttop .leftblock{
position:absolute;	
text-align:right;
padding:4px 10px 10px 10px;
width:40%;
left:0;
top:-25px;
height: 0;
text-align:left;
border-bottom: 90px solid #ff790f;
border-right: 90px solid transparent;
}

.contenttop .leftblock h2{
padding-top:15px;
font-weight:bold;
text-transform:uppercase;
}

.contenttop .leftblock h2 span{
color:#000000;
text-transform:uppercase;
}

.contentmiddle{
	color: #ffffff;
	background:#946857;
	margin:0 0 30px;
}

.contentmiddle .span{
	display:block;
	color: #ffffff;
	padding:90px 0 50px;
	font-family: "Century Gothic";
    font-size: 15px;
}

.contenttop .maincontainer p{
	color: #ffffff;
	margin:10px 0;
}

.content{
	color: #000;
	background:#2d3e50;
	padding-bottom:20px;
	margin:30px 0;
}

.content_studentwork{
	color: #000;
	background:#ffecce;
	padding-bottom:20px;
	margin:30px 0;
}

.content_course {
    color: #000;
    padding-bottom: 1px;
    margin: 30px 0 1px;
}



.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    background-color: #9ba63b;
    white-space: nowrap;
	border-bottom:solid 2px #fff;
}


.fa {
  padding:10px;
  font-size: 26px;
  width:20px;
  text-align: right;
  text-decoration: none;
  margin: 5px 2px 0 20px;
}

.fa:hover {
    opacity: 1;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.social1{
width:70px;
background: #3B5998;
position:fixed;
top:300px;
left:-20px;
transition:all ease 0.5s;
z-index:2000;
border:solid 2px #ffffff;
border-left:0;
}

.social1:hover{
width:70px;
background: #3B5998;
left:0;
}

.social2{
width:70px;
background: #55ACEE;
position:fixed;
top:360px;
left:-20px;
transition:all ease 0.5s;
z-index:2000;
border-top:solid 2px #ffffff;
border-left:0;
}

.social2:hover{
width:70px;
background: #55ACEE;
left:0;
}



hr{margin-top:20px;margin-bottom:20px;border:0;border-top:2px solid #ccc;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #177641;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #fff;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 12px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 3px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 36px;
    font-size: 14px;
    padding: 10px 16px 10px 40px;
}


.icon-addon.addon-lg .form-control2 {
    line-height: 1.33;
    height: 76px;
    font-size: 14px;
    padding: 10px 16px 10px 40px;
}



.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}


.icon-addon.addon-sm .form-control2 {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}




.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}


.icon-addon.addon-md .form-control2,
.icon-addon .form-control2 {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}



.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #fff;
}


.videobutton{
margin:200px auto 0;
}

.video1{
width:100%;
height:530px;
}


.banner{
height:480px;
}

.enquiry{
	width:90%;
	margin:130px 0 10px;
}

.enquiry textarea{
	height:100px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background:#ebefe6;
    background-image: none;
    border: 1px solid #81b640;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.enquiry .btn-dark {
    color: #fdc902;
    text-transform: uppercase;
    background-color: #62912a;
    font-weight: bold;
    font-family: "Century Gothic";
    transition: ease all 0.5s;
}

.staff{
margin:6px 0;
}

.staff img{
	width:100%;
	height:170px;
	border:solid 3px #0eb2e7;	
}
.staff span{
	display:block;
	font-weight:bold;
	width:100%;
	padding:8px 6px;
	margin:9px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e27ae1+0,2989d8+55,2989d8+55,7db9e8+100&0.61+0,0.61+55,0+100 */
background: -moz-linear-gradient(left,  rgba(226,122,225,0.61) 0%, rgba(41,137,216,0.4) 55%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(226,122,225,0.61) 0%,rgba(41,137,216,0.4) 55%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(226,122,225,0.61) 0%,rgba(41,137,216,0.4) 55%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce27ae1', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.bottomsection{
background:url(../images/deskbg.jpg) no-repeat fixed top left;
}

.bottom-blockleft{
width:60%;
float:left;
}

.bottom-blockright{
width:40%;
float:left;
}


.bottom-blockleft .contenttop .leftblock, .bottom-blockright .contenttop .leftblock{
position:absolute;	
text-align:right;
padding:4px 10px 10px 10px;
width:80%;
left:0;
top:-25px;
height: 0;
text-align:left;
border-bottom: 90px solid #ff790f;
border-right: 90px solid transparent;
}

.bottom-blockleft .contenttop .leftblock h2, .bottom-blockright .contenttop .leftblock h2{
padding-top:15px;
font-weight:bold;
text-transform:uppercase;
}

.bottom-blockleft .contenttop .leftblock h2 span, .bottom-blockright .contenttop .leftblock h2 span{
color:#000000;
text-transform:uppercase;
}


.bottom-blockleft .contentbottom, .bottom-blockright .contentbottom{
display:block;
text-align:justify;
margin:130px 0 50px;
padding:4%;
font-family: "Century Gothic";
font-size: 15px;
font-weight:bold;
}

.enquiry .btn-dark{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Century Gothic";
	transition: ease all 0.5s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a39d99+0,353f2f+100 */
background:#ff790f; /* Old browsers */
}

.enquiry .btn-dark:hover{
	color:#ffffff;
	background-color:#000000;
}

.enquiry textarea{
	height:100px;
}


/*................pagination..................*/
.pagen{
		padding:4px;
		color: #039;
		text-align:justify;
		font-size:12px;
	
		width:80px;
		height:16px;
		border:1px solid #b61891;
		font-weight:bold;
		text-decoration:none;
		margin:1px;
	}
	
.pagen:hover{
		color: #ffffff;
		
		font-size:12px;
		width:80px;
		 background: #b61891;
		height:16px;
		border:1px solid #b61891;
		font-weight:bold;
		text-decoration:none;
	}
		.pagen1{
			font-size:12px;
			text-align:justify;
		padding:4px;
		color:#FFFFFF;
		text-align:justify;
	    background: #b61891;
		width:80px;
		height:16px;
		border:1px solid #999;
		
	}

/*................pagination end..................*/	
	


/*................course accordian start..................*/

ol, ul { list-style: none;}

/**
 * Styling top level items
 */

.nav1 a, .nav1 label {
  display: block;
 padding: 15px .85rem 15px 40px;
  color: #000000;
  background:url(../images/arrow.png) no-repeat left;
  background-color: #ff790f;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  font-size:18px;
  font-weight:bold;
  margin:1px 0;
}

.nav1 a:focus, .nav1 a:hover, .nav1 .label1:focus, .nav1 label:hover {
  padding: 15px .85rem 15px 50px;
  color:#000;
  background-color: #f9b781;
}

.nav1 .label1 { cursor: pointer; position:relative;}

/**
 * Styling first level lists items
 */

.group-list a, .group-list .label1 {
	width: 98%;
	margin:0 auto;
  padding-left: 3rem;
  padding-top: 2px;
  padding-bottom: 2px;
  color:#ffffff;
  background: #b76420;
  box-shadow: inset 0 -1px #373737;
  border-bottom:solid 1px #ffffff;
}

.group-list a:focus, .group-list a:hover, .group-list .label1:focus, .group-list .label1:hover { background: #f9b781; }

/**
 * Styling second level list items
 */

.sub-group-list, .sub-group-list a, .sub-group-list .label1 {
  padding: 0 10px;
  background: #ffffff;
  font-size:18px;
  text-align:justify;
}

.sub-group-list span{
  padding: 20px;
  display:block;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list .label1:focus, .sub-group-list .label1:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list .label1 {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list .label1:focus, .sub-sub-group-list .label1:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }

/**
 * Rotating chevron icon
 */

.label1 > span {
  right:0;
  position:absolute;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  top:-15px;
  right:10px;
}

.label2 > span {
  right:0;
  position:absolute;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  top:-20px;
  right:10px;
}

.nav__list input[type=checkbox]:checked + .label1 > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*................course accordian end..................*/	
	

@media(max-width:767px) {

}


/* Responsive Styles */

@media(max-width:991px) {

footer .bottom{
    padding:0px 0 30px;
    color:#ccc;
	margin-top:0px;
	background-color:#562b1b;
	width:100%;
}

.staff img{
	width:150px;
	height:170px;
	border:solid 3px #0eb2e7;	
}
	
.customer-img,
.img-related {
 margin-bottom: 30px;
}
    
.blockdivider{
border:0;
}

.videobutton{
margin:30px auto 0;
}

.video1{
width:100%;
height:300px;
}

.banner{
height:300px;
}

.carousel-caption h3{
	font-size:34px;
	margin:0;
}

.contenttop .leftblock{
position:absolute;	
text-align:right;
padding:4px 10px 10px 10px;
width:80%;
left:0;
top:-25px;
height: 0;
text-align:left;
border-bottom: 90px solid #81b640;
border-right: 90px solid transparent;
}

.contenttop .leftblock h2{
padding-top:15px;
font-weight:bold;
text-transform:uppercase;
}
    
}

@media(max-width:800px) {
.bottom-blockleft{
width:100%;
}

.bottom-blockright{
width:100%;
}
}


@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	.carousel-caption h3{
	font-size:25px;
	margin:0;
}
}

@media(max-width:640px) {
.banner{
height:250px;
}

.contenttop .leftblock{
width:85%;
border-bottom: 70px solid #ff790f;
border-right: 70px solid transparent;
}

.contenttop .leftblock h2{
font-size:22px;
}


.bottom-blockleft .contenttop .leftblock, .bottom-blockright .contenttop .leftblock{
position:absolute;	
text-align:right;
padding:4px 10px 10px 10px;
width:80%;
left:0;
top:-25px;
height: 0;
text-align:left;
border-bottom: 70px solid #ff790f;
border-right: 90px solid transparent;
}


}

@media(max-width:530px) {
.banner{
height:200px;
}

}

@media(max-width:480px) {
.carousel-caption h3{
font-size:20px;
margin:0;
}

.contenttop .leftblock{
width:100%;
}

.contenttop .leftblock h2{
font-size:19px;
}

}

@media(max-width:420px) {
.banner{
height:130px;
}
}

.sectioncarousal{
	margin:0;
	padding:120px 0;
	background:url(../images/carousalbg.jpg) fixed;
	border-top:2px dashed #ffea00;
	border-bottom:2px dashed #ffea00;
}

.sectioncarousal img{
	height:200px;
	
}


.map{
	border:solid 3px #c12f76;
}


@media(max-width:1200px) {
.footerad{
	background-color:#fff;
	padding:15px 15px 15px 30px;
	margin-top:55px;
}
}

.feedback_align{
text-align:center;
	margin:0 auto;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color:#000000;
	font-weight:bold;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.panel-default>.panel-heading {
    color: #555555;
    background-color: #efae4c;
    border-color: #dddddd;
	padding:20px 15px;
}

/* tour image hover effect */

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;

-webkit-box-shadow: 0px 10px 25px -6px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 10px 25px -6px rgba(0,0,0,0.41);
box-shadow: 0px 10px 25px -6px rgba(0,0,0,0.41);
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
border:dashed 1px #ffffff;
padding:5px;
border-radius:0 42px 0;
height:280px;
width:100%;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:14px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
font-size:13px;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* tour image hover effect end*/


@media (min-width: 768px){
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
}