/* ********************************* START HERE********************************************** */
*{
    /* font-family: "Roboto", sans-serif !important; */
    scroll-behavior: smooth !important  ;
}
.column-wrap h1{
	font-weight: 500;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-top: 0;
    font-size: 40px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif ;

}
.column-wrap .txt .line {
    width: 1.5px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.38);
    margin: 0 auto;
}
.column-wrap .circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-wrap .txt h3 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    /* letter-spacing: .1em; */
    letter-spacing: 1.5px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif ;
}
.column-wrap .txt i {
    font-size: 14px;
}
.column-wrap .txt p {
    font-size: 18px;
    text-align: justify;
    color: #000;
    padding-bottom: 8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif ;
}
.column-wrap ul {
    text-align: justify;
}


.column-wrap ul li {
    font-size: 18px;
    text-align: justify;
    color: #000;
    padding-bottom: 8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif ;
}
@media only screen and (min-width: 768px) {
    .column-wrap .box-2 {
       padding-top: 37%;
}
    .column-wrap .box-4 {
       padding-top: 42%;
}
    .column-wrap .box-6 {
       padding-top: 42%;
} 
}
@media only screen and (max-width: 768px) {
    header.main-header {
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0);
        background: #2c2d32;
    } 
}