/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #000;
	text-transform: inherit !important;
}

a {
	text-decoration: none;
	color: #E23822;
}

a:hover {
	color: #e24d55;
	text-decoration: none;
}

.text-danger {
	color: #E23822 !important;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	text-transform: capitalize !important;
}

.btn-danger {
	background: #E23822;
	border-color: #E23822;
}

.img-fluid {
	border-radius: 30px;
}

.bg-img {
	background: url(../img/shape_bg.png) center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #E23822;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 18px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #e1444d;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

.quickIcon {
	position: fixed;
	right: 15px;
	bottom: 60px;
	background: #0024a1;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
	text-align: center;
	line-height: 40px;
	z-index: 99;
}

.quickIcon i {
	font-size: 20px;
	color: #fff; 
}

.quickIcon:hover {
	background: #e1444d;
	color: #fff;
}



p {
	color: #333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}

#header.header-scrolled {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	background: #fff;
	position: fixed;
}

#header.header-scrolled .nav-link {
	color: #333;
	font-weight: 600;
}

#header.header-scrolled .header-info .title,
#header.header-scrolled .header-info .text {
	color: #333;
}

.header-scrolled .logo {
	max-height: 30px;
	filter: contrast(10%) sepia(1) hue-rotate(313deg) saturate(1000%);
}

#header.header-inner-pages {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled .header-info .header-icon {
	color: #E23822;
}

#header.header-scrolled>img {
	filter: contrast(10%) sepia(1) hue-rotate(313deg) saturate(1000%);
}

#header .logo img {
	max-height: 30px;
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .header-info {
	border-left: 1px solid #e9e9ee;
	padding-left: 20px;
	margin-left: 20px;
}

.header-info .header-icon {
	float: left;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	width: 32px;
} */

/* .header-info .header-content {
	padding-left: 45px;
} */

.header-info .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.header-info .text {
	font-size: 20px;
	color: #fff;
	line-height: normal;
	padding: 0;
}

@media (max-width: 768px) {
	.header-info {
		border-left: 0px solid #e9e9ee;
		border-top: 1px solid #e9e9ee;
		padding-left: 0;
		margin-left: 15px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.header-info .title,
	.header-info .text,
	.header-info .header-icon {
		color: #000;
	}
}

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 40px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #ffcacd;
}

.navbar .getstarted,
.navbar .getstarted:focus {
	background: #E23822;
	padding: 8px 25px;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
	color: #fff;
	background: #e1444d;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 8px;
}

.navbar .dropdown ul li {
	min-width: 200px;
	border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.navbar .dropdown ul li:last-child { 
	border-bottom: 0px;
}

.navbar .dropdown ul a {
	padding: 5px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #000;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #E23822;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		/* left: -90%; */
	}

	.navbar .dropdown .dropdown:hover>ul {
		/* left: -100%; */
	}
}

