section.topsec {
	text-align: center;
	padding: 90px 0 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-top: 15px solid #DA702D;
}
a{

	color: #DA702D !important;
}
.logo img {
	width: 15%;
}
.contentArea {
	padding: 50px 0;
	max-width: 800px;
	margin: 0px auto;
	background: url(underline.svg) no-repeat bottom center;
}
.contentArea p {
	font-size: 19px;
	line-height: 23px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #002215;
}
section.bottomsec {
	text-align: center;
}
h1 {
    text-transform: uppercase;
    color: #009992;
    font-size: 36px !important;
    letter-spacing: 5px;
    margin-bottom: 37px !important;
}
.Ftrlogo img {
    width: 200px;
}
ul.social li a {
    width: 24px;
    height: 24px;
    background-size: 22px;
    display: inline-block;
    transition: all 0.5s;
}
ul.social li a:hover {
    transform: scale(1.5);
}

.yt{

    background: url(youtube.svg) no-repeat center;

}
.fb{

    background: url(facebook.svg) no-repeat center;
  
}
.ins{

    background: url(instagram.svg) no-repeat center;
  
}
.tw{

    background: url(twitter.svg) no-repeat center;
  
}
ul.social li {
    display: inline-block;
    padding: 0px 10px;
}
ul.social {
    padding: 30px 0 15px;
}
.address {
    color: #76502C;
    font-weight: 400;
    font-family: 'Work Sans';
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 24px;
}
.cnMob, .cnMob a {
    color: #76502C;
    font-weight: 400;
    font-family: 'Work Sans';
    font-size: 18px;
    text-decoration: none;
}
footer img {
    width: 100%;
}

section.main {
    position: relative;
}
section.main:before {
    content: "";
    background: url(bg-left.png) no-repeat left top;
    width: 160px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}
section.main:after {
    content: "";
    background: url(bg-right.png) no-repeat right top;
    width: 160px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}


@media only screen and (max-width: 767px){


	section.topsec {
	    padding: 50px 0 0;
	    
	}
	.logo img {
	    width: 40%;
	}
	.contentArea {
	    padding: 30px 0;
	    max-width: 100%;
	}

	.contentArea p {
		    font-size: 16px;
		    line-height: 26px;
	}

	h1 {
    font-size: 25px !important;
    letter-spacing: 0px;
    margin-bottom: 20px !important;
}



}


