/*

::-moz-selection {

	background:rgba(0,0,0,0);

	}

::selection { 

	background:rgba(0,0,0,0);

	} 	

*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

img,
a {
	border: none;
	outline: none;
}

a {
	text-decoration: none !important;
	cursor: pointer !important;
}

ul {
	margin-bottom: 0px !important;
}

ul,
li {
	list-style: none;
}

input,
textarea,
select {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px !important;
}

.alignleft {
	float: left;
	margin: 0 10px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0px 15px 10px;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}

.clear:after {
	display: block;
	clear: both;
	content: '';
}

.spacer10 {
	height: 10px;
}

.spacer15 {
	height: 15px;
}

.spacer20 {
	height: 20px;
}

.spacer25 {
	height: 25px;
}

.spacer30 {
	height: 30px;
}

.spacer40 {
	height: 40px;
}

.boxSizing {
	box-sizing: border-box;
}

.container {
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}

@media (max-width: 575px) {
	.container {
		max-width: 100% !important;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px !important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px !important;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1170px !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1300px !important;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1400px !important;
	}
}

@media (min-width: 1650px) {
	.container {
		max-width: 1600px !important;
	}
}

.container:after {
	clear: both;
	display: block;
	content: '';
}

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

============ Header Css Begin ===========

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

.main_nav {
	width: auto;
}

._header {
	padding: 5px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.carousel-inner_video {}

.carousel-inner {
	position: relative;
	width: 100%;
}

.right_social {
	justify-content: right;
}

.logo a {
	color: #fff;
}

navbar {
	padding: 0;
}

.navbar-toggler-icon {
	height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.navbar-toggler-icon .bar {
	height: 3px;
	width: 30px;
	background: #373435;
	margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
	margin-bottom: 0;
}

.change .bar-1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
	opacity: 0;
}

.change .bar-3 {
	-webkit-transform: rotate(45deg) translate(-5px, -7px);
	transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
	display: block;
	padding: 10px 15px;
	background: #777777;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.navbar-collapse {
	position: fixed;
	background: #373435;
	left: 0;
	top: 0;
	height: 100%;
	width: 300px;
	z-index: 2;
	display: block;
	transition: transform 0.5s;
	transform: translateX(-100%);
}

.navbar-collapse.show {
	transform: translateX(0%);
}

.clickD {
	background: url(../images/down-arrow-white.png) no-repeat;
	background-size: 15px;
	height: 0;
	width: 0;
	background-position: center;
	top: 15px;
	position: absolute;
	transition: transform 0.5s;
	right: 20px !important;
}

.clickD.novola_Click {
	top: 20px;
}

.navbar .navbar-nav>li .clickD.toggled {
	transform: rotate(180deg);
}

.left_nav {
	justify-content: right;
	float: right;
}

.sub-menu {
	position: relative;
	opacity: 1;
	visibility: visible;
	display: none;
	width: 100%;
	padding: 10px 0;
	border-radius: 5px;
	z-index: 99;
}

.sub-menu li a {
	display: block;
	background: none;
}

.clickD.toggled~.sub-menu,
.toggled .sub-menu {
	display: block;
	top: 0;
}

.clickD.toggled~.sub-menu,
.toggled .sub-menu.SUB li {
	padding: 0 0 10px 10px;
}

.clickD.toggled~.sub-menu,
.toggled .sub-menu a {
	border-bottom: 0px;
}

._overHidden {
	overflow: hidden;
}

.navbar .navbar-nav>li {
	padding: 12px 15px;
	position: relative;
}

.navbar li a {
	color: #000;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 19px;
	padding-bottom: 3px;
}

._header._menu_fixed .navbar li a {
	color: #000000;
}

.navbar li a.active {
	color: #595959 !important;
	background: none;
}

.navbar li a:hover {
	color: #595959 !important;
	/*border-bottom: 1px solid #516887;*/

	background: none;
	transition: 0.5s;
}

.navbar li a:focus {
	color: #595959 !important;
}

