@font-face {
    font-family: 'bignoodletitling';
    src: url('Fonts/bignoodletitling.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
    line-height: 100%;
    font-weight: 300;
    color: #696969;
    min-height: 1000px;
    font-family: 'Roboto';
    font-size: 16px;
    background-color: whitesmoke;
}

.banner {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}
.bxslider{
    font-family: 'bignoodletitling';
    list-style-type: none;
}
.bxslider>li>img {
    width: 100%;
    height: 100%;
}
.about{
    margin-top: 40px;
}
.head_white_content{
    text-align: center;
    padding: 5px;
    width: 100%;
    color: white;
    margin-bottom: 10px;
}
.head_dark_content{
    font-size: large;
    text-align: center;
    padding-top: 15px;
    padding: 5px;
    width: 100%;
    color: black;
    margin-bottom: 10px;
}
.head_dark_content>h1 {
    font-weight: 500;
}
.head_dark_content>h2 {
    font-weight: 500;
}
.head_dark_content>h3 {
    font-weight: 500;
}
.head_dark_content>h4 {
    font-weight: 500;
}
.head_dark_content>h5 {
    font-weight: 500;
}
.head_dark_content>h6 {
    font-weight: 500;
}
.text_inf {
    text-align: justify;
    color: black;
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    font-family: 'bignoodletitling';
}
.text_inf>li {
    margin-bottom: 10px;
}
.text_inf>li>a {
    color: black;
    text-decoration: none;
}
.text_inf>li>a:hover {
    color: darkblue;
    text-decoration: none;
}
.upper_words {
    text-align: center;
    color: darkblue;
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 20px;
}
.juck {
    position: relative;
}
.activity {
    display: flex;
    height: 170px;
    width: 500px;
    margin: 10px;
}
.juck>div>a:hover {
    text-decoration: none;
}
.in_activity {
    display: block;
    margin-left: 15px;
    margin-right: 10px;
    color: black;
    text-align: justify;
}
.in_activity>p {
    text-decoration: none;
}
.activity>img {
    height: 170px;
    width: 170px;
}
.inliner {
    text-align: left;
    display: flex;
    align-items: baseline;
    color: black;
    padding-bottom: 3px;
}
.inliner>span {
    font-size: 30px;
    color: blue;
    font-weight: 600;
}
.office {
    padding-top: 33px;
    width: 100%;
    padding-bottom: 33px;
    text-align: center;
    color: black;
    width: 100%;
}
.button {
    width: 205px;
    height: 50px;
    letter-spacing: 1px;
    background-color: white;
    border: 1px solid darkblue;
    border-radius: 10px;
    color: darkblue;
    display: block;
    margin: 0 auto 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-decoration: none;
}
.button:hover {
    color: white;
    background-color: darkblue;
    transition: 500ms;
    text-decoration: none;
}
.list_zag {
    text-align: center;
    font-weight: 700;
    color: black;

}
.list_li>li {
    list-style-type: none;
    color: black;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 20px;
}
.list_li>li>ul {
    padding-top: 10px;
}
.list_li>li>ul>li {
    padding-bottom: 10px;
}
.dop_list_circle>li {
    list-style-type: circle;
}
.sdvig {
    min-height: calc(85vh - 300px);
}