/* CSS Index
-----------------------------------

1. Theme default css
2. header
3. slider
4. features
5. download
6. shaowcase
7. screenshot
8. counter
9. pricing
10. testimonial
11. cta
12. blog
13. contact
14. footer
15. loader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700&display=swap');
 body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #6a6a6a;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 300;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: 200;
	line-height: 22px;
	color: #6a6a6a;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	/*background: #ff621a;*/
	-moz-user-select: none;
	border: medium none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 17px 38px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
}
.btn:after {
  background: #FFDFBE;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 1;
}

.btn:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
	color: #fff;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: linear-gradient( 120deg, #56C5E0 0%, #93daeb 99%);
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	line-height: 45px;
	transition: .3s;
	padding:10px;
}
#scrollUp:hover {
	background: #444;
}
.main-area-padding {
	padding: 30px;
	padding-bottom: 0;
}
/* 2. header */
.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	transition: .3s;
}
.main-menu .navbar {
	padding: 0;
}
.main-menu .navbar-logo img{
	height:30px;
}
.main-menu .navbar-nav li.nav-item {
	margin-left: 25px;
}
.main-menu .navbar-nav li.nav-item a.nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 37px 0;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navbar-nav li.nav-item a.nav-link::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 31px;
	background: #ffffff;
	width: 100%;
	height: 2px;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}
