/********************************************
    Max-Width:991px;
********************************************/
@media (max-width:991px) {
    .header-main-text {
        width: 90%;
    }
    .tab-content #feature figure,
    .tab-content #about article,
    .tab-content #skill article{
        margin-bottom: 60px;
    }
    .services .section-content article {
        margin-bottom: 30px;
    }
    .services .section-content article:nth-child(3),
    .services .section-content article:nth-child(4) {
        margin-bottom: 0;
    }
    .team-bottom .col-sm-6 {
        margin-bottom: 40px;
    }
    .team-bottom .col-sm-6:nth-child(3),
    .team-bottom .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
    .blog-content figure:first-child {
        margin-bottom: 42px;
    }
    .blog-content figure:last-child {
        margin-top: 42px;
    }
    .contact form .col-md-3 strong {
        margin-top: 35px;
    }

}
/********************************************
    Max-Width:767px;
********************************************/
@media (max-width:767px) {
    .main-menu ul {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .team-bottom .col-sm-6:nth-child(3) {
        margin-bottom: 42px;
    }
	.owl-carousel{
		top:136px;
	}
	.section-header h2::after{
	right:40px;
	}
	.section-header h2::before{
		left:40px;
	}
}