/*
Theme Name: Business Community Pro
Description: Business Community Pro WordPress Theme is the perfect choice for building Business Community Pro website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the Business Community Pro WordPress Theme will make a lasting impression on your visitors. The WordPress Business Community Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: wpelemento
Theme URI: https://www.wpelemento.com/products/corporate-business-wordpress-theme
Author URI: https://www.wpelemento.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.4
Text Domain: business-community-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(https://www.wpelemento.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html {
  overflow-x: hidden;
}
.bkr_container {
  max-width: 1360px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100% !important;
}
.sticky-header {
  position: fixed !important;
  width: 100%;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  right: 0;
  /* padding: 8px 10px; */
  animation: slideDown 0.75s ease-out;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px #CCBABAF2;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
      transform: translateY(0);
  }
}


/*=============== Team Section Start ===============*/

.team-section-content .swiper-pagination-bullet-active {
  border-color: #000000 !important;
}
.team-section-content .swiper-container-wrap .swiper-pagination {
  margin-top: 40px;
}
.team-section-content .pp-tm-overlay-content-wrap .pp-tm-content {
  padding: 15px;
  top: unset;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0%;
}
.team-section-content .pp-tm .pp-tm-overlay-content-wrap:before {
  opacity: 0.1;
}
.team-section-content .pp-tm {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px #00000026;
  &:hover {
    background-color: #000000;
  }
}
.team-section-content .pp-tm .pp-tm-image {
  width: 100%;
}
.team-section-content .swiper-container-wrap .elementor-swiper-button-next {
  right: 0px;
  top: -18%;
  width: 50px;
  height: 50px;
}
.team-section-content .swiper-container-wrap .elementor-swiper-button-prev {
  left: unset !important;
  right: 5%;
  top: -18%;
  width: 50px;
  height: 50px;
}
.team-section-content .swiper-container-wrap .pp-slider-arrow {
  opacity: 1 !important;
}
.team-section-content .pp-tm:hover .pp-tm-name {
  color: #FFFFFF;
}
.team-section-content .pp-tm:hover .pp-tm-position {
  color: #FFFFFF;
}
.team-section-content .pp-tm-wrapper .swiper-wrapper {
  padding-bottom: 10px;
}

/*=============== Team Section End ===============*/




/*=============== Home Top Slider Book Now Section Start ===============*/

.booking-form label {
  color: #FFF;
  text-transform: capitalize;
  font: 500 15px/20px "Poppins";
}
.booking-form input {
  width: 100%;
}
.booking-form .book-now-button {
  display: inline-flex;
  align-items: end;
}
.booking-form input,
.booking-form select,
.booking-form input[type="submit"], 
.booking-form input[type="email"],
.booking-form input[type="date"],
.booking-form input[type="time"],
.booking-form input[type="tel"] {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Poppins';
  border-radius: 4px;
  margin: 5px 0 5px;
  width: 100%;
  padding: 6px 12px;
  transition: linear all 0.3s;
  border: unset;
}
.booking-form .book-now-btn button {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50px;
  border: unset;
  padding: 17px 10px 17px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 44px;
  gap: 10px;
}
.booking-form .book-now-btn button svg {
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 15px;
  font-size: 15px;
  transform: translate(11px, 0px);
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-slider-bottom-content-col1 form .wpcf7-response-output {
  margin: 1em 0em 0em !important;
  padding: 7px 10px !important;
  color: #FFF;
  border: 1px solid #FFF !important;
}
.top-slider-bottom-content-col1 form .wpcf7-not-valid-tip {
  color: #FFF;
  font-size: 14px;
}

/*=============== Home Top Slider Book Now Section End ===============*/


/*========== Star Rating CSS Start ============*/

.star-rating {
  color: #FEC004;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  float: unset !important;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #dab7b7bf !important;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/*========== Star Rating CSS End ============*/

/*========== Return to Top Start ============*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000000;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}
#return-to-top div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#return-to-top:hover {
  background-color: #78689E;
  border: 2px solid #78689E;
}

/*========== Return to Top End ============*/

/*============= Preloader Start =============*/

.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  /* background: linear-gradient(270deg, #5E1078 0%, #000000 27.15%, #F902A0 100%); */
  background-color: #F8F7FA;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner-loading-box img {
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li {
  width: 100%;
}
.demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#78689E 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#78689E);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

/*============= Preloader End =============*/






/*=============== Flex Code Start ================*/




/*============== Banner start ===============*/

#top-banner-section {
	position: relative;
}
.top-banner-social-media {
    transform: translate(144px, 13px);
    z-index: 1;
}
.top-banner-bottom-col {
	position: relative;
	overflow: visible;
	height: 300px;
}
.top-banner-social-media {
  	width: max-content;
}
.top-banner-social-media .elementor-image-box-content {
  	width: auto;
}

/*============== Banner end ===============*/


body {
	margin: 0px !important;
}

.flex-instructor .elementor-icon-box-title {
	margin: 0px !important;
}

.flex-star {
	position: absolute !important;
	right: 10%;
}

.flex-instructor .elementor-icon-box-icon {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
}

.flex-flexible-classes figure.elementor-image-box-img {
	background-color: #78689E;
	border-radius: 50%;

	padding: 7px;
}

.flex-counter-img img {
	/* background-color: #fff;
	border-radius: 50% !important; */
	padding: 3px;
	height: 40px !important;
	width: 40px !important;
}

.flex-live-video .premium-video-box-play-icon-container {
	animation: pulse 1s infinite;
}

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

	50% {
		transform: scale(1.05);
		opacity: 0.7;
	}

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

.flex-featured-courses .course-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px;
}

.flex-student-img {
	position: relative;
	display: inline-block;
}

.flex-student-img:before {
	content: "";
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #78689E;
	height: 73%;
	width: 88%;
	border-radius: 50%;
	z-index: 0;
}

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

.flex-counter-section {
	counter-reset: my-sec-counter;
}

.flex-counter-img-conatiner {
	counter-increment: my-sec-counter;
}

.flex-counter-img-conatiner::before {
	content: "0 " counter(my-sec-counter);
	color: #EBE8F1;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 70%;
	top: 9%;
	width: fit-content;
	height: fit-content
}

/* ***********events section css **************8 */
.event-day {
	font-size: 50px;
	font-weight: 700;
	color: #78689E;
}

.event-month-year {
	/* font-size: 22px;
	font-weight: bold; */
	color: #000;
	font: 500 20px/55px "Poppins";
}

.event-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.event-read-more-wrapper {
	text-align: right;
}

.event-time-location-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.event-time-wrapper {
	display: flex;
	align-content: center;
	align-items: center;
}

.event-time-wrapper p {
	margin: 0px !important;
}

.event-read-more svg {
	height: 24px;
	width: 24px;
}

.event-read-more-div {
	width: fit-content;
	height: fit-content;
	background-color: #FFFFFF;
	border-radius: 50%;
	padding: 11px 11px;
}

.event-read-more-wrapper {
	display: flex;
	justify-content: flex-end;
}

.event-container {
	border-bottom: 1px solid;
    padding: 30px 0px 20px 0px;
    border-color: #B2B2B2;
}

h3.event-title {
	margin: 0px 0px 20px 0px;
	color: #000;
	/* font-size: 22px;
	font-weight: bold; */
	font: 600 23px/40px "Poppins";
}

h3.event-title:hover {
	margin: 0px 0px 20px 0px;
	color: #78689E;
}

.event-container:hover .event-title {
	color: #78689E;
}

.event-container:hover {
	border-color: #78689E;
}

.event-read-more-div:hover {
	background-color: #78689E;
}

.event-read-more-div:hover svg {
	fill: #fff;
}

.event-container:hover .event-read-more-div {
	background-color: #78689E;
}

.event-container:hover .event-read-more-div svg {
	fill: #fff;
}

/* ***********************88 */
/* ***************team section css******************* */
.flex-social-media-btn {
	background-color: #78689E;
	border-radius: 30px;
}

.social-media-main-div {
	display: flex !important;
	justify-content: end !important;
	align-items: end !important;
}

.flex-social-media-btn .elementor-social-icons-wrapper.elementor-grid {
	gap: 10px !important;
}

.flex-social-media-1 {
	position: relative;
}

.flex-social-media-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: static;
	transition: none;
}

.flex-social-media-btn .elementor-social-icons-wrapper {
	display: flex !important;

	gap: 10px;
}

.flex-social-media-btn {
	right: -17px !important
}

.flex-social-media-1 {
	position: absolute !important;
	top: 75%;
	right: 5%;
}

.flex-team-member ul.eael-team-member-social-profiles {
	display: none;
}

.flex-counter-img-conatiner-1 {
	counter-increment: my-sec-counter;
}

.flex-counter-img-conatiner-1::after {
	content: "0 " counter(my-sec-counter);
	color: #EBE8F1;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 0%;
	top: 9%;
}

.flex-img:before {
	content: "";
	position: absolute;
	top: 63%;
	left: 40%;
	transform: translate(-50%, -50%);
	background-color: #EBE8F1;
	height: 74%;
	width: 80%;
	border-radius: 50%;
	z-index: 0;
}

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


.flex-share-btn:hover {
	background-color: #78689E !important;
	padding: 9px;
	border-radius: 0px 0px 30px 30px;
	right: -17px;

}

.flex-share-btn:hover svg,
.flex-social-media-btn:hover svg {
	fill: #fff !important;
}

.flex-share-btn:hover svg,
.flex-social-media-btn:hover svg {
	fill: #fff !important;
}

.flex-share-btn:hover .flex-social-media-btn,
.flex-social-media-btn:hover {
	bottom: 0px !important;
}

.flex-share-btn:hover .flex-social-media-btn,
.flex-social-media-btn:hover {
	bottom: 0px !important;
}

/* ***********************How to work section css**************** */
.flex-work-img img {
	background-color: #78689E;
	padding: 18px 29px;
	border-radius: 50% !important;
}

.flex-work-img-1 img {
	background-color: #78689E;
	padding: 18px 29px;
	border-radius: 50% !important;
}

.flex-work-counter {
	counter-reset: my-sec-counter;
}

.flex-work-img {
	counter-increment: my-sec-counter;
}

.flex-work-img::before {
	content: "0" counter(my-sec-counter) " ";
	display: block;
	color: #EBE8F1;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 81%;
	top: -4%;
}

.flex-work-counter {
	counter-reset: my-sec-counter;
}

.flex-work-img-1 {
	counter-increment: my-sec-counter;
}

.flex-work-img-1::after {
	color: #EBE8F1;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: -14%;
	top: 70%;
	content: "0 " counter(my-sec-counter) " ";
	display: block;
}

.flex-work-counter-reset-1:after {
	content: url('./assets/images/arrow.svg');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 109%;
	top: 15%;
}


.reste1:after {
	content: url('./assets/images/arrow-1.svg');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 110%;
	bottom: 12%;
}

.flex-work-img-2 img {
	background-color: #78689E;
	padding: 20px 29px;
	border-radius: 50% !important;
}

.reste1:after {
	content: url('./assets/images/arrow-1.svg');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 110%;
	bottom: 12%;
}

.flex-work-img-2 img {
	background-color: #78689E;
	padding: 20px 29px;
	border-radius: 50% !important;
}

