/* Project Name: RepUp
   Created By : surendra
   File Name : style.css
   Please do not edit it */


/********** Normilazation *********/

*{
	margin:0;
	padding:0;
   /*	transition:all .5s ease-in-out; 
   	-o-transition:all .5s ease-in-out; 
   	-moz-transition:all .5s ease-in-out; 
   	-webkit-transition:all .5s ease-in-out;*/
}

/**
 * Remove default margin.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

:focus {outline:none;} ::-moz-focus-inner {border:0;}
 
[hidden],
template {
  display: none;
}
li{
	list-style:none;
}

a {
  background: transparent;
  color:#a0a5a7;
  text-decoration:none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}


h1, h2, h3, h4, h5, h6{
	font-size: 100%;
    font-weight: 600;
	color:#ffffff;
	margin-bottom:10px;
	font-family: 'Dosis', sans-serif;
	line-height:1.3em;
}

p, td{
	line-height:1.3em;
	margin:0 0 1.2em 0;
	font-size: 100%;
    font-weight: normal;
	font-size:28px;
	
}
h2{
	font-size:40px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /*max-width:100%;*/
  vertical-align:middle;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align:left;
}

.clear{
	clear:both;
}
.no-border { 
	border: 0; 
}
.no-top-border { 
	border-top: none !important; 
}
.no-left-border { 
	border-left: none !important; 
}
.no-right-border { 
	border-right: none !important;  
}
.no-bottom-border { 
	border-bottom: none !important;  
}
.top-border { 
	border-top: 1px solid; 
}
.left-border { 
	border-left: 1px solid; 
}
.right-border { 
	border-right: 1px solid; 
}
.bottom-border { 
	border-bottom: 1px solid; 
}
.no-padding { 
	padding: 0 !important; 
}
.no-margin { 
	margin: 0 !important; 
}
.no-margin-left{
	margin-left: 0 !important; 
}
.no-margin-right{
	margin-right: 0 !important; 
}
.no-margin-top{
	margin-top: 0 !important; 
}
.no-margin-bottom{
	margin-bottom: 0 !important; 
}

.pull_left{
	float:left;
}

.pull_right{
	float:right;
}
.align_justify{
	text-align:justify !important;
}
.align_right{
	padding-right:10px !important;
	text-align:right !important;
}
.align_left{
	padding-left:10px !important;
	text-align:left !important;
}
.align_center{
	text-align:center !important;
}
.strong_font{
	font-weight:bold;
}
.small_font{
	font-size:11px;
}
.v-top{
	vertical-align:top;
}
.hide{
	display:none;
}

a.readmore{
	color:#00a5a2;
	display:inline-block;
	font-family: 'Cantarell', sans-serif;
	vertical-align:middle;
	font-size:13px;
	text-decoration:none;
}
a.readmore:hover{
	text-decoration:underline;
}

html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; 
  height:100%;
}

body{
	font-family: 'Cantarell', sans-serif;
	font-size:18px;
	line-height:1.3em;
	color:#a0a5a7;
	position:relative;
	background:#fff;
	height:100%;
}

#wrapper{
	padding:0;
	display:block;
	clear:both;	
	position:relative;
	margin:0 auto;
    width: 100%;
	min-height:100%;
	overflow:hidden;
}


.container{
	width:1165px;
	margin:0 auto;
	position:relative;
}



/***********Cover Page*********/
.banner-section{
	position:relative;
	width:100%;
	background-image:url(../img/top-section-img.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	/*
	background-image:url(../img/top-banner.jpg);
	background-position:0 0;
	background-size:cover;
	background-repeat:no-repeat;*/
}

#scroll-down{
	position:relative;
}
.cover-img{
	width:100%;
	height:100%;
	background-image:url(../img/top-section-img.jpg);
	background-position:0 0;
	background-size:cover;
	background-repeat:no-repeat;
}
.scroll-down{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
}
.scroll-down a{
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	font-size:18px;
	color:#6c8296;
}

/*  By Shashank*/
.inner-section .app_img{
    width: 32%;
    margin-top: -2%;
    height: auto;
}

/* CSS END*/

