/*
Author: RS Theme
Author URI: http://rstheme.com
Description: RS Menu is a fully responsive, easy-to-use, highly customized and creative Mega Menu
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL CSS THAT ARE APPLIED FOR ALL SCREEN SIZES
/*-----------------------------------------------------------------------------------*/

/*Topbar Part*/

.rs-topbar-part {
	background: transparent;
	padding: 15px 0;
}

.rs-topbar-part .rs-contact-info {
	display: flex;
}

.rs-topbar-part .rs-contact-info .contact-part {
	display: inline-block;
	margin-right: 25px;
}

.rs-topbar-part .rs-contact-info .contact-part i {
	margin-right: 10px;
}

.rs-topbar-part .rs-contact-info .contact-part i:before {
	font-size: 15px;
	color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part a {
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part .address {
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part:last-child {
	margin: 0;
}

.rs-topbar-part .topbar-sl-share .icon-part {
	color: #0b2ba7;
}

.rs-topbar-part .topbar-sl-share .icon-part li {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}

.rs-topbar-part .topbar-sl-share .icon-part li a i {
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
}

.rs-topbar-part .topbar-sl-share .icon-part li:last-child {
	margin: 0;
}


.main-menu {
	position: relative;
}

.main-menu::after {
	display: block;
	clear: both;
	content: "";
}

.rs-menu {
	float: left;
	clear: both;
	width: 100%;
	font-size: 0;
}

.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
	border: 0;
	margin: 0;
	padding: 0;
}

.rs-menu li {
	display: block;
	position: relative;
}

.rs-menu a {
	display: block;
	padding: 16px;
}

.rs-menu .row {
	float: left;
	width: 100%;
	position: relative;
}


.rs-header .menu-area .logo-area {
	position: relative;
}

.rs-header .menu-area .logo-area img {
	max-width: 100%;
	max-height: 25px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
	display: inline-block;
	margin-right: 45px;
	padding: 0;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
	color: #fff;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
	color: #ffa000;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
	margin-right: 0 !important;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
	margin: 0;
}

.rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.rs-header .menu-area .main-menu .rs-menu ul li.active a,
.rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
	color: #ffa000;
}


/*-----------------------------------------------------------------------------------*/
/*	SUB-MENUS SETTINGS 
/*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #111111;
}

.rs-menu ul ul.visible,
.rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
	display: block;
	z-index: 110;
}

/* Adjust position of mega-menu */
.rs-menu li:hover>ul.mega-menu>li>ul {
	position: relative;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
	background-color: #ffffff;
	margin: 0;
	padding: 15px 0;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	z-index: 99;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
	margin: 0;
	border: none;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
	padding: 10px 30px;
	height: unset;
	text-transform: capitalize;
	line-height: unset;
	color: #0a0a0a;
	font-weight: 400;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
	color: #ffa000;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
	color: #ffa000;
}



/*-----------------------------------------------------------------------------------*/
/*  APPEARANCE SETTINGS 
/*-----------------------------------------------------------------------------------*/
.rs-menu a {
	color: #bbb;

	/* Remove the blue Webkit background when element is tapped */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Modifies position of icons on the menu */
.rs-menu li i {
	margin-right: 10px;
	font-size: 16px;
	/* Make the font smoother for Chrome */
	transform: translate3d(0, 0, 0);
}

/* Put down arrows */
.nav-menu .rs-mega-menu>a span:after,
.nav-menu>.menu-item-has-children>a span:after {
	content: "\f107";
	font-family: FontAwesome;
	float: right;
	margin: 2px 0 0 5px;
}

.mega-menu h1,
.mega-menu h2,
.mega-menu h3 {
	margin-bottom: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
.rs-menu li {
	font-size: 14px;
}

.rs-menu .sub-menu li a {
	padding: 10px 14px;
}

/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {
	font-size: 15px;
	text-align: left;
}


/*-----------------------------------------------------------------------------------*/
/*  Off Canvas Part CSS
/*-----------------------------------------------------------------------------------*/
/*Nav Expandar Part*/

.expand-btn {
	float: right;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	top: 50%;
	transform: translateY(-50%)
}

.expand-btn span {
	display: inline-block;
	margin-right: 20px;
}

.expand-btn span a {
	padding: 0;
}

.expand-btn span a i:before {
	font-size: 15px;
	margin: 0;
}

.expand-btn span a.nav-expander i {
	font-weight: 700;
}

.expand-btn span a.nav-expander i:before {
	font-size: 21px;
	margin-left: 20px;
}

.expand-btn span:last-child {
	margin: 0;
}

.expand-btn .header-btn {
	padding: 10px 40px;
	background: #ffa000;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	font-weight: 600;
	font-family: 'Nunito', sans-serif;
}

.expand-btn .header-btn:hover {
	background: #fff;
	color: #333333;
}

.expand-btn .offcanvas-icon li span {
	background: #fff;
	height: 2px;
	width: 20px;
	display: block !important;
	margin: 0 0 4px 0 !important;
	border-radius: 30px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	list-style: none;
}

.expand-btn .offcanvas-icon li span:last-child {
	margin: 0 !important;
}

.expand-btn .offcanvas-icon:hover li span:nth-child(1) {
	width: 10px;
}

.expand-btn .offcanvas-icon:hover li span:nth-child(2) {
	width: 15px;
	transform: rotate(180deg);
}


/*Off Canvas Menu*/
.nav-expanded {
	position: relative;
}

.nav-expanded nav {
	right: 0 !important;
}

.off-wrap {
	position: absolute;
	width: 100%;
	background: #000;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease 0s;
}

.nav-expanded .off-wrap {
	opacity: 0.5;
	z-index: 99;
}

/*-----------------------------------------------------------------------------------*/
/*  TRANSITIONS AND EFECTS
/*-----------------------------------------------------------------------------------*/
.nav-menu ul {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {

	/*RESPONSE MENU*/
	.rs-menu {
		height: auto !important;
	}

	.rs-menu li {
		display: inline-block;
	}

	.nav-menu .rs-mega-menu {
		position: static;
	}

	.rs-menu ul ul.visible {
		visibility: hidden;
		opacity: 0;
	}

	/* Remove arrows if not in mobile */
	.nav-menu .menu-item-has-children>span,
	.nav-menu .rs-mega-menu>span {
		display: none;
	}

	/* Remove Menu Toggle if not in mobile */
	.rs-menu-toggle {
		display: none;
	}

	/* Remove Menu Close if not in mobile */
	.nav-menu div.sub-menu-close {
		display: none;
	}


	/* Show sub-menus in hover */
	.rs-menu li:active>ul,
	.rs-menu li:focus>ul,
	.rs-menu li:hover>ul,
	.rs-menu li:hover>ul.mega-menu>li>ul,
	.rs-menu li:hover ul.mega-menu .sub-menu {
		display: block;
		z-index: 17;
	}

	/* Adjust position the sub-menus in the left */
	.rs-menu ul ul li>ul {
		left: 100%;
	}

	/* Adjust position the sub-menus on the top */
	.rs-menu ul ul ul {
		top: 0;
	}

	.rs-menu ul ul {
		width: auto;
	}

	/* Sub-menus - width */
	.rs-menu ul ul a {
		width: 260px;
		/* <- Modify for width change */
	}

	.rs-header .menu-area.menu-sticky {
		transition: all 0.3s ease 0s;
	}

	.rs-header .menu-area.menu-sticky.sticky {
		background: #fff;
		position: fixed;
		z-index: 999;
		margin: 0 auto;
		border: none;
		padding: 0;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-name: sticky-animation;
		animation-name: sticky-animation;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.rs-header .menu-area.sticky .main-menu .rs-menu ul li>a {
		color: #161616;
	}

	.rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item>a {
		color: #ffa000;
	}

	.rs-header .menu-area.sticky .expand-btn .header-btn:hover {
		background: #161616;
		color: #fff;
	}

	/* Menu Transition*/
	.rs-menu ul ul {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transform: scaleY(0);
		transform-origin: 0 0 0;
	}

	.rs-menu li:active>ul,
	.rs-menu li:focus>ul,
	.rs-menu li:hover>ul,
	.rs-menu li:hover>ul.mega-menu>li>ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		transform: scaleY(1);
	}

	ul.mega-menu .sub-menu {
		transform: unset;
	}

	.rs-menu li:hover ul.mega-menu .sub-menu {
		transform: unset;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}

}

@media only screen and (max-width: 991px) {
	.rs-header .menu-area .logo-area {
		position: absolute;
		z-index: 1;
	}

	.rs-header .expand-btn {
		display: none;
	}

	.rs-menu {
		position: absolute;
		z-index: 999;
	}

	.rs-menu .row [class*="col-"] {
		float: left !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.nav-menu>li>a {
		border-bottom: 1px solid #131313;
		text-align: left;
	}

	.nav-menu>li:last-child a {
		border-bottom: none;
	}

	.rs-menu ul ul {
		display: none;
	}

	/*Options Menu Closed*/
	.nav-menu div.sub-menu-close {
		float: left;
		width: 100%;
		cursor: pointer;
		background: #f6f3ed;
		color: #000;
		font-size: 14px;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}

	.nav-menu div.sub-menu-close i {
		font-size: 16px;
		margin-right: 5px;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
		background: #fff;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
		display: block !important;
		margin-right: 0 !important;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 0 0 20px !important;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
		padding: 15px 0 0 !important;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.sub-menu .menu-title,
	.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 !important;
	}

	.rs-menu .rs-mega-menu .sub-menu div.sub-menu-close {
		display: none;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
		min-width: unset;
		width: 100%;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu ul.sub-menu {
		padding: 0;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
		width: 100% !important;
		padding: 0 !important;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
		box-shadow: none;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
		padding: 10px 15px;
	}

	.nav-menu>.menu-item-has-children>span.rs-menu-parent {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 49px;
		line-height: 49px;
		width: 45px;
		text-align: center;
		cursor: pointer;
		background: #ddd;
		z-index: 9;

		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
		display: block;
		position: absolute;
		background: #ddd;
		right: 0;
		top: 0;
		height: 50px;
		line-height: 50px;
		width: 45px;
		text-align: center;
		cursor: pointer;
		border-left: none;
		z-index: 9;
		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.nav-menu span.rs-menu-parent i {
		margin: 0;
	}

	.rs-menu-close {
		height: 0;
		overflow: hidden !important;
	}

	/*Menu Toggle Appearance*/
	.rs-menu-toggle {
		display: block;
		text-align: right;
		position: relative;
		height: auto;
		line-height: auto;
		cursor: pointer;
		color: #333;
		font-size: 22px;
		text-transform: uppercase;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

}

@media only screen and (max-width: 1080px) {
	.nav-menu>li>a i {
		display: none;
	}
}


/****************************** OURPRODUCTS PAGE *****************************/
.del_inHdr div.h1 {
	display: table;
	width: 100%;
}

/****************************** BREADCRUMB ******************************/
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #fff;
	content: ">" !important;
	font-size: 12px;
}

.breadcrumb-item a,
.breadcrumb-item {
	font-size: 12px !important;
}

/****************************** END BREADCRUMB ******************************/

/******************************* PRODUCTS LABEL *******************************/
label.OUR_PRODUCTS_LABEL {
	border-bottom: 1px solid #999;
	width: -webkit-fill-available;
	margin-bottom: 17px;
	border-color: rgba(0, 0, 0, 0.13);
	padding: 10px 0;
}

/******************************* END PRODUCTS LABEL *******************************/

/****************************** PRODUCTS CARDS ******************************/

#productlist .modal-content .modal-body .btn-close, 
#productlist .modal-content .modal-body .col.text-center,
#productlist .modal-content .modal-body .table td,
#productlist .modal-content .modal-body .table th,
#productlist .modal-content .modal-body .contain .col-3,
#productlist .modal-content .modal-body .contain .col-9
{
	opacity: 1 !important;
	font-weight: 700;
    color: #000;
}

#productlist .modal-content .modal-body .row.title {
	border-bottom: 1px solid #fff;
	/* padding-bottom: 14px;
	margin-bottom: 18px; */
}

#productlist .modal-content .modal-body .row {
    border-bottom: 1px solid #fff;
    /* padding-bottom: 20px;
	margin-bottom: 20px; */
}

/* #productlist .modal-content .modal-body .row button.btn.btn-danger.text-center {
    font-size: 13px;
}

#productlist .modal-content .modal-body .row.title button.btn.btn-danger.text-center {
    font-size: 13px;
} */

#productlist .modal-content .modal-body button.btn.btn-danger.text-center {
    font-size: 13px;
}

#productlist .card {
	background-color: white;
	margin-bottom: 20px;
}

#productlist .card .card__caption{
	display: none;
}

#productlist .card:hover .card__caption {
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

#productlist .card:hover .card__image {
	transform: translateY(-10px);
}

#productlist .card:hover .card__thumb::after {
	top: 0;
}

