﻿body{
.page-content {
    margin-top: 0;
    padding-bottom: 50px;
}

/*.background-image {*/

    /*background-image: url('/assests/images/contact_us.jpg');*/
    /*background-size: 100%;
    width: 100%;
    height: 425px;
}*/

.overlay-black-middle {
    position: relative;
    opacity: 0.6;
}

.con {
    /*height: 300px;*/
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: left;
}

.container {
    position: relative;
    z-index: 1;
    text-decoration: solid;
    /*margin-top: 20px;*/
    height: 100%;
    max-width: 1170px;
}

.cnc {
    /*margin-top: 100px;*/
}

.entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.row {
    margin-left: 2px;
    margin-right: 2px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

p {
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
}

.AEP {
    list-style: none;
}

.card-title {
    margin-bottom: 10px;
    font: bold;
}

.card-title-s {
    margin-bottom: 60px;
    font: bold;
}

.bg-gray {
    background-color: #eef1ff;
}

.form-group {
    margin-bottom: 25px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.col-lg-12 {
    /*flex: 0 0 auto;*/
    width: 100%;
}

.form-control {
    padding: 10px 20px;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    transition: all 0.2s linear;
    border-radius: 0;
    border-color: #e1e6eb;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
}

.site-button {
    height: 50px;
    width: 100%;
    background-color: #2e55fa;
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    font-family: roboto;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    white-space: pre;
}

}