/*
Theme Name:     NutriWell
Theme URI:      https://www.dreamsitepro.com/
Description:    Child theme for the DreamSitePro theme 
Author:         DreamSitePro
Author URI:     https://www.dreamsitepro.com/
Template:       DreamSitePro
Version:        2.0.0.0
Details URI: 	https://dreamsitepro.com/theme-updates/NutriWell/details.html
*/


html {
	margin-top: 0 !important;
}

body {
	margin: 0;
	padding: 0;
	color: #696969;
	font-family: "Nunito", sans-serif;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row>* {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 1.875rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 0.875rem;
}

h6 {
	font-size: 0.75rem;
}

li {
	list-style: none;
}
ol li{
	list-style: decimal;
}
a {
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
}
.theme-socials ul{
	display: inline-flex;
}

.list-style-none{
	list-style: none;
}

.mt40 {
	margin-top: 40px !important;
}

.black-clr {
	color: #000000 !important;
}

.blue-clr {
	color: #0651a4 !important;
}

.grey-bg {
	background: #f4f7fb;
}

.section-padding {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.servicearea {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* WP Blockquote Overide Css */


.wp-block-quote.is-large, .wp-block-quote.is-style-large, blockquote.wp-block-quote, blockquote.wp-block-pullquote, blockquote.wp-block-pullquote.alignright, blockquote.wp-block-pullquote.alignleft, blockquote {
    padding: 1.25rem 2rem 1.25rem 1.75rem;
    font-size: 1.375rem;
    color: var(--title-color);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border-color: var(--primary)!important;
    border-radius: var(--radius-25);
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
}
.wp-block-quote  p{
	font-size: 18px!important;
	font-weight: 400!important;
	line-height: 160%;
	color: var(--theme-text-color)!important;
}
.wp-block-quote  cite{
	color: var(--primary)!important;
}
.wp-block-quote::before{
	content: "\f10e";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	bottom: 20px;
	right: 20px;
	font-size: 4rem;
	color: var(--primary);
}
@media only screen and (max-width: 991px) {
    .wp-block-quote.is-large, .wp-block-quote.is-style-large, blockquote.wp-block-quote, blockquote.wp-block-pullquote, blockquote.wp-block-pullquote.alignright, blockquote.wp-block-pullquote.alignleft, blockquote {
        padding: 1.25rem 1.25rem 0.938rem 1.25rem;
        font-size: 0.813rem;
    }
}


.wp-block-gallery img{
	border-radius: var(--radius-10);
}

/* WP Blockquote Overide Css */

/*btn class start*/
.btn-fill {
	color: #fff;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 50px;
	display: inline-block;
	font-weight: 700;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.btn-empty {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border-radius: 50px;
	display: inline-block;
	font-weight: 400;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.btn-fill:hover,
.btn-fill:focus {
	text-decoration: none;
	background: transparent;
}

.btn-fill:hover.btn-fill-hover {
	color: #000;
	border-color: #000;
}

.btn-empty:hover,
.btn-empty:focus {
	color: #ffffff;
	text-decoration: none;
}

.btn-md {
	font-size: 18px;
	padding: 17px 45px;
}

.btn-sm {
	font-size: 13px;
	padding: 2px 7px;
}

/*btn class end*/
.top-header {
	background: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-right-links {
	display: flex;
	justify-content: flex-end;
}

.top-right-links a:hover {
	color: #fff;
}

.top-right-links ul {
	margin: 0;
	padding: 0;
}

.top-right-links ul li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.top-right-links ul li:last-child {
	margin-right: 0px;
}

.top-right-links ul ul li::after {
	content: "";
	position: absolute;
	top: 8px;
	right: -20px;
	width: 1px;
	height: 14px;
	background: #ffffff;
}

.top-right-links ul li:last-child::after {
	display: none;
}

.align-items-center {
	align-items: center;
}

.search-bar {
	position: relative;
	display: inline-block;
}

.search-bar input {
	height: 30px;
	border-radius: 30px;
	border: none;
	padding: 0 15px;
	width: 160px;
	font-size: 14px;
	font-weight: 400;
}

.search-bar input:focus {
	outline: none;
}

.search-bar a {
	position: absolute;
	right: 12px;
	top: 8px;
	color: #a8b8c6;
	font-size: 14px;
}



/* NAVIGATION CSS START */
.main-navigation-area,
.navbar-collapse {
	background: #ffffff;
}

.main-navigation-area .navbar-default {
	margin: 0;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0;

	@media only screen and (min-width: 992px) {
		padding: 0;
	}
}

.main-navigation-area .navbar-default .navbar-nav li>a {
	display: inline-block;
	padding: 25px 25px;
}

.main-navigation-area .navbar-default .navbar-nav li>a {
	display: inline-block;
	position: relative;
}

.menu-active {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.main-navigation-area .navbar-default .navbar-nav li:hover .menu-active {
	opacity: 1;
	visibility: visible;
}

.main-navigation-area .navbar-default .navbar-nav .active>a {
	background: #ffffff;
}

.main-navigation-area .navbar-nav .open .dropdown-menu>li>a {
	padding: 16px 15px 16px 25px;
}

.main-navigation-area a,
.main-navigation-area .navbar-default .navbar-nav li>a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.main-navigation-area .active a,
.main-navigation-area .active a:focus,
.main-navigation-area .active a:hover,
.main-navigation-area li a:hover,
.main-navigation-area li a:focus,
.main-navigation-area .navbar-default .navbar-nav .open>a,
.main-navigation-area .navbar-default .navbar-nav .open>a:focus,
.main-navigation-area .navbar-default .navbar-nav .open>a:hover {
	color: #0071ba;
	background: #ffffff;
	outline: 0;
}

.main-navigation-area .navbar-default .navbar-toggle {
	border-color: #022545;
	background: #022545;
	border-radius: 0;
}

.main-navigation-area .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

/*==========Sub Menu=v==========*/
.main-navigation-area .collapse ul li:hover>a {
	color: var(--primary);
	background: #ffffff;
}

.main-navigation-area .dropdown-menu>li>a {
	padding: 15px;
}

.main-navigation-area .collapse ul ul>li:hover>a,
.main-navigation-area .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.main-navigation-area .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: var(--primary) !important;
	background: #ffffff;
}

.main-navigation-area .collapse ul ul ul>li:hover>a {
	color: #0651a4;
	background: #ffffff;
}

/*first level bg*/
.main-navigation-area .collapse ul ul,
.main-navigation-area .collapse ul ul.dropdown-menu {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

/*second level bg*/
.main-navigation-area .collapse ul ul ul,
.main-navigation-area .collapse ul ul ul.dropdown-menu {
	background: #ffffff;
}

/*third level bg*/
.main-navigation-area .collapse ul ul ul ul,
.main-navigation-area .collapse ul ul ul ul.dropdown-menu {
	background: #ffffff;
}

@media only screen and (min-width: 992px) {
	.main-navigation-area .collapse ul li {
		position: relative;
	}

	.main-navigation-area .sub-menu-down:hover>ul,
	.main-navigation-area .sub-menu-right:hover>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}

	.main-navigation-area .sub-menu-right:hover>ul {
		transform: translateX(0px);
	}

	.main-navigation-area .sub-menu-down>ul,
	.main-navigation-area .sub-menu-right>ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		display: block;
		opacity: 0;
		visibility: hidden;
		z-index: 9999;
		transform: translateY(-10px);
		transition: 0.2s;
	}

	.main-navigation-area .sub-menu-right>ul {
		top: 0;
		left: 100%;
		transform: translate(-10px, 0);
	}

	.main-navigation-area .sub-menu-down,
	.main-navigation-area .sub-menu-right {
		position: relative !important;
	}
}

/* NAVIGATION CSS END */




/* FOOTER CSS START */
.footer-wrapper {
	background: #0a0f18;
	padding-top: 70px;
	padding-bottom: 30px;
	width: 100%;
}

.footer-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
}

.footer-wrapper,
.footer-wrapper a,
.footer-wrapper p {
	font-size: 16px;
	color: #96a9ba;
}

.footer-list ul {
	margin: 0;
	padding: 0;
}

.footer-list ul li {
	list-style-position: inside;
	margin-bottom: 30px;
}

.address-list li {
	display: flex;
	margin-bottom: 30px;
}

.address-list li span {
	padding-right: 10px;
}

.social-widget {
	display: flex;
	flex-wrap: wrap;
}

.social-widget li {
	margin-right: 10px;
	list-style: none;
}

.footer-list ul li:last-child,
.address-list li:last-child,
.social-widget li:last-child {
	margin-bottom: 0;
}

.social-widget li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-top: 7px;
	text-align: center;
	border: 1px solid #96a9ba;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.footer-copyright {
	background: #0a0f18;
}

.footer-copyright .footer-inner {
	padding: 30px 0;
	position: relative;
}
.footer-copyright .footer-inner::after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	background-image: linear-gradient(to right, var(--primary), transparent);
}

.copyright-left,
.copyright-right {
	display: flex;
}

.copyright-right {
	justify-content: flex-end;
}

.footer-wrapper  .recent-post-wrapper,
.footer-wrapper  .recent-post-wrapper:hover{
	border: 0;
}

.footer-wrapper  .recent-post-wrapper .media{
	display: none;
}
.footer-wrapper  .recent-post-wrapper{
	padding: 0;
}
.footer-wrapper .recent-post-wrapper .post-info .title a{
	font-size: 18px;
	color: var(--white-color);
}

/* FOOTER CSS END */


.products h2::before,
.products h2::after {
	display: none;
}






/* ALL MEDIA QUERIES */
@media (min-width: 768px) {
	.main-navigation-area .navbar-default .navbar-nav li>a {
		display: inline-block;
		padding: 25px 15px;
	}
}

@media (min-width: 992px) {
	.main-navigation-area .navbar-default .navbar-nav li>a {
		padding: 25px 15px;
		display: inline-block;
	}
}

@media (max-width: 991.99px) {
	.immersive_slider .is-slide .slide-content h2 {
		font-size: 45px;
	}

	.immersive_slider {
		height: 390px;
	}
}

@media (max-width: 767.99px) {
	.section-padding {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.mobile-logo {
		display: flex;
		align-items: center;
		height: 50px;
		float: left;
		padding-left: 10px !important;
	}

	.immersive_slider .is-slide .slide-content.content-bg {
		padding: 30px;
	}

	.immersive_slider .is-slide .slide-content {
		padding-top: 45px;
	}

	.immersive_slider .is-slide .slide-content h2 {
		color: #ffffff;
		font-size: 36px;
		font-weight: 700;
		text-align: left;
	}

	.immersive_slider {
		height: 280px;
	}

	.immersive_slider .is-slide .slide-content p {
		margin-top: 15px;
	}

	.copyright-left,
	.copyright-right {
		display: flex;
		justify-content: flex-start;
	}

	.search-bar {
		margin-bottom: 5px;
	}

	.main-navigation-area .navbar-default .navbar-nav li {
		position: relative;
	}

	.menu-active {
		display: none;
	}

	.main-navigation-area .navbar-default .navbar-nav li.dropdown.open {
		padding: 15px 15px 0;
	}

	.top-right-links,
	.logo {
		text-align: center;
		justify-content: flex-end;
	}

	.top-right-links ul li {
		margin-right: 15px;
	}

	.top-right-links ul ul li::after {
		/* top: 2px; */
		right: -10px;
	}
}

@media (max-width: 576px) {
	.immersive_slider .is-slide .slide-content h2 {
		font-size: 24px;
	}

	.immersive_slider {
		height: 190px;
	}

	.immersive_slider .is-slide .slide-content.content-bg {
		padding: 15px;
	}

	.immersive_slider .is-slide .slide-content p {
		margin-top: 5px;
	}

	.immersive_slider .is-slide .slide-content {
		padding-top: 30px;
	}
}












/* SD CSS START */
.text-grey {
	color: #696969;
}

.text-blue {
	color: #0651a4;
}

/* wizard */
.wizard-list li {
	display: inline-block;
	position: relative;
	margin-right: 6px;
}

.wizard-list li a {
	font-size: 14px;
	color: #000000;
	padding-right: 15px;
	position: relative;
	text-decoration: none;
}

.wizard-list li a:after {
	content: "\a922";
	font-family: 'icomoon';
	position: absolute;
	left: auto;
	top: 4px;
	right: 0px;
	font-size: 8px;
}

.wizard-list li:last-child a:after {
	display: none;
}

.bdr-btm {
	border-bottom: 1px solid #e7eef5;
}

/* portfolio */
.single-portfolio-img img {
	border-radius: 10px;
}

.project-box {
	position: relative;
}

.project-box img {
	border-radius: 10px;
	width: 100%;
}

.project-text-box {
	opacity: 0;
	background: #ffffff;
	border-radius: 10px;
	position: absolute;
	bottom: -3%;
	left: 0;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
	padding: 20px 20px;
	width: 85%;
	transform: translate(9%, 0%);
	transition: all 0.5s linear;
}

.project-text-box1 {
	opacity: 1;
	background: #ffffff;
	border-radius: 10px;
	position: absolute;
	bottom: -3%;
	left: 0;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
	padding: 20px 20px;
	width: 85%;
	transform: translate(9%, 0%);
	transition: all 0.5s linear;
}

.project-box:hover .project-text-box {
	opacity: 1;
	transition: all 0.5s linear;
}

/* section-title */
.sec-title-center.sec-title-left {
	text-align: left;
}

.sec-title-center {
	text-align: center;
}

.sec-title-center span {
	height: 1px;
	display: inline-block;
	position: relative;
}

.sec-title-center span>i {
	color: #ffa650;
	background: transparent;
	position: relative;
	bottom: 11px;
	font-size: 20px;
}

.sec-title-center span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 30px;
	width: 57px;
	height: 1px;
	background: #000;
}

.sec-title-center span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 57px;
	height: 1px;
	background: #000;
}

/* about-us section */
.consult-box {
	background: #f4f7fb;
	padding: 22px 30px;
}

.about-title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.about-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: all .3s linear;
	z-index: 2;
}

