.header-layout3 .menu-area:before
{
	background-color: transparent;
}
.header-layout3 .th-container {
    --main-container: 95%;
}
.header-layout3 .header-logo a img
{
	width: 300px;
}
.info-card-wrap
{
	gap: 15px 40px;
}
.info-card_link
{
	font-size: 18px;
}
.header-layout3 .main-menu-area
{
    margin-top: -43px !important;
    max-width: 90%;
    margin-left: 5%;
}
.header-layout3 .header-button .th-btn
{
	margin-right: -21px;
}
.header-layout3 .main-menu>ul>li>a
{
	font-size: 16px;
	font-weight: 600;
}

/*
	==============================
*/


/*
	==============================
*/

#about-sec
{
	margin-top: 60px;
}
#about-sec .desc-areas p
{
	font-size: 17px;
	text-align: justify;
	line-height: 1.7;
}	

/*
	==================================
*/

#service-sec
{
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 50px;
}
#service-sec .service-box
{
	padding: 20px;
}
#service-sec .service-box .service-content
{
	padding-bottom:15px;
	margin-bottom: 15px;
}

#service-sec .box-title{
	font-weight: 700;
}

/*
	===============================
*/
.consultation-sec
{
	/*margin-top: 40px;*/
}
.client-home
{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

section.client-home #clients
{
	margin-top: 0px;
}
section.client-home #clients .clients-colom
{
	margin: 0 0px;
}
section.client-home #clients .clients-colom .image
{
	background-color: var(--bs-white);
}
section.client-home #clients .clients-colom .image img
{
	padding: 8px;
	width: 100%;
	height: 120px;
	object-position: center;
	object-fit: contain;
}
section.client-home .title-area
{
	margin-bottom: 25px !important;
}
.footer-wrapper .about-text
{
	text-align: justify;
}
.th-widget-about .footer-info:not(:last-child)
{
	margin: 0 0 13px 0;
}
.footer-layout1 .widget-area
{
	padding-top: 70px;
	padding-bottom: 20px;
}
/*
	=================================
*/
.products-section-home
{
	margin-top: 45px;
	margin-bottom: 45px;
}
.products-section-home .th-product
{
	padding: 10px;
}
.products-section-home .th-product .product-img
{
	margin-bottom: 10px;
}
.products-section-home .th-product .product-title
{
	padding-bottom: 5px;
}
.products-section-home .th-product .product-title a
{
    font-size: 24px;
	font-weight: 700;
}
.products-section-home .margin-top-reduce
{
	margin-top: 10px;
}

/*
	=-==========================================
*/


.innerPage .breadcumb-menu li, 
.innerPage .breadcumb-menu a, 
.innerPage .breadcumb-menu span
{
	color: var(--white-color);
}
.innerPage .breadcumb-wrapper
{
	padding: 80px 0;
}
.innerPage .breadcumb-wrapper.background-image
{
	position: relative;
}
.innerPage .breadcumb-wrapper.background-image:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 70%);
}
.innerPage .breadcumb-wrapper .breadcumb-title
{
	font-size: 45px;
	line-height: 50px;
	position: relative;
	z-index: 3;
}

/*
	========================
*/
#about-sec.about-inner
{
	margin-top: 60px;
	margin-bottom: 30px;
}
#about-sec.about-inner p
{
	font-size: 17px;
    text-align: justify;
    line-height: 1.5;
}
#about-sec.about-inner .img-box3 .img1
{
	position: relative;
}
#about-sec.about-inner .img-box3 .img1:before
{
	content: '';
	position: absolute;
	top: 7%;
	left: 2%;
	width: 95%;
	height: 95%;
	background-color: #0B45C0;
	z-index: 2;
	box-shadow: 0 0 20px 25px rgba(0 0 0 / 10%);
}
#about-sec.about-inner .img-box3 .img1 img
{
	width: 95%;
	position: relative;
	z-index: 3;
}

#about-sec.about-inner.team-sections .area-content
{
	padding-right: 40px;
}
#about-sec.about-inner.team-sections .area-content .sec-title
{
	padding-top: 25px;
}

