@media (min-width: 1025px) {
	
}
@media (min-width: 1025px) and (max-width: 1334px) {
	/*.navbar .navbar-nav>li>a{
		font-size: 12px;
	}*/
	
}
@media (min-width: 992px) and (max-width: 1024px) {
	.header-contact ul li:first-child{
		margin-left: 10px;
	}
	.header-contact ul li:nth-child(2), .header-contact ul li:last-child{
		margin-left: 10px;
	}
	.header-logo{
		right: 0;
	}
	.left-header:after{
		display: none;
	}
	.header-shape{
		display: none;
	}
	.top-header:after{
		right: 0;
	}
	.since{
		display: none;
	}
	.author{
		display: none;
	}
	/*.navbar .navbar-nav>li>a{
		font-size: 12px;
	}
	.top-header{
		display: none;
	}
	.header-shape{
		display: none;
	}
	.right-header{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    gap: 30px;
	    position: relative;
	}
	.bottom-header{
		width: 100%;
	}
	.header-logo{
		top: 0;
		left: 0;
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 50%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 50%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.about-image-2{
		display: none;
	}
	.about-image-3{
		display: none;
	}
	.about-shape-2{
		display: none;
	}
	.since{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 114px;
		padding-bottom:30px;
		padding-top: 30px;
		margin-top: 0;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	#navbarNav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 9;
	    top: 0;
	    right: -50px;
	    background-color: #50632c;
	    /* overflow-x: hidden; */
	    transition: 0.5s;
	    padding-top: 30px;
	    display: block;
	    text-align: center;
	    border-color: transparent;
	}
	#navbarNav .closebtn {
	    display: block;
    	position: absolute;
    	padding: 9px 10px;
	    margin-right: 15px;
	    margin-top: 8px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid #fff;
	    border-radius: 4px;
	    color: #fff;
	    width: 40px;
	    text-align: center;
	    margin-left: 10px;
	}
	.closebtn{
		width: 40px;
		height:40px;
		color: #fff;
	}
	.navbar-nav{
		padding: 0 15px;
	}
	li.nav-item{
		display: list-item;
	}
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 100%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 62px;
		padding-bottom:30px;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 100%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 62px;
		padding-bottom:30px;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}
@media (min-width: 481px) and (max-width: 575px) {
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 100%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 62px;
		padding-bottom:30px;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}
@media (min-width: 321px) and (max-width: 480px) {
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 100%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 62px;
		padding-bottom:30px;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}  
@media (max-width: 320px) {
	.main-header{
		background: #fff;
	}
	.top-header:after{
		right: 0;
	}
	.left-header{
		width: 100%;
	}
	.header-logo{
		right: 0;
		top: 0;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
	}
	.right-header{
		width: 100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:30px;
		background: #000;
	}
	.navbar-toggler{
		background: #fff;
		border-color: #fff;
	}
	.header-contact{
		display: none;
	}
	.left-header:after{
		display: none;
	}
	.header-social{
		text-align: center;
		width: 100%;
	}
	.header-shape{
		display: none;
	}
	.slider-overlay{
		display: none;
	}
	.slider-text{
		display: none;
	}
	.slider-image{
		height: 350px;
	}
	.sec-title h2{
		font-size: 40px;
	}
	.about-section{
		padding-bottom: 30px;
	}
	.about-shape-3{
		display: none;
	}
	.sec-title h2{
		font-size:40px;
	}
	.about-short-content{
		margin-top:20px;
		text-align:justify;
	}
	.about-short-content p{
		border-left:0;
		padding-left:0;
	}
	.author-meta{
		display:block;
		margin-top:10px;
	}
	.author{
		text-align: center;
		display: none;
	}
	.theme-btn{
		text-align: center;
	}
	.title-image h1{
		font-size: 62px;
		padding-bottom:30px;
	}
	.process-border-shape{
		display: none;
	}
	.process-border-shape svg{
		display: none;
	}
	.product-range-section{
		padding:30px 0; 
	}
	.product-range-text-title{
		position: relative;
		left: 0;
		color: #000;
		transform:unset;
	}
	.product-range-image{
		display: none;
	}
	.product-range-inner-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product-range-content{
		text-align: justify;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-range-icon{
		display: none;
	}
	.product-range-content h4{
		text-align: center;
	}
	.product-range-link a{
		padding: 10px;
	}
	.product-range-section .owl-nav{
		position: absolute;
		bottom: -23px;
	}
	.product-range-section .owl-nav .owl-prev{
		margin-right: 10px;
		width: 35px;
		height: 35px;
		background: #000 !important;
		color: #fff !important;
	}
	.product-range-section .owl-nav .owl-next{
		width: 35px;
		height: 35px;
		background: #000  !important;
		color: #fff !important;
	}
	.footer-shape1{
		display: none;
	}
	.footer-shape-2{
		display: none;
	}
	.footer-shape-3{
		display: none;
	}
	.footer-top-wrapper{
		display: none;
	}
	.footer-bottom{
		/*display: none;*/
		text-align: center;
	}
	.footer-shape-4{
		display: none;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom-wrapper{
		padding-top: 20px;
	}
	.footer-title{
		text-align: center;
	}
	.footer-title h2{
		display: inline-flex;
	}
	.footer-contact ul{
		padding-left: 0;
	}
	.footer-contact li{
		display: inline-flex;
	}
	.page-banner-overlay{
		display: none;e
	}
	.vision-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.vision-content .sec-title{
		text-align: center;
	}
	.mission-content{
		margin-right:0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}
	.mission-content .sec-title{
		text-align: center;
	}
	.services-shape{
		display: none;
	}
	.contact-form-wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact-info{
		margin-left: 0;
	}
}