.d-arrow{
    display:block;
	margin:0 auto;
    height: 17px;
    width: 18px;
	background:url(../img/scroll-down.png) no-repeat top center;
}
.logo a{
	display:block;
	width:123px;
}
.logo-slogan{
	position:absolute;	
	left:50%;
	top:50%;
	height:auto;
	text-align:center;
	width:400px;
	margin-left:-200px;

}
.logo-top{	
	margin:0 auto;
	height:auto;
}
.logo-top img{
	max-width:80%;
}
.slogan{
	margin-top:10px;
	color:#a0a5a7;
	font-weight:300;
	letter-spacing:2px;
	font-family: 'Ek Mukta', sans-serif;
}
/***********Slider************/
.slider-nav{
	position:relative;
	color:#ffffff;
	font-family: 'Dosis', sans-serif;
}
.slider{
	position:relative;
	z-index:0;
}
.slider img{
	width:100%;
	height:auto;
}
.banner-text{
	width:100%;
	position:absolute;
	bottom:20%;
}
.banner-text .inner-section{
	width:50%;
}
.banner-text h2{
	font-weight:400;
	font-size:40px;
}
.banner-text p{
	font-size:28px;
	margin-bottom:20px;
	font-family: 'Cantarell', sans-serif;
}

@media only screen and (min-width:640px){

.banner-text p{
	font-weight:bold;
	/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: .25px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white;
  
  text-shadow:
    1px 1px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
	font-size:28px;
	margin-bottom:20px;
	font-family: 'Cantarell', sans-serif;
}

}

.try-it{
	border-radius:5px;
	font-size:27px;
	color:#2f2f2f;
	text-transform:uppercase;
	background:#fec319;
	padding:20px 20px;
	display:inline-block;
	font-weight:700;
}
.try-it:hover{
	background:#f5821f;
}


/*Header*/
#header{
	padding:2% 0;
}
.header{
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	background:#ffffff;
	position:relative;
	z-index:9999;
	width:100%;
	position:fixed;
}
/*body.fixed{
	padding-top:170px;
}*/
.header.fixed {
    position: fixed;
    top:0; 
	left:0;
    width: 100%; 
	/*padding:1% 0 !important;*/
	z-index:9999;
}

body.home #header{
	width:100%;
	position:absolute;
	padding:4% 0;
	left:0;
	top:0;
	z-index:9999;
}
body.home #header.fixed{
	padding:2% 0;
	background: rgba(0,0,0,1);
	position:fixed;
}

/*Top Menus*/
.main-nav li{
	float:left;
	display:block;
	margin-right:20px;
	position:relative;
}
.main-nav li.last{
	margin-right:0;
}
.main-nav li a{
	color:#6c8296;
	font-size:18px;
	display:block;
    padding: 10px 0px;
	font-family: 'Dosis', sans-serif;
}
body.home .main-nav li a{
	color:#ffffff;
}
.main-nav li:hover > a, body.home .main-nav li:hover > a, .main-nav li.active > a, body.home .main-nav li.active > a{
	color:#f4811f;
}
.main-nav nav li a{
	text-transform:uppercase;
}

