:root{
	--primary: #AA101D;
	--lightgrey: #F7F8FA;
	--primaryfont: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	--secondaryfont: 'Syne',Helvetica,Arial,Lucida,sans-serif;
}
body {
	padding-top: 143px;
}
.admin-bar  .site-header {
	top: 32px;
}
.et-l.et-l--header {
	z-index: 99;
	position: relative;
}
.site-header {
	position: fixed;
	width: 100%;
	top: 0
}

.et-l.et-l--header {
	z-index: 99;
	position: relative;
}
.site-header .site-menu .et-menu {
	align-items: center;
}
.site-header .site-menu ul .menu-btn.menu-item a {
	background-color: var(--primary);
	padding: 6px 30px !important;
	line-height: inherit !important;
	height: 40px;
	color: #fff !important;
	border-radius: 30px;
}
 .site-menu .et_pb_menu__logo {
	max-width: 180px;
	transition: .3s;
}
.fixed-header  .site-menu .et_pb_menu__logo {
	max-width: 130px;
	transition: .3s;
}
.et_pb_section.home-hero {
	min-height: 750px;
	display: flex;
}
.hero-content__row .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-slider {
	margin-bottom: 0 !important;
}
.hero-slider .slick-dots {
	bottom: -50px;
}
.hero-slider .slick-dots li {
	text-align: center;
}
.hero-slider .slick-dots li button:before {
	display: none;
}
.hero-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 10px;
	opacity: .75;
}
.hero-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.hero-slider__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.hero-slider__content {
	width: 100%;
	max-width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}
.hero-slider__media {
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
}
.hero-slider__content h1 {
	color: #fff;
	font-size: 52px;
	margin-bottom: 30px;
}
.hero-btn .btn {
	background-color: #fff;
	margin-top: 30px;
	display: inline-block;
	padding: 12px 35px;
	border-radius: 30px;
	transition: .3s;
}
.hero-btn .btn:hover {
	transition: .3s;
	opacity: .8;
}

