/*---------------------------------------------------
JQUERY FATEPICKER
----------------------------------------------------*/

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover .ui-icon {
    color: #FC624D !important;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
    font-size: 14px !important;
    transition: .4s;
    top: 50%;
    transform: translatey(-4px);
}

div#ui-datepicker-div {
    border: blanchedalmond;
    width: 239px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0 10px;
}

.ui-datepicker-header.ui-widget-header {
    background-color: #EFF0F4 !important;
    border-bottom: none !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today,
td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    background-color: #EFF0F4 !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a.ui-state-highlight {
    border: none;
}

td a.ui-state-default {
    font-size: 11px;
}

a.ui-state-default.ui-state-hover {
    background-color: transparent !important;
}

.ui-datepicker-calendar tbody td:hover {
    background: #EFF0F4;
}

.ui-datepicker th {
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-header .ui-icon:before {
    margin-bottom: 6px;
    display: block;
}

.ui-datepicker table {
    margin-bottom: 0 !important;
    border-top: none !important;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0px !important;
    overflow: hidden;
    border: 0px !important;
}

table.ui-datepicker-calendar tr:first-child {
    border-top: none !important;
}

.ui-widget-content tr {
    height: 35px !important;
}


/*---------------------------------------------------
Elementor Css
----------------------------------------------------*/

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: unset;
}

/* video button */
.elementor-custom-embed-play i.eicon-play:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

div.elementor-custom-embed-play i {
    font-size: 14px;
}

.elementor-custom-embed-play {
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-wrapper.elementor-open-lightbox {
    position: relative;
}

.elementor-wrapper.elementor-open-lightbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    border-radius: 10px;
    z-index: 1;
    opacity: 0.2;
}

.elementor-custom-embed-play {
    z-index: 2;
}


/* Video Butoon Animation  */
.elementor-open-lightbox {
    z-index: 99;
}

.elementor-custom-embed-play:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.elementor-icon {
    display: inline-flex !important;
}

.elementor-widget-text-editor .elementor-drop-cap {
    line-height: 0;
}

/* graditent text */
.fbth-addons-feature-icon.icon-type-text .gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Contact Form 4 Button Css*/

.custom_design_contact4 {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: -0.16px;
    position: relative;
    background: #FFBB38 !important;
    z-index: 1 !important;
}

.custom_design_contact4:after {
    background: #111111;
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: -2;
    transition: all .5s ease;
}
.custom_design_contact4.contact_04copy:after {
	border-radius: 40px;
}
.custom_design_contact4:before {
    background: #FFBB38;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.custom_design_contact4.contact_04copy:before {
    background: #F9D783;
	border-radius: 40px;
}

.custom_design_contact4:hover:after {
    left: 0;
    top: 0;
}

.custom_design_contact4:hover {
    color: #111111 !important;
}



/*Page Button hover css */
.fbth-addons-btn span.icon-after.btn-icon {
    transform: translate(0px, 0px);
}

.fbth-addons-btn:hover span.icon-after.btn-icon {
    transform: translate(10px, -5px);
}


/*Isotope Nav menu style*/
.pf-isotope-nav li {
    background-color: transparent;
    border-radius: 40px;
}
.pf-isotope-nav li:hover, 
.pf-isotope-nav li.active{
    background-color: #F9D783;
    color: #191919 !important;
}


/*Portfolio Thumbnail Hover Effect*/
.redtheme-portfolio-thumbnail {
    overflow: hidden;
	z-index: 1;
}
.redtheme-portfolio-thumbnail:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 25%, #f9d783 50%, #f94d1c 75%, #0e1021 100%);
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 25%, #f9d783 50%, #f94d1c 75%, #0e1021 100%);
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
    background-size: 400% 400%;
    background-repeat: no-repeat;
}

.redtheme-portfolio-thumbnail:hover:before {
    background-position: 100% 100%;
    opacity: .8;
    visibility: visible;
}

.portfolio-btn a {
    font-weight: 600;
	font-size: 16px;
}
.portfolio-btn a:hover{
	color: #0a58ca;
}
.portfolio-btn a:hover svg path {
    stroke: #0a58ca;
}


/*Service 3 Image padding*/
.redtheme-portfolio-item.style-three .redtheme-portfolio-thumbnail {
    margin-bottom: 20px;
}




/*Home page 2 hero shape css*/
.landing_page_hero_section_shape{
	clip-path: polygon(0 0, 100% 0, 100% 81%, 75% 86%, 25% 95%, 0 100%);
}




/*Hero Animation css*/
.hero_animation1{
	animation: hero1_circle 4s linear infinite;
}
@keyframes hero1_circle{
	to{
		transform: rotate(360deg);
	}
}


.hero_animation2{
	animation: hero2_circle 4s linear infinite;
	transform: translate(-20px, 0px);
}
@keyframes hero2_circle{
	50%{
		transform: translate(2px, 0px);	
	}
}

.hero_animation3{
	animation: hero3_circle 6s linear infinite;
	transform: translate(0px, 20px);
}
@keyframes hero3_circle{
	50%{
		transform: translate(0px, -10px);	
	}
}







/*Custom Media Query Start*/


/*Tablet Devise 1200*/
@media (max-width: 1200px){
	
	.service-widget-wrap {
		margin-bottom: 30px;
	}
	
}


/*Small Devise 767*/
@media (max-width: 767px){
	
	ul.elementor-icon-list-items.elementor-inline-items{
		justify-content: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .testimonial-content {
		text-align: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .fbth-testimoial-name-pos {
		margin: 0 auto;
		text-align: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .fbth-testimonial__position {
		width: 100%;
	}
.fbth-testimonial-slider-arrow {
    bottom: -20px !important;
    top: auto;
    transform: translate(-50%, 0px);
    left: 50%;
    width: 100px;
    height: auto;
	display: flex;
}
.fbth-testimonial-slider-arrow button {
    height: 20px;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list{
		bottom: 0;
	    transform: translate(-50%, 40px);
}
	.blog-slider-dot-list{
		padding-left: 0;
	}	
.contact_form_style_5 input[type="email"] {
    text-align: center;
}
.fbth-testimonial-one .rating_area {
    text-align: center;
}	
	
	
	
	
	
}










