
.about-section{
	position:relative;
	padding:50px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	/* padding-right:100px; */
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:20px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #ef6623;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#ef6623;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #ef6623;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #ef6623;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 5px;
}
.sec-title .title {
    position: relative;
    color: #ef6623;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}


/* category size */

.cate_size {
    width: 100%;
    height: 300px;
}

.cat_heading {
    text-align: center;
    margin-top: -13px;
}

.cat_h2 {
    font-size: 18px;
    font-weight: 600;
    color: #050608 !important;
}

.grey {
    color: #999999;
}

.offer_1 {
    width: 100%;
    height: 500px;
}

.offer_2 {
    width: 100%;
    height: 237px;
}

/* top section */

.top_section {
    padding: 10px 0px;
    background: #ba4300;
    width: 100%;
    height: 45px;
}

.top_h5 {
    color: #fff;
    font-size: 17px;
}

.top_icons {
    display: flex;
    justify-content: right;
}

.black {
    color: black;
}
.white {
    color: #fff;
}


@media only screen and (max-width: 600px) and (min-width: 320px)  {
    .about-section .content-column .inner-column {
        padding-top: 10px !important;
    }

    .about-section .content-column .text {
        line-height: 1.8em;
        margin-bottom: 20px;
    }
        
    .cate_size {
        width: 100%;
        height: 250px;
    }

    .cat_h2 {
        font-size: 15px;
    }

        
    .offer_1 {
        width: 100%;
        height: 200px;
    }

    .offer_2 {
        width: 100%;
        height: 200px;
    }

    .top_section {
        height: 98px;
    }

    .top_info {
        padding: 0px 20px;
        justify-content: center;
    }
    .top_icons {
        display: flex;
        justify-content: center;
    }

    .product-size {
        width: 100%;
        height: 200px;
    }
}


