.aboutus-section {
    padding-top: 70px;
    padding-bottom: 200px;
}

.aboutus_section_title
{

}

.our_struct
{
    padding-top: 90px;
}

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

.aboutus-section p
{
	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: var(--middle-shade) 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 var(--middle-shade);
    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;
}

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

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

.abtous_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_about {
    max-width: 100%;
	height: auto;
    border-radius: 0.55rem!important;
    z-index: 1;
    margin-bottom: -65px;
}

@media only screen and (max-width: 1380px)
{
    .feature .feature-box .iconset::after {
        left: 37%;
    }
}

@media only screen and (max-width: 1200px)
{
    .feature .feature-box .iconset::after
    {
        left: 45%;
    }
}

@media only screen and (max-width: 991px)
{
    .feature .feature-box .iconset::after
    {
        left: 29%;
    }
    .feature
    {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px)
{
    .feature .feature-box .iconset::after
    {
        left: 37%;
    }

    .feature
    {
        margin-top: 45px;
    }
}


