@import "lib.css"; /* @import "/inc/css/lib.css"; */


.wow { visibility: hidden; }

#iw_wrap {
	background: #000 url("/inc/img/home/bg.png") top right no-repeat;
	overflow: hidden;
}

@media ( max-width: 768px ) {
	.container {
		padding-right: 1.25rem;
    	padding-left: 1.25rem;
	}
}

/************************************
	MENU
************************************/

.menu1-transparent {
	background: none !important;
	border-bottom: 0 !important;
}
#menu1 {
	background: #000;
	padding: 0;
	min-height: 100px;
	transition: 0.2s;
}
#menu1 .navbar-brand {
	height: 100px;
	padding: 0;
}
#menu1 .navbar-brand img {
	height: auto;
	margin-top: 18px;
	max-width: 160px;
}
#menu1 .navbar-nav a.nav-link {
	padding: 0 16px;
    font: 400 17px/100px 'Poppins', sans-serif; 
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0px 0px 6px #000;
}
#menu1 .navbar-nav a.nav-link:hover,
#menu1 .navbar-nav a.nav-link.active {
    color: #FFF;
}
#menu1 .btn {
	font: 500 17px 'Poppins', sans-serif; 
	color: #FFF;
    background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	text-shadow: 0px 0px 6px #2db39e;
	padding: 12px 28px;
	letter-spacing: 0.5px; 
	height: 50px;
	margin: 25px 0 0 20px;
	white-space: nowrap;
	transition: background 0.5s;
	box-shadow: none !important;
	border-radius: 7px;
	border: 0;
}
#menu1 .btn:hover, #menu1 .btn:focus, #menu1 .btn:active {
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
}

/* fix mobile width */
@media ( max-width: 990px ) {
	#menu1 {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
	}
	#menu1 .navbar-nav a.nav-link {
		line-height: 48px;
		margin: 0 -16px;
		padding-left: 30px;
	}
	#menu1 .navbar-nav a.nav-link:hover,
	#menu1 .navbar-nav a.nav-link.active {
		color: #fff;
	}
	#menu1 .btn {
		margin: 10px 14px 34px; 
	}
	
	/* toggler */
	#menu1 .navbar-toggler {
		border: 0;
		outline: none;
		box-shadow: none;
		background: transparent;
		height: 40px;
		width: 42px;
		font-size: 32px;
	}
	#menu1 .navbar-toggler i {
		color: #fff;
	}
}

/************************************
	FOOTER
************************************/

#iw_footer_bg {
	text-align: right;
}
#iw_footer_bg img {
	max-height: 100px;
	margin-bottom: -1px; 
	z-index: 10; 
	position: relative;
	max-width: 70%;
}
#iw_footer_menu {
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 15px;
	font: 300 16px 'Roboto', sans-serif;
	color: #DADADA;
	background: rgba( 255, 255, 255, 0.04 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
}
#iw_footer_menu p,
#iw_footer_menu a {
	color: #DADADA;
	text-decoration: none;
}
#iw_footer_disclaimer {
	text-align: right;
	margin: 20px 0 0.5rem auto;
	font: 300 16px 'Roboto', sans-serif;
}
#iw_footer_menu h5 {
	font: 700 18px/1 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 26px;
}
#iw_footer_menu h5 a {
	cursor: default;
	font-weight: 700;
}
#iw_footer_menu h5 a i {
	display: none;
}
#iw_footer_menu ul.list-unstyled {
	display: block;
	margin-bottom: 30px;
}
#iw_footer_menu ul.list-unstyled li {
	display: block;
	padding-bottom: 15px;
}

/* fix mobile width */
@media ( max-width: 990px ) {
	#iw_footer_bg {
		text-align: center;
	}
	#iw_footer_logo img {
		max-width: 90%;
	}
	#iw_footer_disclaimer {
		text-align: left;
		margin-left: 0;
	}
}

@media ( max-width: 768px ) {
	#iw_footer_menu {
		padding: 45px 0 0px;
	}
	#iw_footer_menu h5 a {
		cursor: pointer;
		display: block;
		font-size: 17px;
	}
	#iw_footer_menu h5 a i {
		display: block;
		float: right;
		transition: transform 200ms ease-in-out;
	}
	#iw_footer_menu h5 a i.opened {
	  transform: rotate(-180deg);
	}
	#iw_footer_menu ul.list-unstyled {
		display: none;
	}
	#iw_footer_logo {
		padding: 30px 0 12px;
		margin-top: 10px;
		border-top: solid 1px #444;
		display: block;
		text-align: center;
	}
	#iw_footer_logo img{
		max-width: 60%;
	}
	#iw_footer_disclaimer {
		text-align: center;
		font-weight: bold;
		margin: 17px 0 0 0;
	}
	#iw_footer_disclaimer span {
		display: none;
	}
}