.navbar-toggler {
	padding: 0;
}

.navbar {
	padding: 0px !important;
}

.navbar-brand {
	padding: 0px !important;
}

.logo img {
	width: 110%;
	padding-left: 30px;
}

.logo.changes img {
	width: 56%;
}

.collapse ul .login {
	float: right;
	padding-left: 130px;
}

.login ul li {
	margin-right: 10px;
}

.login ul li:last-child {
	margin-right: 0px;
}

.login ul li:last-child a {
	border: 2px solid #f7941d !important;
	color: #f7941d;
	padding: 10px 15px;
	letter-spacing: 1px;
	width: 122px;
}

.login ul li {
	float: left;
}

.login ul li a {
	text-decoration: none;
	text-align: center;
	border: 2px solid #4c50a1;
	padding: 10px 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Cn';
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}

.login ul li a:hover {
	color: #fff;
}

.login ul li:last-child a:hover {
	color: #f7941d;
}

.collapse:not(.show) {
	display: block !important;
}

@media (min-width: 992px) {
	._mob-menu-hdr {
		display: none;
	}

	.navbar-collapse {
		position: unset;
		transform: translate(0);
		background: transparent;
		border: none;
	}

	.navbar-nav {
		flex-direction: row;
	}

	.navbar .navbar-nav>li {
		border: none;
		cursor: pointer;
	}

	.navbar-toggler {
		display: none;
	}

	/*.navbar li.menu-item-has-children a {

    padding-right: 30px;

}*/

	.clickD {
		right: 0;
		background-size: 12px;
	}

	.sub-menu {
		position: absolute;
		display: block;
		width: 200px;
		background: #fff;
		box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
		top: 110%;
		padding: 10px 0;
		border-radius: 5px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s;
		-ms-transition: all 0.4s;
		visibility: hidden;
		opacity: 0;
	}

	.sub-menu.SUB li {
		padding: 7px 15px 0px 10px;
	}

	.sub-menu.SUB li:last-child {
		padding: 5px 15px 7px 10px;
	}

	.sub-menu.SUB li:hover {
		background-color: #de544a;
	}

	.sub-menu.SUB li:hover a {
		color: #fff;
	}

	.sub-menu.SUB li a:hover {
		border-bottom: 0px;
	}

	.sub-menu li {
		list-style: none;
	}

	.sub-menu li a {
		color: #000;
	}

	.menu-item-has-children .clickD.toggled~.sub-menu {
		display: block;
		top: 100%;
		visibility: visible;
		opacity: 1;
		background: #fff;
	}

	._header._menu_fixed {
		position: fixed;
		z-index: 9999 !important;
		width: 100%;
		background-color: #fff;
		top: 0;
		transition: top 0.3s;
		box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 1025px) {
	.sub-menu {
		position: absolute;
		display: block;
		width: 260px;
		background: #fff;
		box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
		top: 110%;
		padding: 0px 0;
		border-radius: 5px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s;
		-ms-transition: all 0.4s;
	}

	.sub-menu li {
		list-style: none;
	}

	.sub-menu li a {
		color: #000;
	}

	.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
}

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

============ Header Css End  ===========

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



.top_haeder {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 999;
	background: none;
}

/*******************************

    About sec start

*******************************/



.about {
	overflow: hidden;
	padding: 30px 0;
}

.about .left_img {
	border: 1px solid #373435;
	padding: 30px;
	height: auto;
	width: 60%;
	margin: 0px auto;
}

.about .left_img img {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
	cursor: pointer;
}

.about .right_contact {
	overflow: hidden;
	/* padding-top: 30px;
	padding-left: 50px; */
}

.about .right_contact h2 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	padding-bottom: 20px;
	color: #373435;
	text-transform: capitalize;
}

.about .right_contact p {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	padding-bottom: 20px;
	text-align: left;
}

/*******************************

    About sec End

*******************************/



/*******************************

    Our Capabilities sec Start

*******************************/