/*
	============================
*/

.service-page-detail
{
	margin-top: 60px;
	margin-bottom: 30px;
}
.service-page-detail .page-img
{
	margin-bottom: 0px;
}
.service-page-detail .page-content p
{
	font-size: 17px;
    text-align: justify;
    line-height: 1.7;
	color: #000;
}
.service-page-detail .page-content ul li
{
	font-size: 17px;
	color: #000;
}
.service-page-detail .sidebar-area .widget_title
{
	font-size: 25px;
	font-weight: 700;
}


/*
	===============================
*/
.section-clients
{
	/*margin-top: -130px;*/
    position: relative;
    z-index: 1;
}
.section-clients .backgrond-texture-container
{
	/*padding-top: 180px;*/
	/*padding-bottom: 100px;*/
}
.backgrond-texture .clients
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 15px;
	margin-top: 25px;
}
.backgrond-texture .clients .clients-colom
{

}
.backgrond-texture .clients .clients-colom .image 
{
    background-color: var(--white);
    width: 100%;
    height: 120px;
    padding: 5px;
    border: 1px solid #eaeaea;
}
.backgrond-texture .clients .clients-colom .image img
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
	transition: .5s;
}
.backgrond-texture .clients .clients-colom:hover .image img
{
	transform: scale(1.05);
}

