﻿@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHIC.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/GOTHIC.woff') format('woff'),
       url('../fonts/GOTHIC.ttf')  format('truetype'), 
       url('../fonts/GOTHIC.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'MyriadSetPro';
  src: url('../fonts/MyriadSetPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadSetPro.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/MyriadSetPro.woff') format('woff'), 
       url('../fonts/MyriadSetPro.ttf')  format('truetype'), 
       url('../fonts/MyriadSetPro.svg#svgFontName') format('svg'); 
}
.contentBg {
    background-image: url("../images/aboutusBg.jpg");
    background-size: cover;
    background-position: center bottom;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
 
}

.content {
    width: 938px;
    height:2697px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;
    padding: 0 26px;
}

.content h3 {
    font-size: 33px;
    font-family: "Century Gothic";
    color: #333;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 26px;
}

.content p{
    width: 784px;
    margin: 0 auto 20px;
    font-size: 20px;
    color: #898989;
    line-height: 28px;
    font-family: "MyriadSetPro";
    text-align: center;
}
.content .usP2{
    margin-bottom: 80px;
}

.content .usP3{
    margin-bottom: 40px;
}

.content img {
    margin-left: -26px;
}

.title {
    width: 990px;
    margin: 0 auto 10px;
    background: #000;
    opacity: 0.6;
    position: relative;
}

.title h2{
    float: left;
    font-size: 20px;
    font-family: "Century Gothic";
    line-height: 42px;
    color: #fff;
}


.title h2 {
    margin-left: 26px;
}

.footer {
    padding-bottom: 62px;
}

.footerTx {
    margin-top: 9px;
}