.insight.capabilities {
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 70px;
	background-color: #e8e8e8;
	padding-bottom: 50px;
}

.insight.capabilities h2 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #373435;
	text-transform: capitalize;
	padding-bottom: 12px;
}

.insight.capabilities p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #2a2a2a;
	line-height: 28px;
	margin: 0px auto !important;
	width: 50%;
	padding-bottom: 15px;
}

.insight.capabilities .circle {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #fff;
	margin: 0px auto;
	transition: 0.5s;
	margin-bottom: 15px;
}

.insight.capabilities .circle:hover {
	box-shadow: #2a2a2a 0px 1px 10px -2px;
	transition: 0.5s;
}

.insight.capabilities .circle_cap {
	overflow: hidden;
	margin: 0px auto;
	display: block;
}

.insight.capabilities .circle_cap span {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	color: #2a2a2a;
	text-transform: capitalize;
	display: block;
}

.insight.capabilities .circle img {
	padding: 35px 35px;
}

.sewing {
	margin-top: 20px;
}

.Custom_Row {
	width: 90%;
	margin: 20px auto;
}

/*******************************

    Our Capabilities sec End

*******************************/



/*******************************

    Products sec Start

*******************************/



.product.eth_business {
	overflow: hidden;
	padding-bottom: 70px;
	padding-top: 4px;
}

.product.eth_business h2 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	color: #373435;
	text-transform: capitalize;
	padding-bottom: 12px;
}

.product.eth_business p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	color: #2a2a2a;
	padding-bottom: 20px;
	line-height: 28px;
}

.product.eth_business .circle {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #fff;
	margin: 0px auto;
	transition: 0.5s;
	box-shadow: #2a2a2a 0px 1px 10px -2px;
	margin-bottom: 15px;
}

.product.eth_business .circle_cap {
	overflow: hidden;
	margin: 0px auto;
	display: block;
}

.product.eth_business .circle_cap span {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	color: #2a2a2a;
	text-transform: capitalize;
	display: block;
	padding-bottom: 15px;
}

.product.eth_business .circle img {
	padding: 35px 35px;
}

.sewing {
	margin-top: 20px;
}

/*******************************

    Products sec End

*******************************/



/*******************************

    Footer sec Start

*******************************/



footer {
	overflow: hidden;
	padding: 16px 0;
	/*



background: -webkit-linear-gradient(-45deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%);

background: linear-gradient(135deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de544a', endColorstr='#4e97fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	background-color: #bfbfbf;
}

footer h5 {
	font-size: 22px;
	color: #373435;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.custom_row {
	margin: 0px auto;
	width: 75%;
	display: flex;
	justify-content: center;
}

.ethical_Custom_Row {
	width: 100%;
	margin-top: 0%;
}

footer img {
	padding-bottom: 15px;
}

footer .Custom_ROW {
	width: auto;
	margin: 0px auto;
	justify-content: center;
}

footer p {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	line-height: 28px;
}

.pl {
	padding-left: 30px;
}

footer p a.read_more {
	color: #111;
	font-weight: 500;
}

footer ul li {
	padding-bottom: 4px;
}

footer ul li a {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	/* text-transform: capitalize; */
}

footer ul li a.active {
	color: #595959;
}

footer ul li a .svg-inline--fa.fa-w-14 {
	margin-right: 10px;
}

footer ul li a:hover {
	transition: 0.5s;
	color: #fff;
}

footer ul li.contact {
	display: flex;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	text-transform: capitalize;
	line-height: 18px;
}

footer ul li.contact.con_email {
	text-transform: lowercase;
}

footer ul.contact li .icon {
	display: block;
}

footer .svg-inline--fa.fa-w-12 {
	margin-right: 10px;
}

footer .fa-whatsapp {
	margin-right: 10px;
}

footer .fa-envelope-open {
	margin-right: 10px;
}

ul.footer_scoail {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
}

ul.footer_scoail li {
	margin-right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	background-color: #4e97fd;
	padding: 4px 10px;
}