/* *************************course category slider css******************  */
.flex-subscribe-form {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.flex-submitnow p {
	margin: 0px !important;
}


.swiper-slider-wrapper {
	max-width: 100%;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	box-sizing: border-box;
	padding: 10px;
}

.category-content {
	text-align: center;

	padding: 20px;
	border-radius: 10px;
}

a.category-img {
	text-align: center;
	display: flex;
	justify-content: center;
}

.category-title a {
	font-size: 20px;
	color: #000 !important;
}

.swiper-slide {
	margin: 10px !important;
}

.category-description {
	font-size: 16px;
}


.course-category-slider .swiper-button-prev:after {
	content: '\2190' !important;
	position: relative;
	bottom: 7px;
	font-size: 31px !important;
	font-weight: bold;
}

.course-category-slider .swiper-button-next:after {
	content: '\2192' !important;
	position: relative;
	bottom: 7px;
	font-size: 31px !important;
	font-weight: bold;
}

.course-category-slider .swiper-button-prev {
	background-color: #EDEBFC;
	border-radius: 50%;
	width: 44px !important;
	position: absolute;
	left: -67px !important;
	top: 45% !important;
}

.course-category-slider .swiper-button-next {
	background-color: #EDEBFC;
	border-radius: 50%;
	width: 44px !important;
	position: absolute;
	right: -80px !important;
	top: 45% !important;
}

.swiper-pagination {
	display: none;
}


.course-read-more-wrapper {
	text-align: center !important;
}


.flex-course-image {
	display: flex;
	justify-content: center;
}

a.category-img {
	background-color: #F8F7FA !important;
	width: fit-content;
	border-radius: 50%;
	padding: 15px;
}

.category-img img {
	width: 30px;
}

.course-author {
	justify-content: flex-start !important;
	margin-bottom: 20px;
}

.course-title a {
	/* font-weight: bold;
	font-size: 19px; */
	font: 600 16px/24px "poppins";
}

.course-rating-main {
	display: flex;
	justify-content: space-between;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.course-item {
	box-shadow: 0px 3px 6px #00000029;

	padding: 15px;
	border-radius: 8px;
	background: #fff;

}

.course-image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.course-title {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.course-title a {
	text-decoration: none;
	color: #000 !important;
}

.course-author {
	display: flex;
	align-items: center;
	justify-content: center;

}

.course-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}

.course-rating .star {
	color: #FFAA00;
}

.course-rating .star.filled {
	color: #FFAA00;
}

button.enroll-now-button.popmake-1001.pum-trigger {
	background-color: #F8F7FA;
}

.enroll-now-button {
	font-family: "Poppins", Sans-serif;
	padding: 10px 43px;
	background-color: #F8F7FA;
	color: #000 !important;
	font-size: 13px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.course-tag {
	/* font-size: 19px;
	font-weight: bold; */
	text-transform: capitalize;
	font: 500 16px/27px "Poppins";
}

.course-buttons {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	gap: 10px;
}

.course-author span {
	text-transform: capitalize;
}

span.courser-rating-text {
	font-size: 15px;
	font-weight: 500;
}

.enroll-now-button:hover {
	background-color: #78689E !important;
	color: #fff !important;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 20px;
}

.premium-video-box-play-icon-container {
	background: #78689E !important;
	box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4);
	padding: 0px 4px;
}

.courses-blog-section h2 {
	margin-bottom: 10px !important;
}

.courses-blog-section .entry-title a:hover {
	color: #78689E !important;
}


.courses-blog-section .elementskit-post-body {
	padding: 0px !important;
}

.courses-blog-section .elementskit-entry-header a {
	padding-bottom: 0px !important;
}

.flex-contact-form1 input {
	padding: 15px;
	border-radius: 5px;
	border: 0px;
	margin-top: 10px;
	width: 100%;
}

.flex-submit-btn {
	width: fit-content !important;
	background-color: #78689E !important;
	color: #fff !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px !important;
}

.flex-business-theme-input p {
	margin-top: 0px !important;
}

.contact-links {
	color: #000 !important;
}

.breadcrumb-title {
	color: #000 !important;
}


.courses-blog-section span.post-comment {
	position: absolute;
	bottom: 5%;

}

.flex-business-theme-input p {
	margin-top: 0px !important;
}

.courses-blog-section a.elementskit-btn.whitespace--normal {
	position: relative;
	top: 6px !important;
	padding-right: 0px !important;
}

.courses-blog-section img {
	height: 200px !important;
	object-fit: cover !important;
	border-radius: 10px !important;

}

.courses-blog-section .post-meta-list {
	margin: 0px !important;
}

.courses-blog-section .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
	transform: scale(1.1) !important;
	opacity: .8;
}

.courses-blog-section .elementskit-entry-thumb {
	padding: 0px !important;
}

.edu-banner {
	background-size: 100% 100% !important;
}

/* single-blog-page-css */

.flex-container {
	max-width: 1300px !important;
	margin: 0 auto;
}

.flex-reviews li {
	list-style: none !important;
	padding-top: 10px !important;
}

h3.flex-recent-reviews {
	font-family: "Poppins", Sans-serif;
	font-size: 30px !important;
}

h1.post-title {
	font-size: 36px !important;
	font-weight: 600 !important;
	font-family: "Poppins", Sans-serif;
	margin: 20px 0px !important;
}

.review-form {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	border-radius: 10px;
}

.flex-reviews {
	margin: 0px !important;
	padding: 0px !important;
}


.post-thumbnail {
	text-align: center;
	display: flex;
	justify-content: center;
}


.single-blog-content {
	padding: 20px 0px !important;
	margin: 0px !important;
}

a.flex-post-title {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000 !important;
}

.flex-sing-post {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0px !important;
	padding: 0px !important;
}

.post-meta1 svg {
	height: 14px !important;
}

img.flex-thumb-image.wp-post-image {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100% !important;
	height: 200px !important;
}

.flex-sing-post li {
	border: 1px solid #DFDFDF !important;
	padding: 15px !important;
	border-radius: 10px;
	list-style: none !important;
	background-color: #fff;
}

p.flex-post-category {
	background-color: #3d7aff !important;
	z-index: 1;
	position: relative;
	width: fit-content;
	padding: 5px 10px !important;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-family: "Poppins", Sans-serif;
	margin: 0;
	bottom: 5%;
	left: 6%;
}

.post-meta1 {
	font-family: "Poppins", Sans-serif;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 500 !important;
}

.flex-single-post-meta-data {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 10px;
}

.read-more {
	font-family: "Poppins", Sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	color: #000 !important;
}

.star-rating {
	display: flex;
	gap: 5px;
	font-size: 24px;
	cursor: pointer;
	color: #ccc;
}

.star-rating .star.filled {
	color: #f5a623;
}

.comment-rating {
	color: #f5a623;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.average-rating {
	font-size: 1.2em;
	color: #f5a623;
	margin-bottom: 15px;
}

.custom-review-form input {
	width: 95%;
	border: 0px !important;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.custom-review-form textarea {
	width: 95%;
	border: 0px !important;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.review-submit-btn {
	width: fit-content !important;
	background-color: #78689E !important;
	color: #fff !important;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}

.review-form {
	background-color: #F8F7FA !important;
}

.review-star1 {
	margin-bottom: 05px !important;
}

a.read-more {
	display: flex;
	align-items: center;
}

h2.flex-related-post {
	font-weight: 600 !important;
	text-align: center;
}

.flex-related-post-desc {
	text-align: center;
}

@media screen and (min-width:1300px) and (max-width:1600px) {
	.flex-container {
		max-width: 1140px !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:1299px) {
	.flex-container {
		padding: 0px 20px;
	}
}

@media screen and (max-width:1023px) {
	.review-wrapper {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.flex-sing-post {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width:767px) {
	.flex-sing-post {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

.sticky-header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff !important;
	z-index: 99999 !important;
}

.edu-banner {
	position: relative;
	top: -101px;
	z-index: 1 !important;
}

#popmake-1001 input {
	width: 100%;
	padding: 15px !important;
	margin-top: 10px;
	border: 10px !important;
	border-radius: 10px !important;
}

div#popmake-1001 {
	background-color: #EDEBFC !important;
	padding: 50px !important;
	border-radius: 10px !important;
}

#pum-1001 {
	background-color: #27272782 !important;
}

button.pum-close.popmake-close {
	background-color: #78689E !important;
}

#popmake-1001 textarea {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 10px !important;
}

#popmake-1001 .wpcf7-response-output {
	color: #000 !important;
}

div#pum_popup_title_1001 {
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.gallery-img img {
	height: 235px !important;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.gallery-img-1 img {
	height: 250px !important;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.flex-email input {
	padding: 10px 20px !important;
	border-radius: 5px;
	width: 600px;
	background-color: #ff000000 !important;
	border: 0px !important;
	outline: 1px solid #fff !important;
	color: #FFF;
}

.flex-submit-btn {
	padding: 10px;
	border-radius: 5px;
	color: #000 !important;
	color: #fff !important;
	border: 0px !important;
	cursor: pointer;
	font-weight: 500;

}

@media screen and (min-width:1024px) and (max-width:1400px) {

	.course-banner-sub-main-div {
		display: flex !important;
		flex-direction: row !important;
	}

	.course-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
		gap: 20px;
	}

	.course-title a {
		font-weight: bold;
		font-size: 15px;
	}

	.enroll-now-button {
		padding: 9px 16px !important;

	}
}

@media screen and (min-width:1006px) and (max-width:1209px) {
	.courses-blog-section span.meta-author {
		top: -134% !important;

	}

	.courses-blog-section .meta-date {
		top: -130% !important;

	}
}

section.bg-img {
	padding: 110px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.flex-import-course-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 20px 0;
}

.flex-import-course-item {
	border: 1px solid #ddd;
	padding: 15px 15px 20px;
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 3px 6px #00000029
}

h3.flex-import-course-name {
	font-weight: bold;
	font-size: 19px !important;
	color: #000 !important;
	margin: 15px 0px !important;
}

h3.flex-import-course-name a {
	color: #000 !important;
	font-weight: 600;
}

a.flex-import-read-more-button {
	padding: 10px 30px;
	background-color: #F8F7FA !important;
	color: #000 !important;
	font-size: 13px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

h3.flex-import-course-name a:hover {
	color: #78689E !important;
}

a.flex-import-read-more-button:hover {
	background-color: #78689E !important;
	color: #fff !important;
}

h1.text-center.breadcrumb-cat-title {
	font-size: 55px !important;
	font-weight: 600 !important;
}

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

@media screen and (min-width:1024px) and (max-width:1399px) {
	.flex-import-course-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
		gap: 20px;
		padding: 20px 0;
	}
}

.cat-thumbnail-img img {
	width: 100% !important;
	max-width: 100%;
	object-fit: cover;

}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.flex-import-course-list {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width:767px) {
	.flex-import-course-list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}


@media screen and (min-width:1440px) and (max-width:1920px) {
	.courses-blog-section span.meta-author {
		position: absolute;
		top: -142% !important;
		left: 0%;
	}

	.courses-blog-section .meta-date {
		position: absolute;
		top: -139% !important;
		right: 0%;
		margin: 0px !important;
	}
}

@media screen and (min-width:1210px) and (max-width:1920px) {
	.courses-blog-section span.meta-author {
		/* position: absolute;
		top: -157% !important; */

	}

	.courses-blog-section .meta-date {
		/* position: absolute;
		top: -152% !important;
		right: 0%;
		margin: 0px !important; */
	}
}

.flex-social-media-btn {
	transform: rotate(90deg);
	position: absolute;
	bottom: 102px !important;
	right: -82px !important;
}

@media screen and (min-width:1024px) and (max-width:1440px) {
	.courses-about-section .e-con-inner {
		display: flex;
		flex-direction: row !important;
	}

}

@media screen and (min-width:1024px) and (max-width:1170px) {
	.courses-about-section .e-con-inner {
		display: flex;
		flex-direction: row !important;
	}

	.flex-img:before {
		content: "";
		position: absolute;
		top: 63%;
		left: 40%;
		transform: translate(-38%, -50%) !important;
		background-color: #EBE8F1;
		height: 72% !important;
		width: 100% !important;
		border-radius: 50%;
		z-index: 0;
	}
}

.flex-instructor .elementor-icon-box-icon {
	width: fit-content;
}

.category-content {
	background-image: url(./assets/images/course-cat-bg-1.png);
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px 25px 50px 25px;
	border: 1px solid #f2f2f200;
}

.category-content:hover {
	background-image: url(./assets/images/course-cat-bg.png);
	text-align: center;

}

.category-content:hover .category-title a {
	color: #fff !important;
}

.category-content:hover .category-description {
	color: #fff !important;
}

.category-title a {
	font-size: 20px;
	font-weight: bold;
	font-family: "Poppins", Sans-serif;
	text-transform: capitalize;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}

span.dashicons.dashicons-arrow-right-alt2 {
	background-color: #78689E;
	border-radius: 50%;
	padding: 10px !important;
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	right: 43%;
	bottom: -4%;
}

.dashicons-arrow-right-alt2:before {
	content: "\2192" !important;
	font-size: 25px;
	position: absolute;
	bottom: 5%;
	left: 24% !important;
	position: absolute;
	bottom: 18px;
	color: #fff !important;
	transform: translate(-2px, -3px);
}

@media screen and (max-width:768px) {
	.event-container {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.event-read-more-wrapper {
		justify-content: flex-start !important;
	}

	.event-time-location-wrapper {
		align-items: flex-start;
	}

	.course-category-slider .swiper-button-next {
		right: 0px !important;
	}

	.course-category-slider .swiper-button-prev {
		left: 0px !important;

	}
}

@media screen and (min-width:390px) and (max-width:480px) {
	.flex-img:before {
		left: 50% !important;
		height: 74% !important;
		width: 50% !important;
	}

	.flex-counter-img-conatiner-1::after {
		left: 71% !important;

	}
}

.flex-course-img img {
	width: fit-content !important;
}

.course-testimonial .uc_author {
	display: flex;
	flex-direction: row !important;
}

.course-testimonial button.owl-next {
	position: absolute;
	left: 8%;
}

.course-testimonial .fa-quote-left-alt::before,
.fa-quote-left::before {
	content: "\f10d";
}

.course-testimonial {
	position: absolute !important;
	z-index: 1 !important;
	top: 0px !important;
	left: 20%;
	background-size: 100% 100% !important;
}

.flex-edu-testimonial p {
	text-align: left !important;
}

.flex-education-title h1 {
	color: #000 !important;
}

.flex-education-title h2 {
	color: #000 !important;
}

.eduction-student-list span {
	color: #000 !important;
}

.flex-flexible-classes h3 {
	color: #000 !important;
}

.education-desc p {
	color: #fff !important;
}

.flex-education-title span {
	color: 000 !important;
}

.enroll-now-button {
	padding: 10px 29px !important;
}

.copyright a {
	color: #78689E;
}

@media screen and (min-width:1024px) and (max-width:1920px) {
	.socail-media {
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.social-icon-parent {
		position: absolute !important;
		bottom: 10%;
	}

}

.social-icon-parent {
	position: absolute !important;
	bottom: 10%;
}

@media screen and (max-width:1800px) {
	.flex-education-partners {
		padding: 0px 50px !important;
		width: 100% !important;
	}

	h2 {
		/* font-size: 25px !important; */
	}
}

@media screen and (min-width:1250px) and (max-width:1344px) {
	.flex-img:before {
		left: 45% !important;

	}
}

@media screen and (min-width:1190px) and (max-width:1249px) {
	.flex-img:before {
		left: 46% !important;
		width: 96% !important;
	}
}

@media screen and (min-width:1025px) and (max-width:1189px) {
	.flex-img:before {
		left: 40% !important;
		width: 100% !important;
	}

	.flex-student-img:before {
		width: 100% !important;
	}

	.flex-counter-img-conatiner::before {
		font-size: 30px !important;
	}
}

@media screen and (max-width:767px) {
	.flex-work-img-1::after {
		left: 79% !important;
		top: 0% !important;
	}

	.flex-email input {
		width: fit-content !important;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.flex-work-img::before {
		left: 83% !important;
		top: -12% !important;
	}

	.flex-email input {
		width: fit-content !important;
	}
}

.flex-social-media-btn {
	display: none;
}

.flex-share-btn:hover .flex-social-media-btn {
	display: block !important;
}

.course-category:hover span.dashicons.dashicons-arrow-right-alt2 {
	background-color: #000 !important;
}

.course-title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

@media screen and (max-width:768px) {
	.flex-counter-img-conatiner-1::after {
		left: 70% !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1024px) {
	.flex-img:before {
		left: 44% !important;
		width: 56% !important;
	}
}

@media screen and (min-width:950px) and (max-width:1023px) {
	.flex-img:before {
		left: 50%;
		width: 60%;
	}

	.flex-student-img:before {
		left: 50% !important;
		width: 61% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 60% !important;
	}
}

@media screen and (min-width:850px) and (max-width:949px) {
	.flex-student-img:before {
		width: 70% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 70% !important;
	}
}

@media screen and (min-width:768px) and (max-width:849px) {
	.flex-student-img:before {

		width: 80% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 80% !important;
	}
}

@media screen and (min-width:660px) and (max-width:767px) {
	.flex-student-img:before {
		width: 27% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 27% !important;
	}
}

@media screen and (min-width:600px) and (max-width:659px) {
	.flex-student-img:before {
		width: 31% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 31% !important;
	}
}

@media screen and (min-width:500px) and (max-width:599px) {
	.flex-student-img:before {
		width: 38% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 38% !important;
	}
}

@media screen and (min-width:481px) and (max-width:499px) {
	.flex-student-img:before {
		width: 40% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 40% !important;
	}
}

@media screen and (min-width:440px) and (max-width:480px) {
	.flex-student-img:before {
		width: 45% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 45% !important;
	}
}

@media screen and (min-width:400px) and (max-width:439px) {
	.flex-student-img:before {
		width: 50% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 50% !important;
	}
}

@media screen and (min-width:360px) and (max-width:399px) {
	.flex-student-img:before {
		width: 57% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 57% !important;
	}
}

@media screen and (max-width:359px) {
	.flex-student-img:before {
		width: 63% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 63% !important;
	}
}

.flex-edu-gallery-img-1 img {
	width: 100% !important;
	height: 250px !important;
	object-fit: cover;
}

.flex-edu-gallery-img img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover;
}

.courses-blog-section .entry-title {
	margin-top: 10px !important;
}

.course-image img {
	width: 100%;
	height: 150px !important;
	border-radius: 6px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.course-author span {
	text-transform: capitalize;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.course-title a {
	font-family: "Poppins", Sans-serif;
}

.course-tag {
	font-family: "Poppins", Sans-serif;
}

.course-buttons {
	gap: 20px;
}

.category-description {
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
	color: #000 !important;
}

.event-day {
	font-family: "Poppins", Sans-serif;
}

.event-month-year {
	font-family: "Poppins", Sans-serif;
}

h3.event-title {
	font-family: "Poppins", Sans-serif;
}

.event-time-wrapper p {
	margin: 0px !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000 !important;
}

.event-location {
	font-family: "Poppins", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000 !important;
}

.flex-live-video:before {
	content: 'Live';
	position: absolute;
	z-index: 1;
	right: 2%;
	top: 5%;
	background-color: red;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: "poppins";
	padding: 0 10px;
	border-radius: 5px;
}

.education-testimonial-slider .ue-text p {
	text-align: left !important;
}

.education-testimonial-slider .ue_title {
	text-align: left;
}

.education-testimonial-slider .ue-icon i {
	font-size: 66px;
	color: #00000017;
	position: absolute;
	top: 0px;
	right: 42px;
}

.education-testimonial-slider button.owl-next {
	margin-left: 33px;
	left: 40px !important;
}

.education-testimonial-slider .ue_subtitle {
	text-align: left;
}

div#popmake-81 {
	background-color: #EDEBFC !important;
	padding: 50px !important;
	border-radius: 10px !important;
}

#popmake-81 input {
	width: 100%;
	padding: 15px !important;
	margin-top: 10px;
	border: 10px !important;
	border-radius: 10px !important;
}

#pum-81 {
	background-color: #27272782 !important;
}

#popmake-81 .wpcf7-response-output {
	color: #000 !important;
}

@media screen and (min-width:1440px) and (max-width:1920px) {
	.course-testimonial-1 {
		position: absolute !important;
		z-index: 1;
		top: -5px;
		right: 40%;
		padding-top: 20px;
		padding-bottom: 70px;
	}
}

.uc_author {
	display: flex;
	flex-direction: row !important;
}

.course-testimonial-1 {
	background-size: 100% 100% !important;
}

@media screen and (max-width: 1209px) {
	span.post-comment {
		position: absolute;
		left: 0px;
	}
    .blog-section .post-comment {
		position: unset;
		left: unset;
	}
}

@media screen and (max-width:480px) {
	.flex-subscribe-form {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: center;
		flex-direction: column !important;
	}

	.flex-email {
		width: 100% !important;
	}
}

.education-testimonial-slider .ue-text p {
	color: #000 !important;
}

.education-para p {
	color: #000 !important;
}

.education-para-1 p {
	color: #fff !important;
}

.sticky-header {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

.buynow a {
	color: #fff !important;
	height: 40px !important;
	margin-top: 8px;
	border-radius: 5px;
	background-color: #78689E !important;
}

.buynow {
	display: flex;
	align-content: center;
	align-items: center;
}

.dashicons-arrow-right-alt2:before {
	top: 0px;
}

.flex-edu-hover-img img {
	transition: transform 0.3s ease;
}

.flex-edu-hover-img img:hover {
	transform: scale(1.1);
}

.flex-learn:hover .elementor-counter-number {
	color: #fff !important;
}

.flex-learn:hover .elementor-counter-number-suffix {
	color: #fff !important;
}

.flex-learn:hover p {
	color: #fff !important;
}

.icon-hover {
	font-size: 40px;
	color: #555;
	transition: color 0.3s ease, transform 0.3s ease;
}

.flex-counter-img {
	display: inline-block;
	perspective: 1000px;
	/* Adds 3D perspective */
}

.flex-counter-img img {
	font-size: 40px;
	color: #f39c12;
	display: inline-block;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
}

.flex-counter-img:hover img {
	transform: rotateY(180deg);
}

.course-item:hover .course-title a {
	color: #78689E !important;
}

.course-item:hover .enroll-now-button {
	color: #fff !important;
	background-color: #78689E !important;
}

.enroll-now-button {
	width: -webkit-fill-available;
	text-align: center;
}

.premium-bullet-list-text:before {
	/* content: 'test';
	background-color: red; */
}

.eduction-student-list .premium-bullet-list-text:before {
	content: '';
	background-image: url(./assets/images/tick.svg);
	width: 25px;
	height: 25px;
	text-align: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 0px !important;
}

.educaion-team-members:hover {
	background-color: #78689E;
}

.educaion-team-members:hover h2.eael-team-member-name {
	color: #fff !important;
}

.educaion-team-members:hover h3.eael-team-member-position {
	color: #fff !important;
}

.gallery-div {
	overflow: hidden !important;
}

.courses-blog-section .entry-title a:hover {
	color: #ffffff !important;
}

.courses-blog-section .elementskit-post-image-card:hover .post-meta-list span {
	color: #fff !important;
	fill: #fff !important;
}

.courses-blog-section .elementskit-post-image-card:hover .entry-title a {
	color: #fff !important;
}

.courses-blog-section .elementskit-post-image-card:hover p {
	color: #fff !important;
}

.courses-blog-section .elementskit-post-image-card:hover a {
	color: #fff !important;
}

.flex-email::placeholder {
	color: #fff !important;
}

.newsletter-form .flex-submit-btn {
	background-color: #fff !important;
	color: #000 !important;
	padding: 10px !important;
}

.newsletter-form .wpcf7-response-output {
	margin-top: 20px !important;
	color: #fff;
	width: fit-content;
	text-align: center;
	display: flex;
	justify-content: center;
}

.newsletter-form form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flex-email {
	/* height: 50px !important; */
}

.footer-address svg {
	width: 20px !important;
	height: 20px !important;
}

.review-submit-btn {
	background-color: #78689E !important;
}

.review-submit-btn:hover {
	background-color: #000 !important;
}

.education-breadcrumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 130px 0px;
	text-align: center;
}

span.education-breadcrumb-title {
	font-size: 19px;
	color: #000;
}

a.eucation-home {
	color: #78689E;
	font-size: 19px;
}

.custom-breadcrumbs {
	display: none !important;
}

.book-course-btn a {
	background-color: #78689E !important;
	font-size: 15px !important;
}

.book-course-btn a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.book-course-btn {
	width: fit-content !important;
}

.bookcoursep {
	color: #000 !important;
}

.bookcourse-list li {
	list-style-type: disc !important;
	color: #000 !important;
}

.bookcourse-list {
	margin: 0px 0px 20px 20px !important;
}

.blog-2 ul.post-meta {
	background-color: #F8F7FA !important;
}

.read-more a {
	background-color: #78689E !important;
	outline: 0px !important;
}

.read-more a:hover {
	background-color: #000 !important;
}

#secondary .wp-block-search__button {
	background-color: #78689E !important;
	color: #fff !important;
}

@media screen and (max-width:1339px) {
	.flex-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.flex-edu-search-pagination .page-numbers,
.next {
	    border-color: #000000!important;
    border: 1px solid #000000 !important;
    padding: 2px 10px;
    border-radius: 4px;
}

.flex-edu-search-pagination .current {
	background-color: #78689E !important;
}

@media screen and (min-width:768px) and (max-width:1920px) {
	.flex-edu-search-post {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px;
	}
}

#secondary ul li {
	list-style-type: disc !important;
	margin: 0px 0px 10px 20px !important;
}

#secondary a:hover {
	color: #78689E !important;
}

.flex-edu-search-pagination a.page-numbers:hover {
	background-color: #78689E !important;
}

#secondary ol {
	padding: 0px !important;
}

button.owl-prev {
	top: 82% !important;
}

button.owl-next {
	top: 82% !important;
}

/* *************************************** */
@media screen and (max-width:360px) {
	.course-grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1024px) {
	.flex-student-img:before {
		width: 58% !important;
	}
}

@media screen and (min-width: 1171px) and (max-width: 1189px) {
	.flex-img:before {
		left: 48% !important;
		width: 94% !important;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	.student-oft-year-section-edu {
		padding-top: 170px !important;
	}
}

@media screen and (min-width: 600px) and (max-width: 799px) {
	.student-oft-year-section-edu {
		padding-top: 136px !important;
	}
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	.student-oft-year-section-edu {
		padding-top: 70px !important;
	}
}

@media screen and (min-width:990px) and (max-width:1024px) {
	.education-team-section-parent {
		display: flex;
		flex-direction: row !important;
	}

	.flex-team-member h2.eael-team-member-name {
		font-size: 20px !important;
	}

	.share-icon {
		padding: 8px 34px 10px 10px !important;
	}
}

@media screen and (min-width:889px) and (max-width:989px) {
	.social-icon-parent {
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
	}

	.socail-media .elementor-social-icons-wrapper {
		width: 54px !important;
	}
}

@media screen and (min-width:660px) and (max-width:767px) {
	.educaion-team-members {
		min-height: 90vh !important;
	}

	.socail-media .elementor-social-icons-wrapper {
		width: 54px !important;
	}

	.social-icon-parent {
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
	}
}

@media screen and (min-width:600px) and (max-width:659px) {
	.educaion-team-members {
		min-height: 85vh !important;
	}

	.socail-media .elementor-social-icons-wrapper {
		width: 54px !important;
	}

	.social-icon-parent {
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
	}
}

@media screen and (min-width:550px) and (max-width:599px) {
	.educaion-team-members {
		min-height: 80vh !important;
	}

	.socail-media .elementor-social-icons-wrapper {
		width: 54px !important;
	}

	.social-icon-parent {
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
	}
}

@media screen and (min-width:460px) and (max-width:549px) {
	.educaion-team-members {
		min-height: 70vh !important;
	}

	.socail-media .elementor-social-icons-wrapper {
		width: 54px !important;
	}

	.social-icon-parent {
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
	}
}

@media screen and (min-width:670px) and (max-width:767px) {
	.how-to-work-sec-edu {
		padding-top: 242px !important;
	}
}

@media screen and (min-width:600px) and (max-width:669px) {
	.how-to-work-sec-edu {
		padding-top: 200px !important;
	}
}

@media screen and (min-width:500px) and (max-width:668px) {
	.how-to-work-sec-edu {
		padding-top: 150px !important;
	}
}

.courses-blog-section .entry-title a {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

@media screen and (min-width:1315px) and (max-width:1400px) {
	.featured-coures-section-edu .course-grid {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

@media screen and (min-width:995px) and (max-width:1314px) {
	.featured-coures-section-edu .course-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media screen and (min-width:768px) and (max-width:785px) {
	.footer-section .e-con-inner {
		flex-direction: column !important;
	}

	.footer-courses {
		width: 50% !important;
	}
}

@media screen and (min-width:768px) and (max-width:785px) {
	.edu-image-slider-div {
		width: 100% !important;
	}
}

@media screen and (max-width:767px) {
	.flex-work-counter-reset-1:after {
		content: none !important;
	}

	.reste1:after {
		content: none !important;
	}

	.flex-subscribe-form {
		flex-direction: column !important;
	}

	.flex-subscribe-form input {
		width: 100% !important;
	}
}

.flex-flexible-classes figure {
	width: fit-content !important;
}

.couses-save-btn-main {
	display: flex;
	justify-content: space-between;
}

button.save-course-button {
	border-radius: 50% !important;
    padding: 0px !important;
    border: 0px !important;
    background-color: #F8F7FA;
    width: 37px;
    height: 36px;
}

button.save-course-button:hover {
	background-color: #78689E !important;
}

button.save-course-button:hover svg {
	fill: #fff !important;
}

button.save-course-button {
	cursor: pointer;
}

.custom-review-form input[type="submit"] {
	background-color: #78689E !important;
}

.flex-work-img-1::after {
	content: "0" counter(my-sec-counter) " " !important;
}

@media screen and (min-width:870px) and (max-width:1024px) {
	.edu-header .elementskit-navbar-nav>li>a {
		font-size: 14px;
		color: #000000;
		/* padding: 0px 10px 0px 10px !important; */
	}
}

.fixed-buy-now-button {
	position: fixed !important;
	top: 50%;
	right: 0;
	z-index: 9999;
}

.fixed-buy-now-button .elementor-button {
	border-radius: 50px 0px 0px 50px !important;
}

.fixed-buy-now-button .elementor-button-icon {
	padding: 7px;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.fixed-buy-now-button .elementor-button-content-wrapper {
	display: flex;
	align-content: center;
	align-items: center;
}

@media screen and (max-width:1023px) {
	.fixed-buy-now-button {
		transform: rotate(-0.25turn) !important;
		right: -41px !important;
	}

	.fixed-buy-now-button .elementor-button {
		border-radius: 10px !important;
		padding: 5px 10px !important;
		font-size: 16px !important;
	}

	.fixed-buy-now-button span.elementor-button-text {
		top: 2px !important;
		left: 4px;
		position: relative;
	}
}

.fixed-buy-now-button svg {
	animation: rotateIcon 2s linear infinite;
	transform-origin: center;
}

@keyframes rotateIcon {
	0% {
		transform: rotate(0deg);
	}

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

.fixed-buy-now-button span.elementor-button-text {
	top: 4px;
	left: 4px;
	position: relative;
}

.new-edu-testimonial .wpr-testimonial-prev-arrow {
	position: absolute !important;
	bottom: 0% !important;
	top: 87% !important;
	left: 4% !important;
}

.new-edu-testimonial .wpr-testimonial-next-arrow {
	position: absolute !important;
	top: 87% !important;
	right: 81% !important;
}

.new-edu-testimonial .wpr-testimonial-content-inner {
	display: flex;
	flex-direction: row-reverse;
}

.new-edu-testimonial .wpr-testimonial-icon {
	position: absolute;
	bottom: 129%;
	right: 7%;
}

.new-edu-testimonial .wpr-testimonial-content p {
	color: #000 !important;
	text-align: left !important;
}

@media screen and (min-width:1440px) and (max-width:1650px) {
	.new-edu-testimonial .wpr-testimonial-next-arrow {
		position: absolute !important;
		top: 87% !important;
		right: 74% !important;
	}
}

@media screen and (min-width:500px) and (max-width:680px) {
	.new-edu-testimonial .wpr-testimonial-next-arrow {
		position: absolute !important;
		top: 87% !important;
		right: 74% !important;
	}
}

@media screen and (max-width:499px) {
	.new-edu-testimonial .wpr-testimonial-next-arrow {
		position: absolute !important;
		top: 90% !important;
		right: 61% !important;
	}

	.new-edu-testimonial .wpr-testimonial-prev-arrow {
		position: absolute !important;
		bottom: 0% !important;
		top: 90% !important;
		left: 4% !important;
	}
}

@media screen and (max-width:1439px) {
	.course-testimonial-1 {
		width: 100% !important;
	}
}

@media screen and (max-width:767px) {
	.buynow {
		margin-left: 10px !important;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.student-oft-year-section-edu {
		padding-top: 0px !important;
	}
}

@media screen and (max-width:1024px) {
	.new-edu-testimonial .wpr-testimonial-icon {
		bottom: 112% !important;
		right: 7%;
	}
}

@media screen and (max-width:1024px) {
	.courses-blog-section .post-meta-list {
		display: flex;
		margin-top: 10px !important;
	}

	.courses-blog-section span.meta-date {
		margin: 0px !important;
	}

	.courses-blog-section a.author-name {
		font-size: 15px !important;
	}

	.courses-blog-section span.meta-date-text {
		font-size: 14px !important;
		margin: 0px !important;
	}
}

@media screen and (max-width:768px) {
	.education-cat-slider-section {
		margin-top: -100px;
	}
}

.flex-flexible-classes h3.elementor-image-box-title {
	margin: 0px !important;
}

.newsletter-form .flex-submit-btn {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	padding: 12px 30px !important;
	&:hover {
		background-color: #FFFFFF !important;
		color: #000000 !important;
	}
}
.newsletter-form .wpcf7-not-valid-tip {
    display: none;
}
.newsletter-form .wpcf7-spinner {
	display: none;
}

.flex-flexible-classes h3.elementor-image-box-title {
	margin: 0px !important;
}

.flex-img-slider figure {
	width: fit-content !important;
}

@media screen and (min-width:1025px) and (max-width:1399px) {
	.space-add {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.new-header-search .premium-search__query-wrap {
	display: none !important;
}

.flex-edu-search-post-title a:hover {
	color: #78689E !important;
}

.copyright-link:hover {
	color: #78689E !important;
}

.mtsnb-container-outer {
/* 	background: linear-gradient(91deg, #A279B6 0%, #465BA9 100%) !important; */
}

@media screen and (max-width:767px) {
	.top-bar-theme {
		display: flex;
		flex-direction: column;
	}
}

.mtsnb .mtsnb-container {
	padding: 9px 16px !important;
}

button.user-registration-Button.button.ur-submit-button {
	background-color: #78689E !important;
}

#user-registration {
	padding: 0px !important;
}

.saved-course-content h3 a:hover {
	color: #78689E !important;
}

div#user-registration {
	max-width: 100% !important;
}

#user-registration .user-registration-form-row label {
	width: 100%;
	font-size: 20px;
}

#user-registration .user-registration-form-row span {
	width: 100%;
}

#user-registration button.user-registration-Button.button.ur-submit-button {
	width: fit-content;
}

@media screen and (max-width:768px) {
	#user-registration div#ur-frontend-form {
		padding: 20px;
	}
}

.user-registration-page .flex-edu-right-page-sidebar {
	display: none;
}

@media screen and (max-width:767px) {
	.saved-courses-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 30px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.saved-courses-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 30px;
	}
}

@media screen and (min-width:1025px) and (max-width:1440px) {
	.saved-courses-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 30px;
	}
}

.saved-courses-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.saved-course-item {
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	border-radius: 10px;
}

.saved-course-thumb img {
	height: 200px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
}

.saved-course-content h3 a {
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 10px;
    color: #000;
    font: 600 16px/24px "poppins";
}

.widget_block .wp-block-search .wp-block-search__button {
    background-color: #F75708 !important;
    color:#fff !important;
    &:hover {
        background-color: #000000 !important;
    }
}
.widget_block {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius:10px;
}




.flex-counter-img {
	background-color: #FFF;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    margin: auto;
}


.course-testimonial-1 .elementskit-single-testimonial-slider {
	display: grid !important;
}
.course-testimonial-1 .elementskit-commentor-header {
	order: 1 !important;
	opacity: 0;
}
.course-testimonial-1 .elementskit-commentor-bio {
	order: 2 !important;
}
.course-testimonial-1 .elementskit-commentor-content {
	order: 3 !important;
}
.testimonial-content .elementskit-testimonial-slider .swiper-button-prev {
    transform: translate(115px, 156px);
}
.testimonial-content .elementskit-testimonial-slider .swiper-button-next {
    transform: translate(115px, 156px);
}

.testimonial-content .elementskit-testimonial-slider .swiper-button-prev {
    left: 7% !important;
}
.testimonial-content .elementskit-testimonial-slider .swiper-button-next {
    right: unset;
    left: 15% !important;
}

.testimonial-content .elementskit-testimonial-slider .swiper-button-prev:hover svg path {
	fill: #FFFFFF;
}
.testimonial-content .elementskit-testimonial-slider .swiper-button-next:hover svg path {
	fill: #FFFFFF;
}




@media screen and (min-width:320px) and (max-width:767px) {
	html {
		overflow-x: hidden !important;
	}
	body {
		overflow-x: hidden !important;
	}
	.top-banner-bottom-col {
		height: unset;
	}
	.top-banner-social-media {
		transform: unset;
	}
	.sticky-header {
        padding: 10px 10px !important;
    }
	.footer-section .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
		text-align: center;
	}
	.footer-section .elementor-widget .elementor-icon-list-item {
		justify-content: center;
	}
	.footer-section .elementor-widget .elementor-icon-list-item a {
		justify-content: center;
	}
	.testimonial-quote-icon {
		display: none;
	}
	.premium-video-box-container .premium-video-box-description-container {
        padding: 0px 0px 0px 0px !important;
        margin-top: 50px !important;
    }
}

@media (max-width: 1024px) {
	.elementskit-menu-offcanvas-elements {
		padding-bottom: 0px !important;
	}
}


@media screen and (min-width:992px) and (max-width:1024px) {
	.top-banner-bottom-col {
		height: 250px;
	}
	.edu-header {
		/* background-color: unset !important; */
	}
	.top-banner-social-media {
		transform: translate(144px, -20px);
	}
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
	.courses-blog-section .ekit-wid-con .post-meta-list .meta-author {
		margin-right: 18px !important;
	}
	.courses-blog-section .elementskit-post-body .author-img {
		margin: 0px 6px 0px 0px !important;
	}
	.courses-blog-section .elementskit-post-image-card {
		padding-top: 20px !important;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.sticky-header {
        padding: 10px 10px !important;
    }
	.elementskit-navbar-nav > li > a {
        padding: 0px 6px 0px 6px !important;
    }
	.education-cat-slider-section .e-con-inner {
		padding-top: 150px;
	}
	.top-banner-bottom-col {
		height: 200px;
	}
	.top-banner-top-col .e-con-inner {
		display: block;
	}
	.top-banner-top-col-left-col {
		width: 65% !important;
	}
	.top-banner-top-col-right-col {
		display: none !important;
	}
	.flex-subscribe-form {
		flex-direction: column;
	}
	.testimonial-content .elementskit-testimonial-slider .swiper-button-prev {
		transform: translateY(185px) !important;
	}
	.testimonial-content .elementskit-testimonial-slider .swiper-button-next {
		transform: translateY(185px) !important;
	}
	.top-banner-social-media {
		transform: unset;
		align-self: flex-start;
	}
	.course-category-slider .swiper-button-prev {
		top: 37% !important;
	}
	.course-category-slider .swiper-button-next {
		top: 37% !important;
	} 
	.swiper-slide {
		/* margin: 0px !important; */
	}
	.courses-about-section .e-con-inner {
		display: flex !important;
		flex-direction: column-reverse !important;
		gap: 100px !important;
	}
	.flex-counter-img {
		width: 80px;
		height: 66px;
	}
	.join-now-left-col .elementor-button {
		padding: 12px 6px !important;
	}
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
	.single-course .single-blog-des p {
        line-height: 30px;
        font-size: 16px;
    }
	.blog-left-sidebar-right-col .post-items>div {
		max-width: 100% !important;
	}
	.blog-left-sidebar-right-col .post-items {
		display: block !important;
	}
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	#top-banner-section {
		padding-top: 170px !important;
	}
	.top-banner-top-col .e-con-inner {
		padding-bottom: 45px !important;
	}
	.top-banner-bottom-col {
		height: 250px;
	}
	.corses-years-of-exprience .elementor-counter-title {
		font-size: 13px !important;
	}
	.flex-team-member .eael-team-member-name {
		font-size: 18px !important;
	}
	.social-icon-parent .elementor-icon svg {
		height: 16px !important;
	}
	.join-now-left-col .elementor-button {
		padding: 12px 20px !important;
	}
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
	.testimonial-content .elementskit-testimonial-slider .swiper-button-prev, .testimonial-content .elementskit-testimonial-slider .swiper-button-next {
		transform: translateY(110px) !important;
	}
}

@media screen and (min-width:1200px) and (max-width:1365px) {
	#top-banner-section {
		padding-top: 190px !important;
	}
	.top-banner-top-col .e-con-inner {
		padding-bottom: 45px !important;
	}
	.top-banner-bottom-col {
		height: 250px;
	}
	.social-icon-parent .elementor-icon svg {
		height: 16px !important;
	}
	.join-now-left-col .elementor-button {
		padding: 12px 20px !important;
	}
	.course-testimonial-1 {
		position: absolute !important;
		z-index: 1;
		top: -5px;
		right: 40%;
		padding-bottom: 40px;
	}
	.course-testimonial-1 {
        width: 58% !important;
    }
	.course-testimonial-1 .elementskit-commentor-content p {
		margin: 10px 0 !important;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: -webkit-box;
	}
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
	.courses-blog-section span.meta-author {
        position: absolute;
        top: -143% !important;
        left: 0%;
    }
	.courses-blog-section .meta-date {
        position: absolute;
        top: -139% !important;
        right: 0%;
        margin: 0px !important;
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {
	#top-banner-section {
		padding-top: 200px !important;
	}
	.top-banner-top-col .e-con-inner {
		padding-bottom: 45px !important;
	}
	.top-banner-bottom-col {
		height: 250px;
	}
	.course-testimonial-1 {
		position: absolute !important;
		z-index: 1;
		top: -5px;
		right: 40%;
	}
	.course-testimonial-1 {
        width: 50% !important;
    }
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
	.courses-blog-section span.meta-author {
        position: absolute;
        top: -142% !important;
        left: 0%;
    }
	.courses-blog-section .meta-date {
        position: absolute;
        top: -139% !important;
        right: 0%;
        margin: 0px !important;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
	#top-banner-section {
		padding-top: 215px !important;
	}
	.course-testimonial-1 {
        width: 52% !important;
    }
	.course-testimonial-1 .elementskit-commentor-content p {
		margin: 10px 0 !important;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: -webkit-box;
	}
	.testimonial-quote-icon {
		transform: translate(-80px, 35px) !important;
	}
}


@media screen and (min-width:1600px) and (max-width:1700px) {
	.testimonial-quote-icon {
		transform: translate(-50px, 35px) !important;
	}
	.courses-blog-section span.meta-author {
		top: -140% !important;
	}
	.courses-blog-section .meta-date {
		top: -137% !important;
	}
	#blog-left-sidebar-right-col .courses-blog-section span.meta-author {
        top: -142% !important;
	}
	#blog-left-sidebar-right-col .courses-blog-section .meta-date {
        top: -140% !important;
    }
}

@media screen and (min-width:1701px) and (max-width:1920px) {
	#blog-left-sidebar-right-col .courses-blog-section span.meta-author {
        top: -142% !important;
	}
	#blog-left-sidebar-right-col .courses-blog-section .meta-date {
        top: -140% !important;
    }
}

