@charset "UTF-8";
/* Bootstrap barebone minimum needed for our site */
*, ::after, ::before {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: "Poppins", 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: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #6b6879;
    text-align: left;
    background-color: #fff;
	overflow-x: hidden;
}

h1, h2, h3 {
	margin-bottom: .5rem;
	margin-top: 0;
	font-weight: 600;
	color: #4a4561;
	line-height: 1.4;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
	font-size: 1.1rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
svg {
	display: block;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
a:hover {
	text-decoration: none;
}
a,
button,
input,
textarea,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
*/
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
section {
	position: relative;
	margin: 0 0 100px 0;
}
section:last-of-type {
	margin: 0 0 50px 0;
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button,input {
    overflow: visible
}
button,select {
    text-transform: none
}
textarea {
    overflow: auto;
    resize: vertical
}
[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}
input,
textarea {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}

button {
  cursor: pointer;
  outline: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}
.flex {
	display: flex;
}
.h1, h1 {
    font-size: 2.8rem;
}
.h2, h2 {
    font-size: 2.7rem;
}
.h3, h3 {
    font-size: 1.35rem;
}
h1 span {
	font-weight: 300;
}
@media (max-width: 1024px) {
	.h1, h1 {
    	font-size: 2.6rem;
	}
	.h2, h2 {
		font-size: 2.4rem;
	}
}
@media (max-width: 768px) {
	.h1, h1 {
    	font-size: 2.3rem;
	}
	.h2, h2 {
		font-size: 2.1rem;
	}
}
@media (max-width: 425px) {
	.h1, h1 {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.h2, h2 {
		font-size: 1.8rem;
	}
	.h3, h3 {
		font-size: 1.2rem;
	}
	section {
		margin: 0 0 30px 0;
	}
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}
@media (max-width: 767px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-amb {
		-ms-flex: 0 0 61%;
		flex: 0 0 61%;
		max-width: 61%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 320px) {
	.col-sm-amb {
		-ms-flex: 0 0 66%;
		flex: 0 0 66%;
		max-width: 66%;
	}
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.pix-btn {
  padding: 8px 30px;
  background: #00c4ff;    
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
    -webkit-box-shadow:  0px 20px 30px 0px rgba(162, 162, 162, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(162, 162, 162, 0.3);
}
.pix-btn.unsub-btn {
	background: #FFFFFF;   
	border: 1px solid #333333;   
	-webkit-box-shadow:  none;
    box-shadow: none;
	color: #333333;
	font-size: 16px; 
	font-weight: 500; 
	width: 100%;
	padding: 11px 35px;
}

.pix-btn.submit-btn {
  border: 0;
  padding: 11px 35px;
}
.pix-btn.submit-btn:focus {
  outline: 0;
}

.pix-btn.btn-large {
  padding: 16px 44px;
  font-size: 16px;
}

.pix-btn.plus-icon {
  padding: 8px 64px 8px 41px;
  position: relative;
}

.pix-btn.plus-icon i {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 11px;
}

.pix-btn.btn-big {
  padding: 16px 47px;
  font-size: 16px;
}

.pix-btn.color-two {
  background: #7052fb;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
          box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn:hover, .pix-btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.pix-btn.btn-outline {
  border: 1px solid #fa7070;
  background: transparent;
  color: #fa7070;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pix-btn.btn-outline:hover {
  background: #fa7070;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
          box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.btn-outline-two {
  border: 1px solid #7052fb;
  background: transparent;
  color: #7052fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pix-btn.btn-outline-two:hover {
  background: #7052fb;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
          box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn.btn-light {
  background: #fff;
  color: #fa7070;
  border: 2px solid #fff;
  padding: 14px 40px;
}

.pix-btn.btn-light:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.pix-btn.btn-light.color-two {
  color: #7052fb;
}

.pix-btn.btn-light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.pix-btn.unsub-btn:hover, .pix-btn.unsub-btn:focus {
	color: #fff;
	background: #00c4ff; 
	border: 1px solid #FFFFFF; 
}

/*--------------------------------------------------------------
  ##  Froms
  --------------------------------------------------------------*/
input,
textarea {
  background: #fdfafa;
  padding: 15px 30px;
  border: 1px solid #efe7e7;
  margin-bottom: 30px;
  border-radius: 30px;
}

input:focus,
textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}

textarea {
  height: 200px;
}
.form-result.alert {
  display: none;
  margin-top: 20px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ##  Page Banner
  --------------------------------------------------------------*/
.page-banner {
	height: 290px; 
	background: #ffffff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	overflow: hidden;
	margin: 60px 0 0 0;
}

.page-banner .page-title {
  font-size: 50px;
  font-weight: 700;
  margin: auto;
}
/*--------------------------------------------------------------
  ## Contact Us
  --------------------------------------------------------------*/
.gmap3-area {
  height: 500px;
}
.contact-infos .contact-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contact-infos .contact-info:first-child {
  border-bottom: 1px solid #efe7e7;
}
.contact-infos .contact-info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.contact-infos .contact-info .description {
  font-size: 16px;
  line-height: 28px;
}
.info {
	display: inline-flex;
}
.contact-infos .contact-info .info i {
  margin-right: 8px;
}
.contact-infos .contact-info .info.phone {
  color: #fa7070;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #797687;
  font-weight: 500;
}


/* Buttons */
/*
.pix-btn {
    background: #00c4ff;
    box-shadow: 0px 20px 30px 0px rgba(162, 162, 162, 0.3);
}
*/
.contact-infos .contact-info .info.phone {
    color: #07d0ff;
}

input, textarea {
    background: #fafafa;
}

/*--------------------------------------------------------------
  ##  List
  --------------------------------------------------------------*/
.list-items, .banner-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-list {
	margin-bottom: 45px;
	color:  #fff;
}

.list-items li {
	font-size: 18px;
	line-height: 38px;
	font-weight: 500;
	color: #4a4561;
	padding-left: 38px;
	position: relative;
}
.banner-list li {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #fff;
	position: relative;
	padding-left: 2.6rem;
	margin-bottom: 0.7rem;
}

.list-items li:before, .banner-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/assets/img/icons/sprite_symbols.svg);
    background-size: 30px 210px;
    background-repeat: no-repeat;
	background-position: 0px 0px;
}
.banner-list li:before {
	top: 0;
	width: 2rem;
	height: 2rem;
	background-size: 2rem 14rem;
	background-position: 0 -6rem;
}
@media (max-width: 425px) {
	.banner-list {
		margin-bottom: 30px;
	}
	.banner-list li {
		font-size: 1.1rem;
		line-height: 1.8rem;
		padding-left: 2.4rem;
		margin-bottom: 0.4rem;
		font-weight: 400;
	}
	.banner-list li:before {
		top: 0;
		width: 1.8rem;
		height: 1.8rem;
		background-size: 1.8rem 12.6rem;
		background-position: 0 -5.4rem;
	}
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	transition: background 0.15s ease-in-out;
}
.site-header.fixed-trans {
	background: #ffffff;
}
.site-header .header-inner {
	position: relative;
}
.site-header .header-inner .site-logo a {
	display: inline-flex;
}
.site-header .header-inner .site-logo p {
	margin-bottom: 0;
	align-self: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	-webkit-transition: font-size 0.3s ease-in-out, font-weight 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out, font-weight 0.3s ease-in-out;
    transition: font-size 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}
.site-header.fixed-trans .header-inner .site-logo p {
	color: #4a4561;
}
.site-header .header-inner .site-logo span {
	font-weight: 300;
}
.site-header .header-inner .site-logo a img {
	width: 55px;
    height: 55px;
    margin: 18px 15px 18px 10px;
	-webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border-radius: 15px;
	box-shadow: 2px 5px 20px 0px #0064ff52;
}
.site-header.fixed-trans  .header-inner .site-logo a img{
	box-shadow: 2px 5px 20px 0px #576c8e0d;
}
.site-header.pix-header-fixed .header-inner .site-logo a img {
	transform: scale(0.85);
    margin: 8px 8px 8px 10px;
	box-shadow: 2px 5px 10px 0px #576c8e2e;
}
.pix-header-fixed  .header-inner .site-logo p {
	color: #4a4561;
	font-size: 1.8rem;
	font-weight: 500;
}
.site-header .header-inner .site-logo span {
	font-weight: 200;
}
.site-header .header-inner .site-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
.site-header .header-inner .site-nav .nav-right {
	margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
	color: #ffffff;
    display: inline-block;
    padding: 8px 35px 7px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 14px;
  	border: 2px solid #ffffff;
	text-transform: uppercase;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
	color: #1cacf5;
	background: #ffffff;
	border: none;
	box-shadow: 0px 0px 15px 0px #4e53630d;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover { 
/*	box-shadow: 0px 2px 8px 0px #00000015;*/
/*    box-shadow: 0px 8px 10px 0px #00000015;*/
    box-shadow: 0px 8px 10px 0px rgba(162, 162, 162, 0.3);
}
.fixed-trans.site-header .header-inner .site-nav .nav-right .nav-btn {
	background: #00c4ff;
	color: #ffffff;
	box-shadow: 0px 2px 8px 0px #00000015;
}
.fixed-trans.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
	box-shadow: 0px 10px 12px 0px rgba(162, 162, 162, 0.3);
}
.site-header .site-mobile-logo {
	display: none;
}
.mobile-menu {
	display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.mobile-menu a {
	display: block;
}
.site-header .site-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-header .site-main-menu li {
	margin: 0 23px;
	position: relative;
	padding: 22px 0;
	text-transform: uppercase;
}
.site-header .site-main-menu li:last-child {
	margin-right: 0;
}
.site-header .site-main-menu li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.site-header.fixed-trans .site-main-menu li > a {
	color: #4a4561;
}
.pix-header-fixed {
	background: #fff;
	box-shadow: 0px 0px 10px 2px #00000007;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn,
.sharePage .site-header .header-inner .site-nav .nav-right .nav-btn {
	background: #00c4ff;
    box-shadow: 0px 2px 8px 0px #00000015;
	color: #ffffff;
	border: none;
}
.pix-header-fixed .site-main-menu li a {
	color: #4a4561;
}
.pix-header-fixed .site-logo .sticky-logo {
	display: block;
}
.close-menu {
	display: none;
}

@media (max-width: 991px) {
	.site-header .header-inner {
		text-align: center;
		padding: 8px 3px;
	}
	.site-header .header-inner .site-nav .nav-right {
		margin-left: 20px;
	}
	.site-header .site-mobile-logo {
		display: block;
	}
	.mobile-menu {
		display: flex;
	}
	.site-header .site-mobile-logo p {
		margin: 0.6rem 0;
		align-self: center;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.site-header.fixed-trans .site-mobile-logo p{
		color: #4a4561;
	}
	.fixed-trans .site-header .site-mobile-logo p{
		color: #4a4561;
	}
	.site-header .site-mobile-logo span {
		font-weight: 300;
	}
	.pix-header-fixed .site-mobile-logo p {
		color: #4a4561;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.site-header .site-main-menu li {
		margin: 0 15px;
	}
	.site-header .site-logo {
		display: none;
	}
	.site-header .site-nav {
		position: fixed;
		width: 320px !important;
		height: 100vh;
		background: #fff;
		top: 0;
		left: -110%;
		display: block !important;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		overflow: scroll;
	}
	.site-header .site-nav .site-main-menu {
		display: block;
		width: 100%;
		padding-bottom: 50px;
		text-align: left;
	}
	.site-header .site-nav .site-main-menu li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #f1f2f3;
	}
	.site-header .site-nav .site-main-menu li:first-child {
		border-top: 1px solid #f1f2f3;
	}
	.site-header .site-nav .site-main-menu li a {
		display: block;
		color: #4a4561;
		padding: 6px 35px;
		font-weight: 400;
	}
	.site-header .site-nav .site-main-menu li a:after {
		display: none;
	}

	.site-header .site-nav .nav-right {
		display: none;
	}
	.header-inner .site-mobile-logo img {
		max-height: 45px;
	}
	.logo-left {
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		width: 100%;
	}
	.close-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
		top: 0;
		text-align: right;
		width: 100%;
		left: 0;
		padding: 2px;
		padding: 30px 20px;
	}
	.close-menu i {
		display: block;
		width: 30px;
		height: 30px;
		margin-left: 2px;
		background-image: url(/assets/img/icons/sprite_symbols.svg);
		background-size: 30px 210px;
		background-repeat: no-repeat;
		background-position: 0px -30px;
	}
	.close-menu span {
		font-size: 15px;
	}
	.toggle-menu {
		width: 24px;
		display: block;
		height: 24px;
		align-self: center;
		margin-right: 15px;
	}
	.dwn-btn {
		padding: 0 20px;
		height: 32px;
		align-self: center;
		border-radius: 17px;
		border: 1.5px solid #ffffff;
		font-size: 0.75rem;
		text-align: center;
		font-weight: 500;
		color: #ffffff;
		line-height: 28.5px;
	}
	.share a.dwn-btn {
		color: #ffffff;
	}
	.pix-header-fixed .dwn-btn,.fixed-trans .dwn-btn ,.share .dwn-btn{
		background: #00c4ff;
    	box-shadow: 0px 2px 8px 0px #00000015;
		border: 1.5px solid transparent;
	}
	@media (max-width: 320px) {
		.dwn-btn {
			height: 30px;
			padding: 0 12px;
			border-radius: 15px;
			font-size: 0.7rem;
    		line-height: 27px;
		}
	}
	.toggle-menu .bar {
		width: 18px;
		height: 2px;
		display: block;
		float: left;
		margin: 3px auto;
		background: #fff;
		border-radius: 1px;
	}
	.fixed-trans .toggle-menu .bar {
		background: #4a4561;
	}
	.toggle-menu .bar:nth-child(2) {
		width: 24px;
	}
	.pix-header-fixed .toggle-menu .bar, .share .toggle-menu .bar {
		background: #4a4561;
	}
	.sidebar-open .site-header .site-nav {
		left: 0;
	}
}


/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/

.banner {
  position: relative;
}
.banner .banner-content {
	position: relative;
	z-index: 22;
	align-self: center;
	margin-bottom: 60px;
}
.banner-wrap {
	padding: 0 0 1px 0;
}
.banner-wrap .row {
	margin-bottom: 25px;
}
.banner .banner-content .banner-title {
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px 0;
}
.banner {
/*	background-image: linear-gradient(-60deg, #007eff 0%, #00c4ff 100%);*/
/*    background-image: linear-gradient(-60deg, rgb(15, 193, 254) 0%, rgb(15, 193, 254) 100%);*/
/*    background-image: linear-gradient(-60deg, #0caffe 0%, #00d7fe 100%);*/
    background-image: linear-gradient(-60deg, #0caffe 0%, #00d7fe 100%);/*    Maybe brightened*/
    background-image: linear-gradient(-60deg, #2196F3 0%, #00d7fe 100%);    
    
	padding-top: 120px;
}
.appstore, .play {
	display: inline-block;
    flex-direction: row;
    justify-content: flex-start;
    width: fit-content;
}
.appstore img {
	margin-right: 10px;
}
.appstore img, .play img {
	display: block;
	height: 55px;
}
.bg-shape-inner {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
}
.bg-shape-inner div {
	width: 100%;
	height: 100px;
	background-image: url(/assets/img/backgrounds/bottom_shape.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100px;
}

@media (min-width: 1920px) {
	.bg-shape-inner div {
		height: 150px;
		background-size: 100% 150px;
	}
}
@media (max-width: 1200px) {
  .banner {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
	.banner {
    	padding-top: 120px;
  	}
	.banner .banner-content {
		margin-bottom: 50px;
	}
	.appstore {
		height: 55px;
	}
	.bg-shape-inner div {
		height: 70px;
		background-size: 100% 70px;
	}
}

@media (max-width: 768px) {
	.banner {
		padding-top: 70px;
	}
	.bg-shape-inner div {
		height: 50px;
		background-size: 100% 50px;
	}
}
@media (max-width: 425px) {
	.banner .banner-content .banner-title {
		margin: 0 0 7px 0;
	}
}


/*--------------------------------------------------------------
  ##  Editor
  --------------------------------------------------------------*/
.editor-design {
  position: relative;
}
.editor-content {
	padding: 0 0 0 0;
	align-self: center;
}
.reverse .editor-content {
	padding: 0 0 0 40px;
}
.editor-content p {
	font-size: 18px;/*1.1rem;*/
}
p.subtitle {
	font-size: 20px; /* 1.3rem;*/
	color: #2ac9ff;
	margin-bottom: 25px;/*1.7rem;*/
    font-weight: 500;
}
.editor-content .title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
	.editor-content, .reverse .editor-content {
	  padding: 20px 0 0 0;
	}
}
@media (max-width: 991px) {
  .editor-content .title {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
  ##  Widget
  --------------------------------------------------------------*/
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 13px;
  margin-bottom: 25px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #6b6879;
  font-weight: 500;
}

/* ----------------------------------- */
/* ------------- MY EDIT ------------- */
/* ----------------------------------- */

/*----- Landing Page Images -----*/
.img-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.promo-pic, .promo-pic-amb {
	display: flex;
	width: 10px;
	height: 567px;
}
.promo-pic, .promo-pic-amb {
	width: 1px;
}
.promo-pic {
	justify-content: flex-start;
}
.promo-pic:last-of-type {
	justify-content: flex-end;
}
.promo-pic img, .promo-pic-amb img {
	display: block;
	box-shadow: 0px 5px 15px 0px #00000021;
	border-radius: 25px;
}
.promo-pic img {
	width: 265px;
	height: auto;
	z-index: 25;
	position: absolute;
	align-self: center;
}
.promo-pic:last-of-type img {
	width: 280px;
	height: auto;
	z-index: 35;
	position: absolute;
	align-self: center;
	right: 0;
}
.section-title.amb {
	text-align: center;
}
.promo-pic-amb .popup {
	justify-content: center;
}
.promo-pic img.small-pic, .promo-pic img.small-fact {
    z-index: 45;
	top: 61.5%;
}
.promo-pic img.small-pic {
	left: -2%;
	border-radius: 10px;
	width: 300px;
}
.promo-pic-amb img {
	border-radius: 20px;
	width: 280px;
	position: absolute;
    align-self: center;
}
.promo-pic-amb img.central{
	width: 300px;
	z-index: 45;
}
.promo-pic img.small-fact, .reverse-img-container .promo-pic img.small-fact{
	right: 20px;
}
.promo-pic img.no-shadow-img {
	box-shadow: none;
}
.promo-pic img.info-img {
	top: 17%;
}
@media (max-width: 1024px) {
	.promo-pic, .promo-pic-amb {
		height: 486px;
	}
	.promo-pic img {
		width: 225px;
		border-radius: 19.5px;
	}
	.promo-pic:last-of-type img {
		width: 240px;
		border-radius: 22.5px;
	}
	.promo-pic img.small-pic {
		border-radius: 9px;
		width: 257px;
	}
	.promo-pic img.small-fact, .reverse-img-container .promo-pic img.small-fact{
		right: 15px;
	}
}
@media (max-width: 768px) {
	.img-container {
		margin-bottom: 80px;
	}
	.promo-pic, .promo-pic-amb {
		height: 455.5px;
	}
	.promo-pic img {
		width: 212px;
		border-radius: 19.5px;
		box-shadow: 0px 4px 14px 0px #00000021;
	}
	.promo-pic:last-of-type img {
		width: 225px;
		border-radius: 22.5px;
	}
	.promo-pic img.small-pic {
		border-radius: 8px;
		width: 241px;
	}
}
@media (max-width: 768px) {
	.promo-pic-amb img {
		max-width: 95%;
	}
	.promo-pic-amb img.central{
		max-width: 100%;
	}
}
@media (max-width: 375px) {
	.img-container {
		margin-bottom: 60px;
	}
	.promo-pic, .promo-pic-amb {
		height: 430px;
	}
	.promo-pic img {
		width: 200px;
		border-radius: 19.5px;
		box-shadow: 0px 3px 12px 0px #00000021;
	}
	.promo-pic:last-of-type img {
		width: 212px;
		border-radius: 18px;
	}
	.promo-pic img.small-pic, .promo-pic img.small-fact {
		top: 61.5%;
	}
	.promo-pic img.small-pic {
		border-radius: 7px;
		width: 227px;
	}
	.promo-pic img.small-fact, .reverse-img-container .promo-pic img.small-fact{
		right: 10px;
	}
}
@media (max-width: 320px) {
	.promo-pic, .promo-pic-amb {
		height: 354.5px;
	}
	.promo-pic img {
		width: 162px;
		border-radius: 16.5px;
		box-shadow: 0px 2px 10px 0px #00000021;
	}
	.promo-pic:last-of-type img {
		width: 175px;
		border-radius: 17px;
	}
	.promo-pic img.small-pic, .promo-pic img.small-fact {
		top: 61.5%;
	}
	.promo-pic img.small-pic {
		border-radius: 7px;
		width: 187px;
	}
}


/*--- Reverese Order of Images ---*/

.reverse-img-container {
	flex-direction: row-reverse;
}
.reverse-img-container .promo-pic {
	justify-content: flex-end;
}
.reverse-img-container .promo-pic:last-of-type {
	justify-content: flex-start;
}
.reverse-img-container .promo-pic img {
	right: 0;
}
.reverse-img-container .promo-pic:last-of-type img {
	left: 0;
}
.reverse {
	flex-direction: row-reverse;
}

/*--- Content Pages Images ---*/
.content-img-container {
/*	margin: 0 18px 40px 18px;*/
	margin: 0 18px 0 18px;
}
@media (max-width: 992px) and (min-width: 768px) {
	.content-img-container {
		width: 70%;
	}
	.amb-center .content-img-container {
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.content-img-container {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 375px) {
	.content-img-container {
		margin: 0 0 10px 0;
	}	
}

/*--------------------------------------------------------------
  ##  Funfact
  --------------------------------------------------------------*/
.countup {
	text-align: center;
}
.countup .section-title {
	margin-bottom: 70px;
}
.countup .section-title h3 {
	margin-bottom: 12px;
}
.countup-wrapper {
	position: relative;
	z-index: 22;
}
.fun-fact {
	margin-bottom: 30px;
}
.fun-fact .count {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0 0 0.6rem 0;
	color: #2ac9ff;
	display: block;
}
.fun-fact p {
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.fun-fact {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.countup-wrapper i {
	display: block;
	width: 60px;
	height: 60px;
	align-self: center;
	margin: 0 0 20px 0;
	background-image: url(/assets/img/icons/sprite_resources.png);
    background-size: 60px 240px;
    background-repeat: no-repeat;
}
.water .count {
	color: #2ac9ff;
}
.water i {
	background-position: 0px 0px;
}
.land .count {
	color: #89da2f;
}
.land i {
	background-position: 0px -60px;
}
.co2 .count{
	color: #fbba4a;
}
.co2 i {
	background-position: 0px -120px;
}
.waste .count {
	color: #ff7979;
}
.waste i {
	background-position: 0px -180px;
}
@media (max-width: 991px) {
	.countup .section-title {
		margin-bottom: 50px;
	}
	.countup-wrapper i {
		margin: 0 0 15px 0;
	}
	.fun-fact {
		margin-bottom: 50px;
	}
	.fun-fact .count {
		font-size: 2.4rem;
		margin: 0 0 0.6rem 0;
	}
}
@media (max-width: 425px) {
	.fun-fact .count {
		font-size: 1.8rem;
		margin: 0 0 0.5rem 0;
	}
}
/*--------------------------------------------------------------
  ##  Funfact
  --------------------------------------------------------------*/
/*

.countup {
	text-align: center;
}
.countup .section-title {
	margin-bottom: 70px;
}
.countup .section-title h3 {
	margin-bottom: 12px;
}
.countup-wrapper {
	position: relative;
	z-index: 22;
}
.fun-fact {
	margin-bottom: 30px;
}
.fun-fact .count {
	font-size: 50px;
	font-weight: 400;
	margin: 0 0 1.2rem 0;
	color: #2ac9ff;
	display: block;
}
.fun-fact p {
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.fun-fact {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.countup-wrapper i {
	display: block;
	width: 60px;
	height: 60px;
	align-self: center;
	margin: 0 0 30px 0;
	background-image: url(/assets/img/icons/sprite_resources.png);
    background-size: 60px 240px;
    background-repeat: no-repeat;
}
.water .count {
	color: #2ac9ff;
}
.water i {
	background-position: 0px 0px;
}
.land .count {
	color: #89da2f;
}
.land i {
	background-position: 0px -60px;
}
.co2 .count{
	color: #fbba4a;
}
.co2 i {
	background-position: 0px -120px;
}
.waste .count {
	color: #ff7979;
}
.waste i {
	background-position: 0px -180px;
}
@media (max-width: 991px) {
	.countup .section-title {
		margin-bottom: 50px;
	}
	.countup-wrapper i {
		margin: 0 0 15px 0;
	}
	.fun-fact {
		margin-bottom: 50px;
	}
	.fun-fact .count {
		font-size: 2.4rem;
		margin: 0 0 1rem 0;
	}
}
@media (max-width: 425px) {
	.fun-fact .count {
		font-size: 1.8rem;
		margin: 0 0 0.8rem 0;
	}
}
*/

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.section-title {
  margin-bottom: 40px;
}

.section-title .sub-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2ac9ff;
  letter-spacing: 3px;
}

.section-title .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.section-title .title span {
  color: #fa7070;
}

.section-title .title-two {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  max-width: 930px;
  margin: 0 auto;
}

.section-title .title-two span {
  color: #fa7070;
}

.section-title.style-two .title {
  font-weight: 500;
}

.section-title.style-two p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 28px;
}

.section-title.dark-title .sub-title,
.section-title.dark-title .title {
  color: #fff;
}

.section-title.color-two .sub-title {
  color: #7052fb;
}

.section-title.style-three span {
  font-weight: 300;
  color: #2b2350;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 25px;
  }
  .tracked .section-title {
    margin-bottom: 0px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .section-title.style-two p {
    margin-top: 13px;
  }
  .section-title.style-two p br {
    display: none;
  }
  .section-title .title-two {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 28px;
  }
  .section-title .title br {
    display: none;
  }
}

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
/*
.section-title {
	margin-bottom: 40px;
}
.section-title .sub-title {
	text-transform: uppercase;
	font-weight: 500;
	color: #2ac9ff;
	letter-spacing: 3px;
}
@media (max-width: 991px) {
	.section-title {
		margin-bottom: 30px;
	}
}
*/
/*--------------------------------------------------------------
  ##  Icon Box
  --------------------------------------------------------------*/
.tracked {
	text-align: center;
}
.tracked .row > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.tracked h3 {
	font-weight: 500;
}
.tracked i {
	display: block;
	width: 120px;
	height: 120px;
	align-self: center;
	margin: 0 0 20px 0;
	background-image: url(/assets/img/icons/sprite_actions.png);
    background-size: 120px 480px;
    background-repeat: no-repeat;
}
.meal i {
	background-position: 0px 0px;
}
.transport i {
	background-position: 0px -120px;
}
.lifestyle i {
	background-position: 0px -240px;
}
.plastic i {
	background-position: 0px -360px;
}
@media (max-width: 425px) {
	.tracked i {
		width: 100px;
		height: 100px;
		margin: 0 0 12px 0;
		background-size: 100px 400px;
	}
	.meal i {
		background-position: 0px 0px;
	}
	.transport i {
		background-position: 0px -100px;
	}
	.lifestyle i {
		background-position: 0px -200px;
	}
	.plastic i {
		background-position: 0px -300px;
	}
	.tracked h3 {
		font-size: 1.2rem;
	}
}
@media (max-width: 992px) {
	.tracked .row > div:first-of-type, .tracked .row > div:nth-child(2) {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
#footer {
	background: #f1804e;
	background: #fafafa;
	border-top: 1px solid #eeeeee;
}
#footer p, #footer a, #footer li {
	color: #6b6879;
}
.footer-inner {
	padding: 40px 0 0 0;
}
.mainPage #footer .widget.footer-widget .widget-title {
    margin-bottom: 20px;
}
.footer-store img {
	height: 48px;
    margin-top: 3px;
    margin-bottom: 4px;
}
#footer .widget.footer-widget .widget-title {
	color: #4a4561;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	border-bottom: 0;
	padding-bottom: 0;
}
#footer .widget.footer-widget p {
	margin-bottom: 40px;
}
#footer .footer-menu {
	margin-bottom: 35px;
	padding: 0;
	list-style: none;
}
#footer .footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}
#footer .footer-menu li a {
	display: block;
	color: #6b6879;
	font-weight: 400;
	line-height: 30px;
}
#footer .footer-menu li a:hover {
	text-decoration: underline;
}
#footer .footer-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .site-info {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	justify-content: space-between;
/*	border-top: 1px solid #eee;*/
	position: relative;
	z-index: 3;
	font-size: 0.8em;
}
#footer .site-info p {
	margin: 0;
	font-size: 0.8rem;
}
.site-info-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-info-menu li {
	display: inline-block;
	margin-left: 9px;
}
.site-info-menu li a {
	display: inline-block;
	color: #ffffff;
}
.site-info-menu li a:hover {
	text-decoration: underline;
}
.site-info-menu i {
	display: inline-block;
    width: 15px;
    height: 15px;
	top: 3px;
    position: relative;
    background-image: url(/assets/img/icons/sprite_symbols.svg);
    background-size: 15px 105px;
    background-repeat: no-repeat;
	background-position: 0px -60px;
}
i.icon-mail,i.icon-globe {
	display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/icons/sprite_symbols.svg);
    background-size: 25px 175px;
    background-repeat: no-repeat;
	margin-right: 5px;
}
i.icon-mail {
	background-position: 0px -125px;
}
i.icon-globe {
	background-position: 0px -150px;
}
@media (max-width: 1024px) {
	.footer-inner {
		padding: 30px 0 0 0;
	}
}
@media (max-width: 991px) {
	#footer .site-info {
		padding: 21px 0;
	}
	#footer .widget.footer-widget .widget-title {
		margin-bottom: 25px;
	}
}
@media (max-width: 768px) {
	#footer .footer-menu {
		margin-bottom: 30px;
	}
	#footer .site-info {
		padding: 21px 0;
		display: block;
		text-align: center;
	}
	.mainPage #footer .widget.footer-widget .widget-title {
		margin-bottom: 15px;
	}
	.download-title {
		display: none;
	}
	.copyright {
		margin-bottom: 12px;
	}
	#footer .widget.footer-widget img {
		margin-bottom: 30px;
	}
}
/*--------------------------------------------------------------
  ##  Popup for images
  --------------------------------------------------------------*/