#productlist .card:hover .card__snippet {
	margin: 20px 0;
}

#productlist .card .card__thumb .btn-primary:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	transition: 0.6s ease-in-out;
}

#productlist .card__thumb {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

#productlist .rs-carousel .col-sm-4{
	margin: 15px 0;
}

@media (min-width: 400px) {
	#productlist .card__thumb {
		max-height: 500px;
	}
}

#productlist .card__thumb::after {
	position: absolute;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
	transition: 0.3s;
}

@media (min-width: 400px) {
	#productlist .card__thumb::after {
		top: calc(100% - 140px);
	}
}

#productlist .card__image {
	transition: 0.5s ease-in-out;
	width: -webkit-fill-available;
}

#productlist .card__caption {
	position: absolute;
	z-index: 1;
	color: white;
	text-align: center;
	transition: 0.3s;
	size: 20px;
	padding: 0px 10px 20px 10px;
}

@media (min-width: 400px) {
	#productlist .card__caption {
		top: calc(100% - 50px);
		transform: unset;
		margin: 0px 20px 20px 20px;
	}
}

#productlist .card__snippet {
	display: -webkit-box;
	max-height: 150px;
	margin: 20px 0;
	overflow: hidden;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-overflow: ellipsis;
	transition: 0.5s ease-in-out;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

