body{
	padding: 0px;
	margin: 0px;
}
a{
	color: #000
}
a:hover{
	text-decoration: none;
	color: #000
}
.top_logo img{
    width: auto;
    height: 73px;
}
.footer_logo img{
    width: auto;
    height: 73px;
    margin-top: 70px;
}
.top_logo {
    margin-top: 70px;
    margin-bottom: 50px;
    font-family: "proxima-nova";
}
.top_header {
	border-bottom: 1px solid #777;
	display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.main_div {
	display: flex;
    justify-content: center;
}
.mycontainer {
	width: 87%;
}
.left_text {
	font-size: 40px;
	letter-spacing: 0px;
	color: #000000;
	width: 33%;
	padding-right: 15px;
	font-family:"proxima-nova";
    position: relative;
}
.text_01 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;
	font-family:"proxima-nova";
}
.center_text {
	width: 33%;
	padding-right: 15px;
	font-family:"proxima-nova";
}
.right_text {
	width: 33%;
	padding-right: 0px;
	font-family:"proxima-nova";
}
.section_01 {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
}
.line_01{
    content: "";
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    background-color: #000;
    width: 30px;
    height: 2px;
}
.second_text {
	font-style: italic;
    font-size: 22px;
    color: #484848;
    line-height: 27px;
    font-family:"proxima-nova";
}
.second_text:before{
	content: '"';
    font-size: 50px;
    position: absolute;
    color: #000;
    margin-left: -25px;
    transform: rotate(10deg);
}
.bg_text {
	display: flex;
    justify-content: center;	
}
.bg_text div{
    position: absolute;
    margin-top: -215px;
    width: 750px;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-family:"museo";
}
.background_image_section img{
	width: 100%;
    height: 317px;
}
.background_image_section {
    margin-top: 65px;
    margin-bottom: 10px;
}
.center_text_body div{
	font-size: 26px;
	line-height: 31px;
	margin: 65px 0px;
	width: 750px;
	text-align: center;
	font-family:"museo";
}
.center_text_body{
	display: flex;
    justify-content: center;
}
.mt_0{
	margin-top: 0px;
}
.main_footer {
    background-color: #121212;
    height: 300px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.footer{
    width: 87%;
    display: flex;
    justify-content: space-between;
    text-transform: translate;
}
.footer_logo{
	width: 33%;
	font-family:"proxima-nova";
}
.midil_footer{
	width: 33%;
    color: #fff;
    font-size: 18px;
	line-height: 22px;
    padding-top: 110px;
    font-family:"proxima-nova";
}
.end_text{
	width: 33%;
	font-size: 18px;
	line-height: 22px;
    color: #fff;
    padding-top: 110px;
    font-family:"proxima-nova";
}

@media (max-width: 480px){
.section_01 {
    display: block;
}
.left_text {
    width: 100%;
    margin-bottom: 45px;
}
.center_text {
    width: 100%;
    margin-bottom: 45px;
}
.right_text {
    width: 100%;
    margin-bottom: 90px;
}
.background_image_section {
    margin-top: 0px;
}
.background_image_section img {
    width: 100%;
    height: 246px;
}
.bg_text div {
    margin-top: -222px;
    width: 280px;
    font-size: 20px;
    line-height: 25px;
}
.responsive_none {
	display: none !important;
}
.right_text {
    width: 100%;
    margin-bottom: 55px;
}
.center_text_body div {
	margin: 0px;
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 30px;
}
.footer_logo {
    width: 100%;
}
.footer {
	flex-direction: column;
}
.midil_footer {
	padding-top: 50px;
    width: 100%;
}
.end_text {
	padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
}
.main_footer {
    height: auto;
    margin-top: 0;
}
.top_header {
    border-bottom: 0px solid #777;
}
.mobile_mt_0 {
	margin-top: 0px;
}
.footer_logo img {
    margin-top: 50px;
}
.top_logo {
    margin-top: 50px;
    margin-bottom: 30px;
}
.line_01 {
    bottom: -25px;
}
.background_image_section {
    margin-bottom: -20px;
}

}


@media (max-width: 768px){

.center_text_body div {
	margin: 0px;
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 30px;
}
.mobile_mt_0 {
	margin-top: 0px;
}
.section_01 {
    display: block;
}
.left_text {
    width: 100%;
    margin-bottom: 45px;
}
.center_text {
    width: 100%;
    margin-bottom: 45px;
}
.right_text {
    width: 100%;
    margin-bottom: 90px;
}
.background_image_section {
    margin-top: 0px;
}
.background_image_section img {
    width: 100%;
    height: 246px;
}
.bg_text div {
    margin-top: -222px;
    width: 280px;
    font-size: 20px;
    line-height: 25px;
}
.responsive_none {
	display: none !important;
}
.right_text {
    width: 100%;
    margin-bottom: 55px;
}
.center_text_body div {
	margin: 0px;
    margin-bottom: 55px;
}
.footer_logo {
    width: 100%;
}
.footer {
	flex-direction: column;
}
.midil_footer {
	padding-top: 50px;
    width: 100%;
}
.end_text {
	padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
}
.main_footer {
    height: auto;
    margin-top: 0;
}
.top_header {
    border-bottom: 0px solid #777;
}
.footer_logo img {
    margin-top: 45px;
}
.top_logo {
    margin-top: 50px;
    margin-bottom: 30px;
}
.background_image_section {
    margin-bottom: -20px;
}
.line_01 {
    bottom: -25px;
}

}
