/*-------------------------
7. Video-Post-Style
--------------------------*/

.video-post {
	position: relative;
}

.video-post .videoPoster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 50%;
	background-attachment: scroll;
	background-color: #ededed;
	overflow: hidden;
	z-index: 1
}

.video-post .video-play-bttn {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	line-height: 78px;
	s background-color: #ffffff;
	font-size: 16px;
	color: #FD4917;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	z-index: 2;
	opacity: 1;
	border: none;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.video-post .video-play-bttn:hover {
	-webkit-box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
	background-color: #FD4917;
	color: #ffffff;
}


/*-----------------------------
17. Post-carousel-image
-------------------------------*/

.post-photo-gallery .owl-controls {
	margin-top: 0;
}

.post-photo-gallery .owl-controls .owl-buttons>div {
	right: auto;
	left: 10px;
	top: calc(50% - 28px);
}

.post-photo-gallery:hover .owl-controls .owl-buttons>div {
	opacity: 1;
}

.post-photo-gallery .owl-controls .owl-buttons>div.owl-next {
	left: auto;
	right: 10px;
}


/*-- 6. Instagram-Feed --*/

body .instagram {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	margin: 0px 0px -8px 0px;
	padding: 0px;
}

body .instagram li {
	border-bottom: none;
	padding-bottom: 0;
	width: calc(33.33% - 7px);
	margin-bottom: 3px;
	line-height: 0px;
	margin-top: 7px;
}

body .instagram a {
	position: relative;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}


/*----------------------
Popular-post-widget
-----------------------*/

.popular-posts .post-item {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.popular-posts .post-item:last-child {
	margin-bottom: 0px;
}

.popular-posts .post-item .post-pic {
	float: left;
	min-width: 100px;
	margin-right: 15px;
	max-width: 100px;
}

.popular-posts .post-item .title {
	margin-bottom: 5px;
	font-size: 14px;
}

.popular-posts .post-item .post-meta-list {
	font-size: 14px;
}
.popular-posts .post-item .post-meta-list .icon{
	color: #FD4917;
}
.popular-posts .post-item .icon {
	margin-right: 10px;
}

.widget_quomodo_about_info .author-pic {
	margin-bottom: 25px;
	width: 200px;
	display: inline-block;
	max-width: 100%;
}

.widget_quomodo_about_info .widget-content {
	text-align: center;
	color: #444444;
}

.widget_quomodo_about_info .author-name {
	font-size: 24px;
	color: #001322;
	margin-bottom: 5px;
}

.widget_quomodo_about_info .author-designation {
	font-size: 16px;
	color: #444444;
	font-weight: 400;
}

.widget_quomodo_about_info .author-social a {
	display: inline-block;
	margin: 5px 0px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #444444;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 5px;
	font-size: 14px;
	text-align: center;
}

.widget_quomodo_about_info .author-social a:hover {
	background-color: #FD4917;
	color: #ffffff;
	border: 1px solid #FD4917;
}


/*-------------------
Social-Profile-Link
--------------------*/

.widget-social-menu {
	text-align: center;
}

.widget-social-menu a {
	display: inline-block;
	margin: 5px 0px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 2px solid #deeef8;
	margin: 0 5px;
	font-size: 16px;
	text-align: center;
}

.widget-social-menu a:hover {
	background-color: #FD4917;
	color: #ffffff !important;
	border: 2px solid #FD4917;
}


/*-- Subscribe-Form-Style --*/

.subscribe-form input[type="email"] {
	height: 70px;
	border-radius: 3px;
	border: 1px solid #EBEBEB;
	background-color: #ffffff;
	padding: 10px 30px;
	width: 100%;
	margin-bottom: 0px;
}

.subscribe-form input[type="submit"],
.subscribe-form button {
	height: 60px;
	border-radius: 2px;
	border: none;
	padding: 10px 60px;
	background: #ff8b3c;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	float: right;
	margin-top: -65px;
	position: relative;
	margin-right: 5px;
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form quomodo:hover,
.subscribe-form input[type="submit"]:focus,
.subscribe-form quomodo:focus {
	background-color: #dc7129;
	color: #ffffff;
}

.shortcode-form input[type="text"],
.shortcode-form input[type="email"],
.shortcode-form input[type="url"],
.shortcode-form input[type="submit"],
.shortcode-form button {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.subscribe-form {
	position: relative;
}

.contact-form .icon {
	position: absolute;
	right: 30px;
	bottom: 32px;
	color: #71889a;
}

.contact-form .relative {
	position: relative;
	display: block;
}


/* 
=======================
Element-Widget-Style
======================= 
*/

.top-heading .text {
	display: block;
}


/* 
* button Style 
*/

.quomodo-button {
	border: none;
	padding: 13px 30px;
	border-radius: 0px;
	color: #ffffff;
	background-color: #FD4917;
	text-transform: capitalize;
	font-weight: 400;
}

.quomodo-button:focus,
.quomodo-button:hover {
	background-color: #14212b;
	color: #ffffff;
}

.top-heading.heading-bar-yes .text {
	position: relative;
	display: inline-block;
	padding: 5px 25px;
}

.top-heading.heading-bar-yes.style-left .text:before,
.top-heading.heading-bar-yes.style-center .text:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100%;
	background: #FD4917;
}

.top-heading.heading-bar-yes.style-right .text:after,
.top-heading.heading-bar-yes.style-center .text:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100%;
	background: #FD4917;
}


/* === Service-Box === */

.service-box {
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding: 30px;
}

.service-box:after {
	content: "";
	clear: both;
	display: block;
}

.service-box .icon {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
}

.service-box .icon img {
	width: 100%;
}

.service-box .title {
	font-size: 24px;
	line-height: 26px;
}

.service-box .content {
	font-size: 16px;
	line-height: 28px;
}

.service-box.style_1 {
	padding: 40px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}

.service-box.style_1 .effect-icon {
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 0;
	text-align: center;
	font-size: 30px;
	transition: 0.3s;
}

.service-box.style_1 .effect-icon i {
	transform: rotate(-45deg);
}

.service-box.style_1:hover .effect-icon {
	right: 25px;
	bottom: 20px;
}

.service-box.style_2 {
	padding: 0px;
}

.service-box.style_2 .box-content {
	position: absolute;
	left: 0px;
	top: calc(100% - 40px);
	background-color: #ffffff;
	width: calc(100% - 30px);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 99;
}

.service-box.style_2:hover .box-content {
	opacity: 1;
	visibility: visible;
}

.service-item {
	background-color: #ffffff;
	box-shadow: 10px 10px 20px 0px rgba(149, 183, 208, 0.1);
	margin: 30px 15px;
	padding: 40px;
	transition: 0.3s;
	transform: translateY(0px);
	display: block;
}

.service-item:hover {
	transform: translateY(-5px);
	box-shadow: 15px 15px 30px 0px rgba(149, 183, 208, 0.2);
}

.service-item:after {
	content: "";
	clear: both;
	display: block;
}

.service-item .service-icon {
	display: inline-block;
}


/* Circle  Progress Bar*/

.elementor-widget-quomodo-progressbar-addons {
	text-align: center;
}

.circle-progress {
	position: relative;
	display: block;
	margin: auto;
	line-height: 0em;
}

.circle-progress .symble {
	font-size: 16px;
	margin-top: -10px;
}

.circle-progress .chart-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 100%;
	line-height: 1.6em;
}

.circle-progress .chart-content .persentase {
	margin-bottom: 0;
	font-size: 36px;
	color: #FD4917;
	font-weight: 700;
	font-family: "Poppins";
	margin-bottom: 10px;
}

.circle-progress .chart-content .title {
	margin-bottom: 0;
}


/*
* Portfolio Css
*/

.portfolio-grid {
	overflow: hidden;
	margin: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.portfolio-grid .portfolio-item {
	max-width: 100%;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.portfolio-box-area.masonry_style .portfolio-item {
	max-width: 100%;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-box-area.masonry_style .portfolio-item.larg-work {
	width: 66.66%;
}

.style_two.portfolio-grid .portfolio-box {
	z-index: 1;
}

.style_two.portfolio-grid .portfolio-box .portfolio-content {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.style_two.portfolio-grid .portfolio-box:hover .portfolio-content {
	opacity: 1;
}

.portfolio-item .portfolio-box img {
	width: 100%;
}

.portfolio-filter-menu li {
	cursor: pointer;
	display: inline-block;
}

.portfolio-box .portfolio-header {
	position: relative;
}

.portfolio-box {
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

.portfolio-box .portfolio-header {
	position: relative;
}

.portfolio-box .portfolio-content {
	padding: 0px;
	position: absolute;
	bottom: -30px;
	background-color: #ffffff;
	width: calc(100% - 90px);
	left: 0px;
	right: 0px;
	margin: 15px auto;
	opacity: 0;
	transition: 0.3s;
}

.portfolio-box:hover .portfolio-content {
	bottom: 30px;
	opacity: 1;
}

.portfolio-box .portfolio-content .portfolio-bottom {
	padding: 0px 30px 20px 30px;
}

.portfolio-box .portfolio-content .portfolio-links {
	text-align: right;
	margin-bottom: -25px;
}

.portfolio-box .portfolio-content .portfolio-links .link_more {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	background-color: #ff4a17;
	color: #ffffff;
}

.portfolio-box .portfolio-content .portfolio-links .link_more:hover {
	color: #ffffff;
	background-color: #14212b;
}

.portfolio-box .portfolio-content .cats {
	margin-bottom: 0px;
	position: relative;
}

.portfolio-box .portfolio-content .cats:before {
	content: "";
	position: absolute;
	left: -30px;
	top: calc(50% - 10px);
	width: 3px;
	height: 20px;
	background-color: #ff4a17;
}

.portfolio-box .portfolio-content .cats a {
	display: none;
}

.portfolio-box .portfolio-content .cats a:last-child {
	display: block;
}

/*
Testimonial-Slider-Addons
*/

.quomodo-testimonial {
	text-align: center;
}

.quomodo-testimonial .feed_rating span {
	display: inline-block;
	font-size: 18px;
	margin: 0px 3px;
}

/*
Blog-Posts-Addons
*/
.post-box {
	position: relative;
	margin-top: 18px;
}

.quomodo_posts_carousel.style1 .post-item .post-box .post-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: linear-gradient(0deg, black, transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 100%;
	padding: 0px 30px 20px;
}

.quomodo_posts_carousel.style1 .post-box .post-thumb {
	height: 390px;
	overflow: hidden;
}

.post-item .post-box .post-category {
	position: absolute;
	left: 30px;
	top: -18px;
	z-index: 3;
	width: calc(100% - 60px);
}

.post-item .post-box .post-category a {
	background-color: #FD4917;
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	text-align: center;
}

.post-item .post-box .post-category a:hover {
	background-color: #14212b;
}

.quomodo_posts_carousel.style1 .post-item .post-box .post-author {
	color: #ffffff;
}

.post-item .post-box .post-author {
	font-size: 16px;
	line-height: 70px;
	font-weight: 700;
	font-family: "Roboto";
	display: flex;
	align-items: center;
}

.post-item .post-box .post-author .pic {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100px;
	margin-right: 10px;
}

.post-item .post-box .title {
	margin-bottom: 15px;
	display: block;
}

.post-item .post-box .title a {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 34px;
	font-weight: 600;
	font-family: "Poppins";
}

.quomodo_posts_carousel.style1 .post-item .post-box .post-footer,
.quomodo_posts_carousel.style1 .post-item .post-box .content,
.quomodo_posts_carousel.style1 .post-item .post-box .title a {
	color: #ffffff;
}

.post-item .post-box .content {
	margin-bottom: 15px;
}

.post-item .post-box .readmore-btn {
	margin-bottom: 15px;
	display: inline-block;
}

.post-item .post-box .post-footer {
	list-style: none;
	padding: 0px;
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	font-family: "Roboto";
	margin: 0px;
	border-top: 1px solid #eeeeee20;
	width: 100%;
}

.post-item .post-box .post-footer li {
	display: inline-block;
	margin: 10px 10px 0px;
}

.post-item .post-box .post-footer li:first-child {
	margin-left: 0px;
}

.post-item .post-box .post-footer li:last-child {
	margin-right: 0px;
}

.post-item .post-box .post-footer li i {
	margin-right: 5px;
}

.quomodo_posts_carousel.style2 .post-box {
	background: #fff;
}

.quomodo_posts_carousel.style2 .post-box .post-content {
	padding: 30px;
}

.quomodo_posts_carousel.style2 .post-box .post-content .text {
	line-height: 1em;
}

.quomodo_posts_carousel.style2 .post-box .post-content .post-author {
	margin-bottom: 15px;
}

.quomodo_posts_carousel.style2 .post-box .post-content .post-footer {
	border-top: 1px solid #f0f0f0;
	margin-bottom: -10px;
}

.quomodo_posts_carousel.style2 .post-box .post-category a {
	background-color: #237a40;
}

.quomodo_posts_carousel.style2 .post-box .post-category a:hover {
	background-color: #14212b;
}


/*
* Swiper Slider Css
*/

body .swiper-slide {
	overflow: hidden;
	color: #ffffff;
	padding: 0px;
}

body .swiper-slider-widget {
	width: 100%;
	left: 0;
	top: 0;
	padding: 0px;
}

.swiper-slider-widget .swiper-wrapper {
	width: 100%;
}

.swiper-slider-widget .swiper-wrapper .quomodo-slide-inner {
	width: 100%;
	padding-top: 320px;
	padding-bottom: 210px;
	z-index: 1;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-slider-widget .swiper-wrapper .quomodo-swiper-button-prev,
.swiper-slider-widget .swiper-wrapper .quomodo-swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 100px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.swiper-slider-widget .swiper-wrapper .quomodo-swiper-button-prev:hover,
.swiper-slider-widget .swiper-wrapper .quomodo-swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #444444;
}

.swiper-slider-widget .swiper-wrapper .quomodo-swiper-content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.swiper-slider-widget .swiper-wrapper .quomodo-swiper-content:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.swiper-slider-widget .swiper-wrapper .main-title {
	font-size: 72px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 30px;
}

.swiper-slider-widget .swiper-wrapper .sub-title {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}

.swiper-slider-widget .swiper-wrapper .desc-title {
	max-width: 600px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.swiper-slider-widget .slider-controls {
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	background-color: #ffffff;
	padding: 40px 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 90%;
	max-width: 470px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.swiper-slider-widget .slider-controls .swiper-pagination-fraction {
	color: #FD4917;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
}

.swiper-slider-widget .slider-controls .quomodo-swiper-button {
	width: 40px;
	color: #FD4917;
	border: 1px solid #FD4917;
	text-align: center;
	height: 40px;
	line-height: 38px;
	min-width: 40px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.swiper-slider-widget .slider-controls .quomodo-swiper-button:hover {
	background-color: #FD4917;
	color: #ffffff;
}

.swiper-slider-widget .slider-button {
	color: #ffffff;
	margin-right: 20px;
	margin-top: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.swiper-slider-widget.control-two .control-container {
	width: 100%;
	position: static;
}

.swiper-slider-widget.control-two .slider-controls {
	left: auto;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 120px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.swiper-slider-widget.control-two .slider-controls .swiper-pagination-fraction {
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.relative {
	position: relative;
}


/*
* Play-Button-Css
*/

.quomodo_play_button {
	z-index: 1;
	position: relative;
}

.quomodo_play_button .play-button-content {
	position: relative;
	display: inline-block;
}

.quomodo_play_button .play-button .icon {
	width: 60px;
	height: 60px;
	line-height: 58px;
	padding-left: 3px;
	text-align: center;
	border-radius: 0;
	background-color: transparent;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 3;
	border: 1px solid #ffffff;
}

.quomodo_play_button .play-button:hover .icon {
	background-color: #ffffff;
	color: #FD4917;
}

.quomodo_play_button .play-button .text {
	margin-left: 10px;
}

.quomodo_play_button .waves-block {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.quomodo_play_button .waves-block .waves {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 320px;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
}

.quomodo_play_button .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.quomodo_play_button .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.quomodo_play_button .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


/* Team-Member */

.quomodo-team-box {
	margin: 0px 15px;
	background-color: #ffffff;
}

.quomodo-team-box .details {
	padding: 20px 20px;
	border-right: 10px solid #ecfff2;
	border-bottom: 10px solid #ecfff2;
	margin-right: 30px;
	transition: 0.3s;
}

.quomodo-team-box:hover .details {
	border-color: #237a40;
}

.quomodo-team-box .details .position {
	color: #14212b;
	position: relative;
}


/*-- 12. Progress-Bar --*/

.quomodo-progress-wrapper {
	background-color: #ededed;
	margin-top: 10px;
}

.quomodo-progress-percentage {
	float: right;
}

.quomodo-progress-wrapper .elementor-progress-bar {
	position: relative;
}

.progress-style_2 .quomodo-progress-wrapper .elementor-progress-bar:after {
	content: "";
	position: absolute;
	right: 0px;
	top: calc(50% - 14px);
	width: 4px;
	height: 30px;
	background-color: #000000;
}


/*-- Check-List-Design --*/

.check-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.check-list li:before {
	content: "";
	display: inline-block;
	width: 5px;
	border-top: 2px solid;
	margin-right: 10px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.check-list li {
	display: block;
	margin: 7px 0;
}

.check-list li:after {
	content: "\f00c";
	float: right;
	font-family: "font awesome 5 pro";
	color: #b9d3e8;
	font-weight: 300;
}

.plus-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.plus-list li:before {
	content: "\f00c";
	font-family: "font awesome 5 pro";
	font-weight: 300;
	color: #8e98fd;
	margin-right: 10px;
}

.plus-list li {
	display: block;
	margin: 7px 0;
}

.plus-list li:after {
	content: "\f067";
	float: right;
	font-family: "font awesome 5 pro";
	font-weight: 300;
	color: #ffffff;
}

.quomodo-tab-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.quomodo-tab-nav li {
	display: inline-block;
}

.quomodo-tab-nav li a {
	padding: 15px 30px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}

.quomodo-tab-nav li a .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
}

.quomodo-tab-nav li a .tab-title {
	display: block;
}

.quomodo-counter-number-wrapper .quomodo-counter-number-suffix {
	/* font-size: 30%;
	opacity: 0.3; */
	margin-left: 5px;
	display: inline-block;
}

.quomodo-switcher-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.quomodo-switcher-nav li a {
	display: block;
}

.price-box {
	padding: 50px 40px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.price-box .price-header .price-title {
	font-size: 18px;
	font-weight: 700;
}

.price-box .price-header .amount {
	font-size: 100px;
	font-weight: 700;
	display: block;
	line-height: 80px;
	margin-bottom: 0;
}

.price-box .price-header .amount .symble {
	font-size: 20%;
	display: inline-block;
	line-height: 1em;
	margin: 0px;
}

.price-box .quomodocore-features {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	display: inline-block;
}

.price-box .price-header .preiod {
	display: block;
	margin-bottom: 20px;
}

.price-box .quomodocore-features li i {
	margin-right: 10px;
}

p:last-child {
	margin-bottom: 0px;
}

.qualifi-box {
	position: relative;
}

.qualifi-box .qualifi-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.qualifi-box .qualifi-info .session {
	border: 1px solid #FD4917;
	min-width: 180px;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.qualifi-box-area .qualifi-item {
	border-left: 1px solid #fff2da;
	border-top: 1px solid #fff2da;
	padding-top: 30px;
	position: relative;
}

.qualifi-box-area .qualifi-item .qualifi-box {
	position: relative;
	left: -1px;
}

.qualifi-box-area .qualifi-item:first-child {
	padding-top: 0px !important;
	border-top: none !important;
}

.qualifi-box-area .qualifi-item:before {
	content: "";
	width: 0px;
	height: 0px;
	border: 4px solid #FD4917;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 50%;
	z-index: 2;
	-webkit-transform: translate(-60%, 50%);
	-ms-transform: translate(-60%, 50%);
	transform: translate(-60%, 50%);
}

.elementor-social-icons-wrapper {
	line-height: 1em;
}

.color-dots,
.inline-dots {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.color-dots li {
	display: block;
}

.inline-dots li {
	display: inline-block;
	margin-right: 10px;
}

.inline-dots li:last-child {
	margin-right: 0px;
}

.color-dots li:before,
.inline-dots li:before {
	content: "";
	width: 0px;
	height: 0px;
	border: 2.5px solid;
	display: inline-block;
	border-radius: 100%;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	margin-right: 10px;
}

.color-dots li:before {
	border: 2.5px solid #FD4917;
}

.inline-dots li:first-child:before {
	display: none;
}

@media only screen and (max-width: 768px) {
	.portfolio-grid .portfolio-item {
		width: 100%;
	}

	.portfolio-box-area.masonry_style .portfolio-item {
		width: 100%;
	}

	.portfolio-box-area.masonry_style .portfolio-item.larg-work {
		width: 100%;
	}

	.swiper-slider-widget.control-two .slider-controls {
		right: auto;
		left: 0;
		bottom: 50px;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		width: 220px;
	}

	.swiper-slider-widget .slider-controls {
		padding: 30px;
		max-width: 260px;
	}
}