.popup {
	display: flex;
}
/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0 5px;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
.mfp-wrap {
	overflow-y: scroll !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    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:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
.fade {
    transition: opacity .15s linear
}
.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.text-center {
	text-align: center;
}
.btn.focus,.btn:focus {
    outline: 0;
}
.faq-btn {
	display:block;
	background-color: #fa7070;
	color: #fff; 
	padding: 4px 35px; 
	margin: 12px 0; 
	max-width: 300px; 
	text-align: center;
}

/*--------------------------------------------------------------
  ##  Faq's
  --------------------------------------------------------------*/
.tabs-wrapper {
  max-width: 830px;
  margin: 0 auto;
}

.faq-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 22;
}

.faq-tabs li {
  margin-bottom: 20px;
}

.faq-tabs li:not(:last-child) {
  margin-right: 20px;
}

.faq-tabs li a {
  font-size: 14px;
  font-weight: 600;
  color: #fa7070;
  background: rgba(250, 112, 112, 0.122);
  padding: 1px 25px;
  border-radius: 4px;
  display: inline-block;
}

.faq-tabs li a:hover, .faq-tabs li a.active {
  background: #fa7070;
  color: #fff;
}

.faq-tabs li:nth-child(2) a {
  background: rgba(94, 103, 225, 0.122);
  color: #5e67e1;
}