.single-events .course-post-content-edu ul {
    padding-top: 20px;
}
.single-course .course-post-content-edu ul {
    padding-top: 20px;
}

.book-course-btn-edu {
    margin-top: 20px;
    background-color: #000;
    padding: 10px 22px;
    border-radius: 6px;
    color: #FFF;
    border: unset;
	&:hover {
		background-color: #78689E;
	}
}
.book-course-btn-edu a {
	color: #FFFFFF;
}
.single-course .single-author-image img {
    border-radius: 50px;
    width: 33%;
    margin-right: 6px;
}
.single-course .single-date-box {
    padding-right: 20px;
}

.archive #sidebar aside {
    margin-bottom: 20px;
}
.archive .post-image img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.archive .category-content-row .search-post-title {
    color: #000;
	font-size: 20px;
     &:hover {
        color: #F75708;
    }
}
.archive .category-content-row .search-post-readmore {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 6px;
    &:hover {
        background-color: #F75708;
    }
}
.archive .wp-block-search__button {
    padding: 6px 10px;
    border-radius: 6px;
}
.archive .wp-block-search__input {
    border-radius: 6px;
}
.archive #sidebar ul li a {
    color: #000;
}
.archive #sidebar .wp-block-heading {
    padding-bottom: 12px;
}
.archive .wp-block-latest-comments__comment-meta a {
	color: #000000;
}