/*Multilevel Dropdown*/
.menu-icon{
	display:none;
}
.main-nav li li{
	display:block;
	float:none;
	margin:0;
}
.main-nav li li a, body.home .main-nav li li a{
	color:#a0a5a7;
	text-transform:none;
	font-size:18px;
    font-family: 'Cantarell', sans-serif;
	padding:0px 18px 18px;
}
.main-nav li ul{
	display:none;
	position:absolute;
	min-width:200px;
	background:#ffffff;
	z-index:99;
	border:1px solid #d3d4d4;
	border-radius:5px;
	padding-top:18px;
}
.main-nav li ul:before{
	display: block;
    content: '';
    top: -7px;
    background: url(https://repupfeedback.com/img/top-arrow.png) center center no-repeat;
    position: absolute;
    width: 17px;
    height: 7px;
    left: 5%;
}
.main-nav li:hover > ul{
	display:block;
	left:0;
}
.main-nav li ul.hide{
	display:none;
}
.main-nav li li:hover > ul{
	display:block;
	left:100%;
	top:0;
}
.main-nav li ul li:hover > a, .main-nav li ul li.active > a{
	color:#f4811f !important;
}
.main-nav li.parent a .arrow{
	position:absolute;
	right:10px;
}

/*Login top*/
.login-section{
	margin-left:30px;
}
.login-section li{
	border:1px solid #6c8296;
    border-radius: 2px;
	margin-right:10px;
}
body.home .login-section li{
	border-color:#fff;
}
.login-section li.last{
	margin-right:0;
}
.login-section li a{
	padding:10px 10px;
}

.login-section li:hover, .login-section li.active, body.home .login-section li:hover{
	border-color:#f4811f;
}
.login-section li.active a{
	background:#f4811f;
	color:#ffffff;
}
.login-section li.active:hover a, .login-section li:hover a{
	background:#f4811f;
	color:#fff;
}
body.home .login-section li.active a	{
	background:#fec319;
	color:#2f2f2f;
}

body.home .login-section li:hover a	{
	color:#fff;
}
body.home .login-section li.active:hover a	{
	background:#f4811f;
}
body.home .login-section li.active{
	border-color:#fec319;
}
body.home .login-section li.active:hover{
	border-color:#f4811f;
}

/*Feedback*/
.feedback{
	background:#6c8296;
	text-align:center;
	padding-top:7.5%;
}
.feedback h2, .services h2{
	font-weight:500;
}
.feedback p, .services p{
	margin-top:30px;
	margin-bottom:40px;
	font-size:28px;
	color:#ffffff;
}
.feedback img{
	top:8px;
	position:relative;
}

/*services*/
.services {
	padding:7.5% 0;
	text-align:center;
}
.services h2{
	color:#6c8296;
}
.services p{
	color:#a0a5a7;
	font-weight:500;
}
.services-list ul{
	overflow:hidden;
	padding-top:20px;
}
.services-list li{
	float:left;
	width:30%;
	margin-left:3%;
}
.top-service li:nth-child(3n+1){
	margin-left:0;
}
.top-service li .icons{
	display: inline-block;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
}
.services-list li h3{
	color:#f4811f;
	font-size:24px;
	font-weight:500;	
	margin-top:25px;
}
.services-list li p{
	color:#a0a5a7;
	margin-top:15px;
	font-size:18px;	
}

.features-list li{
	width:22.7%;
	min-height:285px;
	margin-bottom:20px;
}
.features-list li:nth-child(4n+1){
	margin-left:0;
}

/*our-work*/
.our-work{
	padding-top:7.5%;
	background:#f9f9f9;
	text-align:center;
}
.our-work h2{
	color:#6c8296;
	font-weight:500;
}
.border-p{
	display:inline-block;
	position:relative;
	color:#a0a5a7;
}
.our-work .border-p:before, .our-work .border-p:after{
	background:url(../img/heading-border.png) repeat-x;
	content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.our-work .border-p:before{
    left: -105%;
}
.our-work .border-p:after{
    right: -105%;
}
.features .services-list .icons, .customer-feedbacks .services-list .icons{
	height:80px;
	line-height:80px;
	vertical-align:middle;
	display:inline-block;
}

.work-list li{
	width:100%;
	position:relative;
	min-height:370px;
}
.work-list li.orange{
	background:#f5821f;
}
.work-content{
    padding-top: 4%;
    position: absolute;
    text-align: left;
    width: 30%;
}
.work-image{
	width:70%;
	position:absolute;
}
.work-list li:nth-child(odd) .work-content{
	float: left;
    left: -5%;
}
.work-list li:nth-child(odd) .work-image{
	float: right;
    right: -5%;
}
.work-list li:nth-child(even) .work-content{
	float: right;
    right: -2.5%;
}
.work-list li:nth-child(even) .work-content p, .work-list li:nth-child(even) .work-content h3{
	color:#2f2f2f;
}
.work-list li:nth-child(even) .work-image{
	float: left;
    left: -10%;
}


.work-content .icons{
	margin-bottom:20px;
}
.work-content p{
	font-size:24px;
	color:#ffffff;
}
.work-content h3{
	font-size:30px;
	color:#ffffff;
}


/*.work-content{
	width:30%;
	position:absolute;
	text-align:left;
}
.work-image{
	position:absolute;
	width:70%;
}

.work-list li:nth-child(odd) .work-content, .work-list li:nth-child(even) .work-image{
	left:0;
	float:left;
}
.work-list li:nth-child(even) .work-content, .work-list li:nth-child(odd) .work-image{
	right:0;
	float:right;
}*/

.work-list li.yellow{
	background:#fec319;
}
.work-list li.gray{
	background:#6c8296;
}

/**********Footer**********/
#footer{
	background:#6c8296;
	padding-top:70px;
	padding-bottom:50px;
}
.footer-nav > ul, .copyright{
	overflow:hidden;
}
.footer-nav > ul > li{
	float:left;
	margin-left:6%;
}
.footer-nav > ul > li.first{
	margin-left:0;
}
.footer-nav > ul > li:nth-child(3){
	margin-left:5%;
}
.footer-nav > ul > li:nth-child(4){
	margin-left:7%;
}
.footer-nav ul li h3{
	color:#ffffff;
	font-size:24px;
	margin-bottom:20px;
	font-weight:500;
}
.footer-nav ul li li{
	margin-top:10px;
}
#footer a{
	color:#b5c0ca;
	font-size:18px;
}
.footer-logo{
	display: block;
    width: 123px;
}
#footer a:hover{
	text-decoration:underline;
}
.copyright{
	margin-top:40px;
	padding-top:30px;
	background:url(../img/bottom-footer-bg.png) top repeat-x;
	/*border-top:2px solid #566878;*/
}
.copyright .copyright-nav li{
	float:left;
	margin-left:20px;
}