@media screen and (max-width: 480px)
{
	.backgrond-texture .clients
	{
		grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 5px;
		grid-row-gap: 7px;
	}
	.backgrond-texture .clients .clients-colom .image
	{
		height: 80px;
		padding: 8px;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	.backgrond-texture .clients
	{
		grid-template-columns: repeat(3,1fr);
	}
	.backgrond-texture .clients .clients-colom .image
	{
		height: 80px;
		padding: 8px;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	.backgrond-texture .clients
	{
		grid-template-columns: repeat(3,1fr);
	}
	.backgrond-texture .clients .clients-colom .image
	{
		height: 80px;
		padding: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	.backgrond-texture .clients
	{
		grid-template-columns: repeat(4,1fr);
	}
	.backgrond-texture .clients .clients-colom .image
	{
		height: 80px;
		padding: 8px;
	}	
}


/*
	=========================]
*/

.conact-map-info-sections
{
	margin-top: 50px;
}
.enquiry-form-sections
{
	margin-top: 60px;
}

.enquiry-form-sections .th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 48px;
    border-radius: 0px;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: unset;
    aspect-ratio: unset;
    --th-move-x: 110%;
    --th-move-y: 100%;
    stroke-width: 2;
    fill: none;
}

/*
	======================================
*/

body.product-page .products-section-home .margin-top-reduce
{
	margin-bottom:15px; 
}
body.product-page .products-section-home  .th-product .product-title a
{
	font-size: 22px;
}
.product-detail-on-single-page
{
	margin-top: 60px;
	margin-bottom: 35px;
}
.product-detail-on-single-page .product-about
{
	margin-top: 20px;
}
.product-detail-on-single-page .productSlide .product-detail-image
{

}
.product-detail-on-single-page .productSlide .product-detail-image img
{
	width: 100%;
}
.product-detail-on-single-page .product-about .checklist.style4 li
{
	font-size: 17px;
    font-weight: 500;
}

@media screen and (min-width:993px)
{
    .product-detail-on-single-page .productSlide .product-detail-image img
    {
        width: 100%;
        height: 350px;
        object-fit: contain;
        object-position: center;
    }
}

/*
	================================
*/
.header-image img
{
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 480px)
{
	.header-image img
	{
		height: 200px;
	}
	#about-sec{
		margin-top: 30px;
	}
	#about-sec .img-box1
	{
		margin-right: 0;
		margin-bottom: 20px;
	}
	#about-sec .sub-title
	{
		margin-bottom: 0;
	}
	#about-sec .title-area.mb-20
	{
		margin-bottom: 10px;
	} 
	#about-sec .desc-areas p
	{
		font-size: 15px;
		line-height: 1.5;
	}
	.about-signature_wrapper
	{
		margin: 20px 0 0 0;
	}
	#nav-tabContent .service-box_text{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.consultation-title-area
	{
		padding: 40px 10px 0;
	}
	.consultation-title-area .sec-title
	{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.counter-area
	{
		padding: 10px 0;
	}
	.counter-card.style2
	{
		padding:25px 0;
	}
	#clients
	{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	section.client-home #clients .clients-colom .image img
	{
		height: 90px;
	}
	.footer-layout1 .widget-area
	{
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.th-widget-about .about-text
	{
		font-size: 14px;
		font-weight: 500;
	}
	.widget_nav_menu .menu-all-pages-container .menu li a
	{
		font-size: 14px;
		font-weight: 500;
	}
	.th-widget-about .footer-info
	{
		font-size: 14px;
		font-weight: 500;
	}
	.footer-widget
	{
		margin-bottom: 25px;
	}
	.innerPage .breadcumb-wrapper
	{
		padding: 45px 0;
	}
	.innerPage .breadcumb-wrapper .breadcumb-title
	{
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}
	.innerPage .breadcumb-wrapper .breadcumb-menu
	{
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	#about-sec.about-inner
	{
		margin-top: 30px;
	}
	.service-page-detail
	{
		margin-top: 30px;
	}
	.product-detail-on-single-page
	{
		margin-top: 30px;
	}
	#about-sec.about-inner .img-box3
	{
		margin-bottom: 20px;
	}
	#about-sec.about-inner .img-box3 .img1:before
	{
		box-shadow: 0 0 20px 25px rgb(0 0 0 / 3%);
	}
	#about-sec.about-inner p
	{
		font-size: 15px;
	}
	.service-page-detail .page-single
	{
		margin-right: 0;
	}
	.page-content.style2
	{
		padding: 23px;
	}
	.service-page-detail .page-content p
	{
		font-size: 15px;
	}
	.service-page-detail .page-content ul li
	{
		font-size: 15px;
		text-align: justify;
	}
	.sidebar-area .widget_categories
	{
		padding: 18px;
	}
	.product-detail-on-single-page .product-about
	{
		margin-top: 0;
	}

	/*
	*****************************
	*/
	.th-menu-wrapper .mobile-logo
	{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.th-menu-wrapper .mobile-logo a img
	{
		padding:0 15px;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.header-image img
	{
		height: 200px;
	}
	#about-sec{
		margin-top: 30px;
	}
	#about-sec .img-box1
	{
		margin-right: 0;
		margin-bottom: 20px;
	}
	#about-sec .sub-title
	{
		margin-bottom: 0;
	}
	#about-sec .title-area.mb-20
	{
		margin-bottom: 10px;
	} 
	#about-sec .desc-areas p
	{
		font-size: 15px;
		line-height: 1.5;
	}
	.about-signature_wrapper
	{
		margin: 20px 0 0 0;
	}
	#nav-tabContent .service-box_text{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.consultation-title-area
	{
		padding: 40px 10px 0;
	}
	.consultation-title-area .sec-title
	{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.consultation-title-area .title-area
	{
		margin-bottom: 15px;
	}
	.consultation-title-area .title-area .sub-title
	{
		display: inline-block;
		text-align: center;
	}
	.consultation-image
	{
		text-align: center;
	}
	.consultation-image img
	{
		max-width: 250px;
	}
	.counter-area
	{
		padding: 10px 0;
	}
	.counter-card.style2
	{
		padding:25px 0;
	}
	#clients
	{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	section.client-home #clients .clients-colom .image img
	{
		height: 90px;
	}
	.footer-layout1 .widget-area
	{
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.th-widget-about .about-text
	{
		font-size: 14px;
		font-weight: 500;
	}
	.widget_nav_menu .menu-all-pages-container .menu li a
	{
		font-size: 14px;
		font-weight: 500;
	}
	.th-widget-about .footer-info
	{
		font-size: 14px;
		font-weight: 500;
	}
	.footer-widget
	{
		margin-bottom: 25px;
	}
	.innerPage .breadcumb-wrapper
	{
		padding: 45px 0;
	}
	.innerPage .breadcumb-wrapper .breadcumb-title
	{
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}
	.innerPage .breadcumb-wrapper .breadcumb-menu
	{
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	#about-sec.about-inner
	{
		margin-top: 30px;
	}
	.service-page-detail
	{
		margin-top: 30px;
	}
	.product-detail-on-single-page
	{
		margin-top: 30px;
	}
	#about-sec.about-inner .img-box3
	{
		margin-bottom: 20px;
	}
	#about-sec.about-inner .img-box3 .img1:before
	{
		box-shadow: 0 0 20px 25px rgb(0 0 0 / 3%);
	}
	#about-sec.about-inner p
	{
		font-size: 15px;
	}
	.service-page-detail .page-single
	{
		margin-right: 0;
	}
	.page-content.style2
	{
		padding: 23px;
	}
	.service-page-detail .page-content p
	{
		font-size: 15px;
	}
	.service-page-detail .page-content ul li
	{
		font-size: 15px;
		text-align: justify;
	}
	.sidebar-area .widget_categories
	{
		padding: 18px;
	}
	.product-detail-on-single-page .product-about
	{
		margin-top: 0;
	}
	.products-section-home .margin-top-reduce
	{
		width: 50%;
	}
	.counter-sec .counter-card-wrap
	{
		width: 50%;
	}
	.newsletter-widget
	{
		max-width: 100%;
	}
	.innerPage .title-area .sec-title br
	{
		display: none;
		margin-top: 15px;
	}
	.product-page .product-detail-on-single-page .container
	{
		max-width: 90%;
	}
	/*
	*****************************
	*/
	.th-menu-wrapper .mobile-logo
	{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.th-menu-wrapper .mobile-logo a img
	{
		padding:0 15px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.header-image img
	{
		height: 300px;
	}
	#about-sec{
		margin-top: 30px;
	}
	#about-sec .img-box1
	{
		margin-right: 0;
		margin-bottom: 20px;
	}
	#about-sec .sub-title
	{
		margin-bottom: 0;
	}
	#about-sec .title-area.mb-20
	{
		margin-bottom: 10px;
	} 
	#about-sec .desc-areas p
	{
		font-size: 16px;
		line-height: 1.5;
	}
	.about-signature_wrapper
	{
		margin: 20px 0 0 0;
	}
	#nav-tabContent .service-box_text{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.consultation-title-area
	{
		padding: 40px 10px 0;
	}
	.consultation-title-area .sec-title
	{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.consultation-title-area .title-area
	{
		margin-bottom: 15px;
	}
	.consultation-title-area .title-area .sub-title
	{
		display: inline-block;
		text-align: center;
	}
	.consultation-image
	{
		text-align: center;
	}
	.consultation-image img
	{
		max-width: 250px;
	}
	.counter-area
	{
		padding: 10px 0;
	}
	.counter-card.style2
	{
		padding:25px 0;
	}
	#clients
	{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	section.client-home #clients .clients-colom .image img
	{
		height: 90px;
	}
	.footer-layout1 .widget-area
	{
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.th-widget-about .about-text
	{
		font-size: 16px;
		font-weight: 500;
	}
	.widget_nav_menu .menu-all-pages-container .menu li a
	{
		font-size: 16px;
		font-weight: 500;
	}
	.th-widget-about .footer-info
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-widget
	{
		margin-bottom: 25px;
	}
	.innerPage .breadcumb-wrapper
	{
		padding: 45px 0;
	}
	.innerPage .breadcumb-wrapper .breadcumb-title
	{
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}
	.innerPage .breadcumb-wrapper .breadcumb-menu
	{
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	#about-sec.about-inner
	{
		margin-top: 30px;
	}
	.service-page-detail
	{
		margin-top: 30px;
	}
	.product-detail-on-single-page
	{
		margin-top: 30px;
	}
	#about-sec.about-inner .img-box3
	{
		margin-bottom: 20px;
	}
	#about-sec.about-inner .img-box3 .img1:before
	{
		box-shadow: 0 0 20px 25px rgb(0 0 0 / 3%);
	}
	#about-sec.about-inner p
	{
		font-size: 15px;
	}
	.service-page-detail .page-single
	{
		margin-right: 0;
	}
	.page-content.style2
	{
		padding: 23px;
	}
	.service-page-detail .page-content p
	{
		font-size: 16px;
	}
	.service-page-detail .page-content ul li
	{
		font-size: 16px;
		text-align: justify;
	}
	.sidebar-area .widget_categories
	{
		padding: 18px;
	}
	.product-detail-on-single-page .product-about
	{
		margin-top: 0;
	}
	.products-section-home .margin-top-reduce
	{
		width: 50%;
	}
	.counter-sec .counter-card-wrap
	{
		width: 50%;
	}
	.newsletter-widget
	{
		max-width: 100%;
	}
	.innerPage .title-area .sec-title br
	{
		display: none;
		margin-top: 15px;
	}
	.product-page .product-detail-on-single-page .container
	{
		max-width: 90%;
	}
	/*
	*****************************
	*/
	.th-menu-wrapper .mobile-logo
	{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.th-menu-wrapper .mobile-logo a img
	{
		padding:0 20px;
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.header-image img
	{
		height: 350px;
	}
	#about-sec{
		margin-top: 30px;
	}
	#about-sec .img-box1
	{
		margin-right: 0;
		margin-bottom: 20px;
		margin-left: 50px;
	}
	#about-sec .sub-title
	{
		margin-bottom: 0;
		text-align: center;
	}
	#about-sec .title-area.mb-20
	{
		margin-bottom: 10px;
		text-align: center;
	} 
	#about-sec .desc-areas p
	{
		font-size: 16px;
		line-height: 1.5;
	}
	.about-signature_wrapper
	{
		margin: 20px 0 0 0;
		margin-left: auto;
		margin-right: auto;
	}
	.about-signature_wrapper .th-btn
	{
		margin: auto;
	}
	#nav-tabContent .service-box_text{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.consultation-title-area
	{
		padding: 40px 10px 0;
	}
	.consultation-title-area .sec-title
	{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.consultation-title-area .title-area
	{
		margin-bottom: 15px;
	}
	.consultation-title-area .title-area .sub-title
	{
		display: inline-block;
		text-align: center;
	}
	.consultation-image
	{
		text-align: center;
	}
	.consultation-image img
	{
		max-width: 250px;
	}
	.counter-area
	{
		padding: 10px 0;
	}
	.counter-card.style2
	{
		padding:25px 0;
	}
	section.client-home #clients .clients-colom .image img
	{
		height: 100px;
	}
	.footer-layout1 .widget-area
	{
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.th-widget-about .about-text
	{
		font-size: 16px;
		font-weight: 500;
	}
	.widget_nav_menu .menu-all-pages-container .menu li a
	{
		font-size: 16px;
		font-weight: 500;
	}
	.th-widget-about .footer-info
	{
		font-size: 15px;
		font-weight: 500;
	}
	.footer-widget
	{
		margin-bottom: 25px;
	}
	.innerPage .breadcumb-wrapper
	{
		padding: 45px 0;
	}
	.innerPage .breadcumb-wrapper .breadcumb-title
	{
		font-size: 35px;
		line-height: 40px;
		text-align: center;
	}
	.innerPage .breadcumb-wrapper .breadcumb-menu
	{
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	#about-sec.about-inner
	{
		margin-top: 30px;
	}
	.service-page-detail
	{
		margin-top: 30px;
	}
	.product-detail-on-single-page
	{
		margin-top: 30px;
	}
	#about-sec.about-inner .img-box3
	{
		margin-bottom: 20px;
	}
	#about-sec.about-inner .img-box3 .img1:before
	{
		box-shadow: 0 0 20px 25px rgb(0 0 0 / 3%);
	}
	#about-sec.about-inner p
	{
		font-size: 15px;
	}
	.service-page-detail .page-single
	{
		margin-right: 0;
	}
	.page-content.style2
	{
		padding: 23px;
	}
	.service-page-detail .page-content p
	{
		font-size: 16px;
	}
	.service-page-detail .page-content ul li
	{
		font-size: 16px;
		text-align: justify;
	}
	.sidebar-area .widget_categories
	{
		padding: 18px;
	}
	.product-detail-on-single-page .product-about
	{
		margin-top: 0;
	}
	.products-section-home .margin-top-reduce
	{
		width: 33.333%;
	}
	.counter-sec .counter-card-wrap
	{
		width: 25%;
	}
	.counter-sec .container
	{
		max-width: 100%;
	}
	.counter-sec .counter-card.style2
	{
		text-align: center;
	}
	.newsletter-widget
	{
		max-width: 100%;
	}
	.innerPage .title-area .sec-title br
	{
		display: none;
		margin-top: 15px;
	}
	.product-page .product-detail-on-single-page .container
	{
		max-width: 90%;
	}
	.consultation-sec .align-items-end
	{
		-webkit-box-align: start!important;
		    -webkit-align-items: flex-start!important;
		    -ms-flex-align: start!important;
		    align-items: flex-start!important;	
	}

	.service-page-detail .widget_categories ul
	{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 10px;
	}
	.service-page-detail .widget_categories ul li a
	{
		height: 100%;
		margin-bottom: 0;
	}

	/*
	*****************************
	*/
	.th-menu-wrapper .mobile-logo
	{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.th-menu-wrapper .mobile-logo a img
	{
		padding:0 20px;
		padding-left: 0;
	}
}



.sticky-left-image
{
	position: sticky;
	top: 30px;
}
.quality  .checklist.style2 li
{
	margin-bottom: 20px;
	font-size: 17px !important;
}


#about-sec.about-inner .table001 tbody tr td p
{
	margin-bottom: 0;
}
#about-sec.about-inner .table001 tbody tr:nth-child(1) td
{
	background-color:var(--theme-color);
}
#about-sec.about-inner .table001 tbody tr:nth-child(1) td p
{
	color: var(--bs-white) !important;
}
#about-sec.about-inner .table001 tbody tr td p{
	color: #222;
	padding: 2px 15px;
}
#about-sec.about-inner .table001 tbody tr:nth-child(even) td
{
	background-color: #eaeaea;
}

@media screen and (max-width: 480px)
{
	#about-sec.about-inner .table001 tbody tr:nth-child(1)
	{
		display: none;
	}
	#about-sec.about-inner .table001 tbody tr td:nth-child(1)
	{
		display: none;
	}
	#about-sec.about-inner .table001 tbody tr td p
	{
		text-align: left;
		font-size: 13px;
		font-weight: 600;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	#about-sec.about-inner .table001 tbody tr:nth-child(1)
	{
		display: none;
	}
	#about-sec.about-inner .table001 tbody tr td:nth-child(1)
	{
		display: none;
	}
	#about-sec.about-inner .table001 tbody tr td p
	{
		text-align: left;
		font-size: 14px;
		font-weight: 600;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	#about-sec.about-inner .table001 tbody tr td p
	{
		text-align: left;
	}
}

/* ----------------------------------- */

.services-home-scroller .service-box 
{
    margin:0 10px;
}

.services-home-scroller .slick-arrow,
.services-home-scroller .slick-arrow:hover,
.services-home-scroller .slick-arrow:focus
{
    width:40px;height:40px;background-color:var(--theme-color);
    text-align:center;
    z-index:4;
}
.services-home-scroller .slick-arrow i\{
    line-height:40px;
}


.brochure-button-heading a
{
    background-color: var(--theme-color);
    color: #fff;
    font-size: 25px;
    padding: 12px 42px;
    border-radius: 48px;
    display:inline-block;
}