ul.footer_scoail li a.twitter {
	margin: 0 -2px;
}

ul.footer_scoail li a.gplus {
	margin: 0 -2px;
}

ul.footer_scoail li a.youtube {
	margin: 0 -3px;
}

ul.footer_scoail li a {
	text-align: center;
	color: #fff;
}

.footer_nav {
	max-width: 55%;
}

.cr_row_one {
	max-width: 20%;
}

.cr_row_two {
	max-width: 50%;
}

/*******************************

    Footer sec End

*******************************/



/******************************

    Copyright sec start

******************************/



.copyright {
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
	background-color: #e8e8e8;
}

.copyright p {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #373435;
}

.copyright p a {
	color: #373435;
}

/*******************************

    Copyright sec End

*******************************/



/**********************************

    Embroidery Page Css Start

**********************************/



.embro {
	padding: 70px 0 0 0;
}

.header_inner {
	background-color: #fff;
	box-shadow: 0 2px 10px 2px rgb(0 0 0 / 10%);
	position: relative;
}

.header_inner .navbar li a {
	color: #000000;
}

.about.embro .right_contact h2 {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.about.embro .right_contact h2::after {
	width: 90px;
	height: 2px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 10px;
	right: 0;
	margin: 0px auto;
}

.about.embro .right_contact p {
	text-align: center;
}

.embro_tab {
	padding: 70px 0;
}

.embro_tab .thumb {
	overflow: hidden;
	border-right: 1px solid #858585;
	height: 100%;
}

.embro_tab .thumb .row.thumb_list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.embro_tab .thumb .row.thumb_list {
	display: flex;
	justify-content: space-between;
	margin-right: 30px;
}

.embro_tab .thumb .row.thumb_list .round {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: #2a2a2a 0px 1px 10px -2px;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

.embro_tab .thumb .row.thumb_list a {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	padding-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	display: block;
}

.embro_tab .img_pre {
	overflow: hidden;
}

.embro_tab .img_pre .big_img_sec {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #858585;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
}

.embro_tab .img_pre .big_img_sec img {
	width: 100%;
	height: 600px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.embro_tab .img_pre .content_sec {
	overflow: hidden;
	background-color: #e8e8e8;
	padding: 10px 15px;
}

.embro_tab .img_pre .content_sec p {
	font-size: 18px;
	color: #635b5b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	padding-bottom: 0px;
	text-align: left;
}

.thumb_list div.list_active a,
.federal_tabs-menus li:hover a {
	color: #595959 !important;
}

#FrenchKnots {
	display: block;
}

.img_pre_active {
	display: none;
	float: none;
	width: auto;
	margin: 0px;
}

/**********************************

    Embroidery Page Css End

**********************************/



/**********************************

    Sustainability Page Css Start

**********************************/



.sus {
	overflow: hidden;
	padding: 70px 0;
}

.about.sus .right_contact {
	padding-top: 0px;
	padding-left: 0px;
}

.about.sus .right_contact h2 {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.about.sus .right_contact p {
	text-align: center;
}

.sus_inner {
	overflow: hidden;
	padding-bottom: 70px;
}

.sus_inner .ziz1 {
	overflow: hidden;
	padding-top: 70px;
	background-color: #e8e8e8;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
}

.sus_inner .ziz1 .inner_cap {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.sus_inner .ziz1 h4 {
	font-size: 26px;
	color: #635b5b;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
}

.sus_inner .ziz1 p {
	font-size: 16px;
	color: #635b5b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
}

.sus_inner .ziz1 .popup_image {
	width: auto;
	display: flex;
	justify-content: center;
}

.sus_inner .ziz1 .popup_image  img{
	width: 100%;
    max-width: 262px;
	border-radius: 6px;
}

.sus_inner .ziz1 .popup_image #myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.sus_inner .ziz1 .popup_image img.eye_one {
	width: 45% !important;
	max-width: initial !important;
	margin: 0px auto;
	display: block;
}

.sus_inner .ziz1 .popup_image #myImg:hover {
	/*opacity: 0.7;*/
}

.sus_inner .ziz1 .popup_image .modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 130px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.sus_inner .ziz1 .popup_image .modal-content {
	margin: auto;
	display: block;
	width: 90%;
	max-width: 100%;
}

.sus_inner .ziz1 .popup_image #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */

.sus_inner .ziz1 .popup_image .modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */

.sus_inner .ziz1 .popup_image .close {
	position: absolute;
	top: 128px;
	right: 35px;
	color: #666;
	font-size: 50px;
	font-weight: bold;
	transition: 0.3s;
}

.sus_inner .ziz1 .popup_image .close:hover,
.close:focus {
	color: #ff0000;
	text-decoration: none;
	cursor: pointer;
}



/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
	.sus_inner .ziz1 .popup_image .modal-content {
		width: 100%;
	}
}

.sus_inner .satya_sec {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}

.sus_inner .satya_sec .right_Content {
	overflow: hidden;
}

.sus_inner .satya_sec .right_Content h4 {
	font-size: 26px;
	color: #635b5b;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.sus_inner .satya_sec .right_Content p {
	font-size: 16px;
	color: #635b5b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
}

.sus_inner .satya_sec .left_logo {
	overflow: hidden;
}

.sus_inner .satya_sec .left_logo {
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
}

.sus_inner .satya_sec .left_logo img {
	height: auto;
	max-width: 100%;
	width: 100%;
	margin: 36px auto;
	display: block;
}

.sus_inner .satya_sec.panthera {
	padding-bottom: 0px;
}

.sus_inner .carei_sec {
	overflow: hidden;
	padding-top: 70px;
	background-color: #e8e8e8;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
}

.sus_inner .carei_sec .right_Content {
	overflow: hidden;
}

.sus_inner .carei_sec .right_Content h4 {
	font-size: 26px;
	color: #635b5b;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.sus_inner .carei_sec .right_Content p {
	font-size: 16px;
	color: #635b5b;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 28px;
	text-align: left;
	padding-bottom: 15px;
}

.sus_inner .carei_sec .left_logo {
	overflow: hidden;
}

.sus_inner .carei_sec .left_logo img {
	height: auto;
	width: 224px;
	margin: 56px auto;
	display: block;
}

/**********************************

    Sustainability Page Css End

**********************************/



/*****************************



    Scroll to top css start



*****************************/







.scrollTop {
	position: fixed;
	right: 2%;
	bottom: 10px;
	padding: 0px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}

.scrollTop span a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #373435;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scrollTop span a img {
	width: 26px;
	height: 23px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.scrollTop span a img:hover {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.padding10px {
	padding-top: 0 !important;
}

.close {
	position: absolute !important;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	z-index: 9999999999 !important;
	right: 26% !important;
	opacity: 0.6 !important;
	cursor: pointer;
}

.close:hover {
	position: absolute !important;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 1;
	color: #ff0000;
	text-shadow: 0 1px 0 #fff;
	z-index: 9999999999 !important;
	right: 26% !important;
	opacity: 0.6 !important;
	cursor: pointer;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50% !important;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	outline: 0;
	padding-top: 130px;
	background-color: rgba(0, 0, 0, 0.9);
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.carousel-indicators {
	display: none;
}

.modal2 {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content2 {
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
}

.modal-content2 img {
	width: 100%;
}

.close2 {
	color: #aaaaaa;
	float: right;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	right: 26%;
	top: 13%;
}

.close2:hover,
.close2:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.embro_tab .img_pre .big_img_sec1 {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #858585;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	width: 95%;
}

.embro_tab .img_pre .big_img_sec1 img {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
	height: 850px;
}

.embro_tab .img_pre .big_img_sec2 {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #858585;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	width: 95%;
}

.embro_tab .img_pre .big_img_sec2 img {
	width: 100%;
	height: 850px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.float-left {
	float: left !important;
	width: 60%;
	padding: 10px;
}

.float-right {
	float: right !important;
	width: 40%;
	padding: 10px;
}

/*****************************



    Scroll to top css end



*****************************/


.contact_sec {
	/* background: #000; */
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact_left {
	display: flex;
	align-items: center;
	padding: 60px 50px;
	/* background: #000; */
}

.contact_content h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}

.contact_content h5 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
}

.contact_content p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.contact_content a {
	color: #f9a825;
	text-decoration: none;
}

.contact_map iframe {
	min-height: 200px;
	width: 100%;
	height: 100%;
}


@media (max-width: 991px) {
	.contact_left {
		padding: 40px 25px;
		text-align: center;
	}

	.contact_map iframe {
		min-height: 150px;
	}
}

@media (max-width: 576px) {
	.contact_content h3 {
		font-size: 24px;
	}

	.contact_content h5 {
		font-size: 16px;
	}

	.contact_content p {
		font-size: 14px;
	}
}





/* Slider */
/* Section */
.slider-section {
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	background: #f5f5f5;
}

/* Container */
.container {
	width: 90%;
	max-width: 800px;
	position: relative;
}

/* Image Styling */
.owl-carousel .item {
	overflow: hidden;
	border-radius: 12px;
}

.owl-carousel .item img {
	width: 100%;
	/* height: 500px; */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
.owl-carousel .item:hover img {
	transform: scale(1.05);
}

/* Navigation Buttons */
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.6) !important;
	color: #fff !important;
	border: none;
	padding: 12px 16px !important;
	font-size: 18px;
	border-radius: 50%;
	transition: 0.3s;
	width: 30px;
	height: 30px;
}

.owl-nav button:hover {
	background: #000 !important;
}

/* Left & Right Position */
.owl-nav .owl-prev {
	left: -25px;
}

.owl-nav .owl-next {
	right: -25px;
}

/* Counter */
.counter {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 20px;
	z-index: 1;
}

/* Hide default dots */
.owl-dots {
	display: none;
}


.logo {
	/* height: 70px; */
	/* width: 200px; */
	width: 180px;
}

.logo img {
	height: 100%;
	width: 100%;
	padding-left: 0px;
}

@media (max-width: 575px) {
	.logo img {
		width: 120px !important;
		padding-left: 0px;
	}
}

/* Responsive */
@media (max-width: 768px) {
	/* .owl-carousel .item img {
		height: 350px;
	} */

	.owl-nav .owl-prev {
		left: 5px;
	}

	.owl-nav .owl-next {
		right: 5px;
	}

	.logo {
		width: 60px;
	}
}

@media (max-width: 480px) {
	.owl-carousel .item img {
		/* height: 300px; */
	}

	.counter {
		font-size: 12px;
		padding: 4px 8px;
	}


}


form label {
	font-size: 14px;
	color: rgb(0, 0, 0);
	font-weight: 500;
}

form label .requireField {
	color: red;
	font-size: 14px;
}

/* .main-footer-containers{
	    position: static;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
} */


.innercontent .circle img{
	width:100px;
}

.thank-you_sec{
	height: 50vh;
}

.thank-content{
	font-size: 20px;
	margin: 20px 0 !important;
}



/* Blog Style */

.thum {
	width: 100px;
}

.thum img{
	width: 100%;
	border-radius: 3px;
}

.recent li{
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.recent li a{
	color: #000;
	font-size: 16px;
	margin-bottom: 11px;
    width: 100%;
	gap: 8px;
}


/* ===============================
   Blog Details Page CSS
================================= */

.blog_sec {
    background: #f8f9fa;
}

.blog_sec .item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.blog_sec .item:hover {
    transform: translateY(-5px);
}

.blog_sec .post-img {
    position: relative;
    overflow: hidden;
}

.blog_sec .post-img img {
    width: 100%;
    transition: 0.5s;
}

.blog_sec .item:hover .post-img img {
    transform: scale(1.05);
}

.blog_sec .date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
}

.blog_sec .date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.blog_sec .date i {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog_sec h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
    line-height: 1.3;
}

.blog_sec .post-cont {
    padding: 35px;
}

.blog_sec .post-cont .tag {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blog_sec .post-cont p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}

.blog_sec .post-cont h3,
.blog_sec .post-cont h4 {
    color: #111;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.blog_sec .post-cont ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog_sec .post-cont ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 28px;
}

/* ===============================
   Social Share
================================= */

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.social-links span {
    font-weight: 600;
    color: #111;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}

.social-links a:hover {
    background: #000000;
    color: #fff;
    transform: translateY(-3px);
}

/* ===============================
   Sidebar
================================= */

.blog_sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.blog_sidebar h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
}

/* ===============================
   Responsive
================================= */

@media(max-width:991px){

    .blog_sec h2 {
        font-size: 30px;
    }

    .blog_sec .post-cont {
        padding: 25px;
    }

}

@media(max-width:767px){

    .blog_sec h2 {
        font-size: 24px;
    }

    .blog_sec .date {
        left: 15px;
        bottom: 15px;
        padding: 8px 15px;
    }

    .blog_sec .date span {
        font-size: 20px;
    }

    .social-links {
        justify-content: flex-start;
    }

}

/* ===================================
   Blog Sidebar Design
=================================== */

.news2-sidebar .widget {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid #f1f1f1;
}

/* Widget Title */

.news2-sidebar .widget-title {
    margin-bottom: 25px;
    position: relative;
}

.news2-sidebar .widget-title h6 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
    position: relative;
    padding-bottom: 12px;
}

.news2-sidebar .widget-title h6::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #303030;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px;
}

/* ===================================
   Recent Posts
=================================== */

.recent {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.recent li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Thumbnail */

.thum {
    width: 95px;
    min-width: 95px;
    overflow: hidden;
    border-radius: 10px;
}

.thum img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}

.recent li:hover .thum img {
    transform: scale(1.08);
}

/* Recent Post Title */

.recent li a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    transition: 0.3s;
}