.education-cat-slider-section .course-category .category-description {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
.educaion-team-members .share-icon .elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.educaion-team-members .share-icon {
    padding: 10px 10px 10px 10px !important;
}


.elementor-lightbox .dialog-lightbox-close-button {
    top: 12%;
}


#testimonial-top-box {
	position: relative;
}
.testimonial-quote-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(45px, 35px);
}

.edu-header .ekit_navsearch-button {
    line-height: 43px !important;
}

.archive.post-type-archive .category-title {
    padding: 30px 0;
}
.archive.post-type-archive .postbox {
    margin-bottom: 30px;
}


.ekit-wid-con .elementskit-post-image-card .elementskit-post-body>p {
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
.archive #sidebar ul li {
    padding: 5px 0;
}
.single-course .service_img {
	margin: auto;
    width: fit-content;
}













/* Additional CSS  */


.space-remove p {
    margin: 0px;
}

.flex-business-community-project .inner-block a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center !important;
}

.flex-business-community-project .inner-block {

    text-align: center !important;
}

.flex-business-community-project img.wpr-anim-timing-ease-default {
    border-radius: 10px !important;
}

.flex-business-community-project .wpr-grid-slider-prev-arrow {
    position: absolute;
    left: -410px !important;
    top: 300px !important;
    background-color: #000 !important;
    border-radius: 7px;
    width: 46px !important;
    height: 44px !important;
}

.flex-business-community-project .wpr-grid-slider-prev-arrow svg {
    fill: #fff !important;
    width: 12px !important;
}

.flex-business-community-project .wpr-grid-slider-next-arrow {
    top: 300px !important;
    left: -350px;
    background-color: #F75708;
    border-radius: 7px;
    width: 46px !important;
    height: 44px !important;
}

.flex-business-community-project .wpr-grid-slider-next-arrow svg {
    fill: #fff !important;
    width: 12px !important;
}

.flex-business-input {
    display: flex;
    gap: 30px;
}

.flex-contact-form input {
    padding: 10px;
    border-radius: 4px;

    width: 100%;
}

.flex-contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.flex-submit-btn {
    width: 23%;
    text-transform: capitalize;

}

.flex-contact-form {
    clip-path: polygon(6% 0%, 100% 0%, 100% 24%, 100% 83%, 92% 100%, 0% 100%, 0% 77%, 0% 21%);
}

.flex-submit-btn {
    background-color: #F75708 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px !important;
}

.flex-submit-btn:hover {
    background-color: #000000 !important;
    border: none !important;
    color: #fff !important;
}

.flex-testimonial .wpr-testimonial-content-inner {
    padding: 0px 20px !important;
}

.flex-testimonial .wpr-testimonial-item {
    background-color: #fff;
    padding: 20px !important;
    clip-path: polygon(0 1%, 100% 0, 100% 81%, 87% 100%, 25% 100%, 0 100%);
}

.flex-testimonial .wpr-testimonial-content-inner {
    background: none !important;
}

.flex-testimonial .wpr-testimonial-arrow svg {
    fill: #fff !important;
}

.flex-testimonial .wpr-testimonial-icon {
    position: absolute;
    top: -80px;
    right: 50px;
}

.flex-business-community-project div#wpr-grid-slider-prev-5e4b8afd {
    position: absolute;
    top: 295px !important;
    left: -425px !important;
    background-color: #000;
    border-radius: 7px;
}

