html {
  font-family:Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #2E363B;
  line-height: 1.5em;
}

body.a2-main{
  padding-top: 0px;
}

body p{
  line-height: 1.5em;  
}

textarea:focus, input:focus, button:focus, a:focus{
	outline: none;
}

span.required{
  color: #FF0000;
}

p.required-fields{
  color: #666;
}
*{outline: none!important;}
.entry-content h2,
.entry-content h3,
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dd, .entry-content pre, .entry-content hr {
    margin-bottom: 24px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}   
#hzfaqs-features .el-collapse-item,
#hzfaqs-features .el-collapse-item__header,
#hzfaqs-features h4,
.slick-dots li,
.logo img,
#wprmenu_menu.wprmenu_levels ul li a,
#wprmenu_bar,
a,
.main-nav ul,
#header,
#header.sticky-header .logo a { 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3b8070;
  color: #3b8070;
  text-decoration: none;
  padding: 10px 30px;
}

.button--green:hover {
  color: #fff;
  background-color: #3b8070;
}

.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px;
}

.button--grey:hover {
  color: #fff;
  background-color: #35495e;
}
body{
  background-color: #ffffff;
}
.footer-priv a{
	margin: 0 6px;
}
.footer-priv{
  float: right;
}
#footer-copyright .text-muted{
	width: 100%;
    text-align: left;
}
a{
  text-decoration: none;
  color: #f79e1c;
} 
.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  max-width: 96%;
}

.container-2 {
  margin: 0 auto;
  position: relative;
  width: 1360px;
  max-width: 96%;
}
.logo {
  min-height: 60px;
  float: left;
}

.logo img {
  width: auto;
  height: 50px;
}

.main-nav ul .add-to-chrome a{
  border: none;
  border-radius: 7px;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 10rem;
  outline: none;
  padding: 8px 12px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #0af;
  justify-content: center;
  display: flex;
}

.main-nav ul .add-to-chrome a:hover{
  background-color: #0099e6;
  color: #fff;
}