@media (min-width: 400px) {
	#productlist .card__snippet {
		margin: 60px 0;
	}
}

#productlist .card__button {
	display: inline-block;
	padding: 10px 20px;
	color: white;
	border: 1px solid white;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}

#productlist .card__button:hover {
	color: black;
	background-color: white;
}

#productlist .disclaimer {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 10px;
	background-color: white;
	transform: translateX(-50%);
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-align: center;
}

#productlist .disclaimer__link {
	color: #755D87;
	text-decoration: none;
}

#productlist .card__thumb img {
	height: 26vh;
	width: -webkit-fill-available;

} 

#productlist .card-body {
    font-size: 14px;
    background-image: linear-gradient(90deg, #0089c6 0%, #9bc735 100%);
    padding: 13px 22px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

#productlist .rs-carousel .modal .modal-content .row.BODY_DESC{        /****************************** ASHISH CHANGES 17-01-2023 ******************************/
	/* background-image: linear-gradient(90deg, #0089c6 0%, #9bc735 100%) !important; */
    padding: 20px 0 !important;
	margin-bottom: 0 !important;
}

#productlist .rs-carousel .row.BODY_DESC .col-sm-12{        /****************************** ASHISH CHANGES 17-01-2023 ******************************/
	text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

#productlist .rs-carousel .modal .modal-content .row.title{        /****************************** ASHISH CHANGES 17-01-2023 ******************************/
	padding-bottom: 14px !important;
}