.flex-business-community-project div#wpr-grid-slider-prev-5e4b8afd svg {
    width: 13px !important;
    fill: #fff !important;
}

.flex-business-community-project div#wpr-grid-slider-next-5e4b8afd {
    position: absolute;
    top: 295px !important;
    left: -370px !important;
    background-color: #F75708;
    border-radius: 7px;
}

.flex-business-community-project div#wpr-grid-slider-next-5e4b8afd svg {
    width: 13px !important;
    fill: #fff !important;
}

.flex-business-community-project .wpr-grid-slider-arrow {
    width: 40px !important;
    height: 40px !important;
}

.flex-team-section:hover .flex-social-media {
    display: block !important;
}

.flex-social-media {
    display: none;
}

.flex-social-media:hover {
    background-color: red !important;
}

.flex-social-media a.elementor-icon:hover {
    background-color: #F75708 !important;
}

.flex-social-media a.elementor-icon:hover svg {
    fill: #fff !important;
}

.flex-social-media :hover .icon {
    color: #fff !important;
}

.flex-partners {
    clip-path: polygon(6% 0%, 100% 0%, 100% 24%, 100% 83%, 92% 100%, 0% 100%, 0% 77%, 0% 21%);
}

/* .flex-img-container {
    clip-path: polygon(23% 0%, 100% 0%, 100% 24%, 100% 79%, 77% 100%, 0% 100%, 0% 77%, 0% 18%);
} */
/*  .flex-main-img-box:before {
  content: '';
    clip-path: polygon(0% 0%, 100% 0%, 0% 96%, 100% 0%, -23% 100%, 0% 100%, 0% 80%, 0% 44%);
    background-color: #F3F3F3;
    width: 61px;
    height: 66px;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    border-radius: 10px 6px;
    z-index: 10;
} */

/*
.flex-main-img-box:after {
    content: '';
    clip-path: polygon(100% 14%, 100% 0%, 0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
    background-color: #f3f3f3;
    width: 63px;
    height: 76px;
    position: absolute;
    right: 0px;
   bottom: 0px;
    display: block;
    border-radius: 10px 0px;
    z-index: 10;
} */
.flex-img-container {
    position: relative;
}

.flex-img-container:hover::before {
    background-color: red !important;
}

.flex-main-img-box:hover::before {
    background-color: #000 !important;
}

.flex-main-img-box:hover::after {
    background-color: #000 !important;
}

.flex-main-img-box:hover .flex-img-container {
    background-color: #F75708 !important;
}

.flex-main-img-box:hover::before {
    background-color: #000 !important;
}

.flex-main-img-box:hover::after {
    background-color: #000 !important;
}

.flex-main-img-box:hover .flex-img-box .elementor-image-box-title {
    color: #fff !important;
}

.flex-main-img-box:hover .flex-img-box .elementor-image-box-description {
    color: #fff !important;
}

.flex-main-img-box figure.elementor-image-box-img {
    background-color: #fff;
    padding: 11px;
    border-radius: 50%;
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    .flex-business-community-project div.slick-slide {
        width: 283px !important;
    }
}

@media screen and (max-width:1023px) {
    .flex-contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.flex-submit-btn {
        width: 100% !important;
    }
    .flex-business-input {
        display: block !important;
    }
    .flex-business-input>div {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1600px) {
    .flex-testimonial div#wpr-testimonial-prev-24cb7d8d {
        display: none !important;
    }

    .flex-testimonial div#wpr-testimonial-next-24cb7d8d {
        display: none !important;
    }
}

@media screen and (max-width:870px) {
    .flex-testimonial .wpr-testimonial-icon {
        position: absolute;
        top: -80px;
        right: 0px !important;
    }
}

/* @media screen and (max-width:1399px){
	h3.elementor-image-box-title {
    font-size: 14px !important;
}
} */
@media screen and (min-width:1025px) and (max-width:1200px) {
    .flex-main-img-box:after {
        content: '';
        clip-path: polygon(100% 0%, 100% 0%, 0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%) !important;

        width: 64px !important;
        height: 79px !important;

        position: absolute;
        right: 0px !important;
        bottom: 01px !important;

    }

    .flex-main-img-box:before {
        content: '';
        clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 100% 0%, 0% 100%, 0% 100%, 0% 100%, 0% 100%) !important;

        width: 75px !important;
        height: 76px !important;
        border-radius: 10px 0px !important;
    }
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .flex-main-img-box:before {
        width: 20% !important;
        height: 67px !important;

    }

    .flex-main-img-box:after {
        width: 20% !important;
        height: 27% !important;

    }
}

.flex-testimonial .wpr-testimonial-prev-arrow {
    background-color: #000;
    padding: 10px;
    border-radius: 8px;

}

.flex-testimonial .wpr-testimonial-next-arrow {
    background-color: #F75708 !important;
    padding: 10px;
    border-radius: 8px;

}

@media screen and (min-width:1600px) and (max-width:1920px) {
    .flex-testimonial .wpr-testimonial-prev-arrow {
        background-color: #000000;
        padding: 10px;
        border-radius: 8px;
        left: -122px !important;
    }

    .flex-testimonial .wpr-testimonial-next-arrow {
        background-color: #F75708 !important;
        padding: 10px;
        border-radius: 8px;
        right: -133px !important;
        top: 50%;
    }
}

