/* BANNER */

.europe-reseller-banner{
	background: #f7f7f7 url(../img/banner.jpg) no-repeat center;
	background-size: auto 100%;
	color: #000;
}
.europe-reseller-banner-content{
	min-height: 260px;
    padding: 20px 0 20px 0;
}
.europe-reseller-banner-content h1{
	margin-bottom: 12px;
	font-family: "Harabara";
    font-size: 47px;
    color: #cd0767;
}
.europe-reseller-banner-content h3 {
	font-weight: normal;
    font-size: 23px;
}
.europe-reseller-banner .banner-items{
	margin-right: -12px;
	margin-left: -12px;
	padding-top: 16px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 13px;
	color: #575757;
}
.europe-reseller-banner .banner-item{
	width: 50%;
	padding: 0 12px;
	margin-bottom: 12px;
}
.europe-reseller-banner .banner-item img{
	width: 44px;
	height: auto;
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}



@media (min-width: 480px){
    .europe-reseller-banner-content h1 {
        font-size: 42px;
    }
}
@media (min-width: 768px){
	.europe-reseller-banner .banner-items{
		margin: 0;
		padding-top: 19px;
		font-size: 14px;
	}
	.europe-reseller-banner .banner-item{
		width: auto;
		margin-right: 7px;
		margin-left: 7px;
		padding: 0;
	}
	.europe-reseller-banner .banner-item img{
		width: 46px;
	}
}
@media (min-width: 992px){
	.europe-reseller-banner-content h1 {
        font-size: 55px;
    }
    .europe-reseller-banner-content h3 {
        font-size: 25px;
    }
    .europe-reseller-banner .banner-items{
		padding-top: 22px;
		font-size: 15px;
	}
	.europe-reseller-banner .banner-item img{
		width: 48px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-banner-content h1 {
        font-size: 71px;
    }
    .europe-reseller-banner-content h3 {
        font-size: 27px;
    }
    .europe-reseller-banner .banner-items{
		padding-top: 26px;
		font-size: 16px;
	}
	.europe-reseller-banner .banner-item img{
		width: 52px;
	}
}


/* TABLE */

.europe-reseller-table{
	margin-top: 30px;
	font-size: 14px;
}
.europe-reseller-table th, .europe-reseller-table td{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.europe-reseller-table th{
	padding-top: 26px;
	padding-bottom: 16px;
	border-bottom-width: 1px!important;
}
.europe-reseller-table h3{
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.europe-reseller-table tbody td{
	border-bottom: none;
}
.europe-reseller-table tbody tr:not(.bordered) td{
	border-top: none;
}
.europe-reseller-table .dotts{
	border-bottom:none;
	color: #292b2c;
}

.europe-reseller-table tr.bordered td{
	padding: 0;
}

.europe-reseller-table tfoot td{
	padding-top: 1.5rem;
}
.europe-reseller-table tfoot td:not(:first-child){
	padding-right: 5px;
	padding-left: 5px; 
}
.europe-reseller-table tfoot button{
	width: 100%;
	max-width: calc(100% - 10px);
	min-height: 41px;
	display: block;
	margin: 0 auto 10px auto;
	padding: 5px 0;
	box-shadow: none!important;
	border: none;
	border-bottom: 3px solid #870343; 
	border-radius: 3px;
	background-color: #cd0767;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.europe-reseller-table tfoot .big{
	font-weight: bold;
	font-size: 12px;
}
.europe-reseller-table tfoot .small{
	font-weight: bold;
	font-size: 9px;
}

@media (min-width: 768px){
	
}
@media (min-width: 1200px){
	.europe-reseller-table{
		font-size: 16px;
	}
	.europe-reseller-table th, .europe-reseller-table td{
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.europe-reseller-table th[width="120"]{
		width: 135px;
	}
	.europe-reseller-table th:first-child, .europe-reseller-table td:first-child{
		padding-left: 1.5rem;
	}
	.europe-reseller-table h3{
		font-size: 17px;
	}
	.europe-reseller-table tfoot td:not(:first-child){
		padding-right: 10px;
		padding-left: 10px; 
	}
	.europe-reseller-table tfoot button{
		max-width: 100%;
	}
	.europe-reseller-table tfoot .big{
		font-size: 14px;
	}
	.europe-reseller-table tfoot .small{
		font-size: 10px;
	}
}



/* FEATURES */

.europe-reseller-features{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 10px 0;
}
.europe-reseller-features h2.main-title{
	margin-bottom: 5px;
	font-family: "Harabara";
    font-size: 32px;
    color: #cd0767;
}
.europe-reseller-features h3{
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 17px;
	color: #000;
}
.europe-reseller-feature .media{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 96px 0;
}
.europe-reseller-feature h2{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	z-index: 3;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 1.15;
    font-family: "Harabara";
    font-size: 30px;
    color: #4c4c4c;
}
.europe-reseller-feature h2 .colored{
	color: #cd0767;
}
.europe-reseller-feature .media .media-body{
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	position: relative;
}
.europe-reseller-feature .counter{
	width: 100%;
	opacity: 0.06;
	position: absolute;
	z-index: 1;
	top: -33px;
	left: 0;
	text-align: center;
	line-height: 1;
	font-size: 125px;
	color: #000;
}
.europe-reseller-feature .media .media-body p{
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 0!important;
    font-size: 22px;
	color: #000;
}
.europe-reseller-feature .readmore{
	position: relative;
	z-index: 3;
	margin-top: 13px;
	text-align: center;
	font-size: 13px;
}
.europe-reseller-feature .readmore a{
	text-decoration: underline!important;
	text-transform: uppercase;
	font-weight: bold;
	color: #cd0767;
}
.europe-reseller-feature .europe-reseller-feature-img{
	width: 308px;
	height: auto;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 auto 33px auto;
}

.europe-reseller-feature-connector{
	display: none;
	position: relative;
	margin-left: 15%;
    margin-right: 15%;
    padding: 30px;
    margin-top: 30px;
	border-top: 2px dotted #056839;
	/* 27px 190px 35px 190px */
}
.europe-reseller-feature-connector .con{
	height: 26px;
	display: block;
	position: absolute;
	border-left: 2px dotted #056839;
}



.europe-reseller-feature-connector .con-right{
	right: 0;
	bottom: 65px;
}
.europe-reseller-feature-connector .con-left{
	top: 0;
	left: 0;
}

.europe-reseller-feature-connector .con-right-reverse{
	right: 0;
	bottom: 0;
}
.europe-reseller-feature-connector .con-left-reverse{
	top: 65px;
	left: 0;
	transform:rotateX(180deg);
}

.europe-reseller-feature-reverse .europe-reseller-feature-connector .con-right{
	top: 0;
	bottom: auto;
}
.europe-reseller-feature-reverse .europe-reseller-feature-connector .con-left{
	top: auto;
	bottom: 0;
}


.europe-reseller-feature-connector .con:before{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: -5px;
	box-shadow: 0 0 0 3px hsl(145deg 100% 35% / 45%);
	border-radius: 10px;
	background-color: #056839;
}
.europe-reseller-feature-connector .con-left:before,
.europe-reseller-feature-reverse .europe-reseller-feature-connector .con-right:before{
	top: auto;
	bottom: -11px;
}
.europe-reseller-feature-connector .con-right:before,
.europe-reseller-feature-reverse .europe-reseller-feature-connector .con-left:before{
	top: -11px;
	bottom: auto;
}


.europe-reseller-features .carousel-indicators{
	width: 100%;
	top: calc(100% - 48px);
	bottom: auto;
	left: 0;
	margin: 0;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.europe-reseller-features .carousel-indicators li{
	width: auto;
	max-width: none;
	height: auto;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin: 0;
	padding: 5px 3px;
	background: none;
}
.europe-reseller-features .carousel-indicators li:before{
	width: 20px;
	height: 20px;
	display: block;
	position: static;
	border: 1px solid #ddd;
	border-radius: 20px;
	background-color: #f2f2f2;
}
.europe-reseller-features .carousel-indicators li:hover:before, .europe-reseller-features .carousel-indicators li.active:before{
	border-color: #cd0767;
	background-color: #cd0767;
}
.europe-reseller-features .carousel-indicators li:after{
	display: none;
}


.europe-reseller-features .carousel-control-prev,
.europe-reseller-features .carousel-control-next{
	width: auto;
	height: auto;
	z-index: 16;
	top: calc(100% - 48px);
	bottom: auto;
	padding: 10px;
	border: none;
	background: none;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.europe-reseller-features .carousel-control-prev{
	left: -5px;
}
.europe-reseller-features .carousel-control-next{
	right: -5px;
}


@media (max-width: 767px){
	.europe-reseller-feature .media {
		padding: 0;
	}
	.europe-reseller-features .media{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
				flex-direction: column;
	}
	.europe-reseller-feature .media .media-body p{
		text-align: center!important;
	}
	.europe-reseller-features .carousel-inner{
		overflow: visible;
	}
	.europe-reseller-features .carousel-item{
		display: block!important;
    	position: static !important;
    	margin-bottom: 32px;
    	-webkit-transform: translate3d(0, 0, 0) !important;
    	-moz-transform: translate3d(0, 0, 0) !important;
    	-ms-transform: translate3d(0, 0, 0) !important;
    	-o-transform: translate3d(0, 0, 0) !important;
    	transform: translate3d(0, 0, 0) !important;
	}
}

@media (min-width: 768px){
	.europe-reseller-features{
		padding-top: 25px;
		padding-bottom: 38px;
	}
	.europe-reseller-features h2.main-title{
		margin-bottom: 8px;
	    font-size: 48px;
	}
	.europe-reseller-features h3{
		margin-bottom: 26px;
		font-size: 20px;
	}
	.europe-reseller-features .carousel-inner{
		overflow: visible;
	}
	.europe-reseller-features .carousel-item{
		display: block!important;
    	position: static !important;
    	margin-bottom: 32px;
    	-webkit-transform: translate3d(0, 0, 0) !important;
    	-moz-transform: translate3d(0, 0, 0) !important;
    	-ms-transform: translate3d(0, 0, 0) !important;
    	-o-transform: translate3d(0, 0, 0) !important;
    	transform: translate3d(0, 0, 0) !important;
	}
	.europe-reseller-features .carousel-indicators{
		display: none;
	}
	.europe-reseller-feature .media{
		padding: 0;
	}
	.europe-reseller-feature h2{
		margin-bottom: 12px;
		text-align: left;
		font-size: 43px;
	}
	.europe-reseller-feature .counter{
		width: auto;
		top: 50%;
		left: -20px;
		font-size: 210px;
		-webkit-transform: translate(0, -50%) translateZ(0);
		-moz-transform: translate(0, -50%) translateZ(0);
		-ms-transform: translate(0, -50%) translateZ(0);
		-o-transform: translate(0, -50%) translateZ(0);
		transform: translate(0, -50%) translateZ(0);
	}
	.europe-reseller-feature-reverse .counter{
		left: 30px;
	}
	.europe-reseller-feature .readmore{
		margin-top: 16px;
		text-align: left;
		font-size: 14px;
	}
	.europe-reseller-feature .europe-reseller-feature-img{
		width: 343px;
		-ms-flex-negative: 0;
			flex-shrink: 0;
		margin: 0 -27px 0 0;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.europe-reseller-feature-reverse .europe-reseller-feature-img{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 0 0 -27px;
	}
	.europe-reseller-feature-connector{
		display: block;
	}
}
@media (min-width: 992px){
	.europe-reseller-features h2.main-title{
		margin-bottom: 10px;
	    font-size: 56px;
	}
	.europe-reseller-features h3{
		margin-bottom: 43px;
		font-size: 23px;
	}
	.europe-reseller-feature h2{
		margin-bottom: 20px;
		font-size: 46px;
	}
	.europe-reseller-feature .counter{
		font-size: 295px;
	}
	.europe-reseller-feature .readmore{
		margin-top: 19px;
		font-size: 15px;
	}
	.europe-reseller-feature .europe-reseller-feature-img{
		width: 378px;
		margin-right: -32px;
	}
	.europe-reseller-feature-reverse .europe-reseller-feature-img{
		margin-right: 0;
		margin-left: -32px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-features h2.main-title{
		margin-bottom: 12px;
	    font-size: 64px;
	}
	.europe-reseller-features h3{
		margin-bottom: 60px;
		font-size: 26px;
	}
	.europe-reseller-feature h2{
		margin-bottom: 28px;
		font-size: 50px;
	}
	.europe-reseller-feature .counter{
		font-size: 382px;
	}
	.europe-reseller-feature .readmore{
		margin-top: 23px;
		font-size: 16px;
	}
	.europe-reseller-feature .europe-reseller-feature-img{
		width: 413px;
		margin-right: -35px;
	}
	.europe-reseller-feature-reverse .europe-reseller-feature-img{
		margin-right: 0;
		margin-left: -35px;
	}
	
	.europe-reseller-feature-connector{
		    margin-left: 15%;
			margin-right: 15%;
			padding: 30px;
			margin-top: 30px;
	}
}
@media (min-width: 1400px){
	.europe-reseller-feature .europe-reseller-feature-img{
		margin-right: -90px;
	}
	.europe-reseller-feature-reverse .europe-reseller-feature-img{
		margin-right: 0;
		margin-left: -90px;
	}
}



/* PANEL */

.europe-reseller-panel{
	padding: 30px 0 20px 0;
	background-color: #f2f2f2;
	text-align: center;
}
.europe-reseller-panel .wrap{
	width: 100%;
	max-width: 360px;
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	line-height: 29px;
	font-size: 16px;
	color: #454545;
}
.europe-reseller-panel h3{
	margin: 0 0 16px 0;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
.europe-reseller-panel .wrap img{
	margin-bottom: 16px;
}

@media (min-width: 768px){
	.europe-reseller-panel{
		padding-top: 44px;
		padding-bottom: 38px;
	}
	.europe-reseller-panel .wrap{
		margin-bottom: 32px;
	}
}
@media (min-width: 992px){
	.europe-reseller-panel{
		padding-top: 58px;
		padding-bottom: 56px;
	}
	.europe-reseller-panel .wrap{
		margin-bottom: 35px;
	}
	.europe-reseller-panel .wrap img{
		margin-bottom: 22px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-panel{
		padding-top: 73px;
		padding-bottom: 76px;
	}
	.europe-reseller-panel .wrap{
		margin-bottom: 38px;
	}
}




/* SPECIFICATION */

.europe-reseller-spec{
	padding-top: 41px;
	padding-bottom: 3px;
	background-color: #fff;
}
.europe-reseller-spec .card{
	margin: 0 -15px 30px -15px;
	box-shadow: 0 12px 30px 0 rgba(217, 217, 217, 0.25);
	border-color: #d6d6d6;
	border-bottom: none;
	border-radius: 0;
}

.europe-reseller-spec .card-header{
	padding: 0;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	border-radius: none;
	background-color: #fff;
}
.europe-reseller-spec .card-header a{
	padding: 5px 3px 13px 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #cd0767;
	cursor: pointer;
}
.europe-reseller-spec .card-header a.collapsed{
	color: #434343;
}

.europe-reseller-spec .card-header .icon{
	width: 62px;
	height: 62px;
	border-radius: 3px;
	background-color: #cd0767;
	color: #fff;
}
.europe-reseller-spec .card-header a.collapsed .icon-up,
.europe-reseller-spec .card-header a:not(.collapsed) .icon-down{	
	display: none!important;
}

.europe-reseller-spec .collapse{
	border-bottom: 1px solid #d6d6d6;
}
.europe-reseller-spec .card-text{
	padding: 15px 0 14px 8px;
}

.card-item{
	margin-left: -1px;
	padding-top: 19px;
	padding-bottom: 30px;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
.card-item h4{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #cd0767;
}
.card-item p{
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 16px;
}

@media (min-width: 768px){
	.europe-reseller-spec{
		padding-top: 66px;
		padding-bottom: 10px;
	}
	.europe-reseller-spec .card{
		margin-right: 0;
		margin-left: 0;
	}
	.europe-reseller-spec .card-header a{
		padding: 8px 7px 13px 15px;
		font-size: 25px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-spec{
		padding-top: 90px;
	}
	.europe-reseller-spec .card-header a{
		padding: 10px 10px 13px 22px;
		font-size: 28px;
	}
}




/* LOCATIONS */

.europe-reseller-locations{
	padding-top: 15px;
	padding-bottom: 30px;
}
.europe-reseller-locations h2{
	margin: 0 0 20px 0;
	font-family: "Harabara";
	font-size: 38px;
	color: #cd0767;
}
.europe-reseller-locations .items{
	margin-right: -10px;
	margin-left: -10px;
}
.europe-reseller-locations img{
	width: 51px;
	height: auto;
	display: block;
	margin: 0 10px 20px 10px;
}

@media (min-width: 768px){
	.europe-reseller-locations{
		padding-top: 31px;
	}
	.europe-reseller-locations h2{
		margin-bottom: 31px;
		font-size: 48px;
	}
	.europe-reseller-locations img{
		width: 68px;
		margin: 0 13px 26px 13px;
	}
}
@media (min-width: 992px){
	.europe-reseller-locations{
		padding-top: 47px;
		padding-bottom: 37px;
	}
	.europe-reseller-locations .container{
		width: 930px;
	}
	.europe-reseller-locations h2{
		margin-bottom: 42px;
		font-size: 59px;
	}
	.europe-reseller-locations img{
		width: 86px;
		margin: 0 16px 32px 16px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-locations{
		padding-top: 64px;
	}
	.europe-reseller-locations h2{
		margin-bottom: 54px;
		font-size: 70px;
	}
	.europe-reseller-locations img{
		width: auto;
		margin: 0 20px 40px 20px;
	}
}




/* TRY */

.europe-reseller-try{
	padding-top: 34px;
	padding-bottom: 37px;
	background-color: #f7f7f7;
}
.europe-reseller-try .row{
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.europe-reseller-try-content{
	margin-bottom: 18px;
	line-height: 1.5;
	font-weight: 500;
	font-size: 16px;
	color: #454545;
}
.europe-reseller-try h2{
	margin: 0 0 8px 0;
	font-family: "Harabara";
	font-size: 33px;
	color: #cd0767;
}

.europe-reseller-try-button{
	-ms-flex-negative: 0;
		flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
			flex-grow: 0;
	margin-bottom: 18px;
}
.europe-reseller-try .btn-primary{
	width: 220px;
	padding: 15px 0;
	box-shadow: 0 22px 45px 0 rgba(175, 9, 90, 0.4);
	border-color: #cd0767;
	border-radius: 0;
	background-color: #cd0767;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
}
.europe-reseller-try .btn-primary:hover, .europe-reseller-try .btn-primary.hover, 
.europe-reseller-try .btn-primary:active, .europe-reseller-try .btn-primary.active,
.europe-reseller-try .btn-primary:focus, .europe-reseller-try .btn-primary.focus,
.europe-reseller-try .btn-primary:active.hover, .europe-reseller-try .btn-primary:active:hover,
.europe-reseller-try .btn-primary.active.hover, .europe-reseller-try .btn-primary.active:hover,
.europe-reseller-try .btn-primary:active.focus, .europe-reseller-try .btn-primary:active:focus,
.europe-reseller-try .btn-primary.active.focus, .europe-reseller-try .btn-primary.active:focus{
	opacity: 0.9;
   	box-shadow: 0 22px 45px 0 rgba(175, 9, 90, 0.4);
	border-color: #cd0767;
	background-color: #cd0767;
  	color: #fff;
}

@media (max-width: 768px){
	.europe-reseller-try .col{
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
}


@media (min-width: 768px){
	.europe-reseller-try{
		padding-top: 45px;
	}
	.europe-reseller-try h2{
		margin-bottom: 10px;
		font-size: 36px;
	}
	.europe-reseller-try-button{
		padding-left: 0;
	}
}
@media (min-width: 992px){
	.europe-reseller-try{
		padding-top: 56px;
	}
	.europe-reseller-try h2{
		margin-bottom: 12px;
		font-size: 39px;
	}
	.europe-reseller-try-content,
	.europe-reseller-try-button{
		margin-bottom: 32px;
	}
}
@media (min-width: 1200px){
	.europe-reseller-try{
		padding-top: 68px;
	}
	.europe-reseller-try h2{
		margin-bottom: 14px;
		font-size: 42px;
	}
	.europe-reseller-try-content{
		font-size: 19px;
	}
	.europe-reseller-try .btn-primary{
		width: 270px;
		padding: 18px 0;
		font-size: 29px;
	}
}


/* NO WEBSITE */

@media (max-width: 767px){
	.no-website-img{
		margin-bottom: -84px;
	}
}


/* FOOTER */

@media (max-width: 767px){
	.footer{
		padding-top: 108px;
	}
}



#testimonial {
    padding: 40px 0
}

.testimonialsec .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 3.5em;
  position: relative;
  padding-bottom: 15px;
  color:#333;
}

.testimonialsec .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #00b24a;
  bottom: 0;
  left: calc(50% - 25px);
}

.testimonial--slider .owl-controls {
    margin-bottom: 50px
}

.testimonial--slider .owl-controls .owl-pagination {
    font-size: 0;
    line-height: 0;
    text-align: center
}

.testimonial--slider .owl-controls .owl-page {
    display: inline-block;
    max-width: 100px;
    margin: 0 5px;
    opacity: .5;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: opacity .25s ease-in-out
}

.testimonial--slider .owl-controls .owl-page.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.testimonial--slider .owl-controls .owl-page img {
    display: block;
    max-width: 100%;
    border-radius: 50%
}

.testimonial--content {
    color: #303030;
    text-align: center
}

.testimonial--content blockquote {
    margin-top: -6px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300
}

.testimonial-citation {
    margin-top: 30px
}


.section--title {
    margin-bottom: 60px;
    text-align: center;
}

#pricing {
    padding: 0px 0
}

.pricing--wrapper {
    padding-top: 45px;
    overflow: hidden
}

.pricing--slider-nav {
    position: relative;
    margin-bottom: 40px;
    font-family: Oswald, sans-serif;
    z-index: 0
}

.pricing--slider-nav ul>li {
	position: relative;
    float: left;
    width: 20%;
    padding: 15px 0 15px;
    color: #303030;
    background-color: #f0f0f0;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #e9e9e9;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: color .25s ease, border-color .25s ease, background-color .25s ease-in-out;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease-in-out;
    cursor: pointer
}

.pricing--slider-nav ul>li:last-child {
    border-width: 1px
}

.pricing--slider-nav ul>li.active,
.pricing--slider-nav ul>li:hover {
    color: #fff;
    background-color: #056839;
    border-color: #056839
}

.pricing--slider-nav ul>li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #056839 transparent transparent;
    -webkit-transition: bottom .25s ease-in-out;
    transition: bottom .25s ease-in-out;
    z-index: -1
}

.pricing--slider-nav ul>li.active:after,
.pricing--slider-nav ul>li:hover:after {
    bottom: -15px
}

.pricing--slider-item {
    padding-top: 45px
}

.pricing-item {
    padding: 20px;
    background-color: #f0f0f0;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    text-align: center;
    z-index: 0;
	margin-bottom:83px;
}

.pricing-item.popular,
.pricing-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

.pricing-item:hover {
    z-index: 2
}

.pricing-item:last-child {
    border-right: none
}

.pricing-item.popular {
    margin-top: -45px;
    color: #fff;
    background-color: #00b24b;
    border-color: #00b24b;
	margin-bottom:25px;
}

.price-details--item.head .content li,
.pricing--popular-tag {
    background-color: #fff;
    font-family: Oswald, sans-serif
}

.pricing--popular-tag {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    color: #00b24b;
    font-size: 30px;
    line-height: 44px
}

.pricing-header h2 {
    margin: -4px 0 0;
    color: #303030;
    font-size: 36px;
    line-height: 40px
}

.pricing-item.popular .pricing-header h2 {
    color: #fff
}

.pricing-body {
    padding-left: 15px;
    padding-right: 15px
}

.pricing-body h3 {
    margin: 0;
    padding: 9px 0 7px;
    color: #303030;
    font-size: 16px;
    line-height: 20px
}

.pricing-item.popular .pricing-body h3 {
    color: #fff
}

.pricing-body h3 strong {
    display: block;
    margin-top: 5px;
    color: #00b24b;
    font-size: 30px;
    line-height: 56px
}

.price-details--item.body .content li strong,
.price-details--table tbody td strong {
    display: none
}

.pricing-item.popular .pricing-body h3 strong {
    color: #fff
}

.pricing-footer {
    margin-top: 26px
}

.pricing-footer .btn-default {
    color: #303030;
    border-color: #303030;
	font-family:'Oswald';
}

.pricing-item.popular .pricing-footer .btn-default {
    color: #fff;
    border-color: #fff
}

.price--details {
    padding: 80px 0
}

.price-details--item .heading {
    color: #303030;
    min-height: 74px;
    padding: 20px 0;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center
}

.price-details--item.body .content,
.price-details--item.head .content {
    border-top: 1px solid #e9e9e9
}

.price-details--item.body .content ul,
.price-details--item.head .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.price-details--item.head .content li {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pricing--slider-nav ul>li.active:after, .pricing--slider-nav ul>li:hover:after {
    bottom: -15px;
}

.pricing--slider-nav ul>li:after, .vps-pricing--slider .ui-slider-handle:before {
    border-top-color: #056839;
}

.pricing--slider-nav ul>li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #056839 transparent transparent;
    -webkit-transition: bottom .25s ease-in-out;
    transition: bottom .25s ease-in-out;
    z-index: -1;
}

.price-details--item.body:last-child .heading,
.vps-pricing--feature {
    border-right: 1px solid #e9e9e9
}

.price-details--item.head .content li:nth-child(even) {
    background-color: #f8f8f8
}

.price-details--item.body .heading {
    margin-left: -1px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9
}

.price-details--item.body .content li {
    border: 0;
    padding: 10px 20px;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    overflow: hidden
}

.price-details--item.body .content li:nth-child(even) {
    background-color: #f8f8f8
}

.price-details--item.body .content .action-btn {
    padding: 20px 0;
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e9e9e9;
    text-align: center
}

.price-details--item.body:nth-child(2) .content .action-btn {
    border-left: 1px solid #e9e9e9
}

.price-details--item .btn-default {
    color: #303030;
    border-color: #303030
}

.price-details--table table {
    width: 100%;
    background-color: #fff;
    text-align: center
}

.price-details--table.text-left table {
    text-align: left
}

.price-details--table table th {
    text-align: center
}

.price-details--table.text-left table th {
    text-align: left
}

.price-details--table thead {
    color: #fff;
    background-color: #303030;
    font-family: Oswald, sans-serif
}

.price-details--table thead th {
    padding: 15px
}

.price-details--table tbody {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9
}

.price-details--table tbody tr {
    border-bottom: 1px dotted #e9e9e9
}

.price-details--table tbody tr:last-child {
    border-bottom: none
}

.price-details--table tbody td {
    padding: 20px 15px
}

.price-details--table tbody td:first-child {
    font-family: Oswald, sans-serif;
    font-weight: 700
}

.price-details--table tbody td .btn-default {
    min-width: 106px;
    color: #303030;
    border-color: #303030
}


@media (max-width: 420px){
	.pricing-item.popular {    
	margin-top: 15px;
    margin-bottom: 35px;
}

.pricing--slider-nav ul>li{
	font-size:15px;
}

.pricing--slider-item{
	padding-top:15px;
}

	.pricing-item {    
    margin-bottom: 35px;
}
}



#vpsPricing {
    padding: 218px 0 150px
}

#vpsPricing .section--title h2 {
    color: #fff
}

.vps-pricing--slider-holder {
    position: relative;
    padding: 40px 60px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px
}

.vps-pricing--slider-holder .pips {
    position: absolute;
    left: 60px;
    right: 60px;
    height: 10px;
    overflow: hidden
}

.vps-pricing--slider-holder .pip {
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2
}

.vps-pricing--slider-holder .pip:first-child {
    margin-left: -5px
}

.vps-pricing--slider {
    height: 10px;
    background-color: #303030;
    border: none;
    border-radius: 20px;
    cursor: pointer
}

.vps-pricing--slider .ui-slider-range {
    background-color: #303030;
    border-radius: 20px
}

.vps-pricing--slider .ui-slider-handle {
    position: relative;
    left: 33.3333%;
    top: -9px;
    width: auto;
    height: auto;
    margin-left: -7px;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer
}

.vps-pricing--slider .ui-slider-handle:before {
    content: " ";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    top: -30px;
    border-width: 10px 10px 0;
    border-color: #00b24b transparent transparent
}

.vps-pricing--slider .ui-slider-handle i.fa {
    position: relative;
    color: #00b24b;
    font-size: 24px;
    line-height: 26px;
    z-index: 0
}

.vps-pricing--slider .fa-map-marker:after {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 11px;
    height: 11px;
    margin: -2px 0 0 -3px;
    background-color: #fff;
    z-index: -1
}

.vps-pricing--slider .ui-slider-handle i.fa-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin: -2px 0 0 -3px;
    background-color: #fff;
    border-radius: 50%
}

.vps-pricing--slider .ui-slider-handle em {
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    padding: 8px 0;
    color: #fff;
    background-color: #00b24b;
    border-radius: 50px;
    font-style: normal;
    text-align: center
}

.vps-pricing--features {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px
}

.vps-pricing--feature {
    padding-top: 20px;
    padding-bottom: 18px;
    color: #303030
}

.vps-pricing--features>.row>div:nth-last-child(2) {
    border-right: none
}

.vps-pricing--feature i.fa {
    display: block;
    float: left;
    height: 100%;
    margin-left: 18px;
    color: #00b24b;
    font-size: 40px;
    line-height: 44px
}

.vps-pricing--feature-name,
.vps-pricing--feature-value {
    display: block;
    margin-left: 75px
}

.vps-pricing--feature-name {
    font-family: Oswald, sans-serif;
    font-weight: 400
}

.vps-pricing--action-btn {
    margin-top: 20px;
    text-align: right
}

.vps-pricing--action-btn .btn-default {
    margin-right: 15px;
    color: #303030;
    background-color: transparent;
    border-color: #303030
}

.btn-default,
a.btn-default {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-transition: color .25s ease, border-color .25s ease;
    transition: color .25s ease, border-color .25s ease;
    outline: 0
}

.btn-default.hover:hover,
a.btn-default.hover:hover {
    color: #056839;
    border-color: #056839
}

.bg--overlay:before,
.counter--num:before,
.ds--form-ext label span:before,
.features--item.dot:after,
.features--item.dot:before,
.page-header--title h2:before,
.pricing--slider-nav ul>li:after,
.section--title h2:before,
.vps-pricing--slider .fa-map-marker:after,
.vps-pricing--slider .ui-slider-handle i.fa-circle:after {
	content: " "
}


.reset-gutter>[class*=col-],
.reset-padding {
	padding-right: 0;
	padding-left: 0
}

