html{
    font-size: 62.5%;
    overflow: auto;
}
html {
    height: 100%;
    background-color: #273136; 
    background-image: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%);
}
html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -5;
    background: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%);
}
html:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -10;
    background-color: #273136;
    background-image: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%);
    background-image: url(../images/cover-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
    height: 100%;
    transition: background .2s linear;
    background-size: cover;
}
body{
    font-family: 'Chakra Petch';
    font-style: normal;
    overflow-x: hidden;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .046875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    min-height: 100vh;
    background: transparent;
    z-index: 9999;
}
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: initial;
    background-color: transparent;
    background-image: url(../images/pattern.png);
    background-size: 7.5rem;
    background-repeat: repeat;
    background-attachment: initial;
    z-index: -5;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
ul,ol{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.d-flex-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.d-new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a{
    text-decoration: none !important;
    outline: none !important;
    color: rgb(60, 210, 165);
}
a:hover{
    color: rgba(60, 210, 165,0.75);   
}
p{
    margin-bottom: 1.6rem;
    font-weight: 300;
}
p:last-child{
    margin-bottom: 0;
}
.bg-theme{
    background: rgb(60, 210, 165);
}
.text-theme{
    color: rgb(60, 210, 165);
}
.fw-500 {
    font-weight: 500!important;
}
.mt-1{
    margin-top: 0.4rem !important;
}
.ps-3{
    padding-left: 1.6rem;
}
.mb-1 {
    margin-bottom: 0.4rem !important;
}
.fs-20px {
    font-size: 2rem !important;
}
.flex-1 {
    flex: 1!important;
}
.fs-16px {
    font-size: 1.6rem !important;
}
.ps-2 {
    padding-left: 0.8rem!important;
}
.fw-bold {
    font-weight: 700!important;
}
.mt-2 {
    margin-top: 0.8rem !important;
}
.mb-2{
    margin-bottom: 0.8rem !important;   
}
.mb-4{
    margin: 1.6rem 0 2.4rem !important;
}
.mb-15{
    margin-bottom: 1.5rem;
}
.ptb-2{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.hw-6{
    height: 0.6rem;
    width: 0.6rem;'
}
.me-1 {
    margin-right: 0.4rem !important;
}
.me-2{
    margin-right: 0.8rem !important;
}
.mb-24{
    margin-bottom: 2.4rem;
}
.ml-24{
    margin-left: 2.4rem;
}
.py-1{
    padding: .4rem 0 !important;
}
.form-control{
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.4rem;
    height: 3.5rem;
    border-radius: .4rem;
    box-shadow: none !important;
    letter-spacing: .046875rem;
    padding: 0px 1.2rem;
    resize: none;
}
.form-group .form-control{
    padding-left: 3.5rem;
}
.form-control::-moz-placeholder{
    color:rgba(255,255,255,.5);
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:rgba(255,255,255,.5);
    opacity:1
}
.form-control::placeholder{
    color:rgba(255,255,255,.5);
    opacity:1
}
.form-control:focus{
    border-color: rgba(255, 255, 255, 0.5);
}
textarea.form-control{
    height: 15rem;
    padding: 1rem 1.2rem;
}
.btn{
    height: 3.5rem;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 0.8rem;
    font-size: 1.6rem;
    border-radius: .4rem;
}
.btn-outline-theme{
    border: .1rem solid #3cd2a5;
    color: #3cd2a5 !important;
}
.btn-outline-theme:hover{
    color: #000 !important;
    background: #3cd2a5;
}
.btn-theme{
    color: #000 !important;
    background-color: #3cd2a5;
    border-color: #3cd2a5;
}
.btn-theme:hover{
    background-color: #6dddbc;
    border-color: #6dddbc;
}
.btn-theme-small{
    height: 2.4rem;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0 1.2rem
}
.opacity-95{
    opacity: 0.95;
}
.opacity-75{
    opacity: 0.75;
}
.opacity-55{
    opacity: 0.55;
}
.opacity-35{
    opacity: 0.35;
}
.opacity-15{
    opacity: 0.15;
}