/*Serivice Page*/
.service-page{
	padding-top:0%;
}
#six-sigma{
	padding-top:7.5%;
}
.service-page .services-list li{
	width:60%;
	float:none;
	margin:0 auto;
	border-top:2px solid #f5f6f6;
	padding:3%;
}
.service-page .services-list li.first{
	border-top:0;
}
.service-page .services-list li p{
	margin-bottom:0;
}
.service-page .services-list li .try-it{
	margin-top:30px;
}

/*.data-driven{
	margin-bottom:15%;
}*/

#partnering{
	padding-top:7.5%;
}

/*Pricing page*/
.services .pricing-tabs h2{
	color:#f4811f;
}

#repup-pricing{
	padding:3% 0;
	background:#f9f9f9;
}
#repup-pricing .plans > ul {
	padding:4% 0;
	overflow:hidden;
}

#repup-pricing .plans > ul:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
#repup-pricing .plans > ul > li{
	background: #ffffff;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    padding: 1.5% 1.5% 7%;
    width: 20.3%;
	position:relative;
	box-shadow:0 3px 0 #efefef;
	display: table;
}
#repup-pricing .plans ul ul{
	margin-top:100px;
}
#repup-pricing .plans ul li li{
	color:#6c8296;
	margin-bottom:10%;
	display:block;
	text-align:left;
	font-size:18px;
	list-style:disc;
	padding-left:15px;
	height:auto!important;
	background:url(https://repupfeedback.com/img/bullets.png) no-repeat 0 8px;
}
#repup-pricing .plans ul li li a{
	color:#6c8296;
	display:block;
}
#repup-pricing .plans > ul > li h4{
	color:#f4811f;
	font-size:24px;
	text-transform:uppercase;
	font-weight:500;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
}
#repup-pricing .plans > ul > li p{
	font-size:18px;
}

#repup-pricing .plans > ul > li.first{
	background:url(https://repupfeedback.com/img/basic-plan.jpg) no-repeat #fec319 0 0;
	margin-left:0;	
}
#repup-pricing .plans > ul > li.first ul{
	margin-top:0;
}
#repup-pricing .plans > ul > li.first li a{
	color:#ffffff;
}
#repup-pricing .plans > ul > li.first h4, #repup-pricing .plans > ul > li.first p{
	color:#ffffff;
}
#repup-pricing .plans > ul > li.first h4{
	border-bottom-color:#fcc77e;
}
#repup-pricing .plans > ul > li .price{
	vertical-align:top;
	color:#f4811f;
	display:none;
}
#repup-pricing .plans > ul > li .price span{
	display: inline-block;
    font-family: "Dosis",sans-serif;
    text-align: left;
    vertical-align: top;
}
#repup-pricing .plans > ul > li .price .currency{
	font-size:40px;
}
#repup-pricing .plans > ul > li .price .plan-rate{
	font-size:66px;
	margin-top:10px;
}
#repup-pricing .plans > ul > li .price .plan-type{
	color: #a0a5a7;
    font-size: 18px;
    line-height: 1.3em;
    width: 60px;
}

