/*=====================
	column- Grids - 02
=====================*/
.xcol-1  { width: 8.33%; }
.xcol-2  { width: 16.66%; }
.xcol-3  { width: 25%; }
.xcol-4  { width: 33.33%; }
.xcol-5  { width: 41.66%; }
.xcol-6  { width: 50%; }
.xcol-7  { width: 58.33%; }
.xcol-8  { width: 66.66%; }
.xcol-9  { width: 75%; }
.xcol-10 { width: 83.33%; }
.xcol-11 { width: 91.66%; }
.xcol-12 { width: 100%; }

.xcol-1,
.xcol-2,
.xcol-3,
.xcol-4,
.xcol-5,
.xcol-6,
.xcol-7,
.xcol-8,
.xcol-9,
.xcol-10,
.xcol-11,
.xcol-12 {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
.xcol-row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.xcol-row::before,
.xcol-row::after{
	clear: both;
	display: block;
	content: "";
}

.is-paddingless [class^="xcol-"] { padding: 0; }

@media only screen and ( max-width: 425px ) {
	.xcol-row [class^="xcol-"] {
		width: 100%;
	}
}

.floatleft			{ float:left;}
.floatright			{ float:right;}

/* Common Testimonial
==================================================== */

#testimonial_full			{ width:auto; }

.sys_tm1 {
	position: relative;
	font-size:12px;
}

.sys_tm1 .testimonial {
	position:relative;
	padding:20px 20px 20px 80px;
	background:transparent URL('../images/quote_icon.png') 20px 20px no-repeat;
	background-color: #ffffff;
	margin-bottom:10px;
	border-bottom: 1px solid #dddddd;
}

.sys_tm1 .testimonial:after,
.sys_tm1 .testimonial:before {
	clear: both;
	content: '';
	display: block;
}

.sys_tm1 .feedback {
	font-size:13px;
}
.sys_tm1 .title {
	font-size:14px;
	font-weight: bold;
	margin:0 0 10px 0;
}


.sys_tm1 .client-info .iva-avatar {
	display: inline-block;
	float:left;
	border:1px solid #dddddd;
	padding:2px;
	margin-right:10px;
	/* Border Radius*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.sys_tm1 .client-meta-data { overflow: hidden; line-height: normal; }
.sys_tm1 .client-meta-data strong { display: block; }

/* Fade Testimonial
==================================================== */
.fadereview {   position:relative; }
.lists { display:none;}

.fadereview .lists:first-child {
	display:block;
}
#fadereview	.feedback {
	font-size:12px;
	margin:0 0 15px 0;
}
#fadereview	.title {
	font-size:14px;
	font-weight: bold;
	margin:5px 0 5px 0;
}
#fadereview	.iva-avatar {
	display: inline-block;
	float:left;
	border:1px solid #dddddd;
	padding:2px;
	margin-right:10px;
	/* Border Radius*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#fadereview .client-meta-data { overflow: hidden; line-height: normal; }
#fadereview .client-meta-data strong { display: block; }

#fadereview	{
	overflow:hidden;
	height:100%;
	padding-bottom: 15px;
}

#fadeblock	{ padding:10px; }

#fadeblock .nav {
	padding:10px 0px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	text-align:right;
}


/* --- */
.client-info .ratings	{ border:none;}


