@charset "ISO-8859-1";

svg:not (:root ) {
	overflow: hidden;
	background: #eee;
}

#deco-clouds path {
	fill: #252438;
	stroke: #252438;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-title{
	position:relative;
	padding: 130px 0 100px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*background:#11132a;*/
	opacity: .65;
	content:'';
}

.page-title .inner-container{
	position: relative;
	text-align: center;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:60px;
	color:#ffffff;
	line-height: 1em;
	font-weight: 400;
}

.page-title .bread-crumb {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.page-title .bread-crumb li{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color:#ffae00;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  20px;
	margin-right: 20px;
	font-family: "Schoolbell", sans-serif;
}

.page-title .bread-crumb li:before{
	position: absolute;
	top: -1px;
	right: -5px;
	font-size: 20px;
	line-height: 30px;
	color: #ffae00;
	content:".";
	font-weight: 700;
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffae00;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#ffffff;	
}

.home-enquiry-section {
    position: fixed;
    top: 60%;
    right: 0px;
    z-index: 99999999;
    background: #fff;
}

.home-enquiry-section .enquiry-box {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    margin: auto;
    height: 165px;
}

.enquiry-box-content {
    position: relative;
    transform: rotate(90deg);
    padding: 10px;
    width: 200px;
    background: #ff00d7;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: normal;
    height: 50px;
    text-align: center;
}

.enquiry-box-content a { 
	text-decoration:none;
}