/************************************
	FOOTER ABOUT
************************************/

#iw_footer_about {
	color: #DADADA;
	padding-top: 25px;
	padding-bottom: 22px;
	background: rgba( 255, 255, 255, 0.04 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
}
#iw_footer_about a {
	color: #DADADA;
	text-decoration: none;
}
#iw_footer_copyright {
	float: left;
	font: 300 16px/32px 'Roboto', sans-serif;
}
#iw_footer_social {
	float: right;
	text-align: right;
}
#iw_footer_social a {
	margin-left: 10px;
	opacity: 0.9;
}
#iw_footer_social a:hover {
	opacity: 1;
}

@media ( max-width: 768px ) {
	#iw_footer_about {
		padding-top: 0;
		border-top: 0;
	}
	#iw_footer_social {
		float: none;
		text-align: center;
		margin: 21px 0 5px;
	}
	#iw_footer_copyright {
		float: none;
		text-align: center;
		line-height: 24px;
	}
	#iw_footer_copyright span {
		display: none;
	}
}

/************************************
	HEADER HOME 
************************************/

#header_home {
	padding: 245px 0 230px;
	overflow: hidden;
	min-height: 800px;
	text-align: left;
}
#header_home h1 {
	color: #FFF;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	letter-spacing: 1px;
	padding: 0;
	font: 700 68px/1.2 'Poppins', sans-serif;
	max-width: 990px;
}
#header_home h2 {
	color: #FFF;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	letter-spacing: 1px;
	padding: 20px 0 2.2rem 0;
	font: 400 24px/1.5 'Poppins', sans-serif;
	max-width: 750px; 
}
#header_home .btn {
	display: inline-block;
    line-height: 40px;
}

@media ( max-width: 768px ) {
	#header_home {
		padding: 120px 0 120px;
		min-height: 300px;
	}
	#header_home h1 {
		font-size: 30px;
		padding: 20px 0;
	}
	#header_home h2 {
		font-size: 17px;
		line-height: 1.3;
		padding: 0 0 20px;
	}
	#header_home .btn {
		line-height: 17px;
	}
}

/************************************
	CAROUSEL
************************************/

/* carousel features */
.iw_features {
	margin: 85px 0 95px;
}
.iw_features .carousel-indicators {	
	bottom: -95px;
}
.iw_features .carousel-indicators button {
	text-indent: 0;
	margin: 0 8px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #141721;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-align: center;
	font-weight: bold;
}
.iw_features .carousel-indicators button.active,
.iw_features .carousel-indicators button:hover {
    background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
}

/* carousel pc */
.iw_screenshot {
	padding: 25px 0 35px;	
}
.iw_screenshot .carousel-control-prev {
    left: 0px;
    width: 30px;
}
.iw_screenshot .carousel-control-next {
    right: 0px;
    width: 30px;
}

/************************************
	ACTION
************************************/

.iw_action {
	overflow-y: visible;
	text-align: left;
	margin: 100px 0 60px;
	padding: 95px 0 90px !important;
	border-width: 1px 0 !important;
	border-radius: 0 !important;
}
.iw_action .container div {
	position: relative;
}
.iw_action h2 {
	color: #FFF;
	font: 700 48px/1.2 'Poppins', sans-serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	letter-spacing: 1px;
	margin-bottom: 30px;
	max-width: 700px;
}
.iw_action h3 {
	color: #FFF;
	font: 500 18px/1.5 'Poppins', sans-serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	letter-spacing: 1px;
	margin-bottom: 40px;
	max-width: 700px;
}
.iw_action .btn {
	display: inline-block;
    line-height: 40px;
}
.iw_action img {
	float: right;
	margin-top: -130px;   
	position: absolute;    
	width: 820px;    
	right: -160px;
}

@media ( max-width: 1200px ) {
	.iw_action h2 {
		font-size: 36px;
	}
	.iw_action h3 {
		font-size: 24px;
	}
}

@media ( max-width: 768px ) {
	.iw_action {
		margin-top: 60px;
	}
	.iw_action h2 {
		font-size: 22px;
		padding: 0 30px;
	}
	.iw_action h3 {
		font-size: 18px;
		padding: 0 30px;
	}
	.iw_action .btn {
		margin-left: 30px;
	}
}

/************************************
	HEADER PAGE 
************************************/

#header_page {
	padding-top: 100px;
}

