@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('../vendor/fontawesome/css/all.min.css');
*{
    font-family: 'Rajdhani', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a, button{
    cursor: pointer;
}
a:hover, button:hover, a:focus, button:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
#goTpButton {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 65px;
    right: -3px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}
#goTpButton::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#goTpButton.show {
    opacity: .5;
    visibility: visible;
}
#goTpButton:hover {
    cursor: pointer;
    background-color: #ffffff;
    opacity: 1;
}
#goTpButton:hover::after{
    color: #000000;
}
#goTpButton:active {
    background-color: #ffffff;
    opacity: 1;
}
#goTpButton:active::after{
    color: #000000;
}
.csm-ibp-bg-1{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.csm-in-container-1{
    max-width: 1250px;
    padding: 30px 15px;
    width: 100%;
    margin: 0 auto;
}
.csm-logo-div-1{
    text-align: center;
    margin-bottom: 10%;
}
.csm-logo-div-1 img{
    max-height: 200px;
}
.csm-logo-div-2{
    text-align: center;
    margin-bottom: 10%;
}
.csm-logo-menu-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    padding: 0;
}
.csm-logo-menu-1 li{
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 15px;
}
.csm-logo-menu-1 li:last-child{
    margin-right: 0px;
}
.csm-logo-div-3{
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}
.csm-icon-box-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}
.csm-icon-box-1 .icon-side-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
}
.csm-icon-box-1 .text-side-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.csm-icon-box-1 .text-side-1 p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: .4px;
}
.csm-icon-box-1 .text-side-1 a{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    letter-spacing: .4px;
}
.csm-icon-box-1 .text-side-1 a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}