.about-sect-box {
	border-radius: 10px;
	overflow: hidden;
}

.about-sect-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
}

.about-sect-box:hover .about-text-box {
	opacity: 1;
	transition: all .3s linear;
}

.about-sect-box:hover:after {
	opacity: 1;
	transition: all .3s linear;
}

/* @media @media (min-width: 768px){
	.content-inner {
		
	}
} */
/* customer css */
.customer-section {
	background: #f4f7fb;
}

.bg-grey {
	background: #f4f7fb;
}

.customer-box {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 13px 0px rgba(23, 92, 156, 0.08);
	padding: 30px 30px;
}

.customer-section {
	padding: 30px 0px;
}

@media (min-width: 769px) {
	.customer-section {
		padding: 70px 0px 130px 0px;
	}

	.customer-box {
		padding: 30px 45px;
	}
}

.sec-title-center span {
	position: relative;
}

.about-block {
	background: #f4f7fb;
	padding: 30px 0px;
}

@media (min-width: 1024px) {
	.about-block {
		background: #fff url(../images/about-block-bg.png);
		padding: 0px 0px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 180px;
	}

	.about-block-space {
		margin-top: -200px;
	}
}

@media (min-width: 768px) {
	.about-block {
		padding: 30px 0px 0px;
	}
}