.main-nav ul .add-to-chrome a svg{
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.nav-brand {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}

.main-nav {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
}

.nav-brand{
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}

.logo a {
  color: #18222e;
  display: block;
  line-height: 1.5;
  padding: 25px 0;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.main-nav ul li.nav-loginX a:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #bbb;
  float: left;
  margin-right: 33px;
  margin-top: 3px;
}
.main-nav ul li.nav-login a:hover{
background-color: #f79e1c;
color: #fff; 
}

.main-nav ul li.nav-register a,
.main-nav ul li.nav-login a {
  border: 1px solid #f79e1c;
  font-size: 18px;
  color: #f79e1c;
    padding: 10.5px 19px!important;
  width: 136px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .625rem 1.5rem;
  line-height: 1.5;
  border-radius: 5px; 
  transition: color .1s ease,fill .1s ease;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  letter-spacing: 1px;
  transition: all .3s;
}
.main-nav ul li.nav-register a { 
  background-color: #f79e1c; 
  color: #fff; 
} 
.bnt-origin{
background-color: #f79e1c;
border-radius: 4px;
font-size: 14px;
color: #fff; 
  padding: 16px 32px; 
font-weight: bold;
text-align: center; 
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  transition: color .1s ease,fill .1s ease;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
} 
.main-nav ul li.nav-register {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.main-nav ul li.nav-register a:hover,
.bnt-origin:hover{
background-color: #f9ae3e; 
color:#fff;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap; 
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.footer-1 hr {
  margin-top: 3rem;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #eaedf2;
}
.text-white hr {
  border-color: rgba(255, 255, 255, .1);
}
.text-white {
  color: #fff!important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
} 
.bg-primary-3 {
  background-color: #fffbeb;
  background: linear-gradient(180deg,#fffbeb,rgba(255,255,255,0) 100%)!important;
}
footer.bg-primary-footer {
  background-color: #192d35;
  padding: 60px 0 40px 0;
  clear: both;
  width: 100%;
  float: left;
}

footer {
  padding: 6.5rem 0;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.flex-sm-row {
  flex-direction: row!important;
}
.align-items-center {
  align-items: center!important;
}
.blockquote-footer, .text-small {
  font-size: .875rem;
  line-height: 1.25rem;
}
.text-white .text-muted {
  color: rgba(255, 255, 255, .5)!important;
  font-weight: 600; 
}

.links-white a:hover {
  color: rgba(255, 255, 255, 1);
}
.links-white a:not(:hover) {
  color: rgba(255, 255, 255, .7);
}
.text-white a {
  transition: all .2s ease-in-out;
}


.card.bg-white {
  border-color: transparent;
  background-color: rgba(255, 255, 255, .05)!important;
} 
.card-body {
  flex: 1 1 auto;
  padding: 30px 20px;
}
.key-feature .card svg{
    width: auto;
    height: 42px;
    max-width: 58px;
}
.key-feature .card {
	height: 100%;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eaedf2;
  border-radius: .3125rem;
}
.text-white .blockquote, .text-white .display-1, .text-white .display-2, .text-white .display-3, .text-white .display-4, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #2E363B;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #555a64;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 
}
.btn>span {
    display: inline-block
}

.btn .icon {
    height: 1.25rem
}

.btn .icon:last-child:not(:only-child) {
    margin-right: -.5rem;
    margin-left: .5rem
}

.btn .icon:first-child:not(:only-child) {
    margin-left: -.5rem;
    margin-right: .5rem
}

.btn.rounded-circle {
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.btn-loading {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  color: #fff;
  background-color: #f79e1c;
  border-color: #f79e1c;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fab54e;
  border-color: #fab54e;
}
 
.w-auto {
  width: auto!important;
}
 
.form-group {
  position: relative;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card input[type="email"],
.card button[type="submit"]{
  display: inline-block;
}
.mr-sm-2, .mx-sm-2 {
  margin-right: .5rem!important;
}
.row-container {
  padding: 0 20px;
}
.logo-footer img {
  width: auto;
  height: 50px;
  float: left;
}
.logo-footer{
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.row-footer-socials ul li a:hover svg{
	color: #fff;
}
.row-footer-socials ul li a svg{
    color: #ccc;
	  height: 21px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.row-footer-socials ul.demos {
  margin-top: 0;
}
.row-footer-socials ul.demos li{
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
.row-footer-socials ul {
	margin: 12px 0 35px;
	padding: 0;
	width: 100%;
	float: left;
}
.row-footer-socials ul li.youtube{
	margin-right: 0;
}
.row-footer-socials ul li{
	list-style: none;
	float: left;
	padding: 0;
	margin-right: 26px;
}

ul.platforms-footer {
  margin: 0;
  padding: 0;
}
.platforms-footer li.platforms-shopify {
  margin-right: 25px;
  float: left;
}
.platforms-footer li {
  list-style: none;
  float: left;
}
.img-shopify {
  width: 109px;
  height: 31px;
}
.img-woo {
  width: 146px; 
  margin-top: 2px;
}


/*--------------------------------------------------------------
#home
--------------------------------------------------------------*/
section {
  position: relative;
  padding: 3.75rem 0;
}
.pb-0, .py-0 {
  padding-bottom: 0!important;
}
.section-title {
  margin-bottom: 2rem;
}
.display-4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
.lead {
  font-size: 18px;
  font-weight: 400;
}
.text-center {
  text-align: center!important;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 11px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
  	min-width: 160px;
}

.bg-primary {
  background-color: #ffecb3!important;
}

.m-2 {
  margin: .5rem!important;
}

.pl-3, .px-3 {
  padding-left: 1rem!important;
}
.pr-3, .px-3 {
  padding-right: 1rem!important;
}
.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}

.pt-2, .py-2 {
  padding-top: .5rem!important;
}
.shadow-sm {
  box-shadow: 0 .25rem .375rem rgba(0, 0, 0, .09)!important;
}
.align-items-center {
  align-items: center!important;
}
.rounded {
  border-radius: .3125rem!important;
}
.bg-white {
  background-color: #fff!important;
}
.media {
  display: flex;
  align-items: flex-start;
}

.avatar.avatar-sm {
  width: 3rem;
  height: 3rem;
}
.avatar.avatar-sm, .avatar.avatar-xs {
  width: 2.25rem;
  height: 2.25rem;
}
 
.avatar {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}
.text-dark {
  color: #2E363B!important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}
mark:not([data-aos=highlight-text]) {
  background-size: 100% .3em;
}
mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: linear-gradient(120deg, rgba(255, 193, 7, .4) 0, rgba(255, 193, 7, .4) 100%);
  background-repeat: no-repeat;
  background-size: 0 .3em;
  background-position: 0 80%;
  position: relative;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.mark, mark { 
}
 
.flex-wrap {
  flex-wrap: wrap!important;
}
.d-flex {
  display: flex!important;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.avatar {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}
.mr-3, .mx-3 {
  margin-right: 1rem!important;
}
.flex-shrink-0 {
  flex-shrink: 0!important;
}
img {
  vertical-align: middle;
  border-style: none;
} 

.avatar.avatar-sm, .avatar.avatar-xs {
    width: 2.25rem;
    height: 2.25rem;
} 

.o-hidden {
  overflow: hidden;
}

.bg-light {
  background-color: #f7f9fc!important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
} 
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.lead {
  font-size: 18px;
  font-weight: 400;
}
.tab-content>.active {
  display: block;
}

.tab-content>.tab-pane {
  
} 
.fade {
  transition: opacity .15s linear;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .09)!important;
}
.rounded {
  border-radius: .3125rem!important;
}
.border {
  border: 1px solid #eaedf2!important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f79e1c;
}
.nav-pills .nav-link {
  border-radius: .3125rem;
}
.nav-link {
  transition: all .2s ease-in-out;
}
.nav-link {
	display: block;
    padding: 13px 18px 16px;
    line-height: 1;
}
.h1, h1 {
  font-size: 24px; 
  line-height: 1.125;
}
#myTabContent mark[data-aos=highlight-text]  {
  background-size: 100% .3em;
} 
.display-1, .display-2, .display-3, .display-4, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  letter-spacing: -.02em;
}
.h4, h4 {
  font-size: 22px;
} 

.position-absolute {
  position: absolute!important;
}
.h5, h5 {
  font-size: 19px;
}
.p-3 {
    padding: 1rem!important;
}

.min-vh-40 {
  min-height: 40vh;
}
.bg-gradient {
  background: linear-gradient(to right, #009b72, #046865)!important;
}

.content-section{
	float: left;
	width: 100%;
	clear: both;
}

/*--------------------------------------------------------------
mainNav
--------------------------------------------------------------*/
.main-nav ul { 
margin: 0;
padding: 31px 0;
}
.main-nav ul.sub-menu li  a{
background-image: none!important;
} 
.main-nav ul li {
float: none;
list-style: outside none none;
position: relative;
display: inline-block;
  margin: 0 16px;
}
.main-nav ul li:hover .sub-menu{ 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
z-index:9999;
height: auto; 
padding: 14px 12px 14px 0;
} 
.main-nav ul li .sub-menu li {
display: block;
list-style: outside none none;
text-align: left; 
position: relative;
  margin: 0 11px;
}   
.main-nav ul li .sub-menu { 
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0; 
  background: #fff; 
  border-top:4px solid #f79e1c;
  box-shadow: 0 8px 8px hsla(0,0%,4%,.1);
  left: 0;
  position: absolute; 
  top: 100%;
  width: auto; 
  z-index:-1;
  height: 0; 
  display: inline-grid;
}  
.main-nav ul li a {
  color: #35495e;
  font-size: 16px; 
  padding: 0 5px;
  text-decoration: none; 
  line-height: 1.2;
  display: inline-block;
  transition: color .1s ease,fill .1s ease; 
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}
.main-nav ul li .sub-menu a {
float: left;  
text-transform: inherit;
width: 100%; 
border-top: 0 solid !important;
white-space: nowrap;
  padding: 8px 5px!important;
} 

.main-nav ul li.menu-item-has-children>a{
  position: relative; 
}
.main-nav ul li.menu-item-has-children.current-menu-parent>a:after,
.main-nav ul li.menu-item-has-children:hover>a:after,
.main-nav ul li.menu-item-has-children>a:hover:after {
color:#f79e1c; 
}
.main-nav ul li.menu-item-has-children>a:after {
  color: #18222e;
  font-family: 'FontAwesome';
  content: "\f078";
  right: -5px;
  top: 0;
  position: relative;
  font-size: 13px;
  margin-top: 1px;
  float: right;
}  
.main-nav ul li:hover > a{
  color: #f79e1c; 
}
.main-nav ul li a:hover,
.main-nav ul li >a.router-link-active {  
  color: #f79e1c; 
} 

#header {
	background-color: #fffbeb;
	transition: height .3s;
	width: 100%;
	clear: both; 
	float: left;
}
#header.sticky-header .main-nav ul { 
  padding: 22px 0;
}
#header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all .3s cubic-bezier(.36,-.01,.07,1.02);
  z-index: 1000;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1); 
}
#header.sticky-header{
  background-color: #FFF;
}

#header.sticky-header .logo a {
  color: #18222e;
  display: block;
  line-height: 1.5;
  padding: 15px 0;
  position: relative;
}  

/*--------------------------------------------------------------
ICON 3
--------------------------------------------------------------*/
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(1) {
    top: 0px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(2),
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(3) {
    top: 11px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(4) {
    top: 22px;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3),
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    top: 11px;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 {
    width: 32px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.site-header.sticky #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #192d35;
}
 

#wprmenu_bar .wprmenu_icon #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #192d35;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 6px;
}

.site-header .container {
    position: relative;
}

#wprmenu_menu.right {
    box-shadow: -1px 4px 12px -2px #000;
    top: 0;
}
#special_menu #wprmenu_bar {
    background: transparent;
}
#header .container {
    position: relative;
}
#wprmenu_bar {
  position: absolute;
  width: 268px;
  right: 20px;
  top: 35px;
}