.main-menu .navbar-nav li.nav-item:hover a.nav-link::before, .main-menu .navbar-nav li.nav-item.active a.nav-link::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}
.header-btn {
	margin-left: 45px;
}
.header-btn .btn {
	background: transparent;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 30px;
	border-radius: 3px;
}
.header-btn .btn:hover {
	border-color: #fff;
	background: #fff;
	color: #666;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	z-index: 98;
	background: linear-gradient( 120deg, #56C5E0 0%, #93daeb 99%);
	padding: 0;
}
.sticky-menu .main-menu .navbar-nav li.nav-item a.nav-link {
	padding: 26px 0;
}
.sticky-menu .main-menu .navbar-nav li.nav-item a.nav-link::before {
	bottom: 19px;
}
.second-menu.sticky-menu {
	background: linear-gradient(to right, #5833ba, #714cd2);
}
.third-menu.sticky-menu {
	background: linear-gradient( 120deg, #6d52f9 0%, #875ffe 99%);
}
/* 3. slider */
.slider-bg-1 {
	min-height: 660px;
	background-image: url(../img/slider/01.png);
	background-position: center;
	background-size: cover;
}
.slider-bg-2 {
	height: 700px;
	background-image: url(../img/slider/02.png);
	background-position: center;
	background-size: cover;
}
.t-slider-bg {
	height: 960px;
	background-image: url(../img/slider/slider_bg03.png);
	background-position: center;
	background-size: cover;
}
.slider-content h2, .slider-content .my-h2 {
	color: #fff;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 0px;
	margin-top: -25px;
	letter-spacing:-2px;
	font-weight:500;
}
.slider-content p {
	color: #fff;
	font-size: 28px;
	padding-right: 75px;
	margin-bottom: 45px;
}
.slider-btn .btn {
	background: #fff;
	color: #333333;
}
.slider-btn .btn::after {
	content: none;
}
.slider-btn .btn:hover {
	background: #ff8855;
	color: #fff;
}
.slider-btn .video-btn {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #ff8855;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	margin-left: 12px;
	box-shadow: 0px 8px 16px 0px rgba(24, 24, 24, 0.3);
}
.slider-btn .video-btn:hover {
	background: #fff;
	color: #ff8855;
}
.slider-content {
	padding-top: 20px;
}
.slider-img {
	margin-right: -120px;
	padding-top: 80px;
}
.slider-shape {
	position: absolute !important;
}
.slider-form{
	color:#000;background:#fff;padding:20px 15px 0px 15px;border-radius:5px;box-shadow:0px 1px 1px #a46f0d;margin-top:30px
}
.slider-form h3{
	font-size:21px;margin-bottom:20px;font-weight:300
}
.slider-form input{
	margin-bottom:10px;
}
.slider-form input::placeholder{
	color:#bbb;font-weight:300;font-size:14px
}
.slider-form .btn{
	width:100%;border-radius:5px;box-shadow:0px 2px 5px #ffae89;margin-bottom:15px
}
.slider-form p{
	font-size:11px;line-height:14px;color:#aaa
}
.layer-1 {
	top: 12% !important;
	left: 8% !important;
}
.layer-2 {
	top: 53% !important;
	left: 6% !important;
}
.layer-3 {
	top: 87% !important;
	left: 16% !important;
}
.layer-4 {
	top: 67% !important;
	left: 74% !important;
	opacity: .09;
}
.layer-5 {
	top: 24% !important;
	left: 13% !important;
	opacity: .03;
}
.area-padding {
	padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
	top: 53% !important;
	left: 7% !important;
}
.s-layer-2 {
	top: 73% !important;
	left: 13% !important;
	opacity: .2;
}
.s-layer-3 {
	top: 75% !important;
	left: 39% !important;
}
.s-layer-4 {
	top: 82% !important;
	left: 24% !important;
}
.s-slider-img {
	display: block;
	position: relative;
}
.s-slider-img img {
	position: absolute;
}
.s-slider-img img:first-child {
	left: -230px;
	bottom: -535px;
}
.s-slider-img img:last-child {
	right: -358px;
	bottom: -510px;
}
/* 4. features */
.section-title span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ff8855;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1.8px;
	display: block;
	margin-bottom: 15px;
}
.section-title h2 {
	font-size: 60px;
	text-transform: capitalize;
	margin-bottom: 0;
	letter-spacing: -3px;
	font-weight: 500;
}
.features-content h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.features-content p {
	margin-bottom: 0;
	padding: 0 32px;
}
.features-img {
	margin-left: -200px;
}
.single-features h4{
	font-weight:400;
}
.single-features-img img{
	width:100%;
	height:auto;
	border-radius:30px 30px 0px 0px;
}
.single-features-wrap {
	box-shadow: 0px 0px 100px 40px rgba(178, 178, 178, 0.15);
	padding: 15px;
	background: #fff;
	display: flex;
	align-items: center;
}
.single-features-wrap-2 {
	box-shadow: 0px 0px 100px 40px rgba(178, 178, 178, 0.15);
	padding: 0px;
	background: #fff;
	align-items: center;
}
.single-features-wrap-2 .sf-content{
	padding:10px 30px 30px 30px;
}
.sf-icon {
	float: left;
	position: relative;
	display: block;
	margin-right: 64px;
}
.sf-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	width: 64px;
	height: 80px;
	transform: translateY(-50%);
}
.sf-icon i {
	font-size: 46px;
	color: #feb21b;
	position: relative;
	top: 5px;
	right: -20px;
	width:40px;
}
.sf-content {
	overflow: hidden;
}
.sf-content h5 {
	font-size: 22px;
}
.sf-content p {
	margin-bottom: 0;
}
.features-shape {
	content: "";
	position: absolute;
	background-image: url(../img/shape/features_shape.png);
	width: 511px;
	height: 604px;
	top: 20px;
	right: 0;
	z-index: -1;
	opacity: .3;
	background-repeat: no-repeat;
	animation: second-heartbeat .8s infinite alternate;
}
@keyframes second-heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.p-relative {
	position: relative;
}
.pt-162 {
	padding-top: 162px;
}
/* 5. download */
.download-bg {
	background-size: cover;
	background-position: center;
	position: relative;
}
.section-title.shape-title h2 {
	position: relative;
	padding-bottom: 40px;
	font-weight: 600;
	letter-spacing: -4px;
}
/*.section-title.shape-title h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-image: url(../img/shape/title_shape.png);
	width: 58px;
	height: 5px;
	z-index: 1;
	background-repeat: no-repeat;
}*/
.section-title.shape-title p {
	margin-bottom: 0;
	padding-right: 30px;
}
.download-list ul li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.download-list ul li:last-child {
	margin-bottom: 0px;
}
.download-list ul li i {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: linear-gradient( 120deg, #fb7913 0%, #fd9830 99%);
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.download-list.sd-list ul li i {
	background: linear-gradient( 120deg, #5934bb 0%, #704bd1 99%);
}
.download-list.td-list ul li i {
	background: linear-gradient( 120deg, #6d52f9 0%, #875ffe 99%);
}
.download-list ul li p {
	margin-bottom: 0;
	overflow: hidden;
	padding-right: 50px;
}
.download-app img {
	position: relative;
	margin-left: -200px;
}
.app-shape {
	background-image: url(../img/shape/d_shape01.png);
	width: 412px;
	height: 713px;
	position: absolute;
	left: 15px;
	top: -32px;
}
.download-shape {
	position: absolute;
	top: 190px;
	left: 0;
	animation: heartbeat .8s infinite alternate;
	opacity: .57;
}
.download-shape.s-download-shape {
	left: 45px;
	opacity: .6;
}
/* heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* 6. shaowcase */
.showcase-img img {
	box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}
.showcase-img img:first-child{margin-right: 30px;}
.showcase-img img {
	box-shadow: 0 0 40px 5px rgba(0,0,0,0.1);
	border-radius: 30px;
}
/* 7. screenshot */
.screenshot-wrap {
	padding: 0 210px;
}
.s-screenshot-wrap {
	padding: 0 180px;
}
.single-screenshot {
	text-align: center;
}
.single-screenshot img {
	display: inline-block;
}
/* 8. counter */
.counter-bg {
	background-position: center;
	background-size: cover;
}
.counter-title h2 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.counter-title h2 span {
	display: inline-block;
	position: relative;
}
.counter-title h2 span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 6px;
	height: 5px;
	width: 100%;
	background: #ff911d;
}
.counter span {
	font-size: 90px;
	color: #fff;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
.single-counter p {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}
/* 9. pricing */
.pricing-box {
	box-shadow: 0px 10px 60px 0px rgba(231, 231, 231, 0.85);
	padding: 0px 0px 50px 0px;
	background: #fff;
	 border-radius:30px;
}
.pricing-head h4 {
	font-size: 36px;
	margin-bottom: 0;
}
.pricing-list ul li {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	font-weight:200;
}
.pricing-list ul li:last-child {
	margin-bottom: 0px;
}
.pricing-list ul li i {
	font-size: 10px;
	color: #56C5E0;
	margin-right: 7px;
}
.price-count h5 {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1;
}
.price-count span {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}
.price-btn .btn {
	background: transparent;
	border: 1px solid #c4c4c4;
	color: #333333;
	transition: .5s;
}
.price-btn .btn::after{content: none;}
.price-btn .btn:hover {
	background: linear-gradient(to right, #56C5E0, #93daeb);
	color: #fff;
	border-color: #fff;
}
.price-btn.sp-btn .btn:hover {
	background: linear-gradient(to right, #5833ba, #714cd2);
}
.price-btn.tp-btn .btn:hover {
	background: #FF8854;
}
.price-icon img {
	animation: heartbeat .8s infinite alternate linear;
	animation-play-state: paused;
}
.pricing-box:hover .price-icon img {
	animation-play-state: running;
}
.pricing-box.active .price-btn .btn {
	background: linear-gradient(to right, #56C5E0, #93daeb);
	color: #fff;
	border-color: #fff;
}
.pricing-box.active .sp-btn .btn {
	background: linear-gradient(to right, #5833ba, #714cd2);
}
.pricing-box.active .tp-btn .btn {
	background: #FF8854;
	border-color: #FF8854;
}
.pricing-head {
	background: #f9f9f9;
	padding-top:40px;
	padding-bottom:20px;
	border-radius:30px 30px 0px 0px;
}
#pricing .pref-price{
	z-index:20;
	zoom:1.05;
	top:-20px;
}
.pref-price .pricing-head {
	background: linear-gradient(to right, #56C5E0, #93daeb);
	color:#fff;
}
.pref-price .pricing-head h4, .pref-price .pricing-head p{
	color:#fff;
}
.pricing-head h4{
	margin-bottom:15px;
}
.pricing-head p{
	font-weight:400;
	color:#222
}
#pricing .col-lg-3{
	padding:0px	
}
.rating-shape {
	position: absolute;
	background-image: url(../img/icon/p-rating.png);
	width: 99px;
	height: 100px;
	top: 0;
	right: 0px;
	z-index: 1;
}
.s-rating-shape {
	background-image: url(../img/icon/p-rating02.png);
}
/* 10. testimonial */
.testimonial-bg {
	background-size: cover;
	background-position: center;
}
.testimonial-t span {
	color: #ff621a;
}
.testimonial-t h2 {
	color: #222;
}
.single-testimonial {
	background: #fff;
	padding: 60px 40px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	transition: .3s linear;
	transform: translateY(0);
	border:1px solid #ddd;
}
.single-testimonial:hover {
	transform: translateY(-2%);
}
.single-testimonial::before {
	content: "";
	background: url(../img/shape/testimonial_shape.png);
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 187px;
	height: 167px;
	z-index: -1;
}
.testimonial-content p {
	margin-bottom: 0;
}
.testimonial-avatar h5 {
	color: #6a6a6a;
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: 400;
}
.testimonial-avatar span {
	font-weight: 200;
}
.t-avatar-img {
	padding-top: 25px;
	margin-bottom: -100px;
}
.t-avatar-img img {
	display: inline-block;
}
.testimonial-active .slick-track {
	padding-bottom: 40px;
	padding-top: 20px;
}
.t-quote img {
	display: inline-block;
}
/* 11. cta */
.cta-form {
	position: relative;
}
.cta-form input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 18px 40px;
	box-shadow: 0px 16px 32px 0px rgba(169, 169, 169, 0.3);
	font-weight:400;
	border-radius:3px;
	border:1px solid #eee;
}
.cta-form input::placeholder {
	font-size: 16px;
	color: #bbb;
}
.cta-form button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border: none;
	background: #ff621a;
	color: #fff;
	display: block;
	padding: 19px 90px;
	cursor: pointer;
	border-radius:0px 3px 3px 0px;
}
.s-download-btn a {
    border: 2px solid #56C5E0;
    padding: 7px 35px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    border-radius: 50px;
	margin-right: 18px;
	background: #56C5E0;
	transition: all .3s;
}
.s-download-btn a:last-child {margin-right: 0;}
.s-download-btn a::after {content: none;}
/*.s-download-btn a:hover {
	background-color: #fb7913;
	color: #fff;
}*/

/*.s-download-btn a:hover p {
	color: #fff;
}*/


.second-d-btn a:hover {
	background: linear-gradient(to right, #5833ba, #714cd2);
}
.third-d-btn a:hover {
	background: linear-gradient( 120deg, #6d52f9 0%, #875ffe 99%);
}
.s-download-btn a i {
	float: left;
	font-size: 26px;
	position: relative;
	top: 8px;
	font-weight: normal;
}
.s-download-btn a p {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    float: left;
    padding-left: 13px;
    color: #fff;
    text-align: left;
    transition: .3s;
}
.s-download-btn a p b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.s-download-img img {
	box-shadow: 5px 0 35px 15px rgba(0,0,0,.09);
	border-radius: 30px;
	-webkit-animation: bounce 1.5s ease-in-out 0s infinite alternate;
	animation: bounce 1.5s ease-in-out 0s infinite alternate;
}
.s-download-img {
	position: relative;
}
.s-download-img::before {
	content: "";
	position: absolute;
	background: url(../img/shape/download_app_shape.png);
	width: 547px;
	height: 562px;
	top: -40px;
	right: 0;
	z-index: -1;
	opacity: .5;
}
.download-area{
	overflow:hidden
}
@keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-30px);
               transform: translateY(-30px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

}
@-webkit-keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-30px);
               transform: translateY(-30px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

}
/* 12. blog */
.blog-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.single-blog {
	background: #fff;
}
.blog-thumb {
	overflow: hidden;
}
.blog-thumb img {
	width: 100%;
	transform: scale(1);
	transition: 1s linear;
}
.single-blog:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-meta a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ff8855;
	font-family: 'Poppins', sans-serif;
}
.sb-meta a {
	color: #5833ba;
}
.blog-meta span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ff8855;
	font-family: 'Poppins', sans-serif;
}
.sb-meta span {
	color: #5833ba;
}
.blog-meta {
	padding: 0 30px;
}
.blog-content {
	padding: 40px 30px;
	padding-top: 10px;
}
.blog-content h4 {
	font-size: 20px;
	margin-bottom: 18px;
}
.blog-content h4:hover a {
	color: #ff8855;
}
.blog-content p {
	margin-bottom: 20px;
}
.blog-btn .btn {
	background: #f5f6ff;
	color: #222222;
	font-size: 14px;
}
.blog-btn .btn::after {
	content: none;
}
.blog-btn .btn:hover {
	background: #ff8855;
	color: #fff;
}
.blog-shape {
	position: absolute;
	z-index: 1;
	-webkit-animation: rotate3d 2s linear infinite;
	animation: rotate3d 1s linear infinite;
	animation-duration: 3s;
}
.bshape02 {
	top: 48%;
	left: 15%;
	z-index: -1;
}
.bshape01 {
	top: 17%;
	left: 8%;
}
.bshape03 {
	top: 82%;
	left: 5%;
}
.bshape04 {
	right: 9%;
	top: 35%;
}
.bshape05 {
	top: 90%;
	right: 5%;
}
@-webkit-keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
.breadcrumb-area {
	background: #ebf5ff;
	padding-top: 255px;
	padding-bottom: 190px;
	position: relative;
	overflow: hidden;
}
.breadcrumb-title h2 {
	font-size: 72px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 35px;
}
.breadcrumb {
	margin-bottom: 0;
	display: block;
	padding: 0;
	background: none;
	border: none;
}
.breadcrumb-item {
	display: inline-block;
}
.breadcrumb-item a {
	font-size: 20px;
	color: #fff;
}
.breadcrumb > .active {
	color: #fff;
	font-size: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
	content: "\f0a4";
	font-family: "Font Awesome 5 free";
}
.breadcrumb-shape {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	background: url(../img/shape/breadcrumb_shape.png);
	width: 1636px;
	height: 460px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	animation: bounce 7s ease-in-out 0s infinite alternate;
}
.post-meta {
	margin-bottom: 5px;
}
.post-meta ul li {
	display: inline-block;
	color: #666666;
	margin-right: 15px;
	text-transform: capitalize;
}
.inner-blog-content h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.3;
	text-transform: capitalize;
}
.inner-blog-content h2:hover a {
	color: #5833ba;
}
.inner-blog-content p {
	margin-bottom: 30px;
	padding-right: 100px;
}
.inner-blog-content .btn {
	background: linear-gradient(to right, #5833ba, #714cd2);
}
.post-meta ul li a {
	color: #666;
}
.post-meta ul li a:hover {
	color: #5833ba;
}
.blog-thumb.video-thumb {
	position: relative;
}
.blog-thumb.video-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .75;
	z-index: 1;
}
.play-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 9;
}
.play-icon a {
	color: #ff0002;
	font-size: 70px;
	position: relative;
}
.play-icon a::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 30px;
	width: 30px;
	background: #fff;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.pagination {
	display: block;
	border-radius: 0;
}
.pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
.pagination ul li a {
	font-size: 18px;
	color: #6a6a6a;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	font-family: 'Poppins', sans-serif;
	padding: 0 5px;
}
.pagination ul li a.active::before {
	content: "";
	top: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #5833ba;
	position: absolute;
	right: 0;
	margin: auto;
}
.pagination ul li a.active::after {
	content: "";
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #5833ba;
	position: absolute;
	right: 0;
	margin: auto;
}
.pagination ul li a.active {
	color: #5833ba;
}
.pagination ul li a:hover {
	color: #5833ba;
}
.sidebar-form {
	position: relative;
}
.sidebar-form input {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 14px 30px;
}
.sidebar-form button {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.widget-title h5 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
.widget-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 40px;
	background: #ff911d;
}
.rc-post-thumb {
	margin-bottom: 25px;
}
.rc-post-content h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.5;
}
.rc-post-content h5:hover a{
	color: #5833ba;
}
.widget-link ul li {
	margin-bottom: 8px;
}
.widget-link li a {
	color: #6a6a6a;
	text-transform: capitalize;
}
.widget-link li a:hover {
	color: #5833ba;
}
.widget-link li a span {
	float: right;
	display: block;
}
.widget-tag {
	overflow: hidden;
}
.widget-tag li {
	float: left;
	margin-bottom: 10px;
	margin-right: 9px;
}
.widget-tag li a {
	background: #5833ba;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}
.widget-tag li:hover a {
	background: #FF8855;
	color: #fff;
}
.widget-insta-post ul li {
	display: inline-block;
	width: 115px;
	margin-right: 5px;
	margin-bottom: 7px;
}
.widget-banner {
	position: relative;
}
.banner-thumb img {
	width: 100%;
}
.banner-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 50px;
	text-align: center;
}
.banner-content h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: -1px;
}
.banner-content .btn {
	border-radius: 0;
}
.rc-post-thumb img {
	width: 100%;
}
.blog-d-content p {
	padding-right: 0;
	margin-bottom: 0;
}
blockquote {
	font-size: 24px;
	font-style: italic;
	border-left: 5px solid #5833ba;
	margin: 50px 0;
	padding: 10px 0;
	padding-right: 120px;
	padding-left: 27px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #333333;
}
blockquote footer {
	font-size: 16px;
	margin-top: 7px;
	font-weight: 400;
}
.blog-post-tag span {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.blog-post-tag ul {
	display: inline-block;
}
.blog-post-tag ul li {
	display: inline-block;
}
.blog-post-tag ul li a {
	color: #666;
	font-family: 'Poppins', sans-serif;
}
.blog-share {
	text-align: right;
}
.blog-share span {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.blog-share ul {
	display: inline-block;
}
.blog-share ul li {
	display: inline-block;
}
.blog-share ul li a {
	color: #666;
	font-family: 'Poppins', sans-serif;
}
.comment-box {
	display: table;
	margin-bottom: 50px;
}
.comments-avatar {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.comment-text {
	margin-left: 20px;
}
.avatar-name {
	margin-bottom: 6px;
}
.comment-text p {
	margin-bottom: 10px;
	padding-right: 100px;
}
.comment-text a {
	font-weight: 500;
	color: #333333;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.avatar-name h4 {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}
.avatar-name span {
	font-size: 13px;
	color: #666666;
}
.ml-65 {
	margin-left: 65px;
}
.post-comment-form input {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
	background: #f7f7fd;
	margin-bottom: 20px;
}
.post-comment-form .nice-select {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
	background: #f7f7fd;
	margin-bottom: 20px;
	line-height: 22px;
	height: 46px;
}
.post-comment-form textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
	background: #f7f7fd;
	margin-bottom: 20px;
	height: 120px;
}
/* 13. contact */
.contact-form span {
	display: block;
	margin-bottom: 15px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.contact-form input {
	width: 100%;
	background: #f7f7f7;
	padding: 18px 30px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	font-weight:200;
}
.contact-form select {
	width: 100%;
	background: #f7f7f7;
	padding: 18px 30px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	font-weight:200;
}
.contact-form textarea {
	width: 100%;
	border: none;
	background: #f7f7f7;
	padding: 18px 30px;
	margin-bottom: 25px;
	height: 130px;
	border: 1px solid transparent;
}
.contact-form input::placeholder {
	font-size: 14px;
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
}
.contact-form input:focus {
	border: 1px solid #d14b0e;
	background: #fff;
}
.contact-form textarea:focus {
	border: 1px solid #d14b0e;
	background: #fff;
}
.contact-form textarea::placeholder {
	font-size: 14px;
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
}
.contact-img {
	margin-right: -75px;
}
/* 14. footer */
.footer-bg {
	position: relative;
	background:#1d1f22;
	background-size: cover;
	background-position: center;
}
.footer-logo img {
	height:30px;
}
.third-footer-bg .footer-wrap {
	padding-top: 175px;
}
.footer-text p {
	color: #fff;
	line-height: 1.9;
	margin-bottom: 0;
}
.footer-social span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-right: 15px;
}
.footer-social a {
	font-size: 14px;
	color: #fff;
	margin-right: 12px;
}
.f-widget-title h4 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	margin-bottom:15px;
}
.f-widget-title h4::before {
	content: "";
	position: absolute;
	background: url(../img/shape/w_title_shape.png);
	width: 92px;
	height: 5px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.f-widget-link ul li {
	margin-bottom: 8px;
}
.f-widget-link ul li:hover a{
	padding-left: 10px;
}
.f-widget-link ul li:last-child {
	margin-bottom: 0px;
}
.f-widget-link ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	font-weight:200
}
.sigle-address {
    margin-bottom: 16px;
}
.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
}
.address-icon i {
    color: #fff;
}
.sigle-address p {
	overflow: hidden;
	display: block;
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
}
.f-widget-margin {
	margin-left: 80px;
}
.footer-wrap {
	border-bottom: 1px solid #383c41
}
.copyright-wrap p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
}
/* 15. loader */
.loader {
	background: rgba(255,255,255,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.second-loader {
	background: linear-gradient( 120deg, #5934bb 0%, #704bd1 99%);
}
.third-loader {
	background: linear-gradient( 120deg, #6d52f9 0%, #875ffe 99%);
}

.lds-dual-ring {
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.border-radius-30 {
	border-radius:30px;
}
.special-color{
	color:#ff911d
}

.background-special-color{
	background: linear-gradient( 120deg, #feb21b 0%, #febb34 99%);
}

.hr{
	 border-color:#ff621a!important
}

.round {
    position: absolute;
    width: 40px;
    height: 40px;
    display:none;    
}

#cta{
    width:100%; cursor: pointer; position: absolute;
}

#cta .arrow{left: 30%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 32px; height: 32px; background-size: contain;}
.segunda{margin-left: 0px;}
.next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}


#aspect-content {
  margin: 0px;
  font-family: "Poppins", sans-serif;
    * {
      box-sizing: border-box;
    }
}
.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: $white;
  box-shadow: 0 0 0 1px rgba(236,236,236,1);
  opacity: 1;
  transition: box-shadow .2s, opacity .4s;
  
  &:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .11);
  }
}
.aspect-input {
  display: none;
}
.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}
.aspect-input:checked ~ .aspect-content:after {
    transform: rotate(0);
}
.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  &:hover ~ .aspect-content:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
  }
}
.aspect-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 30px 20px 15px;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  @include user-select();
  &:before,
  &:after  {
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  &:before {
    height: 100%;
  }
  &:after {
    position: absolute;
    width: 24px;
    height: 100%;
    right: 30px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
  }
}
.aspect-name {
  display: inline-block;
  font-weight: 300;
  color: $header-black;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}