.faq-tabs li:nth-child(2) a:hover, .faq-tabs li:nth-child(2) a.active {
  background: #5e67e1;
  color: #ffff;
}

.faq-tabs li:nth-child(3) a {
  background: rgba(26, 201, 88, 0.122);
  color: #1ac958;
}
.faqs {
  padding: 120px 0;
}

.card {
  border: 0;
  background: transparent;
}

.card .card-header {
  background-color: transparent;
  border: 0;
  border-radius: 6px;
}

.card .card-header .btn-link {
  padding: 0;
  color: #2b2350;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.card .card-body {
  padding: 0;
}

.card .card-body p {
  font-size: 16px;
  margin-bottom: 25px;
}

.faq {
  position: relative;
  z-index: 2;
}

.faq .card {
  border: 0;
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid #efe7e7;
}

.faq .card .card-header {
  padding: 0;
}

.faq .card .card-header h5 {
  position: relative;
  margin: 0;
}

.faq .card .card-header .btn-link {
  color: #2b2350;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  width: 100%;
  padding: 18px 40px;
}

.faq .card .card-header .btn-link:before {
  content: "\32";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 9;
  font-family: eleganticons;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #fa7070;
}

.faq .card .card-header .btn-link.collapsed:before {
  content: "\33";
  color: #aaaaaa;
}