.sticky-header #wprmenu_bar {
    top: 30px;
}
body{
	width: auto !important;
	right: auto !important;
}
#wprmenu_menu.right {
    width: calc(100% - 274px - 52%)!important; 
}
#wprmenu_menu.wprmenu_levels ul li a.router-link-active,
#wprmenu_menu.wprmenu_levels ul li a:hover { 
	color: #f58136;
}
#wprmenu_menu.wprmenu_levels ul li a {
    text-align: left;
    font-size: 15px;
    padding: 12px 12px;
    line-height: 1.5;
    font-weight: 300;
    display: inline-block;
    width: 100%;
	color: #fff;
}
#wprmenu_menu .wpr_social_icons a{
	text-decoration: none;
}
#wprmenu_menu .wpr_social_icons {
    text-align: left;
    margin-right: 0;
    width: 277px;
    float: left;
    clear: both;
}
.sticky-header ~ #wprmenu_menu ul { 
    margin: 126px 0 0;
}
#wprmenu_menu ul {
    margin: 132px 0 0;
    width: 274px;
    text-align: right;
    float: left;
	clear: both;
}
#wprmenu_menu .wpr_social_icons a i {
    font-size: 30px;
}
#wprmenu_menu .wpr_social_icons a {
    padding-right: 0;
    padding-left: 7px;
}