.flex-footer-form input {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.home-progress-bar-1 .elementor-progress-text {

    overflow: visible !important;
    position: relative;
    bottom: 19px;
}

.home-progress-bar-1 span.elementor-progress-percentage {
    position: relative;
    bottom: 19px;
}

@media screen and (min-width:1440px) and (max-width:2500px) {
    .flex-img-container {
        clip-path: polygon(23% 0%, 100% 0%, 100% 24%, 100% 77%, 78% 100%, 0% 100%, 0% 77%, 0% 19%);
    }

    .flex-main-img-box:after {
        content: '';
        clip-path: polygon(100% 11%, 100% 0%, 0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
        background-color: #f3f3f3;
        width: 63px;
        height: 76px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: block;
        border-radius: 10px 0px;
        z-index: 10;
    }

    .flex-main-img-box:before {
        content: '' !important;
        clip-path: polygon(0% 0%, 100% 0%, 0% 96%, 100% 0%, -23% 100%, 0% 100%, 0% 80%, 0% 44%);
        background-color: #F3F3F3;
        width: 61px;
        height: 66px;
        position: absolute;
        top: 0px;
        left: 0;
        display: block;
        border-radius: 10px 6px;
        z-index: 10;
    }
}

.flex-footer-form input {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}



input {
    width: 100%;
}

@media screen and (min-width:768px) and (max-width:1920px) {
    .counter-section {
        position: absolute !important;
        bottom: 10% !important;
        left: 0px;
    }
}

@media screen and (max-width:767px) {
    .flex-banner-buttons {
        justify-content: center !important;
    }
}

.wpcf7-response-output {
    color: #ffff;
}

.flex-business-community-project section {
    padding: 0px !important;
}


@media screen and (max-width:767px) {
    .flex-mobile-menus .elementor-widget-container {
        background-color: #ffffff00 !important;
        padding: 0px 20px 0px 20px;
        border-radius: 25px 25px 25px 25px;
    }
}

.flex-why-choose {
    justify-content: center !important;
}

.flex-submit-btn1 {
    background-color: #F75708 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px !important;
    text-transform: capitalize !important;
    width: 50% !important;
}

circle {
    stroke-dasharray: 196.194641 !important;
    stroke-dashoffset: 140.194641;
}

.flex-footer-form input {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}


/* .home-progress-bar .elementor-progress-text {
  
    overflow: visible !important;
    position: relative;
    bottom: 19px;
} */
/* .home-progress-bar span.elementor-progress-percentage {
    position: relative;
    bottom: 19px;
} */
input {
    width: 100%;
}

@media screen and (min-width:768px) and (max-width:1920px) {
    .counter-section {
        /* position: absolute !important;
        bottom: 0 !important;
        left: 20px; */
    }
}

@media screen and (max-width:767px) {
    .flex-banner-buttons {
        justify-content: center !important;
    }
}

.wpcf7-response-output {
    color: #ffff;
}

.flex-business-community-project section {
    padding: 0px !important;
}

.flex-team-section:hover .team-social-media {
    display: block !important;
}

.team-social-media {
    display: none;
}

@media screen and (max-width:767px) {
    .flex-mobile-menus .elementor-widget-container {
        background-color: #ffffff00 !important;
        padding: 0px 20px 0px 20px;
        border-radius: 25px 25px 25px 25px;
    }
}

.flex-why-choose {
    justify-content: center !important;
}

.flex-submit-btn1 {
    background-color: #F75708 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px !important;
    text-transform: capitalize !important;
    width: 50% !important;
}

.flex-team-section:hover .team-social-media {
    display: block !important;
}

.team-social-media {
    display: none;
}

a.breadcrumb-title {
    color: #ffffff !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.contact-details {
    color: #000;
}

h3.elementor-image-box-title {
    margin: 28px 0px;
}

/* *****************contact page css************ */
.contact-page-form label {
    margin-bottom: 11px;
}

.contact-page-form input {

    border-radius: 7px;
}

.contact-page-form textarea {
    border: none;
    border-radius: 7px;
}

.contact-page-form-submit input {
    background-color: #F75708 !important;
    border: none !important;
    border-radius: 7px;
    color: #fff !important;
    padding: 13px !important;
    width: 30%;
    text-transform: capitalize;
}

@media screen and (max-width:900px) {
    .contact-page-form-submit input {
        width: 55%;
    }
}

/* ***************servise page css************** */
.flex-business-services .eael-entry-thumbnail {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.flex-business-services .eael-entry-thumbnail img {
    width: 50% !important;

}

@media screen and (min-width:850px) and (max-width:1024px) {
    .flex-business-about-us-main-coantainer {
        display: flex;
        flex-direction: row !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .progress-bar-section {
        transform: translate(0px, 0px) !important;
    }

    .about-list-section {
        transform: translate(0px, 0px);
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .flex-multipurpose-business-main-our-services {
        padding: 20px !important;
    }

    .flex-brochure {
        margin-top: -357px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .flex-container-1 {
        padding: 0px 20px
    }
}

.blog-section1 img {
    height: 215px !important;
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .space-add {
        padding: 0px 20px;
    }

    .flex-business-community-project .wpr-grid-slider-prev-arrow {
        left: -362px !important;
    }

    .flex-business-community-project .wpr-grid-slider-next-arrow {
        left: -306px !important;
    }
}

.category-title {
    color: #000000;
    font-family: "Jost", Sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    margin: 30px 0px 20px !important;

}

.service-category-box-child {
    text-align: center;
}

.category-description {
    color: #000000;
    font-family: "Jost", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

.service-category-item:hover::before {
    background-color: #000 !important;
}

.service-category-item:hover::after {
    background-color: #000 !important;
}

.category-image {
    background-color: #fff;
    border-radius: 50% !important;
    padding: 11px !important;
    width: fit-content;
}
.service-category-box:hover .category-image {
    background-color: #F75708;
}
.service-category-box:hover img {
    filter: invert(1);
}

.category-image-wrapper {

    display: flex;
    justify-content: center;
}

.service-category-box:hover .category-title {
    color: #fff !important;
}

.service-category-box:hover .category-description {
    color: #fff !important;
}

/* ***************Single blog page css**************** */
.singular .flex-featured-media::before {
    background-image: url(assets/images/categories/service-bg.svg) !important;
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    top: 0;
    height: 370px;
}

.flex-featured-media img {
    border-radius: 10px;
}

h1.entry-title.flex-entry-title {
    font-size: 36px;
    font-weight: 600;
    text-align: left !important;
}

.flex-container-width-1 {
    max-width: 1200px !important;
    text-align: left !important;
    margin: 0 auto;
}

.flex-entry-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.flex-entry-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    font-family: "Jost", Sans-serif !important;
}

.flex-entry-header .post-meta-wrapper {
    margin: 20px 0px !important;
}

.flex-entry-header .post-meta {

    justify-content: flex-start !important;
}

.flex-container-entry p {
    max-width: 1200px !important;
    text-align: left !important;
}

.flex-post-inner {
    padding: 0px !important;
}

.flex-post-head {
    margin-bottom: 10px !important;
    max-width: 1200px !important;
    text-align: left !important;
    margin-top: 20px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    font-family: "Jost", Sans-serif !important;
}

.flex-post-head-desc {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Jost", Sans-serif !important;
}

.flex-container-entry {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: "Jost", Sans-serif !important;
}

.wp-block-columns {
    margin: 0px auto !important;
    max-width: 1200px !important;
}

.wp-block-columns img {
    border-radius: 10px !important;
}

.flex-footer-widgets-wrapper {
    display: block !important;
}

.flex-space-remove {
    margin: 0px !important;
    padding: 0px !important;
}

.flex-footer-inner {
    margin: 0px !important;
}

.flex-footer-nav-widgets-wrapper {
    margin: 0px !important;
    border: none !important;
}

.flex-comments-wrapper {
    margin-top: 0px !important;
    display: flex;
}

.footer-nav-widgets-wrapper {
    width: 50% !important;
    border: none !important;
    margin: 0px !important;
}

.footer-widgets {
    width: 100% !important;
}

div#respond {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
}

.flex-comment-reply-title {
    font-size: 34px !important;
    font-weight: 400 !important;
    font-family: "Jost", Sans-serif !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.commentform input {
    border-radius: 10px !important;
}

.flex-sing-post {
    display: flex;
    gap: 20px;
    margin: 0px !important;
}

.flex-sing-post li {
    list-style: none !important;
    margin: 0px !important;
}

.flex-single-post-meta-data {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
}

img.flex-thumb-image.wp-post-image {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100% !important;
    height: 200px !important;
}

.flex-sing-post li {
    border: 1px solid #DFDFDF !important;
    padding: 15px !important;
    border-radius: 10px;
}

p.flex-post-category {
    margin-top: -21px !important;
    margin-left: 29px !important;
    background-color: #F75708 !important;
    z-index: 1;
    position: relative;
    width: fit-content;
    padding: 2px 10px !important;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-family: "Jost", Sans-serif !important;
}

a.flex-post-title {
    font-family: "Jost", Sans-serif !important;
    font-size: 22px;

    font-weight: 600;
    color: #000 !important;
}

a.flex-post-title:hover {

    color: #F75708 !important;
}

h2.flex-related-post {
    margin-bottom: 0px !important;
    font-family: "Jost", Sans-serif !important;
    font-size: 36px;
    font-weight: 700;
    text-align: center !important;

}

.post-meta1 {

    font-family: "Jost", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

.read-more {
    font-family: "Jost", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #000 !important;
}

p.flex-related-post-desc {
    text-align: center !important;
    font-family: "Jost", Sans-serif !important;
    font-size: 18px !important;
    margin-bottom: 40px !important;
}

.post-meta1 svg {
    height: 14px !important;
}

.flex-comment-form {
    width: 100% !important;
    margin: 15px 0px !important;
}

.flex-submit {
    width: fit-content !important;
    background-color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    border-radius: 6px !important;
    padding: 13px 20px !important;
}

.flex-related {
    padding-bottom: 80px;
}

@media screen and (max-width:1399px) {
    .flex-related {
        padding: 0px 20px 80px !important;
    }
}

@media screen and (max-width:768px) {
    .flex-img-container {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .flxe-post-img {
        margin: 10px 0px !important;
        text-align: center !important;
    }

    .flex-comments-wrapper {
        display: block !important;
    }

    .flex-footer-nav-widgets-wrapper {
        width: 100% !important;
    }

    .flex-respond {
        margin-top: 25px !important;
    }

    .flex-sing-post {

        flex-direction: column;
    }
}

.flex-featured-media-inner-1 {
    padding-top: 70px;
}

/* **************Service category css*********** */
.service-category-box:hover {
    background-color: #F75708;
}

.service-category-box {
    background-color: #F3F3F3;
}

.service-category-item {
    position: relative;
    background: #fff;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}


/*    .category-image {

    display: flex;
    justify-content: center;
} */
@media screen and (min-width:1400px) and (max-width:1920px) {
    .service-category-box {
        clip-path: polygon(24% 0%, 100% 0%, 100% 24%, 100% 77%, 77% 100%, 0% 100%, 0% 77%, 0% 19%);
    }

    .service-category-item::before {
        content: '' !important;
        clip-path: polygon(0% 0%, 100% 0%, 0% 96%, 100% 0%, -23% 100%, 0% 100%, 0% 80%, 0% 44%);
        background-color: #F3F3F3;
        width: 61px;
        height: 56px;
        position: absolute;
        top: 21px;
        left: 0;
        display: block;
        border-radius: 10px 6px;
        z-index: 10;
    }

    .service-category-item::after {
        content: '';
        clip-path: polygon(100% 11%, 100% 0%, 0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
        background-color: #f3f3f3;
        width: 61px;
        height: 64px;
        position: absolute;
        right: 0px;
        bottom: 22px;
        display: block;
        border-radius: 10px 0px;
        z-index: 10;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .service-category-grid {

        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (min-width:1025px) and (max-width:1399px) {
    .service-category-grid {

        grid-template-columns: repeat(3, 1fr) !important;
        padding: 0px 20px;
    }
}

@media screen and (max-width:767px) {
    .service-category-grid {
        gap: 0px !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* *********************tabbing-section css************** */
li.tab {
    margin: 0px !important;
    list-style: none !important;
    padding: 12px !important;
    text-align: center !important;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
    font-size: 24px !important;
    color: #fff !important;
    background-color: #ffffff14 !important;
}

ul.service-post-tabs {
    margin: 0px !important;
}

h3.flex-tab-title {
    margin: 0px 0px 10px !important;

    font-size: 30px !important;
    color: #fff;
    font-family: "Jost", Sans-serif !important;
}

.tab-post-content p {
    font-size: 18px !important;
    color: #fff;
    font-family: "Jost", Sans-serif !important;
}

.flex-service-list {
    margin: 0px !important;
    list-style: none !important;

}

.flex-service-list li {
    margin: 8px 0px !important;
    font-size: 18px !important;
    color: #fff;
    font-family: "Jost", Sans-serif !important;
    font-weight: 400;
    line-height: 30px;
}

.flex-service-list li::before {
    content: "\2713" !important;
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;

}

a.explore-button {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-family: "Jost", Sans-serif !important;
    font-size: 18px !important;
}

a.explore-button {
    /* background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px !important; */
}


.service-tab-layout {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
}

.service-post-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    padding: 15px;
    border-radius: 8px;
}

.service-post-tabs .tab {
    padding: 10px 15px;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    cursor: pointer;
}

.service-post-tabs .tab.active {
    background: #F75708 !important;
    color: #fff;
    font-weight: bold;
}

.service-post-tab-contents {
    flex: 1;
    min-width: 0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    background: #ffffff14;
    padding: 20px;
    border-radius: 8px;
    /* border: 1px solid #ddd; */
}

.flex-thumbnail-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.tab-post-thumbnail {
    flex: 1 1 40%;
}

.tab-post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tab-post-details {
    flex: 1 1 55%;
}

.explore-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.explore-button:hover {
    background-color: #F75708 !important;
    color: #FFF !important;
}

@media screen and (max-width:768px) {
    .service-tab-layout {
        display: block !important;
    }

    ul.service-post-tabs {
        width: 100% !important;
    }

    .flex-thumbnail-content {
        display: block !important;
    }
}

.category-title {
    font-size: 19px !important;
}

.elementor-progress-percentage {
    position: absolute;
    right: 0;
    transform: translateY(-30px);
    padding-inline-end: 0px;
    line-height: 22px;
    padding-inline-end: 15px;
}

.explore-button:hover {
    /* background-image: linear-gradient(to right, #F75708, #000) !important;
    box-shadow: 0 4px 15px 0 rgba(29, 144, 117, 0.75); */
    color: #fff !important;
    cursor: pointer;
}


.flex-submit-btn:hover {
    /* background-image: linear-gradient(to right, #F75708, #000) !important;
    box-shadow: 0 4px 15px 0 rgba(29, 144, 117, 0.75); */
    color: #fff !important;
    cursor: pointer !important;
}

.blog-section .elementskit-meta-categories {
    top: 137px !important;
    left: 40px;
}

.flex-client figure.swiper-slide-inner {
    display: flex !important;
    justify-content: center !important;
}

.flex-submit-btn:hover {
    /* background-color: #fff !important;
    color: #000 !important; */
}

.flex-header-cta .elementor-widget-container:hover {
    background-color: #fff !important;
}

.flex-header-cta .elementor-widget-container:hover li a {
    color: #000 !important;
}

.flex-header-cta .elementor-widget-container:hover li svg path {
    fill: #000 !important;
    pointer: cursor;
}

.flex-submit-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    cursor: pointer;
}

.explore-button:hover {
    /* background-color: #000 !important; */
    color: #fff !important;
    cursor: pointer;
}

.flex-testimonial .wpr-testimonial-item:hover {
    background-color: #F757081c !important;
    padding: 20px !important;
    clip-path: polygon(0 1%, 100% 0, 100% 81%, 87% 100%, 25% 100%, 0 100%);
}

.flex-team-section:hover .flex-name h2 {
    color: #fff !important;
}

.flex-team-section:hover .flex-designation h2 {
    color: #fff !important;
}

.blog-section .elementskit-post-image-card:hover {
    background-color: #F75708 !important;
}

.blog-section .elementskit-post-image-card:hover .entry-title a {
    color: #fff !important;
}

.blog-section .elementskit-post-image-card:hover .post-meta-list>span {

    color: #ffffff !important;
    fill: #fff !important;
}

.blog-section .elementskit-post-image-card:hover .elementskit-btn {
    color: #fff !important;
}

.blog-section .elementskit-entry-thumb img {
    height: 227px !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}



.flex-business-community-project .upk-main-img img {
    border-radius: 10px !important;
}

.flex-business-community-project .upk-content {
    padding: 10px 0px 0px !important;
    text-align: center;
    display: block !important;
}

.flex-business-community-project .upk-category {
    display: block !important;
    margin: 0px !important;
}

.flex-business-community-project .upk-icon-arrow-right-0:before {
    content: "\203A" !important;
}

.flex-business-community-project .upk-navigation-next i {
    font-size: 58px !important;
    position: relative;
    top: -28px;

}

.flex-business-community-project .upk-navigation-prev i {
    position: relative;
    top: -28px;

    font-size: 58px !important;
}

.flex-business-community-project .upk-navigation-next {
    height: 43px;
    padding: 10px;
}

.flex-business-community-project .upk-navigation-prev {
    height: 43px;
    padding: 10px;
}

.flex-business-community-project .upk-icon-arrow-left-0:before {
    content: "\2039" !important;

}

.flex-service-list {
    padding: 0px !important;
}

.wpcf7-response-output {
    font-size: 14px;
}

.flex-submit-btn1 {
    pointer: cursor !important;
}

@media screen and (min-width:992px) and (max-width:1599px) {
    .flex-testimonial .wpr-testimonial-prev-arrow {
        position: absolute !important;
        top: 122% !important;
        left: 40% !important;
    }

    .flex-testimonial .wpr-testimonial-next-arrow {
        position: absolute !important;
        top: 122% !important;
        right: 50% !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .flex-testimonial .wpr-testimonial-prev-arrow {
        position: absolute !important;
        top: 122% !important;
        left: 40% !important;
    }

    .flex-testimonial .wpr-testimonial-next-arrow {
        position: absolute !important;
        top: 122% !important;
        right: 45% !important;
    }
}

@media screen and (max-width:767px) {
    .flex-testimonial .wpr-testimonial-prev-arrow {
        position: absolute !important;
        top: 111% !important;
        left: 35% !important;
    }

    .flex-testimonial .wpr-testimonial-next-arrow {
        position: absolute !important;
        top: 111% !important;
        right: 35% !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
    .flex-james-img .elementor-image-box-wrapper {
        display: flex;
        flex-direction: column !important;
    }

    .flex-james-img .elementor-image-box-title {
        text-align: center;
        margin: 0px !important;
    }

    .flex-james-img .elementor-image-box-description {
        text-align: center;
    }
}


@media screen and (min-width:1440px) and (max-width:1920px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: -410px !important;
        top: 110px !important;
        background-color: #063231 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 110px !important;
        left: -350px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}







@media screen and (min-width:1330px) and (max-width:1439px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: -410px !important;
        top: 110px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 110px !important;
        left: -350px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}

@media screen and (min-width:1120px) and (max-width:1329px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: -350px !important;
        top: 110px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 110px !important;
        left: -300px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}

@media screen and (min-width:768px) and (max-width:1119px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: 200px !important;
        top: 150px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 150px !important;
        left: 250px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: 300px !important;
        top: 230px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 230px !important;
        left: 350px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}

@media screen and (max-width:479px) {
    .blog-section .elementskit-meta-categories {
        top: 216px !important;
        left: 40px;
    }

    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: 100px !important;
        top: 230px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 230px !important;
        left: 150px;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }
}

.flex-hover-img .elementor-widget-container::before {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.flex-hover-img .elementor-widget-container:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    display: block;
}

@keyframes shine {
    100% {
        left: 60%;
    }
}

.flex-about-video svg {


    transition: .3s;
    animation: pulse 1s infinite;
}

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

    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }

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

.flex-follow-us:hover {
    background-color: #000 !important;
}

.flex-follow-us:hover .flex-follow-us-txt h6 {
    color: #fff !important;
}

.flex-submit-btn2 input:hover {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
}

.flex-service-list {
    padding: 0px !important;
}

.flex-featured-media::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    top: 0;
    height: 370px;
}

.space-add {
    padding-left: 20px;
    padding-right: 20px;
}

body {
    margin: 0px !important;
}

#post-submit-btn {
    font-family: "Jost", Sans-serif !important;
    width: fit-content !important;
    background-color: #000 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 16px !important;
    border: none;
}

input#post_checkbox {
    width: fit-content;
    margin: 0px;
}

p.post-checkbox-div {
    display: flex;
    gap: 10px;
}

.custom-review-form label {
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.post-thumbnail img {
    border-radius: 10px;
    z-index: 1;

    position: relative;
    height: auto !important;
    width: 100% !important;
}

.flex-container {
    width: 70%;
    margin: 0 auto;
}

h1.post-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    font-family: "Jost", Sans-serif !important;
}

.single-blog-content p {
    font-size: 22px !important;

    font-family: "Jost", Sans-serif !important;
}

h3.flex-recent-reviews {
    font-size: 40px !important;
    font-weight: 600;
    font-family: "Jost", Sans-serif !important;
}

.custom-review-form input {
    padding: 10px;
    width: 97%;
    border: 1px solid #1212124D !important;
    margin-top: 10px;
}

.custom-review-form textarea {
    padding: 10px;
    width: 97%;
    border: 1px solid #1212124D !important;
    margin-top: 10px;
}

.review-form {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
}

.chkbox-lbl {
    font-family: "Outfit", Sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.flex-sing-post {
    padding: 0px;
}

.buynow a {
    color: #fff !important;
    height: 40px !important;
    margin-top: 8px;
    border-radius: 10px;
    background-color: #F75708;
}

.buynow a:hover {
    color: #fff !important;
    height: 40px !important;
    margin-top: 8px;
    border-radius: 10px;
    background-color: #000 !important;
}

.post-meta {
    display: flex;
    gap: 60px;
    align-items: center;
    font-family: "Jost", Sans-serif !important;
}

.post-author span {
    color: #000 !important;
}

.flex-testimonial .wpr-testimonial-content p {
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.post-meta {
    color: #9B9B9B;
    font-size: 23px;
}

.custom-review-form ::placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Jost", Sans-serif;
}

@media screen and (min-width:1200px) and (max-width:1920px) {
    .flex-sing-post {
        display: grid !important;
        gap: 20px;
        margin: 0px !important;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .flex-featured-media::before {
        height: 200px;
    }

    .review-wrapper {
        display: block !important;
    }

    .flex-sing-post {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .flex-container {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .flex-inner-banner .e-con-inner {
        padding: 80px 0px 70px !important;
    }

    .review-wrapper {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    .flex-featured-media::before {
        height: 190px;
    }

    .flex-container {

        width: 94%;
        margin: 0 auto;
    }

    .post-meta {
        gap: 10px;
        font-size: 18px;
    }

    .single-blog-content p {
        padding: 10px;
        font-size: 19px !important;

    }
}

.project-template-default .post-thumbnail img {
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 500px !important;
    width: 100% !important;
    object-fit: contain;
}

.flex-business-community-project .upk-main-img img {
    height: 250px !important;
}

.service-post-tab-contents {
    margin-top: 14px;
}

.flex-contact-form1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content !important;
    background-color: #F75708 !important;
    color: #fff;
    font-size: 16px;
    padding: 11px 35px;
    cursor: pointer;
}

.flex-contact-form1 input {
    padding: 10px;
    border-radius: 5px;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flex-contact-form1 textarea {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 0px;
    margin-top: 10px;
    height: 135px;
}

.tab-post-thumbnail img {
    height: 420px !important;
    object-fit: cover;
}

.explore-button:hover {
    /* background-image: linear-gradient(to right, #000, #000) !important;
    box-shadow: 0 4px 15px 0 rgba(29, 144, 117, 0.75); */
    color: #fff !important;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .buynow {
        width: fit-content;
        margin-left: 10px !important;
    }
}

.flex-submit-btn:hover {
    /* background-image: linear-gradient(to right, #fff, #fff) !important; */
    box-shadow: none;
    /* color: #000 !important; */
    cursor: pointer !important;

}

.flex-submit-btn {
    font-size: 16px !important;
    font-weight: 500;
}

.blog-section-new .btn-wraper {
    position: absolute;
    right: 0px;
    bottom: 7%;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #F75708 !important;
    z-index: 99999 !important;

}

h3.flex-tab-title {
    font-weight: 600;
}

.flex-service-list li::before {
    content: "" !important;
    position: relative;
    left: 0;
    margin-right: 18px !important;
    top: 0;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    background-image: url(assets/images/tick.svg);
    height: 18px;
    width: 21px;
    fill: #fff !important;
}

.flex-testimonial .wpr-testimonial-item:hover {
    background-color: #000 !important;
    padding: 20px !important;
    clip-path: polygon(0 1%, 100% 0, 100% 81%, 87% 100%, 25% 100%, 0 100%);
}

.flex-testimonial .wpr-testimonial-item:hover .wpr-testimonial-name {
    color: #fff !important;
}

.flex-testimonial .wpr-testimonial-item:hover .wpr-testimonial-job {
    color: #fff !important;
}

.flex-testimonial .wpr-testimonial-item:hover .wpr-testimonial-content {
    color: #fff !important;
    text-align: left !important;
}

.flex-testimonial .wpr-testimonial-content {
    text-align: left !important;
}

.flex-testimonial .wpr-testimonial-item:hover .wpr-testimonial-icon i {
    color: #fff !important;
    font-size: 51px;
}



.blog-section-new .elementskit-post-image-card {
    overflow: hidden;
    padding: 5px;
}

.blog-section-new .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    transform: scale(1.1) !important;
    opacity: .8;

}

.post-author img {
    border-radius: 50%;
}

.flex-hover-img .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.flex-hover-img .elementor-widget-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    opacity: 0;
    pointer-events: none;
}

.flex-hover-img .elementor-widget-container:hover::after {
    animation: shimmer 1.0s linear forwards;
    opacity: 1;
}

@keyframes shimmer {
    0% {
        left: -100%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 120%;
        opacity: 0;
    }
}


.flex-hover-img .elementor-widget-container::before {
    content: none !important;
}

.flex-business-community-project .upk-icon-arrow-left-0:before {
    content: "\276E" !important;
    font-size: 16px !important;
    position: relative;
    bottom: 10px;
    left: 4px;
}

.flex-business-community-project .upk-icon-arrow-right-0:before {
    content: "\276F" !important;
    font-size: 16px !important;
    position: relative;
    bottom: 10px;
    left: 4px;
}

.flex-business-community-project .upk-navigation-prev {
    width: 40px;
}

.flex-business-community-project .upk-navigation-next {
    width: 40px !important;
}

li.tab {
    font-weight: 600;
}

@media screen and (min-width:768px) and (max-width:1399px) {
    .gallery-img-1 img {
        height: 176px !important;
    }
}

@media screen and (min-width:1400px) and (max-width:1920px) {
    .service-category-box {
        background-image: url(assets/images/service-bg1.svg);
        /* background-color: #F3F3F3; */
        background-repeat: no-repeat;
        background-size: 100% 100%;

    }

    .service-category-box:hover {
        background-image: url(assets/images/service-bg2.svg);
        /* background-color: #F75708; */
    }

    .service-category-box {
        clip-path: none !important;
    }

    .service-category-box {
        background-color: #f3f3f300 !important;
        padding: 30px 31px !important;
    }

    .service-category-item::before {
        content: none !important;

    }

    .service-category-item::after {
        content: none !important;

    }

    .category-title {

        margin: 0px 0px 20px !important;
    }
}

.flex-progress-bar .elementor-title {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    bottom: 10px;
}

.flex-progress-bar .elementor-progress-wrapper {
    background-color: #77bcac !important;

}

/* *********06/06/2025******** */
@media screen and (min-width:1440px) and (max-width:1920px) {
    .flex-partners {
        clip-path: none !important;
    }

    .flex-contact-form {
        clip-path: none !important;
    }

    .flex-testimonial .wpr-testimonial-item {
        background-color: #fff;
        padding: 20px !important;
        clip-path: polygon(0 1%, 100% 0, 100% 81%, 87% 100%, 25% 100%, 0 100%);
    }

    .flex-testimonial .wpr-testimonial-item {
        background-size: contain !important;
        background-image: url(assets/images/testimonial-bg.png) !important;
        background-repeat: no-repeat;
        background-color: #ffffff00 !important;
        padding: 20px !important;
        clip-path: none !important;

    }

    .flex-testimonial .wpr-testimonial-item:hover {
        background-size: contain !important;
        background-image: url(assets/images/testimonial-bg-1.png) !important;
        background-repeat: no-repeat;
        background-color: #ffffff00 !important;
        padding: 20px !important;
        clip-path: none !important;
    }
}

.flex-testimonial .wpr-testimonial-prev-arrow:before {
    content: "\276E" !important;
}

.flex-testimonial .wpr-testimonial-next-arrow:before {
    content: "\276F" !important;
    transform: rotate(180deg);
}

.flex-testimonial .wpr-testimonial-prev-arrow svg {
    display: none !important;
}

.flex-testimonial .wpr-testimonial-next-arrow svg {
    display: none !important;
}

.flex-testimonial .wpr-testimonial-prev-arrow:hover::before {
    color: #fff !important;
}

.flex-testimonial .wpr-testimonial-next-arrow:hover::before {
    color: #fff !important;
}

@media screen and (min-width:1025px) and (max-width:1399px) {
    .flex-menus li a {
        font-family: "Jost", Sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
        color: #000000;
        padding: 0px 15px 0px 15px !important;
    }

    .flex-menus ul {
        display: flex;
        flex-wrap: nowrap !important;
    }

    .flex-header-cta ul a {
        font-size: 14px !important;

    }

    .flex-featured-media::before {
        height: 243px;
    }

    h3.flex-recent-reviews {
        font-size: 30px !important;
    }
}


.flex-banner-img .elementor-widget-container:before {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 10;
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
    background-position: top left;
}

.flex-banner-img .elementor-widget-container:after {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 0;
    display: block;
    /*     z-index: 10; */
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom right;
}


.flex-about-man-image .elementor-widget-container:before {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 10;
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
}

.flex-about-man-image .elementor-widget-container:after {
    width: 152px;
    height: 100px;
    position: absolute;
    right: 0px;
    display: block;
    z-index: 10;
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
    bottom: 0;


    background-position: bottom right;
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .flex-banner-img .elementor-widget-container:before {
        left: 70px;

    }
}

@media screen and (max-width:1339px) {
    .flex-partners {
        background-color: #F2F4F4 !important;
        background-image: none !important;
    }

    .flex-contact-form {
        background-color: #F2F4F4;
        background-image: none !important;
    }

}

.flex-about-man-image-1 .elementor-widget-container:before {
    width: 130px;
    height: 130px;
    position: absolute;
    /* top: 21px; */
    /* left: 22px; */
    display: block;
    z-index: 10;
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
    background-position: top left;
}

.flex-about-man-image-1 .elementor-widget-container:after {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 10;
    content: "" !important;
    border-radius: 10px 6px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media screen and (min-width:1300px) and (max-width:1439px) {
    .flex-banner-img .elementor-widget-container:before {
        width: 117px !important;
        height: 130px !important;
        left: 67px !important;

    }
}

@media screen and (min-width:1250px) and (max-width:1299px) {
    .flex-banner-img .elementor-widget-container:before {
        left: 39px !important;
        background-size: 115px;
    }
}

@media screen and (min-width:1200px) and (max-width:1250px) {
    .flex-banner-img .elementor-widget-container:before {
        left: 22px !important;
        background-size: 110px;
    }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 103px;
    }
}

@media screen and (min-width:826px) and (max-width:999px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 80px;

    }
}

@media screen and (min-width:768px) and (max-width:825px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 67px;

    }
}

@media screen and (min-width:450px) and (max-width:600px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 97px;

    }
}

@media screen and (min-width:350px) and (max-width:449px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 70px;

    }
}

@media screen and (max-width:320px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 60px;

    }
}

@media screen and (min-width:1024px) and (max-width:1150px) {
    .flex-banner-img .elementor-widget-container:after {
        background-size: 100px;
    }
}

@media screen and (min-width:850px) and (max-width:1023px) {
    .flex-banner-img .elementor-widget-container:after {
        background-size: 89px;
    }
}

@media screen and (min-width:768px) and (max-width:849px) {
    .flex-banner-img .elementor-widget-container:after {
        background-size: 75px;
    }
}

@media screen and (min-width:745px) and (max-width:767px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -25% !important;
    }
}

@media screen and (min-width:715px) and (max-width:744px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -20% !important;
    }
}

@media screen and (min-width:700px) and (max-width:714px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -15% !important;
    }
}

@media screen and (min-width:675px) and (max-width:690px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -13% !important;
        background-size: 117px;
    }
}

@media screen and (min-width:665px) and (max-width:674px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -13% !important;
        background-size: 117px;
    }
}

@media screen and (min-width:640px) and (max-width:664px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -7% !important;
        background-size: 100px;
    }
}

@media screen and (min-width:630px) and (max-width:639px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -5% !important;
        background-size: 100px;
    }
}

