.topbarArea .container
{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.topbarArea .container .right_area
{
	display: block;
}
.topbarArea .container .center_area
{
	display: none;
}
.topbarArea .container .right_area span
{
	margin-left: 0;
}
.navigations .container .logo-area a img.logo01
{
	display: none;
}
.navigations .container .logo-area a.logo
{
	width: 70%;
}
.navigations .container .logo-area span.MenuIcon
{
	width: 40px;
	height: 40px;
	background-color: var(--color1);
	padding: 5px 5px;
	border-radius: 3px;
	cursor: pointer;
}
#slide1 .carousel-control-prev,
#slide1 .carousel-control-next
{
	width: 10%;
}
#slide1 .carousel-control-prev .carousel-control-prev-icon, 
#slide1 .carousel-control-next .carousel-control-next-icon
{
	width: 35px;
	height:35px;
}

#slide1 .carousel-item .captions_carousel
{
    position: absolute;
    top: 25px;
    left: 50px;
}
#slide1 .carousel-item .captions_carousel h5
{
	font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: normal;
    width: 27%;
    line-height: 23px;
}
#slide1 .carousel-item .captions_carousel p
{
	display: none;
}
.iconsBoxAfterSlider
{
	margin-top: 40px;
	margin-bottom: 40px;
}
.iconsBoxAfterSlider .rowGrid
{
    grid-template-columns: auto;
	grid-gap: 0px;
	grid-row-gap: 15px;
}
.iconsBoxAfterSlider .rowGrid .gridColom a{
	padding: 22px 17px;
}
.iconsBoxAfterSlider .rowGrid .gridColom .image img
{
	height: 76px;
}
.iconsBoxAfterSlider .rowGrid .gridColom a .imageText h3
{
	font-size: 36px;
}
.iconsBoxAfterSlider .rowGrid .gridColom a .imageText
{
	padding-right: 10px;
}
.iconsBoxAfterSlider .rowGrid .gridColom a .imageText p
{
	font-size: 13px;
}
.companyProfileSection .myContainer
{
	grid-template-columns: 1fr;
}
.companyProfileSection .myContainer .ContactArea
{
	padding: 25px 22px 26px 22px;
}
.heading01 h5
{
	text-align: center;
	margin-top: 0px;
	line-height: 35px;
	font-size: 30px;
}
.companyProfileSection .myContainer .ContactArea .heading01
{
	text-align: center;
}
.companyProfileSection .myContainer .ContactArea .desc p
{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
.ourProducts
{
	margin-top: 0;
	padding-top: 40px;
    padding-bottom: 87px;
}
.featuredGallerySection .featuredGallery
{
    grid-template-columns:1fr;
}
.featuredGallerySection
{
	max-width: 85%;
}
.subscribeSection .subscribeNewsWrapper
{
	padding: 30px 20px;
}
.subscribeSection .subscribeNewsWrapper .subscribeGrid
{
	grid-template-columns:1fr;
}
.subscribeSection .subscribeNewsWrapper .subscribeGrid .text_left_area h4
{
	text-align: center;
	font-size: 38px;
}
.subscribeSection .subscribeNewsWrapper .subscribeGrid .text_left_area p
{
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}
footer .footer
{
	padding: 40px 0 30px;
}
footer .footer .footerWrapper
{
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
}
footer .footer .footerWrapper .fclm1 .fLogo
{
	font-size: 23px;
}
footer .footer .footerWrapper .fclm1 .fDesc p
{
	font-size: 13px;
	margin: 0 0 10px;
	color: #cfc9c9;
	line-height: 22px;
	font-weight: 400;
}
footer .footer .footerWrapper .fclm2 .ftrLinks
{
	padding-left: 0;
}
footer .footer .footerWrapper .fclm2 .ftrLinks ul li a
{
	font-size: 13px;
	font-weight: 400;
	color: #cfc9c9;
}
footer .footer .footerWrapper .fclm3 .ftrLinks .ftr_addrs_row span
{
	font-size: 14px;
	font-weight: 400;
	color: #cfc9c9;
}
footer .footer .footerWrapper .fclm4 .socialMediaFooter .socilaLinks a span
{
	font-size: 14px;
	font-weight: 400;
	color: #cfc9c9;
}
.copyright .bgImageWrapper
{
	padding: 20px 20px;
}
.copyright .bgImageWrapper span
{
	color: #cfc9c9;
	font-weight: 400;
}



section.innerBanner
{
	min-height: 150px;
}

section.profile-section .desc p
{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;	
}
body.aboutuspage section.profile-section .desc p.style
{
	font-size: 17px;
}
body.infrastructure .featuredGallerySection .featuredGallery .featuredGalleryColom .overlay .image img
{
	height: 100%;
}
body.infrastructure .featuredGallerySection .featuredGallery .featuredGalleryColom .overlay .textValue
{
	font-size: 14px;
}
.displayFlexJustifyContentSpaceBetween
{
	flex-direction: column;
}
section.profile-section .container
{
	max-width: 98%;
}
.displayFlexJustifyContentSpaceBetween .heading01
{
	text-align: center;
	margin: 20px;
}
.displayFlexJustifyContentSpaceBetween .viewMore button span
{
	font-size: 13px;
	padding: 9px 14px;
}
.displayFlexJustifyContentSpaceBetween .viewMore button:before
{
    top: -4px;
	left: -4px;
}
.displayFlexJustifyContentSpaceBetween .viewMore button:after
{
	bottom: -4px;
    right: -4px;
}
.collectionsGallery
{
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
}
.collectionsGallery .collectionColomns .wrapper .image img
{
	height: 200px;
}
body.videos.infrastructure .featuredGallerySection .featuredGallerySectioncontainer
{
	max-width: 100%;
}
body.videos.infrastructure .featuredGallerySection .featuredGallerySectioncontainer .featuredGallery
{
	grid-template-columns: 1fr;
}
body.infrastructure.videos .featuredGallerySection .featuredGallery .featuredGalleryColom .overlay .image img
{
	height: 156px;
}
body.infrastructure.videos .featuredGallerySection .featuredGallery .featuredGalleryColom .overlay .image .plus img
{
	width: 50px;
	height:50px;
}
section.mvbg_section .mvbg_container
{
	padding: 40px 0;
}
section.mvbg_section .mvbg_container .contactinfoColoms
{
	margin-bottom: 20px;
}
section.map_form_area .map_form_row
{
	flex-direction: column;
}
section.map_form_area .map_form_row .col-1-map
{
	width: 100%;
	order: 2;
}
section.map_form_area .map_form_row .col-1-form
{
	width: 100%;
	order: 1;
}
section.map_form_area .map_form_row .col-1-form .form_area_page .heading01 h5
{
	font-size: 27px;
	line-height: 28px;
}
section.map_form_area .map_form_row .col-1-form .form_area_page
{
	padding: 23px 23px;
}
section.map_form_area .map_form_row .col-1-form .form_area_page form .captcha_image
{
	margin-top: 0;
	text-align: center;
}
section.map_form_area .map_form_row .col-1-map .map_div
{
	height: 300px;
}