#wprmenu_menu {
	display: none;
    background: #192d35;
}
#wprmenu_menu.menu-open{
	display: block;
}

/**/
.sticky-header #wprmenu_menu.top {
    top: 79px;
}
#wprmenu_menu.top {
    position: absolute;
    top: 114px;
    width: 250px;
    right: 20px;
    left: auto;
    max-width: 100%;
    z-index: 9999;
	border-radius: 10px;
	box-shadow: 0 0 4px #192d35;
}
#wprmenu_menu ul {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
}

#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 1px solid #ffffff;
    display: block;
    overflow: hidden; 
    position: relative;
    list-style: none;
} 
#wprmenu_menu.wprmenu_levels ul li:last-child {
	border-bottom: none;
}
#special_menu{
    float: right; 
}

#mainNav{
	display: block;
}	
#special_menu{
	display: none;
}
.wprmenu_icon {
    margin-top: 0;
    float: right;
}

/*--------------------------------------------------------------
Member Mobile
--------------------------------------------------------------*/
.menu-member ul {
	margin: 0;
	float: left;
    padding: 0;
}
.menu-member ul li {
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
}
.menu-member .nav-m-register a,
.menu-member .nav-m-login a {
  border: 1px solid #f79e1c;
  font-size: 15px;
  color: #f79e1c;
  padding: 11px 23px!important;
  width: 136px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  padding: .625rem 1.5rem;
  line-height: 1.5;
  border-radius: 100px; 
  transition: color .1s ease,fill .1s ease;
  -webkit-transition: all .3s;
  -moz-transition: all .3s; 
  transition: all .3s;
}
.menu-member .nav-m-register a { 
  background-color: #f79e1c; 
  color: #fff; 
}  
.menu-member .nav-m-register {margin-left: 0 !important;}