.header-scrolled .navbar a,
.header-scrolled .navbar a:focus {
	color: #000;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}
.header-scrolled .mobile-nav-toggle.bi-x{ 
		color: #fff;
	}
@media (max-width: 991px) {
	.header-scrolled .mobile-nav-toggle { 
		color: #000;
	}
	
	
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(63, 73, 83, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
	border-radius: 10px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #E23822;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #E23822;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}


/* 

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.header-info {
	border-left: 1px solid #e9e9ee;
	display: flex;
	padding-left: 10px;
	margin-left: 35px;
	align-items: center;
	justify-content: flex-start;
}

.header-info .header-icon {
	font-size: 32px;
	color: #fff;
	width: 30px;
	margin-right: 10px;
}

.header-info .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	margin-bottom: 5px;
}

.header-info .text {
	font-size: 16px;
	color: #fff;
	line-height: normal;
	padding: 0;
	font-weight: 600;
}

.nav-link {
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	padding: 0px;
}

div#navbar1 {
	justify-content: flex-end;
}

li.nav-item {
	padding: 0 10px;
}

 

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 50px 0;
	/* overflow: hidden; */
}

.section-bg,
.services .icon-box {
	background-color: #f8f9fa;
}

.section-title {
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	color: #aaaaaa;
	font-family: "Poppins", sans-serif;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	/* text-transform: uppercase; */
	font-family: "Poppins", sans-serif;
	line-height: 0px;
	z-index: 1;
	position: relative;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.section-title1 {
	padding-bottom: 30px;
}

.section-title1 h3 {
	font-size: 28px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Poppins", sans-serif;
}

.section-title1 p {
	margin: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #000;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 18px 0;
	background: #000;
	min-height: 430px;
	padding-bottom: 50px;
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	text-align: center;
	align-items: center;

}

.breadcrumbs:after {
	background: rgb(0 0 0 / 20%);
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.breadcrumbs .container {
	position: relative;
	z-index: 3;
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	color: #fff;
	background: rgb(255 255 255 / 11%);
	padding: 8px;
	border-radius: 50px;
	text-transform: uppercase;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6b7b8d;
	content: "/";
}

.breadcrumbs.contactbg {
	background: url(../img/Contact-bg.png) center;
	background-size: cover;
	background-attachment: fixed;
}

.breadcrumbs.abouttbg {
	background: url(../img/about-banner.png) center;
	background-size: cover;
	background-attachment: fixed;
}

.breadcrumbs.productbg {
	background: url(../img/product-banner.jpeg) center;
	background-size: cover;
	background-attachment: fixed;
}

.breadcrumb-item a {
	font-size: 18px;
	font-weight: 800;
	color: #ffff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ffff;
}

.breadcrumb-item:last-child a {
	color: rgba(255, 255, 255, 0.6);
}

ul.breadcrumb {
	display: inline-flex;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 60px;
	margin-bottom: 20px;
	color: #E23822;
	text-transform: uppercase;
}

.about .content h3 {
	font-weight: 500;
	line-height: 32px;
	font-size: 24px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	position: relative;
}

.about .content ul i {
	font-size: 20px;
	color: #E23822;
	margin-right: 4px;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .content {
	background-color: transparent;
	box-shadow: none;
	margin: 0px;
}

.ab_pic {
	position: relative;
	float: left;
}

.img_ab2 {
	width: 80%;
	position: relative;
	float: left;
}

.img_ab {
	position: absolute;
	left: 230px;
	height: 300px;
	object-fit: contain;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	bottom: calc(100% - 600px);
}

@media (max-width: 991px) {
	.img_ab2 {
		width: 100%;

	}

	.img_ab {
		width: 30%;
		left: auto;
		bottom: 0;
		right: 0;
		height: auto;

	}
}
@media (max-width: 600px) {
	.img_ab2 {
		width: 100%;

	}

	.img_ab {
		width: 30%;
		left: auto;
		bottom: 0;
		right: 0;
		height: auto;

	}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 15px 0;
	text-align: center;
}

.clients img {
	max-width: 45%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	filter: grayscale(100);
}

.clients img:hover {
	filter: none;
	transform: scale(1.15);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 6px;
}

.services .icon-box i {
	float: left;
	color: #E23822;
	font-size: 40px;
}

.services .icon-box h4 {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .icon-box h4 a {
	color: #556270;
	transition: 0.3s;
}

.services .icon-box p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
}

.services .icon-box:hover h4 a {
	color: #E23822;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: #E23822;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(85, 98, 112, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.portfolio .portfolio-wrap img {
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
	color: rgba(255, 255, 255, 0.6);
	margin: 0 5px 0 0;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: white;
}

.portfolio .portfolio-wrap:hover::before {
	opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #E23822;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #E23822;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
	padding: 30px;
	border-radius: 4px;
	background: white;
}

.team .member .pic {
	overflow: hidden;
	width: 140px;
	border-radius: 4px;
}

.team .member .pic img {
	transition: ease-in-out 0.3s;
}

.team .member:hover img {
	transform: scale(1.1);
}

.team .member .member-info {
	padding-left: 30px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #556270;
}

.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.team .member span::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}

.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}

.team .member .social a i {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}

.team .member .social a:hover {
	background: #E23822;
}

.team .member .social a+a {
	margin-left: 8px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}

.skills .progress .skill {
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #556270;
}

.skills .progress .skill .val {
	float: right;
	font-style: normal;
}

.skills .progress-bar-wrap {
	background: #edeff1;
}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
	overflow: hidden;
}

.features .nav-tabs {
	border: 0;
}

.features .nav-link {
	border: 0;
	padding: 12px 15px 12px 0;
	transition: 0.3s;
	color: #556270;
	border-radius: 0;
	border-right: 2px solid white;
	font-weight: 600;
	font-size: 15px;
}

.features .nav-link:hover {
	color: #E23822;
}

.features .nav-link.active {
	color: #E23822;
	border-color: #E23822;
}

.features .tab-pane.active {
	-webkit-animation: fadeIn 0.5s ease-out;
	animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #556270;
}

.features .details p {
	color: #777777;
}

.features .details p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	background: #f8f8f8;
}

.pricing h4 {
	font-size: 36px;
	color: #E23822;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing ul li {
	padding-bottom: 16px;
}

.pricing ul i {
	color: #E23822;
	font-size: 18px;
	padding-right: 4px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #E23822;
	display: inline-block;
	padding: 8px 35px 9px 35px;
	border-radius: 4px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}

.pricing .btn-buy:hover {
	background: #e1444d;
}

.pricing .featured h3 {
	color: #fff;
	background: #E23822;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #E23822;
	color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid white;
}

.faq .faq-item i {
	color: #dee2e6;
	font-size: 20px;
	float: left;
	line-height: 0;
	padding: 13px 0 0 0;
	margin: 0;
}

.faq .faq-item h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 10px 28px;
	font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
	font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	text-align: center;
	min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #ffb5af;
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 15px 15px 15px;
	padding: 20px;
	background: #f4f4f4;
	position: relative;
	margin-bottom: 35px;
	border-radius: 6px;
	min-height: 250px;
}

.testimonials .testimonial-item p::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #f4f4f4;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #F44336;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F44336;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: #556270;
	float: left;
	width: 44px;
	height: 44px;
	background: #edeff1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #556270;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #000;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #E23822;
	color: #fff;
}

.contact .info a {
	color: #000;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #E23822;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
	background: #E23822;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
	background: #e24d55;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
	padding: 40px 0 20px 0;
}

.blog .entry {
	padding: 30px;
	margin-bottom: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
	max-height: 440px;
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}

.blog .entry .entry-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
	color: #556270;
	transition: 0.3s;
}

.blog .entry .entry-title a:hover {
	color: #E23822;
}