.aspect-stat {
  width: 40%;
  text-align: right;
}
.all-opinions,
.aspect-name {
  font-size: 14px;
  line-height: 22px;
}
.all-opinions {
  color: $tab-text;
  text-align: left;
}
.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}
.aspect-content > div,
.aspect-stat > div {
  display: inline-block;
}
.aspect-content > div {
  vertical-align: middle;
}
.positive-count,
.negative-count,
.neutral-count {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 26px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  color: $reviews-text-black;
}
.positive-count {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM3RUQzMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxMS40MjdhNSA1IDAgMCAwIDEwIDAgLjcxNC43MTQgMCAxIDAtMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMS03LjE0MiAwIC43MTQuNzE0IDAgMSAwLTEuNDI5IDB6bTEuMDcxLTVhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MyAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==');
}
.negative-count {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRjZFMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxNC45OThhLjcxNC43MTQgMCAwIDAgMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMSA3LjE0MiAwIC43MTQuNzE0IDAgMSAwIDEuNDI5IDAgNSA1IDAgMSAwLTEwIDB6bTEuMDcxLTguNTdhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MiAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDIgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==');
}
.neutral-count {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQUMyRDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNS43MTQgMTEuNDI3YS43MTQuNzE0IDAgMSAwIDAgMS40MjloOC41NzJhLjcxNC43MTQgMCAxIDAgMC0xLjQyOUg1LjcxNHptLjM1Ny01YTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3ptNy44NTggMGExLjA3MSAxLjA3MSAwIDEgMCAwIDIuMTQzIDEuMDcxIDEuMDcxIDAgMCAwIDAtMi4xNDN6Ii8+Cjwvc3ZnPgo=');
}
.aspect-info {
  width: 60%;
  white-space: nowrap;
  font-size: 0;
  &:before {
    content: '';
    display: inline-block;
    height: 44px;
    vertical-align: middle;
  }
}
@include chart(44px, 4px);
.aspect-tab-content {
  background-color: $white-light-gray;
  font-size: 0;
  text-align: justify;
}
.sentiment-wrapper {
  padding: 0px 30px 24px 15px;
}
.sentiment-wrapper > div {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}
.opinion-header {
  position: relative;
  width: 100%;
  margin: 0 px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: $header-black;
  text-transform: capitalize;
}
.opinion-header > span:nth-child(2) {
  position: absolute;
  right: 0;
}
.opinion-header + div > span {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: $reviews-text-black;
}
@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }
  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
    &:before {
      display: none;
    }
    &:after {
      top: 0;
    }
  }
  .aspect-content > div {
    display: block;
    width: 100%;
  }
  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sentiment-wrapper > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .sentiment-wrapper > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }
  .aspect-stat > div {
    display: block;
    width: 100%;
  }
  .all-opinions {
    margin-bottom: 10px;
  }
  .all-opinions + div > span:first-child {
    margin: 0;
  }
}

