@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/Montserrat/Montserrat-Black.ttf');
}
*, *:before, *:after {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666666;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h3, p {
    margin: 0px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-55 {
    padding-top: 55px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-r-15 {
    padding-right: 15px;
}
.txt-center {
    text-align: center;
}
.flex-w, .flex-col-c, .flex-col-c-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-col-c {
    -ms-align-items: center;
    align-items: center;
}
.flex-col-c-sb {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.flex-col-c, .flex-col-c-sb {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.l1-txt1 {
    font-family: Montserrat-Black;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}
.l1-txt2 {
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
}
.size1 {
    width: 100%;
    min-height: 100vh;
}
.bg-g1 {
    background: #7918f2;
    background: -webkit-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
    background: -o-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
    background: -moz-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
    background: linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
}
@media (max-width: 576px) {
    .respon1 {
        padding-top: 35px;
    }
}