.blog .entry .entry-meta {
	margin-bottom: 15px;
	color: #c1c8d0;
}

.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog .entry .entry-meta ul li+li {
	padding-left: 20px;
}

.blog .entry .entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
}

.blog .entry .entry-meta a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog .entry .entry-content p {
	line-height: 24px;
}

.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}

.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: #E23822;
	color: #fff;
	padding: 6px 20px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
	background: #df3740;
}

.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #556270;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
	color: #a4afba;
	display: inline;
}

.blog .entry .entry-footer a {
	color: #606f7e;
	transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
	color: #E23822;
}

.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .entry .entry-footer .cats li {
	display: inline-block;
}

.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .entry .entry-footer .tags li {
	display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}

.blog .entry .entry-footer .share {
	font-size: 16px;
}

.blog .entry .entry-footer .share i {
	padding-left: 5px;
}

.blog .entry-single {
	margin-bottom: 30px;
}

.blog .blog-author {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
	width: 120px;
	margin-right: 20px;
}

.blog .blog-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: #556270;
}

.blog .blog-author .social-links {
	margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
	color: rgba(85, 98, 112, 0.5);
	margin-right: 5px;
}

.blog .blog-author p {
	font-style: italic;
	color: #b7b7b7;
}

.blog .blog-comments {
	margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
	font-weight: bold;
}

.blog .blog-comments .comment {
	margin-top: 30px;
	position: relative;
}

.blog .blog-comments .comment .comment-img {
	margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
	width: 60px;
}

.blog .blog-comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
	font-weight: bold;
	color: #444444;
	transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
	color: #E23822;
}

.blog .blog-comments .comment h5 .reply {
	padding-left: 10px;
	color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
	font-size: 20px;
}

.blog .blog-comments .comment time {
	display: block;
	font-size: 14px;
	color: #6b7b8d;
	margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
	padding-left: 40px;
}

.blog .blog-comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}

.blog .blog-comments .reply-form p {
	font-size: 14px;
}

.blog .blog-comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
	box-shadow: none;
	border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
	margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
	border-radius: 4px;
	padding: 10px 20px;
	border: 0;
	background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
	background-color: #606f7e;
}

.blog .blog-pagination {
	color: #8795a4;
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}

.blog .blog-pagination li a {
	color: #556270;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: #E23822;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: #fff;
}

.blog .sidebar {
	padding: 30px;
	margin: 0 0 60px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #556270;
	position: relative;
}

.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
}

.blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: #E23822;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}

.blog .sidebar .search-form form button i {
	line-height: 0;
}

.blog .sidebar .search-form form button:hover {
	background: #de323c;
}

.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .categories ul li+li {
	padding-top: 10px;
}

.blog .sidebar .categories ul a {
	color: #556270;
	transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
	color: #E23822;
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #aaaaaa;
	font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
	color: #556270;
	transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
	color: #E23822;
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: #aaaaaa;
}

.blog .sidebar .tags {
	margin-bottom: -10px;
}

.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .tags ul li {
	display: inline-block;
}

.blog .sidebar .tags ul a {
	color: #96a2af;
	font-size: 14px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid white;
	display: inline-block;
	transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid #E23822;
	background: #E23822;
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: #fbfbfc;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
	background: #515d6a;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgb(255 255 255 / 28%);
	color: #fff;
	line-height: 36px;
	margin-right: 4px;
	border-radius: 50px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #E23822;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: white;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px 2px 20px;
	background: #E23822;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
	background: #df3740;
}

#footer .copyright {
	text-align: center;
	padding-top: 20px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
	font-weight: 600;
}

#footer .credits a:hover {
	color: white;
}

.article_wrapper {
	margin: 0 0px !important;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	height: 330px;
	width: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	justify-content: space-around;
	padding: 0px 20px;

}

.article_header {
	color: #fff;
	padding: 8px;
	background: linear-gradient(to left, #E23822, #941a21);
	font-size: 16px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.article_body {
	padding: 20px;
	text-align: center;
}

.article_thumbs {
	text-align: center;
	height: 250px;
}

.article_thumbs img {
	width: auto;
	height: 100%;
}

.article_wrapper:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 13%);
}

.about-wrapper {
	position: relative;
	margin-top: -150px;
}

.article-area {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 0px 20px rgb(0 0 0 / 40%);
}

.whyChoostUs {
	background: #f7f7f7;
}

.whyChoostUs .single-item p {
	line-height: 20px;
}

.check-list {
	position: relative;
}

.check-list ul {
	margin: 0;
	padding: 0;
}

