@charset "UTF-8";
/* CSS Document */

/***Google Fonts***/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700&family=Open+Sans+Condensed:wght@700&display=swap');
/***Site Fonts
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
***/

body {
  font-family: "Open Sans", sans-serif;
	background-color: #f9fafd;
}
/*h1, h2, h3, h4, h5, h6 {
  font-family: "Popins", sans-serif;
}*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #50a7f2;
  color: #fff;
  z-index: 99999;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease; 
  transition: All 250ms ease;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #4b94f2;
  transition: background 0.2s ease-in-out;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

#main {
  margin-top: 75px;
}
#main.hp_main {
	margin-top: 0;
}

@media all and (min-width: 1400px) {
#main .container {
	min-width: 1280px;
}
#main {
  margin-top: 85px;
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(24, 53, 140, 1);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(24, 53, 140, 1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
	text-align: left;
}
#header .logo img {
  padding: 0px 0;
  margin: 0;
  max-height: 50px;
}
#header .container {
	min-width: 90%;
}
@media all and (min-width: 1024px) {
#header .logo img {
  padding: 0px 0;
  margin: 0;
  max-height: 50px;
}
}
@media all and (min-width: 1200px) {
#header .logo img {
  max-height: 64px;
}
#header .container {
	min-width: 1140px;
}
}
@media all and (min-width: 1400px) {
#header .container {
	min-width: 1320px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 12px 12px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #56b5bf;
  text-decoration: none;
}

.nav-menu .teal_btn_nav a, .nav-menu .blue_btn_nav a {
  position: relative;
  background: #56b5bf;
  color: #fff;
  border-radius: 50px;
  margin: 0 5px;
  padding: 10px 25px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.20);
  border-bottom: 2px solid rgba(0,0,0,0.50);
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}
.nav-menu .blue_btn_nav a {
  background: #4b94f2;
}
.nav-menu .teal_btn_nav a:hover, .nav-menu .blue_btn_nav a:hover {
  background: #8de0f2;
  color: #1c1f27;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.nav-menu .blue_btn_nav a:hover {
  background: #6aa7f6;
}
.nav-menu .teal_btn_nav a:active, .nav-menu .blue_btn_nav a:active {
  position: relative;
  top: 2px;
  background: #8de0f2;
  color: #1c1f27;
  transform: translateY(2px);
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
  border-bottom: none;
}
.nav-menu .blue_btn_nav a:active {
  background: #6aa7f6;
}


.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 170px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #4b94f2;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 60px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media all and (min-width: 1200px) {
.nav-menu a {
  padding: 12px 15px;
  font-size: 16px;
	}
}


/*@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}*/

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #50a7f2;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  overflow-y: auto;
  background: #091844;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  display: inline-table;
  width: 95%;
  box-sizing: border-box;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #d1ddf2;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #52b3d9;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.herobg {
  background-color: #18358c;
  position: relative;
  z-index: 1;
  min-height: 440px;
  background: rgb(14,25,58);
  background: -webkit-linear-gradient(bottom, rgba(14,25,58,1) 0%, rgba(17,43,120,1) 50%, rgba(24,53,140,1) 100%);
  background: -o-linear-gradient(bottom, rgba(14,25,58,1) 0%, rgba(17,43,120,1) 50%, rgba(24,53,140,1) 100%);
  background: linear-gradient(to top, rgba(14,25,58,1) 0%, rgba(17,43,120,1) 50%, rgba(24,53,140,1) 100%);
  box-shadow: 1px 2px 10px rgba(0,0,0,0.70);
}
.space_bg {
	background-image: url("../img/bg_space.jpg");
	background-size: cover;
}
.space_corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
}
.planet_img {
	width: 40%;
	max-width: 450px;
}
.planet_img_b {
	width: 40%;
	max-width: 550px;
}
.planet_vector {
	width: 32%;
}
.space_corner img, .planet_img img, .planet_vector img, .planet_img_b img{
	width: 100%;
	height: auto;
}
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*padding: 140px 0 100px 0;*/
  padding: 90px 0 30px 0;
  /*margin-bottom: -75px;
  */
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
  color: #a1d0f8;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60)
}

#hero h2 {
  /*color: #50a7f2;*/
  color: #e5f1fa;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60)
}
/*#hero .hero-img, */
#hero .hero-img-brand, #hero .hero-img-slots {
	text-align: center;
}
/*#hero .hero-img img, */
#hero .hero-img-brand img {
	max-width: 180px;
	margin: 0 auto;
  }
#hero .hero-img-slots img {
	max-width: 280px;
	margin: 20px auto 10px;
  }
/*#hero .hero-valign {
	display: flex;
	justify-content: center;
}*/
.header-btn {
  position: relative;
  background: #56b5bf;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto 10px;
  padding: 12px 35px;
  font-weight: 700;
  font-size: 20px;
  display: table;
  box-sizing: border-box;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-family: "Poppins", sans-serif;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}

.header-btn:hover {
  background: #8de0f2;
  color: #ffffff;
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.header-btn:active {
  position: relative;
  top: 2px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
  border-bottom: none;
}
#hero ul {
	margin: 20px auto 30px;
	width: 80%;
	padding-left: 20px;
	text-align: left;
}
#hero li {
	font-size: 17px;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.50)
}
#hero li i {
	font-size: 24px;
	color: #56b5bf;
	line-height: 1em;
}
.hero_flex {
	display: flex;
  	justify-content: center;
  	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}
