/* Normalization */
htm, body {
    color: #666;
    font-family: "SF Pro Display",Roboto,Noto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.1px;

}

a {
    color: #666;
}

a:hover {
    color: #ffa60a;
    text-decoration: none;

}

a:focus {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Han Sans", 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
        sans-serif !important;
}

p.bold {
    font-weight: 700;
}
/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding {
    padding: 0px;
}

.noPaddingBottom {
    padding-bottom: 0px !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.noMarginRight {
    margin-right: 0px !important;
}

.noPaddingTop {
    padding-top: 0px !important;
}

/*=======================================================================
// Pithree Button
=========================================================================*/
.pithreeBtn {
    background: #ffa60a;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
}

.pithreeBtn:hover {
    color: #fff;
    background: #333;
}

.pithreeBtn.bgwhite {
    background: #fff;
    color: #000000;
}

.pithreeBtn.bgwhite:hover {
    background: #333;
    color: #fff;
}

/*=======================================================================
// Section SetUp
=========================================================================*/
.commonSection {
    padding: 75px 0;
    position: relative;
}

.bggray {
    background: #f0f0f0;
}

.overlay85:before {
    background: rgba(44, 62, 80, .85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.commonHeadding {
    
}

.commonHeadding h2 {
    font-size: 28px;
    line-height: .8;
    color: #fff;
    margin-bottom: 45px;
    position: relative;
}

.commonHeadding.black h2 {
    color: #2c3e50;
}

.commonHeadding h2::after {
    background: #ffa60a;
    content: "";
    height: 2px;
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: 47px;
}

.commonHeadding p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.commonSectionTitle {
    margin-bottom: 60px;
}

.commonSectionTitle h2 {
    font-size: 28px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 25px;
}

.commonSectionTitle h2:after {
    width: 60px;
    height: 2px;
    background: #ffa60a;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.commonSectionTitle.two {
    margin-bottom: 40px;
}