
.title-font {
    font-family: "Six Caps", sans-serif;
    letter-spacing: normal;
}

.text h5 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.title-font h6 {
    font-size: 22px;
}

.intro-cst .states .item {
    position: relative;
    padding-left: 60px;
}

.intro-cst .states .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item span {
    font-size: 16px;
    color: #aaa;
}

.intro-cst .states .item h2 {
    font-size: 140px;
    line-height: 1;
    margin-top: 40px;
}

.intro-cst .states .item .spn-botm {
    margin-left: 10px;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 300;
}

.sec-head .sub-head::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

/*.section-padding {*/
/*    padding: 0 0;*/
/*}*/

@media screen and (max-width: 1279px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 576px) {

}