@media screen and (min-width:615px) and (max-width:629px) {
    .flex-banner-img .elementor-widget-container:after {
        bottom: -2%;

    }
}

@media screen and (min-width:480px) and (max-width:614px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 100px;
    }

    .flex-banner-img .elementor-widget-container:after {
        background-size: 100px;
    }
}

@media screen and (min-width:400px) and (max-width:479px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 80px;
    }

    .flex-banner-img .elementor-widget-container:after {
        background-size: 80px;
    }
}

@media screen and (max-width:399px) {
    .flex-banner-img .elementor-widget-container:before {
        background-size: 60px;
    }

    .flex-banner-img .elementor-widget-container:after {
        background-size: 60px;
    }
}

@media screen and (max-width:768px) {
    .flex-banner-img .elementor-widget-container:after {
        z-index: 1 !important;
    }
}

@media screen and (min-width:768px) and (max-width:840px) {
    .flex-about-man-image .elementor-widget-container:before {
        background-size: 47px;
    }

    .flex-about-man-image .elementor-widget-container:after {
        background-size: 47px;
    }
}

@media screen and (max-width:767px) {
    .flex-about-man-image .elementor-widget-container:after {
        right: 7% !important;
        bottom: 14% !important;
        background-size: 50px !important;
    }

    .flex-about-man-image .elementor-widget-container:before {
        top: 3% !important;
        left: 8% !important;
        background-size: 50px !important;
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .flex-about-man-image-1 .elementor-widget-container:after {
        background-size: 50px !important;
    }

    .flex-about-man-image-1 .elementor-widget-container:before {
        background-size: 50px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .flex-about-man-image-1 .elementor-widget-container:after {
        right: 14% !important;

    }

    .flex-about-man-image-1 .elementor-widget-container:before {
        left: 14% !important;
    }
}

@media screen and (min-width:855px) and (max-width:991px) {
    .flex-about-man-image-1 .elementor-widget-container:after {
        right: 15% !important;
        background-size: 55px;
    }

    .flex-about-man-image-1 .elementor-widget-container:before {
        left: 15% !important;
        background-size: 57px;
    }
}

@media screen and (min-width:768px) and (max-width:854px) {
    .flex-about-man-image-1 .elementor-widget-container:after {
        right: 14% !important;
        background-size: 50px;
    }

    .flex-about-man-image-1 .elementor-widget-container:before {
        left: 14% !important;
        background-size: 50px;
    }
}

.flex-business-community-project .upk-icon-arrow-left-0:before {
    bottom: 8px !important;

}

.flex-business-community-project .upk-icon-arrow-right-0:before {
    bottom: 8px !important;
}

.flex-reviews li {
    font-size: 22px !important;
    font-family: "Jost", Sans-serif !important;
    list-style: none;
}

.flex-home-contact-form p {
    margin: 7px !important;
}

.flex-business-input {
    display: flex;
    gap: 0px !important;
}

.flex-home-contact-form .wpcf7-response-output {
    margin: 0px !important;
}

.flex-testimonial .wpr-testimonial-prev-arrow {
    z-index: 0
}

.flex-testimonial .wpr-testimonial-next-arrow {
    z-index: 0
}

.flex-submit-btn {
    width: fit-content !important;
}



@media screen and (min-width: 1024px) and (max-width: 1119px) {
    .flex-business-community-project .upk-navigation-prev {
        position: absolute;
        left: -32% !important;
        top: 85px !important;
        background-color: #000 !important;
        border-radius: 7px;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 85px !important;
        left: -25% !important;
        background-color: #F75708 !important;
        border-radius: 7px;
        width: fit-content;
    }

    .flex-about-man-image-1 .elementor-widget-container:before {
        left: 0% !important;
        background-size: 46px !important;
    }

    .flex-about-man-image-1 .elementor-widget-container:after {
        right: 0% !important;
        background-size: 45px !important;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .space-add {
        padding: 0px 20px !important;
    }

    .service-category-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .flex-team-section {
        min-height: 320px !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1399px) {
    .space-add {
        padding: 0px 20px;
    }

    .service-category-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .flex-satisfaction-rate {
        width: 76% !important;
    }

    .flex-our-latest h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .entry-title a {
        font-size: 18px !important;
    }

    .flex-why-choose-us.-main {
        display: flex;
        flex-direction: row !important;
    }

    .flex-why-choose {
        flex-direction: column !important;
    }

    .flex-why-choose-img img {
        width: 100% !important;
    }

}

@media screen and (max-width:320px) {
    .flex-business-community-project .upk-navigation-prev {
        left: 88px !important;
        top: 202px !important;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 202px !important;
        left: 150px;

    }

    .flex-testimonial .wpr-testimonial-prev-arrow {
        left: 29% !important;
    }
}

.blog-section-new a.elementskit-btn.whitespace--normal {
    bottom: 8px;
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    .review-wrapper {
        display: flex !important;
        flex-direction: row;
    }
}

.fixed-buy-now-button {
    position: fixed !important;
    top: 50%;
    right: 0;
    z-index: 9999;
}

.fixed-buy-now-button .elementor-button {
    border-radius: 50px 0px 0px 50px !important;
}

.fixed-buy-now-button .elementor-button-icon {
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.fixed-buy-now-button .elementor-button-content-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}


@media screen and (max-width:1023px) {
    .fixed-buy-now-button {
        transform: rotate(-0.25turn) !important;
        right: -41px !important;
    }

    .fixed-buy-now-button .elementor-button {
        border-radius: 10px !important;
        padding: 5px 10px !important;
        font-size: 16px !important;
    }

    .fixed-buy-now-button span.elementor-button-text {
        top: 2px !important;
        left: 4px;
        position: relative;
    }
}

.fixed-buy-now-button svg {
    animation: rotateIcon 2s linear infinite;
    transform-origin: center;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

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

.fixed-buy-now-button span.elementor-button-text {
    top: 4px;
    left: 4px;
    position: relative;
}

@media screen and (max-width:991px) {
    h3.flex-recent-reviews {
        font-size: 30px !important;

    }

    h1.post-title {
        font-size: 30px !important;
    }

    .service-category-box {
        background-color: #F75708 !important;
    }

    .category-title {
        color: #fff !important;
    }

    .category-description {
        color: #fff !important;
    }
}

@media screen and (max-width:767px) {
    .flex-james-img .elementor-image-box-wrapper {
        display: flex;
        gap: 20px
    }

    .flex-james-img .elementor-widget-image-box .elementor-image-box-content {
        width: 100%;
    }

    .flex-james-img .elementor-image-box-img {
        width: fit-content !important;
    }

    .flex-james-img .elementor-image-box-content {
        text-align: left !important;
    }

    .flex-james-img .elementor-image-box-title {
        margin: 10px 0px;
    }
}


.elementor-widget-container {
    transition: none !important;
}

@media screen and (max-width:991px) {
    .flex-team-section {
        background-color: #F75708 !important;
    }

    .flex-name h2 {
        color: #fff !important;
    }

    .flex-designation h2 {
        color: #fff !important;
    }

    .flex-team-section {
        height: 340px !important;
    }

    .team-social-media {
        display: block !important;
    }
}

@media screen and (max-width:767px) {
    .flex-multipurpose-business-main-our-project .e-con-inner {
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width: 479px) {
    .flex-business-community-project .upk-navigation-prev {
        top: 187px !important;
        left: 115px !important;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 188px !important;
        left: 170px !important;

    }
}

@media screen and (max-width: 320px) {
    .flex-business-community-project .upk-navigation-prev {
        top: 187px !important;
        left: 80px !important;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 188px !important;
        left: 130px !important;

    }
}

@media screen and (min-width:480px) and (max-width:550px) {
    .flex-business-community-project .upk-navigation-prev {
        left: 144px !important;
        top: 185px !important;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 185px !important;
        left: 241px !important;

    }
}

@media screen and (min-width:551px) and (max-width:660px) {
    .flex-business-community-project .upk-navigation-prev {
        left: 171px !important;
        top: 186px !important;

    }

    .flex-business-community-project .upk-navigation-next {
        top: 187px !important;
        left: 264px !important;

    }
}

@media screen and (min-width:661px) and (max-width:767px) {
    .flex-business-community-project .upk-navigation-prev {
        top: 185px !important;

    }

    .flex-business-community-project .upk-navigation-next {
        top: 185px !important;

    }
}

@media (min-width: 320px) and (max-width: 1119px) {

    .elementor-invisible,
    [class*="flex-animation-none"] {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .buynow a {
        padding-bottom: 10px !important;
    }

    .gallery img {
        height: 120px;
    }

    .gallery1 img {
        height: 120px !important;
    }

}

@media screen and (min-width:1025px) and (max-width:1300px) {
    .space-add-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1399px) {
    .flex-footer-sub {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .flex-footer-logo-sec {
        display: flex !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .flex-logo-footer {
        width: 53% !important;
    }

    .flex-insta-gallery img {
        height: auto !important;
    }
}

.wpcf7-not-valid-tip {
    font-family: Jost, sans-serif;
}

.wpcf7-response-output {
    font-family: Jost, sans-serif;
}

.flex-contact-form1 .wpcf7-response-output {
    color: #000 !important;
}

label {
    font-family: Jost, sans-serif;
}

.blog-section span.post-comment {
    margin-left: 13px !important;
}

.flex-footer-form {
    display: flex;
    gap: 10px;
}

.flex-submit-btn1 {
    width: fit-content !important;
    padding: 10px !important;
}

.single-service .flex-related {
    display: none !important;
}

.single-service .review-wrapper {
    padding-bottom: 50px;
}

.single-service .flex-service-list li {
    color: #000 !important;
}

.single-service .flex-service-list li::before {
    filter: invert(1);
}

@media screen and (max-width:767px) {
    h1.post-title {
        margin-top: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .flex-inner-banner .e-con-inner {
        padding: 119px 0px 80px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .flex-business-community-project .upk-navigation-prev {
        left: -275px !important;
        top: 169px !important;
    }

    .flex-business-community-project .upk-navigation-next {
        top: 169px !important;
        left: -204px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1119px) {
    .flex-business-community-project .upk-navigation-prev {
        left: -41% !important;
    }

    .flex-business-community-project .upk-navigation-next {
        left: -32% !important;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {

    .elementor-869 .elementor-element.elementor-element-12eda323:not(.elementor-motion-effects-element-type-background),
    .elementor-869 .elementor-element.elementor-element-12eda323>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: #FFFFFF;
        display: none;
    }
}
@media screen and (max-width:1024px){
    .flex-footer-form {
        display: flex;
        gap: 10px !important;
        flex-direction: column;
        align-items: center;
    }
}
.flex-business-theme-input p{
    margin:0px !important;
}
.flex-business-theme-input .wpcf7-spinner{
    display: none !important;
}









/*============== New CSS ==============*/

.header-col3-call .elementor-icon-box-icon {
    width: 42px;
    height: 42px;
    background-color: #000;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.top-banner-right-col {
    position: relative;
}
.top-banner-right-feature1 {
    position: absolute;
    right: 0;
    top: 22%;
    transform: translate(175px, -25px);
    clip-path: polygon( 16.143% 8.734%,96.161% 8.734%,96.161% 8.734%,96.781% 8.82%,97.37% 9.072%,97.918% 9.474%,98.419% 10.013%,98.865% 10.676%,99.247% 11.449%,99.558% 12.318%,99.79% 13.27%,99.935% 14.291%,99.985% 15.367%,99.985% 69.704%,99.985% 69.704%,99.97% 70.728%,99.929% 71.742%,99.862% 72.742%,99.771% 73.726%,99.655% 74.69%,99.515% 75.63%,99.351% 76.544%,99.164% 77.427%,98.955% 78.276%,98.723% 79.089%,92.775% 102.096%,92.775% 102.096%,91.087% 108.497%,89.993% 112.571%,89.366% 114.714%,89.082% 115.319%,89.013% 114.78%,89.033% 113.492%,89.017% 111.849%,88.838% 110.244%,88.37% 109.073%,87.487% 108.729%,3.821% 108.729%,3.821% 108.729%,3.2% 108.642%,2.612% 108.391%,2.063% 107.989%,1.563% 107.45%,1.117% 106.787%,0.735% 106.014%,0.424% 105.145%,0.192% 104.193%,0.047% 103.172%,-0.003% 102.096%,-0.003% 46.569%,-0.003% 46.569%,-0.008% 32.017%,-0.015% 23.195%,-0.012% 19.082%,0.01% 18.657%,0.063% 20.897%,0.158% 24.783%,0.307% 29.292%,0.52% 33.402%,0.808% 36.094%,1.183% 36.344%,12.145% 11.374%,12.145% 11.374%,12.61% 10.625%,13.119% 10.033%,13.649% 9.579%,14.18% 9.245%,14.689% 9.013%,15.154% 8.863%,15.554% 8.779%,15.867% 8.742%,16.071% 8.733%,16.143% 8.734% );
    background-color: rgb(255 255 255 / 34%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 40px 50px 30px 50px;
    display: flex;
    width: 51%;
    transform: translate(180px, 10px);
}
.top-banner-right-feature2 {
    position: absolute;
    left: 0;
    top: 54%;
    clip-path: polygon( 16.143% 8.734%,96.161% 8.734%,96.161% 8.734%,96.781% 8.82%,97.37% 9.072%,97.918% 9.474%,98.419% 10.013%,98.865% 10.676%,99.247% 11.449%,99.558% 12.318%,99.79% 13.27%,99.935% 14.291%,99.985% 15.367%,99.985% 69.704%,99.985% 69.704%,99.97% 70.728%,99.929% 71.742%,99.862% 72.742%,99.771% 73.726%,99.655% 74.69%,99.515% 75.63%,99.351% 76.544%,99.164% 77.427%,98.955% 78.276%,98.723% 79.089%,92.775% 102.096%,92.775% 102.096%,91.087% 108.497%,89.993% 112.571%,89.366% 114.714%,89.082% 115.319%,89.013% 114.78%,89.033% 113.492%,89.017% 111.849%,88.838% 110.244%,88.37% 109.073%,87.487% 108.729%,3.821% 108.729%,3.821% 108.729%,3.2% 108.642%,2.612% 108.391%,2.063% 107.989%,1.563% 107.45%,1.117% 106.787%,0.735% 106.014%,0.424% 105.145%,0.192% 104.193%,0.047% 103.172%,-0.003% 102.096%,-0.003% 46.569%,-0.003% 46.569%,-0.008% 32.017%,-0.015% 23.195%,-0.012% 19.082%,0.01% 18.657%,0.063% 20.897%,0.158% 24.783%,0.307% 29.292%,0.52% 33.402%,0.808% 36.094%,1.183% 36.344%,12.145% 11.374%,12.145% 11.374%,12.61% 10.625%,13.119% 10.033%,13.649% 9.579%,14.18% 9.245%,14.689% 9.013%,15.154% 8.863%,15.554% 8.779%,15.867% 8.742%,16.071% 8.733%,16.143% 8.734% );
    background-color: rgb(255 255 255 / 34%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 40px 50px 30px 50px;
    display: flex;
    transform: translateX(-123px);
    width: 50%;
}
.top-banner-right-feature1 .elementor-image-box-title, .top-banner-right-feature2 .elementor-image-box-title {
    margin-top: 0px;
}
.counter-section .elementor-counter .elementor-counter-number-suffix {
    color:#F75708;
}
.counter-section .elementor-widget-counter {
    position: relative;
}
.counter-section .elementor-widget-counter:nth-child(1)::after,
.counter-section .elementor-widget-counter:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #FFF;
    transform: translateX(65px);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .counter-section .elementor-widget-counter:nth-child(1)::after,
    .counter-section .elementor-widget-counter:nth-child(2)::after {
        display: none;
    }
    .top-banner-right-feature1, .top-banner-right-feature2 {
        display: none;
    }
    .footer-address .ekit-header-info {
        text-align: center;
    }
    .service-category-box {
        margin-bottom: 20px;
    }
    .flex-business-community-project .upk-post-grid .swiper-slide {
        margin: 0px !important;
    }
    .flex-testimonial .wpr-testimonial-carousel .slick-slide {
        margin-left: 1px !important;
    }
    .blog-section-new a.elementskit-btn.whitespace--normal {
        bottom: 3px;
    }
    .flex-logo-footer .elementor-widget-image {
        text-align: -webkit-center !important;
    }
    
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .blog-section-new .btn-wraper {
        position: unset;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section .elementor-widget-counter:nth-child(1)::after, .counter-section .elementor-widget-counter:nth-child(2)::after {
        content: '';
        transform: translateX(0px);
    }
    .header-col1 {
        width: 20% !important;
    }
    .header-col2 {
        width: 55% !important;
    }
    .header-col3 {
        width: 31% !important;
    }
    .top-banner-right-feature2 {
        position: absolute;
        left: 0;
        top: 70%;
        padding: 40px 20px 30px 20px;
        transform: translateX(-17px);
        width: 50%;
    }
    .top-banner-right-feature1 {
        position: absolute;
        right: 0;
        top: 29%;
        padding: 35px 20px 20px 20px;
        width: 65%;
        transform: translate(12px, 10px);
    }
    .counter-section {
        position: absolute !important;
        bottom: 0% !important;
        left: 0px;
    }
    .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        padding: 4px 0px !important;
    }
    .flex-our-latest .elementor-heading-title {
        font-size: 32px !important;
    }
    .flex-business-community-project .swiper-wrapper {
        transform: translate3d(-723px, 0px, 0px) !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .counter-section .elementor-widget-counter:nth-child(1)::after, .counter-section .elementor-widget-counter:nth-child(2)::after {
        content: '';
        transform: translateX(12px);
    }
    .top-banner-right-feature2 {
        top: 54%;
        padding: 45px 30px 30px 30px;
        transform: translateX(-123px);
    }
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 30px 30px 30px;
        width: 55%;
        transform: translate(16px, 10px);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .header-col1 {
        width: 20% !important;
    }
    .header-col2 {
        width: 55% !important;
    }
    .header-col3 {
        width: 25% !important;
    }
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 30px 30px 30px;
        width: 55%;
        transform: translate(24px, 10px);
    }
    .counter-section .elementor-widget-counter:nth-child(1)::after, .counter-section .elementor-widget-counter:nth-child(2)::after {
        content: '';
        transform: translateX(15px);
    }
    .top-banner-right-feature2 {
        top: 58%;
        padding: 40px 30px 30px 30px;
        transform: translateX(-123px);
        width: 50%;
    }
    .top-banner-left-col .elementskit-btn {
        padding: 14px 10px 14px 10px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 40px 30px 40px;
        width: 54%;
        transform: translate(10px, 10px);
    }
    .top-banner-right-feature2 {
        padding: 40px 40px 30px 43px;
        transform: translateX(-123px);
        width: 52%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 40px 30px 40px;
        width: 54%;
        transform: translate(100px, 10px);
    }
    .top-banner-right-feature2 {
        padding: 40px 40px 30px 43px;
        transform: translateX(-123px);
        width: 52%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 40px 30px 40px;
        width: 54%;
        transform: translate(100px, 10px);
    }
    .top-banner-right-feature2 {
        padding: 40px 40px 30px 43px;
        transform: translateX(-123px);
        width: 52%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .top-banner-right-feature1 {
        top: 31%;
        padding: 40px 40px 30px 40px;
        width: 54%;
        transform: translate(100px, 10px);
    }
    .top-banner-right-feature2 {
        padding: 40px 40px 30px 43px;
        transform: translateX(-123px);
        width: 52%;
    }
}


.flex-testimonial .wpr-testimonial-item:hover svg path {
    fill: #FFF !important;
}
.flex-testimonial .wpr-testimonial-item svg {
    color: #fff !important;
    font-size: 60px;
}
.flex-testimonial .wpr-testimonial-item svg path {
    fill:#E0E0E0A6;
}
.flex-multipurpose-business-main-gallery img {
    height: 244px !important;
    object-fit: cover;
}
.flex-insta-gallery #gallery-1 img {
    border: unset;
}
.single-service .post-featured img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.single-project .post-featured img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.flex-home-contact-form .row {
    gap: 10px;
}
.flex-home-contact-form .row .flex-business-input {
    gap: 10px !important;
}
.flex-contact-form input {
    border: unset;
    background-color: #D0D7D7;
    padding: 9px 10px;
}
.flex-submit-btn {
    padding: 10px 30px !important;
    &:hover {
        background-color: #000000 !important;
    }
}

.flex-business-community-project .upk-alter-carousel .upk-item:hover .upk-main-img .upk-img {
    transform: unset;
}
.flex-multipurpose-business-main-gallery .flex-hover-img img:hover {
    filter: brightness(0.8);
}
.footer-link {
    color:#FFFFFF;
    &:hover {
        color: #F75708;
    }
}
.single-post #single_post .single-author-image a {
    color: #000;
}
.blog-section .ekit-wid-con .elementskit-post-image-card .entry-title {
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
.flex-contact-form1 .wpcf7 form .wpcf7-response-output {
    border-color: #000;
    border: 1px solid #000;
    margin: 10px 0px 0px 0 !important;
    padding: 8px !important;
    font-size: 16px;
}
.blog-content-left-sidebar-content-row .blog-section-new .post-items .col-lg-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.related-posts {
    border: 1px solid #121212;
    border-radius: 6px;
}
.related-post-title a {
    color: #000000;
}

.category-content-row .navigation .page-numbers.current {
    padding: 1px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #F75708;
    color: #FFF;
}
.category-content-row .navigation .nav-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.category-content-row .navigation .page-numbers {
    padding: 1px 10px;
    border: 1px solid #000;
    border-radius: 4px;
}