body {
    background-image: url(../img/Librarybackground-blur.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    font-family: sans-serif;
}
.topcontainer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1a1a1a;
}
.datacontainer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-color: rgba(0, 0, 0, 0.45098);
    border-right-color: rgba(0, 0, 0, 0.45);
    border-left-color: rgba(0, 0, 0, 0.45);
    outline: none;
    /* background-image: url(https://assets.clickfunnels.com/images/blurredhandbg.png); */
    background-color: rgb(255, 255, 255);
    border-width: 3px;
    border-style: solid;
}
.datacontainer2 {
    padding-top: 40px;
    padding-bottom: 40px;
    outline: none;
    background-color: rgb(53, 58, 63);
    color: #fff;
}
.datacontainer3 {
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    background-color:#232222;
    color: #fff;
    border-width: 3px;
    border-style: solid;
    border-top-color: rgba(0,0,0,0.7);
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
}
.headerclass2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    line-height: 1;
}
.mainheader {
    color: #cecece;
    font-weight: 700;
    font-size: 42px;
    font-family: sans-serif;
    ;
    padding-top: 10px;
}
.btn-orange {
    background-color: #f9610d;
    border-bottom: 4px solid #df5308;
    color: #fff;
}
.bgimage {
    background-image: url(../img/blurredhandbg.webp);
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
}
.imgclass {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    /* -webkit-transition: all .6s ease; */
}
.divider {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-width: 2px;
    border-top-style: solid;
    margin: 30px 0;
}
.datadiv {
    /* border-style: solid; */
    webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 40px;
    text-align: center;
}
.form-control1 {
    margin-top: 15px;
    border-radius: 5px !important;
    border: 3px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 22px 18px;
    line-height: 1.42857143;
    background-color: #F1F1F1;
    background-clip: border-box;
}
.smallimg {
    border-radius: 50% !important;
    padding: 0px;
    max-width: 100%;
    min-width: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 3px solid #FFF;
    width: 100px;
    height: 100px;
}
.bottomheader {
    font-size: 27px;
    text-align: center;
}

.bottomlebel::before {
    /* content: "\f069"; */
    /* content: "&#xf00c"; */
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}
.bottomlebel {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.71);
    text-align: center;
}
.footerheader{
    text-align: center;
    color: rgba(255, 255, 255, 0.53);
    font-size: 18px;
}