.plan-btn{
	position:absolute;
	bottom:20px;
	width:90%;
	text-align:center;
}
.plan-btn a{
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border-radius:3px;
	margin:0 3px;
	width:45%;
	padding:7px 0;
	font-size:18px;
    font-family: "Dosis",sans-serif;
	font-weight:700;
}

.plan-btn a:hover{
	opacity:.7;
}
.plan-btn a.try{
	background:#fec319;
	margin-left:0;
}
.plan-btn a.buy{
	background:#f5821f;
}
#repup-pricing .plans > ul > li.first .try{
	background:#ffffff;
	color:#fec319;
}

#repup-pricing .plans .try-it, .repalert .try-it{
	font-size:24px;
    font-family: "Dosis",sans-serif;
	padding:25px;
}

/*Tab Nav*/
.tab-nav{
	margin-bottom:5%;	
}
.tab-nav ul{
	border:1px solid #f9f9f9;
	overflow:hidden;
}
.tab-nav li{
	font-size:24px;
	font-family: 'Cantarell', sans-serif;
	float:left;
	width:33.27%;
	border-left:1px solid #f9f9f9;
}
.tab-nav li.first{
	border-left:0;
}
.tab-nav li a{
	padding:15px 0;
	display:block;
	color:#a0a5a7;
	text-transform:uppercase;
}
.tab-nav li a:hover, .tab-nav li a.active{
	color:#f4811f;
}

/*Compare List*/
#compare-plans{
	padding:3% 0;
}
.plan-table, .plan-table table{
	width:100%;
	border-collapse:separate;
}
.plan-table thead tr th{
	color:#f5821f;
	font-size:23px;
    font-family: "Dosis",sans-serif;
	width:14%;
	padding:2%;
	font-weight:500;
}
.plan-table tbody tr td{
	text-align:center;
	padding:1% 2%;
	font-size:17px;
	color:#6c8296;
}
.plan-table tbody tr.head td{
	color:#fff;
	font-size:24px;
}

tr.head td{
    font-family: "Dosis",sans-serif;
	font-weight:500;
	text-transform:uppercase;

}
tr.head td.blue{
	background:#7d909f !important;
}
tr.head td.orange{
	background:#f5821f !important;
}


.plan-table thead tr th.first, .plan-table tbody tr td.first{
	text-align:left;
	width:31%;
}
.plan-table table thead tr th.first{
	color:#fff;
	text-transform:uppercase;
}



tr.odd td:nth-child(odd){
	background:#fdfdfd;
}
tr.odd td:nth-child(even){
	background:#f7f7f7;
}
tr.even td:nth-child(even){
	background:#f3f3f3;
}
tr.even td:nth-child(odd){
	background:#fbfbfb;
}

.plan-table > thead > tr > th{
	border-bottom:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	border-right:0px solid #f5f5f5;
	text-align:center;
	background:0 !important;
}
.plan-table > thead > tr > th.first{
	border:0;
}
.plan-table > thead > tr > th:nth-child(2){
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
}
.plan-table > thead > tr > th.last{
	border-radius:0px 5px 0 0;
	-moz-border-radius:0 5px 0 0 0;
	-webkit-border-radius:0 5px 0 0 0;
	border-right:1px solid #f5f5f5;
}