#header_page h1 {
	font: 700 48px/1.2 'Raleway', sans-serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	color: #FFF;
	padding: 45px 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}

#header_page h2 {
	text-align: center;
	color: #ddd; 
	font: 400 20px/28px 'Poppins', sans-serif;
	margin-bottom: 85px;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
}

@media ( max-width: 768px ) {
	#header_page h1 {
		font-size: 28px;
		padding: 32px 0 0;
	}
	
	#header_page h2 {
		margin-bottom: 45px;
		font-size: 17px;
	}
}

/************************************
	PAGE ELEMENTS
************************************/

p {
	color: #ddd;
	font: 300 17px/26px 'Roboto', sans-serif;
	margin-bottom: 20px;
}

.iw_what p {
	font: 400 17px/26px 'Poppins', sans-serif;
}

strong {
	font-weight: 600;
}

.iw_glass {
	padding: 65px 60px;
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	text-shadow: 0px 0px 6px #000;
}
.iw_glass a {
	color: #ddd;	
}
.iw_glass a:hover {
	color: #fff;	
}
@media ( max-width: 768px ) {
	.iw_glass {
		padding: 60px 35px;
	}
}

.iw_page h3,
.iw_page_title {
	font: 700 23px/1.1 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.8px;
}
.iw_page h3 {
	margin-bottom: 30px;	
}
.iw_page h3:not(:first-child) {
	margin-top: 50px;	
}
.iw_page_title2 {
	color: #FFF;
	/*font: 700 48px/1.2 'Raleway', sans-serif;
	text-transform: uppercase;*/
	font: 700 48px/1.2 'Poppins', sans-serif;
	margin-bottom: 60px;
}
.iw_page_slogan2 {
	color: #ddd; 
	font: 400 20px/28px 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 80px;
}

@media ( max-width: 768px ) {
	.iw_page h3,
	.iw_page_title {
		font-size: 24px;
	}
	.iw_page_title2 {
		font-size: 24px;
	}
	.iw_page_slogan2 {
		font-size: 18px;
		margin-bottom: 60px;
	}
}

.iw_fa_gradient {
	font-size: 48px;
	margin-bottom: 1.5rem;
	color: #198754;
	background: #198754;
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}

/* form */
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	margin-bottom: 4px;
	font: 400 18px 'Roboto', 'sans serif';
	color: #FFF;
}
.form-group label span { 
	color: #f2b636;
	font-weight: 700;
	margin-left: 12px;
}
.form-group textarea {
	resize: vertical;
}

/* button */
.btn-primary {
    padding: 13px 28px;
    border: 0;
	margin: 0;
    font: 500 17px 'Poppins', sans-serif;
    letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	box-shadow: none !important;
	border-radius: 7px;
	color: #fff !important;
    background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	text-shadow: 0px 0px 6px #2db39e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
}

/* recaptcha */
.g-recaptcha-outer{
	margin-bottom: -8px;
	padding-left: 12px;
    text-align: left;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #CCC;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}
.g-recaptcha-inner{
    width: 290px;
    height: 74px;
    overflow: hidden;
    margin: 0;
	margin-right: 20px;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

@media ( max-width: 768px ) {
	.g-recaptcha-outer {
		display: block;
	}
}

/************************************
	sidebar 
************************************/

.iw_sidebar h3 {
	margin-bottom: 25px;
}
.iw_sidebar h3:not(:first-child) {
	margin-top: 50px;
}

#iw_sidebar_social a {
	margin-right: 10px;
	opacity: 0.9;
}

#iw_sidebar_social a:hover {
	opacity: 1;
}

.iw_sidebar .list-unstyled li {
	margin-bottom: 8px;
}
.iw_sidebar .list-unstyled li a {
	text-decoration: none;
	font: 400 17px/1.4 'Roboto', sans-serif;
}

/************************************
	DOCS 
************************************/

