html {
    border: 15px solid #2c3e50; /* Creates a thick outer window frame */
    min-height: 100vh;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 20px;
}


header{
	font-size: 24 px;
	font-family: 'Docdo',cursive;
	text-align: center; 
	
    } 
header-1{
	font-size:  0.6rem;
	'Open Sans', sans-serif;
	text-align: center; 
	color: brown;
    } 	
	
/*contact section*/
.contact-caption{
	background: #3a9dca;
}
.contact-heading h2{
	color: #fff;
	font-size: 90px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 15px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 240px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: left;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(../img/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
	
}
.contact-form{
	padding-right: 80px;
	padding-left: 80px
}
.enquiry {
    max-width: 600px;     /* Set your exact desired width */
    margin:  0 auto;       /* Centers the section horizontally */
    padding: 20px;        /* Adds breathing room inside the edges */
	}
	
.form-frame {
    border: 2px solid #333333;   /* Solid dark frame line */
    padding: 25px;
    border-radius: 4px;
}

.form-title {
    width: auto;                 /* Keeps the title from stretching */
    padding: 0 10px;             /* Creates a gap in the line for text */
    font-size: 18px;
    font-weight: bold;
}