.btn-visible, .box-visible{
    display: block;
}
.btn-hide, .box-hide{
    display: none;
}
.error{
    color: red;
}
.error-border{
    border: 2px solid red !important;
}


/****************************************************/
/*              Start: Registration Form            */
/****************************************************/
.pay-block{
    width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
    text-align: center;
    display: inline-block;
}

.row-info{
	border:1px solid #ccc; 
	padding: 36px;
/*    margin-bottom: 40px;*/
}

.brand h1{
	font-weight: bold;
	color: white;
}

.brand h3{
	font-style: italic;
	color: white;
	font-size: 20px;
	text-align: center;
}

.title h2{
	color: #3C4858;
	font-weight: bold;
}


h3.info-title{
	margin: 0;
    width: 347px!important;
    background: white;
    position: relative;
    bottom: -28px;
    padding: 10px;
}

.form-label{
	margin-top: 28px;
}

.form-label .input-group .input-group-addon{
	padding-right: 0px;
}

.form-label .input-group .required{
	color: red;
	font-weight: bold;
}

hr.line-border {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(94, 31, 56, 0), rgba(94, 31, 56, 0.75), rgba(94, 31, 56, 0));
}

.description>p.index-p{
    font-size: 16px;
    text-align: justify;
    margin-left: 0 !important;
}



.section-no-padding .parallax {
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    text-align: center;
}

.parallax .parallax-background {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.parallax .parallax-background img {
    width: 100%;
    height: auto;
    position: relative;
}

/******** Start: Image Upload ********/
.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
#close-preview{
	font-size: 14px;
    color: red;
    font-weight: bold;
}
/******** End: Image Upload ********/

.ins-h4{
    margin-top: 50px;
}
.ins-table{
    margin-left: 20px;
    margin-top: 5px;
}

.reg-rule{
	padding-left: 0;
}

.reg-rule ol{
    padding-bottom: 15px;
}

/******** START: File Upload *********/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
/******** END: File Upload ***********/


textarea.reg-textarea{
	height: 60px;
}

.row-submit{
	margin-top: 20px;
}

/*------------- Start: Registration Preview ---------*/
.preview-title{
	font-weight: bold;
}
.well-sm {
    border: none;
    background: #f4f4ef;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}
/*------------- End: Registration Preview ----------*/

.degree-number, .group-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.form-group .form-control {
    padding-left: 10px;
}
/****************************************************/
/*              End: Registration Form              */
/****************************************************/

/*------------- START: Contact US ----------*/
.contact-office-details{
    font-size: 12px;
}
.contact-office {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.contact-office-content{
    padding: 10px !important;
    height: 140px !important;
}
.info-horizontal .icon {
    float: left;
    /* margin-top: 24px; */
    position: relative;
    margin-right: 10px;
    top: -7px;
}
.info-horizontal .icon > i {
    font-size: 2.6em;
}
.contact-page .contact-content {
    padding-bottom: 40px;
    padding-top: 40px;
}

.contact-page .container {
    max-width: 1070px;
}

.contact-page .wrapper > .header {
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}

.contact-page .big-map {
    height: 55vh;
    width: 100%;
    display: block;
    position: relative;
}

.contact-page .message {
    margin-top: 20px;
}

.contact-page .info {
    padding-bottom: 10px;
    padding-top: 0px;
}

.contact-page .info .title {
    margin: 25px 0 10px;
}

.description>p{
    margin-left: 45px;
}

.google-map{
    padding: 0;
}
/*------------- END: Contact US ------------*/