@media screen and (min-width:768px) and (max-width: 991.98px) {
#header {
    border: 0;
    background:none;
    padding: 5px 0;
}

}


@media screen and (max-width:575.98px){
.mobile-nav-toggle {
    top: 50px;
}
#header {
    background:none;
    padding: 5px 0;
}
#header .logo img {
    height: 50px;
    width: 170px;
    max-height: 50px;
}
.slider_block {
    padding: 65px 0 10px 0;
    margin-top: 40px;
}
#hero {
    width: 100%;
    height:100vh;
}
#hero .carousel-container {
    top: 0px;
}
.slider_caption {
    top: 10%;
}
.slider_caption h5{
    color: #fff;
    margin-bottom: 2px;
    font-size:18px;
    font-weight: 700;
}
.slider_caption h5 span{
    font-weight: bold;
}
.slider_caption p{
    height: 75px;
    overflow: hidden;
}
section {
    padding: 15px 0;
}
.about{
    padding: 0px 0 20px 0;
}
.about_con {
    background: #f3f3f3;
    padding: 25px 20px 30px 20px;
    width: 100%;
}
.about_con h2 {
    font-size: 24px;
    text-align: center;
}
.about_con a {
    text-align: center;
    display: block;
}
.about_img{
    padding-top: 2%;
    height: auto;
}
.about_img img {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.depostirates_row .image_block {
    margin-bottom: 2%;
    padding-left:10px;
    padding-right:10px;
}
.services .row{
    margin-left: 0;
    margin-right: 0;
}
.services_single_box {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
}
.services_col a {
    padding: 10px 20px;
}

.management .row{
    margin-left: 0;
    margin-right: 0;
}
.singleblock{
    max-width: 49%;
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    margin-bottom: 7px;
}
.singleblock .image .thumbimage {
    width: 100%;
    height: 205px;
}
.singleblock .img_title_block {
    /* height: 80px; */
    max-height: 80px;
}
.singleblock .img_title .title {
    max-height: 40px;
    overflow: hidden;
    width: 100%;
    line-height: 1.2;
    /* height: 40px; */
}
.singleblock .img_title .title a {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
}
.person_position {
    font-size: 16px;
    margin-bottom: 1%;
}


.chairman_block_middle {
    max-width: 55%;
    flex: 0 0 55%;
    margin: 0 auto;
    margin-bottom: 2%;
}
.chairman_block_middle img{
    width: 90%;
    height: 90%;
}
.board_of_directorts_block {
    margin-top: 2%;
}


.contact .row{
    margin-left: 0;
    margin-right: 0;
}
.contact .col-xl-12,.contact .col-md-12,.contact .col-md-6,.contact .col-md-8{
    padding-left: 5px;
    padding-right: 5px; 
}
.contact-info {
    padding-right: 0px;
}

.contact-info ul {
    padding-inline-start: 15px;
}
.contact-info ul li {
    font-size: 15px;
}

.contact-form{
    padding-left: 5px;
    padding-right: 5px;
}

#footer {
    background: #2e3339;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    padding: 25px 0 1px 0;
}
#footer .footer-top h4 {
    padding-bottom: 5px;
}
#footer .footer-top .footer-links {
    margin-bottom: 10px;
    /* text-align: center; */
}
#footer .footer-top .footer-links ul li {
    padding: 5px 0;
}
#footer .footer-top .footer-contact {
    margin-bottom: 10px;
    text-align: center;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
    text-align: center;
}
#footer .footer-top .footer-info h3 {
    margin-bottom: 5px;
}
#footer .copyright {
    text-align: center;
    padding-top: 10px;
}

}