.check-list ul li {
	list-style: none;
	display: block;
	position: relative;
	padding: 5px 5px 5px 45px;
	margin: 5px;
	background: linear-gradient(to left, rgb(247 247 247), #ffffff);
	border-radius: 50px;
	color: #000;
}

.check-list ul li:after {
	font-family: "bootstrap-icons";
	position: absolute;
	left: 2px;
	top: 2px;
	content: "\f26a";
	color: #00af34;
	background: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
}

.vector-bg {
	background: url(../img/shape-bg.png) center #fff4f4;
}

.callUs {
	font-size: 18px;
	margin-bottom: 15px;
}

.callUs a {
	color: #fff;
}

/***----------------10-04-2024 new code updates start----------***/
/* .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
} */
.img_bg {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.img_bg img {
	position: relative;
	z-index: 1;
}

.img_bg span,
.our-team .bg_img span {
	position: absolute;
	right: 0%;
	bottom: -40px;
	background-repeat: no-repeat;
	opacity: 0.3;
	animation: animationFade 4s infinite linear;
}

.section-title .heading,
.section-title1 .heading {
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 800;
	background: -webkit-linear-gradient(0deg, #db5e01, #E23822 100%);
	color: transparent !important;
	-webkit-background-clip: text !important;
	/* text-transform: uppercase; */
	margin-bottom: 0px;
	z-index: 0;
	padding: 0px 0px;
	letter-spacing:normal;
}

.our-team .section-title1 p,
.whyChoostUs .section-title1 p {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	line-height: 20px;
	color: #333;
}

.our-team strong,
.whyChoostUs strong,
.vector-bg .section-title1 h3 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
	z-index: 1;
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #E23822;
}

.about-wrapper .section-title p {
	color: #a61d24 !important;
}

.check-list ul li:after {
	color: #a61d24 !important;
}

.our-team .bg_img {
	position: relative;
}

.our-team .bg_img span {
	left: -30%;
	bottom: -50%;
	right: auto;
	z-index: 9;
}

.vector-bg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.vector-bg ul li,
.our-team ul li {
	position: relative;
	list-style-type: none;
}

.vector-bg ul li:after,
.our-team ul li:after {
	font-family: "bootstrap-icons";
	position: absolute;
	left: -30px;
	top: 0px;
	content: "\F269";
	color: #a61c24;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
}

.vector-bg .section-title1 h3 {
	font-size: 18px;
	color: #a61d24 !important;
}

.images-section {
	padding: 0%;
	position: relative;
	z-index: 1;
}

.images-section:after {
	content: '';
	background: url(../img/shape-24.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 255px;
	left: 0;
	top: -30%;
	position: absolute;
	z-index: -1;
	animation: animationFade 4s infinite linear;
}

.images-section img {
	width: 100%;
	height: 100%;
}

.bg {
	background: url(../bg.jpeg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}
.bg .section-title .heading, 
.bg.section-title1 .heading{
background: #ffffff;
}
#footer {
	background-color: #111821 !important;
	padding: 50px 0px;
	padding-bottom: 20px;
}

#footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	margin-top: 50px;
}

#footer h5 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer p {
	font-size: 15px;
	max-width: 430px;
	width: 100%;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	font-size: 15px;
	list-style-type: none;
	margin-bottom: 8px;
}

#footer .teli i {
	margin-right: 10px;
}

#footer .f-mail i {
	margin-right: 10px;
}

a.f-mail {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
}

a.text.teli {
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
	display: block;
	margin-bottom: 15px;
}

#footer a:hover {
	color: #ba1f27;
	transition: 1s;
	font-weight: 800;
}

.social-links {
	margin-top: 25px;
}

.submenu li a {
	padding: 3px 10px !important;
	font-size: 14px !important;
}

.section-title p {
	padding-left: 0px;
	font-size: 14px;
}
.contact-info-item {
	position: relative;
    padding: 20px 30px;
    display: block;
    border-radius: 10px;
    border: 1px solid #a1a1a1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: pointer;
    background: #fff;
	margin-top: 25px;
}

.contact-info-item i {
	position: absolute;
    left: 24px;
    bottom: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #f01212;
	color: #fff;
	font-size: 22px;
    margin: auto;
    text-align: center;
    line-height: 50px;
}
.contact-info-item .content-box{
	margin-left: 60px;
}
.contact-info-item h3 {
	font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    line-height: 26px;
}
.contact-info-item p{
	margin-bottom: 0px;
	font-size: 15px;
    line-height: 27px;
}

.contact-info-item p a {
	display: block;
	color: #35405c;
}

.contact-info-item p a:hover {
	color: #b21e26;
}

.contact-info-item:hover {
	transform: translateY(-10px);
}

#contactus input,
#contactus textarea {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #a1a1a1;
	border-radius: 8px;
	padding: 10px 30px;
	font-size: 16px;
	color: #6e6e6e;
	margin-bottom: 20px;
	background-color: transparent;
}

#contactus textarea {
	height: 150px;
	resize: none;
	border-radius: 15px;
}

.contact .contact-form-box {
	/* background: url(../img/shape_bg.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 0px; */
	padding: 35px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.contact .contact-form-box .section-title{
	font-size: 30px;
}

.contact .php-email-form {
	background-color: transparent;
}
.location{
	background-color: #f0f3f9;
}
.location .icon_content{
	padding: 0px 35px; 
	margin-bottom: 25px;
}
.location .icon_content .icon{
	position: relative;
    display: block;
    margin-bottom: 20px;
	text-align: center;
}
.location .icon_content .txt_content{
	text-align: center;
}
.location .icon_content .txt_content h3{
	display: block;
    color: #000;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.location .icon_content .txt_content p{
	font-size: 15px;
    line-height: 27px;
}
/**********about us page **********/
.about {
	background-attachment: fixed;
	padding: 80px 0px 100px 0px;
}

.about .content h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	z-index: 1;
	position: relative;
	color: #E23822 !important;
	display: block;
	margin-bottom: 0px;
}

.about h2 {
	font-size: 15px;
	font-weight: 700;
	/* text-transform: uppercase; */
	margin: 0px;
	color: #a61d24 !important;
}

