/*
 Theme Name: Divifoxx Childtheme
 Theme URI: https://divifoxx.com/
 Description: Child theme for the Divi theme, designed for the AV Rentals
 Author: Mayank Yadav
 Author URI: https://divifoxx.com
 Template: Divi
 Version: 1.0.0
*/

/* Add your custom CSS below this line */

/*=========================================
GLOBAL STYLE CSS
==========================================*/

/*------------ Scroll Bar Effect -------------*/
/* width of entire scrollbar */
::-webkit-scrollbar {
	width: 18px;
}

/* The Scrollbar Track */
::-webkit-scrollbar-track {
	background: #f3f3f3;
}

/* The Scrollbar Handle */
::-webkit-scrollbar-thumb {
	background: #ffc107;
	border-radius: 50px;
}

/* The Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {}


/*------- Font Sizes ----------*/

h1 {
	font-size: 70px;
	line-height: 1.2 !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif!important;
}

h2 {
	font-size: 46px !important;
	line-height: 1.2 !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
}

h3 {
	font-size: 36px !important;
	line-height: 1.2 !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
}

h4 {
	font-size: 24px !important;
	line-height: 1.2 !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
}

h5 {
	font-size: 20px;
	line-height: 1.2 !important;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
}

/*--- Media Queries -----*/
@media screen and (min-width: 400px) and (max-width: 768px) {
	h1 {
		font-size: 50px !important;
	}

	h2 {
		font-size: 40px !important;
	}

	h3 {
		font-size: 34px !important;
	}
}

