body, html{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

p, h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px; color: #fff;}

.cs_container{
    height: 100%;
    background: #2D84C5;
    background-size: cover;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.bg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #2D84C5 url('bg.png') center no-repeat;
    transform: scale(1);
}


.cs_container .cs_wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px;
    position: relative;
}

.cs_container .cs_wrapper:after{
    content: "";
    width: 6px;
    height: calc(100% + 60px);
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -30px 0px 0px 20px;         
}

.cs_container .cs_wrapper .cs_top{}
.cs_container .cs_wrapper .cs_top .cs_logo{
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    width: fit-content;
    margin-left: -60px;
    position: relative;
    z-index: 2;
}
.cs_container .cs_wrapper .cs_top .cs_logo img{
    height: 45px;
}
.cs_container .cs_wrapper .cs_top p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 25px;
    margin-bottom: 25px;
}
.cs_container .cs_wrapper .cs_top h1{
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 0.02em;
    line-height: 71px;
    position: relative;
}

.cs_container .cs_wrapper .cs_top h1 span{
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    background: #3083c9;
    border: 6px solid #fff;
    position: absolute;
    font-size: 0px;
    margin: 22px 0px 0px -49px;
    z-index: 2;
}

.cs_container .cs_wrapper .cs_top h1 span:after{
    content: '';
    background: url('glowing.png') center no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: 145px;
    margin: -68px 0px 0px -81px;
    z-index: -1;
}

.cs_container .cs_wrapper .cs_top h2{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 49px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.cs_container .cs_wrapper .cs_top a{
    border-radius: 6px;
    /* padding: 20px; */
    background: #FB5200;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    font-size: 16px;
    
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    /* background-color: transparent; */
    border: none;
    cursor: pointer;
}

.cs_container .cs_wrapper .cs_top a span{
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
    border: 0px;
}


.cs_container .cs_wrapper .cs_top a svg{
    margin-left: 20px;
}



:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
}

::before,
::after {
    position: absolute;
    content: "";
}

.btn {
    
}

/*--- btn-1 ---*/
.btn-1::before {
    background-color: #fb8500;
    transition: 0.3s ease-out;
    border-radius: 6px;
}
.btn-1 span {
    border: 1px solid rgb(28, 31, 30);
    transition: 0.2s 0.1s;
}
.btn-1 span:hover {
    transition: 0.2s 0.1s;
}


/* 4. hover-filled-slide-right */
.btn.hover-filled-slide-right::before {
    top:0; bottom: 0; right: 0;
    height: 100%; width: 100%;
}
.btn.hover-filled-slide-right:hover::before {
    width: 0%;
}













.cs_container .cs_wrapper .cs_bottom{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.cs_container .cs_wrapper .cs_bottom .cs_left{}
.cs_container .cs_wrapper .cs_bottom p{
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 10px;
}
.cs_container .cs_wrapper .cs_bottom a{
    font-weight: 300;
    font-size: 12px;
    line-height: 31px;
    color: #fff;
}

.cs_container .cs_wrapper .cs_bottom .cs_right{}


@media screen and (max-width: 768px) {
    .cs_container{
        height: auto;
        padding: 20px 10px;
    }
    
    .cs_container .cs_wrapper:after{
        content: "";
        width: 6px;
        height: calc(100% + 50px);
        background: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: -30px 0px 0px 20px;         
    }
    
    .cs_container .cs_wrapper .cs_top h1{
        font-size: 32px;
        line-height: 50px;
    }
    
    .cs_container .cs_wrapper .cs_top h2{
        font-size: 16px;
        line-height: 28px;
    }
    
    .cs_container .cs_wrapper .cs_top h1 span:after{
        margin: -68px 0px 0px -77px;
    }
    
    .cs_container .cs_wrapper .cs_top a{
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .cs_container .cs_wrapper .cs_bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cs_container .cs_wrapper .cs_bottom p{
        font-size: 14px;
        margin-top: 30px;
        line-height: 22px;
    }
    
}