/*FAQ*/
#faq > h2{
	background:#f9f9f9;
	padding:3% 0;
	color:#6c8296;
	font-weight:500;
	text-align:center;
}
#faq .plans{
	padding-top:3%;
}
#faq .accordian{
	text-align:left;
}
#faq .accordian ul{
	margin:2% 0;
}
#faq .accordian ul li{
	font-size:24px;
	padding:0% 2% 0% 2%;
	border:1px solid #f9f9f9;
	border-bottom:0;
}
#faq .accordian ul li.last{
	border:1px solid #f9f9f9;
}
#faq .accordian h2{
	color:#f4811f;
	padding-bottom:1%;
	margin:0 0 2% 0;
	padding:0;
	text-transform:uppercase;
	font-size:28px;
	font-weight:500;
}
#faq .accordian ul li h3{
    padding-bottom: 2%;
	padding-top: 2%;
	cursor:pointer;
    margin: 0;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(https://repupfeedback.com/img/acc-arrow-down.png);
}
#faq .accordian ul li h3.active{
	background-image:url(https://repupfeedback.com/img/acc-arrow-up.png);
}
#faq .accordian ul li h3, #faq .accordian ul li a{
	font-weight:normal;
	color:#6c8296;
	font-family: 'Cantarell', sans-serif;	
	padding:10px 20px 10px 10px;
}
#faq .accordian ul li .acc-content p{
	font-size: 24px;
    padding-bottom: 2%;
    margin: 0;
}
#faq .accordian ul li .acc-content{
	display:none;
	color:#a0a5a7;
	padding-left:10px;
}





/*Form*/

.register-form {
	padding:7.5% 0;
}
.register-form-inner{
	width:300px !important;
	margin:0 auto;
	display:block;
	position:relative;
}
/*.contact-form{
	width:40%;
}*/
.contact-form .fields label {
    display: none;
    margin-right: -10px;
    color: rgb(218, 73, 28);
    cursor: default;
    font-size: 13px;
    padding: 0px 0px 8px 23px;
	display:none;
    background:url(https://repupfeedback.com/img/icon-error.png) 0px 5px no-repeat;
}
.contact-form .fields label.error-show{
	display:block !important;
}
/*.contact-form .fields.req label{
	display: block;
    opacity: 1;
}*/

.contact-details{
	color:#a0a5a7;
	font-size:16px;
	/*width:50%;*/
	font-family:"Cantarell",sans-serif;
	width:auto;
	margin: 60px auto 0 auto;
}
/*.contact-details h2{
	font-size:27px;
}*/
.contact-details p, .contact-details li, .contact-details p a{
	color: #a0a5a7;
    font-size: 18px;
	font-weight: 500;
} 
/*.contact-details p.bigger-font{
	font-size:22px;
}*/
.contact-details p{
	text-align:center;
}
.contact-details li{
	line-height:1.5em;
}
.contact-details ol{
	width: auto;
    margin: 10px auto;
    display: table;
}
.content-contact{
	margin:0 auto;
	width:60%;
}
.contact-details ol li{
	margin-bottom:10px;
	list-style:decimal;
	text-align:center;
		list-style-position:inside;
}
.contact-details ol li a:hover{
	color:#f4811f;
}
.register-form h2{
	color:#f4811f;
	font-weight:500;
	text-align:center;
}
.register-form > p, .contact-details .bigger-font{
	color:#a0a5a7;
	margin-bottom: 40px;
    margin-top: 30px;
	font-weight:normal;
	font-size:26px;
	text-align:center;
}
.contact-details .bigger-font{
	margin-bottom:20px;
}
.fields{
	margin-bottom:15px;
	clear:both;
}
.fields input{
	width:89%;
}
	
.fields input{
	background:#fff;
	border:0;
	color:#000;
	border-radius:5px;
	padding:10px 15px;
	border:1px solid #dedede;
}
.fields.button a, .fields.button .submit-btn{
	display:block;
	width:100%;
	padding:20px 0;
	text-align:center;
	background:#fec319;
	font-weight:bold;
	font-size:24px;
	color:#2f2f2f !important;
	border-radius:5px;
	font-family:"Dosis",sans-serif;
	text-transform:uppercase;
}
.fields.button a:hover, .fields.button .submit-btn:hover{
	background:#f4811f;
}





/*****************Select box***************/
	
.selectBox-dropdown {
    cursor: default;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	background:#fff;
	border:1px solid #dedede;
	width:89% !important;
	height:40px;
	line-height:normal;
	font-size:14px;
	padding:3px 15px;
	border-radius:5px;
}
.small-select{
	width:110px !important;
}
/*.selectBox-menuShowing{
	background:#fff;
}*/
.selectBox-dropdown.selectBox-menuShowing-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectBox-dropdown.selectBox-menuShowing-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
	color:#000000;
	line-height:40px;
	font-size:18px;	
	width:100% !important;
	text-decoration:none !important;
}
@-moz-document url-prefix(){
	.selectBox-dropdown .selectBox-label.watermark{
		color:#ccc !important;
	}
}
.selectBox-dropdown .selectBox-arrow {
    background: url(../img/dropdown-arrow.png) right center no-repeat;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    width: 11px;
}
.selectBox-dropdown-menu {
    background: #fff;
	max-height: 200px;
    min-height: 1em;
    overflow: auto;
    position: absolute;
    z-index: 99999;
	top:40px !important;
	left:0!important;
	border:#b9b9b9 1px solid !important;
}
.selectBox-inline {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bbb;
    display: inline-block;
    min-width: 150px;
    outline: medium none;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666;
	
}
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    cursor: default;
    display: block;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0;
}
.selectBox-options LI{
	/*border-top:#9b9a9a 1px solid;*/
	line-height:26px;
}
.selectBox-options.selectBox-options-top {
    border-bottom: medium none;
    margin-top: 1px;
}
.selectBox-options.selectBox-options-bottom {
    border-top: medium none;
}
.selectBox-options LI A {
    background: none no-repeat scroll 6px center rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap;
	font-size:13px;
	color:#000 !important;
	text-decoration:none!important;
}
.selectBox-options LI.selectBox-hover A {
    background-color: #9b9a9a;
	color:#fff;
	text-decoration:none!important;
}
.selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #9b9a9a;
	color:#fff;
}
.selectBox-options .selectBox-optgroup {
    background: none repeat scroll 0 0 #eee;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
    color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  -moz-opacity: 0.5;
	  -khtml-opacity: 0.5;
      filter: alpha(opacity=50);
}
.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.select-box-main{
	width:100% !important;
	position:relative;
}