@media screen and (max-width: 400px) {
	h1 {
		font-size: 50px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	h3 {
		font-size: 28px !important;
	}
}

/*==============================
Mobile Optimization
===============================*/
/*----- Home -------*/
@media screen and (min-width: 400px) and (max-width: 768px) {
	.df-hero-section-icon:before {
		position: absolute;
		content: "";
		height: 1px;
		width: 80%;
		background: #ffc107;
		top: 50%;
		left: 10%;
		transition: 500ms;
		border: 2px dashed #000;
	}


	.df-blog-style-1 .et_pb_blog_grid .et_pb_post .post-meta span.published {
		position: absolute;
		top: -180px;
		left: 0%;
		transform: translateX(0%);
		margin-bottom: 0;
	}

	.df-blog-style-1 .blog_detail h4 {
		font-size: 20px !important;
	}

	.df-blog-style-1 .blog_detail .entry-title:before {
		top: 58% !important;
	}

	.df-blog-style-1 .blog_detail .entry-title:after {
		top: 57% !important;
	}

}

@media screen and (max-width: 400px) {

	.df-footer-title h3 {
		font-size: 22px !Important;
		font-weight: 500 !important;
	}

	.df-blog-style-1 .et_pb_blog_grid .et_pb_post .post-meta span.published {
		position: absolute;
		top: -200px !important;
		left: 0% !important;
		transform: translateX(0%) !important;
		margin-bottom: 0 !important;
	}

	.df-ctc-title-one h4 {
		font-size: 20px !important;
		font-weight: 400 !important;
	}

	.df-cta-icon-title-two h4 {
		font-size: 16px !important;
		font-weight: 400 !important;
	}

	.df-hero-section-icon .et_pb_blurb_content .et_pb_main_blurb_image {
		width: 60px !important;
		height: 60px !important;
	}

	.df-hero-section-icon:before {
		width: 90% !important;
		left: 5% !important;
	}

	.df-hero-sec-title-one h4 {
		font-size: 16px !important;
		font-weight: 400 !important;
	}

	.df-hero-sec-title-two h1 {
		font-size: 32px !important;
	}
}


/*------ Navigation Icon (Home Icon) -----------*/
.df-home-title-icon h4 {
	padding-top: 8px;
}

.df-home-title-icon .et_pb_text_inner {
	display: inline-block;
	position: relative;
	padding: 0 45px;
	color: #000;
}

.df-home-title-icon .et_pb_text_inner:before,
.df-home-title-icon .et_pb_text_inner:after {
	font-family: 'ETMODULES';
	content: '\e074';
	font-size: 20px;
	color: #ffff !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	height: 30px;
	width: 35px;
	line-height: 30px;
	border-radius: 5px;
}

.df-home-title-icon .et_pb_text_inner:before {
	left: 0;
	right: auto;
}

.df-home-title-icon .et_pb_text_inner:after {
	right: 0;
	left: auto;
	content: '';
	background: transparent;
}


/*-------- Buttons --------------*/

.df-yellow-btn.et_pb_button {
	color: #000 !important;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	background-color: #ffc107;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important;
	transition: 1000ms;
	box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
}

.df-yellow-btn.et_pb_button:hover {
	color: #000 !important;
	border: none;
	border-radius: 50px !important;
	font-size: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	background-color: #ffc107;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important;
	transition: 1000ms;
	transform: translatey(-7px);
	box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

.df-white-btn.et_pb_button:hover {
	color: #000 !important;
	border: none !important;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	background-color: #fff;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important;
	transition: 1000ms;
	transform: translatey(-7px);
	box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

.df-white-btn.et_pb_button {
	color: #000 !important;
	border: none !important;
	border-radius: 50px;
	font-size: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	background-color: #fff;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important;
	transition: 1000ms;
	box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
}

/*------- Service page buttons --------*/
.df-service-menu.et_pb_button {
	color: #fff !important;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	background-color: #000;
	padding-top: 13px !important;
	padding-right: 50px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important;
	transition: 500ms;
}

.df-service-menu.et_pb_button:hover {
	color: #000 !important;
	background: #ffc107;
	border: none;
	transform: translatey(-5px);
	box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

.active.et_pb_button {
	color: #000 !important;
	background: #ffc107 !important;
	border: none;
}

.inline-button .et_pb_button_module_wrapper {
	display: inline-block;
	text-align: center;
}

/*---- CONTATCT FORM FULL WIDTH BTN ----*/
.contact-form .et_contact_bottom_container {
	width: 100%;
	flex-direction: column;
	gap: 1em;
	padding-left: 3%;
	margin-top: 1px;
}

.contact-form .et_contact_bottom_container button {
	width: 100%;
	margin: 0;
}

/*--- Terms n Conditions ----*/
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
	margin-bottom: 0.5em;
	font-weight: 600;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	color: #000;
}

/*---------- Flip Image Effect -----------*/
.df-flip-image .et_pb_column .et_pb_image_wrap img {
	transition: transform 0.4s ease;
}

.df-flip-image .et_pb_column:hover .et_pb_image_wrap img {
	transform: scaleX(-1);
}

/*--- Blurb Flip Image Effect ----*/
.df-flip-image-blurb .et_pb_image_wrap img {
	transition: transform 0.4s ease;
}

.df-flip-image-blurb:hover .et_pb_image_wrap img {
	transform: scaleX(-1);
}
.df-flip-image-blurb h4{
  font-size:22px !important;
}

/*==========================================
Video Icon Effect 
===========================================*/
.df-video-hover a.et_pb_video_play {
	margin: auto;
	text-decoration: none;
	color: #000;
	font-size: 50px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: inline-block;
	background-color: #ffd707;
	transform: translate(-50%, -50%);
	border-radius: 90%;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
	}
}

.pt-video-icon a.primary {
	-webkit-animation: rippleprimary 1s linear infinite;
	animation: rippleprimary 1s linear infinite;
}

@-webkit-keyframes rippleprimary {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
		box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
	}
}

@keyframes rippleprimary {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
		box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
	}
}

/*===============================
Home 
===================================*/

.df-hero-section-icon .et_pb_blurb_content .et_pb_main_blurb_image {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
	animation: rotateClockwise 5s infinite linear;
}

.df-hero-section-icon .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	border-radius: 50%;
	animation: puborder 1.4s ease-out infinite;
	z-index: 1;
	box-sizing: border-box;
}

@keyframes puborder {
	0% {
		transform: scale(1);
		opacity: 0.67;
		/* Changed the format */
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

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

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

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

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

.df-hero-section-icon:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 60%;
	background: #ffc107;
	top: 50%;
	left: 20%;
	transition: 500ms;
	border: 2px dashed #000;
}


.df-blurb-style-1 h4 {
	font-size: 20px !important;
}

@keyframes moveUpDown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-40px);
		/* Adjust the distance as needed */
	}
}

