.cont-bg {
    background-image: url(images/contact/Group1725.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 25%;
    padding-left: 50px;
}

.ct-h1 {
    font-size: 45px;
    color: #002245;
    font-weight: 400;
}

.ct-bg {
    background-color: #fafafc;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ct-nav {
    display: flex;
    border-right: 0px solid #002866;
    padding-right: 0px;
    justify-content: center;
}

.nav-pills .ct-link.active {
    background-color: #002245;
    color: #ffffff!important;
}

.nav-pills .ct-link {
    border-radius: 0px;
}

.ct-tab {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.ct-item > a {
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    border-right: 1px solid #e7e7e7;
    background: #ffff;
    color: #000;
}

.ct > a {
    border-right: 0px solid #e7e7e7;
}

.tab-bg {
    background-color: #002245;
    padding: 50px;
}

.ct-h3 {
    font-size: 22px;
    color: #ffff;
    font-weight: 400;
}

.ct-row {
    padding-top: 30px;
}

.pad-2
{
	padding-top: 2rem!important;
    padding-left: 25px;
}

.footer-input {
    border-radius: 0px;
    border: 0px;
}

.emp-h1-wh
{
	font-size: 45px;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
}

.wh-line-epm
{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 6px solid #fff;
    width: 12%;
    text-align: left;
    margin-left: 0;
}
.emp-p-wh
{
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 15px;
    line-height: 1.8;
}

.sm-img
{
width: 68px;
height: 69px;
margin-right: 8%;
}

.card-color
{
    background-color: #fff !important;
}

.textarea1
{
	overflow: hidden;
	padding-top: 12px;
	height: auto !important;
	color: #6c757d!important;
    background-color: #fafafc!important;
}

.pft-4
{
	padding-top: 2rem;
}
.fh1
{
	height: 55px!important;
    background-color: #fafafc!important;
    padding-left: 20px;
}
.cf-p
{
	padding: 30px 30px 20px 30px;
    border-radius: 0px;
}

.ct-get {
    padding-left: 30px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none!important;
}

.input-group-text {
    background: #002245;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .ct-tab {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tab-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ct-get {
        padding-left: 0px;
        padding-top: 20px;
    }
    .pad-2 {
        padding-left: 10px;
    }
    .emp-p-wh {
        font-size: 16px;
    }
    .emp-h1-wh {
        font-size: 38px;
    }
}