.iva-pagination { position: relative; }
.iva-pagination a {
	border-radius: 100px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	padding: 0;
	text-align: center;
	width: 30px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.iva-pagination a:hover,
.iva-pagination .current {
	background-color: #666666;
	color: #ffffff;
}

/* Testimonials v4.0 */
/* ========================================== */

.iva_atm_list { position: relative; }

.testimonial-box {
	position: relative;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	border-bottom: 1px solid transparent;
	font-family: Lato;
}
.testimonials { margin:0; padding: 0; list-style: none; }
.testimonials li:last-child .testimonial-box { border: none;}

.tc-content {
	position: relative;
	overflow: hidden;
}

.tc-content p {
	margin-bottom:0px;
	font-size: 100%;
	position: relative;
	padding: 0 40px;
}

.tc-content .tc-title {
	font-weight: bold;
	padding: 0 40px;
	margin-bottom:10px;
}

.tc-content > p:before {
    content: "\201C";
    font-size: 60px;
    font-style: italic;
    line-height: 60px;
    margin-left: -30px;
    position: absolute;
	opacity: 0.3;
	color: #22222b;
}

.tc-content > p:after {
    content: "\201D";
    font-size: 60px;
    font-style: italic;
    line-height: 0;
    position: relative;
	opacity: 0.3;
	bottom: -30px;
	color: #22222b;
}

.tc-details { float: left; width: 100px;}
.tc-companyname a { color: inherit; opacity: 0.7; text-decoration: none; }
.tc-companyname a:hover { opacity: 1; text-decoration: underline; }
.tc-client-image  {
	position: relative;
	margin: 0 auto;
	display: table;
}

.tc-client-image  img {
	width: auto;
	max-width: 100%;
	display: block;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.tc-client-meta {
	margin: 15px 0 0 40px;
	position: relative;
	line-height:normal;
	font-size: 86%;
}

.tc-client-name,
.tc-client-date,
.tc-client-ratings { display: block; }


/* Pagination */

.iva_pagination{
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	list-style-type:none;
	text-align: center;
}

.iva_pagination li.details{
    padding: 0 20px 0 0;
}

.iva_pagination li.dot { padding: 3px 0; }

.iva_pagination li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	line-height: 30px;
}

.iva_pagination li.details{
   color:#888888;
}

.iva_pagination li a {
	display: inline-block;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #444444;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	min-width: 30px;
	min-height: 30px;
}

.iva_pagination li a:hover {
	background: none repeat scroll 0 0 #27aae1;
    color: #ffffff;
}

.iva_pagination li a.current {
	background: none repeat scroll 0 0 #27aae1;
    color: #ffffff;
}

/*
 Frontend and Admin Responsive
========================================================*/

@media only screen and (max-width : 767px ) {
	.testimonial-box { padding: 15px; }
	.tc-content p { padding: 0 10px; text-align: center;}
	.tc-details { float: none; display: table; margin: 0 auto; margin-bottom: 15px; }
	.tc-content .tc-title { padding: 0 10px; display: table; margin: 0 auto;}
	.tc-client-meta { margin-left: 0px; text-align: center;}
	.ivaform .item .option,
	.ivaform .item .info { float: none; display: block; width: 100%; }
	.atm-fe-date .select_wrapper { width: 100%;}
}


/*CSS for Testimonial Statistics*/

.stat_form .formheader {
    padding: 20px 30px;
    background: #ffffff;
}

.stat_form .formheader h3 {
	font-weight: 300;
	font-size: 20px;
	line-height:1.8;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #22222b;
	margin-bottom: 10px;
}

.stat_form .formheader p {
	font-size: 12px;
	margin-bottom: 0;
}


.stat_form .formcontent {
    background: #f1f1f4;
    padding: 30px;
    overflow: hidden;
}

.testimonial_inner {
	display: flex;
	flex-basis: 50%;
	padding : 80px 0px;
}

.logo-img {
	height: auto;
	margin: 0 auto;
}
.logo-img img {
	margin-bottom: 40px;

}
.total-rating-avg {
	font-size: 20px;
	font-weight: 400;
}
.desc {
	font-size: 18px;
	font-weight: 400;
}

/* Rating star Widget*/

.rating_widgets {
	display: block;
	margin: 25px auto;
    font-size: 25px;

	position: relative;
}
.rating_widgets i{color: #F7CA18;}


/* progress bar */
#tooltip_wrap {
	display: none;
	position: absolute;
	top:38px;
	left:0;
	right:0;
	margin: 0 auto;
	max-width: 250px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	background-color: #ffffff;
}
.tooltip_content { padding: 15px 5px; }
.tooltip_arrow {
    position: absolute;
    top: -10px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a988;
}
.tooltip_head {
    padding: 12px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #00a988;
    color: #ffffff;
}
.tooltip_content .iva_progress_bar {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 8px;
}
.tooltip_content .iva_progress_bar .bar_title {
    flex-basis: 30%;
    align-self: center;
    font-size: 12px;
}
.tooltip_content .iva_progress_bar .bar_wrap {
    flex-basis: 60%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    background-color: #ebebeb;
	margin:0 5px;
}
.tooltip_content .iva_progress_bar .bar_color {
    display: block;
    width: 0;
	height: 100%;
    padding: 8px 0;
    background-color: #F7CA18;
}
.tooltip_content .reviews {
    flex-basis: 10%;
    align-self: center;
    font-size: 12px;
    color: #777777;
}

/* progress bar */
.testimonial_block2 .iva_progress_bar {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: row;
}
.testimonial_block2 .iva_progress_bar .bar_title {
    flex-basis: 20%;
    align-self: center;
    text-align: center;
    font-size: 16px;
}
.testimonial_block2 .iva_progress_bar .bar_wrap {
    flex-basis: 75%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    background-color: #ebebeb;
	margin: 0px 5px;
}
.testimonial_block2 .iva_progress_bar .bar_color {
	position: relative;
    padding: 18px 0;
    float: left;
    background-color: #3379b7;
}
.testimonial_block2 .percentage {
	display: flex;
	position: absolute;
	/*padding: 2%;*/
	line-height: 28px;
	padding:0px 7px;
	top: 11%;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	margin-left: 5px;
}

.testimonial_block2 .reviews {
    flex-basis: 5%;
    align-self: center;
    font-size: 18px;
    text-align: center;
}
/*    Icons Review */
.review_block {
	display: flex;
    flex-direction: row;
}
.review_block i{
	font-size: 70px;
    margin-bottom: 20px;
}
.icon-text {
	font-size: 30px;
    font-weight: 400;
}
.rev_smile {
    flex: 1;
    text-align: center;
    color: green;
}
.rev_sad {
    flex: 1;
    text-align: center;
    color: red;
}
.rev_mute {
    flex: 1;
    text-align: center;
    color: #ffa500;
}
.percent {
	text-align: center;
}

@media only screen and (max-width : 767px ) {
	.stat_form .formcontent { padding: 10px; }
}

/* Icomoons font icons*/

@font-face {
  font-family: 'icomoon';
  src:
    url('icomoon/fonts/icomoon.ttf?3xk6v3') format('truetype'),
    url('icomoon/fonts/icomoon.woff?3xk6v3') format('woff'),
    url('icomoon/fonts/icomoon.svg?3xk6v3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="atm-"], [class*=" atm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atm-star:before {
  content: "\f005";
}
.atm-star-o:before {
  content: "\f006";
}
.atm-angle-left:before {
  content: "\f104";
}
.atm-angle-right:before {
  content: "\f105";
}
.atm-happy-o:before {
  content: "\f118";
}
.atm-sad-o:before {
  content: "\f119";
}
.atm-neutral-o:before {
  content: "\f11a";
}
.atm-star-half-o:before {
  content: "\f123";
}