.about .aboutus_btn {
	background: no-repeat;
	color: #ff3e2d;
	border-color: #E23822;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	border-radius: 0px;
	padding: 10px;
	width: 150px;
	margin-top: 20px;
}

.about .aboutus_btn i {
	margin-left: 2px;
}

.about .aboutus_btn:hover {
	background: #d3222c;
	color: #fff;
}

.about .aboutus_btn:hover i {
	color: #fff;
}

.about .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about .content ul li {
	width: 50%;
	font-size: 14px;
	display: flex;

}

@keyframes animationFade {
	0% {
		transform: scale(1);
	}

	10% {
		transform: scale(1.05);
	}

	20% {
		transform: scale(1.1);
	}

	30% {
		transform: scale(1.15);
	}

	40% {
		transform: scale(1.2);
	}

	50% {
		transform: scale(1.2);
		opacity: 0;
	}

	90% {
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.choosus_bg {
	background: url(../chooseus-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 50px 0;
}

.choosus_bg .section-title1 p {
	font-family: "Open Sans", sans-serif;
}

p.desc {
	text-transform: lowercase !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.6;
}

.single-item h4 {
	position: relative;
	display: block;
	font-size: 20px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #333;
}

.single-item {
	margin-bottom: 20px;
}

p {
	transition: all 500ms ease;
	line-height: 25px;
	font-size: 15px;
}

.vector-bg ul li,
.our-team ul li {
	margin-bottom: 5px;
}

.about video {
	border-radius: 30px;
	clip-path: inset(0px);
	position: relative;
	z-index: 9;
}

.about .img_bg span {
	left: -50px;
	bottom: -10%;
}

/**********about page end***********/
/****-------------new code updates end-----------------***/
.counter-sec {
	background-color: #f8f9fa;
}

.counter {
	color: #E23822;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	height: 190px;
	width: 190px;
	padding: 30px 25px 25px;
	margin: 0 auto;
	border: 3px solid #E23822;
	border-radius: 20px 20px;
	position: relative;
	z-index: 1;
}

.counter:before,
.counter:after {
	content: "";
	background: #f3f3f3;
	border-radius: 20px;
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	z-index: -1;
}

.counter:after {
	background: transparent;
	width: 100px;
	height: 100px;
	border: 10px solid #E23822;
	border-top: none;
	border-right: none;
	border-radius: 0 0 0 20px;
	box-shadow: none;
	top: auto;
	left: -7px;
	bottom: -7px;
	right: auto;
}

.counter .counter-icon {
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 15px;
	transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon {
	transform: rotateY(360deg);
}

.counter .counter-value {
	color: #555;
	font-size: 25px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 20px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.counter:hover .counter-value {
	text-shadow: 2px 2px 0 #d1d8e0;
}

.counter h3 {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 15px;
}

/* .counter.blue {
	color: #4accdb;
	border-color: #4accdb;
}

.counter.blue:after {
	border-bottom-color: #4accdb;
	border-left-color: #4accdb;
}

.counter.pink {
	color: #EE436D;
	border-color: #EE436D;
}

.counter.pink:after {
	border-bottom-color: #EE436D;
	border-left-color: #EE436D;
}

.counter.purple {
	color: #9C52A1;
	border-color: #9C52A1;
}

.counter.purple:after {
	border-bottom-color: #9C52A1;
	border-left-color: #9C52A1;
} */

.content {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.content .content-overlay {
	background: #a61d24a8;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 15px;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.content:hover .content-overlay {
	opacity: 1;
}


.content-details h3 {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 800;
}

.content-details {
	padding: 10px;
}

.vector-bg .content-details h3 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 20px;
}

.content-details p {
	color: #fff;
	font-size: 15px;
}

.details_btn {
	background: white;
	color: #E23822;
	border: 0px;
	padding: 7px 14px;
	font-weight: 600;
	font-size: 14px;
}

button.details_btn:hover {
	background: transparent;
	border: 1px solid #fff;
	transition: 2s;
	color: #fff;
}

.blog-card {
	width: 100%;
	margin: 10px;
	height: 280px;
	background-color: white;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.blog-card:hover .card__caption {
	top: 50%;
	transform: translateY(-50%);
}

.blog-card:hover .arrow {
	bottom: 30%;
}

.blog-card:hover .card__image {
	transform: translateY(-10px);
}

.blog-card:hover .card__thumb::after {
	top: 0;
}

.blog-card:hover .card__snippet {
	margin: 20px 0;
}

.card__thumb {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.card__thumb {
	width: 100%;
	height: 100%;
}

.blog-banner {
	background: url(../img/blog.png) center;
	background-size: cover;
	background-attachment: fixed;
}

.testimonial-box{
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.testimonial-box .google-img{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 65px;
}
.testimonial-box .testimonial-upper-row{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.testimonial-box .testimonial-upper-row .icon{
	font-size: 20px;
	font-weight: 600;
	width: 32px;
	height: 32px;
	background-color: #f27f21;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 8px;
}
.testimonial-box .testimonial-upper-row .person-name h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 0.9;
	color: #E23822;
}
.testimonial-box .testimonial-upper-row .person-name h6{
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1;
	color: #000;
}
.testimonial-box .star{
	margin-bottom: 5px;
}
.testimonial-box .star i{
	color: #ffe700;
}
.testimonial-box p{
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	max-height: 148px;
	overflow: hidden;
}

.mySwiper-testimonial .swiper-wrapper{
	padding-bottom: 50px;
}
.mySwiper-testimonial .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #f16638;
  opacity: 0.5;
}

.mySwiper-testimonial .swiper-pagination-bullet-active {
  width: 25px;
  height: 10px;
  border-radius: 30px;
  opacity: 1;
}

.mySwiper-testimonial .swiper-button-next, .mySwiper-testimonial .swiper-button-prev{
	background-color: #f16638de;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.mySwiper-testimonial .swiper-button-prev{
		left: 0px;
	}
.mySwiper-testimonial .swiper-button-next{
		right: 0px;
	}

.mySwiper-testimonial .swiper-button-next:hover,
.mySwiper-testimonial .swiper-button-prev:hover {
  background-color: #f16638;

}
.mySwiper-testimonial .swiper-button-next:after,
.mySwiper-testimonial .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

.details_banner {
	background: url(../img/blogde.png) center;
	background-size: cover;
	background-attachment: fixed;
}

.main_details_page {
	position: relative;
	border-radius: 15px;
}

.blog_details img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;

}

.blog_img {
	overflow: hidden;
	height: 450px;
	width: 100%;
}

.content_blog {
	padding: 20px 30px;
}

.blog_list h3 {
	font-size: 16px !important;
	font-weight: bold !important;
}

.blog_list li {
	font-size: 15px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}

.blog_list li:after {
	content: '\F280';
	position: absolute;
	top: 3px;
	left: -20px;
	FONT-FAMILY: 'BOOTSTRAP-ICONS';
	font-size: 10px;
	color: #b11e26;
	font-weight: 600;
}

blockquote {
	border-left: 4px solid #d2a98e;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.78;
	margin: 54px 65px 44px 60px !important;
	padding: 0 0 0 20px;
	position: relative;
}

.main_details_page h3 {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #b11e26;
	line-height: 28px;
}

.details {
	background: url(../img/detailbanner.jpg) center;
}

.card__caption {
	text-align: center;
}

.arrow {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: rotate(90deg);
	cursor: pointer;
}

.arrow span {
	display: block;
	width: 1.2vw;
	height: 1.2vw;
	border-top: 3px solid white;
	border-left: 3px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 3s infinite;
}

.arrow span:nth-child(2) {
	animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}




@media (min-width: 1024px) {
	.card__thumb {
		max-height: 500px;
	}
}

.card__thumb::after {
	position: absolute;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
	transition: 0.3s;
}

@media (min-width: 1024px) {
	.card__thumb::after {
		top: calc(100% - 140px);
	}
}

.card__image {
	transition: 0.5s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__caption {
	position: absolute;
	top: 50%;
	z-index: 1;
	padding: 0 20px;
	color: white;
	transform: translateY(-50%);
	text-align: center;
	transition: 0.3s;
}

.content_blog strong {
	font-size: 13.5px;
}

.content_blog p {
	margin-bottom: 10px;
}

.content {
	max-width: 800px;
	margin: 50px auto;
	padding: 18px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slideshow-thumbnails {
	width: 100px;
	margin: 0px 5px;
	height: 90px;
	object-fit: cover;
}

img.slideshow-items {
	object-fit: cover;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 30px;
}

#slideshow-items-container {
	display: inline-block;
	position: relative;
	height: 452px;
	width: 100%;
}

#lens {
	background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
	position: absolute;
	display: none;
	z-index: 1;
}

.slideshow-items {
	display: none;
}

.slideshow-items.active {
	display: block;
}

.slideshow-thumbnails {
	opacity: 0.5;
}

.slideshow-thumbnails.active {
	opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
	border: solid 1px #e5e5e5;
}






@media (min-width: 1024px) {
	.card__caption {
		top: calc(100% - 100px);
		transform: unset;
	}
}

.card__title {
	display: -webkit-box;
	overflow: hidden;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	line-height: 25px;
	text-shadow: 0px 1px 5px black;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.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: 1024px) {
	.card__snippet {
		margin: 90px 0;
	}
}

.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;
}

.card__button:hover {
	color: black;
	background-color: white;
}

.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;
}

.disclaimer__link {
	color: #755d87;
	text-decoration: none;
}

.clinets {
	background: url(../img/Screenshot.png) center;
	height: 600px;
	height: 550px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}



@media (max-width: 1024px) {

	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}

	.about-wrapper p {
		font-size: 14px;
		line-height: 20px;
	}

	li,
	p {
		font-size: 14px;
	}

	.row.md-style {
		background: #fff;
		border-radius: 10px;
		padding: 20px;
	}

	.article_wrapper {
		height: 290px;
	}
}

@media (max-width: 992px) {
	#hero {
		height: 100vh;
	}

	#hero .carousel-container {
		top: 8px;
	}

	.breadcrumbs {
		margin-top: 58px;
		padding-top: 50px;
	}

	.breadcrumbs .d-flex {
		display: block !important;
	}

	.breadcrumbs h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}

	.features .nav-link {
		border: 0;
		padding: 15px;
	}

	.features .nav-link.active {
		color: #fff;
		background: #E23822;
	}

	.article_header {
		font-size: 14px;
		height: 40px;
	}

	.article_thumbs {
		height: 200px;
	}

	.article_body a {
		font-size: 14px;
	}

	div#navbar1 {
		justify-content: center;
	}

	.counter {
		width: auto;
	}
}