/* blog */
.blog-text-box {
	padding-top: 20px;
}
.blog-list-box .para{
	line-height: 26px;
}
.blog-list-box ul{
	padding-left: 1.25rem;;

}
.blog-list-box ul li{
	list-style: inherit;
	padding: 12px 0;
}

/* .blog-list-box .img-box:hover {border-top: 8px solid #f68f3a;} */
.blog-list-box .img-box {
	border-radius: var(--radius-10);
	position: relative;
	overflow-y: hidden;
}

.blog-list-box .img-box img {
	width: 100%;
}

blockquote {
    padding: 1.25rem 2rem 1.25rem 1.75rem;
    font-size: 1.375rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
}
blockquote {
    margin: 0 0 1rem;
}
.blog-text-box h2 a {
	color: #000;
	text-decoration: none !important;
	transition: all 0.5s linear;
}

.blog-text-box h2 a:hover {
	transition: all 0.5s linear;
}

.post-meta li {
	display: flex;
	align-items: center;
}

.post-meta li i {
	margin-right: 5px;
	color: #0651a4;
}

.post-meta li a {
	color: #696969;
	text-decoration: none !important;
}

.read-btn-link a:focus,
.read-btn-link a:active,
.read-btn-link a:hover,
.read-btn-link a {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

/* SD CSS END */





/* LF CSS START */
.text-grey {
	color: #696969;
}

.text-blue {
	color: #0651a4;
}

.blue-clr {
	color: #0651a4;
}

.contact-us {
	padding: 30px 0px;

}

.testimonal-sec {
	padding: 30px 0px;

}

/* wizard */
.wizard-list li {
	display: inline-block;
	position: relative;
	margin-right: 6px;
}

.wizard-list li a {
	font-size: 14px;
	color: #000000;
	padding-right: 13px;
	position: relative;
}

.wizard-list li a:after {
	content: "\a922";
	font-family: icomoon;
	position: absolute;
	font-size: 10px;
	color: #000000;
	left: auto;
	top: 4px;
	left: 45px;
}

.wizard-list li:last-child a:after {
	display: none;
}

.border-bottom {
	border-bottom: 1px solid #e7eef5;
}

/* section-title */
.sec-title-center {
	text-align: center;
}

.sec-title-center span {
	height: 1px;
	display: inline-block;
	position: relative;
}

.sec-title-center span>i {
	color: #ffa650;
	background: transparent;
	position: relative;
	bottom: 11px;
	font-size: 20px;
}

.sec-title-center span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 30px;
	width: 57px;
	height: 1px;
	background: #000;
}

.sec-title-center span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 57px;
	height: 1px;
	background: #000;
}

.input-style {
	height: 60px;
	border: 1px solid #e7eef5;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 300;
	color: #696969;
}

textarea.input-style1 {
	height: 160px;
	border: 1px solid #e7eef5;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 300;
	color: #696969;
}

a.submit-btn,
input.submit-btn {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	padding: 15px 15px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border: 0;
}

.testi-card {
	background-color: #ffffff;
	border: 1px solid #e7eef5;
	border-radius: 5px;
	padding: 20px 25px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
}

.testi-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 0;
	height: 5px;
	border-radius: 10px 10px 0px 0px;
	transition: all 0.5s linear;
}

.testi-card:hover::before {
	width: 100%;
	left: 0;
}

a.a-tag {
	text-decoration: none;
}

a.more-btn {
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	padding: 15px 50px;
	border-radius: 30px;
	font-size: 18px;
	width: 100%;
	font-weight: 400;
	text-align: center;
}

.verti-border {
	height: 448px;
	width: 1px;
	background-color: #e7eef5;
}

.sv-star>i {
	font-size: 12px;
}

.social-widget-border li a {
	border: 1px solid #0651a4;
	color: #0651a4;
}

/* ALL MEDIA QUERIES */
@media (max-width: 767.99px) {
	.contact-us {
		padding: 20px 15px;

	}

	.testimonal-sec {
		padding: 30px 15px;
	}
}

/* LF CSS END */






/* FS CSS START */

.blue-color {
	color: #0651a4;
}

/*---------- Section-title ----------*/
.sec-title-center {
	text-align: center;
	margin-bottom: 40px;
}

.sec-title-center h2 {
	font-size: 36px;
	color: #000000;
	line-height: 44px;
	padding-bottom: 15px;
}

.sec-title-center span {
	height: 1px;
	display: inline-block;
	position: relative;
}

.sec-title-center span>i {
	color: #ffa650;
	background: transparent;
	position: relative;
	bottom: 11px;
	font-size: 20px;
}

.sec-title-center span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 30px;
	width: 57PX;
	height: 1px;
	background: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec-title-center span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 57PX;
	height: 1px;
	background: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sub-title {
	color: #696969;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}

.sec-title-img {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.sec-title-img h2 {
	font-size: 36px;
	color: #000000;
	line-height: 44px;
	padding-bottom: 15px;
}

.sec-title-img::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	background-image: url('../images/sep-bar.png');
	width: 115px;
	height: 15px;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.h20 {
	height: 20px;
}

.service-img-box {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 1px 0px rgba(23, 92, 156, 0.4);
	border-radius: 10px;
	margin-bottom: 50px;
	position: relative;
	border: 1px solid #e7eef5;
	transition: 0.3s ease-in;
	float: left;
	width: 100%;
}

.service-img-box img {
	border-radius: 10px;
}

.service-img-box a {
	color: #000;
}

.service-img-box a:hover {
	text-decoration: none;
}

.service-img-box::before {
	content: "";
	position: absolute;
	width: 0;
	height: 6px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in;
}

.service-img-box:hover::before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.service-img-box .sv-img img {
	width: 100%;
	border-radius: 10px;
}

.service-img-box .sv-diss {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e7eef5;
	margin: 0 15px;
}

.service-img-box .sv-diss h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: 500;
}

.service-img-box .sv-diss p {
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 24px;
	color: #6a6a6a;
}

.sv-star>i {
	font-size: 12px;
}

.sv-footer {
	padding: 15px;
	float: left;
	width: 100%;
}

.sv-footer .cart-btn {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 20px;
}

.sv-footer span {
	padding: 6px 0;
	color: #000000;
}


/*----------- Slider-carousel ---------*/

#dev-slides {
	display: block;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

#dev-slides .controls {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	margin: 0 auto;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#dev-slides .controls li {
	display: table-cell;
}