.hero_box {
	background-color: #0671cd;
	display: block;
	border-radius: 10px;
	padding: 10px 15px 15px;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 1em;
	margin: 6px;
	text-shadow:
       1px 1px 0 rgba(0,0,0,0.50),
     -1px -1px 0 rgba(0,0,0,0.50),  
      1px -1px 0 rgba(0,0,0,0.50),
      -1px 1px 0 rgba(0,0,0,0.50),
       1px 1px 0 rgba(0,0,0,0.50);
	box-shadow: 
		2px 2px 8px rgba(0,0,0,0.50)
}
.big_count {
	display: block;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: -1px;
}
.hero_or, .hero_and {
	color: #226e76;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #85dce0;
	padding: 5px;
	border-radius: 50px;
	border: 1px solid #226e76;
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto auto;
	top: 0;
	bottom: 0;
}
.hero_and {
	padding: 6px 2px;
	width: 35px;
	height: 35px;
}
.hb_left {
	 padding-top: 20px;
}

@media all and (min-width: 600px) {
.hero_box {
	padding: 12px 20px 20px;
	width: 200px;
	font-size: 18px;
	margin: 8px;
}
.big_count {
	font-size: 2.2em;
}
.hero_and {
	padding: 8px 2px;
	width: 40px;
	height: 40px;
}
#hero ul {
	width: 90%;
}
#hero li {
	font-size: 20px;
	margin-bottom: 15px;
}
#hero li i {
	font-size: 28px;
}
.space_corner {
	width: 55%;
}
}

@media all and (min-width: 992px) {
.herobg {
  min-height: 550px;
}
#hero {
  padding: 130px 0 0 0;
  min-height: 500px;
}
#hero .hero-img-brand img {
    max-width: 320px;
  }
#hero .hero-img-slots img {
	max-width: 420px;
	margin: 60px auto 10px;
  }
#hero h1 {
  font-size: 46px;
  line-height: 1.4em;
  text-align: left;
}
#hero h2 {
  font-size: 28px;
  margin: 20px auto;
  max-width: 600px;
}
.header-btn {
  padding: 15px 40px;
	font-size: 28px;
}
.hero_box {
	padding: 18px 35px 30px;
	width: 350px;
	font-size: 24px;
}
.hero_and {
	font-size: 18px;
	padding: 10px 5px;
	width: 50px;
	height: 50px;
}
.big_count {
	font-size: 2.3em;
	line-height: 1.2em;
}
.hb_left {
	 padding-top: 30px;
}
#hero ul {
	width: 100%;
}
#hero li {
	font-size: 22px;
	margin-bottom: 20px;
}
#hero li i {
	font-size: 36px;
}
.space_corner {
	width: 40%;
}
#hero .container.hero_brand {
	padding: 0 40px;	
	}
}

@media all and (min-width: 1200px) {
#hero .hero-img-slots img {
	max-width: 500px;
	margin: 65px auto 10px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.section-bg {
  background-color: #264cbf;
}
.section-bg-lined {
  background-color: #264cbf;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235e7fe3' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.section-bg-dark {
	background-color: #18358c;
}
.section-bg-light {
	background-color: #e2eefd;
}
.section-title, .section-title-white {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2, .section-title-white h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #264cbf;
  font-family: "Poppins", sans-serif;
}
.section-title-white h2 {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.20)
}
.section-title p {
  margin-bottom: 0;
}
.rp_flex_wrapper {
	display: flex;
  	justify-content: center;
  	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.left_column {
	width: 100%;
	padding: 0px 20px;
}
.right_column {
	width: 100%;
	padding: 0px 20px;
}
@media all and (min-width: 1024px) {
section {
  padding: 80px 0;
  overflow: hidden;
}
.section-title, .section-title-white {
  padding-bottom: 30px;
}
.section-title h2, .section-title-white h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.left_column {
	width: 50%;
	padding: 0;
	padding-right: 30px;
}
.right_column {
	width: 50%;
	padding: 0;
}
}

/*--------------------------------------------------------------
# NETWORK PERFORMANCE SECTION
--------------------------------------------------------------*/

.network_performance p, .network_performance li {
	font-size: 1.1em;
}
.network_performance {
	color: #3a3a3a
}
.network_performance .fa-li {
	color: #56b5bf;
	font-size: 1.3em;
	line-height: 1.3em;
	vertical-align: text-top;
	margin-bottom: 10px;
}
.network_performance li {
	margin-bottom: 10px;
}
.blue_box {
	position: relative;
	width: 100%;
	padding: 0px 40px 10px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #0671cd;
	margin: 20px 0 15px;
	text-align: center;
}
.blue_box p {
	font-size: 16px;
	margin-top: 15px
}
.bluebox_title {
	background-color: #56b5bf;
	padding: 8px 25px;
	border-radius: 8px;
	margin: -22px auto 0;
	display: table;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.20);
}
.network_performance .box-ico {
	font-size: 30px;
	line-height: 1em;
	vertical-align: text-bottom;
	color: #d4f1f7;
}
.table_30 {
	width: 100%;
	/*background: #29387d;*/
	border-radius: 6px;
	margin: 5px;
}
.table_30 th {
	font-size: 26px;
	padding: 10px 10px 0px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30)
}
.table_30 td {
	font-size: 14px;
	padding: 0 10px 0px;
	color: #03082b;
}
@media all and (min-width: 1024px) {
.network_performance p, .network_performance li {
	font-size: 1.25em;
}
.network_performance .fa-ul {
	padding-left: 2.5em;
}
.network_performance .rp_flex_stretch {
	justify-content: space-between;	
	}
.blue_box {
	width: 40%;	
	}
.blue_box:first-child {
	width: 59%;
	}
.blue_box h2 {
	font-size: 22px;
}
.blue_box p {
	font-size: 18px;
	margin-top: 25px;
}
.table_30 {
	width: auto;	
}
.table_30 th {
	font-size: 30px;
}
}