.df-sub-heading h4 {
	font-size: 18px !Important;
	line-height: 1.5 !important;
}

.cta-icon:after,
.cta-icon:before {
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	position: absolute;
	content: "";
}

.cta-icon:before {
	border: 1px solid #ffc107;
	border-radius: 50%;
	animation: 1s linear infinite pls_utye;
}

.cta-icon:after {
	border: 1px solid #ffc107;
	border-radius: 50%;
	animation: 1s linear .3s infinite pls_utye;
}

@keyframes pls_utye {
	0% {
		transform: scale(.5);
		opacity: 0;
	}

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

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}


/*======================================
Call to action icon
=======================================*/
.cta-icon .et_pb_icon .et_pb_icon_wrap {
	display: inline-block;
	border-style: solid;
	border-width: 0;
	line-height: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-size: cover;
	position: relative;

}

.cta-icon {
	width: 100px;
	height: 100px;
	display: flex;
	/* Use flex container */
	justify-content: center;
	/* Center content horizontally */
	align-items: center;
	/* Center content vertically */
	border-radius: 50%;
	margin: 0 auto 30px;
	background: #ffc107;

}


/*======================================
Testimonial Slider
=======================================*/
.df-testimonial .et_pb_image_wrap:before {
	position: absolute;
	content: "";
	height: 130px;
	width: 130px;
	background: transparent;
	left: -2px;
	top: -62px;
	border: 2px dashed #000;
	border-radius: 50%;
	animation: rotateClockwise 8s infinite linear;
}

.df-testimonial:after {
	position: absolute;
	content: "\f10e";
	font-family: 'FontAwesome';
	left: -25px;
	top: 35px;
	font-size: 36px;
	background: #Fff;
	line-height: 56px;
	padding: 15px 10px;
	border-radius: 10px;
	transition: all .5s ease;
	color: #000;
}

.df-testimonial:hover:after {
	top: 160px;
}

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow-x: hidden;
	margin: 0;
	padding: 0 0 0px;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
}

.df-testimonial-slider-2nd .slick-arrow,
.df-testimonial-slider-2nd .slick-arrow:hover,
.df-testimonial-slider-2nd .slick-arrow:focus {
	position: absolute;
	font-size: 0;
	line-height: 0;
	padding: 0;
	color: #fff;
	outline: none;
	background: #000;
	border: none;
	cursor: pointer;
	top: 50%;
	z-index: 100;
	height: 50px;
	vertical-align: middle;
	border-radius: 5px;
	width: 50px;
}

.df-testimonial-slider-2nd .slick-prev {
	top: 0px !important;
	left: 70%;
	margin-right: 10px;
}

.df-testimonial-slider-2nd .slick-next {
	top: 0px !important;
	left: 80%;
}

.df-testimonial-slider-2nd .slick-arrow:before {
	font-family: ETmodules;
	color: #fff !important;
	background: #000;
	opacity: 1;
	font-size: 46px;
	vertical-align: middle;
	color: transparent;
	text-align: center;
}

.df-testimonial-slider-2nd .slick-arrow:hover:before {
	opacity: 0.8;
}

.df-testimonial-slider-2nd .slick-prev:before {
	content: '\34';
}

.df-testimonial-slider-2nd .slick-next:before {
	content: '\35';
}

.entry-content ul.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #fff;
	border-radius: 10px;
}

.slick-dots li.slick-active button {
	background-color: #000;
}

@media(max-width: 980px) {
	.df-testimonial-slider-2nd .slick-prev {
		left: -32px;
	}

	.df-testimonial-slider-2nd .slick-next {
		right: -30px;
	}
}

@media(max-width: 499px) {
	.df-testimonial-slider-2nd .slick-prev {
		left: -26px;
	}

	.df-testimonial-slider-2nd .slick-next {
		right: -24px;
	}
}

/*======================================
About Us
=======================================*/
.df-number-counter h4 {
	font-size: 20px !important;
}

.df-number-counter {
	padding: 0 30px;
}

/*================================
  OUR TEAM STYLE ONE
  ================================*/

.df-teams .et_pb_team_member {
	position: relative;
	overflow: hidden;
	margin: 0px;
}