.hiw-container h3{
	color:#ff911d;font-weight: 600;font-size:35px;
}
.hiw-arrow-bottom{
	width: 10px;height: 10px;margin:-5px auto 5px;background-image: url(../img/bottom_arrow.png);background-size: contain;background-repeat: no-repeat;
}

.hiw-line{
	background: #ff911d;width:4px;height: 100%;margin:-5px auto 0px
}

.hiw-circle{
	background: #ff911d;width: 24px;height: 24px;border-radius: 50%;margin:7px auto 0px;border:4px solid #fff;position: relative;z-index:99
}

.app-logo {
	background:url("../img/logo/logo.png");width:126px;height: 42px;background-size: cover;
}


.logo-student {float:left;color:#000;font-size:13px;font-family:'Poppins', sans-serif;line-height:30px;margin-left:10px;padding-left:10px;border-left:1px solid #000;letter-spacing: 5px}

.sticky-menu .logo-student{color:#fff;}

.course-information .flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.course-information .single-chart {
  width: 100%;
  justify-content: space-around ;
}

.course-information .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.course-information .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 0.8;
}

.course-information .circle {
  fill: none;
  stroke-width: 0.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.course-information .circular-chart.orange .circle {
  stroke: #ff9f00;
}

.course-information .circular-chart.green .circle {
  stroke: #4CC790;
}

.course-information .circular-chart.red .circle {
  stroke: #a8dadcb8;
}

.course-information .percentage {
  fill: #b9b9b9;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
  font-family: 'Poppins', sans-serif;
}

.course-information .sub_percentage {
  fill: #b9b9b9;
  font-size: 0.15em;
  text-anchor: middle;
}

.course-information .sub_percentage2 {
  fill: #b9b9b9;
  font-size: 0.25em;
  text-anchor: middle;
}

.course-information .sf-icon{
	margin-right: 10px;
}
.course-information .sf-icon i{
	right:0px;
	font-size:39px;
	top:0px;
	color:#e9e9e9;
}
.fc-dayGrid-view .fc-body .fc-row{
	min-height: 8em!important
}

.course-information .fc th{
	font-weight: 400;
	padding: 5px;
}

.course-information .fc-button-group button{
	font-weight: 200
}

.course-information .left-block:hover  i{
	color:#000;
	transition: all 0.5s ease-out 0s;
}

.course-information .single-chart:hover .percentage{
	fill:#000;
	transition: all 0.5s ease-out 0s;
}

.course-information .single-chart:hover .sub_percentage, .course-information .single-chart:hover .sub_percentage2{
	fill:#444;
	transition: all 1.2s ease-out 0s;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.3);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #f16334;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  display: none;
  margin-bottom:45px;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  display: block;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

 #register-step-1{
    position: absolute;
    width: 100%;
}

#register-step-2{
    position: absolute;
    width: 100%;
}