#dev-slides .controls li img {
	border-top: 4px solid transparent;
}

#dev-slides .controls li a:focus,
#dev-slides .controls li a:hover {
	background-color: transparent;
}

#dev-slides .controls .nav>li>a {
	padding: 0;
	margin: 0 15px;
}

#dev-slides .controls .nav>li img {
	width: 100px;
	border-radius: 10px;
}

#dev-slides .controls a small {
	overflow: hidden;
	display: block;
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold
}

#dev-slides .carousel-inner {
	margin-bottom: 30px;
}

#dev-slides .carousel-inner .item img {
	border-radius: 10px;
}


/* Control buttons  */

.dev-controls-btn {
	position: absolute;
	bottom: 33px;
	width: 100%;
}

#dev-slides .carousel-control {
	background: none;
	color: #b6b7b9;
	font-size: 14px;
	text-shadow: none;
	opacity: 1;
}

#dev-slides .carousel-control>i {
	background: #eaedf1;
	padding: 15px;
	border-radius: var(--radius-rounded);
}

#dev-slides .carousel-control.left {
	left: -12px;
}

#dev-slides .carousel-control.right {
	right: -12px !important;
}


/*---------- Development-details ------------*/

.dev-details {
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px rgba(23, 92, 156, 0.4);
	padding: 30px;
	border: 1px solid #e7eef5;
	margin-bottom: 50px;
}

ul.check-list {
	padding: 0;
	list-style: none;
	color: #696969;
	font-size: 18px;
	font-weight: 300;
}

ul.check-list li {
	padding-bottom: 15px;
}

ul.check-list li>i {
	font-weight: 300;
	font-size: 14px;
	padding-right: 5px;
}

.rec-img-box {
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px rgba(23, 92, 156, 0.4);
	border: 1px solid #e7eef5;
	margin-bottom: 30px;
}

.rec-img-box img {
	width: 100%;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mb0 {
	margin-bottom: 0 !important
}

.rec-post-diss p {
	font-weight: 300;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7eef5;
	margin-bottom: 10px;
}

.rec-post-diss {
	text-align: center;
	margin: 15px;
}


/*----------- Cart-table ----------*/

.cart-table {
	border: 1px solid #e7eef5;
	border-radius: 10px;
	display: block;
}

.cart-table {
	margin-bottom: 0;
}

.cart-table th {
	font-size: 20px;
	line-height: 26px !important;
	font-weight: 400;
}

.cart-table.table>thead>tr>th {
	border-bottom: 1px solid #e7eef5;
	padding: 30px;
}

.cart-table .media-body .media-heading>a {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 16px 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
	border-top: 1px solid #e7eef5;
}

.table .media-heading {
	margin: 0;
}

.cart-table .close-btn {
	background: transparent;
	border: 1px solid #e7eef5;
	color: #96a9ba;
	width: 30px;
	height: 30px;
	font-size: 10px;
	line-height: 28px;
	border-radius: var(--radius-rounded);
}

.cart-table.table>tbody>tr>td {
	padding: 12px 0 12px 30px;
}

.cart-table.table>tbody>tr>td:last-child {
	padding-right: 30px;
}

.cupoon-code {
	position: relative;
}

.cupoon-code .form-control {
	height: 58px;
	border: 1px solid #e7eef5;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cupoon-code .cupoon-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	padding: 19px 30px;
	border-radius: 30px;
	font-weight: 400;
	color: #000000;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.cupoon-code .cupoon-btn:hover,
.cupoon-code .cupoon-btn:focus {
	color: #ffffff;
	text-decoration: none;
}

.right-bor {
	border-right: 1px solid #e7eef5;
}

.grand-total-box ul {
	padding: 0;
	border-top: 1px solid #e7eef5;
}

.grand-total-box ul li {
	display: inline-block;
	width: 16%;
	padding: 14px;
	vertical-align: middle;
}

.grand-total-box ul li:last-child {
	width: 50%;
	text-align: right;
	padding-right: 0;
}

.grand-total-box small {
	font-size: 12px;
	margin-bottom: 3px;
	color: #696969;
	display: block;
	font-weight: 300;
}


/*----------- Numer-input-button ------------*/

.spinner {
	width: 80px;
}

.spinner .form-control {
	height: 46px;
	text-align: center;
}

.spinner input {
	text-align: right;
}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 11px;
	margin-left: -1px;
	background: #f4f7fb;
	position: relative;
	border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 10px;
	color: #97aabb;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #97aabd;
	background-color: #f4f7fb;
	border-color: inherit;
	box-shadow: none;
	outline: none;
}


/*------------ Sidebar ------------*/
.pro-sidebar {
	float: left;
	width: 100%;
}

.categories-box,
.subscribe-form-box,
.producs-list-box {
	border: 1px solid #e7eef5;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 10px;
}

.pro-sidebar-title-center,
.pro-sidebar-title {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.pro-sidebar-title-center::before,
.pro-sidebar-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
}

.pro-sidebar-title-center::before {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.categories-box ul,
.producs-list-box ul {
	padding: 0;
	list-style: none;
}

.categories-box ul li {
	margin-bottom: 30px;
}

.categories-box ul li:last-child {
	margin-bottom: 0;
}

.categories-box ul li>a {
	color: #000000;
	font-weight: 300;
}

.categories-box ul li i {
	font-size: 10px;
}

.producs-list-box ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e7eef5;
}

.producs-list-box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.producs-list-box ul li:first-child {
	padding-top: 0;
}

.producs-list-box ul li .prduce-img {
	border-radius: 5px;
	display: inline-block;
	margin-right: 15px;
	width: 20%;
}

.producs-list-box ul li .prduce-img img {
	border-radius: 5px;
}

.producs-list-box ul li .producs-diss {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.producs-list-box ul li .producs-diss a {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 5px;
	display: block;
}

.producs-list-box ul li .producs-diss span {
	color: #696969;
	font-size: 13px;
	padding-right: 15px;
}

.producs-list-box ul li .producs-diss strong {
	font-size: 12px;
}

.subscribe-form-box .form-control {
	height: 50px;
	border: 1px solid #e7eef5;
}

.subscribe-form-box .pro-sidebar-title-center {
	text-align: center;
}

.subscribe-form-box button {
	display: block;
	width: 100%;
	border: none;
	padding: 14px 45px;
	border-radius: 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
}

.blog-single-page {
	border: 1px solid #e7eef5;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-single-page p {
	font-weight: 300;
}

blockquote {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 11px 0px rgba(23, 92, 156, 0.14);
	margin-bottom: 30px;
	padding: 30px 20px;
}

.pagination-btn {
	margin-bottom: 50px;
}

.pagination-btn ul {
	list-style: none;
	padding: 0;
}

.pagination-btn ul li {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

.page-right-icon,
.page-left-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	float: left;
	border: 1px solid #96a9ba;
	border-radius: var(--radius-rounded);
	text-align: center;
	color: #96a9ba;
	font-size: 12px;
}

.page-right-icon {
	float: right;
}

.page-left-diss {
	float: left;
	vertical-align: middle;
	padding-left: 15px;
}

.page-right-diss {
	text-align: right;
	padding-right: 60px;
}

.page-right-diss small,
.page-left-diss small {
	font-size: 14px;
	color: #696969;
}

.page-right-diss strong,
.page-left-diss strong {
	display: block;
}


/*------- Comment-form --------*/
@media(max-width:767px) {
	.service-img-box {
		margin-bottom: 30px;
	}

	.grand-total-box ul li {
		width: 16%;
		padding: 10px;
	}

	.grand-total-box ul li:last-child {
		width: 49%;
	}

	.btn-md {
		font-size: 16px;
	}
}

@media (max-width: 576px) {

	.page-right-icon,
	.page-left-icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.page-left-diss {
		padding-left: 10px;
	}

	.page-right-diss {
		padding-right: 40px;
	}

	/* .subtitle{
		display: none;
	} */
}

@media(max-width:550px) {

	.coupon-box .col-xs-5,
	.coupon-box .col-xs-7 {
		width: 100%;
		margin-bottom: 15px;
	}

	.grand-total-box ul li {
		width: 30%;
		padding: 20px;
	}

	.grand-total-box ul li:last-child {
		width: 100%;
		text-align: center;
	}

	.subscribe-form-box,
	.producs-list-box {
		padding: 20px;
	}
}

@media(max-width:500px) {
	.sec-title-center h2 {
		font-size: 26px;
		line-height: 34px;
	}

	#dev-slides .carousel-control>i {
		padding: 10px;
	}

	#dev-slides .controls .nav>li>a {
		margin: 0 10px;
	}

	#dev-slides .controls .nav>li img {
		width: 80px;
	}

	.dev-controls-btn {
		bottom: 40px;
	}

	.dev-details {
		padding: 20px;
	}
}