.df-teams .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
	position: absolute;
	bottom: -100px;
	-webkit-transition: all 0.8s;
	margin: 0;
	-ms-transition: all 0.8s;
	transition: all 0.5s;
	display: block;
	width: 100%;
	left: 25%;
	z-index: 1;
}

.df-teams:hover .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
	bottom: 25px;
}

.df-teams .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li {
	margin: 0 5px;
}

.df-teams .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a {
	align-items: center;
	background: #ffc107;
	width: 40px;
	height: 40px;
	color: #000;
	line-height: 40px;
	font-size: 16px;
	border-radius: 50%;
	margin: 0;
	transition: all 0.4s;
	border: 2px solid #000;
}

.df-teams .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}

.df-about-us-title-text h2 {
	font-size: 80px !important;
}

/*===================================
Testimonial
====================================*/
.df-testimonial-2:after {
	position: absolute;
	content: "\f10e";
	font-family: 'FontAwesome';
	left: -25px;
	top: 35px;
	font-size: 36px;
	background: #ffc107;
	line-height: 56px;
	padding: 15px 10px;
	border-radius: 10px;
	transition: all .5s ease;
	color: #000;
}

.df-testimonial-2:hover:after {
	top: 160px;
}

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow-x: hidden;
	margin: 0;
	padding: 0 0 0px;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
}

.df-testimonial-slider-one .slick-arrow,
.df-testimonial-slider-one .slick-arrow:hover,
.df-testimonial-slider-one .slick-arrow:focus {
	position: absolute;
	font-size: 0;
	line-height: 0;
	padding: 0;
	color: #fff;
	outline: none;
	background: #000;
	border: none;
	cursor: pointer;
	top: 60%;
	transform: translateY(-50%);
	z-index: 100;
	height: 50px;
	vertical-align: middle;
	border-radius: 5px;
	width: 50px;
}

.df-testimonial-slider-one .slick-prev {
	left: -50px;
}

.df-testimonial-slider-one .slick-next {
	right: -50px;
}

.df-testimonial-slider-one .slick-arrow:before {
	font-family: ETmodules;
	color: #fff !important;
	background: #000;
	opacity: 1;
	font-size: 46px;
	vertical-align: middle;
	color: transparent;
	text-align: center;
}

.df-testimonial-slider-one .slick-arrow:hover:before {
	opacity: 0.8;
}

.df-testimonial-slider-one .slick-prev:before {
	content: '\34';
}

.df-testimonial-slider-one .slick-next:before {
	content: '\35';
}

.entry-content ul.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #B7B7B7;
	border-radius: 10px;
}

.slick-dots li.slick-active button {
	background-color: #ffc107 !important;
}


@media(max-width: 980px) {
	.df-testimonial-slider-one .slick-prev {
		left: -32px;
	}

	.df-testimonial-slider-one .slick-next {
		right: -30px;
	}
}

@media(max-width: 499px) {
	.df-testimonial-slider-one .slick-prev {
		left: -26px;
	}

	.df-testimonial-slider-one .slick-next {
		right: -24px;
	}
}

/*======================================
Logo Slider
=======================================*/
.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slide {
	float: left;
}


/*======================================
Blogs
=======================================*/

.df-blog-style-1 .et_pb_post .blog_detail {
	display: flex;
	border-radius: 15px;
	flex-direction: column;
	margin: -55px 0px 0;
	position: relative;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 10px 30px #edf2f2;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 999;
}


/*add icon to blog published date meta text*/

.df-blog-style-1 .post-meta .published:before {
	content: "\e023";
	font-family: ETMODULES;
	color: #ffc107;
	font-weight: bold;
	margin-right: 10px;
}

/*add icon to blog category meta text*/

.df-blog-style-1 .post-meta>a:before {
	content: "\e078";
	font-family: ETMODULES;
	color: #ffc107;
	font-weight: bold;
	margin-right: 4px;
}

/*add icon to blog author meta text*/
.df-blog-style-1 .post-meta .author a:before {
	content: "\e08a";
	font-family: ETMODULES;
	color: #ffc107;
	font-weight: bold;
	margin-right: 4px;
}

