html, body{
height: 100%;
}

p {
  font-size:1.2em;
}

h2 {
  margin-bottom:20px;
}
  
@media (max-width: 1023px) {
#back-top {
  display:none;
}
}

.logo {
    line-height: 3.5em;
    margin-right: 20px;
    color: #fff;
}

.logo span {
    color: #3a83f5;
    text-shadow: none;
    text-decoration: underline;
    padding: 0 2px;
  font-size:16px;
}

.numbers_container .numbers {
    font-size: 30px;
    padding: 0 8px;
  color:#3a83f5;
}

.numbers_container {
    margin: 0 auto;
    display: table;
}

.numbers_container div {
    display: table-cell;
    vertical-align: middle; 
    font-size: 20px;
}

.fa_container {
    font-size: 4em !important;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.marketing .fa_container i {
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #3a83f5;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_pic div {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.navbar-nav li a:hover {
  background:#000 !important;
}

.phone_top {
    color: #999;
    z-index: 10000;
    /*position: absolute;*/
    font-size: 14px;
  margin-top: 5px;
}

.phone_top li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.phone_top a {
    display: block;
  color:#999;
  text-decoration:none;
}

.phone_top ul {
    padding: 0;
}

.phone_top ul {
    margin-bottom: 0;
}

.featurette .bg-success {
    color: rgb(58,131,245);
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
}

.feature_desc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80px;
}

.feature_box {
    background: #cccccc21;
    margin: 5px 0;
    border-left: 2px solid #3a83f5;
}

.phone_top .btn-primary {
    background: #3a83f5;
    border-radius: 0;
    border: none;
}

.carousel-caption .btn-primary, .prices_block .btn-primary {
    background: #3a83f5;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    font-size:18px;
}

.carousel-caption_btn {
    margin-bottom: 10px;
}

.nav a {
    font-size: 15px;
  color:#d9d7d7 !important;
}

.phone_top .phone {
  font-size:16px;
}

.logo a {
  color:#fff;
}

.prices_block {
    margin-bottom: 15%;
}

.navbar-inverse {
    opacity: 0.9;
}

#back-top {
    display: none;
    right: 40px;
    opacity: 0.8;
    padding: 2px 6px;
    position: fixed;
    bottom: 250px;
    z-index: 20;
}

#back-top a {
    font-weight: bold;
    font-size: 20px;
    color: #222;
    background: #eee;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#back-top a:hover {
  text-decoration:none;
  opacity:.7;
}

.lead {
    color: #222;
}

.carousel-caprion_title {
    font-size: 36px;
}

.carousel-caprion_title_box {
    flex-direction: column;
    display: inline-flex;
    background: #0000006b;
    padding: 0 30px;
    margin-bottom: 20px;
}

.work_pic div img {
    max-height: 80px;
    margin: 0 auto;
}

.callback_title {
  font-size:23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.marketing p small {
    font-size: 75%;
    line-height: 1.2em !important;
    color: #888;
    display: block;
}

#inputComment {
    resize: vertical;
    min-height: 100px;
}

.phone_top .contact_icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.phone_top .contact_icons a {
    color: #3a83f5;
    font-size: 23px;
    padding: 0 10px;
}

.req.error {
    border-color:red;
}

.h_input.inactive {
  display:none !important;
}

.text-color-success {
    display: block;
    background: #7eca80;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}

.nav .active a {
    color: #3a83f5 !important;
}

.navbar-inverse .navbar-toggle {
    z-index: 1000;
}

.tasks_box {
    margin: 0;
    columns: 2;
    padding: 0;
}

.tasks_box li {
    width: 100%;
    display: flex;
    align-items: center;
}

.task_icon i {
    color: #2bbe5e;
    border: 1px solid #2bbe5e;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
}

.task_icon {
    width: 12%;
}

.task_desc {
    width: 80%;
}

.tasks_box li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
}

.compred_bg {
    margin-top: 50px;
}

.compred_bg h1 {
    padding: 30px 0;
}

.compred_bg p, .compred_bg li {
    font-size: 16px;
    text-align: justify;
    padding: 5px 0;
}

.disc li {
  list-style:disc;
}