body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, p, a, ul {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
}

h1{
	font-family: "Times New Roman";
	font-size: 24pt;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	color: #000000;
}

h2{
	font-family: "Times New Roman";
	font-size: 24pt;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	color: #000000;
}

h3{
	font-family: "Times New Roman";
	font-size: 24pt;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	color: #ffffff;
}

h4{
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	color: #8e4648;
}

h5{
	margin: 10px 0 20px 0;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	color: #000000;
}

h6{
	width: 700px;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
	margin: auto;
	position: relative;
}

h7{
	width: 100%;
	margin: 10px 0 20px 0;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
	color: #ffffff;
	float: left;
	position: relative;
}

h8{
	width: 100%;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
	float: left;
	position: relative;
}

h8 a{
	text-decoration: none;
	color: #ffffff;
}

h9{
	width: 100%;
	font-family: "Times New Roman";
	font-size: 18pt;
	text-align: center;
	font-weight: 600;
	line-height: 30px;
	color: #8e4648;
	float: left;
	position: relative;
}

h10{
	width: 100%;
	font-family: "Times New Roman";
	font-size: 18pt;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	float: left;
	position: relative;
}

p{
	width: 100%;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	color: #000000;
	float: left;
	position: relative;
}

p a{
	text-decoration: none;
	color: #8e4648;
}

#line1{
	width: 50px;
	margin: 10px auto 0;
	position: relative;
	border-bottom: 2px solid #8e4648;
}

#line2{
	width: 50px;
	margin: 25px auto 0;
	position: relative;
	border-bottom: 2px solid #ffffff;
}

#line3{
	width: 80px;
	margin: 25px auto 0;
	float: left;
	position: relative;
	border-bottom: 3px solid #ffffff;
}

#company_logo2 {
	z-index: 10;
	width: 480px;
	height: 120px;
	left: calc(50% - 240px);
	top: calc(50% - 60px);
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/company_logo.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#home_BG {
    width: 100%;
	height: 70vh;
	padding: 100px 0 0 0;
	margin: auto;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/home.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#aboutus {
	z-index: 50;
    width: 1200px;
	height: auto;
	padding:100px 0 0 0;
	margin: -240px auto 70px;
	position:relative;
}

#about_box {
    width: 100%;
	height: auto;
	padding:0;
	margin: auto;
	position:relative;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 10px #000000;
	overflow: hidden;
}

#about_pic {
    width: 50%;
	height: 100%;
	padding:0;
	left: 0;
	position:absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/aboutus.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about_text {
    width: calc(50% - 80px);
	height: calc(50% - 80px);
	padding:40px;
	float: right;
	position:relative;
}

.container {
    width: 100%;
	height: auto;
	padding: 70px 0 70px;
	float: left;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container2 {
    width: 100%;
	height: auto;
	padding: 70px 0 70px;
	float: left;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 50px auto 0;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner {
    width: 300px;
	height: auto;
	padding: 0;
	margin: 0 25px 0 25px;
	float: left;
	position:relative;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px #333333;
	overflow: hidden;
}

.partner_text {
    width: calc(100% - 40px);
	height: auto;
	padding: 20px;
	float: left;
	position:relative;
}

.partner_read{
	width: 100%;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
	text-decoration: underline;
	color: #8e4648;
	cursor: pointer;
	margin: 20px auto 0;
	float: left;
	position: relative;
}

.practice {
    width: 500px;
	height: auto;
	padding: 50px 30px 50px 30px;
	margin: 0 25px 0 25px;
	float: left;
	position:relative;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px #333333;
	overflow: hidden;
}

.icons {
    width: 100%;
	height: 50px;
	padding: 0;
	margin: auto;
	position:relative;
	overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#clientele {
    width: 900px;
	margin: auto;
	float: none;
	overflow: hidden;
}

#contact_pic {
    width: 50%;
	height: 100%;
	padding:0;
	left: 0;
	position:absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/home4.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact_title {
    width: auto;
	height: auto;
	margin: 70px 0 0 10%;
	position:relative;
}

#contact_text {
    width: calc(50% - 140px);
	height: calc(50% - 140px);
	padding:70px;
	float: right;
	position:relative;
	background-color: #f5f5f5;
}

.contact {
    width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
	position:relative;
}

.contact_icons {
    width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.contact_text {
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
	color: #000000;
	float: left;
	position: relative;
}

.contact_text a{
	text-decoration: none;
	color: #8e4648;
}

#footer {
    width: 100%;
	height: auto;
	padding: 0;
	margin: auto;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
	width: 30%;
	height: auto;
	padding: 0;
	float: left;
	position: relative;
}

.footer_icons {
    width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#company_logo3 {
	z-index: 10;
	width: 240px;
	height: 60px;
	float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/company_logo.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#copyright{
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
	float: left;
	position: relative;
	background-color: #000000;
}

.popup {
	z-index: 2000;
    width: 100%;
	height: auto;
	padding:0;
	margin: 0;
	position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_BG {
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position:fixed;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.popup_box {
	z-index: 2500;
    width: 800px;
	height: auto;
	margin: auto;
	position:relative;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 10px #333333;
	overflow: hidden;
}

.popup_close {
	z-index: 3000;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/popup_close.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	cursor: pointer;
}

.popup_text {
    width: auto;
	height: auto;
	padding: 40px;
	margin: auto;
	position:relative;
}

.popup_read {
	width: 100%;
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
	text-decoration: underline;
	color: #8e4648;
	cursor: pointer;
	margin: 30px 0 40px;
	float: left;
	position: relative;
}