.df-blog-style-1 .et_pb_post a.more-link {
	text-align: Center;
	background: #ffc107;
	padding: 10px 30px;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.df-blog-style-1 .blog_detail .entry-title:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 90%;
	background: #000;
	top: 48% !important;
	left: 5%;
	border-radius: 5px;
	transition: 500ms;
}

.df-blog-style-1 .blog_detail .entry-title:after {
	position: absolute;
	content: "";
	left: 8%;
	height: 8px;
	width: 30%;
	background: #ffc107;
	top: 47% !important;
	border-radius: 5px;
	transition: 500ms;
}

.df-blog-style-1 .et_pb_post .post-content {
	padding-top: 20px;
}

/*position the blog posts to prepare for moving the meta*/

.df-blog-style-1 article {
	position: relative;
}

/*move the Divi Blog post meta published date up over the image*/

.df-blog-style-1 .et_pb_blog_grid .et_pb_post .post-meta span.published {
	position: absolute;
	top: -255px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	color: #ffc107 !important;
	background: #000;
	padding: 8px 20px;
	border-radius: 50px;
	border: 2px solid #ffc107;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

/* Shine effect on image of blog */
.df-blog-style-1 .et_pb_post .entry-featured-image-url:before,
.df-blog-style-1 .et_pb_post .entry-featured-image-url:after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	transition-duration: 1.4s !important;
	z-index: 3;
}

.df-blog-style-1 .et_pb_post:hover .entry-featured-image-url:before {
	right: 0;
	opacity: 1;
	top: 0;
	height: 0;
	width: 0;
}

.df-blog-style-1 .et_pb_post:hover .entry-featured-image-url:after {
	bottom: 0;
	opacity: .7;
	left: 0;
	height: 0;
	width: 0;
}

.df-blog-style-1 .et_pb_post .entry-featured-image-url:before,
.df-blog-style-1 .et_pb_post .entry-featured-image-url:after {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.df-blog-style-1 .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1);
}

.df-blog-style-1 .et_pb_post .entry-featured-image-url img {
	transform: scale(1.02);
	transition: all 1s;
	overflow: hidden;
}

/*================================
FAQS Section
================================*/
/*======================================
FAQs
=======================================*/
.df-faq-title h3 {
	font-size: 26px !important;
}

.df-faq .et_pb_toggle {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 0px !important;
	cursor: pointer;
	background: #ffffff;
	border: none;
	transition: all 300ms ease;
	border-bottom: 1px solid #ccc;
}

.df-faq .et_pb_toggle .et_pb_toggle_title {
	padding: 25px 75px 25px 30px;
	color: #131313;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	transition: all 300ms ease;
}

.df-faq .et_pb_toggle .et_pb_toggle_title:before {
	content: '\e064';
	display: block !important;
	top: 50%;
	right: 40px;
	color: #ffc107;
	background: #000;
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	line-height: 25px;
	font-weight: 300;
	transition: all 300ms ease 0s;
}

.df-faq .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	color: #000;
	background: #FFF;
	border-radius: 50%;
}

.df-faq .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	position: relative;
	background: #ffc107;
	color: #000;
	border-radius: 10px;
}

.df-faq .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 100%;
	background: #000;
	content: "";
	box-sizing: border-box;
	border-radius: 10px 0px 0 10px;
}

.df-faq .et_pb_toggle .et_pb_toggle_content:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 40px;
	left: auto;
	visibility: visible;
	border: 15px solid transparent;
	border-top: 15px solid #ffc107;
}

.df-faq .et_pb_toggle .et_pb_toggle_content {
	padding: 20px 25px;
}

@media only screen and (max-width : 980px) {
	.df-faq .et_pb_toggle .et_pb_toggle_title {
		font-size: 16px;
		padding: 20px 70px 20px 30px;
	}

	.df-faq .et_pb_toggle .et_pb_toggle_title::before {
		right: 16px;
	}
}

/*==========================================
BLOG FULL WIDTH
============================================*/
/*-----Blog Full width----------*/

.df-full-wdth .et_pb_post {
	background: #000;
	border-radius: 20px;
	padding: 60px;
}

/*blog image aspect ratio square 1:1*/

.df-full-wdth .entry-featured-image-url {
	padding-top: 30%;
	display: block;
}