@media (max-width: 991px) {
	#footer h5 {
		margin-top: 20px;
	}

	#footer .copyright {
		margin-top: 20px;
	}

	button.navbar-toggler.navbar-toggler-right {
		border: 0px;
	}

	.navbar-toggler-icon {
		filter: invert(1);
	}

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

	li.nav-item {
		padding: 5px 0;
		border-bottom: 1px solid #ffffff17;
	}

	.nav-link {
		font-size: 13px;
		font-weight: 500;
	}

	li.nav-item>a:after {
		display: none;
	}

	.navbar-nav .dropdown-menu {
		position: static;
		background: transparent;
		border: none;
	}

	.dropdown-item {
		font-weight: 300;
		font-size: 13px;
		color: #fff;
	}

	.navbar-brand img {
		max-height: 20px !important;
		filter: none !important;
	}

	.nav-link:focus,
	.nav-link:hover {
		color: #fff;
	}

	.navbar {
		padding: 0px;
	}

	.fixed-top {
		background: #E23822;
	}

	#header {
		padding: 8px 0;
	}

	.header-info {
		border-left: 0px solid #e9e9ee;
		border-top: 1px solid #e9e9ee;
		padding-left: 0;
		margin-left: 15px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.header-info .title,
	.header-info .text,
	.header-info .header-icon {
		color: #000;
	}

	#header.header-scrolled {
		padding: 8px 0;
	}

	.navbar-nav li:hover>ul.dropdown-menu,
	.dropdown .dropdown-menu,
	.navbar-nav li:hover>ul.dropdown-menu,
	.dropdown-item:focus,
	.dropdown-item:hover,
	.dropdown-menu li:focus,
	.dropdown-menu li:hover {
		background: transparent !important;
	}

	.dropdown-menu .dropdown-submenu ul li {
		padding: 5px 10px;
	}

	.dropdown-submenu {
		padding: 5px 0;
	}

	.dropdown-menu li.nav-item>a,
	.dropdown-item {
		padding: 0px;
	}

	.dropdown-menu .dropdown-submenu a {
		font-weight: 300;
	}

	.dropdown-item.active,
	.dropdown-item:active {
		background-color: transparent;
	}
}

