.container{
    max-width: 1024px;
}
body{
    background-color: #ffffff;
    font-family: 'Cinzel', serif;
}
.header-patt{
    padding: 100px 0;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.main-section{
    padding-top: 36px;
    position: relative;
    z-index: 9;
}
h1{
    font-size: 44px;
    font-weight: 600;
}
h2{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
}
p{
    font-size: 18px;
    font-weight: 400;
}
.common-title{
    font-size: 18px;
    font-weight: 600;
}
.common-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.common-a{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #0e8fe0;
}
.copyright{
    padding: 30px 0px 40px 0px;
    background-repeat: repeat-x;
    background-position: center;
    display: flex;
}
.copyright-text{
    font-family: Verdana;
    font-size: 9px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    color: #262626;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}
.common-ul{
    padding: 0;
    margin: 0;
}
.common-ul li{
    list-style: none;
}
.banner{
    margin-left: -135px;
}
.common-s-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.programs-ul{
    margin-bottom: 25px;
}
.programs-ul p{
    margin-bottom: 0;
}
#form{
    display: block;
    width: 100%;
    height: 100%;
    margin: 50px 0 100px 0;
}
.form-group label{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
.form-group input[type=text]{
    font-family: Georgia;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 15px;
}
.form-group input[type=email]{
    font-family: Georgia;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 15px;
}
.form-group input[type=tel]{
    font-family: Georgia;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 15px;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus{
    color: #ffffff;
    background: #000000;
}
.form-check label{
    
}
.form-check label span.st{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #929292;
    /*display: block;*/
    margin-bottom: 15px;
}
.form-check label span.sb{
    font-size: 42px;
    font-weight: 600;
    line-height: 22px;
    color: #262626;
}
.form-check label span.sn{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #262626;
}
.form-check label span.sb sup{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #262626;
    top: -0.9em;
    right: -5px;
}
.form-check input[type=checkbox]{
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 0px;
}
.form-check input[type=radio]{
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 100px;
}
#form button{
    border: 1px solid black;
    background: white;
    border-color: black;
    color: #0e8fe0;
    font-size: 42px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    display: block;
    padding: 5;
    margin-top: 30px;
    text-align:center;
}
.close{
    background: none;
    border: none;
}
.modal-content{
    border-radius: 0;
}
.form-group{
    position: relative;
}
.form-check{
    position: relative;
margin-bottom: 0.5rem;
}
.invalid-feedback{
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 14px;
    font-weight: 600;
}