.df-full-wdth .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/*add icon to blog author meta text*/

.df-full-wdth .post-meta .author a:before {
	content: "\e08a";
	font-family: ETMODULES;
	color: #ffc107 !important;
	font-weight: bold;
	margin-right: 4px;
}



/*add icon to blog category meta text*/

.df-full-wdth .post-meta>a:before {
	content: "\e078";
	font-family: ETMODULES;
	color: #ffc107 !important;
	font-weight: bold;
	margin-right: 4px;
}

/*add icon to blog published date meta text*/

.df-full-wdth .post-meta .published:before {
	content: "\e023";
	font-family: ETMODULES;
	color: #ffc107 !important;
	font-weight: bold;
	margin-right: 4px;
}

.df-full-wdth a.more-link {
	text-align: Center;
	background: #ffc107;
	padding: 10px 30px;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

/*---FULL WIDTH WITH SIDEBAR----*/
/*add media query so changes only affect tablet and desktop*/

@media (min-width: 767px) {

	/*set the image width*/

	.df-full-wdth-2 .entry-featured-image-url {
		width: 30%;
		float: left;
		margin-bottom: 0 !important;
	}

	/*set the details width*/

	.df-full-wdth-2 .entry-title,
	.df-full-wdth-2 .post-meta,
	.df-full-wdth-2 .post-content {
		width: 70%;
		float: left;
		padding-left: 30px;
	}
}


.df-full-wdth-2 .et_pb_post {
	border-radius: 20px;
	padding: 30px;
}

/*====================================
WIDGET SIDEBAR
=====================================*/
.et_pb_widget ul li {
	background-color: #000 !important;
	color: #fff !important;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: left !important;
	transition: .5s ease-out;
}

.et_pb_widget ul li:hover {
	background-color: #ffc107 !important;
	color: #000 !important;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: left !important;
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #fff;
	transition: .5s ease-out;
}

.et_pb_bg_layout_light .et_pb_widget li:hover a {
	color: #000;
}

.et_pb_sidebar_0.et_pb_widget_area h2 {
	color: #fff !important;
}

.et_pb_sidebar_0.et_pb_widget_area h2:first-of-type {
	background: #ffc107;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 24px !important;
	border: 2px solid #000;
}

/*--- For theme builder page ----*/
.df-sidebar h2.wp-block-heading {
	background: #ffc107;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 24px !important;
	border: 2px solid #000;
}

.et_pb_widget .wp-block-search__button {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff !important;
	border-width: 0px !important;
	font-size: 16px;
	font-weight: 700 !important;
	background: #000;


}

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
	padding: 10px 30px;
	height: 50px !important;
	margin: 0;
	line-height: normal !important;
	border: 2px solid #000;
	border-radius: 50px;
	margin-bottom: 15px !important;
}

.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget {
	width: 100%;
	margin-bottom: 10px;
}


/*===================================
Comming Soon Page
====================================*/

.df-comming-soon-title-one h1 {
	line-height: 1 !important;
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	.df-comming-soon-title-one h1 {
		font-size: 100px !important;
		line-height: 1 !important;
	}

	.df-comming-soon-title-two h3 {
		font-size: 30px !important;
	}

	.df-comming-soon-title-three h4 {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 400px) {

	.df-comming-soon-title-one h1 {
		font-size: 60px !important;
		line-height: 1 !important;
	}

	.df-comming-soon-title-two h3 {
		font-size: 22px !important;
	}

	.df-comming-soon-title-three h4 {
		font-size: 16px !important;
	}
}

/*===================================
404 Error Page
====================================*/

@media screen and (min-width: 400px) and (max-width: 768px) {
	.df-404-title-one h1 {
		font-size: 150px !important;
		line-height: 1 !important;
	}

	.df-404-title-two h3 {
		font-size: 30px !important;
	}

	.df-404-title-three h4 {
		font-size: 22px !important;
	}
}

@media screen and (max-width: 400px) {

	.df-404-title-one h1 {
		font-size: 100px !important;
		line-height: 1 !important;
	}

	.df-404-title-two h3 {
		font-size: 22px !important;
	}

	.df-404-title-three h4 {
		font-size: 16px !important;
	}
}