@media(max-width:400px) {
	.grand-total-box ul li {
		width: 32%;
		padding: 12px;
	}
}

/* FS CSS END */










/*Estra Nav*/
@media (min-width: 992px) {
	.navbar-nav li {
		float: left;
	}
}

.navbar-nav li {
	list-style: none;
}

.main-navigation-area aa:hover,
.main-navigation-area .navbar-default .navbar-nav li>a:hover {
	text-decoration: none;
}

.main-navigation-area .navbar-default .navbar-nav li ul li a {
	display: block;
	clear: both;
	font-weight: 500;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}

.main-navigation-area .navbar-default .navbar-nav li ul {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

@media only screen and (min-width : 992px) {
	.main-navigation-area .navbar-default .navbar-nav>ul>li>a::before {
		content: '';
		position: absolute;
		height: 2px;
		background-color: var(--primary);
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		transition: all 0.3s;
	}

	.main-navigation-area .navbar-default .navbar-nav>ul>li>a:hover::before {
		width: 100%;
	}
}

.cta_abovefooter,
.cta_belowslider {
	padding: 1% 0 0.5% 0;
	clear: both;
}


.entry-content-page h2 {
	color: #000000 !important
}


.customer-section h2::before,
.servicearea h2::before,
.entry-content-page .themehead::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 160px;
	height: 2px;
	background: #000;
	margin: auto;
}

.customer-section h2::after,
.servicearea h2::after,
.entry-content-page .themehead::after {
	content: "";
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: auto;
}


.footer-wrapper .widget-title {
	font-size: 20px;
	font-weight: 500;
	color: var(--white-color);
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.footer-wrapper .widget-title::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
	border-radius: var(--radius-10);
    height: 2px;
    width: 92px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(transparent));
    background-image: linear-gradient(to right, var(--primary), transparent);
}

.footer-wrapper .widget_nav_menu ul li {
	list-style-position: inside;
	margin-bottom: 30px;
}

.footer-wrapper .widget_nav_menu ul li ul li {
	list-style-position: inside;
	margin-bottom: 30px;
	margin-left: 30px;
}

.homeabouts h4 {
	line-height: 140%;
}

.footer-wrapper .social_area_widget_text {
	display: none;
}

.social_area_widget_text {
	display: none;
}

a.social_area_widget {
	width: 30px;
	height: 30px;
	padding-top: 5px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border: 1px solid #96a9ba;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	font-size: 16px;
	color: #96a9ba;
}

.agenciez_social_icons br {
	display: none;
}

a.social_area_widget {
	text-decoration: none;
}


.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 2px 5px;
	background-color: #fff;
	border-radius: 0;
	color: #202020;
}

.pager li>a:hover {
	text-decoration: none;
}


.bottom-line {
	border-bottom: 1px solid #fff;
	padding: 5px 10px 10px 5px;
	overflow: hidden;
}

.bottom-line img {}

.bottom-line:first-child {
	border-bottom: 1px solid #fff;
	padding: 1% 2% 2% 2%;
}

.bottom-line-tab4 {
	border-top: 1px solid #dddddd;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

.bottom-line-tab4:first-child {
	border-bottom: 0px;
}

.entry-content-page {
	margin-bottom: 30px;
}

.widget-sidebar {
	margin-bottom: 30px;
}

.sb_tabbed {
	border: 0 !important;
}

input.btn-fill:hover {
	color: #23527c;
}

.woocommerce-loop-product__title {
	text-align: center;
	font-size: 22px;
}

.products span.price {
	font-size: 20px;
	margin-top: 15px;
	display: block;
	text-align: center;
}

.woocommerce a.button {
	margin: 15px auto !important;
	padding: 1em 3em !important;
	display: block !important;
	width: 80% !important;
	text-align: center;
}

.woocommerce-title .page-title {
	display: none;
}

.woocommerce .woocommerce-result-count {
	margin: 8px 0 1em !important;
}

a.slidectabutton {
	padding: 1% 8%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #fff;
}

a.slidectabutton:hover {
	text-decoration: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 4px solid #fff;
	background: #fff;
}

.ctabox {
	width: 100%;
	padding: 4%;
}

.ctabox_headline {
	width: 100%;
}

.ctabox_inner {
	width: 100%;
	margin: auto;
	padding: 5% 0 8% 0;
	border: 2px dashed #fff;
}

.sliderctacontact {
	padding: 2% 2%;
	width: 86%;
	margin: -8% auto 0 auto;
	background: #fff;
}

.whitetext {
	color: #fff
}

.sliderleadformbody {
	color: #fff;
	padding-bottom: 2%;
}

.sliderleadformbox {
	position: relative;
	padding: 2% 1%;
}

a.slidectabutton {
	color: #fff;
}

.leadformheader {
	padding: 3%;
	text-align: center;
}

.leadformbody {
	padding: 4%;
	text-align: center;
}

.leadformbody label {
	font-weight: 400;
}

.leadformbody ul {
	margin-left: -15%;
}

.leadformbody input[type="submit"],
.aweber_form input[type="button"],
.aweber_form input[type="image"] {
	margin: 4% auto 0 auto;
	display: block;
	background: #fff;
}



.videobox {
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 2px 0 #666;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.4%;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.leadformbody br,
.leadformbody br {
	line-height: 5px;
}

.leadformbody input[type="text"],
.leadformbody input[type="email"],
.leadformbody textarea,
.leadformbody input[type="number"],
.leadformbody input[type="password"],
.leadformbody input[type="address"],
.leadformbody input[type="phone"] {
	background: #fff;
	padding: 6px;
	width: 100%;
	margin-top: 4%;
}

.leadformbody input[type="submit"],
.leadformbody input[type="button"],
.leadformbody input[type="reset"] {
	padding: 2% 4%;
	text-align: center;
	border: 0;
	font-weight: 700;
	font-size: 18px;
}

.leadformbody input[type="submit"]:hover,
.leadformbody input[type="button"]:hover,
.leadformbody input[type="reset"]:hover {
	text-decoration: none;
}

.leadformbody input[type="submit"]:hover,
.leadformbody input[type="button"]:hover,
.leadformbody input[type="reset"]:hover {
	background: #ccc;
	/* Old browsers */
}


.woocommerce div.product div.images img {
	border-radius: 10px;
}

.woocommerce div.product div.summary {
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px rgba(23, 92, 156, 0.4);
	padding: 30px;
	border: 1px solid #e7eef5;
	margin-bottom: 50px;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid transparent !important;
	border-radius: 50px !important;
	display: block !important;
	font-weight: 700 !important;
	transition: all 0.4s ease !important;
	-webkit-transition: all 0.4s ease !important;
	font-size: 18px !important;
	padding: 17px 45px !important;
	float: none !important;
	margin-top: 20px !important;
}

.woocommerce div.product form.cart div.quantity {
	display: none !important;
	float: none !important;
}

#review_form input[type="text"],
#review_form input[type="email"] {
	height: 60px;
	border: 1px solid #e7eef5;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 300;
	color: #696969;
	width: 100%;
}

#review_form textarea {
	height: 200px;
	border: 1px solid #e7eef5;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 300;
	color: #696969;
	width: 100%;
}

