 
#contactButton {
    position: relative; 
    z-index: 1000;
}

#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}

#contactButton .ctb {
    position: relative; 
    z-index: 1000;
    text-align: center;
}

#contactButton .ctb,
#contactButton .panel {
    border-radius: 5px 5px 0 0;
}

#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}

.supporter-avatar {
    width: 40px;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin-right: 7px;
} 
.request-btn{
	position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 34px;
    margin-top: 5px;
    border: 1px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
}
.request-btn:hover {
    border-color: #fd5d14;
    background-color: #fd5d14;
}
 
#syncsupporter .card {
	margin: 0 10px;
}
#syncsupporter .carousel-item{
	background:#fff;
}
#syncsupporter .position {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #9C9EA6;
}
#syncsupporter .owl-nav {
    width: 110px;
    top: 84.3%;
    right: 121.7%;
}
#syncsupporter .card-text, #syncsupporter .card-text a{
	color: #6c757d;
    text-decoration: none;
    font-size: 15px;
}
#syncsupporter figure.image-box{
	position: relative;
	overflow: hidden;
	margin: 0;
}
#syncsupporter figure.image-box img{
	transition: all 500ms ease;
}
#syncsupporter figure.image-box:hover img{
	transform: scale(1.05);
}
#syncsupporter figure.image-box span {
    position: absolute;
    display: inline-block;
    right: -27px;
    bottom: 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #272727;
    background: #fff;
    transform: rotate(-90deg);
    padding: 5.5px 10px;
    width: 82px;
    height: 29px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}

@media (max-width: 767px) {
		#syncsupporter .carousel-inner .carousel-item > div {
			display: none;
		}
		#syncsupporter .carousel-inner .carousel-item > div:first-child {
			display: block;
			margin: 0 auto;
		}
	}

	#syncsupporter .carousel-inner .carousel-item.active,
	#syncsupporter .carousel-inner .carousel-item-next,
	#syncsupporter .carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		#syncsupporter .carousel-inner .carousel-item-end.active,
		#syncsupporter .carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		#syncsupporter .carousel-inner .carousel-item-start.active, 
		#syncsupporter .carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	#syncsupporter .carousel-inner .carousel-item-end,
	#syncsupporter .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
 
/** feature-style-three **/

.feature-style-three{
	padding-top: 40px;
	position: relative; 
}

.feature-style-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 530px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.feature-block-three .inner-box{
	position: relative;
	display: block;
	padding: 30px;
	transition: all 500ms ease;
	box-shadow: 0px 0px 20px rgb(0 112 185 / 15%) !important;
}
.feature-block-three .meta-box .item--icon {
    overflow: hidden;
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    background-color: rgb(250 67 24 / 20%);
    color: #fa4318;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
 
.feature-block-three .inner-box:hover .icon-right-from-Left i{
	-webkit-animation: toRightFromLeft .3s linear 1;
    -khtml-animation: toRightFromLeft .3s linear 1;
    -moz-animation: toRightFromLeft .3s linear 1;
    -ms-animation: toRightFromLeft .3s linear 1;
    -o-animation: toRightFromLeft .3s linear 1;
    animation: toRightFromLeft .3s linear 1;
}
.feature-block-three .inner-box:hover .icon-shakeThatBooty i{
	animation: play0 1.5s ease infinite;
}
.feature-block-three .inner-box:hover .icon-Scale-Delay i{
	 -webkit-animation: ct-cubeGridScaleDelay .9s linear 1;
    -khtml-animation: ct-cubeGridScaleDelay .9s linear 1;
    -moz-animation: ct-cubeGridScaleDelay .9s linear 1;
    -ms-animation: ct-cubeGridScaleDelay .9s linear 1;
    -o-animation: ct-cubeGridScaleDelay .9s linear 1;
    animation: ct-cubeGridScaleDelay .9s linear 1;
}
@-webkit-keyframes toRightFromLeft{49%{-webkit-transform:translate(100%)}50%{opacity:0;-webkit-transform:translate(-100%)}51%{opacity:1}}@-moz-keyframes toRightFromLeft{49%{-moz-transform:translate(100%)}50%{opacity:0;-moz-transform:translate(-100%)}51%{opacity:1}}@keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%)}51%{opacity:1}}

@-webkit-keyframes ct-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes ct-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}

.feature-block-three .inner-box h3{
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
}

.feature-block-three .inner-box h3 a{
	display: block;
	color: #222;
} 

.feature-block-three .inner-box p a{
	color: #6E6E6E; 
}
 
@media only screen and (max-width: 1299px){
	 
	.feature-block-three .inner-box{
		background: #fff;
		box-shadow: 0px 20px 80px rgb(0 0 0 / 10%);
		border-radius: 10px;
		padding: 0px 30px 45px 30px !important;
	}

}
@media only screen and (max-width: 991px){ 

	  .feature-block-three .inner-box{
		padding-top: 50px !important; 
	  }
}