/*------------------
Contact page
---------------------*/
.top-navbar{
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 80px 0;
    background-color: #ffffff;
    color: white;
    position: relative;
    height: 80px;
}
#about-us{
	border-top: 1px solid #000;
}
.contact-title {
    width: 200px;
    position: relative;
	line-height: normal;
	bottom: 300px;
	left: 490px;
	
	/*margin-bottom: 50px;*/
}
.contact-title h4{
    top: center;
}
.file{
	left: 20px;
	bottom: 8px;
}
.spad {
	padding-top: 20px;
	padding-bottom: 80px;
	margin-top: 40px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	border: none;
	background: #ebebeb;
	font-size: 14px;
	height: 52px;
	margin-bottom: 23px;
	color: #414141;
	padding: 5px 20px;
	border-radius: 10px;
}

.contact-form textarea {
	margin-top: 5px;
	height: 197px;
	padding: 20px 20px;
	border-radius: 10px;
}

.contact-form .site-btn {
	font-size: 16px;
	background: #72bf6a;
	padding: 20px 30px;
	min-width: 215px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.contact-form .site-btn:hover{
	background-color: #52824d;
}

.map-area {
	height: 661px;
	background: #ddd;
	position: relative;
	margin-top: -565px;
}

.map {
	height: 100%;
}

.contact-info-warp {
	position: relative;
	z-index: 99;
	padding-top: 100px;
}

.contact-warp {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 99;
}

.contact-warp .cw-center {
	display: table-cell;
	vertical-align: middle;
}

.contact-card {
	width: 336px;
	padding: 85px 54px 5px;
	background: #b09d81;
	margin-left: auto;
}

.contact-info {
	margin-bottom: 80px;
}

.contact-info h4 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
Responsive
---------------------*/
@media (min-width: 1200px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
}

@media only screen and (max-width: 1673px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
}

@media only screen and (max-width: 1527px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
}

@media only screen and (max-width: 1415px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 0px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
}

@media only screen and (max-width: 1350px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px){
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 20px;
		bottom: 8px;
	}
	.contact-title{
		position: relative;
		top: -285px;
		left: 615px;
		line-height: normal;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 10px;
		bottom: 10px;
	}
	.contact-title{
		position: relative;
		top: -285px;
		left: 350px;
		line-height: normal;
	}
	.top-navbar .links {
	    position: relative;
        display: flex;
        padding-top: 100px;
        /*gap: 20px;*/
        right: -15px;
        align-items: center;
    }
}

/* Larger device than :480px. */
@media only screen and (max-width: 767px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.contact-card {
		width: 100%;
	}
	.contact-info-warp {
		padding-top: 0;
		margin-bottom: 100px;
	}
	.file{
		left: 10px;
		bottom: 8px;
	}
	.contact-title{
		position: relative;
		top: -350px;
		left: 230px;
		line-height: normal;
	}
	.top-navbar .links {
	    position: relative;
        display: flex;
        padding-bottom: 45px;
        /*gap: 20px;*/
        right: -15px;
        align-items: center;
    }
}

/* Medium Mobile :480px. */
@media only screen and (max-width: 576px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 10px;
		bottom: 8px;
	}
	.contact-title{
		position: relative;
		top: -350px;
		left: 230px;
		line-height: normal;
	}
	.top-navbar .links {
	    position: relative;
        display: flex;
        padding-bottom: 45px;
        /*gap: 20px;*/
        right: -15px;
        align-items: center;
    }
}

/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
	.spad {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	.file{
		left: 10px;
		bottom: 8px;
	}
	.top-navbar .links {
	    position: relative;
        display: flex;
        padding-bottom: 45px;
        /*gap: 20px;*/
        right: -15px;
        align-items: center;
    }
    .contact-title{
		position: relative;
		top: -350px;
		left: 230px;
		line-height: normal;
	}
}



.container {
    margin-top: 50px;
    position: relative;
    right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 100px;
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 500px;
    text-align: center;
	margin-top: 100px;
}

.card h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    color: #666;
}