@media (max-width: 768px) {

	.check-list ul li {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#hero h2 {
		font-size: 25px;
	}

	#hero {
		height: 50vh;
	}

	#hero p {
		font-size: 15px;
	}

	#hero .carousel-control-next-icon,
	#hero .carousel-control-prev-icon {
		display: none;
	}

	.choosus_bg {
		padding: 30px 0;
		background: none;
	}


	p {
		line-height: 20px;
		font-size: 14px;
	}

	.about .content ul li,
	.our-team .section-title1 p,
	.whyChoostUs .section-title1 p,
	.desc,
	.vector-bg ul li,
	.our-team ul li {
		font-size: 14px;
		color: #333;
	}

	section {
		padding: 30px 0;
	}

	.contact .php-email-form button[type=submit] {
		margin-bottom: 20px;
	}

	.section-title p {
		font-size: 26px;
		font-weight: 600;
	}

	.clients img {
		max-width: 40%;
	}

	#header .logo img {
		max-height: 30px;
	}

	#footer {
		padding: 20px 0px;
	}

	#footer .copyright {
		padding-top: 15px;
	}

	.breadcrumbs {
		min-height: 320px;
		margin-top: 0px;
		padding-top: 30px;
	}

	.article-area {
		padding: 25px;
	}

	.counter {
		margin-bottom: 20px;
	}

	.counter .counter-value {
		font-size: 20px;
	}

	.counter .counter-icon {
		font-size: 25px;
		line-height: 25px;
	}

	.article_wrapper {
		padding: 10px;
	}

	.table td {
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.section-title .heading,
	.section-title1 .heading {
		font-size: 20px !important;
		line-height: 20px !important;
	}

	.section-title p {
		font-size: 11px !important;
	}

	.counter {
		height: auto;
		width: auto;
		margin-bottom: 20px;
	}

	.article_wrapper {
		height: auto;
	}

	.table td {
		font-size: 12px;
	}
}

@media (max-height: 500px) {
	#hero {
		height: 120vh;
	}

}

