html, body {
    max-width: 100%;
    overflow-x: hidden;
}

hr{
    background: #D9D9D9;
    height: 1px;
}

h1{
    color: #000;
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
}

h2{
    color: #212529;
    font-family: Inter;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
  
.sticky + .content {
    padding-top: 60px;
}

.nav-link {
   
    color: #343A40;
    text-align: right;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
}


.text-st-1{
    color: #343A40;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-st-2{
    position: relative;
    color: #BEBDBD;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.text-st-2 > i{
    position: relative;
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-st-2 > i > a {
    position: relative;
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    letter-spacing: 1px;
}

.text-st-3{
    color: #212529;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; 
    letter-spacing: 0.45px;
}


.text-st-4{
    color: #3292cb;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}


.text-st-4 > i {
    color: #8B8585;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.48px;
}


.text-st-5 {
    color: #fff;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-underline-offset: 9px;
}

.text-st-5 > i {
    color: #03989E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
}


.text-st-6 {
    color: #03989E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration:none;
}


.text-st-7 {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-st-7 > i {
    color: #03989E;
    font-family: Inter;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.text-st-8{
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

.text-st-9 {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-bg-img-st{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 420px;
}
