@media all and (max-width: 1199px) {
	.header_area, .header_area.fixed {
		padding: 25px 0px;
	}
	.bar {
		display: block;
	}
	.logo{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.logo img{
		width: 220px;
	}
	.col-xl-8.mobile_menu {
		transition: all 0.3s ease-out;
		position: absolute;
		width: 100%;
		height: 100vh;
		left: -100%;
		top: 75px;
		background: #FFF;
		z-index: 11;
	}
	.col-xl-8.mobile_menu.show{
		left: 0%;
	}
	.menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.menu ul {
		flex-direction: column;
		width: 100%;
		padding-bottom: 20px;
	}
	.menu ul li{
		padding: 0px;
	}
	.header_area.fixed .menu ul li a, .header_area.fixed .menu .primary_btn {
		font-size: 18px;
	}
	.menu > .primary_btn{
		width: 100%;
	}
	.menu ul li {
		border-bottom: 1px solid #E5E5E5;
	}
	.menu ul li a{
		display: block;
		padding: 15px 0px;
	}
	.business_area {
		padding-top: 155px;
	}

	.power_slider.owl-theme .owl-nav {
		top: -75px;
	}
	.space_value ul li p {
		font-size: 16px;
	}
	.space_value ul li span {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.space_value ul li img {
		width: 15px;
	}
	.space_value ul li:nth-child(1) {
		width: 55px;
	}
	.space_value ul li:nth-child(2), .space_value ul li:nth-child(3) {
		width: calc(50% - 27.5px);
	}
	.contact_items ul li span.contact_icon {
		width: 60px;
		height: 60px;
		padding: 15px 15px;
		border-radius: 7px;
	}
	.contact_items ul li span.contact_title h3 {
		font-size: 16px;
	}
	.contact_items ul li span.contact_title p {
		font-size: 15px;
	}



}

@media all and (max-width: 991px) {
	.titles h1 {
		font-size: 30px;
	}
	.titles h3 {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.primary_btn, .secondary_btn, .power_slider_disc h3, .menu ul li a, .header_area.fixed .menu ul li a, .header_area.fixed .menu .primary_btn{
		font-size: 16px;
	}
	.business_area {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	.power_area, .space_area, .location_area, .contact_area, .footer_area{
		padding: 40px 0px;
	}
	.power_slider.owl-theme .owl-nav {
		top: -68px;
	}
	.contact_items {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact_items ul{
		width: 100%;
	}
	.contact_items ul::after {
		right: inherit;
		top: inherit;
		width: 100%;
		height: 1px;
		bottom: -30px;
		left: 0;
	}
	.contact_items:last-child{
		padding-top: 30px;
		margin-top: 30px;
	}
}

@media all and (max-width: 767px) {
	br{
		display: none;
	}
	.titles {
		text-align: center;
	}
	.titles ul {
		padding-top: 0px;
		justify-content: center;
		flex-direction: column;
	}
	.titles ul li{
		padding: 0px;
		padding-top: 20px;
	}
	.primary_btn, .secondary_btn{
		display: block;
	}
	.park_box {
		margin-top: 40px;
	}
	.contact_items ul li span.contact_icon {
		width: 45px;
		height: 45px;
		padding: 10px 10px;
		border-radius: 7px;
	}
	.power_slider.owl-theme .owl-nav {
		top: inherit;
		right: inherit;
		position: inherit;
		margin-top: 20px !important;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.power_slider.owl-carousel button{
		margin: 0px !important;
	}
	.contact_box {
		padding: 20px 20px;
	}
	.titles h1 {
		font-size: 24px;
	}
	.titles h3 {
		font-size: 16px;
	}
	.contact_items ul li span.contact_icon {
		width: 50px;
		height: 50px;
		padding: 10px 10px;
	}
	.footer img {
		width: 200px;
	}
}

@media all and (max-width: 575px) {
	.titles h1 {
		font-size: 20px;
	}
	.logo img, .header_area.fixed .logo img{
		width: 160px;
	}
	.primary_btn, .secondary_btn, .power_slider_disc h3, .titles h3, .header_area.fixed .menu .primary_btn{
		font-size: 14px;
	}
	.space_value {
		padding: 15px 0px;
	}
	.space_value ul li p {
		font-size: 14px;
	}
	.space_value ul li img {
		width: 10px;
	}
	.space_value ul li span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.space_value ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.space_value ul li:nth-child(1) {
		width: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.space_value ul li:nth-child(2), .space_value ul li:nth-child(3) {
		width: calc(50% - 25px);
		padding-left: 5px;
		padding-right: 5px;
	}
	.contact_items ul li span.contact_icon {
		width: 35px;
		height: 35px;
		padding: 7px 7px;
	}
	.contact_items ul li span.contact_title p {
		font-size: 12px;
	}
	.contact_items ul li span.contact_title h3 {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media all and (max-width: 400px) {
	.contact_items ul li span.contact_title p {
		font-size: 10px;
	}
	.space_value ul li p, .contact_items ul li span.contact_title h3{
		font-size: 12px;
	}
}