@import url("../font-awesome/icons.css");
@import url("bootstrap.min.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    padding: 0;
	height:100%;
	width:100%;
    margin: 0;
    overflow: hidden;
}
body {
    font-family: sans-serif;
    font-size: 16px;
    color: #333;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
}
.caption{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    color: #000;
	position:fixed;
}
@media(min-width:1200px){
	.caption{
		max-width: 700px;
		padding: 60px 80px;
		background-color: #fff;
		left:0;
		top:0;
		bottom:0;
		width:50%;
	}
	.caption .title h1{
		font-size: 50px;
	}
	.caption .title h4{
		font-size: 20px;
	}
	.caption .map i,
	.caption .phone i,
	.caption .email i{
		font-size: 30px;
	}
}
@media(max-width:1200px){
	.caption{
		padding: 30px;
		background-color: rgb(246 247 248 / 82%);
		left:0;
		top:0;
		bottom:0;
		right:0;
	}
	.caption .title h1{
		font-size: 30px;
	}
	.caption .title h4{
		font-size: 16px;
	}
	.caption .map i,
	.caption .phone i,
	.caption .email i{
		font-size: 20px;
	}
}
.caption .title{
    text-align: center;
}
.caption .title h1{
    line-height: 1;
    margin: 0;
    font-weight: 900;
    color: var(--theme-color-1);
}
.caption .title h4{
    margin: 20px 0 0 0;
    font-weight: 400;
    line-height: 1;
}
.caption picture,
.caption picture img{
    max-width: 100%;
	margin:0 auto;
    max-height: 100px;
    width: auto;
    display: table;
}
.caption .map,
.caption .phone,
.caption .email{
    text-align: center;
	text-decoration:none;
	color:#333
}
.caption .map i,
.caption .phone i,
.caption .email i{
    color: var(--theme-color-2);
    display: table;
    margin: 0 auto;
}
.caption .map h5,
.caption .phone h5,
.caption .email h5{
    margin: 15px 0 0 0;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
}