.menu-member .nav-m-register a:hover {
	background-color: #f9ae3e; 
	color:#fff; 
}

.menu-member .nav-m-login a:hover{
	background-color: #f79e1c;
	color: #fff; 
}

.header-space{
	height: 100px;
	width: 100%;
	clear: both;
}


/*--------------------------------------------------------------
mainNav
--------------------------------------------------------------*/
.align-items-start .p-sm-4 >div{
	top: 10px;
	left:0;
	right: 0;
	margin: 0 auto;
    width: 100%;
	top: 45%;
    text-align: center;
    transform: translateY(-50%);
}
.align-items-start .p-sm-4 { 
    height: 48px;
    width: 48px;
    line-height: 1;
    text-align: center;
	position: relative;
    padding: 0 24px!important;
}

.border-thick {
    border-width: 4px!important;
}

.left {
    right: auto;
    left: 0;
}

.shadow-lg {
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.09)!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
 
.border-white {
    border-color: #fff!important;
}
.border {
    border: 1px solid #eaedf2!important;
}
 
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
/*--------------------------------------------------------------
mainNav
--------------------------------------------------------------*/

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 8px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content .tab-pane{
	display: none;
}
.tab-content{
    background: #ededed;
    padding: 16px 6px;
}

.tab-content.current{
	display: inherit;
}
.tab-content>.tab-pane.active {
    display: block;
}
/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/

.btn-primary-3 {
    color: #fff;
    background-color: #192d35;
    border-color: #192d35;
    box-shadow: none
}

.btn-primary-3:hover {
    color: #fff;
    background-color: #0d171b;
    border-color: #0d171b;
}

.btn-primary-3.focus,
.btn-primary-3:focus {
    box-shadow: none, 0 0 0 .2rem rgba(60, 77, 83, .5)
}

.btn-primary-3.disabled,
.btn-primary-3:disabled {
    color: #fff;
    background-color: #192d35;
    border-color: #192d35
}

.btn-primary-3:not(:disabled):not(.disabled).active,
.btn-primary-3:not(:disabled):not(.disabled):active,
.show>.btn-primary-3.dropdown-toggle {
    color: #fff;
    background-color: #091012;
    border-color: #05080a
}

.btn-primary-3:not(:disabled):not(.disabled).active:focus,
.btn-primary-3:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 77, 83, .5)
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0 0 40px;
}
.entry-content ul li { 
  padding: 6px 0;
}
.btn-outline-primary {
    color: #f79e1c;
    border-color: #f79e1c
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f79e1c;
    border-color: #f79e1c
}