#productlist .rs-carousel .modal .modal-content .contain .text-center{        /****************************** ASHISH CHANGES 17-01-2023 ******************************/
	margin-top: 8px !important;
	font-size: 25px;
}

#productlist .rs-carousel .modal .modal-content .col.text-center.TITLE {       /****************************** ASHISH CHANGES 17-01-2023 ******************************/
    padding-bottom: 14px;
    border-bottom: 1px solid;
    max-width: 170px;
    margin: 25px auto;
    font-size: 25px;
}


#productlist .modal-content .modal-body .col.text-center{      /****************************** ASHISH CHANGES 17-01-2023 ******************************/
	color: #fff !important;
}

#productlist .modal-dialog-centered.modal-dialog-scrollable .modal-content{
	background-image: linear-gradient(90deg, #0089c6 0%, #9bc735 100%) !important;
}
/****************************** HIDDEN TEXT END ******************************/
/***************************** END OURPRODUCTS PAGE *****************************/



/***************************** FAQ CONTENT *****************************/
.container .Faq .accordion-header .accordion-button {
	border-radius: 100px;
}

.container.Faq_accordian {
	margin-bottom: 10px;
	margin-top: 10px;
}

.container .Faq .accordion-header .accordion-button img {
	width: 5%;
	border-radius: 100px;
}

.container .Faq label {
	margin-left: 12px;
	margin-top: 10px;
}

.container .Faq .rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
	color: #fff;
	content: "\f104 ";
	transition: 0.9s ease-in-out;
}

.container .Faq .rs-faq .faq-content .accordion .card .card-header .card-link:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	transition: 0.9s ease-in-out;
}

.container .Faq .rs-faq .faq-content .accordion .card {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 30px;
	border: 2px solid #888;
}

.container .Faq img {
	width: 36px;
}

body.defult-home.pointer-wrap.modal-open {
	padding-right: inherit !important;
}

.Faq_accordian .rs-faq .faq-content .accordion .card .card-header .card-link {
	padding: 10px 30px 0 30px !important;
}

@media (min-width: 300px) and (max-width: 900px) {
	.Faq_accordian.container .Faq .rs-faq .faq-content .accordion .card .card-header .card-link:after {
		top: 65%;

	}
	.Faq_accordian .rs-faq .faq-content .accordion .card .card-header .card-link{
		padding: 22px !important;
	}
}