.et_pb_module.about-media {
	width: 100%;
	position: relative;
	padding-left: 40px;
	padding-bottom: 40px;
}
.et_pb_module.about-media .et_pb_image_wrap {
	width: 100%;
	position: relative;

}
.et_pb_module.about-media .et_pb_image_wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	left: -40px;
	top: 40px;
	border: 1px dashed var(--primary);
	position: absolute;
	border-radius: 40px;
	z-index: -1;
}
.et_pb_module.about-media .et_pb_image_wrap img {
	width: 100%;
	border-radius: 40px;
}
.home-about__col .et_pb_blurb_content {
	max-width: 100% !important;
}
.color-primary {
	color: var(--primary);
}
.ta-row {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-4 {
	width: 33.33%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.product-single__wrap{
	margin-bottom: 20px;
}
.product-single {
	background-color: #F7F8FA;
	border: 1px solid #dadada;
	height: 100%;
	padding: 0 0 100px 0;
	border-radius: 30px;
	position: relative;
	text-align:center;
	transition: .3s;
	overflow: hidden;
}
.product-single:hover{
	background-color: var(--primary);
	transition: .3s;
}
.product-single__media {
	aspect-ratio: 16/11;
	overflow: hidden;
	display: block;
	transition: .3s;
}
.product-single__media:hover{
	opacity: .85;
	transition: .3s;
}
.product-single__media img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-single__read__content {
	text-align: center;
	padding: 30px 30px 0 30px;
	font-size: 20px;
}
.product-single:hover .product-single__read__content{
	color: #fff;
}
.product-single__read__content h3{
	margin-bottom: 20px;
}
.product-single__read__content h3 a {
	color: #000;
	font-size: 28px;
	line-height: 1.5;
}
.product-single:hover .product-single__read__content h3 a{
	color: #fff;
}
.product-single__read {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.product-single__read a {
	background-color: transparent;
	padding: 10px 60px;
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
	font-family: var(--secondaryfont);
	border-radius: 30px;
	border: 1px solid var(--primary);
	transition: .3s;
}
.product-single:hover .product-single__read a, .product-single__read a:hover{
	background-color: #fff;
	border-color: #fff;
	transition: .3s;
}

.product-single.product-more {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-single.product-more .product-single__read__content h3{
	font-size: 50px;
	transition: .3s;
}
.product-single.product-more:hover .product-single__read__content h3{
	transition: .3s;
	color: #fff;
}
.product-single.product-more .product-single__read {
	position: inherit;
	transform: none;
	margin-top: 30px;
	display: block;
}
.home-video .et_pb_video_box {
	overflow: hidden;
	border-radius: 30px;
	aspect-ratio: 9/16;
}
.home-video video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.et_pb_column.contact-info__col {
	margin-top: 114px;
}
.contact-info__blurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0;
	padding-top: 3px;
}
.contact-info__blurb .et_pb_blurb_container {
	padding-left: 8px !important;
}
.contact-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.contact-social ul li {
	margin-right: 10px;
}
.contact-social ul li a {
	transition: .3s;
}
.contact-social ul li a:hover {
	transition: .3s;
	opacity: .8;
}
.contact-form .form-group {
	margin-bottom: 15px;
}
.contact-form .form-group label {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}
.contact-form .form-group .form-control {
	border: 1px solid #707070;
	width: 100%;
	height: 48px;
	background-color: transparent;
}
.contact-form .form-group textarea.form-control {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 140px;
	height: 140px;
	max-height: 140px;
}
.contact-form .contact-btn {
	background-color: var(--primary);
	color: #fff;
	font-size: 18px;
	border: 0;
	padding: 16px 40px;
	font-weight: 500;
}
.full-map .et_pb_code_inner {
	aspect-ratio: 16/6;
	overflow: hidden;
}
.full-map .et_pb_code_inner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.client-slider .slick-track {
    display: flex !important;
}

.client-slider .slick-slide {
	height: inherit !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	margin: 0 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.client-slider__single img {
	max-height: 80px !important;
	display: inline-block !important;
}
.cus-carousel .slick-prev::before, .cus-carousel .slick-next::before {
	display: none;
}
.cus-carousel .slick-arrow {
	top: -80px;
	transform: none;
	background-size: cover;
	width: 50px;
	height: 50px;
	opacity: 1;
}
.cus-carousel .slick-arrow:hover{
	opacity: .8;
}
.cus-carousel .slick-prev, .cus-carousel .slick-prev:hover, .cus-carousel .slick-prev:focus {
	right: 70px;
	background-image: url('/paperbag/wp-content/uploads/2024/10/arrow-prev.png');
	left: auto;
}
.cus-carousel .slick-next, .cus-carousel .slick-next:hover, .cus-carousel .slick-next:focus {
	right: 0;
	background-image: url('/paperbag/wp-content/uploads/2024/10/arrow-next.png');
}
.cus-carousel .slick-track {
    display: flex !important;
}

.cus-carousel .slick-slide {
    height: inherit !important;
}
.testimonails-slider__single {
	background-color: var(--lightgrey);
	padding: 30px 30px;
	margin: 0 15px;
}

.testimonails-author {
	display: flex;
	align-items: center;
}

.testimonails-author__media {
	min-width: 90px;
	max-width: 90px;
	width: 90px;
	height: 90px;
	min-height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.testimonails-author__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.testimonails-author__info h3 {
	font-weight: 600;
	font-size: 24px;
}
.testimonails-author__info h4{
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 0;
}
.testimonails-content {
	padding: 40px 0;
	font-size: 18px;
	line-height: 1.7;
}
.testimonails-footer__icon {
	max-width: 150px;
	float: right;
}

.footer-visiting__card .et_pb_image_wrap {
	width: 100%;
}

.footer-visiting__card .et_pb_image_wrap img {
	width: 100%;
}
.et_pb_row.valign-center__column .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.et_pb_column.media-right__col {
	order: 2 !important;
	margin-right: 0;
	margin-left: 5.5%;
}
.single-page .container {
	width: 92%;
}
.page-hero {
	background-color: var(--primary);
	background-image: url(https://tatech.in/paperbag/wp-content/uploads/2024/09/2148550565.png);
	background-size: cover;
	background-position: 50% 50%;
	padding: 6% 0;
}
.page-hero__content {
	text-align: center;
}
.page-hero__content h1{
	font-size: 48px;
	color: #fff;
}
.section-padding {
	padding: 6% 0;
}
.ta-col-6 {
	width: 100%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.half-content__media {
	overflow: hidden;
	height: 100%;
	align-items: center;
	display: flex;
	padding-right: 80px;
}
.half-content__media img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 20px;
}
.half-content__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-product__btn {
	margin-top: 20px;
}
.btn-primary {
	color: #fff;
	border-radius: 30px;
	background-color: var(--primary);
	padding: 12px 40px;
	display: inline-block;
	font-size: 18px;
	transition: .3s;
}
.btn-primary:hover {
	opacity: .8;
	transition: .3s;
}
.get-quote__popup  {
	border-radius: 20px;
	padding: 30px !important;
	padding-bottom: 10px !important;
} 
.contact-form.get-quote--form .form-group .form-control {
	height: 42px;
}
.contact-form.get-quote--form .form-group {
	margin-bottom: 10px;
}
.contact-form.get-quote--form .form-group label {
	font-size: 16px;
	margin-bottom: 4px;
}
.contact-form.get-quote--form .form-group textarea.form-control {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	height: 140px;
	max-height: 100px;
}
.contact-form.get-quote--form .contact-btn {
	width: 100%;
}
.contact-form.get-quote--form .contact-btn {
	width: 100%;
	margin-top: 10px;
}
body #et-boc .area-outer-wrap .da-close {
	background-color: transparent !important;
	box-shadow: none !important;
	font-size: 40px !important;
	font-weight: normal;
	color: #000 !important;
	right: 7px;
	top: 8px;
}
.blog-list__col {
	margin-bottom: 30px;
}
.blog-list__single {
	height: 100%;
}
.blog-list__media {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	aspect-ratio: 16/10;
	transition: .3s;
}
.blog-list__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.blog-list__media:hover img {
	transition: .3s;
	transform: scale(1.10);
}
.blog-list__content {
	margin-top: 15px;
	font-size: 16px;
}
.blog-list__date {
	color: #000;
}
.blog-list__content h3 {
	margin-top: 15px;
}

.blog-list__content h3 a {
	font-size: 20px;
	transition: .3s;
	color: var(--primary);
}
.blog-list__content h3 a:hover {
	transition: .3s;
	color: var(--secondary);
}
.single-blog__hero {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 40vh;
	max-height: 500px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}
.single-blog__hero::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}
.single-blog .container {
	max-width: 960px;
	width: 92%;
}
.page-circle__hero-content {
	position: relative;
	z-index: 9;
}
.page-hero__title h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.blog-content__section {
	font-size: 16px;
}
.blog-content__section h2, .blog-content__section h3, .blog-content__section h4, .blog-content__section h5, .blog-content__section h6 {
	margin-top:20px;
}
.blog-content__section h2 {
	font-size: 32px;
}
.blog-content__section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.related-blogs__wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}
.related-blogs__wrap .related-blogs__title {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}
.related-blogs .slick-track {
    display: flex !important;
}

.related-blogs .slick-slide {
    height: inherit !important;
}

.related-blogs__single {
	padding: 0 10px 35px 10px;
	position: relative;
}
.related-blogs__single .blog-list__content {
	font-size: 16px;
}
.related-blogs__single .blog-list__content h3 a {
	font-size: 20px;
	transition: .3s;
}

.related-blogs .slick-dots {
	bottom: -50px;
}
.related-blogs .slick-dots li button:before {
	display: none;
}
.related-blogs .slick-dots li button {
	background-color: transparent;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid var(--primary);
}
.related-blogs .slick-dots li.slick-active button {
	background-color: var(--primary);
	border: 1px solid var(--primary);
}
@media(max-width:1049px){ 
	.site-menu .et_pb_menu__logo {
		max-width: 160px;
	}
	.hero-roll__row {
		display: none;
	}
	.product-single__read__content h3 a {
		font-size: 20px;
	}
	.product-single__read__content {
		font-size: 18px;
		padding: 30px 20px 0 20px;
	}
	.product-single.product-more .product-single__read__content h3 {
		font-size: 36px;
	}
	.testimonails-author__info h3 {
		font-size: 18px;
	}
	.testimonails-author__info h4 {
		font-size: 16px;
	}
	.testimonails-content {
		font-size: 16px;
	}
	.testimonails-slider__single {
		padding: 30px 20px;
	}
	.half-content__media {
		padding-right: 15px;
	}
}
@media(max-width:980px){
	.site-header .site-menu ul .menu-btn.menu-item a {
		text-align: center;
	}
	.hero-slider__media, .hero-slider__content {
		max-width: 100%;
		align-items: center;
		text-align: center;
	}
	.hero-slider__content h1 {
		font-size: 46px;
	}
	.hero-slider__media {
		margin-top: 50px;
	}
	.hero-slider__media img {
		max-width: 500px;
		width: 90%;
	}
	.hero-media .et_pb_image_wrap {
		width: 500px;
	}
	.et_pb_module.about-media {
		max-width: 500px;
		margin: 0 auto;
	}
	.ta-col-4.product-single__wrap {
		width: 50%;
	}
	.et_pb_column.contact-info__col {
		margin-top: 0;
	}
	.contact-info__blurb .et_pb_blurb_content {
		max-width: 100%;
	}
	.et_pb_column.media-right__col {
		margin-left: 0;
	}
	.page-hero__content h1 {
		font-size: 42px;
	}
	.single-product__info .ta-col-6 {
		max-width: 100%;
	}
	.half-content__media {
		max-width: 450px;
		margin: 0 auto;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.half-content__content {
		align-items: center;
		text-align: center;
	}
	.site-menu .et_pb_menu__logo {
		max-width: 140px;
	}
	.page-hero__title h1 {
		font-size: 42px;
	}
}
@media(max-width:767px){
.product-single__read__content h3 a {
		font-size: 18px;
	}
	.product-single__read__content {
		font-size: 16px;
	}
	.page-hero__content h1 {
		font-size: 36px;
	}
	.hero-slider__content {
		font-size: 16px;
	}
	.hero-slider__content h1 {
		font-size: 36px;
	}
	
}
@media(max-width:575px){
	.ta-col-4.product-single__wrap {
		width: 100%;
	}
	.testimonails-slider.cus-carousel {
		margin-top: 80px;
	}
	.page-hero__content h1 {
		font-size: 32px;
	}
	.hero-slider__content h1 {
		font-size: 32px;
	}
	.ta-col-4.blog-list__col {
		width: 100%;
	}
	.page-hero__title h1 {
		font-size: 36px;
	}
	.single-blog__hero {
		min-height: 30vh;
	}
	.related-blogs__wrap {
		padding-top: 0;
	}
}