#review_form .comment-form-author label,
#review_form .comment-form-email label {
	margin-right: 30px;
}

.woocommerce #respond input#submit {
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid transparent !important;
	border-radius: 50px !important;
	display: block !important;
	font-weight: 700 !important;
	transition: all 0.4s ease !important;
	-webkit-transition: all 0.4s ease !important;
	font-size: 18px !important;
	padding: 17px 45px !important;
	float: none !important;
	margin-top: 20px !important;
}

.woocommerce a.deleteprod {
	background: transparent !important;
	border: 1px solid #e7eef5 !important;
	color: #96a9ba !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 18px !important;
	line-height: 28px !important;
	border-radius: 50% !important;
	display: block;
	text-align: center;
}

.woocommerce a.deleteprod:hover {
	text-decoration: none;
}



/* Preloader */
.container-preloader {
	align-items: center;
	cursor: none;
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.container-preloader .animation-preloader {
	position: absolute;
	z-index: 1000;
	animation: scaling 0.8s linear 1;
	animation-direction: alternate;
}


.animation-preloader .media{
	width: 350px;
    margin: auto;
}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: var(--radius-rounded);
	border: 10px solid rgba(0, 0, 0, 0.2);
	border-top-color: green;
	/* It is not in alphabetical order so that you do not overwrite it */
	height: 9em;
	margin: 0 auto 3.5em auto;
	width: 9em;
	
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
	font-size: 5rem;
	font-weight: 700;
	text-align: center;
	user-select: none;
	
	text-transform: none!important;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
	animation: characters 8s infinite;
	color: var(--primary);
	content: attr(preloader-text);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.1);
	position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
	animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
	animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
	animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
	animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
	animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
	animation-delay: 1.2s;
}

.container-preloader .loader-section {
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
	left: 0;
}

