 
#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: 34px;
    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: 100px;
	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: 0px 60px 45px 60px;
	transition: all 500ms ease;
}

.feature-block-three .inner-box:hover{
	transform: translateY(-10px);
}

.feature-block:nth-child(2) .feature-block-three .inner-box{
	background: #fff;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.feature-block:first-child .feature-block-three .inner-box,
.feature-block:last-child .feature-block-three .inner-box{
	padding-bottom: 75px;
}

.feature-block-three .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	border-radius: 50%;
	margin-top: -50px;
	margin-bottom: 22px;
	z-index: 1;
	background: #de2c2c
}

.feature-block-three .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #222;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before{
	transform: scale(1,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; 
}

.feature-block-three .inner-box p a:hover{
	
}

.feature-block-three .inner-box .block-shape{
	position: absolute;
	left: -80px;
	top: -60px;
    width: 528px;
    height: 358px;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1299px){
	.feature-block-three .inner-box .block-shape{
		display: none;
	}

	.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 .icon-box{
		margin-top: 0px;
	  }

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