/*------------------------------------------------------------------
Template Name:  N. agency - Responisve Landing Page for Agency
Version:        1.0
Last update:    12/17/2017
Author:         tabthemes
URL:            http://www.tabthemes.com/
-------------------------------------------------------------------*/
/*--------------------------------------------------
    Write Down your Own Custom CSS here. It is better choice than editing style.css file.
    Put it below of style.css file in the header.
---------------------------------------------------*/

.section {
    float: left;
    width: 100%;
}
.about_section {
    background: #f6f6f6;
}
.layout_padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.dash_bg {
	position: relative;
}

.dash_bg::before {

    width: 92px;
    height: 30px;
    background: url('../images/das_bg.png');
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    right: 70px;

}

.dash_bg:after {

	width: 92px;
    height: 30px;
    background: url('../images/das_bg.png');
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 70px;
	
}
.text_align_center {
	text-align: center;
}
.heading_main.text_align_left {
    justify-content: flex-start;
}
.heading_main h2 {
    font-size: 42px;
    letter-spacing: -0.5px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-transform: uppercase;
    line-height: 45px !important;
}

.heading_main h2 span {
    text-transform: uppercase;
    font-weight: 700;
}

.heading_main h2::after {
    width: 250px;
    height: 8px;
    background: #ff880e;
    content: "";
    display: block;
    transform: skew(-30deg);
    margin-top: 3px;
    display: none;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.heading_main p {
    font-family: 'Raleway', sans-serif;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main {
    float: left;
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    justify-content: center;
}
.heading_main h2 strong.small {
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
}
footer.footer-box .heading_main h2 {
    text-transform: none;
    border-bottom: solid #fff 1px;
    width: 100%;
    padding: 0 0 40px 0;
}

.feature_box {
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
    padding: 20px;
    text-align: center;
    transition: ease all 0.5s;
}

.feature_box:hover,
.feature_box:focus {
   background: #ed5f5e;
}

.feature_box:hover h4,
.feature_box:focus h4,
.feature_box:hover p,
.feature_box:focus p {
	color: #fff;
}

.feature_box:hover img.default-block,
.feature_box:focus img.default-block {
	display: none;
}
.default-none {
	display: none;
}
.feature_box:hover img.default-none,
.feature_box:focus img.default-none {
	display: initial;
}

.feature_box h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.feature_box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.about-main-info div.full>img {
	height: 500px;
}
.full {
	float: left;
	width: 100%;
}
.icon {
    position: relative;
    width: 215px;
    height: 96px;
    margin: 0 auto 15px;
}

.icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 96px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}