/* index */
.iw_docs_section {
	display: block;
	margin-bottom: 30px;
	padding: 20px 25px;
	border-radius: 7px;
	text-decoration: none;
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	text-shadow: 0px 0px 6px #000;
	font: 400 17px 'Roboto', sans-serif;
	color: #FFF;
}
.iw_docs_section:hover {
	color: #FFF;	
}
.iw_docs_section strong {
	font: 700 17px 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.iw_docs_section i:first-child {
	float:left;
	font-size:48px;
	margin-right:24px;
}

/* page */
.iw_docs h3,
.iw_docs h4 {
	margin-bottom: 30px;
}
.iw_docs p {
	margin-bottom: 25px;
}
.iw_docs p.iw_alert {
	padding: 20px;
	margin-bottom: 25px;
	font-style: italic !important;
	border-radius: 7px;
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
}
.iw_docs pre {
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font: 300 16px/1.2 'Roboto', sans-serif;
	margin-bottom: 25px;
	color: #fff;
	padding: 20px;
	border-radius: 7px;
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
}
.iw_docs pre, 
.iw_docs pre > * {
	user-select: text;
}

/* sidebar */
.iw_docs .iw_sidebar ul.list-unstyled li {
	margin-bottom: 12px;
}
.iw_docs .iw_sidebar ul.list-unstyled li a {
	text-decoration: none;
	font: 300 17px/1.6 'Roboto', sans-serif;
}

/* next/prev */
#iw_docs_nav {
	text-align: left;
	margin-top: 35px;
}

@media ( max-width: 768px ) {
	#iw_docs_nav {
		text-align: center;
	}
}

/* faq */
.iw_docs_faq .faqQ a {
	font-weight: 600;
	text-decoration: none;
}
.iw_docs_faq .faqQ a i {
	width: 20px;
}
.iw_docs_faq .faqA {
	display: none;
	padding-left: 20px;
}

/************************************
	PRICING 
************************************/

#iw_pricing p {
	color: #ccc;
	font: 300 15px/1.6 'Roboto', sans-serif;
}
#iw_pricing p a {
	color: #ccc;
	text-decoration: none;
}

/* guarantee */
.iw_guarantee {
	background: rgba( 255, 255, 255, 0.04 ); 
	border: 1px solid rgba( 255, 255, 255, 0.1 ); 
	border-width: 1px 0;
	padding: 95px 0 65px;
	margin-top: 65px;
}
.iw_guarantee .col-12 {
	text-align: center;
	padding: 0 25px 30px; 
	color: #ddd;
	font: 300 17px/1.6 'Roboto', sans-serif;
}
.iw_guarantee .col-12 img {
	max-width: 150px;
}
.iw_guarantee .col-12 strong {
	color: #fff;
	display: block;
	font: 700 20px 'Poppins', sans-serif;
	padding-bottom: 6px
}

/* pricing */
#iw_pricing .card {
	position: relative;
	transition: all 0.2s;
	color: #fff;
	padding: 35px 30px;
}
#iw_pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#iw_pricing .card-price {
	font-size: 3rem;
	margin: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
#iw_pricing .card-price .period {
	font-size: 0.8rem;
}
#iw_pricing ul li {
	margin-bottom: 0.6rem;
	
	margin-left: 20px;
}
#iw_pricing ul li .fa-li {
    /*padding-right: 15px;*/
    word-wrap: normal;
	
	text-align: right;
	left: -50px;
	font-size: 17px;
}
#iw_pricing .btn {
	margin: 14px 3% 0;
	width: 94%;
	border-radius: 5rem;
	padding: 1rem;
}

@media (min-width: 992px) {
	#iw_pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		transform: scale(1.02);
	}
}
@media ( max-width: 768px ) {
	#iw_pricing .card-body {
		padding: 0;
	}	
}

/* monthly/yearly */
#iw_pricing .pagination .page-item .page-link {
	text-decoration: none;
	color: #CCC;
	font: 500 19px 'Poppins', 'sans serif';
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	text-shadow: 0px 0px 6px #000;
}
#iw_pricing .pagination .page-item.active .page-link {
	border-color: #198754;
	color: #FFF;
	background-color: transparent;
	background-image: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	text-shadow: 0px 0px 6px #2db39e;
}
#iw_pricing .pagination .page-item .page-link:focus {
	box-shadow: none;
}

/* ribbon */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #0f5132;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 600 18px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
	background-color: transparent;
    background-image: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	text-shadow: 0px 0px 6px #2db39e;
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/************************************
	TESTIMONIALS 
************************************/

.iw_testimonials {
	padding: 95px 0;
}
.iw_testimonials .talk-bubble p {
	color: #ddd;
	min-height: 80px;
	font: 300 17px/26px 'Roboto', sans-serif;
}
.iw_testimonials img {
	border-radius: 50%;
	filter: grayscale(100%);
	margin-right: 12px;
}
.iw_testimonials .fa-star {
	font-size: 24px;
	color: #198754;
	background: #198754;
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	margin-right: 3px;
}
.iw_testimonials .fa-star.iw_star0 {
	color: #666;
	background: #666;
	background: linear-gradient(180deg,#666666 0%,#666666 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.iw_testimonials .talk-bubble {
	display: inline-block;
	position: relative;
	height: auto;
	background-color: #141721;
	border-radius: 10px;
	margin-bottom: 35px;
	padding: 35px 30px;
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	text-shadow: 0px 0px 6px #000;
}
.iw_testimonials .tri-right.btm-left-in:after{
	content: "";
    position: absolute;
    bottom: -15px;
    left: 55px;
    width: 30px;
    height: 30px;
    border-left: 1px solid #232323;
    border-bottom: 1px solid #232323;
    box-shadow: -2px 2px 0 rgb(0 0 0 / 15%);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.04);
    background: #0A0A0A;
}

