@media screen and (max-width: 480px)
{
	.custom_header_banner .custom_header_section_row
	{
		flex-direction: column;
	}
	.top_rows .top_row_container .custom_row
	{
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		flex-direction: column;
	}
	.top_rows .top_row_container .custom_row .left_area a:nth-child(3)
	{
		display: none;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		align-self: flex-start;
	}
	.top_rows .top_row_container .custom_row .right_area a
	{
		margin-right: 7px;
	}
	.top_rows .top_row_container .custom_row .left_area a .text
	{
		font-size: 12px;
	}
	.top_rows .top_row_container .custom_row .left_area a .icon img
	{
		width: 15px;
	}

	.navigations_container .custom_row_nav
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .logo_area
	{
		width: 100%;
		position: relative;
	}
	.navigations_container .custom_row_nav .logo_area a
	{
		display: inline-block;
		width: 150px;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button
	{
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: var(--color1);
		border-radius: 5px;
		cursor: pointer;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button img
	{
		width: 40px;
		padding: 6px;
	}

	.navigations_container .custom_row_nav .nav_area
	{
		padding-bottom: 15px;
		display: none;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul .main-li
	{
		margin: 0 0;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul > .main-li > a
	{
		text-align: center;
		padding: 7px 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		font-weight: 700;
	}
	.custom_header_banner > img
	{
		display: none;
	}
	.custom_header_banner .custom_header_section_row
	{
		position: static;
		padding: 30px 0;
	}
	.custom_header_banner .custom_header_section_row .text_area
	{
		width: 100%;
		padding: 0 20px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		line-height: 28px;
		font-size: 30px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 500;
		line-height: 20px;
		color: #555;
	}
	.custom_header_banner .custom_header_section_row .image_area_header
	{
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}
	.side_image_about .image2
	{
		position: static;
		width: 100%;
		margin:15px 0;
		border-right: 0;
		border-bottom: 0;
	}
	.side_image_about .image3
	{
		position: static;
		width: 100%;
		border-left: 0;
		border-top: 0;
	}
	section.products_range
	{
		margin-top: 50px;
	}
	.category-container-colom .image
	{
		height: auto;
		margin: 0 10px;
	}
	.category-container-colom
	{
		margin-bottom: 60px;
	}
	.category-container-colom .category-desc h4
	{
		font-size: 19px;
	}
	section.products_range
	{
		margin-bottom: 100px;
	}
	.footer-infobox
	{
		max-width: 95%;
		padding: 25px 10px;
	}
	.footer-infobox .contact-inner.border-tripple
	{
		border-left: 0px;
	}
	.footer-infobox .contact-inner.border-tripple:before
	{
		display: none;
	}
	.footer-infobox .contact-inner.border-tripple:after
	{
		display: none;
	}
	.footer-infobox .contact-inner .contact-desc
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner .contact-desc.big
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner
	{
		margin-bottom: 20px;
	}
	footer .footer_links ul.singleRowList
	{
		flex-direction: row;
		margin-bottom: 10px;
	}
	footer .footer_links ul.singleRowList li
	{
		width: 48%;
		margin-right: 2%;
	}
	footer .footer_links h5
	{
		margin-bottom: 8px;
		font-size: 20px;
	}
	footer .product_links_footer
	{
		flex-direction: column !important;
	}
	footer .footer_links .product_links_footer li
	{
	    width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;
	}
	footer .footer_links .product_links_footer li a
	{
		font-size: 13px;
	}
	.copyrightRow
	{
		font-size: 13px;
	}
	section.innerBanner
	{
		min-height: 120px;
	}
	section.innerBanner .innerBanner_container h5
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner
	{
		padding-top: 0;
	}
	body.innerPage .custom_header_banner .right_sideImage_about
	{
		float: none;
		margin-left: 0;
	}
	.marginTopFive
	{
		margin-top: 1.5rem !important;
	}
	body.innerPage .custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 25px;
	}
	body.innerPage .custom_header_banner .text_area ul
	{
		width: 100%;
	}
	body.innerPage .custom_header_banner .text_area ul li
	{
		font-size: 14px;
	}
	section.products-section .products-section-container
	{
		padding: 20px 20px;
	}
	section.products-section .products-section-container .container
	{
		max-width: 100%;
	}
	.home-gallery-colom .image img
	{
		height: auto;
	}
	.home-gallery-colom .image .product_name
	{
		position: static;
	}
	.home-gallery-colom .overlay-text .center-text h4
	{
		font-size: 15px;
	}
	.contact_form_area
	{
		padding-left: 0;
	}
	.contact_form_area .form_container
	{
		padding: 20px 20px;
	}
	.contact_form_area .form_container .heading h4
	{
		font-size: 30px;
	}
	.captcha_image
	{
		text-align: center;
	}

	/*
		***********************************
	*/
	.side_image_about .image1
	{
		max-width: 100%;
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		flex-direction: row;
	}
	.top_rows .top_row_container .custom_row
	{
		justify-content: center;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		margin-top: 5px;
	}
	.highlight
	{
		padding: 20px 20px;
		font-size: 30px;
		line-height: 32px;
	}
}



@media screen and (min-width: 481px) and (max-width: 576px)
{
	.custom_header_banner .custom_header_section_row
	{
		flex-direction: column;
	}
	.top_rows .top_row_container .custom_row
	{
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		/*flex-direction: column;*/
	}
	.top_rows .top_row_container .custom_row .left_area a:nth-child(3)
	{
		display: none;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		align-self: flex-start;
	}
	.top_rows .top_row_container .custom_row .right_area a
	{
		margin-right: 7px;
	}
	.top_rows .top_row_container .custom_row .left_area a .text
	{
		font-size: 14px;
	}
	.top_rows .top_row_container .custom_row .left_area a .icon img
	{
		width: 15px;
	}

	.navigations_container .custom_row_nav
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .logo_area
	{
		width: 100%;
		position: relative;
	}
	.navigations_container .custom_row_nav .logo_area a
	{
		display: inline-block;
		width: 150px;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button
	{
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: var(--color1);
		border-radius: 5px;
		cursor: pointer;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button img
	{
		width: 40px;
		padding: 6px;
	}

	.navigations_container .custom_row_nav .nav_area
	{
		padding-bottom: 15px;
		display: none;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul .main-li
	{
		margin: 0 0;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul > .main-li > a
	{
		text-align: center;
		padding: 7px 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		font-weight: 700;
	}
	.custom_header_banner > img
	{
		display: none;
	}
	.custom_header_banner .custom_header_section_row
	{
		position: static;
		padding: 30px 0;
	}
	.custom_header_banner .custom_header_section_row .text_area
	{
		width: 100%;
		padding: 0 20px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		line-height: 28px;
		font-size: 30px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
	    margin-bottom: 10px;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 25px;
	    color: #555;
	}
	.custom_header_banner .custom_header_section_row .image_area_header
	{
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}
	.side_image_about .image2
	{
		position: static;
		width: 100%;
		margin:15px 0;
		border-right: 0;
		border-bottom: 0;
	}
	.side_image_about .image3
	{
		position: static;
		width: 100%;
		border-left: 0;
		border-top: 0;
	}
	section.products_range
	{
		margin-top: 50px;
	}
	.category-container-colom .image
	{
		height: auto;
		margin: 0 10px;
	}
	.category-container-colom
	{
		margin-bottom: 60px;
	}
	.category-container-colom .category-desc h4
	{
		font-size: 21px;
	}
	section.products_range
	{
		margin-bottom: 100px;
	}
	section.products_range .container
	{
		max-width: 90%;
	}
	.footer-infobox
	{
		max-width: 95%;
		padding: 25px 10px;
	}
	.footer-infobox .contact-inner.border-tripple
	{
		border-left: 0px;
	}
	.footer-infobox .contact-inner.border-tripple:before
	{
		display: none;
	}
	.footer-infobox .contact-inner.border-tripple:after
	{
		display: none;
	}
	.footer-infobox .contact-inner .contact-desc
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner .contact-desc.big
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner
	{
		margin-bottom: 20px;
	}
	footer .footer_links ul.singleRowList
	{
		flex-direction: row;
		margin-bottom: 10px;
	}
	footer .footer_links ul.singleRowList li
	{
		width: 48%;
		margin-right: 2%;
	}
	footer .footer_links h5
	{
		margin-bottom: 8px;
		font-size: 20px;
	}
	footer .product_links_footer
	{
		flex-direction: column !important;
	}
	footer .footer_links .product_links_footer li
	{
	    width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;
	}
	footer .footer_links .product_links_footer li a
	{
		font-size: 13px;
	}
	.copyrightRow
	{
		font-size: 13px;
	}
	section.innerBanner
	{
		min-height: 120px;
	}
	section.innerBanner .innerBanner_container h5
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner
	{
		padding-top: 0;
	}
	body.innerPage .custom_header_banner .right_sideImage_about
	{
		float: none;
		margin-left: 0;
	}
	.marginTopFive
	{
		margin-top: 1.5rem !important;
	}
	body.innerPage .custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 25px;
	}
	body.innerPage .custom_header_banner .text_area ul
	{
		width: 100%;
	}
	body.innerPage .custom_header_banner .text_area ul li
	{
		font-size: 14px;
	}
	section.products-section .products-section-container
	{
		padding: 20px 20px;
	}
	section.products-section .products-section-container .container
	{
		max-width: 100%;
	}
	.home-gallery-colom .image img
	{
		height: auto;
	}
	.home-gallery-colom .image .product_name
	{
		position: static;
		font-size: 16px;
	}
	.home-gallery-colom .image .product_name br
	{
		display: none;
	}
	.home-gallery-colom .overlay-text .center-text h4
	{
		font-size: 15px;
	}
	.contact_form_area
	{
		padding-left: 0;
	}
	.contact_form_area .form_container
	{
		padding: 20px 20px;
	}
	.contact_form_area .form_container .heading h4
	{
		font-size: 30px;
	}
	.captcha_image
	{
		text-align: center;
	}
	.image_area_header .side_image_about
	{
		display: flex;
		flex-wrap: wrap;
	}
	.image_area_header .side_image_about .image1,
	.image_area_header .side_image_about .image3
	{	
		flex: 0 0 auto;
		width: 48%;
		margin-right: 2%;
		order: 1;
	}
	.image_area_header .side_image_about .image3
	{
		margin-left: 2%;
		margin-right: 0%;
	}
	.image_area_header .side_image_about .image2
	{
		order: 2;
	}
	.width_adujest
	{
		width: 50%;
	}
	/*
		***********************************
	*/
	.side_image_about .image1
	{
		max-width: 100%;
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		flex-direction: row;
	}
	.top_rows .top_row_container .custom_row
	{
		justify-content: center;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		margin-top: 5px;
	}
	.highlight
	{
		padding: 20px 20px;
		font-size: 30px;
		line-height: 32px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 23px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
		font-size: 14px;
	}
	.width_adujest
	{
		width: 100%;
	}
	.width_adujest2
	{
		width: 100%;
	}
}



@media screen and (min-width: 577px) and (max-width: 767px)
{
	.custom_header_banner .custom_header_section_row
	{
		flex-direction: column;
	}
	.top_rows .top_row_container .custom_row
	{
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		/*flex-direction: column;*/
	}
	.top_rows .top_row_container .custom_row .left_area a:nth-child(3)
	{
		display: none;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		align-self: flex-start;
	}
	.top_rows .top_row_container .custom_row .right_area a
	{
		margin-right: 7px;
	}
	.top_rows .top_row_container .custom_row .left_area a .text
	{
		font-size: 14px;
	}
	.top_rows .top_row_container .custom_row .left_area a .icon img
	{
		width: 15px;
	}

	.navigations_container .custom_row_nav
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .logo_area
	{
		width: 100%;
		position: relative;
	}
	.navigations_container .custom_row_nav .logo_area a
	{
		display: inline-block;
		width: 150px;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button
	{
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: var(--color1);
		border-radius: 5px;
		cursor: pointer;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button img
	{
		width: 40px;
		padding: 6px;
	}

	.navigations_container .custom_row_nav .nav_area
	{
		padding-bottom: 15px;
		display: none;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul .main-li
	{
		margin: 0 0;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul > .main-li > a
	{
		text-align: center;
		padding: 7px 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		font-weight: 700;
	}
	.custom_header_banner > img
	{
		display: none;
	}
	.custom_header_banner .custom_header_section_row
	{
		position: static;
		padding: 30px 0;
	}
	.custom_header_banner .custom_header_section_row .text_area
	{
		width: 100%;
		padding: 0 20px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		line-height: 28px;
		font-size: 30px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
	    margin-bottom: 10px;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 25px;
	    color: #555;
	}
	.custom_header_banner .custom_header_section_row .image_area_header
	{
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}
	.side_image_about .image2
	{
		position: static;
		width: 100%;
		margin:15px 0;
		border-right: 0;
		border-bottom: 0;
	}
	.side_image_about .image3
	{
		position: static;
		width: 100%;
		border-left: 0;
		border-top: 0;
	}
	section.products_range
	{
		margin-top: 50px;
	}
	.category-container-colom .image
	{
		height: auto;
		margin: 0 10px;
	}
	.category-container-colom
	{
		margin-bottom: 60px;
	}
	.category-container-colom .category-desc h4
	{
		font-size: 21px;
	}
	section.products_range
	{
		margin-bottom: 100px;
	}
	section.products_range .container
	{
		max-width: 90%;
	}
	.footer-infobox
	{
		max-width: 95%;
		padding: 25px 10px;
	}
	.footer-infobox .contact-inner.border-tripple
	{
		border-left: 0px;
	}
	.footer-infobox .contact-inner.border-tripple:before
	{
		display: none;
	}
	.footer-infobox .contact-inner.border-tripple:after
	{
		display: none;
	}
	.footer-infobox .contact-inner .contact-desc
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner .contact-desc.big
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner
	{
		margin-bottom: 20px;
	}
	footer .footer_areas .container
	{

	}
	footer .footer_links ul.singleRowList
	{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer .footer_links ul.product_links_footer
	{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer .footer_links ul.product_links_footer li
	{
		width: 100%;
	}
	footer .footer_links ul.singleRowList li
	{
		width: 48%;
		margin-right: 2%;
	}
	footer .footer_links h5
	{
		margin-bottom: 8px;
		font-size: 20px;
	}
	footer .product_links_footer
	{
		/*flex-direction: column !important;*/
	}
	footer .footer_links .product_links_footer li
	{
	  /*  width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;*/
	}
	footer .footer_links .product_links_footer li a
	{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.copyrightRow
	{
		font-size: 13px;
	}
	section.innerBanner
	{
		min-height: 120px;
	}
	section.innerBanner .innerBanner_container h5
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner
	{
		padding-top: 0;
	}
	body.innerPage .custom_header_banner .right_sideImage_about
	{
		float: none;
		margin-left: 0;
	}
	.marginTopFive
	{
		margin-top: 1.5rem !important;
	}
	body.innerPage .custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner .text_area ul
	{
		width: 100%;
	}
	body.innerPage .custom_header_banner .text_area ul li
	{
		font-size: 14px;
	}
	section.products-section .products-section-container
	{
		padding: 20px 20px;
	}
	section.products-section .products-section-container .container
	{
		max-width: 100%;
	}
	.home-gallery-colom .image img
	{
		height: 250px;
	}
	.home-gallery-colom .image .product_name
	{
		/*position: static;*/
		font-size: 16px;
	}
	.home-gallery-colom .image .product_name br
	{
		display: none;
	}
	.home-gallery-colom .overlay-text .center-text h4
	{
		font-size: 15px;
	}
	.contact_form_area
	{
		padding-left: 0;
	}
	.contact_form_area .form_container
	{
		padding: 20px 20px;
	}
	.contact_form_area .form_container .heading h4
	{
		font-size: 30px;
	}
	.captcha_image
	{
		text-align: center;
	}
	.image_area_header .side_image_about
	{
		display: flex;
		flex-wrap: wrap;
	}
	.image_area_header .side_image_about .image1,
	.image_area_header .side_image_about .image3
	{	
		flex: 0 0 auto;
		width: 48%;
		margin-right: 2%;
		order: 1;
	}
	.image_area_header .side_image_about .image3
	{
		margin-left: 2%;
		margin-right: 0%;
	}
	.image_area_header .side_image_about .image2
	{
		order: 2;
	}
	.width_adujest
	{
		width: 50%;
	}
	.width_adujest1
	{
		width: 35%;
	}
	.width_adujest2
	{
		width: 65%;
	}
	footer .width_adujest1 .footer_links ul.singleRowList li
	{	
		width: 100% !important;
		margin-right: 0% !important;
	}
	.colom_width_half
	{
		width: 50%;
		margin-top: 15px;
	}

	.width_adujest2 .product_links_footer
	{
		/*max-height: 350px;*/
		overflow-y: auto;
	}
	footer .width_adujest2 .footer_links ul.product_links_footer
	{
		flex-direction: column;
	}
	footer .width_adujest2 .footer_links ul.product_links_footer li
	{
		margin: 0;
	}
	body.innerPage .custom_header_banner .right_sideImage_about img
	{
		width: 80%;
		margin-left: 10%;
	}
	/*
		***********************************
	*/
	.side_image_about .image1
	{
		max-width: 100%;
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		flex-direction: row;
	}
	.top_rows .top_row_container .custom_row
	{
		justify-content: center;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		margin-top: 5px;
	}
	.highlight
	{
		padding: 20px 20px;
		font-size: 30px;
		line-height: 32px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 25px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
		font-size: 14px;
	}
	.width_adujest
	{
		width: 100%;
	}
	.width_adujest2
	{
		width: 100%;
	}
}



@media screen and (min-width: 768px) and (max-width: 992px)
{
	.custom_header_banner .custom_header_section_row
	{
		flex-direction: column;
	}
	.top_rows .top_row_container .custom_row
	{
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		/*flex-direction: column;*/
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		align-self: flex-start;
	}
	.top_rows .top_row_container .custom_row .right_area a
	{
		margin-right: 7px;
	}
	.top_rows .top_row_container .custom_row .left_area a .text
	{
		font-size: 14px;
	}
	.top_rows .top_row_container .custom_row .left_area a .icon img
	{
		width: 15px;
	}

	.navigations_container .custom_row_nav
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .logo_area
	{
		width: 100%;
		position: relative;
	}
	.navigations_container .custom_row_nav .logo_area a
	{
		display: inline-block;
		width: 150px;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button
	{
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: var(--color1);
		border-radius: 5px;
		cursor: pointer;
	}
	.navigations_container .custom_row_nav .logo_area .bars_button img
	{
		width: 40px;
		padding: 6px;
	}

	.navigations_container .custom_row_nav .nav_area
	{
		padding-bottom: 15px;
		display: none;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul
	{
		flex-direction: column;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul .main-li
	{
		margin: 0 0;
	}
	.navigations_container .custom_row_nav .nav_area .navigation .main-ul > .main-li > a
	{
		text-align: center;
		padding: 7px 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		font-weight: 700;
	}
	.custom_header_banner > img
	{
		display: none;
	}
	.custom_header_banner .custom_header_section_row
	{
		position: static;
		padding: 30px 0;
	}
	.custom_header_banner .custom_header_section_row .text_area
	{
		width: 100%;
		padding: 0 20px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		line-height: 28px;
		font-size: 30px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
	    margin-bottom: 10px;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 25px;
	    color: #555;
	}
	.custom_header_banner .custom_header_section_row .image_area_header
	{
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}
	.side_image_about .image2
	{
		position: static;
		width: 100%;
		margin:15px 0;
		border-right: 0;
		border-bottom: 0;
	}
	.side_image_about .image3
	{
		position: static;
		width: 100%;
		border-left: 0;
		border-top: 0;
	}
	section.products_range
	{
		margin-top: 50px;
	}
	.category-container-colom .image
	{
		height: auto;
		margin: 0 10px;
	}
	.category-container-colom
	{
		margin-bottom: 60px;
	}
	.category-container-colom .category-desc h4
	{
		font-size: 21px;
	}
	section.products_range
	{
		margin-bottom: 100px;
	}
	section.products_range .container
	{
		max-width: 90%;
	}
	.footer-infobox
	{
		max-width: 95%;
		padding: 25px 10px;
	}
	.footer-infobox .contact-inner.border-tripple
	{
		border-left: 0px;
	}
	.footer-infobox .contact-inner.border-tripple:before
	{
		display: none;
	}
	.footer-infobox .contact-inner.border-tripple:after
	{
		display: none;
	}
	.footer-infobox .contact-inner .contact-desc
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner .contact-desc.big
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-infobox .contact-inner
	{
		margin-bottom: 20px;
	}
	footer .footer_areas .container
	{

	}
	footer .footer_links ul.singleRowList
	{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer .footer_links ul.product_links_footer
	{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer .footer_links ul.product_links_footer li
	{
		width: 100%;
	}
	footer .footer_links ul.singleRowList li
	{
		width: 48%;
		margin-right: 2%;
	}
	footer .footer_links h5
	{
		margin-bottom: 8px;
		font-size: 20px;
	}
	footer .product_links_footer
	{
		/*flex-direction: column !important;*/
	}
	footer .footer_links .product_links_footer li
	{
	  /*  width: 100%;
		margin-right: 0%;
		margin-bottom: 5px;*/
	}
	footer .footer_links .product_links_footer li a
	{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.copyrightRow
	{
		font-size: 13px;
	}
	section.innerBanner
	{
		min-height: 120px;
	}
	section.innerBanner .innerBanner_container h5
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner
	{
		padding-top: 0;
	}
	body.innerPage .custom_header_banner .right_sideImage_about
	{
		
	}
	.marginTopFive
	{
		margin-top: 1.5rem !important;
	}
	body.innerPage .custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 30px;
	}
	body.innerPage .custom_header_banner .text_area ul
	{
		width: 100%;
	}
	body.innerPage .custom_header_banner .text_area ul li
	{
		font-size: 14px;
	}
	section.products-section .products-section-container
	{
		padding: 20px 20px;
	}
	section.products-section .products-section-container .container
	{
		max-width: 100%;
	}
	.home-gallery-colom .image img
	{
		/*height: 250px;*/
		height: auto;
	}
	.home-gallery-colom .image .product_name
	{
		position: static;
		font-size: 16px;
	}
	.home-gallery-colom .image .product_name br
	{
		display: none;
	}
	.home-gallery-colom .overlay-text .center-text h4
	{
		font-size: 15px;
	}
	.contact_form_area
	{
		padding-left: 0;
	}
	.contact_form_area .form_container
	{
		padding: 20px 20px;
	}
	.contact_form_area .form_container .heading h4
	{
		font-size: 30px;
	}
	.captcha_image
	{
		text-align: center;
	}
	.image_area_header .side_image_about
	{
		display: flex;
		flex-wrap: wrap;
	}
	.image_area_header .side_image_about .image1,
	.image_area_header .side_image_about .image2,
	.image_area_header .side_image_about .image3
	{	
		flex: 0 0 auto;
		width: calc(33.333% - 1%);
		margin:0 .5%; 
	}
	.width_adujest
	{
		width: 33.333%;
	}
	.width_adujest1
	{
		width: 100%;
	}
	.width_adujest2
	{
		width: 100%;
	}
	footer .width_adujest1 .footer_links ul.singleRowList
	{
		flex-direction: row;
	}
	footer .width_adujest1 .footer_links ul.singleRowList li
	{	
		width: 20% !important;
		margin-right: 0% !important;
	}
	.colom_width_half
	{
/*		width: 50%;
		margin-top: 15px;*/
	}

	.width_adujest2 .product_links_footer
	{
		/*max-height: 350px;*/
		overflow-y: auto;
	}
	footer .width_adujest2 .footer_links ul.product_links_footer
	{
		flex-direction: row;
	}
	footer .width_adujest2 .footer_links ul.product_links_footer li
	{
		margin: 0;
		margin-right: 1%;
		width: 49%;
	}
	body.innerPage .custom_header_banner .right_sideImage_about img
	{
	    width: 350px;
	    margin-left: 0;
	}

	.custom_header_banner .custom_header_section_row .text_area
	{
		text-align: center;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
		text-align: center;
		max-width: 80%;
		margin: auto;
	}
	.custom_header_banner .custom_header_section_row .text_area .header_buttons
	{
		justify-content: center;
	}
	body.aboutUsPage .custom_header_banner .custom_header_section_row .text_area
	{
		text-align: left;
	}
	body.innerPage .custom_header_banner .right_sideImage_about img
	{

	}
	body.aboutUsPage .custom_header_banner .custom_header_section_row .text_area p
	{
		max-width: 100%;
		font-size: 13px;
		text-align: justify;
	}
	section.map
	{
		height: 320px;
	}
	/*
		***********************************
	*/
	.top_rows .top_row_container .custom_row .left_area a:nth-child(3)
	{
		display: none;
	}
	.side_image_about .image1
	{
		max-width: 100%;
	}
	.top_rows .top_row_container .custom_row .left_area
	{
		flex-direction: row;
	}
	.top_rows .top_row_container .custom_row
	{
		justify-content: center;
	}
	.top_rows .top_row_container .custom_row .right_area
	{
		margin-top: 5px;
	}
	.highlight
	{
		padding: 20px 20px;
		font-size: 30px;
		line-height: 32px;
	}
	.custom_header_banner .custom_header_section_row .text_area h3
	{
		font-size: 25px;
	}
	.custom_header_banner .custom_header_section_row .text_area p
	{
		font-size: 14px;
	}
	.width_adujest
	{
		width: 100%;
	}
	.width_adujest2
	{
		width: 100%;
	}
	.top_rows .top_row_container .custom_row .left_area a .text
	{
		font-size: 16px;
	}
	.top_rows .top_row_container .custom_row {
	    justify-content: space-between;
	}
}

/*.side_image_about .image1
{
	max-width: 100%;
}*/