.display-3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}
.h6, h6 {
    font-size: 1rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
/*--------------------------------------------------------------
mainNav
--------------------------------------------------------------*/
.p-0 {
    padding: 0!important;
}
/*--------------------------------------------------------------
Contact&Form
--------------------------------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555a64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf2;
    border-radius: .1875rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #555a64;
    background-color: #fff;
    border-color: #f79e1c;
    outline: 0;
    box-shadow: none, 0 0 0 .2rem rgba(0, 155, 114, .25)
}

.form-control::-webkit-input-placeholder {
    color: rgba(85, 90, 100, .5);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: rgba(85, 90, 100, .5);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(85, 90, 100, .5);
    opacity: 1
}

.form-control::placeholder {
    color: rgba(85, 90, 100, .5);
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eaedf2;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #555a64;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(1.25rem + 1px);
    padding-bottom: calc(1.25rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.40625rem + 1px);
    padding-bottom: calc(.40625rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #555a64;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .6875rem + 2px);
    padding: .40625rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3125rem
}

.form-control-lg {
    height: calc(1.5em + 2.375rem + 2px);
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: rgba(85, 90, 100, .65)
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f79e1c
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 155, 114, .9);
    border-radius: .3125rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #f79e1c;
    padding-right: calc(1.5em + 1.375rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009b72' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .34375rem);
    background-size: calc(.75em + .6875rem) calc(.75em + .6875rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #f79e1c;
    box-shadow: 0 0 0 .2rem rgba(0, 155, 114, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.375rem);
    background-position: top calc(.375em + .34375rem) right calc(.375em + .34375rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #f79e1c;
    padding-right: calc((1em + 1.375rem) * 3 / 4 + 1.75rem);
    background: none no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009b72' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .6875rem) calc(.75em + .6875rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #f79e1c;
    box-shadow: 0 0 0 .2rem rgba(0, 155, 114, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #f79e1c
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #f79e1c
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #f79e1c
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #00ce98;
    background-color: #00ce98
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 155, 114, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #f79e1c
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #f79e1c
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #f79e1c;
    box-shadow: 0 0 0 .2rem rgba(0, 155, 114, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .3125rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.375rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .34375rem);
    background-size: calc(.75em + .6875rem) calc(.75em + .6875rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.375rem);
    background-position: top calc(.375em + .34375rem) right calc(.375em + .34375rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 1.375rem) * 3 / 4 + 1.75rem);
    background: none no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .6875rem) calc(.75em + .6875rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

.d-none {
    display: none!important;
}
.alert-success {
    color: #003e2e;
    background-color: #ccebe3;
    border-color: #b8e3d8;
}
.alert {
    position: relative;
    padding: .75rem 1.5rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: .3125rem;
}
.alert-danger {
    color: #58151c;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.flex-column {
    flex-direction: column!important;
} 

@media (min-width: 576px){
.flex-sm-row {
    flex-direction: row!important;
}
}
/*--------------------------------------------------------------
bnt
--------------------------------------------------------------*/
.pricing-co .rounded-circle svg {
    height: 38px;
    width: 38px;
}
/*--------------------------------------------------------------
bnt
--------------------------------------------------------------*/
.btn-light {
    color: #2E363B;
    background-color: #f7f9fc;
    border-color: #f7f9fc;
    box-shadow: none
}

.btn-light:hover {
    color: #2E363B;
    background-color: #dbe4f2;
    border-color: #d2ddee
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none, 0 0 0 .2rem rgba(217, 219, 223, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #2E363B;
    background-color: #f7f9fc;
    border-color: #f7f9fc
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #2E363B;
    background-color: #d2ddee;
    border-color: #c9d6eb
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 219, 223, .5)
}
.btn-group-lg>.btn.rounded-circle, .btn.btn-lg.rounded-circle {
    width: 4.5rem;
    height: 4.5rem;
}

svg[class*=bg-] {
    background: 0 0!important;
}

.ch-pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgb(247, 158, 28);
    animation: pulse 2s infinite;
}
.ch-pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(247, 158, 28);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(247, 158, 28);
    box-shadow: 0 0 0 0 rgb(247, 158, 28);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

svg.bg-primary [fill]:not([fill=none]) {
    fill: #f79e1c;
}
.icon {
    flex-shrink: 0;
    width: auto;
    height: 2rem
}

.icon.icon-xs {
    height: 1rem
}

.icon.icon-xs path[stroke] {
    stroke-width: 3px
}

.icon.icon-sm {
    height: 1.5rem
}

.icon.icon-lg {
    height: 4.5rem
}

.icon.icon-xl {
    height: 6rem
}

@media (min-width:768px) {
    .icon {
        height: 3rem
    }
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
/*--------------------------------------------------------------
Pricing
--------------------------------------------------------------*/
 
.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.top {
    top: 0;
    bottom: auto;
} 
.display-3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}
.display-1, .display-2, .display-3, .display-4, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    letter-spacing: -.02em;
}
.blob.left {
    left: -5vw;
}
.blob.top {
    top: -5vw;
}
 