@media ( max-width: 768px ) {
	.iw_testimonials {
		padding: 65px 0;
	}
}

/****************************************
	NEWS
****************************************/

#iw_news {
	padding: 30px 0 20px 0;
	border: 0;
}
#iw_news p {
	margin-bottom: 25px;
	color: #DDD;
	font: 300 17px/1.2 'Roboto', sans-serif;
}
#iw_news p i {
	color: #198754;
	margin: 0 9px 0 0;
	font-size: 17px !important;
}
#iw_news p strong {
	font-weight: 600;
	color: #FFF;
	padding-right: 9px;
}

@media ( max-width: 768px ) {
	#iw_news {
		padding: 0 0 30px;
	}
	#iw_news .iw_page_title2 {
		margin-bottom: 35px;
	}
	#iw_news p {
		font-size: 15px;
	}
	#iw_news p span {
		display: block;
	}
}

/* numbers */

#iw_numbers p {
	margin-bottom: 8px;
	color: #DDD;
}
#iw_numbers .progressbar {
	width: 100%;
	height: 19px;
	background-color: #eee;
	padding: 2px;
	margin-bottom: 33px;
	clear: both;
	overflow: hidden;
	border-radius: 7px;
	border: double 1px #000;
}
#iw_numbers .progress {
	background: #198754;
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	height: 14px;
	width: 90%;
	max-width: 100%;
	float: left;
}
#iw_numbers .pbaranim {
	height: 14px;
	width: 100%;
	overflow: hidden;
	background: none repeat-x;
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	filter: alpha(opacity=15);
}
#iw_numbers .pbaranim.lazy {
	 background-image: url('../img/home/progressbar.gif');
}

@media ( max-width: 768px ) {
	#iw_numbers {
		margin-bottom: 45px;
	}
	#iw_numbers .progressbar {
		margin-bottom: 22px;
	}
}

/****************************************
	MSG
****************************************/

#iw_msg_wrap .iw_msg {
	font: 500 17px 'Poppins', 'sans serif';
	text-align: left; 
	padding: 24px;
	border-radius: 7px;
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	text-shadow: 0px 0px 6px #000;
	margin-bottom: 3rem;
	cursor: pointer;
}
#iw_msg_wrap .iw_error {
	background: rgba( 220, 53, 69, 0.1 );
	border: 1px solid rgba( 220, 53, 69, 0.2 );
	color: #dc3545; 
}
#iw_msg_wrap .iw_success {
	background: rgba( 25, 135, 84, 0.1 );
	border: 1px solid rgba( 25, 135, 84, 0.2 );
	color: #198754; 
}

/************************************
	BACK TO TOP	
************************************/

#iw_backtop {
	display: none;
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	/*line-height: 30px;*/
	padding-top: 5px;
	background: rgba( 255, 255, 255, 0.04 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
	border-radius: 4px;
}

@media ( max-width: 991px ) {
	#iw_backtop {
		/*display: none !important;*/
	}	
}

/****************************************
	COOKIE BAR
****************************************/

#iw_cookiebar {
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
	background: #0A0A0A;
	color: #FFF;
	font: 300 14px/32px 'Roboto', sans-serif;
	padding: 16px 0 14px;
	z-index: 16;
}

#iw_cookiebar a {
	color: #FFF;
	font-weight: 500;
}

#iw_cookiebar a.btn {
	float: right;
	margin-left: 5px;
	font-weight: bold;	
	text-decoration: none;
    font: 500 16px/14px 'Roboto', sans-serif;
    padding: 8px 22px;
	border-radius: 3px;
	border: 0;
    background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	color: #FFF;
}

#iw_cookiebar a.btn:hover {
	background: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
}

@media ( max-width: 768px ) {
	
	#iw_cookiebar {
		font-size: 13px;
		line-height: 1.4;
	}
	#iw_cookiebar span {
		display: block;
		margin-top: 9px;
	}
	#iw_cookiebar a.btn {
		padding: 8px 22px;
		display: block;
		float: none;
		margin-left: 0;
	}
}