#quick-contact .modal-dialog{
	max-width: 700px !important;
	max-height: 600px;
}
.quick-contact #contactus input, 
.quick-contact #contactus textarea, .quick-contact #contactus select {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 9px 13px;
    font-size: 15px;
    color: #6e6e6e;
    margin-bottom: 12px;
    background-color: transparent;
}
.quick-contact #contactus select{
	appearance: auto !important;
}
.quick-contact #contactus textarea{
	height: auto;
}
.modal-header {
    background: linear-gradient(270deg, #dddbff 10.35%, #d2ffd1 92.29%);
    border: 0;
}

.faq-sec{
	padding: 50px 0px;
}
.faq-sec h3{
	font-size: 22px;
	color: #020202;
	margin-bottom: 5px;
	line-height: 1.5;
}
.accordion {
    position: relative;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 15px 0;
    border-radius: 8px !important;
    border-color: #cbcbcb;
}
.accordion-item-header {
    padding: 10px 40px 10px 20px;
    font-weight: 400;
    display: flex;
    font-size: 14px;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    border-top: 1px solid #cbcbcb;
    border-color: #cbcbcb;
}

    .accordion-item-header.active {
        border-bottom: 1px solid #cbcbcb;
       background: linear-gradient(45deg, #E23822, #f27f21);
        color: #fff;
    }

.accordion-item:first-of-type {
    border-width: 0px 1px 1px 1px;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 18px;
    position: absolute;
    right: 5px;
    background: linear-gradient(45deg, #E23822, #f27f21);
    width: 30px;
    text-align: center;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    top: 5px;
    color: #fff;
}

.accordion-item-header.active::after {
    content: "\2212";
    background: #fff;
    color: #222;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 20px;
    line-height: 1.8;
    border-top: 0px solid;
    font-size: 13px;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.mheight {
    min-height: auto;
    max-height: fit-content;
}

.faq-sec .tabs {
      display: flex;
      margin: 15px 0px;
	  justify-content: center;
	  flex-wrap: wrap;
    }

      .faq-sec .tab {
    display: inline-block;
    cursor: pointer;
    color: #000;
    background: linear-gradient(45deg, #e2e2e2, #efefef);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 25px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
}
    

    .faq-sec .tab.active {
    color: #fff;
   background: linear-gradient(45deg, #E23822, #f27f21);
}

    .faq-sec .tab-content {
      display: none;
    }

    .faq-sec .tab-content.active {
      display: block;
    }

	.download-box{
		text-align: center;
		border-radius: 12px;
		padding: 5px;
		border: 1px solid #E23822;
		margin-bottom: 15px;
	}
	.download-box img{
		border-radius: 15px;
		overflow: hidden;
		margin-bottom: 5px;
		object-fit: cover;
		width: 100%;
	}
	.download-box a{
		width: 100%;
    padding: 7px 2px;
    line-height: 1.3;
    font-size: 14px;
	}
.director h4{
	font-size: 18px;
	font-weight: 700;
}
.director p{
	line-height: 1.7;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
	.director .image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-top: 7px;
}

.director .image_block_1 .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.director .image_block_1 .image-box .text{
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: calc(100% - 80px);
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
  z-index: 1;
}

.director .image_block_1 .image-box .text h4{
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.director .image_block_1 .image-box .text p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}

.single_product_page h1{
	font-size: 24px;
	font-weight: 600;
}

.on-load-popup.show {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.on-load-popup .modal-dialog {
    max-width: 600px !important;
    border-radius: 10px;
    /* overflow: hidden */
}

.on-load-popup .modal-dialog .modal-content {
    border: none
}

.on-load-popup .modal-dialog .modal-body {
    border-radius: 35px;		
    /* overflow: hidden; */
    padding: 15px;
}

.on-load-popup .modal-dialog .modal-body img {
    width: 100%;
	border-radius: 20px;
}

.on-load-popup .modal-dialog .modal-body h6{
	font-size: 17px;
	font-weight: 800;
	margin: 10px 0px 0px ;
}

.on-load-popup .modal-dialog button {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #000;
    opacity: 1;
    font-size: 18px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    color: #fff !important
}

.home-header{
	padding: 10px 0px!important;
	background-color: #f01212;
}

.about.bg-img img{
	border-radius: 15px;
}


@media screen and (max-width:991px){
	.contact .contact-form-box{
		padding: 20px 15px;
	}
	.contact .contact-form-box h2{
		font-size: 26px !important;
	}
}


@media (max-width: 768px) {
	.single_product_page h1{
		font-size: 20px;
	}
    .accordion-item-header {
        padding: 7px 38px 7px 15px;
        font-size: 14px;
    }

        .accordion-item-header::after {
            font-size: 17px;
            right: 5px;
            width: 22px;
            top: 7px;
            height: 22px;
            line-height: 23px;
        }

    .accordion-item-body-content {
        font-size: 14px;
    }

	.tabs{
		margin-top: 0px;
	}
	.faq-sec .tab{
	font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 12px;
	}
	.about{
		padding: 30px 0px;
	}
	.about .aboutus_btn{
		margin-bottom: 0px;
	}
	.clinet_testi .section-title{
		padding-bottom: 20px;
	}
	.mySwiper-testimonial .swiper-slide{
		width: 100%;
	}
	.mySwiper-testimonial .swiper-slide .testimonial-box{
		margin: 0px 40px;
	}
	.mySwiper-testimonial .swiper-button-next, .mySwiper-testimonial .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.mySwiper-testimonial .swiper-button-next:after, .mySwiper-testimonial .swiper-button-prev:after{
		font-size: 16px;
	}
	.download-box a{
		padding: 7px 6px;
		font-size: 12px;
	}
	.img_bg{
		height: auto;
	}
	.director .image_block_1 .image-box{
		padding: 0px 15px 0px 0px;
	}
	.director .image_block_1 .image-box .text{
		    width: calc(100% - 20px);
			font-size: 15px;
	}
}

@media(max-width:575px) {
    .on-load-popup .modal-dialog {
        max-width: 480px !important
    }

    .on-load-popup .modal-dialog .modal-body img {
        width: 100%;
    }

	.on-load-popup .modal-dialog button {
    top: -15px;
    right: -15px;
    width: 15px;
    height: 15px;
}

.on-load-popup .modal-dialog .modal-body {
    padding: 8px;
}
}