.faq .card .card-body {
  padding: 0 40px 40px;
}

.faq .card .card-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.faq .card.active {
  -webkit-box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.1);
          box-shadow: 0px 60px 100px 0px rgba(79, 35, 35, 0.1);
}

.blueLink {
    color: #07d0ff;
    text-decoration: none;
}
.section-title .press-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}
.section-title .press-sub-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #2ac9ff;
    letter-spacing: 3px;
	font-size: 16px;
}
/* Resources */
.service-content {
  padding: 30px 50px 0 50px;
}

.service-content .section-title {
  margin-bottom: 40px;
}

.service-content p {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .service {
    padding-top: 80px;
  }
  .service-content {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
    .service-content {
        padding: 0px 20px;
        margin-top: 0px;
    }
	.ambr .service-content {
		padding: 0px 10px;
	}
}
.service-content p {
    font-size: 18px;
    line-height: 34px;
}
.servicesWeLove {
    display: flex;
}
.servicesWeLove p {
    width: 50%;
    text-align: center;
}
@media (max-width: 768px) {
    .servicesWeLove {
        display: block;
    }
    .servicesWeLove p {
        width: 100%;
    }
}
 .sources a {
    color: #797687;
    text-decoration: underline;
}
.sources a:hover {
    color: #07d0ff;
    text-decoration: none;
}
.unsplash {
    line-height: 35px;
}
.unsplash a {
    background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco&quot", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px;
}
.unsplash span {
    display:inline-block;padding:2px 3px;
}
.unsplash svg {
    height:12px;width:auto;position:relative;vertical-align:middle;top:2px;fill:white;
}
.w100 {
	width: 100%;
	justify-content: center;
}
section.photos {
	margin-bottom: 150px;
}
.contact-row div:first-child {
	padding-left: 0;
	padding-right: 20px;
}
.contact-row div:last-child {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {
	.contact-row div:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	.form-margin {
		margin-bottom: 75px;
	}
}

.portfolio-single {
  padding: 116px 0 100px;
}

.port-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.port-header .portfolio-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.port-header .portfolio-title .title {
  font-size: 2.4rem;
  line-height: 50px;
  font-weight: 500;
}
.portfolio-content img {
  margin-bottom: 70px;
}
.portfolio-content .content-inner {
  padding-right: 65px;
  border-right: 1px solid #efe7e7;
}
.portfolio-content .content-inner p {
  font-size: 18px;
  line-height: 30px;
}
.portfolio-content .portfolio-info {
  padding-left: 55px;
}
.portfolio-content .portfolio-info .info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-content .portfolio-info .info li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #2b2350;
}
.portfolio-content .portfolio-info .info li span {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  color: #797687;
  margin-bottom: 7px;
}
.sharePage .portfolio-single {
    padding: 140px 0 100px;
}
.sharePage .call-to-action {
    padding-top: 0px;
    background: transparent;
}
.sharePage .portfolio-content .content-inner {
    border: 0px;
}
.sharePage .portfolio-content img {
    margin: 0;
}
.sharePage .credits {
    margin-top: 15px;
    margin-bottom:  0;
    font-weight: 300 !important; font-size: 14px !important;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sharePage .credits a {
    color: #716e7e;
    font-weight: 500;
}
.sharePage .credits a:hover {
    text-decoration: underline;
}
.portfolio-info .info {
	display: block;
}
.site-header.share {
	background-color: #fff;
/*	box-shadow: 0px 0px 10px 2px #00000007;*/
}
.site-header.share .header-inner .site-logo a img {
	margin: 12px 15px 12px 0px;
	box-shadow: none;
	width: 45px;
	height: 45px;
}
.site-header.share .header-inner .site-logo p {
	font-size: 2rem;
}
.site-header.share .header-inner .site-logo p, .site-header.share .site-main-menu li > a {
	color: #4a4561;
}
@media (max-width: 425px) { 
	.portfolio-content .content-inner {
		padding-right: 0px;
	}
	.port-header .portfolio-title .title {
		font-size: 2rem;
	}
	.sharePage .portfolio-single {
		padding: 90px 0 100px;
	}
	.portfolio-content .portfolio-info {
		padding-left: 0;
		margin-top: 15px;
	}
	.portfolio-content .portfolio-info .info li {
		margin-bottom: 20px;
	}
}
.service-content.amb p {
	margin-bottom: 5px;
}
.service-content.amb p:last-child {
	margin-bottom: 92px;
}
.amb-center {
	justify-content: center;
}
.section-title.amb {
	margin-bottom: 20px;
}
.page-banner.amb {
	height: 200px;
	margin: 100px 0 20px 0;
}
section.ambr {
	padding-top: 0px;
	margin: 0 0 40px 0;
	text-align: center;
}
@media (min-width: 1200px) { 
	.amb-center {
		padding: 0 45px;
	}	
}
@media (max-width: 425px) { 
	.service-content.amb p:last-child {
		margin-bottom: 0;
	}
	.page-title.amb {
		font-size: 46px;
	}
	.page-banner.amb {
		height: 290px;
		margin: 60px 0 0 0;
	}
}
@media (max-width: 320px) { 
	.page-title.amb {
		font-size: 40px;
	}
}

/*--------------------------------------------------------------
  ##  Logo Carousel
  --------------------------------------------------------------*/
#brand-logo .section-small {
  margin-top: 0px;
}

.brand-logo {
  text-align: center;
}

.brand-logo img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-logo img:hover {
  opacity: 0.5;
}

.brand-logo-ab {
  padding-bottom: 120px;
}

.logo-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  #brand-logo {
    padding-top: 76px;
  }
  #brand-logo .section-small {
    margin-top: 0;
  }
  #brand-logo .section-small .title {
    margin-bottom: 50px;
  }
  .brand-logo-ab {
    padding-bottom: 75px;
  }
  .brand-logo-ab .section-small .title {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #brand-logo {
    padding-top: 30px;
  }
  #brand-logo .section-small {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #brand-logo {
    padding-top: 0;
  }
  #brand-logo .section-small {
    margin-top: 0;
  }
}