.container-preloader .loader-section.section-right {
	right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
	transform: translateX(-101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
	transform: translateX(101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animation of letters loading from the preloader */
@keyframes characters {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

	/* Preloader */
	/* Spinner Loading */
	.container-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Text Loading */
	.container-preloader .animation-preloader .txt-loading {
		font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {

	/* Prelaoder */
	/* Spinner Loading */
	.container-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/*Loading text */
	.container-preloader .animation-preloader .txt-loading {
		font: bold 2em 'Montserrat', sans-serif;
	}
}

.origin {
	text-decoration: none;
	font-size: 45px;
}




/* Comment Form And Listing Css Code  */

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	column-gap: 20px;
}


@media only screen and (max-width: 575px) {
	.comment-respond.style-1 .comment-reply-title {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 991px) {
	.default-form {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.default-form {
		margin-bottom: 30px;
	}
}

.comments-area .comment-list {
	margin-bottom: 60px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list {
		margin-bottom: 40px;
	}
}

.comments-area .comment-list .default-form {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.comments-area .comment-list .default-form small,
.comments-area .comment-list .default-form .small {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}

.comments-area .comment-list .default-form small a,
.comments-area .comment-list .default-form .small a {
	color: #e10000;
}

.comments-area .comment-list .dz-page-text {
	padding-bottom: 0 !important;
	margin: 0;
}

.comments-area .comment-list>.comment .comment-body {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
	min-height: 95px;
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
	padding-bottom: 25px;
}

.comments-area .comment-list>.comment .comment-body .fn {
	font-size: 1rem;
	line-height: 1.2;
	font-family: var(--font-family-title);
	color: var(--title);
	font-weight: 600 !important;
	font-style: normal;
	margin-bottom: 8px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list>.comment .comment-body .fn {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list>.comment .comment-body {
		padding-bottom: 15px;
		padding-left: 75px;
		margin-bottom: 20px;
	}
}

.comments-area .comment-list>.comment .comment-body .star-rating {
	font-size: 14px;
	margin-bottom: 10px;
}

.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
	position: absolute;
	left: 0;
	height: 80px;
	width: 80px;
	border-radius: var(--radius-10);
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
		height: 60px;
		width: 60px;
	}
}

.comments-area .comment-list>.comment .comment-body .comment-meta {
	margin-bottom: 5px;
}

.comments-area .comment-list>.comment .comment-body .comment-meta a {
	color: var(--primary);
	text-transform: capitalize;
}

.comments-area .comment-list>.comment .comment-body p {
	margin-bottom: 10px;
	font-size: 15px;
}

.comments-area .comment-list>.comment .comment-body p:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link {
	text-transform: capitalize;
	font-size: 14px;
	position: absolute;
	top: -3px;
	right: 0;
	font-weight: 500;
	display: inline-block;
	line-height: 1.3;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 2px solid var(--primary);
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
	margin-right: 8px;
}

.comments-area .comment-list>.comment .children {
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list>.comment .children {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 575px) {
	.comments-area .comment-list>.comment .children {
		padding-left: 15px;
	}
}

.comment-form-cookies-consent {
	display: none;
}

.comment-reply-title a {
	font-size: 14px;
	font-weight: 400;
}

.comment-respond small,
.comment-respond .small {
	font-size: 14px;
	margin-left: 7px;
}

.comment-respond small a,
.comment-respond .small a {
	color: #ef060f;
}


.comment-respond .comment-form p {
	margin-bottom: 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.comment-respond .comment-form p {
		margin-bottom: 20px;
	}
}

.comments-area .form-control,
.comments-area textarea {
	height: 60px;
	border: 2px solid;
	border-color: #f3f4f6;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #555;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: #f3f4f6 !important;
	width: 100%;
	border-radius: var(--radius-10);
}



.comments-area textarea {
	height: 120px !important;
}

.comments-area .btn.btn-primary {
	border-radius: var(--radius-25) !important;
}

@media only screen and (max-width: 575px) {

	.comment-respond .comment-form .comment-form-author,
	.comment-respond .comment-form .comment-form-email,
	.comment-respond .comment-form .comment-form-url {
		width: 100% !important;
	}
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 10px;
}


.comments-area form {
	margin-left: 0 !important;
}

.comment-content{
	max-width: 60%;
}
@media (max-width: 1024px) {
	.comment-content{
		max-width: 80%;	
	}
}
@media (max-width: 768px) {
	.comment-content{
		max-width: 100%;	
	}
}



/* Blog Detail */

@keyframes scaling {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes textanim {
	0% {
		opacity: 0;
		letter-spacing: -100px;
	}
	100% {
		opacity: 1;
		letter-spacing:normal;

	}
}


/* Pagination */
ul.page-numbers{
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
}
a.page-numbers,
span.page-numbers{
	height: 50px;
    min-width: 50px;
    line-height: 50px;
    border-radius: 8px;
    color: #222222;
    text-align: center;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
a.page-numbers:hover,
span.page-numbers:hover,
span.page-numbers.current{
background: var(--rgba-primary-1);
}



.sec-bg-animate{
	position: relative;
}
.sec-bg-animate::before{
	content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, .1);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}
.sec-bg-animate::after{
	content: "";
	position: absolute;
    background: rgba(255, 255, 255, .1);
	width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40%/70% 30%
    }

    to {
        border-radius: 40% 60%
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}


/* Pricing Table Code Here */
.pricing-box-wrapper{
	padding: 50px 20px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 var(--rgba-primary-1);
	border-radius: var(--radius-25);
	transition: 0.5s;
	overflow: hidden;	
	border: 1px solid var(--rgba-primary-1);
	position: relative;
}
.pricing-box-wrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	opacity: 0.2;
	z-index: 0;
	/* background-image: url(./images/pricing-bg2.png); */
	/* background-image: url(./images/test.png); */
	transition: 0.5s;
}
.pricing-box-wrapper  ul {
	position: relative;
	z-index: 10;
}

.pricing-box-wrapper .pricing-head .badge{
	font-size: 1.2rem;
	background: var(--secondary);	
	font-weight: 500;
	border-radius: var(--radius-50);
	padding: 10px 30px;
	color: var(--white-color);
	transition: 0.5s;
	box-shadow: 0 0 40px 0 var(--rgba-primary-1);
	position: absolute;
	top: 20px;
	right: 20px;
	scale: 0;
}

.pricing-box-wrapper .pricing-content{
	margin-top: 20px;
	
}
.pricing-box-wrapper .pricing-heading{
	font-size: 28px;
	font-weight: 600;
	color: var(--title-color);
}
.pricing-box-wrapper .pricing-subtitle{
	font-size: 20px;
	font-weight: 500;
	color: var(--title-color);
}
.pricing-box-wrapper .pricing-content .title{
	font-size: 48px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	
}
.pricing-box-wrapper .pricing-content .title span{
	font-size: 32px;
}
.pricing-box-wrapper .pricing-content ul{
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: start;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 400;
    row-gap: 20px;
}


.pricing-box-wrapper .pricing-content ul li i{
	
    box-shadow: 0 0 10px 0 rbga(0, 0, 0, 1);
	color: var(--primary)!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.05);
}

.pricing-box-wrapper:hover,
.pricing-box-wrapper.active{
	background-color: var(--primary);
	transform: translateY(-10px);
	color: var(--white-color);
	scale: 1.05;
}


.pricing-box-wrapper.active .pricing-head .title,
.pricing-box-wrapper.active .pricing-heading,
.pricing-box-wrapper.active .pricing-subtitle,
.pricing-box-wrapper.active .title,
.pricing-box-wrapper.active ul li i,
.pricing-box-wrapper.active .pricing-head .badge,
.pricing-box-wrapper:hover .pricing-head .title,
.pricing-box-wrapper:hover .pricing-heading,
.pricing-box-wrapper:hover .title,
.pricing-box-wrapper:hover .pricing-content ul li i,
.pricing-box-wrapper:hover .pricing-head .badge{
	color: var(--white-color)!important;
	border-color: rgba(255, 255, 255, 0.1);
	scale: 1;
}
.pricing-box-wrapper.active .btn{
	background-color: var(--white-color);
	color: var(--primary);
}
.pricing-box-wrapper.active .btn::after{
	border-color: var(--primary);
}
.pricing-box-wrapper.active .btn:hover{
	background-color: var(--white-color) !important;
	color: var(--primary) !important;
}

/* Portfolio Card */

/* team_listing_1_element */

.overlay-dark  .team-socials  .social-links a i{
	color: var(--title-color);
}



/* Testimonials Section */

.testimonial-sec .testi-media img{
	max-height: 400px;	
}
.testimonial-sec .testi-media{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.testimonial-sec .testi-media::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 12%;
	width: 80%;
	height: 80%;
	background: var(--primary);
	z-index: -1;
    border-radius: 10px;
    transform: skewX(13deg);

}

.testimonial-sec .testi-media::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 80%;
	background: var(--primary);
	z-index: -1;
    border-radius: 10px;
 
}

/* testimonial_1_element */
.testimonial-wrapper-gap {
    row-gap: 100px;
}
@media only screen and (max-width : 575px) {
	.testimonial-wrapper-gap {
		row-gap: 60px;
	}
}

.testimonial-wrapper{
    height: 100%;
    border-radius: var(--radius-20);
    padding: 30px;
    position: relative;
	text-align: center;
}
@media only screen and (max-width : 575px){
	.testimonial-wrapper{
		padding: 0px;
		border-radius: var(--radius-20);
	}
}
@media only screen and (max-width : 575px){
	.testimonial-wrapper.style-2{
		padding: 20px;
	}
	.testimonial-wrapper.style-2 .sg-media{
		height: 250px;
		width: 100%;
	}
	.testimonial-wrapper.style-2 .sg-media img{
		height: 100% !important;
		width: 100%;
		object-fit: cover;
	}
}
.testimonial-wrapper.style-2{
	border-radius: var(--radius-20);
}
.testimonial-wrapper .media{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}
.testimonial-wrapper .media img{
	width: 80px;
	height: 80px;
	border-radius: var(--radius-10);
	object-fit: cover;
}

.testimonial-wrapper .description {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
	line-height: 150%;
    color: var(--title-color);
	text-align: center;
}
@media only screen and (max-width : 575px) {
	.testimonial-wrapper .description {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

.testimonial-wrapper .name-designation a {
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 10px;
}
.testiThumbSwiper .swiper-slide .thumb-img{
	transition: 0.5s;
	width: 70px;
	height: 70px;
	border-radius: var(--radius-rounded);
	overflow: hidden;
}
.testiThumbSwiper{
	position: relative;
	margin-top: 30px;
}
.testiThumbSwiper .testiThumbSwiper::before{
    content: "";
	position: absolute;
    right: 10px;
    top: 10px;
    width: 68px;
    height: 55px;
    background: url(./images/quote-icon.png) no-repeat scroll left center;
    background-size: cover;
}

.testiThumbSwiper .swiper-slide{
	padding-top: 50px;
	opacity: 0.5;
	border-top: 2px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width : 575px){
	.testiThumbSwiper .swiper-slide{
		padding-top: 20px;
	}
}
.testiThumbSwiper .swiper-slide-thumb-active,
.testiThumbSwiper .swiper-slide-active{
	border-top: 2px solid var(--title-color);
	opacity: 1;
}

/* counter-box */
.counter-sec{
	padding-bottom: 200px!important;
}
.counter-box.style-2{
	display: flex;
    align-items: start;
    column-gap: 20px;
}
.counter-box.style-2 .counter-icon i{
	width: 80px;
	height: 80px;
	border: 1px solid rgba(245, 245, 245, 0.699);
	border-radius: var(--radius-rounded);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
}
.content-box-2{
	margin-top: -100px;
	position: relative;
}
.content-box-2 .media img{
	object-fit: cover;
	width: 100%;
	border-radius: var(--radius-10) 0 0 var(--radius-10);
	position: relative;
    z-index: 1;
}
@media only screen and ( max-width : 991px ){ 
	.content-box-2 .media img{
		border-radius: var(--radius-10) var(--radius-10) 0 0;	
	}
}
.contact-form-wrapper.style-2{
	border-radius: var(--radius-10);
}

.counter-box.move{
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}
.move{
	animation: move2 4s infinite;
}

.counter-box.position-top-right{
	bottom: auto!important;
	left: auto!important;
	top: 10px;
	right: 20px;
}
@media only screen and (max-width : 575px) {
	.counter-box.position-top-right{
		top: -5px;
		right: -5px;
	}
}

.wrapper-style-3 .sg-media.style-3{ 
	width: 52vw;
	position: relative;
	float: right;
	margin: 60px 70px 60px 0;
}
@media (max-width: 991px) {
	.wrapper-style-3 .sg-media.style-3{ 
		margin: 0;
		float: none;
		width: 100%;
	}
}
.wrapper-style-3 .sg-media.style-3::before{ 
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 56vw;
	height: 100%;
	background: var(--rgba-primary-1);
	transform: rotate(8deg);
	border-radius: 0 var(--radius-100) var(--radius-100) 0;
	z-index: 0;
	
}
@media (max-width: 991px) {
	.wrapper-style-3.right .sg-media.style-3::before, 
	.wrapper-style-3 .sg-media.style-3::before{ 
		border-radius: var(--radius-25);
		width: 100%;
		right: 0;
	}
}
.wrapper-style-3 .sg-media.style-3 img{
	border-radius: 0 var(--radius-100) var(--radius-100) 0;
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.wrapper-style-3 .sg-media.style-3 img{
		width: 100%;
		border-radius: var(--radius-25);
	}
}
.sec-bg-animate{
	overflow: hidden;
}

.wrapper-style-3.sec-bg-animate::before,
.wrapper-style-3.sec-bg-animate::after{
	background: rgba(255,255,255,0.2);
}
.wrapper-style-3.right .sg-media.style-3{
	float: left;
	margin: 60px 0 60px 70px;	
}
@media (max-width: 991px) {
	.wrapper-style-3.right .sg-media.style-3{
		margin: 0;
		float: none;
		width: 100%;
	}
}
.wrapper-style-3.right .sg-media.style-3 img{
	border-radius: var(--radius-100) 0  0  var(--radius-100);
}
@media (max-width: 991px) {
	.wrapper-style-3.right .sg-media.style-3 img{
		width: 100%;
		border-radius: var(--radius-25);
	}
}
.wrapper-style-3.right .sg-media.style-3::before{ 
	right: auto;
	left: -20px;
	border-radius: var(--radius-100) 0  0  var(--radius-100);
}



@-webkit-keyframes move2 {
	0% {
	  -webkit-transform: rotate(1deg) translate(2px, 2px);
	  transform: rotate(3deg) translate(2px, 2px); 
	  }
	50% {
	  -webkit-transform: rotate(-3deg) translate(-2px, -2px);
	  transform: rotate(-3deg) translate(-2px, -2px); 
	  }
	100% {
	  -webkit-transform: rotate(3deg) translate(2px, 2px);
	  transform: rotate(3deg) translate(2px, 2px); 
		  } 
  }


  /* 404 */
  .error-media{
	max-width: 500px;
	margin: auto;
  }




/* root */
:root{
	--radius-200 : 200px;
}
.testimonial-slider{
	margin: 0 auto;
    position: relative;
	height: 500px;
    width: 500px;
}
@media only screen and (max-width : 575px){
	.testimonial-slider{
		width: 100%;
		margin-top: 50px;
	}
}
.testimonial-shape{
    position: absolute;
    top: 50%;
    left: 50%;
	height: 100%;
	width: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--primary);
	outline-offset: 15px;
	outline: 1px solid var(--primary);
    border-radius: var(--radius-200);
}
@media only screen and (max-width: 991px){
	.testimonial-shape{
		transform: translate(-50%, -50%) rotate(0deg);
	}
} 
@media only screen and (max-width : 575px){
	.testimonial-shape{
		border-radius: var(--radius-20);
		outline-offset: unset;
		outline: unset;
	}
}
.testimonial-slider .testiThumbSwiper{
	height: 100%;
	width: 100%;
	position: relative;
    z-index: 10;
}
@media only screen and (max-width : 575px){
	.testimonial-slider .testiThumbSwiper{
		overflow: visible;
	}
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper{
	position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide{
	position: absolute;
	height: unset !important;
	width: 80px !important;
	height: 80px;
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(1){
	top: 10%;
}
@media only screen and (max-width : 575px){
	.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(1){
		top: -8%;
	}
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(2){
	right: 0;
	top: 10%;
}
@media only screen and (max-width : 575px){
	.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(2){
		top: -8%;
	}
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(3){
	bottom: 10%;
	right: 0;
}
@media only screen and (max-width : 575px){
	.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(3){
		bottom: -8%;
	}
}
.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(4){
	bottom: 10%;
}
@media only screen and (max-width : 575px){
	.testimonial-slider .testiThumbSwiper .swiper-wrapper .swiper-slide:nth-child(4){
		bottom: -8%;
	}
}
.testimonial-slider .TestimonialSwiper {
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 !important;
	z-index: 10;
}
/* testimonial_1_element */

/* widget-recent-posts */
.widget-recent-posts .media a::before{
	transition: 0.4s;
	background: rgba(0, 0, 0, 0.8);
}
.widget-recent-posts .media a::after{
	display: none;
}
.widget-recent-posts .media a::before{
	font-family: "Font Awesome 6 free";
    font-weight: 900;
	color: var(--white-color);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* widget-recent-posts */
.video-box-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video-box-image img{
	width: 100%;
}
.video-box-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #1e1d2369;
}



.footer-wrapper .recent-post-wrapper a::before{
	display: none;

	}