.h-75 {
    height: 75%!important;
}
.w-75 {
    width: 75%!important;
}
[data-overlay] {
    position: relative;
}
.divider.divider-bottom {
    top: 1px;
}
  
.content-pricing section{
	z-index: 1;
}


.list-unstyled {
    padding-left: 0;
    list-style: none
}
 

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3.empty {
	opacity: 0;  
    text-indent: -9999px;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
 
.d-flex {
    display: flex!important;
}
.bg-success-alt {
    background-color: rgba(247, 158, 28, .1);
}
 
.icon.icon-xs {
    height: 1rem;
}
svg[class*=bg-] {
    background: 0 0!important;
} 
.icon {
    flex-shrink: 0;
    width: auto;
    height: 2rem;
}
.m-2 {
    margin: .5rem!important;
}
 
svg {
    overflow: hidden;
    vertical-align: middle;
}
svg[class*=bg-] {
    background: 0 0!important;
}
svg.bg-success [stroke]:not([stroke=none]) {
    stroke: #f79e1c;
}
.badge {
    vertical-align: middle;
    letter-spacing: 0;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.badge-success {
    color: #fff;
    background-color: #f79e1c;
}
.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem;
}
@media (prefers-reduced-motion: reduce){
.badge {
    transition: none;
}
}
.badge {
    display: inline-block;
    padding: .5rem .75rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .3125rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-danger-alt {
    background-color: rgba(220,53,69,.1);
}
 
svg.bg-danger [stroke]:not([stroke=none]) {
    stroke: #dc3545;
}
.icon.icon-xs {
    height: 1rem;
}

@media (min-width: 768px){
.display-1, .display-2, .display-3, .display-4, .h1, h1 {
    margin-bottom: 1.5rem;
}
.icon {
    height: 3rem;
}
}

.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
 
.bg-danger {
    background-color: #dc3545!important;
}

.btn-outline-primary {
    border-color: rgba(0,155,114,.25);
}

.btn-block {
    display: block;
    width: 100%;
}
 
.btn-outline-primary {
    border-color: rgba(247, 158, 28, .25)
}

.btn-outline-primary:hover {
    background-color: rgba(247, 158, 28, .25);
    border-color: transparent;
    color: #f79e1c
}
.pricing-table{
    background-color: #f7f9fc!important;
}
.bg-primary-2-alt {
    background-color: rgba(247, 158, 28, .1);
}
svg.bg-primary-2 [fill]:not([fill=none]) {
    fill: #f79e1c;
}

.p-3 {
    padding: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.d-inline-block {
    display: inline-block!important;
}
.divider {
    width: 100%;
    position: relative;
    height: 5vw;
}
/*--------------------------------------------------------------
FAQ
--------------------------------------------------------------*/

.bg-light {
    background-color: #f7f9fc!important;
}

.alert a:hover{
	color: #192d35;
}
.alert a{
	font-weight: bold;
}
.alert {
    position: relative;
    padding: 11px 1.5rem 16px;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: .3125rem;
    font-weight: 600;
}
p.faq-overview {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 16px 0 50px;
    text-align: center;
}

.all-feas svg.bg-success [stroke]:not([stroke=none]) {
    stroke: #fff;
}
.all-feas .bg-success-alt {
    background-color: #f79e1c;
}
 
@media (max-width: 991px){
.pricing-table .btn-group-lg>.btn, .btn-lg { 
    max-width: 100%;
    min-width: 230px;
    width: auto;
}
}

/*--------------------------------------------------------------
section-customers
--------------------------------------------------------------*/
@media (min-width: 768px){
	.section-customers .m-2 { 
		max-width: 48%;
	}
}

.overview-a2rev{
	margin: 0 auto;
	max-width: calc(100% - 30px); 
    width: 800px;
}
.icon-play-a2 {
    bottom: 25px!important;
    right: 40px!important;
}
img { 
    max-width: 100%;
}
.a2rev-slider .container { 
   
} 
section.a2rev-slider {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7f9fc;
}

.banner-a2home {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 440px;
}
.banner-a2home::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,#fffbeb,rgba(255,255,255,0) 100%)!important;
  opacity: 0.7;
}
.banner-a2home .container{
  position: relative;
  z-index: 10;
}
a.a2-gallery.a2-gallery-more{
	display: none;
}
a.a2-gallery:hover{
	color: #e88e09;
}
a.a2-gallery img{
	opacity: 0;
	display: none;
}
a.a2-gallery{
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
slick
--------------------------------------------------------------*/
.slick-next:before {
    content: "\f054";
}
.slick-next {
    right: 20px;
}
.slick-prev:before{
	content: "\f053";
}
.slick-prev {
    left: 20px;
}
.slick-prev:before, .slick-next:before {
	font-family:'FontAwesome';
    font-size: 15px;
    line-height: 1; 
    color: #f79e1c;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none; 
    z-index: 1111;
    border-radius: 50%;
    border: 2px solid #f79e1c;
	background-color: transparent;
}

.a2rev-slider .slick-dots li{
	list-style: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
	background-color: #f79e1c;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #f79e1c;
    border-radius: 50%;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.a2rev-slider .slick-dots{
	margin: 15px 0 0 ;
	padding: 0;
    text-align: center;
}
.slick-initialized .slick-slide {
    border: 1px solid #eee;
}
.slick .slide-item h4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: #192d35;
    margin: 0;
}
#myTab .nav-item a{
    font-size: 16px;
    font-weight: 600;
} 
a.link-dot:hover{
	color: #e88e09;
} 
a.link-dot { 
    border-bottom: 1px dotted; 
}
@media (max-width: 768px){
	.br{
		display: none;
	}
}

.nav-pills .nav-link.active:hover{ 
    background-color: #f79e1c;
}
.nav-pills .nav-link:hover{
    background: #ededed;
}

.tabs-home .el-tabs__nav-wrap::after,
.tabs-home .el-tabs__active-bar { 
    background-color: #f79e1c;
	display: none;
}
.tabs-home .el-tabs__nav-scroll { 
    text-align: center;
}
.tabs-home .el-tabs__item:hover,
.tabs-home .el-tabs__item.is-active {
    color: #f79e1c;
}
.tabs-home .el-tabs__nav{
	float: none;
}
 
.tabs-home .el-tabs__item {
    color: #f79e1c;
    padding: 13px 18px 14px!important;
    margin: 8px;
    display: inline-block;
    line-height: 1;
}
.tabs-home .el-tabs__item:hover{
    background: #ededed;
    border-radius: .3125rem; 
} 
.tabs-home .el-tabs__item.is-active {
    color: #fff;
    background-color: #f79e1c; 
    border-radius: .3125rem;  
    line-height: 1;
    margin: 8px;
}

.tabs-home .el-tabs__content {
  background: transparent;
  padding: 0;
}
.a2-3steps ol li.step1{
	margin-top: 0!important;
}
.a2-3steps ol li.step3{
	margin-bottom: 0!important;
}

.content-features .btn-light svg path{
	fill: #ff9c00;
}
.content-features .btn-light:hover svg path{
	fill: #fff;
}
.content-features .btn-light:hover{
	border-color: #ff9c00;
	background-color: #ff9c00;
}

.a2-contact-form .form-control{
  border-color: #c2c8d3;
  border-radius: 25px;
  padding-left: 20px;
}

#a2-contact-form .el-button{
  padding: 16px 24px;
  height: auto;
  font-size: 15px;
  border-radius: 25px;
}

div.el-notification__content {
  text-align: left!important; 
}


.content-policy h3{
  font-weight: bold;
  margin-bottom: 10px;
}

.content-policy .list_infors{
  padding: 0;
  margin: 0 0 30px 0;
}

.content-policy .list_infors li{
  margin-left: 20px;
}

footer h5{
  float: left;
  width: 100%;
}

.newsletter-wrapper input, .newsletter-wrapper input:focus{
  background-color: #25414c;
  color: #FFF;
  border: 1px solid #316e86;
}

.newsletter-wrapper input::placeholder {
  color: #FAFAFA;
}

.newsletter-wrapper .el-button{
  height: 48px;
  background-color: #1e5369;
  border-color: #567690;
}