.brand-logo p {
    font-size: 16px;
    font-weight: 500;
}
h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 14px;
/*  color: #2b2350;*/
}

/* Bootstrap form messages */
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}


.description_p {
	margin: 5px 0 15px;
    text-align: left;
    font-size: 12px;
}
.forYou {
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.ambr.under-pic {
	margin: 80px 0 40px 0;
}
@media (max-width: 991px) {
	section.ambr.under-pic {
		margin: 120px 0 40px 0;
	}
}
@media (max-width: 768px) {
	section.ambr.under-pic {
		margin: 120px 0 40px 0;
	}
}
@media (max-width: 480px) {
	section.ambr.under-pic {
		margin: 0 0 40px 0;
	}
}
.who-hero {
	width: 100%;
    max-width: 700px;
	border-radius: 25px;
    box-shadow: 0px 5px 15px 0px #00000021;
}
@media (max-width: 480px) {
	.who-hero {
		border-radius: 15px;
	}
}

.brand-logo .profile {
	width: 86px; padding: 10px; border-radius: 50%;
}
.brand-logo p {
	margin-bottom: 0.3rem;
}
.brand-logo a img {
	width: 16px !important; height: 16px !important; margin-right: 3px;
}
.brand-logo a img {
}
.soc-insta span, .soc-web span, .soc-fb span {
	display: inline-block;
	width: 16px; height: 16px; 
	background-size: cover;		
	margin-left: 2px;
	margin-right: 2px;
}
.soc-insta span {
	background-image: url("/assets/img/icons/soc_ig.png");
}
.soc-fb span {
	background-image: url("/assets/img/icons/soc_fb.png");
}
.soc-web span {
	background-image: url("/assets/img/icons/soc_web.png");
}
.badges {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start;
}
.badges img {
    width: 200px;
    margin: 10px 20px 45px 0;
	align-self: baseline;
}

@media (max-width: 992px) {
    .badges img {
        width: 150px;
        margin: 15px 15px 45px 0;
    }
}
/* @media (max-width: 768px) {
    .badges {
        flex-direction: column; 
    }
    .badges img {
        width: 200px;
        margin: 0 0 15px 0;
    }
} */
@media (max-width: 768px) {
    .appstore, .play {
		height: 50px;
    }
	.appstore img {
		margin-right: 5px;
	}
	.footer-store img {
		height: 46px;
		margin-bottom: 10px !important;
	}
	.footer-store {
		text-align: center;
	}
	.badges {
		margin-bottom: 20px;
	}
	.appstore img, .play img {
		height: 50px;
	}
    .badges {
        flex-direction: row; 
        align-items:  center;
        justify-content:  space-between;
    }
    .badges img {
         width: 48%;
        margin: 15px 0px;
    }	
}
