/*!
Theme Name: Kohost Theme
Theme URI:
Author: doharddocode
Author URI: doharddocode.tech
Description: Wordpress Theme
Version: 1.0.0
*/

/**
1200 * 900 - screenshot.png
**/

.doharddocode_warning {
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.img-fluid {
    
		    max-width: 100%;
    height: auto;
}

.requisites__row {
    padding: 50px 0;
    margin-top: 40px;
}

.requisites__half:nth-child(2) {
    border-right: none;
    padding-left: 35px;
    padding-right: 15px;
}

.requisites__half {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
    border-right: 1.5px solid #e2e8f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 50%;
}

.requisites__info-item {
    width: 50%;
    max-width: 250px;
    margin-bottom: 18px;
}

.contacts__info-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    color: #cbd5e0;
}

.alexhost-main-content {
    padding-bottom: 0;
}

.alexhost-main-content .row {
    width: 100%;
    margin: 0;
    flex-flow: column;
}

.alexhost-main-content ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.alexhost-main-content ul li {
    position: relative;
    padding-left: 15px;
}

.alexhost-main-content ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 0;

    border-radius: 50%;
    background: #007bff;
}

.ptb-100 {
    padding: 30px 0;
}

.lead {
    font-size: 1.15rem;
}

.client-section.primary-bg {
    color: #ffffff;
}

.client-section.primary-bg h2 {
    color: #ffffff;
}