.recent li a:hover {
    color: #303030;
}

/* ===================================
   Category List
=================================== */

.news2-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news2-sidebar ul li {
    margin-bottom: 14px;
}

.news2-sidebar ul li:last-child {
    margin-bottom: 0;
}

.news2-sidebar ul li a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    color: #444;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 18px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: 0.3s;
	gap: 10px;
}

.news2-sidebar ul li a:hover {
    background: #303030;
    color: #fff;
    transform: translateX(5px);
}

.news2-sidebar ul li a i {
    margin-right: 10px;
}

/* ===================================
   Responsive
=================================== */

@media(max-width:991px){

    .news2-sidebar .widget {
        padding: 25px;
    }

    .news2-sidebar .widget-title h6 {
        font-size: 22px;
    }

}

@media(max-width:767px){

    .recent li {
        gap: 12px;
    }

    .thum {
        width: 80px;
        min-width: 80px;
    }

    .thum img {
        height: 70px;
    }

    .recent li a {
        font-size: 15px;
        line-height: 24px;
    }

}


/* ===================================
   Blog Category Page CSS
=================================== */

/* Banner */

.banner-header {
    position: relative;
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.banner-header .caption {
    position: relative;
    z-index: 2;
}

.banner-header h3 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 1px;
}

/* Arrow */

.arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 3;
}

.arrow a {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    animation: bounce 2s infinite;
}

.arrow a:hover {
    background: #ed1c24;
    color: #fff;
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Section */

.section-padding {
    padding: 100px 0;
    /* background: #f8f9fa; */
}

/* ===================================
   Blog Card
=================================== */

.blogbox {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: 0.4s;
    height: 100%;
}

.blogbox:hover {
    transform: translateY(-8px);
}

/* Blog Image */

.blog-img {
    overflow: hidden;
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.5s;
}

.blogbox:hover .blog-img img {
    transform: scale(1.08);
}

/* Blog Content */

.blogbox {
    padding: 10px;
}

.blog-date {
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    margin: 22px 25px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blogbox h6 {
    margin: 0 25px 15px;
    line-height: 30px;
}

.blogbox h6 a {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.blogbox h6 a:hover {
    color: #353535;
}

.blogbox p {
    margin: 0 25px;
    color: #666;
    font-size: 15px;
    line-height: 28px;
}

/* ===================================
   Pagination
=================================== */

.pagination {
    gap: 10px;
    margin-top: 40px;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.pagination li.active a,
.pagination li a:hover {
    background: #414141;
    color: #fff;
}

/* ===================================
   Sidebar
=================================== */

.primary-sidebar {
    position: sticky;
    top: 100px;
}

/* ===================================
   Responsive
=================================== */

@media(max-width:1199px){

    .banner-header h3 {
        font-size: 42px;
    }

}

@media(max-width:991px){

    .section-padding {
        padding: 80px 0;
    }

    .banner-header {
        padding: 110px 0;
    }

    .banner-header h3 {
        font-size: 36px;
    }

    .primary-sidebar {
        margin-top: 50px;
    }

}

@media(max-width:767px){

    .banner-header {
        padding: 90px 0;
    }

    .banner-header h3 {
        font-size: 28px;
    }

    .blog-img img {
        height: 220px;
    }

    .blogbox h6 a {
        font-size: 20px;
    }

    .pagination li a {
        width: 40px;
        height: 40px;
    }

}


/* ======================================
   Blog Section
====================================== */

.section-padding{
    padding: 100px 0;
    background: #f8f9fa;
}

/* ======================================
   Blog Card
====================================== */

.chef-recommends-2{
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.chef-recommends-2:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* ======================================
   Blog Image
====================================== */

.chef-recommends-2 figure{
    width: 40%;
    margin: 0;
    overflow: hidden;
}

.chef-recommends-2 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.chef-recommends-2:hover figure img{
    transform: scale(1.08);
}

/* ======================================
   Blog Content
====================================== */

.chef-recommends-2 .caption{
    width: 60%;
    padding: 35px;
    position: relative;
}

.chef-recommends-2 .caption h3{
    margin-bottom: 12px;
}

.chef-recommends-2 .caption h3 a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    background: #f1f1f1;
    padding: 7px 14px;
    border-radius: 30px;
    transition: 0.3s;
}

.chef-recommends-2 .caption h3 a:hover{
    background: #000;
    color: #fff;
}

.chef-recommends-2 .caption h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 18px;
    color: #111;
}

.chef-recommends-2 .caption p{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 25px;
}

/* ======================================
   Divider
====================================== */

.chef-recommends-2 .border-2{
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* ======================================
   Footer Info
====================================== */

.info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* ======================================
   Read More Button
====================================== */

.link-btn.blck{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    transition: 0.3s;
}

.link-btn.blck:hover{
    color: #777;
    letter-spacing: 0.5px;
}

/* ======================================
   Date
====================================== */

.info-wrapper .icon{
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ======================================
   Pagination
====================================== */

.news-pagination-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
}

.news-pagination-wrap li a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.news-pagination-wrap li.active a,
.news-pagination-wrap li a:hover{
    background: #111;
    color: #fff;
}

/* ======================================
   Responsive
====================================== */

@media(max-width: 991px){

    .chef-recommends-2{
        flex-direction: column;
    }

    .chef-recommends-2 figure,
    .chef-recommends-2 .caption{
        width: 100%;
    }

    .chef-recommends-2 figure img{
        height: 300px;
    }

}

@media(max-width: 576px){

    .chef-recommends-2 .caption{
        padding: 25px;
    }

    .chef-recommends-2 .caption h4{
        font-size: 22px;
    }

    .chef-recommends-2 .caption p{
        font-size: 15px;
    }

    .news-pagination-wrap{
        gap: 8px;
    }

    .news-pagination-wrap li a{
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

}