.contact-section {
    padding-top: 70px;
}

.contact_section_title
{

}

.our_struct
{
    padding-top: 90px;
}

.contact_section_title h1
{
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 10px;
}
.contact_section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	width: 150px;
	height: 2px;
	content: '';
	background: var(--upper-title-detail-color);
}

.contact-section p
{
	font-size: 15px;
	line-height: 1.75;
	color: #707070;;
	font-weight: 500;
	margin-top: 40px;
	text-align: justify;
}

.contact_icons_row_text span
{
	font-size: 15px;
	line-height: 1.75;
	color: #707070;;
	font-weight: 500;
	margin-top: 40px;
	text-align: justify;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}

.iconset i img {
    position: relative;
	height: 30px;
	width: auto;
}

.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 37%;
    position: absolute;
    top: 100%;
    width: 2px;
}

.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    margin-top: 20px;
}
.feature .feature-box .feature-content p
{
	font-size: 14px;
	line-height: 1.6;
	color: #707070;
	font-weight: 400;
	margin-top: 15px;
    text-align: justify;
}

.feature .feature-box .feature-content_vals p
{
	line-height: 0.6;
}

.icon {
    color : #f4b841;
    padding-top:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

hr.horrule {
	border-top: 4px double #fdb801;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.contact_pd
{
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 35px;
    padding-bottom: 35px;
    margin-right: 20px;
	background-color: hwb(0deg 95% 5%);
}

.contact_section_title span
{
	background: var(--rounded--rounded-text-color);
	padding-left: 6px;
	padding-right: 6px;
	margin-left: -1px;
	margin-right: -6px;
}

.contact_pd::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background-color: var(--content-bag-shadow);
    border: 7px solid var(--content-bag-light-shadow);
    border-radius: 6px;
    z-index: -1;
}

.img-fluid_contact {
	height: auto;
    border-radius: 0.55rem!important;
}

.contact_icons_row
{
	padding: 10px 10px 10px 0px;
}

.contact_icons_row_text
{
	padding-top: 4px;
	padding-left: 10px;
	text-align: justify;
    line-height: 1.65;
    color: #707070;
    font-size: 15px;
    font-weight: 400;
}

.contact_svg_icon img
{
	display: inline-block;
	width: 32px;
	height: 32px;
}

.input_field {
    width: 100%;
    background: var(--super-light-shade);
    margin-bottom: 20px;
    height: 42px;
    padding-left: 20px;
	border: 1px solid var(--light-shade);
}

.text_field {
    width: 100%;
    height: 120px;
    background: var(--super-light-shade);
    padding-left: 20px;
	padding-top: 10px;
    margin-bottom: 20px;
	border: 1px solid var(--light-shade);
}

.contact_send_btn {
    width: 100%;
    height: 48px;
    background: var(--button-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

button, input {
    overflow: visible;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.text_field:focus {
    outline: none !important;
    border-color: #ffb606;
}

.space_fix_contact_pd
{

}

@media only screen and (max-width: 768px)
{
    .space_fix_contact_pd
	{
		margin-top: 30px;
	}
}