/* all */
::-webkit-input-placeholder { color:#a0a5a7; }
::-moz-placeholder { color:#a0a5a7; } /* firefox 19+ */
:-ms-input-placeholder { color:#a0a5a7; } /* ie */
input:-moz-placeholder { color:#a0a5a7; }

.watermark{
	color:#a0a5a7 !important;
}
.caption{
	text-align:center;
	margin-top:15px;
}
.caption p{
	color:#a0a5a7;
	font-size:16px;
}

/*Platform Page*/
.platform-services ul{
	overflow:visible;
}
.platform-services ul > li{
	padding:3% 3% 12%;
	width:24%;
	position:relative;
	border-radius:4px;
}
.platform-services li:hover, .platform-services li.active{
	box-shadow:0 0 12px #eee;
}
.platform-services ul > li .block-btn{
	display:block;
	color:#a0a5a7;
	border:1px solid #a0a5a7;
	padding:4%;
	border-radius:5px;
	text-align:center;
	font-size:18px;
	width:72%;
	line-height:24px;
	position:absolute;
	bottom:5%;
}
.platform-services ul > li .block-btn:hover, 
.platform-services ul > li .block-btn:active,
.platform-services li:hover .block-btn, 
.platform-services li.active .block-btn{
	background:#f5821f;
	border:1px solid #f5821f;
	color:#ffffff;
	border-bottom:4px solid #e3e3e3;
}


.feedback-section{
	background:#f9f9f9;
}

.repalert li{
	position:relative;
	float:left;
	width:42%;
	font-size:22px;
	color:#f4811f;
	/*background:url(https://repupfeedback.com/img/border-flow.png) repeat-x center center;*/
}
/*.repalert li.first{
	padding-left:0;
}
.repalert li.last{
	padding-right:0;
}*/
.repalert li a{
	display:block;
	color:#f4811f;
	margin-top:10px;
}
.repalert li:first-child, .repalert li:last-child{
	width:29%;
}
.flow{
	left: 73%;
    position: absolute;
    top: 23%;
}
.flow1{
	width:244px;
}
.flow2{
	left: auto;
    right: -12%;
    width: 200px;
}
.trianlge{
	display:block;
    margin-top: 25px;
    position: relative;
    z-index: 0;
	background:url(https://repupfeedback.com/img/border-flow.png) repeat-x center center;
}
.round-img{
	z-index:9;
	position:relative;
}
.round-img > img {
    position: relative;
    z-index: 999;
}
.repalert .try-it{
	clear:both;
	display:inline-block;
	text-transform:none;
	margin-top:8%;
}
.rep-builder{
	padding-top:124px;
	background:#fec319;
	min-height:509px;
}
.rep-builder .container{
	min-height:509px;
}
.rep-builder-text{
	width:584px;
	position:absolute;
	left:0;
	top:20%;
	color:#2f2f2f;
}
.rep-builder-img{
	position:absolute;
	right:0;
}
.rep-builder-text p, .rep-analysis-text p{
	font-size:18px;
	color:#2f2f2f;
}
.rep-builder-text h2, .rep-analysis-text h2{
	color:#2f2f2f;
	font-size:40px;
	font-weight:500;
	margin-bottom:20px;
}

.rep-analysis{
	background:#f9f9f9;
	padding:117px 0;
}
.rep-analysis-text{
	position:relative;
	top:100px;
}
.rep-analysis .rep-analysis-text{
	width:51%
}
.rep-analysis .rep-analysis-img{
	width:40%;
}

.rep-analysis-text h2{
	color:#6c8296;
}
.rep-analysis-text p{
	color:#a0a5a7;
}

#overlayer{	
	background:rgba(0,0,0,.8);
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	top:0;
	left:0;
	z-index:9999;
}

.register-form.popup{
	background:#f9f9fa;
	width:600px;
	padding:20px;
	left:50%;
	margin-left:-320px;
	top:10%;
	height:auto;
	display:none;
	position:absolute;
	z-index:99999;
}
.register-form.popup .contact-form{
	width:100%;
	margin-top:30px;
}
.register-form.popup .fields{
	margin-bottom:5px;
}
.register-form.popup .contact-form .fields.single input, .register-form.popup .contact-form .fields.single .select-box-main{
	width:570px !important;
}
.register-form.popup .fields.double input, .fields.double .select-box-main .selectBox-dropdown{
	width:266px !important;
	float:left;
}
.fields.double .select-box-main{
	width:298px !important;
}
.register-form.popup .selectBox-dropdown{
	width:100%;
}
.fields.double > :first-child{
	margin-left:0;
}
	.fields.double > .selectBox-dropdown{
		float:left !important;
	} 
	.fields.double > input{
		float:right !important;
	}
/*.fields.double > :nth-child(2){
	float:right !important;
}*/


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}



/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 ,.wp9,.wp10{ visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }

/*.target:target { 
	-webkit-transition:.3s; 
	transition:.3s; 
}
.target:before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}*/


span.target{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}
span.target-self{
  display: block;
  height: 205px; /*same height as header*/
  margin-top: -205px; /*same height as header*/
  visibility: hidden;
}

.main-container{
	margin-top:100px;
}

.loading{
	display:none;
	height: 185px;
    box-shadow:none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.loading.active{
	display:table;
}
.loading .loading-inner {
    display: table-cell;
    vertical-align: middle;
}
.loading .loading-inner .loading-img {
    background: url(https://repupfeedback.com/img/loader.gif) no-repeat center center;
    display: block;
    height: 178px;
    margin: 0 auto;
    width: 178px;
	box-shadow:none;
}
.loading.active.tick .loading-inner .loading-img{
	background-color: transparent;
    background-image: url("https://repupfeedback.com/img/checkmark.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 66px;
    width: 66px;
}

.logo-png{
	display:none;
}



.popup-open{
overflow:hidden;
}


.pricing-nav-wrap{
	height:50px;
}

.js-stuck{
    position: fixed;
    top: 74px;
    z-index: 998;
    box-shadow: rgba(0,0,0,0.04) 0px 3px 9px;
}


.double_two {
    float: right;
}
.double_one {
    float:left;
    margin-bottom: 5px;
}