/*--------------------------------------------------------------
# ABOUT SECTION
--------------------------------------------------------------*/
.about {
	position: relative;
}
.bg-network {
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.bg-network img {
	width: 100%;
	height: auto;
}
.about .rp_flex_wrapper, .about .section-title {
	position: relative;
	z-index: 200;
}
.about-box {
	background-color: #dae7f8;
	padding: 25px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	width: 100%;
}
.about h3 {
	font-size: 16px;
	margin: 0 0 15px;
	color: #253782;
	font-weight: 600;
}
.about ul {
	padding-left: 30px;
}
.about li i {
	color: #4663bf;
}
.about .right_column img{
	border: 8px solid #FFFFFF;
	position: relative;
	width: 70%;
	height: auto;
}
.about .right_column img:hover {
	-webkit-transition: All 250ms ease;
  	-moz-transition: All 250ms ease;
  	-o-transition: All 250ms ease;
  	-ms-transition: All 250ms ease;
  	transition: All 250ms ease;
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 100;
}

.img_left img{
	float: left;
	}
.img_right img {
	float: right;
	}
.img_inset_top img, .img_inset_bottom img {
	margin-top: -60px;
	}
.img_inset_top img {
	z-index: 10;
}
.img_inset_bottom img{
	z-index: 5;
}
.conference_logo {
	margin: 10px 5px 0;
	height: 40px;
}
.conference_logo img {
	max-height: 100%;
	width: auto;
	opacity: 0.5;
	-webkit-transition: All 250ms ease;
  	-moz-transition: All 250ms ease;
  	-o-transition: All 250ms ease;
  	-ms-transition: All 250ms ease;
  	transition: All 250ms ease;
}
.conference_logo img:hover {
	opacity: 1;
	-webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
@media all and (min-width: 768px) {
.bg-network {
	width: 50%;
}
.conference_logo {
	margin: 20px 10px 0;
	height: 50px;
}
.about .right_column img{
	width: 60%;
	}
}
@media all and (min-width: 1024px) {
.about p {
	font-size: 1.2em;
}
.about h3 {
	font-size: 18px;
}
.about li {
	font-size: 1.1em;
}
.about .right_column img{
	width: 80%;
	}
.img_inset_top, .img_inset_bottom {
	margin-top: -30px;
	}	
}
@media all and (min-width: 1200px) {
.about .right_column img{
	width: 60%;
	}
.img_inset_top, .img_inset_bottom {
	margin-top: -40px;
	}	
.conference_logo {
	height: 60px;
}
}
@media all and (min-width: 1400px) {
.img_inset_top, .img_inset_bottom {
	margin-top: -90px;
	}	
}
/*--------------------------------------------------------------
# END ABOUT SECTION
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# BENEFITS SECTION
--------------------------------------------------------------*/
.benefits li {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #ffffff;
   text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.benefits-dashed {
	background-color: rgba(19,36,110,0.5);
	border-radius: 10px;
	padding: 20px;
	border: 1px dashed #6a93e5;
	color: #efefef;
	font-size: 16px;
}
.benefits-dashed h3 {
	font-weight: 600;
	font-size: 1.2em;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #63d8f2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
	margin-bottom: 1em;
}
.benefits .fa-ul {
	padding-left: 46px;
	padding-right: 20px;
}
.benefits .fa-li {
	font-size: 46px;
	color: #8de0f2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
}
@media all and (min-width: 768px) {
.benefits li {
	font-size: 1.3em;
}
.benefits-dashed {
	padding: 30px 40px;	
	}
.benefits-dashed h3 {
	font-size: 1.5em;
	}
.benefits-dashed {
	font-size: 1.1em;
	}
}
/*--------------------------------------------------------------
# END BENEFITS SECTION
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 0px;
  display: grid;
  height: 100%;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 10px 12px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item img {
  margin: 0 auto;
  height: 50px;
  width: auto;
}

.testimonial-item i {
  color: #264cbf;
  font-size: 16px;
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto;
  font-size: 15px;
}
.testimonials .testimonial-item p a {
 text-align:center;
 margin: 0 auto;
 display:block;
 padding:14px 0;
}
.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b5d2f7 !important;
}

.testimonials .owl-dot.active {
  background-color: #49a4f2 !important;
}

.owl-carousel .owl-stage{
  display: -webkit-flex; 
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
}

@media all and (min-width: 1024px) {
.testimonials .testimonial-item {
  min-height: 260px;
}	
}

/*--------------------------------------------------------------
# BRANDS SECTION
--------------------------------------------------------------*/
.brands_btn {
	position: relative;
  background: #50a7f2;
  color: #fff;
  border-radius: 50px;
  margin: 20px auto 10px;
  padding: 10px 25px;
  font-weight: 500;
	font-size: 15px;
  display: table;
  box-sizing: border-box;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-family: "Poppins", sans-serif;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}

.brands_btn:hover {
  background: #4b94f2;
  color: #ffffff;
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.brands_btn:active {
	position: relative;
	top: 2px;
	-webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}
.brand-logo {
	text-align: center;
	margin: 0px 10px;
}
.brand-logo img {
	width: 180px;
	height: auto;
	margin: 0 auto;
}
.brand-box {
	max-width: 350px;
}
@media all and (min-width: 1024px) {
.brands_btn {
  margin: 30px auto 0;
}
.brand-logo img {
	width: 200px;
}
.brand-box {
	min-width: 350px;
}
}
@media all and (min-width: 1400px) {
.brand-logo img {
	width: 275px;
}
}


/*--------------------------------------------------------------
# REASONS SECTION
--------------------------------------------------------------*/
.reasons .content {
  padding: 0px 0;
}

.reasons .content .icon-box {
  margin-top: 15px;
  padding: 0 25px;
}

.reasons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0 10px 60px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}

.reasons .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #8de0f2;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
}

.reasons-btn {
  position: relative;
  background: #50a7f2;
  color: #fff;
  border-radius: 50px;
  margin: 30px auto 0;
  padding: 12px 35px;
  font-weight: 700;
	font-size: 20px;
  display: table;
  box-sizing: border-box;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-family: "Poppins", sans-serif;
  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}

.reasons-btn:hover {
  background: #8de0f2;
  color: #ffffff;
  text-decoration: none;
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.reasons-btn:active {
	position: relative;
	top: 2px;
	-webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}
@media all and (min-width: 1024px) {
.reasons-btn {
  padding: 15px 40px;
	font-size: 28px;
}
.reasons .content .icon-box h4 {
  font-size: 22px;
  margin: 5px 0 10px 60px;
}

.reasons .content .icon-box i {
  font-size: 48px;
}
.reasons .content {
  padding: 20px 0;
}
.reasons .content .icon-box {
  margin-top: 20px;
}
}
/*@media (max-width: 991px) {
  .reasons .image {
    text-align: center;
  }
  .reasons .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .reasons .image img {
    max-width: 100%;
  }
}*/

/*--------------------------------------------------------------
# PARTNERS SECTION
--------------------------------------------------------------*/
.partner-logo {
	text-align: center;
	margin: 0px 10px;
}
.partner-logo img {
	width: 200px;
	height: auto;
	margin: 0 auto;
}
@media all and (min-width: 1024px) {
.partner-logo img {
	width: 250px;
	margin: 20px;
}
}
@media all and (min-width: 1400px) {
.partner-logo img {
	width: 300px;
}
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	background-color: #18358c;
	background-image: linear-gradient(rgba(0, 0, 0, .1) .1em, transparent .1em), linear-gradient(90deg, rgba(0, 0, 0, .1) .1em, transparent .1em);
  	background-size: 2.5em 2.5em;
}
.contact .contact-us-form {
  width: 100%;
  padding-top: 20px;
}

.contact .contact-us-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #deecf9;
}

.contact .contact-us-form input, .contact .contact-us-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-us-form input::focus, .contact .contact-us-form textarea::focus {
  background-color: #50a7f2;
}

.contact .contact-us-form input {
  padding: 20px 15px;
  background-color: #18358c;
  border-color: #50a7f2;
  color: #deecf9;
}

.contact .contact-us-form textarea {
  padding: 12px 15px;
  background-color: #18358c;
  border-color: #50a7f2;
  color: #deecf9;
}

.contact .contact-us-form button[type="submit"] {
  position: relative;
  background: #50a7f2;
  padding: 10px 24px;
  color: #ffffff;
	border: none;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .contact-us-form button[type="submit"]:hover {
  background: #4b94f2;
  color: #fff;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.contact .contact-us-form button[type="submit"]:active {
  position: relative;
	top: 2px;
	  -webkit-transition: All 250ms ease;
  -moz-transition: All 250ms ease;
  -o-transition: All 250ms ease;
  -ms-transition: All 250ms ease;
  transition: All 250ms ease;
}
.contact-img {
	text-align: center;
}
.contact-img img {
	margin: 0 auto;
	width: 90%;
}
.email-link {
	margin-top: 20px;
	width: 100%;
}
/*.email-link a {
	color: #deecf9;
	line-height: 30px;
}*/
.email-link a:hover {
	color: #8de0f2;
	text-decoration: none;
}
.email-link a {
	color: rgba(222,236,249,0.70);
	font-size: 38px;
	line-height: 30px;
	vertical-align: middle;
	margin: 10px;
}
.email-link a i:hover {
	color: #8de0f2;
	animation: heartBeat;
	animation-duration: 2s;
	animation-iteration-count: 2;
}
.heartBeat {
	-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}

@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}


.contact-us-form input::placeholder, .contact .contact-us-form textarea::placeholder {
  color: rgba(222,236,249,0.50)
}
.contact .fa-ul {
	width: 310px;
	margin: 0 auto;
	padding-left: 1.8em;
}
.contact .fa-ul li{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 12px;
}
.contact .fa-ul li i {
  color: #8de0f2;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
}
.contact-map {
	width: 100%;
	max-width: 375px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.contact_card {
	position: absolute;
	width: 20px;
	height: 24px;
}
.contact_can {
	top: 28%;
	left: 13%;
}
.contact_usa {
	top: 41%;
	left: 17%;
}
.contact_cr {
	top: 55%;
	left: 21%;
}
.contact_lon {
	top: 29%;
	left: 43%;
}
.contact_sp {
	top: 41%;
	left: 43%;
}
@media all and (min-width: 768px) {
.contact-map {
	max-width: 600px;
}
.contact_card {
	width: 28px;
	height: 34px;
}
.contact_can {
	top: 30%;
	left: 13%;
}
.contact_usa {
	top: 43%;
	left: 17%;
}
.contact_cr {
	top: 56.5%;
	left: 21%;
}
.contact_lon {
	top: 33%;
	left: 44%;
}
.contact_sp {
	top: 43%;
	left: 43.4%;
}
  .contact .contact-us-form {
    padding: 15px 0 0 0;
  }	
}
@media all and (min-width: 1200px) {
.contact-map {
	max-width: 760px;
}
.contact_card {
	width: 35px;
	height: 43px;
}
.contact .fa-ul {
	width: 100%;
}
.contact .fa-ul li{
	font-size: 17px;
}
}
@media all and (min-width: 1400px) {
.contact-map {
	max-width: 850px;
}
.contact_lon {
	top: 34%;
	left: 44%;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background-color: #020d2c;
	padding: 30px;
	text-align: center;
}
footer p {
	display: block;
	color: #899ab0;
	font-size: 14px;
}
.footer-logo {
	margin: 0;
}
/*.footer-logo img {
	max-width: 370px;
}*/
.bottom_menu {
	margin-bottom: 10px;
	padding-top: 5px;
	color: rgba(255,255,255,0.70);
}
.bottom_menu a {
	margin: 10px;
}
.bottom_menu a:hover {
	color: #4b94f2;
}

@media all and (min-width: 1024px) {
.footer-logo img {
	width: 370px;
	height: auto;
}
}




/*--------------------------------------------------------------
# Premium Brand
--------------------------------------------------------------*/
section.premium {
	padding-bottom: 0;
	border: 2px solid #50a7f2;
	border-right: none;
	border-left: none;
	position: relative;
	padding-top: 0;
	overflow: visible;
	background-color: #00052d;
}
.premium_title_wrapper {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding-top: 1px;
}
.premium_box {
	background-color: transparent;
	border-radius: 10px;
	padding: 35px 0px 15px;
	margin: 0px auto 10px;
	width: 90%;
	}
.premium h4 {
	color: #a0eb31;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight: 700;
	font-size: 22px;
}
.premium p {
	color: #ffffff;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2em;
}
.page-breaker {
  width: 100%;
}
.pb-promo-bg {
  background: url("../img/bg_breaker_princecharming.jpg") no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.blue_bg {
  background: url("../img/bg_premium_launch_bv.png") no-repeat;
  background-size: cover;
  background-position: -200px bottom;
}
.pb_promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
.pb_promo_img {
	order: 2;
	position: relative;
	width: 100%;
	height: 230px;
	text-align: center;
	margin-top: 10px;
}
.pb_promo_img img {
	max-height: 100%;
	width: auto;
}
.pb_promo_content {
	order: 1;
	padding: 0px 0px;
	width: 100%;
	max-width: 540px;
	height: auto;
	margin: 0 auto 0 auto;
}
.pb_promo_content li {
	display: flex;
  	flex-wrap: nowrap;
  	align-items: center;
	justify-content: flex-start;
	margin: 10px 0; 
}
.pb_promo_content ul {
	padding-left: 10px;
	margin: 5px auto 0;
	list-style: none;
	}
.pb_promo_li_text {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	order: 2;
}

/***** Book Promo List ****/
.pb_promo_content_book {
	order: 1;
	padding: 0px 0px;
	width: 100%;
	max-width: 540px;
	height: auto;
	margin: 0 auto 30px;
}
.pb_promo_content_book li {
	display: flex;
  	flex-wrap: nowrap;
  	align-items: center;
	justify-content: flex-start;
	margin: 10px 0; 
}
.pb_promo_content_book ul {
	padding-left: 0px;
	margin: 5px auto 0;
	list-style: none;
	}
.pb_promo_li_book {
	color: #3a3a3a;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
	order: 2;
}
.astro-ul li {
	font-size: 1.1em !important;
	margin-bottom: 25px !important;
	
}
.astro-ul li i {
	font-size: 38px;
	line-height: 1em;
	color: #1e3d9b;
}
.astro-ul .fa-li {
	left: -2.5em;
}
/**********/

.pb_promo_content .yellowbutton {
	font-size: 1.3em;
	font-weight: 700;
	margin: 15px auto;
	font-family: 'Oswald', sans-serif;
}
.premium_logo {
	width: 100%;
	height: auto;
	text-align: center !important;
	margin-top: -20px;
}
.premium_logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.icon_castle, .icon_looking_glass, .icon_swords, .icon_treasure_chest, .icon_bv_house, .icon_bv_car, .icon_bv_money, .icon_bv_calendar {
	width: 50px; 
	height: 50px; 
	background: url("../img/icon_castle.png") no-repeat;
	background-size: cover;
	display: block;
	vertical-align: middle;
	margin-right: 10px;
	flex-shrink: 0;
}
.bv_green_text {
	color: #a1eb32;
}
.icon_looking_glass {
	background: url("../img/icon_looking_glass.png") no-repeat;
	background-size: cover;
}
.icon_swords {
	background: url("../img/icon_sword_shield.png") no-repeat;
	background-size: cover;
}
.icon_treasure_chest {
	background: url("../img/icon_treasure_chest.png") no-repeat;
	background-size: cover;
}
.icon_bv_house {
	background: url("../img/icon_bv_house.png") no-repeat;
	background-size: cover;
}
.icon_bv_car {
	background: url("../img/icon_bv_car.png") no-repeat;
	background-size: cover;
}
.icon_bv_money {
	background: url("../img/icon_bv_money.png") no-repeat;
	background-size: cover;
}
.icon_bv_calendar {
	background: url("../img/icon_bv_calendar.png") no-repeat;
	background-size: cover;
}
.newribbon {
 font-size: 18px; 
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
 font-weight: 700;
 line-height: 1.2em;
 width: 100%;    
 position: relative;
 background: #4214a6;
 color: #fff;
 text-align: center;
 padding: 10px 20px;
 margin: 15px auto; 
 border-radius: 6px;
}
@media all and (min-width: 600px) {
/*Page Breaker #1*/
.pb_promo_img {
	height: 300px;
}
.pb_promo_li_text {
	font-size: 19px; 
}
}
@media all and (min-width: 1067px) {
.premium .section-title-white h2 {
	margin-bottom: 0px;
	}
.premium h4 {
	font-size: 28px;
}
.premium p {
	font-size: 20px;
}
.premium .rp_flex_wrapper {
	max-width: 860px;
	margin: 0 auto;	
	}
.premium_box {
	width: 95%;
	background-color: rgba(1,8,14,0.5);
	border-radius: 10px;
	padding: 30px 40px 15px 240px;
	}
.premium_logo {
	position: absolute;
	width: auto;
	height: 250px;
	left: 4%;
	top: 60px;
	z-index: 100;
}
.premium_logo img {
	max-width: 220px;
}
.pb-promo-bg, .blue_bg {
    background-position: top center;
  }
.pb_promo {
   align-items: stretch;
   height: 100%;
   max-width: 1200px;
}
.pb_promo_img {
	width: 45%;
	order: 2;
	height: 100%;
	align-self: self-end;
	padding: 30px 0 0;
	position: relative;
	box-sizing: border-box;
}
.pb_promo_img img {
	max-width: 400px;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 0px 0 0;
}
.pb_promo_content {
	width: 50%;
	max-width: 700px;
	order: 1; 
	background-color: rgba(0,0,0,0.0);
	padding: 20px 20px 10px; 
}
.pb_promo_li_text {
	font-size: 19px; 
	}
.pb_promo_content .yellowbutton {
	font-size: 1.6em;
}
.premium .green_btn {
	font-size: 28px;
	padding: 15px 40px;
	font-weight: 700;
	}
.newribbon {
 font-size: 22px; 
}
}
@media all and (min-width: 1360px) {
.pb_promo {
   max-width: 1600px;
}
.pb_promo {
      align-items: stretch;
	}
.pb_promo_img img {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	max-width: 430px;
}
.pb_promo_content ul {
	font-size: 21px;
	}
.pb_promo_content li {
	/*padding: 10px;*/
	}
.pb_promo_li_text {
	font-size: 22px;
	}
.premium_logo {
	height: 300px;
	/*top: -50px;*/
}
.premium_logo img {
	max-width: 230px;
}
.premium .section-title-white h2{
	font-size: 40px;	
	}
}

@media all and (min-width: 1500px) {
.blue_bg {
  background-size: auto 100%;
  background-position: center bottom;
}
}

/****** RIBBONS ******/
.premium_ribbon {
	position: absolute;
	top: -50px;
	z-index: 100;
	width: 100%;
}
.ribbon-wc-wrapper {
  position: relative;
  z-index: 1;
  margin: 4% auto;
}

h1.post-title {
  visibility: hidden;
  width: 0;
  height: 0;
}

.ribbon-wc {
  font-size: 22px;
	font-weight: 700;
  width: 100%;
  position: relative;
  color: #fbecec;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: center;
  line-height: 1.2em;
  padding: 0.5em 1em;
  margin: 0 auto 1em;
 font-family: 'Open Sans Condensed', sans-serif;
	background-color: #c20430;
  box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.50);
}

.ribbon-wc:after,
.ribbon-wc:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  border: 1em solid #b50b25;
  z-index: -1
}

.ribbon-wc:before {
  left: -1.5em;
  border-right-width: 1em;
  border-left-color: transparent
}

.ribbon-wc:after {
  right: -1.5em;
  border-left-width: 1em;
  border-right-color: transparent
}

.ribbon-wc .ribbon-wc-inner:after,
.ribbon-wc .ribbon-wc-inner:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #730923 transparent transparent;
  bottom: -0.5em
}

.ribbon-wc .ribbon-wc-inner:before {
  left: 0;
  border-width: 0.5em 0 0 0.5em
}

.ribbon-wc .ribbon-wc-inner:after {
  right: 0;
  border-width: 0.5em 0.5em 0 0
}
@media all and (min-width: 768px) {
.premium_ribbon {
	top: -65px;
}
.ribbon-wc {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
	}
}
@media all and (min-width: 1024px) {
.premium_ribbon {
	top: -85px;
}
.ribbon-wc {
  font-size: 32px;
	}
}
@media all and (min-width: 1024px) {
.premium_ribbon {
	top: -95px;
}
}
@media all and (min-width: 1400px) {
.ribbon-wc {
  font-size: 30px;
 }
}



/*--------------------------------------------------------------
# Ultimate Profit Engine
--------------------------------------------------------------*/
.profit_engine p {
	font-size: 15px;
	margin: 0 0 10px;
}
.profit_engine .section-title {
	padding: 0 30px;
}
.profit_engine .section-title h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.profit_graph_wrapper {
	position: relative;
	padding: 20px 0;
	box-sizing: border-box;
	margin-top: 20px;
}
.profit_curve {
	position: absolute;
	background-image: url("../img/curve.svg");
	background-repeat: no-repeat;
	height: 620px;
	width: 300px;
	top: -20px;
	left: -80px;
}
.profit_box {
	border-radius: 10px;
	padding: 15px 25px 15px 20px;
	margin: 0 auto 18px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);
	position: relative;
	width: 95%;
	box-sizing: border-box;
}
.profit_box h4 {
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);
	margin-bottom: 8px;
	text-align: center;
}
.profit_box p {
	font-size: 15px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);
	text-align: center;
}
.teal1 {
	background-color: #61ced9;
}
.teal2 {
	background-color: #56b5bf;
}
.teal3 {
	background-color: #3d959e;
}
.teal4 {
	background-color: #1f717a;
}
.profit_planet {
	position: absolute;
	width: 75px;
	height: 75px;
	top: -30px;
	left: -15px;
}
.profit_planet_b {
	position: absolute;
	width: 90px;
	height: 90px;
	top: -25px;
	left: -15px;
}
.planet img {
	width: 100%;
	height: auto;
}
@media all and (min-width: 768px) {
.profit_graph_wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.profit_planet {
	width: 110px;
	height: 110px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -50px;
}
.profit_planet_b {
	width: 150px;
	height: 120px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -50px;
}
.profit_curve {
	height: 680px;
	width: 300px;
	top: -15px;
	left: -80px;
}
.profit_box {
	width: auto;
	padding: 15px 25px 15px 70px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.profit_box h4 {
	font-size: 22px;
	text-align: left;
}
.profit_box p {
	font-size: 17px;
	text-align: left;
}
.teal1, .teal4 {
	margin-left: 20px;
}
.teal2, .teal3 {
	margin-left: 110px;
}
.teal4 {
	padding-left: 100px;	
}	
}
@media all and (min-width: 992px) {
.profit_engine .section-title p {
	font-size: 1.15em;
	padding: 0 50px;
	max-width: 1000px;
	margin: 0 auto 10px;
}	
}
@media all and (min-width: 1024px) {
.profit_engine .section-title h2 {
	font-size: 34px;
	margin-bottom: 40px;
}
.profit_graph_wrapper {
	margin: 40px auto 0;
	max-width: 900px;
}
}
/*--------------------------------------------------------------
# END Ultimate Profil Engine
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content Pages
--------------------------------------------------------------*/
.content p {
	color: #3a3a3a;
}
.blue_btn, .green_btn {
  background: #50a7f2;
  color: #fff;
  border-radius: 50px;
  margin: 20px auto 10px;
  padding: 10px 25px;
  font-weight: 500;
	font-size: 18px;
  display: table;
  box-sizing: border-box;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-family: "Poppins", sans-serif;
}

.blue_btn:hover, .green_btn:hover {
  background: #4b94f2;
  color: #ffffff;
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.green_btn {
  background: #56b5bf;
}
.green_btn:hover {
	background: #3ea1ab;
}
.content_grey {
	background-color: #e2eefd;
	padding: 40px 0;
	margin-top: 20px;
}
section.brand_page {
	padding-bottom: 0;
}
.brand_bluebox {
	width: 100%;
	padding: 25px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	background-color: #203687;
	margin: 0 10px 15px;
	text-align: center;
	order: 2;
}
.brand_bluebox i {
	display: block;
	font-size: 80px;
	margin-bottom: 10px;
}
.brand_page_logo, .brand_page_logo_sl {
	width: 100%;
	text-align: center;
	margin: 0 10px 15px;
	order: 1;
}
.brand_page_logo img {
	max-width: 200px;
	margin: 0 auto;
}
.brand_page_logo_sl {
	max-width: 350px;
	margin: 0 auto 10px;
}
.rp_flex_stretch {
	display: flex;
  	justify-content: center;
  	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
.content.brand_page img {
	margin: 0 auto;
	display: block;
}

@media (min-width: 1024px) {
 .brand_bluebox, .brand_page_logo  {
    width: 30%;
	
  }
.brand_bluebox {
	padding: 35px;
	font-size: 20px;
	}
}
@media (min-width: 1200px) {
.brand_page_logo  {
    width: 20%;
  }
.brand_page_logo_sl {
	width: 30%;	
	justify-content: center;
	padding: 20px;
	margin: 0;
	}

.brand_bluebox {
	width: 30%;	
	}
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #f3f5fa;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a.faqlink {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  color: #4b94f2;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #4b94f2;
}

.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #4b94f2;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Stripped Table
--------------------------------------------------------------*/
table.rp_striped {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 800px;
	border: 1px solid #dadce2;
	margin: 15px auto;
	text-align: center;
}
.rp_striped	th {
	background-color: #4b94f2;
	color: #ffffff;
	}
.rp_striped th, .rp_striped td {
	padding: 10px 15px;
	/*width: 33%;*/
}
.rp_striped td {
	color: #3a3a3a;
	}
.rp_striped td.smalltd {
	font-size: 0.8em;
	}
.rp_striped tr:nth-child(even){
	background-color: #ffffff;
	}
.rp_striped tr:nth-child(odd) {
	background-color: #e4e7ef;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
	}

/*--------------------------------------------------------------
# END Counts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Brand Book
--------------------------------------------------------------*/
.bookheader, .astroheader {
	height: auto;
	padding-top: 20px;
}
.cc_book {
	background-color: #000000;
	background-image: url("../img/cc_book_top_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cc_astro {
	background-color: #11050d;
	background-image: url("../img/cc_astro_top_bg_xs.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.bv_book {
	background-color: #000000;
	background-image: url("../img/bv_book_top_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.book_top_left {
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.book_top_right {
	position: relative;
	height: 480px;
	display: none;
}
.cc_mascot_top, .bv_mascot_top {
	max-height: 420px;
	position: absolute;
	bottom: 0;
}
.bv_mascot_top {
	max-height: 460px;
}
.brandbook h3 {
	color: #264cbf;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 20px;
}
.bookheader h1, .astroheader h1 {
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
.astroheader h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	padding: 0 20px;
}
.astroheader h2 {
	font-family: 'Poppins', sans-serif;
	color: #83defc;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px 20px;
}
.astroheader img {
	width: 100%;
	max-width: 120px;
	margin-top: 10px;
}
.book_title {
	text-align: left;
	border-bottom: 1px solid #d8d8d9;
	padding-bottom: 15px;
	margin: 0 20px;
}
.brandbook p {
	font-size: 1.1rem;
}
.brandbook ul {
	padding-left: 10px;
}
.brandbook li {
	font-size: 1rem;
	margin-bottom: 8px;
}
.brandbook li ul li {
	line-height: 1em;
}
.book_top_left img {
	width: 100%;
	max-width: 280px;
}
.grey_dashed {
	background-color: #efefef;
	border-radius: 10px;
	padding: 25px;
	width: 100%;
	border: 1px #707070 dashed;
	margin: 0 auto;
}
.grey_dashed_dark {
	background-color: #e0dfdf;
	border-radius: 10px;
	border: 1px #707070 dashed;
	padding: 25px;
	width: 95%;
	margin: 8px 15px;
}
.cc_burgundy {
	color: #a51a37;
}
.bv_blue {
	color: #321490;
}
.bv_orange {
	color: #f78636;
}
.img_list_hz {
	align-self: flex-end;
	margin: 15px;
}
.img_list_hz p {
	color: #707070;
	margin-bottom: 10px;
}
.grey_dashed_dark ul {
	display: table;
	margin: 0 auto;;
}
@media (min-width: 768px) {
.cc_astro {
	background-image: url("../img/cc_astro_top_bg.jpg");
}	
}
@media (min-width: 1078px) {
.book_top_right {
	display: block;
}
.bookheader, .astroheader {
	height: 500px;
}
.bookheader h1 {
	font-size: 46px;
	}
.book_title {
	margin: 0 0;
}
.book_top_left img {
	max-width: 320px;
}
.bv_book .book_top_left img {
	max-width: 420px;
}
.grey_dashed {
	width: 90%;
}
.grey_dashed_dark {
	width: 45%;
	margin: 5px 10px;
}
.astroheader h1 {
	font-size: 32px;
}
.astroheader h2 {
	font-size: 26px;
}
.astroheader img {
	max-width: 190px;
	margin-top: 10px;
}
}



/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.booksshots #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.booksshots #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.booksshots #gallery-flters li:hover, .booksshots #gallery-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.booksshots #gallery-flters li:last-child {
  margin-right: 0;
}

.booksshots .gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.booksshots .gallery-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.booksshots .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.booksshots .gallery-item .gallery-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.booksshots .gallery-item .gallery-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.booksshots .gallery-item .gallery-info .preview-link, .booksshots .gallery-item .gallery-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: -12px;
  color: white;
  transition: ease-in-out 0.3s;
}

.booksshots .gallery-item .gallery-info .preview-link:hover, .booksshots .gallery-item .gallery-info .details-link:hover {
  color: #8ec8fb;
}

.booksshots .gallery-item .gallery-info .details-link {
  right: 15px;
}

.booksshots .gallery-item:hover img {
  top: -30px;
}

.booksshots .gallery-item:hover .gallery-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# END Brand Book
--------------------------------------------------------------*/