.register-btn {
    background:#ff621a;
    color:#fff;
}

#register-back-btn:hover{
	cursor: pointer
}

/* custom scroll bar style start*/

::-webkit-scrollbar {
     width: 8px;
     background: transparent;
 }

::-webkit-scrollbar-thumb {
     border-radius: 10px;
 		min-height:50px;
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
     background-color: #ccc;
 }

::-webkit-scrollbar-track {
    
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
    background-color: rgba(255,255,255,0.1);
}
.modal-header{
	display: block;
}
.fc-content {
    cursor: pointer;
}
.filter-icon {background:#ff621a;color:#fff;position: fixed;z-index: 99;padding:10px;border-radius: 0px 10px 10px 0px;box-shadow: 0px 0px 20px rgba(0,0,0,.3);top:40%;}
    .filter-icon:hover{box-shadow: 0px 0px 30px rgba(0,0,0,.5);}
    .price-item { display:none; }
    .price-filter{z-index: 99;display:grid;padding-top: 10px}
    .price-filter button{background:#ff621a;color:#fff;}

.blocker{
	z-index:99!important;
}
.blocker .jqmodal{
	max-width: 800px!important;
}
.blocker table{
	max-width: 100%!important;
	width: 100%!important;
}
.blocker .close-jqmodal {
	top:4px!important;
	right:4px!important;
	width: 25px!important;
	height: 25px!important;
}
.select2-container {
    width: 100%!important;
    margin-bottom: 10px!important;
}
.select2-container--default .select2-selection--single{
	height: 38px!important;	
    border: 1px solid #ced4da!important;
    border-radius: .25rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 38px!important;
	line-height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px!important;
}

textarea::-webkit-input-placeholder {
	color: #ccc !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #ccc !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #ccc !important;
}

textarea:-ms-input-placeholder {
	color: #ccc !important;
}

textarea::placeholder {
	color: #ccc !important;
}