.Faq_accordian.container .sec-title2 .title.title6{
	text-align: center;
}

.Core_value_about .front-content-part {
    height: 50vh;
    margin: auto;
}

.Core_value_about.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img{
	margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: 160px;
    width: 160px;
}

.Core_value_about .sec-title2 .title.title6{
	text-align: center;
}

.Core_value_about .rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
    padding: 12px;
}

/***************************** END FAQ CONTENT *****************************/



/***************************** DESCRIPTION CONTENT *****************************/
.desc_index_title span,
.desc_index_title h2 {
	color: #000;
}


/***************************** COUNTER CONTENT *****************************/

.rs-counter.Index_Counter {
	margin: -78px auto auto auto;
	position: absolute;
	right: 0;
	left: 0;
	width: fit-content;
}

.rs-project.Products_Index_sec .project-content .btn.btn-primary {
	margin-top: 25px;
	background-image: linear-gradient(90deg, #0089c6 0%, #9bc735 100%);
    border: none;
}

.rs-project.Products_Index_sec .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #8b8b8b;
}

@media only screen and (min-width: 992px) and (max-width: 1900px) {
	.rs-counter.Index_Counter {
		margin: -78px auto auto auto;
		min-width:1050px !important;
	}
}

.rs-counter.Index_Counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
   left: 90px;
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
	.rs-counter.Index_Counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before{
		left: 75px;
	}
}
/***************************** END COUNTER CONTENT *****************************/

/***************************** SLIDER_INDEX CONTENT *****************************/
@media (min-width: 300px) and (max-width: 1000px) {
	.Index_slider .owl-stage-outer {
		height: 38vh;
	}

	.Index_slider .owl-item .container .content-part.text-center {
		margin: auto;
		top: 25%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
	}

	.Index_slider rs-slider.style1 .slider-content,
	.rs-slider.style1 .slider-content.slide1 {
		padding: 59px 0 70px !important;
		height: 50vh !important;
	}

	.Index_slider.rs-slider.style1 .slider-content.slide2 {
		background-size: cover;
		height: 50vh !important;
		padding: 59px 0 70px !important;
	}

	.Index_slider.rs-slider.style1 .slider-content.slide3 {
		background-size: contain;
		padding: 50px 136px 195px !important;
	}
}

@media (min-width: 380px) and (max-width: 450px) {
	.Index_slider .owl-stage-outer {
		height: 30vh;
	}

	.Index_slider .owl-item .container .content-part.text-center {
		margin: auto;
		top: 36%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
	}

	.Index_slider rs-slider.style1 .slider-content,
	.rs-slider.style1 .slider-content.slide1 {
		padding: 59px 0 70px !important;
		height: 30vh !important;
	}

	.Index_slider.rs-slider.style1 .slider-content.slide2 {
		background-size: cover;
		height: 30vh !important;
		padding: 59px 0 70px !important;
	}

	.Index_slider.rs-slider.style1 .slider-content.slide3 {
		background-size: contain;
		padding: 80px 136px 195px !important;
	}
}

@media (min-width: 760px) and (max-width: 920px) {
	.Index_slider.rs-slider.style1 .slider-content.slide3 {
		background-size: contain;
		padding: 460px 136px 195px !important;
	}
}

/***************************** END SLIDER_INDEX CONTENT *****************************/


/***************************** PROCESS CONTENT *****************************/

@media only screen and (max-width: 800px) {
	.Process_Index.md-pt-270 {
		padding-top: 270px;
	}
}

/***************************** END PROCESS CONTENT *****************************/

/***************************** SIDE WHATSAPP CONTENT *****************************/
.go_top1 {
	width: auto;
}

/***************************** END SIDE WHATSAPP CONTENT *****************************/


/***************************** PRODUCTS CONTENT *****************************/
.rs-project.Products_Index_sec .sec-title2 .title,
.rs-project.Products_Index_sec .sec-title2 .sub-text {
	color: #fff;
}

.rs-project.Products_Index_sec.style2 .project-item .project-content:before {
	height: 101%;
}

/***************************** END PRODUCTS CONTENT *****************************/


/***************************** END DESCRIPTION CONTENT *****************************/
/***************************** OUR PRODUCTS MODAL *****************************/
/* #productlist .contain {
    margin-bottom: 20px;
} */

#productlist .modal-body h2#staticBackdropLabel{
	margin-bottom: 20px;
	font-weight: 400;
}
/***************************** END OUR PRODUCTS MODAL *****************************/